/* apps/frontend/src/styles/rds-core.css */
.rds-form-field__select-x-wrapper {
  display: flex;
  margin-right: 4px;
  margin-left: 8px;
  cursor: pointer;
}
rds-multi-select .rds-chips.rds-chips--size-s {
  gap: 4px;
}
.rds-form-field__select-trigger-value {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-trigger-value.rds-form-field__select-trigger-value-placeholder {
  color: var(--rds-color-grey-3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-hidden-trigger-values-placeholder {
  display: inline-flex;
  margin-right: 12px;
  margin-left: 4px;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
}
.rds-form-field--floating-label .rds-form-field__control {
  align-items: unset;
}
.rds-form-field--floating-label .rds-form-field__select-arrow-wrapper {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: flex;
}
.rds-form-field--floating-label .rds-form-field__select-x-wrapper button {
  margin-bottom: 16px;
}
.rds-select__option--search-input {
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  border: 1px solid var(--rds-color-stroke-enabled);
  align-items: center;
  margin: 8px 16px;
}
.rds-select__option--search-input--l {
  height: 48px;
  padding: 3px 15px 3px 15px;
}
.rds-select__option--search-input--l rds-icon {
  height: 24px;
  width: 24px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--l input {
  width: calc(100% - 6px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--l input:hover,
.rds-select__option--search-input--l input:focus {
  outline: none;
}
.rds-select__option--search-input--l input {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--l input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--m {
  height: 36px;
  padding: 3px 11px 3px 11px;
}
.rds-select__option--search-input--m rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--m input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--m input:hover,
.rds-select__option--search-input--m input:focus {
  outline: none;
}
.rds-select__option--search-input--m input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--m input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 4px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: 2px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--s {
  height: 28px;
  padding: 3px 7px 3px 7px;
}
.rds-select__option--search-input--s rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--s input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--s input:hover,
.rds-select__option--search-input--s input:focus {
  outline: none;
}
.rds-select__option--search-input--s input {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--s input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: -1px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-header-compact .rds-header-compact-navigation-secondary button,
.rds-header-compact .rds-header-compact-navigation-primary button,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link,
.rds-header-compact ul li a.rds-link,
.rds-header-compact-ul li a.rds-link,
.rds-header-compact-dropdown li a.rds-link,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone,
.rds-header-compact-menu-container .rds-header-compact-ul button,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
  text-decoration: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-primary button:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not(.rds-link--active),
.rds-header-compact ul li a.rds-link:not(.rds-link--active),
.rds-header-compact-ul li a.rds-link:not(.rds-link--active),
.rds-header-compact-dropdown li a.rds-link:not(.rds-link--active),
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not(.rds-link--active),
.rds-header-compact-menu-container .rds-header-compact-ul button:not(.rds-link--active),
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not(.rds-link--active) {
  color: var(--rds-color-low-contrast);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-primary button:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not([disabled]):focus-visible,
.rds-header-compact ul li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-ul li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-dropdown li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not([disabled]):focus-visible,
.rds-header-compact-menu-container .rds-header-compact-ul button:not([disabled]):focus-visible,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not([disabled]):focus-visible {
  outline: 2px solid var(--rds-color-informative);
  color: var(--rds-color-low-contrast);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-primary button:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not([disabled]):hover,
.rds-header-compact ul li a.rds-link:not([disabled]):hover,
.rds-header-compact-ul li a.rds-link:not([disabled]):hover,
.rds-header-compact-dropdown li a.rds-link:not([disabled]):hover,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not([disabled]):hover,
.rds-header-compact-menu-container .rds-header-compact-ul button:not([disabled]):hover,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not([disabled]):hover {
  color: var(--rds-color-low-contrast);
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-step-header {
  position: relative;
  outline: none;
  display: flex;
  cursor: pointer;
}
.rds-step-header .rds-step-label {
  transition:
    font-weight 200ms cubic-bezier(0.35, 0, 0.25, 1),
    color 200ms cubic-bezier(0.35, 0, 0.25, 1),
    box-shadow 200ms,
    background 200ms cubic-bezier(0.35, 0, 0.25, 1);
  display: inline-block;
  min-width: 150px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  color: var(--rds-color-low-contrast);
}
.rds-step-header .rds-step-label.rds-step-label-selected {
  color: var(--rds-color-low-contrast);
  text-transform: none;
  left: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header .rds-step-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header .rds-step-icon {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition:
    font-weight 200ms cubic-bezier(0.35, 0, 0.25, 1),
    color 200ms cubic-bezier(0.35, 0, 0.25, 1),
    box-shadow 200ms,
    background 200ms cubic-bezier(0.35, 0, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rds-color-grey-1);
}
.rds-step-header .rds-step-icon:hover {
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-grey-1);
}
.rds-step-header.rds-step-header-done .rds-step-icon {
  background: var(--rds-color-informative);
  color: var(--rds-color-bg-base-1);
}
.rds-step-header.rds-step-header-done .rds-step-icon:hover {
  background: var(--rds-color-bg-informative-hover);
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-bg-informative-hover);
}
.rds-step-header.rds-step-header-selected .rds-step-icon {
  background: var(--rds-color-informative);
  color: var(--rds-color-bg-base-1);
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-informative);
}
.rds-step-header-horizontal {
  align-items: flex-start;
  flex-direction: column;
  padding: 12px 0 0 8px;
}
@container (max-width: 768px) {
  .rds-step-header-horizontal {
    position: initial;
    padding: 0;
    margin-top: 12px;
    border-radius: 50%;
  }
  .rds-step-header-horizontal .rds-step-icon:hover,
  .rds-step-header-horizontal.rds-step-header-done .rds-step-icon:hover,
  .rds-step-header-horizontal.rds-step-header-selected .rds-step-icon {
    box-shadow: none;
  }
  .rds-step-header-horizontal.rds-step-header-selected .rds-step-icon {
    outline: 2px solid var(--rds-color-informative);
    outline-offset: 3px;
  }
}
@container (max-width: 768px) {
  .rds-step-header-horizontal .rds-step-icon {
    width: 8px;
    height: 8px;
  }
  .rds-step-header-horizontal .rds-step-icon .rds-step-icon-content {
    display: none;
  }
}
.rds-step-header-horizontal .rds-step-label {
  padding-top: 16px;
  width: 100%;
}
@container (max-width: 768px) {
  .rds-step-header-horizontal .rds-step-label {
    display: none;
  }
  .rds-step-header-horizontal .rds-step-label.rds-step-label-selected {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-step-header-vertical {
  flex-direction: row;
  padding: 24px 0 24px 8px;
  background-color: rgba(0, 0, 0, 0);
  max-width: 250px;
  align-items: center;
}
.rds-step-header-vertical .rds-step-label {
  white-space: pre-wrap;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header-vertical .rds-step-label.rds-step-label-selected {
  color: var(--rds-color-low-contrast);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header-vertical .rds-step-number {
  display: none;
}
.rds-step-number {
  color: var(--rds-color-low-contrast);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (min-width: 768px) {
  .rds-step-number {
    display: none;
  }
}
.rds-step-text-label {
  white-space: pre-line;
}
@keyframes rds-table-loading-animation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.rds-table-size-m .rds-header-cell {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-m .rds-cell {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-l .rds-header-cell {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-l .rds-cell {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-density-dense .rds-header-cell {
  padding: 4px 16px;
}
.rds-table-density-dense .rds-cell {
  --rds-cell-padding-vertical: 4px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
.rds-table-density-default .rds-header-cell {
  padding: 8px 16px;
}
.rds-table-density-default .rds-cell {
  --rds-cell-padding-vertical: 8px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
.rds-table-density-spacious .rds-header-cell {
  padding: 12px 16px;
}
.rds-table-density-spacious .rds-cell {
  --rds-cell-padding-vertical: 16px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
:root {
  --rds-color-black:#000000;
  --rds-color-black-transparent-1:rgba(0, 0, 0, 0.05);
  --rds-color-black-transparent-2:rgba(0, 0, 0, 0.1);
  --rds-color-white:#ffffff;
  --rds-color-white-transparent-1:rgba(255, 255, 255, 0.1);
  --rds-color-white-transparent-2:rgba(255, 255, 255, 0.2);
  --rds-color-950-dark-blue:#011745;
  --rds-color-900-dark-blue:#022366;
  --rds-color-800-shade-blue:#072b89;
  --rds-color-700-shade-blue:#0936ab;
  --rds-color-600-roche-blue:#0b41cd;
  --rds-color-500-shade-blue:#3461d5;
  --rds-color-400-shade-blue:#6084e2;
  --rds-color-300-shade-blue:#90abf1;
  --rds-color-200-shade-blue:#aec0ee;
  --rds-color-100-shade-blue:#d7e0f7;
  --rds-color-50-shade-blue:#f0f4fd;
  --rds-color-700-extra-dark-red:#670000;
  --rds-color-400-extra-dark-red:#8c0000;
  --rds-color-300-dark-red:#c40000;
  --rds-color-200-red:#ff1f26;
  --rds-color-100-light-red:#ff8782;
  --rds-color-75-light-red:#ffc7c9;
  --rds-color-50-shade-red:#fee6ec;
  --rds-color-700-extra-dark-green:#01392d;
  --rds-color-600-extra-dark-green:#00513e;
  --rds-color-500-extra-dark-green:#006d5e;
  --rds-color-300-dark-green:#00a17c;
  --rds-color-250-green:#87d4c4;
  --rds-color-200-light-green:#cbede8;
  --rds-color-100-shade-green:#e4f5f1;
  --rds-color-800-extra-dark-yellow:#674d03;
  --rds-color-700-extra-dark-yellow:#bc9623;
  --rds-color-500-dark-yellow:#e9b519;
  --rds-color-warning-normal:#ffc414;
  --rds-color-300-yellow:#ffda6c;
  --rds-color-200-light-yellow:#fff0c4;
  --rds-color-100-shade-yellow:#fff7df;
  --rds-color-950-shade-grey:#0e0d0d;
  --rds-color-900-shade-grey:#21201f;
  --rds-color-800-shade-grey:#312f2e;
  --rds-color-700-grey-1:#544f4f;
  --rds-color-600-grey-2:#706b69;
  --rds-color-500-shade-grey:#9d948e;
  --rds-color-400-grey-3:#c2bab5;
  --rds-color-300-grey-4:#dbd6d1;
  --rds-color-200-shade-grey:#eae8e5;
  --rds-color-100-grey-5:#f5f5f2;
  --rds-color-50-shade-grey:#fbfbfa;
  --rds-color-950-shade-neutral:#251913;
  --rds-color-900-shade-neutral:#664533;
  --rds-color-800-shade-neutral:#a26d51;
  --rds-color-700-shade-neutral:#c28d70;
  --rds-color-600-shade-neutral:#d2ad90;
  --rds-color-500-shade-neutral:#e7b198;
  --rds-color-400-neutral-4:#fac9b5;
  --rds-color-300-neutral-3:#fad6c7;
  --rds-color-200-neutral-2:#ffe8de;
  --rds-color-100-neutral-1:#fff7f5;
  --rds-color-400-extra-dark-orange:#b22b0d;
  --rds-color-300-dark-orange:#ed4a0d;
  --rds-color-200-orange:#ff7d29;
  --rds-color-100-light-orange:#ffbd69;
  --rds-color-50-shade-orange:#ffe2bc;
  --rds-color-400-extra-dark-purple:#7d0096;
  --rds-color-300-dark-purple:#bc36f0;
  --rds-color-200-purple:#e085fc;
  --rds-color-100-light-purple:#f2d4ff;
  --rds-color-50-shade-purple:#f8e9ff;
  --rds-color-200-light-blue:#1482fa;
  --rds-color-100-extra-light-blue:#bde3ff;
  --rds-color-bg-base-1:var(--rds-color-white);
  --rds-color-bg-base-2:var(--rds-color-100-grey-5);
  --rds-color-bg-base-3:var(--rds-color-50-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-white);
  --rds-color-bg-base-elevated:var(--rds-color-white);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-50-shade-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-400-shade-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-success-pressed:var(--rds-color-250-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-300-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-error-pressed:var(--rds-color-100-light-red);
  --rds-color-bg-disabled:var(--rds-color-50-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-200-shade-grey);
  --rds-color-bg-solid-hover-select:var(--rds-color-100-grey-5);
  --rds-color-bg-solid-pressed:var(--rds-color-200-shade-grey);
  --rds-color-bg-transparent-hover-select:var(--rds-color-black-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-black-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-100-extra-light-blue);
  --rds-color-bg-gradient-2:var(--rds-color-300-neutral-3);
  --rds-color-bg-gradient-3:var(--rds-color-400-neutral-4);
  --rds-color-bg-gradient-4:var(--rds-color-100-neutral-1);
  --rds-color-bg-gradient-5:var(--rds-color-400-grey-3);
  --rds-color-bg-gradient-6:var(--rds-color-600-roche-blue);
  --rds-color-bg-gradient-7:var(--rds-color-200-orange);
  --rds-color-high-contrast:var(--rds-color-900-shade-grey);
  --rds-color-low-contrast:var(--rds-color-700-grey-1);
  --rds-color-high-contrast-reversed:var(--rds-color-white);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-600-roche-blue);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-300-dark-purple);
  --rds-color-grey-1:var(--rds-color-300-grey-4);
  --rds-color-grey-2:var(--rds-color-400-grey-3);
  --rds-color-grey-3:var(--rds-color-600-grey-2);
  --rds-color-track:var(--rds-color-200-shade-blue);
  --rds-color-informative:var(--rds-color-600-roche-blue);
  --rds-color-informative-hover:var(--rds-color-900-dark-blue);
  --rds-color-informative-pressed:var(--rds-color-500-shade-blue);
  --rds-color-success:var(--rds-color-500-extra-dark-green);
  --rds-color-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-success-pressed:var(--rds-color-300-dark-green);
  --rds-color-warning:var(--rds-color-500-dark-yellow);
  --rds-color-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-warning-pressed:var(--rds-color-warning-normal);
  --rds-color-error:var(--rds-color-300-dark-red);
  --rds-color-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-error-pressed:var(--rds-color-200-red);
  --rds-color-neutral:var(--rds-color-950-shade-neutral);
  --rds-color-secondary-link:var(--rds-color-700-grey-1);
  --rds-color-secondary-link-hover:var(--rds-color-600-roche-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-400-shade-blue);
  --rds-color-disabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-enabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-600-roche-blue);
  --rds-color-alert-informative-bg:var(--rds-color-50-shade-blue);
  --rds-color-alert-success-bg:var(--rds-color-100-shade-green);
  --rds-color-alert-warning-bg:var(--rds-color-100-shade-yellow);
  --rds-color-alert-error-bg:var(--rds-color-50-shade-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-white);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-chips-bg-enabled:var(--rds-color-white);
  --rds-color-chips-1-bg-pressed:var(--rds-color-100-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-700-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-200-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-200-neutral-2);
  --rds-color-chips-2-text-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-400-neutral-4);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-500-shade-grey);
  --rds-color-switch-toggle:var(--rds-color-white);
  --rds-color-switch-track:var(--rds-color-300-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-100-light-red);
  --rds-color-tooltip-bg:var(--rds-color-800-shade-grey);
}
[rds-theme=light] {
  --rds-color-bg-base-1:var(--rds-color-white);
  --rds-color-bg-base-2:var(--rds-color-100-grey-5);
  --rds-color-bg-base-3:var(--rds-color-50-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-white);
  --rds-color-bg-base-elevated:var(--rds-color-white);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-50-shade-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-400-shade-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-success-pressed:var(--rds-color-250-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-300-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-error-pressed:var(--rds-color-100-light-red);
  --rds-color-bg-disabled:var(--rds-color-50-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-200-shade-grey);
  --rds-color-bg-solid-hover-select:var(--rds-color-100-grey-5);
  --rds-color-bg-solid-pressed:var(--rds-color-200-shade-grey);
  --rds-color-bg-transparent-hover-select:var(--rds-color-black-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-black-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-100-extra-light-blue);
  --rds-color-bg-gradient-2:var(--rds-color-300-neutral-3);
  --rds-color-bg-gradient-3:var(--rds-color-400-neutral-4);
  --rds-color-bg-gradient-4:var(--rds-color-100-neutral-1);
  --rds-color-bg-gradient-5:var(--rds-color-400-grey-3);
  --rds-color-bg-gradient-6:var(--rds-color-600-roche-blue);
  --rds-color-bg-gradient-7:var(--rds-color-200-orange);
  --rds-color-high-contrast:var(--rds-color-900-shade-grey);
  --rds-color-low-contrast:var(--rds-color-700-grey-1);
  --rds-color-high-contrast-reversed:var(--rds-color-white);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-600-roche-blue);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-300-dark-purple);
  --rds-color-grey-1:var(--rds-color-300-grey-4);
  --rds-color-grey-2:var(--rds-color-400-grey-3);
  --rds-color-grey-3:var(--rds-color-600-grey-2);
  --rds-color-track:var(--rds-color-200-shade-blue);
  --rds-color-informative:var(--rds-color-600-roche-blue);
  --rds-color-informative-hover:var(--rds-color-900-dark-blue);
  --rds-color-informative-pressed:var(--rds-color-500-shade-blue);
  --rds-color-success:var(--rds-color-500-extra-dark-green);
  --rds-color-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-success-pressed:var(--rds-color-300-dark-green);
  --rds-color-warning:var(--rds-color-500-dark-yellow);
  --rds-color-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-warning-pressed:var(--rds-color-warning-normal);
  --rds-color-error:var(--rds-color-300-dark-red);
  --rds-color-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-error-pressed:var(--rds-color-200-red);
  --rds-color-neutral:var(--rds-color-950-shade-neutral);
  --rds-color-secondary-link:var(--rds-color-700-grey-1);
  --rds-color-secondary-link-hover:var(--rds-color-600-roche-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-400-shade-blue);
  --rds-color-disabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-enabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-600-roche-blue);
  --rds-color-alert-informative-bg:var(--rds-color-50-shade-blue);
  --rds-color-alert-success-bg:var(--rds-color-100-shade-green);
  --rds-color-alert-warning-bg:var(--rds-color-100-shade-yellow);
  --rds-color-alert-error-bg:var(--rds-color-50-shade-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-white);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-chips-bg-enabled:var(--rds-color-white);
  --rds-color-chips-1-bg-pressed:var(--rds-color-100-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-700-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-200-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-200-neutral-2);
  --rds-color-chips-2-text-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-400-neutral-4);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-500-shade-grey);
  --rds-color-switch-toggle:var(--rds-color-white);
  --rds-color-switch-track:var(--rds-color-300-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-100-light-red);
  --rds-color-tooltip-bg:var(--rds-color-800-shade-grey);
}
[rds-theme=dark] {
  --rds-color-bg-base-1:var(--rds-color-950-shade-grey);
  --rds-color-bg-base-2:var(--rds-color-800-shade-grey);
  --rds-color-bg-base-3:var(--rds-color-900-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-900-shade-grey);
  --rds-color-bg-base-elevated:var(--rds-color-800-shade-grey);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-400-shade-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-950-dark-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-250-green);
  --rds-color-bg-success-pressed:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-300-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-100-light-red);
  --rds-color-bg-error-pressed:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-disabled:var(--rds-color-900-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-700-grey-1);
  --rds-color-bg-solid-hover-select:var(--rds-color-800-shade-grey);
  --rds-color-bg-solid-pressed:var(--rds-color-700-grey-1);
  --rds-color-bg-transparent-hover-select:var(--rds-color-white-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-white-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-950-dark-blue);
  --rds-color-bg-gradient-2:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-3:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-4:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-5:var(--rds-color-800-shade-grey);
  --rds-color-bg-gradient-6:var(--rds-color-950-dark-blue);
  --rds-color-bg-gradient-7:var(--rds-color-400-extra-dark-orange);
  --rds-color-high-contrast:var(--rds-color-50-shade-grey);
  --rds-color-low-contrast:var(--rds-color-200-shade-grey);
  --rds-color-high-contrast-reversed:var(--rds-color-900-shade-grey);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-white);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-200-purple);
  --rds-color-grey-1:var(--rds-color-700-grey-1);
  --rds-color-grey-2:var(--rds-color-600-grey-2);
  --rds-color-grey-3:var(--rds-color-400-grey-3);
  --rds-color-track:var(--rds-color-700-grey-1);
  --rds-color-informative:var(--rds-color-300-shade-blue);
  --rds-color-informative-hover:var(--rds-color-200-shade-blue);
  --rds-color-informative-pressed:var(--rds-color-100-shade-blue);
  --rds-color-success:var(--rds-color-250-green);
  --rds-color-success-hover:var(--rds-color-200-light-green);
  --rds-color-success-pressed:var(--rds-color-100-shade-green);
  --rds-color-warning:var(--rds-color-300-yellow);
  --rds-color-warning-hover:var(--rds-color-200-light-yellow);
  --rds-color-warning-pressed:var(--rds-color-100-shade-yellow);
  --rds-color-error:var(--rds-color-100-light-red);
  --rds-color-error-hover:var(--rds-color-75-light-red);
  --rds-color-error-pressed:var(--rds-color-50-shade-red);
  --rds-color-neutral:var(--rds-color-300-neutral-3);
  --rds-color-secondary-link:var(--rds-color-200-shade-grey);
  --rds-color-secondary-link-hover:var(--rds-color-300-shade-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-100-shade-blue);
  --rds-color-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-enabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-200-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-300-shade-blue);
  --rds-color-alert-informative-bg:var(--rds-color-900-dark-blue);
  --rds-color-alert-success-bg:var(--rds-color-700-extra-dark-green);
  --rds-color-alert-warning-bg:var(--rds-color-800-extra-dark-yellow);
  --rds-color-alert-error-bg:var(--rds-color-700-extra-dark-red);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-tooltip-bg:var(--rds-color-100-grey-5);
  --rds-color-chips-bg-enabled:var(--rds-color-950-shade-grey);
  --rds-color-chips-1-bg-pressed:var(--rds-color-800-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-50-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-400-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-200-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-text-pressed:var(--rds-color-100-neutral-1);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-800-shade-neutral);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-600-grey-2);
  --rds-color-switch-toggle:var(--rds-color-700-grey-1);
  --rds-color-switch-track:var(--rds-color-200-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-75-light-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-950-shade-grey);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
}
.bg-black {
  background: var(--rds-color-black) !important;
}
.c-black {
  color: var(--rds-color-black) !important;
}
.bg-black-transparent-1 {
  background: var(--rds-color-black-transparent-1) !important;
}
.c-black-transparent-1 {
  color: var(--rds-color-black-transparent-1) !important;
}
.bg-black-transparent-2 {
  background: var(--rds-color-black-transparent-2) !important;
}
.c-black-transparent-2 {
  color: var(--rds-color-black-transparent-2) !important;
}
.bg-white {
  background: var(--rds-color-white) !important;
}
.c-white {
  color: var(--rds-color-white) !important;
}
.bg-white-transparent-1 {
  background: var(--rds-color-white-transparent-1) !important;
}
.c-white-transparent-1 {
  color: var(--rds-color-white-transparent-1) !important;
}
.bg-white-transparent-2 {
  background: var(--rds-color-white-transparent-2) !important;
}
.c-white-transparent-2 {
  color: var(--rds-color-white-transparent-2) !important;
}
.bg-950-dark-blue {
  background: var(--rds-color-950-dark-blue) !important;
}
.c-950-dark-blue {
  color: var(--rds-color-950-dark-blue) !important;
}
.bg-900-dark-blue {
  background: var(--rds-color-900-dark-blue) !important;
}
.c-900-dark-blue {
  color: var(--rds-color-900-dark-blue) !important;
}
.bg-800-shade-blue {
  background: var(--rds-color-800-shade-blue) !important;
}
.c-800-shade-blue {
  color: var(--rds-color-800-shade-blue) !important;
}
.bg-700-shade-blue {
  background: var(--rds-color-700-shade-blue) !important;
}
.c-700-shade-blue {
  color: var(--rds-color-700-shade-blue) !important;
}
.bg-600-roche-blue {
  background: var(--rds-color-600-roche-blue) !important;
}
.c-600-roche-blue {
  color: var(--rds-color-600-roche-blue) !important;
}
.bg-500-shade-blue {
  background: var(--rds-color-500-shade-blue) !important;
}
.c-500-shade-blue {
  color: var(--rds-color-500-shade-blue) !important;
}
.bg-400-shade-blue {
  background: var(--rds-color-400-shade-blue) !important;
}
.c-400-shade-blue {
  color: var(--rds-color-400-shade-blue) !important;
}
.bg-300-shade-blue {
  background: var(--rds-color-300-shade-blue) !important;
}
.c-300-shade-blue {
  color: var(--rds-color-300-shade-blue) !important;
}
.bg-200-shade-blue {
  background: var(--rds-color-200-shade-blue) !important;
}
.c-200-shade-blue {
  color: var(--rds-color-200-shade-blue) !important;
}
.bg-100-shade-blue {
  background: var(--rds-color-100-shade-blue) !important;
}
.c-100-shade-blue {
  color: var(--rds-color-100-shade-blue) !important;
}
.bg-50-shade-blue {
  background: var(--rds-color-50-shade-blue) !important;
}
.c-50-shade-blue {
  color: var(--rds-color-50-shade-blue) !important;
}
.bg-700-extra-dark-red {
  background: var(--rds-color-700-extra-dark-red) !important;
}
.c-700-extra-dark-red {
  color: var(--rds-color-700-extra-dark-red) !important;
}
.bg-400-extra-dark-red {
  background: var(--rds-color-400-extra-dark-red) !important;
}
.c-400-extra-dark-red {
  color: var(--rds-color-400-extra-dark-red) !important;
}
.bg-300-dark-red {
  background: var(--rds-color-300-dark-red) !important;
}
.c-300-dark-red {
  color: var(--rds-color-300-dark-red) !important;
}
.bg-200-red {
  background: var(--rds-color-200-red) !important;
}
.c-200-red {
  color: var(--rds-color-200-red) !important;
}
.bg-100-light-red {
  background: var(--rds-color-100-light-red) !important;
}
.c-100-light-red {
  color: var(--rds-color-100-light-red) !important;
}
.bg-75-light-red {
  background: var(--rds-color-75-light-red) !important;
}
.c-75-light-red {
  color: var(--rds-color-75-light-red) !important;
}
.bg-50-shade-red {
  background: var(--rds-color-50-shade-red) !important;
}
.c-50-shade-red {
  color: var(--rds-color-50-shade-red) !important;
}
.bg-700-extra-dark-green {
  background: var(--rds-color-700-extra-dark-green) !important;
}
.c-700-extra-dark-green {
  color: var(--rds-color-700-extra-dark-green) !important;
}
.bg-600-extra-dark-green {
  background: var(--rds-color-600-extra-dark-green) !important;
}
.c-600-extra-dark-green {
  color: var(--rds-color-600-extra-dark-green) !important;
}
.bg-500-extra-dark-green {
  background: var(--rds-color-500-extra-dark-green) !important;
}
.c-500-extra-dark-green {
  color: var(--rds-color-500-extra-dark-green) !important;
}
.bg-300-dark-green {
  background: var(--rds-color-300-dark-green) !important;
}
.c-300-dark-green {
  color: var(--rds-color-300-dark-green) !important;
}
.bg-250-green {
  background: var(--rds-color-250-green) !important;
}
.c-250-green {
  color: var(--rds-color-250-green) !important;
}
.bg-200-light-green {
  background: var(--rds-color-200-light-green) !important;
}
.c-200-light-green {
  color: var(--rds-color-200-light-green) !important;
}
.bg-100-shade-green {
  background: var(--rds-color-100-shade-green) !important;
}
.c-100-shade-green {
  color: var(--rds-color-100-shade-green) !important;
}
.bg-800-extra-dark-yellow {
  background: var(--rds-color-800-extra-dark-yellow) !important;
}
.c-800-extra-dark-yellow {
  color: var(--rds-color-800-extra-dark-yellow) !important;
}
.bg-700-extra-dark-yellow {
  background: var(--rds-color-700-extra-dark-yellow) !important;
}
.c-700-extra-dark-yellow {
  color: var(--rds-color-700-extra-dark-yellow) !important;
}
.bg-500-dark-yellow {
  background: var(--rds-color-500-dark-yellow) !important;
}
.c-500-dark-yellow {
  color: var(--rds-color-500-dark-yellow) !important;
}
.bg-warning-normal {
  background: var(--rds-color-warning-normal) !important;
}
.c-warning-normal {
  color: var(--rds-color-warning-normal) !important;
}
.bg-300-yellow {
  background: var(--rds-color-300-yellow) !important;
}
.c-300-yellow {
  color: var(--rds-color-300-yellow) !important;
}
.bg-200-light-yellow {
  background: var(--rds-color-200-light-yellow) !important;
}
.c-200-light-yellow {
  color: var(--rds-color-200-light-yellow) !important;
}
.bg-100-shade-yellow {
  background: var(--rds-color-100-shade-yellow) !important;
}
.c-100-shade-yellow {
  color: var(--rds-color-100-shade-yellow) !important;
}
.bg-950-shade-grey {
  background: var(--rds-color-950-shade-grey) !important;
}
.c-950-shade-grey {
  color: var(--rds-color-950-shade-grey) !important;
}
.bg-900-shade-grey {
  background: var(--rds-color-900-shade-grey) !important;
}
.c-900-shade-grey {
  color: var(--rds-color-900-shade-grey) !important;
}
.bg-800-shade-grey {
  background: var(--rds-color-800-shade-grey) !important;
}
.c-800-shade-grey {
  color: var(--rds-color-800-shade-grey) !important;
}
.bg-700-grey-1 {
  background: var(--rds-color-700-grey-1) !important;
}
.c-700-grey-1 {
  color: var(--rds-color-700-grey-1) !important;
}
.bg-600-grey-2 {
  background: var(--rds-color-600-grey-2) !important;
}
.c-600-grey-2 {
  color: var(--rds-color-600-grey-2) !important;
}
.bg-500-shade-grey {
  background: var(--rds-color-500-shade-grey) !important;
}
.c-500-shade-grey {
  color: var(--rds-color-500-shade-grey) !important;
}
.bg-400-grey-3 {
  background: var(--rds-color-400-grey-3) !important;
}
.c-400-grey-3 {
  color: var(--rds-color-400-grey-3) !important;
}
.bg-300-grey-4 {
  background: var(--rds-color-300-grey-4) !important;
}
.c-300-grey-4 {
  color: var(--rds-color-300-grey-4) !important;
}
.bg-200-shade-grey {
  background: var(--rds-color-200-shade-grey) !important;
}
.c-200-shade-grey {
  color: var(--rds-color-200-shade-grey) !important;
}
.bg-100-grey-5 {
  background: var(--rds-color-100-grey-5) !important;
}
.c-100-grey-5 {
  color: var(--rds-color-100-grey-5) !important;
}
.bg-50-shade-grey {
  background: var(--rds-color-50-shade-grey) !important;
}
.c-50-shade-grey {
  color: var(--rds-color-50-shade-grey) !important;
}
.bg-950-shade-neutral {
  background: var(--rds-color-950-shade-neutral) !important;
}
.c-950-shade-neutral {
  color: var(--rds-color-950-shade-neutral) !important;
}
.bg-900-shade-neutral {
  background: var(--rds-color-900-shade-neutral) !important;
}
.c-900-shade-neutral {
  color: var(--rds-color-900-shade-neutral) !important;
}
.bg-800-shade-neutral {
  background: var(--rds-color-800-shade-neutral) !important;
}
.c-800-shade-neutral {
  color: var(--rds-color-800-shade-neutral) !important;
}
.bg-700-shade-neutral {
  background: var(--rds-color-700-shade-neutral) !important;
}
.c-700-shade-neutral {
  color: var(--rds-color-700-shade-neutral) !important;
}
.bg-600-shade-neutral {
  background: var(--rds-color-600-shade-neutral) !important;
}
.c-600-shade-neutral {
  color: var(--rds-color-600-shade-neutral) !important;
}
.bg-500-shade-neutral {
  background: var(--rds-color-500-shade-neutral) !important;
}
.c-500-shade-neutral {
  color: var(--rds-color-500-shade-neutral) !important;
}
.bg-400-neutral-4 {
  background: var(--rds-color-400-neutral-4) !important;
}
.c-400-neutral-4 {
  color: var(--rds-color-400-neutral-4) !important;
}
.bg-300-neutral-3 {
  background: var(--rds-color-300-neutral-3) !important;
}
.c-300-neutral-3 {
  color: var(--rds-color-300-neutral-3) !important;
}
.bg-200-neutral-2 {
  background: var(--rds-color-200-neutral-2) !important;
}
.c-200-neutral-2 {
  color: var(--rds-color-200-neutral-2) !important;
}
.bg-100-neutral-1 {
  background: var(--rds-color-100-neutral-1) !important;
}
.c-100-neutral-1 {
  color: var(--rds-color-100-neutral-1) !important;
}
.bg-400-extra-dark-orange {
  background: var(--rds-color-400-extra-dark-orange) !important;
}
.c-400-extra-dark-orange {
  color: var(--rds-color-400-extra-dark-orange) !important;
}
.bg-300-dark-orange {
  background: var(--rds-color-300-dark-orange) !important;
}
.c-300-dark-orange {
  color: var(--rds-color-300-dark-orange) !important;
}
.bg-200-orange {
  background: var(--rds-color-200-orange) !important;
}
.c-200-orange {
  color: var(--rds-color-200-orange) !important;
}
.bg-100-light-orange {
  background: var(--rds-color-100-light-orange) !important;
}
.c-100-light-orange {
  color: var(--rds-color-100-light-orange) !important;
}
.bg-50-shade-orange {
  background: var(--rds-color-50-shade-orange) !important;
}
.c-50-shade-orange {
  color: var(--rds-color-50-shade-orange) !important;
}
.bg-400-extra-dark-purple {
  background: var(--rds-color-400-extra-dark-purple) !important;
}
.c-400-extra-dark-purple {
  color: var(--rds-color-400-extra-dark-purple) !important;
}
.bg-300-dark-purple {
  background: var(--rds-color-300-dark-purple) !important;
}
.c-300-dark-purple {
  color: var(--rds-color-300-dark-purple) !important;
}
.bg-200-purple {
  background: var(--rds-color-200-purple) !important;
}
.c-200-purple {
  color: var(--rds-color-200-purple) !important;
}
.bg-100-light-purple {
  background: var(--rds-color-100-light-purple) !important;
}
.c-100-light-purple {
  color: var(--rds-color-100-light-purple) !important;
}
.bg-50-shade-purple {
  background: var(--rds-color-50-shade-purple) !important;
}
.c-50-shade-purple {
  color: var(--rds-color-50-shade-purple) !important;
}
.bg-200-light-blue {
  background: var(--rds-color-200-light-blue) !important;
}
.c-200-light-blue {
  color: var(--rds-color-200-light-blue) !important;
}
.bg-100-extra-light-blue {
  background: var(--rds-color-100-extra-light-blue) !important;
}
.c-100-extra-light-blue {
  color: var(--rds-color-100-extra-light-blue) !important;
}
.bg-bg-base-1 {
  background: var(--rds-color-bg-base-1) !important;
}
.c-bg-base-1 {
  color: var(--rds-color-bg-base-1) !important;
}
.bg-bg-base-2 {
  background: var(--rds-color-bg-base-2) !important;
}
.c-bg-base-2 {
  color: var(--rds-color-bg-base-2) !important;
}
.bg-bg-base-3 {
  background: var(--rds-color-bg-base-3) !important;
}
.c-bg-base-3 {
  color: var(--rds-color-bg-base-3) !important;
}
.bg-bg-base-box {
  background: var(--rds-color-bg-base-box) !important;
}
.c-bg-base-box {
  color: var(--rds-color-bg-base-box) !important;
}
.bg-bg-base-elevated {
  background: var(--rds-color-bg-base-elevated) !important;
}
.c-bg-base-elevated {
  color: var(--rds-color-bg-base-elevated) !important;
}
.bg-bg-informative {
  background: var(--rds-color-bg-informative) !important;
}
.c-bg-informative {
  color: var(--rds-color-bg-informative) !important;
}
.bg-bg-informative-hover {
  background: var(--rds-color-bg-informative-hover) !important;
}
.c-bg-informative-hover {
  color: var(--rds-color-bg-informative-hover) !important;
}
.bg-bg-informative-hover-select {
  background: var(--rds-color-bg-informative-hover-select) !important;
}
.c-bg-informative-hover-select {
  color: var(--rds-color-bg-informative-hover-select) !important;
}
.bg-bg-informative-pressed {
  background: var(--rds-color-bg-informative-pressed) !important;
}
.c-bg-informative-pressed {
  color: var(--rds-color-bg-informative-pressed) !important;
}
.bg-bg-success {
  background: var(--rds-color-bg-success) !important;
}
.c-bg-success {
  color: var(--rds-color-bg-success) !important;
}
.bg-bg-success-hover {
  background: var(--rds-color-bg-success-hover) !important;
}
.c-bg-success-hover {
  color: var(--rds-color-bg-success-hover) !important;
}
.bg-bg-success-pressed {
  background: var(--rds-color-bg-success-pressed) !important;
}
.c-bg-success-pressed {
  color: var(--rds-color-bg-success-pressed) !important;
}
.bg-bg-warning {
  background: var(--rds-color-bg-warning) !important;
}
.c-bg-warning {
  color: var(--rds-color-bg-warning) !important;
}
.bg-bg-warning-hover {
  background: var(--rds-color-bg-warning-hover) !important;
}
.c-bg-warning-hover {
  color: var(--rds-color-bg-warning-hover) !important;
}
.bg-bg-warning-pressed {
  background: var(--rds-color-bg-warning-pressed) !important;
}
.c-bg-warning-pressed {
  color: var(--rds-color-bg-warning-pressed) !important;
}
.bg-bg-error {
  background: var(--rds-color-bg-error) !important;
}
.c-bg-error {
  color: var(--rds-color-bg-error) !important;
}
.bg-bg-error-hover {
  background: var(--rds-color-bg-error-hover) !important;
}
.c-bg-error-hover {
  color: var(--rds-color-bg-error-hover) !important;
}
.bg-bg-error-pressed {
  background: var(--rds-color-bg-error-pressed) !important;
}
.c-bg-error-pressed {
  color: var(--rds-color-bg-error-pressed) !important;
}
.bg-bg-disabled {
  background: var(--rds-color-bg-disabled) !important;
}
.c-bg-disabled {
  color: var(--rds-color-bg-disabled) !important;
}
.bg-bg-disabled-2 {
  background: var(--rds-color-bg-disabled-2) !important;
}
.c-bg-disabled-2 {
  color: var(--rds-color-bg-disabled-2) !important;
}
.bg-bg-solid-hover-select {
  background: var(--rds-color-bg-solid-hover-select) !important;
}
.c-bg-solid-hover-select {
  color: var(--rds-color-bg-solid-hover-select) !important;
}
.bg-bg-solid-pressed {
  background: var(--rds-color-bg-solid-pressed) !important;
}
.c-bg-solid-pressed {
  color: var(--rds-color-bg-solid-pressed) !important;
}
.bg-bg-transparent-hover-select {
  background: var(--rds-color-bg-transparent-hover-select) !important;
}
.c-bg-transparent-hover-select {
  color: var(--rds-color-bg-transparent-hover-select) !important;
}
.bg-bg-transparent-pressed {
  background: var(--rds-color-bg-transparent-pressed) !important;
}
.c-bg-transparent-pressed {
  color: var(--rds-color-bg-transparent-pressed) !important;
}
.bg-bg-overlay {
  background: var(--rds-color-bg-overlay) !important;
}
.c-bg-overlay {
  color: var(--rds-color-bg-overlay) !important;
}
.bg-bg-gradient-1 {
  background: var(--rds-color-bg-gradient-1) !important;
}
.c-bg-gradient-1 {
  color: var(--rds-color-bg-gradient-1) !important;
}
.bg-bg-gradient-2 {
  background: var(--rds-color-bg-gradient-2) !important;
}
.c-bg-gradient-2 {
  color: var(--rds-color-bg-gradient-2) !important;
}
.bg-bg-gradient-3 {
  background: var(--rds-color-bg-gradient-3) !important;
}
.c-bg-gradient-3 {
  color: var(--rds-color-bg-gradient-3) !important;
}
.bg-bg-gradient-4 {
  background: var(--rds-color-bg-gradient-4) !important;
}
.c-bg-gradient-4 {
  color: var(--rds-color-bg-gradient-4) !important;
}
.bg-bg-gradient-5 {
  background: var(--rds-color-bg-gradient-5) !important;
}
.c-bg-gradient-5 {
  color: var(--rds-color-bg-gradient-5) !important;
}
.bg-bg-gradient-6 {
  background: var(--rds-color-bg-gradient-6) !important;
}
.c-bg-gradient-6 {
  color: var(--rds-color-bg-gradient-6) !important;
}
.bg-bg-gradient-7 {
  background: var(--rds-color-bg-gradient-7) !important;
}
.c-bg-gradient-7 {
  color: var(--rds-color-bg-gradient-7) !important;
}
.bg-high-contrast {
  background: var(--rds-color-high-contrast) !important;
}
.c-high-contrast {
  color: var(--rds-color-high-contrast) !important;
}
.bg-low-contrast {
  background: var(--rds-color-low-contrast) !important;
}
.c-low-contrast {
  color: var(--rds-color-low-contrast) !important;
}
.bg-high-contrast-reversed {
  background: var(--rds-color-high-contrast-reversed) !important;
}
.c-high-contrast-reversed {
  color: var(--rds-color-high-contrast-reversed) !important;
}
.bg-on-dark-surface {
  background: var(--rds-color-on-dark-surface) !important;
}
.c-on-dark-surface {
  color: var(--rds-color-on-dark-surface) !important;
}
.bg-on-light-surface {
  background: var(--rds-color-on-light-surface) !important;
}
.c-on-light-surface {
  color: var(--rds-color-on-light-surface) !important;
}
.bg-logo {
  background: var(--rds-color-logo) !important;
}
.c-logo {
  color: var(--rds-color-logo) !important;
}
.bg-brand {
  background: var(--rds-color-brand) !important;
}
.c-brand {
  color: var(--rds-color-brand) !important;
}
.bg-accent {
  background: var(--rds-color-accent) !important;
}
.c-accent {
  color: var(--rds-color-accent) !important;
}
.bg-grey-1 {
  background: var(--rds-color-grey-1) !important;
}
.c-grey-1 {
  color: var(--rds-color-grey-1) !important;
}
.bg-grey-2 {
  background: var(--rds-color-grey-2) !important;
}
.c-grey-2 {
  color: var(--rds-color-grey-2) !important;
}
.bg-grey-3 {
  background: var(--rds-color-grey-3) !important;
}
.c-grey-3 {
  color: var(--rds-color-grey-3) !important;
}
.bg-track {
  background: var(--rds-color-track) !important;
}
.c-track {
  color: var(--rds-color-track) !important;
}
.bg-informative {
  background: var(--rds-color-informative) !important;
}
.c-informative {
  color: var(--rds-color-informative) !important;
}
.bg-informative-hover {
  background: var(--rds-color-informative-hover) !important;
}
.c-informative-hover {
  color: var(--rds-color-informative-hover) !important;
}
.bg-informative-pressed {
  background: var(--rds-color-informative-pressed) !important;
}
.c-informative-pressed {
  color: var(--rds-color-informative-pressed) !important;
}
.bg-success {
  background: var(--rds-color-success) !important;
}
.c-success {
  color: var(--rds-color-success) !important;
}
.bg-success-hover {
  background: var(--rds-color-success-hover) !important;
}
.c-success-hover {
  color: var(--rds-color-success-hover) !important;
}
.bg-success-pressed {
  background: var(--rds-color-success-pressed) !important;
}
.c-success-pressed {
  color: var(--rds-color-success-pressed) !important;
}
.bg-warning {
  background: var(--rds-color-warning) !important;
}
.c-warning {
  color: var(--rds-color-warning) !important;
}
.bg-warning-hover {
  background: var(--rds-color-warning-hover) !important;
}
.c-warning-hover {
  color: var(--rds-color-warning-hover) !important;
}
.bg-warning-pressed {
  background: var(--rds-color-warning-pressed) !important;
}
.c-warning-pressed {
  color: var(--rds-color-warning-pressed) !important;
}
.bg-error {
  background: var(--rds-color-error) !important;
}
.c-error {
  color: var(--rds-color-error) !important;
}
.bg-error-hover {
  background: var(--rds-color-error-hover) !important;
}
.c-error-hover {
  color: var(--rds-color-error-hover) !important;
}
.bg-error-pressed {
  background: var(--rds-color-error-pressed) !important;
}
.c-error-pressed {
  color: var(--rds-color-error-pressed) !important;
}
.bg-neutral {
  background: var(--rds-color-neutral) !important;
}
.c-neutral {
  color: var(--rds-color-neutral) !important;
}
.bg-secondary-link {
  background: var(--rds-color-secondary-link) !important;
}
.c-secondary-link {
  color: var(--rds-color-secondary-link) !important;
}
.bg-secondary-link-hover {
  background: var(--rds-color-secondary-link-hover) !important;
}
.c-secondary-link-hover {
  color: var(--rds-color-secondary-link-hover) !important;
}
.bg-secondary-link-pressed {
  background: var(--rds-color-secondary-link-pressed) !important;
}
.c-secondary-link-pressed {
  color: var(--rds-color-secondary-link-pressed) !important;
}
.bg-disabled {
  background: var(--rds-color-disabled) !important;
}
.c-disabled {
  color: var(--rds-color-disabled) !important;
}
.bg-stroke-enabled {
  background: var(--rds-color-stroke-enabled) !important;
}
.c-stroke-enabled {
  color: var(--rds-color-stroke-enabled) !important;
}
.bg-stroke-selected-disabled {
  background: var(--rds-color-stroke-selected-disabled) !important;
}
.c-stroke-selected-disabled {
  color: var(--rds-color-stroke-selected-disabled) !important;
}
.bg-stroke-hover {
  background: var(--rds-color-stroke-hover) !important;
}
.c-stroke-hover {
  color: var(--rds-color-stroke-hover) !important;
}
.bg-stroke-active-focus {
  background: var(--rds-color-stroke-active-focus) !important;
}
.c-stroke-active-focus {
  color: var(--rds-color-stroke-active-focus) !important;
}
.bg-alert-informative-bg {
  background: var(--rds-color-alert-informative-bg) !important;
}
.c-alert-informative-bg {
  color: var(--rds-color-alert-informative-bg) !important;
}
.bg-alert-success-bg {
  background: var(--rds-color-alert-success-bg) !important;
}
.c-alert-success-bg {
  color: var(--rds-color-alert-success-bg) !important;
}
.bg-alert-warning-bg {
  background: var(--rds-color-alert-warning-bg) !important;
}
.c-alert-warning-bg {
  color: var(--rds-color-alert-warning-bg) !important;
}
.bg-alert-error-bg {
  background: var(--rds-color-alert-error-bg) !important;
}
.c-alert-error-bg {
  color: var(--rds-color-alert-error-bg) !important;
}
.bg-avatar-bg {
  background: var(--rds-color-avatar-bg) !important;
}
.c-avatar-bg {
  color: var(--rds-color-avatar-bg) !important;
}
.bg-avatar-stroke {
  background: var(--rds-color-avatar-stroke) !important;
}
.c-avatar-stroke {
  color: var(--rds-color-avatar-stroke) !important;
}
.bg-badge-blue-bg {
  background: var(--rds-color-badge-blue-bg) !important;
}
.c-badge-blue-bg {
  color: var(--rds-color-badge-blue-bg) !important;
}
.bg-badge-green-bg {
  background: var(--rds-color-badge-green-bg) !important;
}
.c-badge-green-bg {
  color: var(--rds-color-badge-green-bg) !important;
}
.bg-badge-red-bg {
  background: var(--rds-color-badge-red-bg) !important;
}
.c-badge-red-bg {
  color: var(--rds-color-badge-red-bg) !important;
}
.bg-badge-yellow-bg {
  background: var(--rds-color-badge-yellow-bg) !important;
}
.c-badge-yellow-bg {
  color: var(--rds-color-badge-yellow-bg) !important;
}
.bg-badge-neutral-bg {
  background: var(--rds-color-badge-neutral-bg) !important;
}
.c-badge-neutral-bg {
  color: var(--rds-color-badge-neutral-bg) !important;
}
.bg-badge-orange-bg {
  background: var(--rds-color-badge-orange-bg) !important;
}
.c-badge-orange-bg {
  color: var(--rds-color-badge-orange-bg) !important;
}
.bg-badge-grey-bg {
  background: var(--rds-color-badge-grey-bg) !important;
}
.c-badge-grey-bg {
  color: var(--rds-color-badge-grey-bg) !important;
}
.bg-badge-dark-grey-bg {
  background: var(--rds-color-badge-dark-grey-bg) !important;
}
.c-badge-dark-grey-bg {
  color: var(--rds-color-badge-dark-grey-bg) !important;
}
.bg-badge-purple-1-bg {
  background: var(--rds-color-badge-purple-1-bg) !important;
}
.c-badge-purple-1-bg {
  color: var(--rds-color-badge-purple-1-bg) !important;
}
.bg-badge-purple-2-bg {
  background: var(--rds-color-badge-purple-2-bg) !important;
}
.c-badge-purple-2-bg {
  color: var(--rds-color-badge-purple-2-bg) !important;
}
.bg-chips-bg-enabled {
  background: var(--rds-color-chips-bg-enabled) !important;
}
.c-chips-bg-enabled {
  color: var(--rds-color-chips-bg-enabled) !important;
}
.bg-chips-1-bg-pressed {
  background: var(--rds-color-chips-1-bg-pressed) !important;
}
.c-chips-1-bg-pressed {
  color: var(--rds-color-chips-1-bg-pressed) !important;
}
.bg-chips-1-text-pressed {
  background: var(--rds-color-chips-1-text-pressed) !important;
}
.c-chips-1-text-pressed {
  color: var(--rds-color-chips-1-text-pressed) !important;
}
.bg-chips-1-stroke-enabled {
  background: var(--rds-color-chips-1-stroke-enabled) !important;
}
.c-chips-1-stroke-enabled {
  color: var(--rds-color-chips-1-stroke-enabled) !important;
}
.bg-chips-1-stroke-hover {
  background: var(--rds-color-chips-1-stroke-hover) !important;
}
.c-chips-1-stroke-hover {
  color: var(--rds-color-chips-1-stroke-hover) !important;
}
.bg-chips-2-bg-pressed {
  background: var(--rds-color-chips-2-bg-pressed) !important;
}
.c-chips-2-bg-pressed {
  color: var(--rds-color-chips-2-bg-pressed) !important;
}
.bg-chips-2-text-pressed {
  background: var(--rds-color-chips-2-text-pressed) !important;
}
.c-chips-2-text-pressed {
  color: var(--rds-color-chips-2-text-pressed) !important;
}
.bg-chips-2-stroke-enabled {
  background: var(--rds-color-chips-2-stroke-enabled) !important;
}
.c-chips-2-stroke-enabled {
  color: var(--rds-color-chips-2-stroke-enabled) !important;
}
.bg-chips-2-stroke-hover {
  background: var(--rds-color-chips-2-stroke-hover) !important;
}
.c-chips-2-stroke-hover {
  color: var(--rds-color-chips-2-stroke-hover) !important;
}
.bg-datepicker-item-bg-hover {
  background: var(--rds-color-datepicker-item-bg-hover) !important;
}
.c-datepicker-item-bg-hover {
  color: var(--rds-color-datepicker-item-bg-hover) !important;
}
.bg-datepicker-item-bg-comparison {
  background: var(--rds-color-datepicker-item-bg-comparison) !important;
}
.c-datepicker-item-bg-comparison {
  color: var(--rds-color-datepicker-item-bg-comparison) !important;
}
.bg-datepicker-item-bg-overlap {
  background: var(--rds-color-datepicker-item-bg-overlap) !important;
}
.c-datepicker-item-bg-overlap {
  color: var(--rds-color-datepicker-item-bg-overlap) !important;
}
.bg-datepicker-item-bg-overlap-selected {
  background: var(--rds-color-datepicker-item-bg-overlap-selected) !important;
}
.c-datepicker-item-bg-overlap-selected {
  color: var(--rds-color-datepicker-item-bg-overlap-selected) !important;
}
.bg-rating-star-filled {
  background: var(--rds-color-rating-star-filled) !important;
}
.c-rating-star-filled {
  color: var(--rds-color-rating-star-filled) !important;
}
.bg-rating-star-outline {
  background: var(--rds-color-rating-star-outline) !important;
}
.c-rating-star-outline {
  color: var(--rds-color-rating-star-outline) !important;
}
.bg-rating-star-empty {
  background: var(--rds-color-rating-star-empty) !important;
}
.c-rating-star-empty {
  color: var(--rds-color-rating-star-empty) !important;
}
.bg-switch-toggle {
  background: var(--rds-color-switch-toggle) !important;
}
.c-switch-toggle {
  color: var(--rds-color-switch-toggle) !important;
}
.bg-switch-track {
  background: var(--rds-color-switch-track) !important;
}
.c-switch-track {
  color: var(--rds-color-switch-track) !important;
}
.bg-switch-track-error {
  background: var(--rds-color-switch-track-error) !important;
}
.c-switch-track-error {
  color: var(--rds-color-switch-track-error) !important;
}
.bg-tooltip-bg {
  background: var(--rds-color-tooltip-bg) !important;
}
.c-tooltip-bg {
  color: var(--rds-color-tooltip-bg) !important;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family:
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --rds-font-family:
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif;
}
b,
strong {
  font-weight: 600;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Light.woff) format("woff"),
    url(/assets/fonts/RocheSans-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Light;
  src:
    url(/assets/fonts/RocheSans-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Light.woff) format("woff"),
    url(/assets/fonts/RocheSans-Light.woff2) format("woff2");
}
.font-rochesans-light {
  font-family:
    RocheSans-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Regular;
  src:
    url(/assets/fonts/RocheSans-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSans-Regular.woff2) format("woff2");
}
.font-rochesans-regular {
  font-family:
    RocheSans-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Medium.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Medium.woff) format("woff"),
    url(/assets/fonts/RocheSans-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Medium;
  src:
    url(/assets/fonts/RocheSans-Medium.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Medium.woff) format("woff"),
    url(/assets/fonts/RocheSans-Medium.woff2) format("woff2");
}
.font-rochesans-medium {
  font-family:
    RocheSans-Medium,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSans-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Bold;
  src:
    url(/assets/fonts/RocheSans-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSans-Bold.woff2) format("woff2");
}
.font-rochesans-bold {
  font-family:
    RocheSans-Bold,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-LightItalic;
  src:
    url(/assets/fonts/RocheSans-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-LightItalic.woff2) format("woff2");
}
.font-rochesans-lightitalic {
  font-family:
    RocheSans-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSans-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-Italic;
  src:
    url(/assets/fonts/RocheSans-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSans-Italic.woff2) format("woff2");
}
.font-rochesans-italic {
  font-family:
    RocheSans-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-MediumItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-MediumItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-MediumItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-MediumItalic;
  src:
    url(/assets/fonts/RocheSans-MediumItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-MediumItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-MediumItalic.woff2) format("woff2");
}
.font-rochesans-mediumitalic {
  font-family:
    RocheSans-MediumItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-BoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-BoldItalic;
  src:
    url(/assets/fonts/RocheSans-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-BoldItalic.woff2) format("woff2");
}
.font-rochesans-bolditalic {
  font-family:
    RocheSans-BoldItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-sans {
  font-family:
    roche-sans,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Light.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Light;
  src:
    url(/assets/fonts/RocheSansCondensed-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Light.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Light.woff2) format("woff2");
}
.font-rochesanscondensed-light {
  font-family:
    RocheSansCondensed-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Regular;
  src:
    url(/assets/fonts/RocheSansCondensed-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff2) format("woff2");
}
.font-rochesanscondensed-regular {
  font-family:
    RocheSansCondensed-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-LightItalic;
  src:
    url(/assets/fonts/RocheSansCondensed-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff2) format("woff2");
}
.font-rochesanscondensed-lightitalic {
  font-family:
    RocheSansCondensed-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-Italic;
  src:
    url(/assets/fonts/RocheSansCondensed-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff2) format("woff2");
}
.font-rochesanscondensed-italic {
  font-family:
    RocheSansCondensed-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-sans-condensed {
  font-family:
    roche-sans-condensed,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Light.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Light;
  src:
    url(/assets/fonts/RocheSerif-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Light.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Light.woff2) format("woff2");
}
.font-rocheserif-light {
  font-family:
    RocheSerif-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Regular;
  src:
    url(/assets/fonts/RocheSerif-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Regular.woff2) format("woff2");
}
.font-rocheserif-regular {
  font-family:
    RocheSerif-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Bold;
  src:
    url(/assets/fonts/RocheSerif-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Bold.woff2) format("woff2");
}
.font-rocheserif-bold {
  font-family:
    RocheSerif-Bold,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-LightItalic;
  src:
    url(/assets/fonts/RocheSerif-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-LightItalic.woff2) format("woff2");
}
.font-rocheserif-lightitalic {
  font-family:
    RocheSerif-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-Italic;
  src:
    url(/assets/fonts/RocheSerif-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Italic.woff2) format("woff2");
}
.font-rocheserif-italic {
  font-family:
    RocheSerif-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-BoldItalic;
  src:
    url(/assets/fonts/RocheSerif-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff2) format("woff2");
}
.font-rocheserif-bolditalic {
  font-family:
    RocheSerif-BoldItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-serif {
  font-family:
    roche-serif,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@keyframes brand-gradient-animation {
  0% {
    background-color: var(--rds-color-bg-gradient-6);
  }
  33% {
    background-color: var(--rds-color-bg-gradient-3);
  }
  66% {
    background-color: var(--rds-color-bg-gradient-7);
  }
  100% {
    background-color: var(--rds-color-bg-gradient-6);
  }
}
.bg-blue-gradient-top-left {
  background-image:
    linear-gradient(
      125.75deg,
      var(--rds-color-bg-gradient-1) -40.48%,
      var(--rds-color-bg-base-1) 43.74%) !important;
}
.bg-blue-gradient-bottom-right {
  background-image:
    linear-gradient(
      121.43deg,
      var(--rds-color-bg-base-1) 61.88%,
      var(--rds-color-bg-gradient-1) 175.69%) !important;
}
.bg-neutral-gradient-top-left {
  background-image:
    linear-gradient(
      140.87deg,
      var(--rds-color-bg-gradient-2) -68.64%,
      var(--rds-color-bg-base-1) 52.89%) !important;
}
.bg-neutral-gradient-bottom-right {
  background-image:
    linear-gradient(
      144.84deg,
      var(--rds-color-bg-base-1) 54.87%,
      var(--rds-color-bg-gradient-3) 227.96%) !important;
}
.bg-neutral-gradient {
  background-image:
    linear-gradient(
      144.84deg,
      var(--rds-color-bg-gradient-4) 54.87%,
      var(--rds-color-bg-gradient-3) 227.96%) !important;
}
.bg-warm-blue-gradient-top-left {
  background-image:
    linear-gradient(
      121.21deg,
      var(--rds-color-bg-gradient-1) -17.31%,
      var(--rds-color-bg-gradient-4) 46.37%,
      var(--rds-color-bg-base-1) 65.87%) !important;
}
.bg-warm-blue-gradient-bottom-right {
  background-image:
    linear-gradient(
      136.47deg,
      var(--rds-color-bg-base-1) 35.41%,
      var(--rds-color-bg-gradient-4) 58%,
      var(--rds-color-bg-gradient-1) 128.14%) !important;
}
.bg-gradient-white-to-grey {
  background-image:
    linear-gradient(
      148.3deg,
      var(--rds-color-bg-base-1) 54.06%,
      var(--rds-color-bg-gradient-5) 146.91%) !important;
}
.bg-brand-gradient {
  background-image:
    linear-gradient(
      148.8deg,
      var(--rds-color-bg-base-1) -29.38%,
      var(--rds-color-bg-gradient-2) 69.97%,
      transparent 141.56%) !important;
  animation: brand-gradient-animation 45s linear infinite;
}
.rds-shadow-1 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-shadow-2 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-shadow-3 {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 767px) {
  .row {
    --rds-gutter-x: 0px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 768px) {
  .row {
    --rds-gutter-x: 24px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1024px) {
  .row {
    --rds-gutter-x: 24px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1440px) {
  .row {
    --rds-gutter-x: 32px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1672px) {
  .row {
    --rds-gutter-x: 32px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}
.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}
.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --rds-gutter-x: 0;
}
.g-0,
.gy-0 {
  --rds-gutter-y: 0;
}
.g-1,
.gx-1 {
  --rds-gutter-x: 2px;
}
.g-1,
.gy-1 {
  --rds-gutter-y: 2px;
}
.g-2,
.gx-2 {
  --rds-gutter-x: 4px;
}
.g-2,
.gy-2 {
  --rds-gutter-y: 4px;
}
.g-3,
.gx-3 {
  --rds-gutter-x: 8px;
}
.g-3,
.gy-3 {
  --rds-gutter-y: 8px;
}
.g-4,
.gx-4 {
  --rds-gutter-x: 12px;
}
.g-4,
.gy-4 {
  --rds-gutter-y: 12px;
}
.g-5,
.gx-5 {
  --rds-gutter-x: 16px;
}
.g-5,
.gy-5 {
  --rds-gutter-y: 16px;
}
.g-6,
.gx-6 {
  --rds-gutter-x: 20px;
}
.g-6,
.gy-6 {
  --rds-gutter-y: 20px;
}
.g-7,
.gx-7 {
  --rds-gutter-x: 24px;
}
.g-7,
.gy-7 {
  --rds-gutter-y: 24px;
}
.g-8,
.gx-8 {
  --rds-gutter-x: 28px;
}
.g-8,
.gy-8 {
  --rds-gutter-y: 28px;
}
.g-9,
.gx-9 {
  --rds-gutter-x: 32px;
}
.g-9,
.gy-9 {
  --rds-gutter-y: 32px;
}
.g-10,
.gx-10 {
  --rds-gutter-x: 40px;
}
.g-10,
.gy-10 {
  --rds-gutter-y: 40px;
}
.g-11,
.gx-11 {
  --rds-gutter-x: 48px;
}
.g-11,
.gy-11 {
  --rds-gutter-y: 48px;
}
.g-12,
.gx-12 {
  --rds-gutter-x: 56px;
}
.g-12,
.gy-12 {
  --rds-gutter-y: 56px;
}
@media (max-width: 767px) {
  .col {
    flex: 1 0 100%;
  }
  .row-cols-auto > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-7 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-8 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-9 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-10 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-11 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-12 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-auto {
    flex: 0 0 100%;
    width: 100%;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 0;
  }
  .offset-2 {
    margin-left: 0;
  }
  .offset-3 {
    margin-left: 0;
  }
  .offset-4 {
    margin-left: 0;
  }
  .offset-5 {
    margin-left: 0;
  }
  .offset-6 {
    margin-left: 0;
  }
  .offset-7 {
    margin-left: 0;
  }
  .offset-8 {
    margin-left: 0;
  }
  .offset-9 {
    margin-left: 0;
  }
  .offset-10 {
    margin-left: 0;
  }
  .offset-11 {
    margin-left: 0;
  }
  .g-0,
  .gx-0 {
    --rds-gutter-x: 0;
  }
  .g-0,
  .gy-0 {
    --rds-gutter-y: 0;
  }
  .g-1,
  .gx-1 {
    --rds-gutter-x: 2px;
  }
  .g-1,
  .gy-1 {
    --rds-gutter-y: 2px;
  }
  .g-2,
  .gx-2 {
    --rds-gutter-x: 4px;
  }
  .g-2,
  .gy-2 {
    --rds-gutter-y: 4px;
  }
  .g-3,
  .gx-3 {
    --rds-gutter-x: 8px;
  }
  .g-3,
  .gy-3 {
    --rds-gutter-y: 8px;
  }
  .g-4,
  .gx-4 {
    --rds-gutter-x: 12px;
  }
  .g-4,
  .gy-4 {
    --rds-gutter-y: 12px;
  }
  .g-5,
  .gx-5 {
    --rds-gutter-x: 16px;
  }
  .g-5,
  .gy-5 {
    --rds-gutter-y: 16px;
  }
  .g-6,
  .gx-6 {
    --rds-gutter-x: 20px;
  }
  .g-6,
  .gy-6 {
    --rds-gutter-y: 20px;
  }
  .g-7,
  .gx-7 {
    --rds-gutter-x: 24px;
  }
  .g-7,
  .gy-7 {
    --rds-gutter-y: 24px;
  }
  .g-8,
  .gx-8 {
    --rds-gutter-x: 28px;
  }
  .g-8,
  .gy-8 {
    --rds-gutter-y: 28px;
  }
  .g-9,
  .gx-9 {
    --rds-gutter-x: 32px;
  }
  .g-9,
  .gy-9 {
    --rds-gutter-y: 32px;
  }
  .g-10,
  .gx-10 {
    --rds-gutter-x: 40px;
  }
  .g-10,
  .gy-10 {
    --rds-gutter-y: 40px;
  }
  .g-11,
  .gx-11 {
    --rds-gutter-x: 48px;
  }
  .g-11,
  .gy-11 {
    --rds-gutter-y: 48px;
  }
  .g-12,
  .gx-12 {
    --rds-gutter-x: 56px;
  }
  .g-12,
  .gy-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-m {
    flex: 1 0 0%;
  }
  .row-cols-m-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-m-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-m-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-m-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-m-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-m-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-m-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-m-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-m-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-m-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-m-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-m-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-m-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-m-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-m-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-m-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-m-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-m-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-m-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-m-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-m-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-m-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-m-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-m-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-m-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-m-1 {
    margin-left: 8.33333333%;
  }
  .offset-m-2 {
    margin-left: 16.66666667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.33333333%;
  }
  .offset-m-5 {
    margin-left: 41.66666667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.33333333%;
  }
  .offset-m-8 {
    margin-left: 66.66666667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.33333333%;
  }
  .offset-m-11 {
    margin-left: 91.66666667%;
  }
  .g-m-0,
  .gx-m-0 {
    --rds-gutter-x: 0;
  }
  .g-m-0,
  .gy-m-0 {
    --rds-gutter-y: 0;
  }
  .g-m-1,
  .gx-m-1 {
    --rds-gutter-x: 2px;
  }
  .g-m-1,
  .gy-m-1 {
    --rds-gutter-y: 2px;
  }
  .g-m-2,
  .gx-m-2 {
    --rds-gutter-x: 4px;
  }
  .g-m-2,
  .gy-m-2 {
    --rds-gutter-y: 4px;
  }
  .g-m-3,
  .gx-m-3 {
    --rds-gutter-x: 8px;
  }
  .g-m-3,
  .gy-m-3 {
    --rds-gutter-y: 8px;
  }
  .g-m-4,
  .gx-m-4 {
    --rds-gutter-x: 12px;
  }
  .g-m-4,
  .gy-m-4 {
    --rds-gutter-y: 12px;
  }
  .g-m-5,
  .gx-m-5 {
    --rds-gutter-x: 16px;
  }
  .g-m-5,
  .gy-m-5 {
    --rds-gutter-y: 16px;
  }
  .g-m-6,
  .gx-m-6 {
    --rds-gutter-x: 20px;
  }
  .g-m-6,
  .gy-m-6 {
    --rds-gutter-y: 20px;
  }
  .g-m-7,
  .gx-m-7 {
    --rds-gutter-x: 24px;
  }
  .g-m-7,
  .gy-m-7 {
    --rds-gutter-y: 24px;
  }
  .g-m-8,
  .gx-m-8 {
    --rds-gutter-x: 28px;
  }
  .g-m-8,
  .gy-m-8 {
    --rds-gutter-y: 28px;
  }
  .g-m-9,
  .gx-m-9 {
    --rds-gutter-x: 32px;
  }
  .g-m-9,
  .gy-m-9 {
    --rds-gutter-y: 32px;
  }
  .g-m-10,
  .gx-m-10 {
    --rds-gutter-x: 40px;
  }
  .g-m-10,
  .gy-m-10 {
    --rds-gutter-y: 40px;
  }
  .g-m-11,
  .gx-m-11 {
    --rds-gutter-x: 48px;
  }
  .g-m-11,
  .gy-m-11 {
    --rds-gutter-y: 48px;
  }
  .g-m-12,
  .gx-m-12 {
    --rds-gutter-x: 56px;
  }
  .g-m-12,
  .gy-m-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 64px;
    padding-left: 64px;
  }
  .col-l {
    flex: 1 0 0%;
  }
  .row-cols-l-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-l-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-l-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-l-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-l-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-l-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-l-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-l-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-l-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-l-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-l-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-l-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-l-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-l-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-l-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-l-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-l-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-l-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-l-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-l-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-l-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-l-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-l-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-l-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-l-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-l-1 {
    margin-left: 8.33333333%;
  }
  .offset-l-2 {
    margin-left: 16.66666667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.33333333%;
  }
  .offset-l-5 {
    margin-left: 41.66666667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.33333333%;
  }
  .offset-l-8 {
    margin-left: 66.66666667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.33333333%;
  }
  .offset-l-11 {
    margin-left: 91.66666667%;
  }
  .g-l-0,
  .gx-l-0 {
    --rds-gutter-x: 0;
  }
  .g-l-0,
  .gy-l-0 {
    --rds-gutter-y: 0;
  }
  .g-l-1,
  .gx-l-1 {
    --rds-gutter-x: 2px;
  }
  .g-l-1,
  .gy-l-1 {
    --rds-gutter-y: 2px;
  }
  .g-l-2,
  .gx-l-2 {
    --rds-gutter-x: 4px;
  }
  .g-l-2,
  .gy-l-2 {
    --rds-gutter-y: 4px;
  }
  .g-l-3,
  .gx-l-3 {
    --rds-gutter-x: 8px;
  }
  .g-l-3,
  .gy-l-3 {
    --rds-gutter-y: 8px;
  }
  .g-l-4,
  .gx-l-4 {
    --rds-gutter-x: 12px;
  }
  .g-l-4,
  .gy-l-4 {
    --rds-gutter-y: 12px;
  }
  .g-l-5,
  .gx-l-5 {
    --rds-gutter-x: 16px;
  }
  .g-l-5,
  .gy-l-5 {
    --rds-gutter-y: 16px;
  }
  .g-l-6,
  .gx-l-6 {
    --rds-gutter-x: 20px;
  }
  .g-l-6,
  .gy-l-6 {
    --rds-gutter-y: 20px;
  }
  .g-l-7,
  .gx-l-7 {
    --rds-gutter-x: 24px;
  }
  .g-l-7,
  .gy-l-7 {
    --rds-gutter-y: 24px;
  }
  .g-l-8,
  .gx-l-8 {
    --rds-gutter-x: 28px;
  }
  .g-l-8,
  .gy-l-8 {
    --rds-gutter-y: 28px;
  }
  .g-l-9,
  .gx-l-9 {
    --rds-gutter-x: 32px;
  }
  .g-l-9,
  .gy-l-9 {
    --rds-gutter-y: 32px;
  }
  .g-l-10,
  .gx-l-10 {
    --rds-gutter-x: 40px;
  }
  .g-l-10,
  .gy-l-10 {
    --rds-gutter-y: 40px;
  }
  .g-l-11,
  .gx-l-11 {
    --rds-gutter-x: 48px;
  }
  .g-l-11,
  .gy-l-11 {
    --rds-gutter-y: 48px;
  }
  .g-l-12,
  .gx-l-12 {
    --rds-gutter-x: 56px;
  }
  .g-l-12,
  .gy-l-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    padding-right: 96px;
    padding-left: 96px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --rds-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --rds-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --rds-gutter-x: 2px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --rds-gutter-y: 2px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --rds-gutter-x: 4px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --rds-gutter-y: 4px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --rds-gutter-x: 8px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --rds-gutter-y: 8px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --rds-gutter-x: 12px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --rds-gutter-y: 12px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --rds-gutter-x: 16px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --rds-gutter-y: 16px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --rds-gutter-x: 20px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --rds-gutter-y: 20px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --rds-gutter-x: 24px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --rds-gutter-y: 24px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --rds-gutter-x: 28px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --rds-gutter-y: 28px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --rds-gutter-x: 32px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --rds-gutter-y: 32px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --rds-gutter-x: 40px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --rds-gutter-y: 40px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --rds-gutter-x: 48px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --rds-gutter-y: 48px;
  }
  .g-xl-12,
  .gx-xl-12 {
    --rds-gutter-x: 56px;
  }
  .g-xl-12,
  .gy-xl-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1672px) {
  .container {
    width: 100%;
    padding-right: 96px;
    padding-left: 96px;
    max-width: 1672px;
    margin-inline: auto;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --rds-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --rds-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --rds-gutter-x: 2px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --rds-gutter-y: 2px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --rds-gutter-x: 4px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --rds-gutter-y: 4px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --rds-gutter-x: 8px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --rds-gutter-y: 8px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --rds-gutter-x: 12px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --rds-gutter-y: 12px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --rds-gutter-x: 16px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --rds-gutter-y: 16px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --rds-gutter-x: 20px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --rds-gutter-y: 20px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --rds-gutter-x: 24px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --rds-gutter-y: 24px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --rds-gutter-x: 28px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --rds-gutter-y: 28px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --rds-gutter-x: 32px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --rds-gutter-y: 32px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --rds-gutter-x: 40px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --rds-gutter-y: 40px;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --rds-gutter-x: 48px;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --rds-gutter-y: 48px;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --rds-gutter-x: 56px;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 768px) {
  .container-dashboard {
    padding-inline: 20px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1024px) {
  .container-dashboard {
    padding-inline: 28px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1440px) {
  .container-dashboard {
    padding-inline: 32px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1672px) {
  .container-dashboard {
    padding-inline: 32px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
.container-fluid,
.container-dashboard {
  max-width: 100%;
}
body {
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .article-display-l {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-display-l {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-display-l {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-display-l {
    font-size: 128px;
    font-weight: 200;
    line-height: 144px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-display-l {
    font-size: 128px;
    font-weight: 200;
    line-height: 144px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-display-l--s {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--m {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--l {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--xl {
  font-size: 128px;
  font-weight: 200;
  line-height: 144px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--xxl {
  font-size: 128px;
  font-weight: 200;
  line-height: 144px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-display-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-display-m {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-display-m {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-display-m {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-display-m {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-display-m--s {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--m {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--l {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--xl {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--xxl {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-1--s {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--m {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--l {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--xl {
  font-size: 60px;
  font-weight: 200;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--xxl {
  font-size: 60px;
  font-weight: 200;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-1-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-1-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-1-bold {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-1-bold {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-1-bold--s {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--m {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--l {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--xl {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--xxl {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-2 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-2 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-2--s {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--m {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--l {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--xl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--xxl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-2-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-2-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-2-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-2-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-2-bold--s {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--m {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--l {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--xl {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--xxl {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-3 {
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-3 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-3 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-3--s {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--m {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--l {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--xl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--xxl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-3-bold {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-3-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-3-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-3-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-3-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-3-bold--s {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--m {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--l {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--xl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--xxl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-4--s {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--m {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--l {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--xl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--xxl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-4-bold {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-4-bold {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-4-bold--s {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--m {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--l {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--xl {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--xxl {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-5--s {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--m {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--l {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--xl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--xxl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-5-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-5-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-5-bold--s {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--m {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--l {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--xxl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-6--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-6-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-6-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-6-bold--s {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--m {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--l {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--xl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--xxl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-quote-m {
    font-size: 32px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-quote-m {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-quote-m {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-quote-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-quote-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-quote-m--s {
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--m {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--l {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--xl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--xxl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-quote-s {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-quote-s {
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-quote-s {
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-quote-s {
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-quote-s {
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-quote-s--s {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--m {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--l {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--xl {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--xxl {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-kpi {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-lead {
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-lead {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-lead {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-lead {
    font-size: 26px;
    font-weight: 200;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-lead {
    font-size: 26px;
    font-weight: 200;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-lead--s {
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--m {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--l {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--xl {
  font-size: 26px;
  font-weight: 200;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--xxl {
  font-size: 26px;
  font-weight: 200;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-m--s {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--m {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--xl {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--xxl {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-m-bold {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-m-bold {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-m-bold--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-s--s {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--m {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--l {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--xl {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--xxl {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-s-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-s-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-s-bold--s {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--xl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--xxl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-caption--s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--xl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--xxl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-footnote {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-1 {
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-1 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-1 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-1--s {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--m {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--l {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--xl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--xxl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-1-bold {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-1-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-1-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-1-bold--s {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--m {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--l {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--xl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--xxl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-2--s {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--m {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--l {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--xl {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--xxl {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-2-bold--s {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--m {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--l {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--xl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--xxl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-3--s {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--m {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--l {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--xl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--xxl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-3-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-3-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-3-bold--s {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--m {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--l {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--xxl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-4--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-4-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-4-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-4-bold--s {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--m {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--l {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--xl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--xxl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-quote--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-l--s {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--m {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--xl {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--xxl {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-l-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-l-bold--s {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--xl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--xxl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-m--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--l {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--xl {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--xxl {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-m-bold {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-m-bold--s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--xl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--xxl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-s-bold {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-l-bold {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-m-bold {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-s-bold {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-overline-s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-overline-m {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-component-text-m {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-component-text-s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (max-width: 767px) {
  .float-s-start {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .float-m-start {
    float: left !important;
  }
}
@media (min-width: 1024px) {
  .float-l-start {
    float: left !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-start {
    float: left !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-start {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .float-s-end {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .float-m-end {
    float: right !important;
  }
}
@media (min-width: 1024px) {
  .float-l-end {
    float: right !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-end {
    float: right !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-end {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .float-s-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-m-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-l-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-none {
    float: none !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
@media (max-width: 767px) {
  .d-s-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .d-s-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .d-s-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-m-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .d-l-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .d-s-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-m-grid {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .d-l-grid {
    display: grid !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-grid {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  .d-s-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .d-m-table {
    display: table !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table {
    display: table !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table {
    display: table !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table {
    display: table !important;
  }
}
@media (max-width: 767px) {
  .d-s-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .d-m-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table-row {
    display: table-row !important;
  }
}
@media (max-width: 767px) {
  .d-s-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-m-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .d-s-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-m-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .d-l-flex {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .d-s-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .d-s-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .d-l-none {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-none {
    display: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
@media (max-width: 767px) {
  .flex-s-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 768px) {
  .flex-m-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (max-width: 767px) {
  .flex-s-row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .flex-m-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .flex-s-column {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) {
  .flex-m-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-column {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .flex-s-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 767px) {
  .flex-s-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
@media (max-width: 767px) {
  .flex-s-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-s-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (max-width: 767px) {
  .flex-s-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-s-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (max-width: 767px) {
  .flex-s-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .flex-m-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .flex-s-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .flex-m-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  .flex-s-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (max-width: 767px) {
  .justify-content-s-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-center {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-center {
    justify-content: center !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-center {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .align-items-s-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-center {
    align-items: center !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-center {
    align-items: center !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-center {
    align-items: center !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-center {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
@media (max-width: 767px) {
  .align-content-s-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-center {
    align-content: center !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-center {
    align-content: center !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-center {
    align-content: center !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-center {
    align-content: center !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-center {
    align-content: center !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-between {
    align-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-between {
    align-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-around {
    align-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-around {
    align-content: space-around !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (max-width: 767px) {
  .align-self-s-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-auto {
    align-self: auto !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-center {
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-center {
    align-self: center !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-center {
    align-self: center !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-center {
    align-self: center !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-center {
    align-self: center !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
@media (max-width: 767px) {
  .order-s-first {
    order: -1 !important;
  }
}
@media (min-width: 768px) {
  .order-m-first {
    order: -1 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-first {
    order: -1 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-first {
    order: -1 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-first {
    order: -1 !important;
  }
}
@media (max-width: 767px) {
  .order-s-0 {
    order: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-m-0 {
    order: 0 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-0 {
    order: 0 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-0 {
    order: 0 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-0 {
    order: 0 !important;
  }
}
@media (max-width: 767px) {
  .order-s-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-m-1 {
    order: 1 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-1 {
    order: 1 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-1 {
    order: 1 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-1 {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .order-s-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-m-2 {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-2 {
    order: 2 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-2 {
    order: 2 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-2 {
    order: 2 !important;
  }
}
@media (max-width: 767px) {
  .order-s-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-m-3 {
    order: 3 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-3 {
    order: 3 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-3 {
    order: 3 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-3 {
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .order-s-4 {
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-m-4 {
    order: 4 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-4 {
    order: 4 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-4 {
    order: 4 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-4 {
    order: 4 !important;
  }
}
@media (max-width: 767px) {
  .order-s-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-m-5 {
    order: 5 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-5 {
    order: 5 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-5 {
    order: 5 !important;
  }
}
@media (max-width: 767px) {
  .order-s-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-m-last {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-last {
    order: 6 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-last {
    order: 6 !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 2px !important;
}
.m-2 {
  margin: 4px !important;
}
.m-3 {
  margin: 8px !important;
}
.m-4 {
  margin: 12px !important;
}
.m-5 {
  margin: 16px !important;
}
.m-6 {
  margin: 20px !important;
}
.m-7 {
  margin: 24px !important;
}
.m-8 {
  margin: 28px !important;
}
.m-9 {
  margin: 32px !important;
}
.m-10 {
  margin: 40px !important;
}
.m-11 {
  margin: 48px !important;
}
.m-12 {
  margin: 56px !important;
}
.m-auto {
  margin: auto !important;
}
@media (max-width: 767px) {
  .m-s-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-m-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .m-l-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .m-s-1 {
    margin: 2px !important;
  }
}
@media (min-width: 768px) {
  .m-m-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-1 {
    margin: 2px !important;
  }
}
@media (max-width: 767px) {
  .m-s-2 {
    margin: 4px !important;
  }
}
@media (min-width: 768px) {
  .m-m-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-2 {
    margin: 4px !important;
  }
}
@media (max-width: 767px) {
  .m-s-3 {
    margin: 8px !important;
  }
}
@media (min-width: 768px) {
  .m-m-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-3 {
    margin: 8px !important;
  }
}
@media (max-width: 767px) {
  .m-s-4 {
    margin: 12px !important;
  }
}
@media (min-width: 768px) {
  .m-m-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-4 {
    margin: 12px !important;
  }
}
@media (max-width: 767px) {
  .m-s-5 {
    margin: 16px !important;
  }
}
@media (min-width: 768px) {
  .m-m-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-5 {
    margin: 16px !important;
  }
}
@media (max-width: 767px) {
  .m-s-6 {
    margin: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-m-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-6 {
    margin: 20px !important;
  }
}
@media (max-width: 767px) {
  .m-s-7 {
    margin: 24px !important;
  }
}
@media (min-width: 768px) {
  .m-m-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-7 {
    margin: 24px !important;
  }
}
@media (max-width: 767px) {
  .m-s-8 {
    margin: 28px !important;
  }
}
@media (min-width: 768px) {
  .m-m-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-8 {
    margin: 28px !important;
  }
}
@media (max-width: 767px) {
  .m-s-9 {
    margin: 32px !important;
  }
}
@media (min-width: 768px) {
  .m-m-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-9 {
    margin: 32px !important;
  }
}
@media (max-width: 767px) {
  .m-s-10 {
    margin: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-m-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-10 {
    margin: 40px !important;
  }
}
@media (max-width: 767px) {
  .m-s-11 {
    margin: 48px !important;
  }
}
@media (min-width: 768px) {
  .m-m-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-11 {
    margin: 48px !important;
  }
}
@media (max-width: 767px) {
  .m-s-12 {
    margin: 56px !important;
  }
}
@media (min-width: 768px) {
  .m-m-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-12 {
    margin: 56px !important;
  }
}
@media (max-width: 767px) {
  .m-s-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .m-m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-l-auto {
    margin: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-auto {
    margin: auto !important;
  }
}
.mx-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 2px !important;
}
.mx-1 {
  margin-left: 2px !important;
}
.mx-2 {
  margin-right: 4px !important;
}
.mx-2 {
  margin-left: 4px !important;
}
.mx-3 {
  margin-right: 8px !important;
}
.mx-3 {
  margin-left: 8px !important;
}
.mx-4 {
  margin-right: 12px !important;
}
.mx-4 {
  margin-left: 12px !important;
}
.mx-5 {
  margin-right: 16px !important;
}
.mx-5 {
  margin-left: 16px !important;
}
.mx-6 {
  margin-right: 20px !important;
}
.mx-6 {
  margin-left: 20px !important;
}
.mx-7 {
  margin-right: 24px !important;
}
.mx-7 {
  margin-left: 24px !important;
}
.mx-8 {
  margin-right: 28px !important;
}
.mx-8 {
  margin-left: 28px !important;
}
.mx-9 {
  margin-right: 32px !important;
}
.mx-9 {
  margin-left: 32px !important;
}
.mx-10 {
  margin-right: 40px !important;
}
.mx-10 {
  margin-left: 40px !important;
}
.mx-11 {
  margin-right: 48px !important;
}
.mx-11 {
  margin-left: 48px !important;
}
.mx-12 {
  margin-right: 56px !important;
}
.mx-12 {
  margin-left: 56px !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .mx-s-0 {
    margin-right: 0 !important;
  }
  .mx-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .mx-m-0 {
    margin-right: 0 !important;
  }
  .mx-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-0 {
    margin-right: 0 !important;
  }
  .mx-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mx-s-1 {
    margin-right: 2px !important;
  }
  .mx-s-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-1 {
    margin-right: 2px !important;
  }
  .mx-m-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-1 {
    margin-right: 2px !important;
  }
  .mx-l-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-1 {
    margin-right: 2px !important;
  }
  .mx-xl-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-1 {
    margin-right: 2px !important;
  }
  .mx-xxl-1 {
    margin-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-2 {
    margin-right: 4px !important;
  }
  .mx-s-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-2 {
    margin-right: 4px !important;
  }
  .mx-m-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-2 {
    margin-right: 4px !important;
  }
  .mx-l-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-2 {
    margin-right: 4px !important;
  }
  .mx-xl-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-2 {
    margin-right: 4px !important;
  }
  .mx-xxl-2 {
    margin-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-3 {
    margin-right: 8px !important;
  }
  .mx-s-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-3 {
    margin-right: 8px !important;
  }
  .mx-m-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-3 {
    margin-right: 8px !important;
  }
  .mx-l-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-3 {
    margin-right: 8px !important;
  }
  .mx-xl-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-3 {
    margin-right: 8px !important;
  }
  .mx-xxl-3 {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-4 {
    margin-right: 12px !important;
  }
  .mx-s-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-4 {
    margin-right: 12px !important;
  }
  .mx-m-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-4 {
    margin-right: 12px !important;
  }
  .mx-l-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-4 {
    margin-right: 12px !important;
  }
  .mx-xl-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-4 {
    margin-right: 12px !important;
  }
  .mx-xxl-4 {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-5 {
    margin-right: 16px !important;
  }
  .mx-s-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-5 {
    margin-right: 16px !important;
  }
  .mx-m-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-5 {
    margin-right: 16px !important;
  }
  .mx-l-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-5 {
    margin-right: 16px !important;
  }
  .mx-xl-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-5 {
    margin-right: 16px !important;
  }
  .mx-xxl-5 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-6 {
    margin-right: 20px !important;
  }
  .mx-s-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-6 {
    margin-right: 20px !important;
  }
  .mx-m-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-6 {
    margin-right: 20px !important;
  }
  .mx-l-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-6 {
    margin-right: 20px !important;
  }
  .mx-xl-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-6 {
    margin-right: 20px !important;
  }
  .mx-xxl-6 {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-7 {
    margin-right: 24px !important;
  }
  .mx-s-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-7 {
    margin-right: 24px !important;
  }
  .mx-m-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-7 {
    margin-right: 24px !important;
  }
  .mx-l-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-7 {
    margin-right: 24px !important;
  }
  .mx-xl-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-7 {
    margin-right: 24px !important;
  }
  .mx-xxl-7 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-8 {
    margin-right: 28px !important;
  }
  .mx-s-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-8 {
    margin-right: 28px !important;
  }
  .mx-m-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-8 {
    margin-right: 28px !important;
  }
  .mx-l-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-8 {
    margin-right: 28px !important;
  }
  .mx-xl-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-8 {
    margin-right: 28px !important;
  }
  .mx-xxl-8 {
    margin-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-9 {
    margin-right: 32px !important;
  }
  .mx-s-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-9 {
    margin-right: 32px !important;
  }
  .mx-m-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-9 {
    margin-right: 32px !important;
  }
  .mx-l-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-9 {
    margin-right: 32px !important;
  }
  .mx-xl-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-9 {
    margin-right: 32px !important;
  }
  .mx-xxl-9 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-10 {
    margin-right: 40px !important;
  }
  .mx-s-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-10 {
    margin-right: 40px !important;
  }
  .mx-m-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-10 {
    margin-right: 40px !important;
  }
  .mx-l-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-10 {
    margin-right: 40px !important;
  }
  .mx-xl-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-10 {
    margin-right: 40px !important;
  }
  .mx-xxl-10 {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-11 {
    margin-right: 48px !important;
  }
  .mx-s-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-11 {
    margin-right: 48px !important;
  }
  .mx-m-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-11 {
    margin-right: 48px !important;
  }
  .mx-l-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-11 {
    margin-right: 48px !important;
  }
  .mx-xl-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-11 {
    margin-right: 48px !important;
  }
  .mx-xxl-11 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-12 {
    margin-right: 56px !important;
  }
  .mx-s-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-12 {
    margin-right: 56px !important;
  }
  .mx-m-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-12 {
    margin-right: 56px !important;
  }
  .mx-l-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-12 {
    margin-right: 56px !important;
  }
  .mx-xl-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-12 {
    margin-right: 56px !important;
  }
  .mx-xxl-12 {
    margin-left: 56px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-auto {
    margin-right: auto !important;
  }
  .mx-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mx-m-auto {
    margin-right: auto !important;
  }
  .mx-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-auto {
    margin-right: auto !important;
  }
  .mx-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.my-0 {
  margin-top: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 2px !important;
}
.my-1 {
  margin-bottom: 2px !important;
}
.my-2 {
  margin-top: 4px !important;
}
.my-2 {
  margin-bottom: 4px !important;
}
.my-3 {
  margin-top: 8px !important;
}
.my-3 {
  margin-bottom: 8px !important;
}
.my-4 {
  margin-top: 12px !important;
}
.my-4 {
  margin-bottom: 12px !important;
}
.my-5 {
  margin-top: 16px !important;
}
.my-5 {
  margin-bottom: 16px !important;
}
.my-6 {
  margin-top: 20px !important;
}
.my-6 {
  margin-bottom: 20px !important;
}
.my-7 {
  margin-top: 24px !important;
}
.my-7 {
  margin-bottom: 24px !important;
}
.my-8 {
  margin-top: 28px !important;
}
.my-8 {
  margin-bottom: 28px !important;
}
.my-9 {
  margin-top: 32px !important;
}
.my-9 {
  margin-bottom: 32px !important;
}
.my-10 {
  margin-top: 40px !important;
}
.my-10 {
  margin-bottom: 40px !important;
}
.my-11 {
  margin-top: 48px !important;
}
.my-11 {
  margin-bottom: 48px !important;
}
.my-12 {
  margin-top: 56px !important;
}
.my-12 {
  margin-bottom: 56px !important;
}
.my-auto {
  margin-top: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .my-s-0 {
    margin-top: 0 !important;
  }
  .my-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .my-m-0 {
    margin-top: 0 !important;
  }
  .my-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .my-l-0 {
    margin-top: 0 !important;
  }
  .my-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .my-s-1 {
    margin-top: 2px !important;
  }
  .my-s-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-1 {
    margin-top: 2px !important;
  }
  .my-m-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-1 {
    margin-top: 2px !important;
  }
  .my-l-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-1 {
    margin-top: 2px !important;
  }
  .my-xl-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-1 {
    margin-top: 2px !important;
  }
  .my-xxl-1 {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .my-s-2 {
    margin-top: 4px !important;
  }
  .my-s-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-2 {
    margin-top: 4px !important;
  }
  .my-m-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-2 {
    margin-top: 4px !important;
  }
  .my-l-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-2 {
    margin-top: 4px !important;
  }
  .my-xl-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-2 {
    margin-top: 4px !important;
  }
  .my-xxl-2 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .my-s-3 {
    margin-top: 8px !important;
  }
  .my-s-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-3 {
    margin-top: 8px !important;
  }
  .my-m-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-3 {
    margin-top: 8px !important;
  }
  .my-l-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-3 {
    margin-top: 8px !important;
  }
  .my-xl-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-3 {
    margin-top: 8px !important;
  }
  .my-xxl-3 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .my-s-4 {
    margin-top: 12px !important;
  }
  .my-s-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-4 {
    margin-top: 12px !important;
  }
  .my-m-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-4 {
    margin-top: 12px !important;
  }
  .my-l-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-4 {
    margin-top: 12px !important;
  }
  .my-xl-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-4 {
    margin-top: 12px !important;
  }
  .my-xxl-4 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .my-s-5 {
    margin-top: 16px !important;
  }
  .my-s-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-5 {
    margin-top: 16px !important;
  }
  .my-m-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-5 {
    margin-top: 16px !important;
  }
  .my-l-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-5 {
    margin-top: 16px !important;
  }
  .my-xl-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-5 {
    margin-top: 16px !important;
  }
  .my-xxl-5 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .my-s-6 {
    margin-top: 20px !important;
  }
  .my-s-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-6 {
    margin-top: 20px !important;
  }
  .my-m-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-6 {
    margin-top: 20px !important;
  }
  .my-l-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-6 {
    margin-top: 20px !important;
  }
  .my-xl-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-6 {
    margin-top: 20px !important;
  }
  .my-xxl-6 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .my-s-7 {
    margin-top: 24px !important;
  }
  .my-s-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-7 {
    margin-top: 24px !important;
  }
  .my-m-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-7 {
    margin-top: 24px !important;
  }
  .my-l-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-7 {
    margin-top: 24px !important;
  }
  .my-xl-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-7 {
    margin-top: 24px !important;
  }
  .my-xxl-7 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .my-s-8 {
    margin-top: 28px !important;
  }
  .my-s-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-8 {
    margin-top: 28px !important;
  }
  .my-m-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-8 {
    margin-top: 28px !important;
  }
  .my-l-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-8 {
    margin-top: 28px !important;
  }
  .my-xl-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-8 {
    margin-top: 28px !important;
  }
  .my-xxl-8 {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .my-s-9 {
    margin-top: 32px !important;
  }
  .my-s-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-9 {
    margin-top: 32px !important;
  }
  .my-m-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-9 {
    margin-top: 32px !important;
  }
  .my-l-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-9 {
    margin-top: 32px !important;
  }
  .my-xl-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-9 {
    margin-top: 32px !important;
  }
  .my-xxl-9 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .my-s-10 {
    margin-top: 40px !important;
  }
  .my-s-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-10 {
    margin-top: 40px !important;
  }
  .my-m-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-10 {
    margin-top: 40px !important;
  }
  .my-l-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-10 {
    margin-top: 40px !important;
  }
  .my-xl-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-10 {
    margin-top: 40px !important;
  }
  .my-xxl-10 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .my-s-11 {
    margin-top: 48px !important;
  }
  .my-s-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-11 {
    margin-top: 48px !important;
  }
  .my-m-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-11 {
    margin-top: 48px !important;
  }
  .my-l-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-11 {
    margin-top: 48px !important;
  }
  .my-xl-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-11 {
    margin-top: 48px !important;
  }
  .my-xxl-11 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .my-s-12 {
    margin-top: 56px !important;
  }
  .my-s-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-12 {
    margin-top: 56px !important;
  }
  .my-m-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-12 {
    margin-top: 56px !important;
  }
  .my-l-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-12 {
    margin-top: 56px !important;
  }
  .my-xl-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-12 {
    margin-top: 56px !important;
  }
  .my-xxl-12 {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 767px) {
  .my-s-auto {
    margin-top: auto !important;
  }
  .my-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .my-m-auto {
    margin-top: auto !important;
  }
  .my-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .my-l-auto {
    margin-top: auto !important;
  }
  .my-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-auto {
    margin-top: auto !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2px !important;
}
.mt-2 {
  margin-top: 4px !important;
}
.mt-3 {
  margin-top: 8px !important;
}
.mt-4 {
  margin-top: 12px !important;
}
.mt-5 {
  margin-top: 16px !important;
}
.mt-6 {
  margin-top: 20px !important;
}
.mt-7 {
  margin-top: 24px !important;
}
.mt-8 {
  margin-top: 28px !important;
}
.mt-9 {
  margin-top: 32px !important;
}
.mt-10 {
  margin-top: 40px !important;
}
.mt-11 {
  margin-top: 48px !important;
}
.mt-12 {
  margin-top: 56px !important;
}
.mt-auto {
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .mt-s-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .mt-m-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .mt-s-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-1 {
    margin-top: 2px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-2 {
    margin-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-3 {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-4 {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-5 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-6 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-7 {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-8 {
    margin-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-9 {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-10 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-11 {
    margin-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-12 {
    margin-top: 56px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-m-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 2px !important;
}
.me-2 {
  margin-right: 4px !important;
}
.me-3 {
  margin-right: 8px !important;
}
.me-4 {
  margin-right: 12px !important;
}
.me-5 {
  margin-right: 16px !important;
}
.me-6 {
  margin-right: 20px !important;
}
.me-7 {
  margin-right: 24px !important;
}
.me-8 {
  margin-right: 28px !important;
}
.me-9 {
  margin-right: 32px !important;
}
.me-10 {
  margin-right: 40px !important;
}
.me-11 {
  margin-right: 48px !important;
}
.me-12 {
  margin-right: 56px !important;
}
.me-auto {
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .me-s-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .me-m-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .me-l-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .me-s-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 768px) {
  .me-m-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-1 {
    margin-right: 2px !important;
  }
}
@media (max-width: 767px) {
  .me-s-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .me-m-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-2 {
    margin-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .me-s-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .me-m-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-3 {
    margin-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .me-s-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .me-m-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-4 {
    margin-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .me-s-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .me-m-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-5 {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .me-s-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .me-m-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-6 {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .me-s-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .me-m-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-7 {
    margin-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .me-s-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .me-m-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-8 {
    margin-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .me-s-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .me-m-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-9 {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .me-s-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .me-m-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-10 {
    margin-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .me-s-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .me-m-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-11 {
    margin-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .me-s-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 768px) {
  .me-m-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-12 {
    margin-right: 56px !important;
  }
}
@media (max-width: 767px) {
  .me-s-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .me-m-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .me-l-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-auto {
    margin-right: auto !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2px !important;
}
.mb-2 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 8px !important;
}
.mb-4 {
  margin-bottom: 12px !important;
}
.mb-5 {
  margin-bottom: 16px !important;
}
.mb-6 {
  margin-bottom: 20px !important;
}
.mb-7 {
  margin-bottom: 24px !important;
}
.mb-8 {
  margin-bottom: 28px !important;
}
.mb-9 {
  margin-bottom: 32px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}
.mb-11 {
  margin-bottom: 48px !important;
}
.mb-12 {
  margin-bottom: 56px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .mb-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .mb-s-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-1 {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-2 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-3 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-4 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-5 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-6 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-7 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-8 {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-9 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-10 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-11 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-12 {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mb-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 2px !important;
}
.ms-2 {
  margin-left: 4px !important;
}
.ms-3 {
  margin-left: 8px !important;
}
.ms-4 {
  margin-left: 12px !important;
}
.ms-5 {
  margin-left: 16px !important;
}
.ms-6 {
  margin-left: 20px !important;
}
.ms-7 {
  margin-left: 24px !important;
}
.ms-8 {
  margin-left: 28px !important;
}
.ms-9 {
  margin-left: 32px !important;
}
.ms-10 {
  margin-left: 40px !important;
}
.ms-11 {
  margin-left: 48px !important;
}
.ms-12 {
  margin-left: 56px !important;
}
.ms-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .ms-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .ms-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ms-s-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-1 {
    margin-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-2 {
    margin-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-3 {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-4 {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-5 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-6 {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-7 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-8 {
    margin-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-9 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-10 {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-11 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-12 {
    margin-left: 56px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ms-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
.m-n1 {
  margin: -2px !important;
}
.m-n2 {
  margin: -4px !important;
}
.m-n3 {
  margin: -8px !important;
}
.m-n4 {
  margin: -12px !important;
}
.m-n5 {
  margin: -16px !important;
}
.m-n6 {
  margin: -20px !important;
}
.m-n7 {
  margin: -24px !important;
}
.m-n8 {
  margin: -28px !important;
}
.m-n9 {
  margin: -32px !important;
}
.m-n10 {
  margin: -40px !important;
}
.m-n11 {
  margin: -48px !important;
}
.m-n12 {
  margin: -56px !important;
}
@media (max-width: 767px) {
  .m-s-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n1 {
    margin: -2px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n2 {
    margin: -4px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n3 {
    margin: -8px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n4 {
    margin: -12px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n5 {
    margin: -16px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n6 {
    margin: -20px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n7 {
    margin: -24px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n8 {
    margin: -28px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n9 {
    margin: -32px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n10 {
    margin: -40px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n11 {
    margin: -48px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n12 {
    margin: -56px !important;
  }
}
.mx-n1 {
  margin-right: -2px !important;
}
.mx-n1 {
  margin-left: -2px !important;
}
.mx-n2 {
  margin-right: -4px !important;
}
.mx-n2 {
  margin-left: -4px !important;
}
.mx-n3 {
  margin-right: -8px !important;
}
.mx-n3 {
  margin-left: -8px !important;
}
.mx-n4 {
  margin-right: -12px !important;
}
.mx-n4 {
  margin-left: -12px !important;
}
.mx-n5 {
  margin-right: -16px !important;
}
.mx-n5 {
  margin-left: -16px !important;
}
.mx-n6 {
  margin-right: -20px !important;
}
.mx-n6 {
  margin-left: -20px !important;
}
.mx-n7 {
  margin-right: -24px !important;
}
.mx-n7 {
  margin-left: -24px !important;
}
.mx-n8 {
  margin-right: -28px !important;
}
.mx-n8 {
  margin-left: -28px !important;
}
.mx-n9 {
  margin-right: -32px !important;
}
.mx-n9 {
  margin-left: -32px !important;
}
.mx-n10 {
  margin-right: -40px !important;
}
.mx-n10 {
  margin-left: -40px !important;
}
.mx-n11 {
  margin-right: -48px !important;
}
.mx-n11 {
  margin-left: -48px !important;
}
.mx-n12 {
  margin-right: -56px !important;
}
.mx-n12 {
  margin-left: -56px !important;
}
@media (max-width: 767px) {
  .mx-s-n1 {
    margin-right: -2px !important;
  }
  .mx-s-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n1 {
    margin-right: -2px !important;
  }
  .mx-m-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n1 {
    margin-right: -2px !important;
  }
  .mx-l-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n1 {
    margin-right: -2px !important;
  }
  .mx-xl-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n1 {
    margin-right: -2px !important;
  }
  .mx-xxl-n1 {
    margin-left: -2px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n2 {
    margin-right: -4px !important;
  }
  .mx-s-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n2 {
    margin-right: -4px !important;
  }
  .mx-m-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n2 {
    margin-right: -4px !important;
  }
  .mx-l-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n2 {
    margin-right: -4px !important;
  }
  .mx-xl-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n2 {
    margin-right: -4px !important;
  }
  .mx-xxl-n2 {
    margin-left: -4px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n3 {
    margin-right: -8px !important;
  }
  .mx-s-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n3 {
    margin-right: -8px !important;
  }
  .mx-m-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n3 {
    margin-right: -8px !important;
  }
  .mx-l-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n3 {
    margin-right: -8px !important;
  }
  .mx-xl-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n3 {
    margin-right: -8px !important;
  }
  .mx-xxl-n3 {
    margin-left: -8px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n4 {
    margin-right: -12px !important;
  }
  .mx-s-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n4 {
    margin-right: -12px !important;
  }
  .mx-m-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n4 {
    margin-right: -12px !important;
  }
  .mx-l-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n4 {
    margin-right: -12px !important;
  }
  .mx-xl-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n4 {
    margin-right: -12px !important;
  }
  .mx-xxl-n4 {
    margin-left: -12px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n5 {
    margin-right: -16px !important;
  }
  .mx-s-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n5 {
    margin-right: -16px !important;
  }
  .mx-m-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n5 {
    margin-right: -16px !important;
  }
  .mx-l-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n5 {
    margin-right: -16px !important;
  }
  .mx-xl-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n5 {
    margin-right: -16px !important;
  }
  .mx-xxl-n5 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n6 {
    margin-right: -20px !important;
  }
  .mx-s-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n6 {
    margin-right: -20px !important;
  }
  .mx-m-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n6 {
    margin-right: -20px !important;
  }
  .mx-l-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n6 {
    margin-right: -20px !important;
  }
  .mx-xl-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n6 {
    margin-right: -20px !important;
  }
  .mx-xxl-n6 {
    margin-left: -20px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n7 {
    margin-right: -24px !important;
  }
  .mx-s-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n7 {
    margin-right: -24px !important;
  }
  .mx-m-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n7 {
    margin-right: -24px !important;
  }
  .mx-l-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n7 {
    margin-right: -24px !important;
  }
  .mx-xl-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n7 {
    margin-right: -24px !important;
  }
  .mx-xxl-n7 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n8 {
    margin-right: -28px !important;
  }
  .mx-s-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n8 {
    margin-right: -28px !important;
  }
  .mx-m-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n8 {
    margin-right: -28px !important;
  }
  .mx-l-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n8 {
    margin-right: -28px !important;
  }
  .mx-xl-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n8 {
    margin-right: -28px !important;
  }
  .mx-xxl-n8 {
    margin-left: -28px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n9 {
    margin-right: -32px !important;
  }
  .mx-s-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n9 {
    margin-right: -32px !important;
  }
  .mx-m-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n9 {
    margin-right: -32px !important;
  }
  .mx-l-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n9 {
    margin-right: -32px !important;
  }
  .mx-xl-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n9 {
    margin-right: -32px !important;
  }
  .mx-xxl-n9 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n10 {
    margin-right: -40px !important;
  }
  .mx-s-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n10 {
    margin-right: -40px !important;
  }
  .mx-m-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n10 {
    margin-right: -40px !important;
  }
  .mx-l-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n10 {
    margin-right: -40px !important;
  }
  .mx-xl-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n10 {
    margin-right: -40px !important;
  }
  .mx-xxl-n10 {
    margin-left: -40px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n11 {
    margin-right: -48px !important;
  }
  .mx-s-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n11 {
    margin-right: -48px !important;
  }
  .mx-m-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n11 {
    margin-right: -48px !important;
  }
  .mx-l-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n11 {
    margin-right: -48px !important;
  }
  .mx-xl-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n11 {
    margin-right: -48px !important;
  }
  .mx-xxl-n11 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n12 {
    margin-right: -56px !important;
  }
  .mx-s-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n12 {
    margin-right: -56px !important;
  }
  .mx-m-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n12 {
    margin-right: -56px !important;
  }
  .mx-l-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n12 {
    margin-right: -56px !important;
  }
  .mx-xl-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n12 {
    margin-right: -56px !important;
  }
  .mx-xxl-n12 {
    margin-left: -56px !important;
  }
}
.my-n1 {
  margin-top: -2px !important;
}
.my-n1 {
  margin-bottom: -2px !important;
}
.my-n2 {
  margin-top: -4px !important;
}
.my-n2 {
  margin-bottom: -4px !important;
}
.my-n3 {
  margin-top: -8px !important;
}
.my-n3 {
  margin-bottom: -8px !important;
}
.my-n4 {
  margin-top: -12px !important;
}
.my-n4 {
  margin-bottom: -12px !important;
}
.my-n5 {
  margin-top: -16px !important;
}
.my-n5 {
  margin-bottom: -16px !important;
}
.my-n6 {
  margin-top: -20px !important;
}
.my-n6 {
  margin-bottom: -20px !important;
}
.my-n7 {
  margin-top: -24px !important;
}
.my-n7 {
  margin-bottom: -24px !important;
}
.my-n8 {
  margin-top: -28px !important;
}
.my-n8 {
  margin-bottom: -28px !important;
}
.my-n9 {
  margin-top: -32px !important;
}
.my-n9 {
  margin-bottom: -32px !important;
}
.my-n10 {
  margin-top: -40px !important;
}
.my-n10 {
  margin-bottom: -40px !important;
}
.my-n11 {
  margin-top: -48px !important;
}
.my-n11 {
  margin-bottom: -48px !important;
}
.my-n12 {
  margin-top: -56px !important;
}
.my-n12 {
  margin-bottom: -56px !important;
}
@media (max-width: 767px) {
  .my-s-n1 {
    margin-top: -2px !important;
  }
  .my-s-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n1 {
    margin-top: -2px !important;
  }
  .my-m-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n1 {
    margin-top: -2px !important;
  }
  .my-l-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n1 {
    margin-top: -2px !important;
  }
  .my-xl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n1 {
    margin-top: -2px !important;
  }
  .my-xxl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n2 {
    margin-top: -4px !important;
  }
  .my-s-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n2 {
    margin-top: -4px !important;
  }
  .my-m-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n2 {
    margin-top: -4px !important;
  }
  .my-l-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n2 {
    margin-top: -4px !important;
  }
  .my-xl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n2 {
    margin-top: -4px !important;
  }
  .my-xxl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n3 {
    margin-top: -8px !important;
  }
  .my-s-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n3 {
    margin-top: -8px !important;
  }
  .my-m-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n3 {
    margin-top: -8px !important;
  }
  .my-l-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n3 {
    margin-top: -8px !important;
  }
  .my-xl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n3 {
    margin-top: -8px !important;
  }
  .my-xxl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n4 {
    margin-top: -12px !important;
  }
  .my-s-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n4 {
    margin-top: -12px !important;
  }
  .my-m-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n4 {
    margin-top: -12px !important;
  }
  .my-l-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n4 {
    margin-top: -12px !important;
  }
  .my-xl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n4 {
    margin-top: -12px !important;
  }
  .my-xxl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n5 {
    margin-top: -16px !important;
  }
  .my-s-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n5 {
    margin-top: -16px !important;
  }
  .my-m-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n5 {
    margin-top: -16px !important;
  }
  .my-l-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n5 {
    margin-top: -16px !important;
  }
  .my-xl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n5 {
    margin-top: -16px !important;
  }
  .my-xxl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n6 {
    margin-top: -20px !important;
  }
  .my-s-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n6 {
    margin-top: -20px !important;
  }
  .my-m-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n6 {
    margin-top: -20px !important;
  }
  .my-l-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n6 {
    margin-top: -20px !important;
  }
  .my-xl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n6 {
    margin-top: -20px !important;
  }
  .my-xxl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n7 {
    margin-top: -24px !important;
  }
  .my-s-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n7 {
    margin-top: -24px !important;
  }
  .my-m-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n7 {
    margin-top: -24px !important;
  }
  .my-l-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n7 {
    margin-top: -24px !important;
  }
  .my-xl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n7 {
    margin-top: -24px !important;
  }
  .my-xxl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n8 {
    margin-top: -28px !important;
  }
  .my-s-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n8 {
    margin-top: -28px !important;
  }
  .my-m-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n8 {
    margin-top: -28px !important;
  }
  .my-l-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n8 {
    margin-top: -28px !important;
  }
  .my-xl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n8 {
    margin-top: -28px !important;
  }
  .my-xxl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n9 {
    margin-top: -32px !important;
  }
  .my-s-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n9 {
    margin-top: -32px !important;
  }
  .my-m-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n9 {
    margin-top: -32px !important;
  }
  .my-l-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n9 {
    margin-top: -32px !important;
  }
  .my-xl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n9 {
    margin-top: -32px !important;
  }
  .my-xxl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n10 {
    margin-top: -40px !important;
  }
  .my-s-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n10 {
    margin-top: -40px !important;
  }
  .my-m-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n10 {
    margin-top: -40px !important;
  }
  .my-l-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n10 {
    margin-top: -40px !important;
  }
  .my-xl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n10 {
    margin-top: -40px !important;
  }
  .my-xxl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n11 {
    margin-top: -48px !important;
  }
  .my-s-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n11 {
    margin-top: -48px !important;
  }
  .my-m-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n11 {
    margin-top: -48px !important;
  }
  .my-l-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n11 {
    margin-top: -48px !important;
  }
  .my-xl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n11 {
    margin-top: -48px !important;
  }
  .my-xxl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n12 {
    margin-top: -56px !important;
  }
  .my-s-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n12 {
    margin-top: -56px !important;
  }
  .my-m-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n12 {
    margin-top: -56px !important;
  }
  .my-l-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n12 {
    margin-top: -56px !important;
  }
  .my-xl-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n12 {
    margin-top: -56px !important;
  }
  .my-xxl-n12 {
    margin-bottom: -56px !important;
  }
}
.mt-n1 {
  margin-top: -2px !important;
}
.mt-n2 {
  margin-top: -4px !important;
}
.mt-n3 {
  margin-top: -8px !important;
}
.mt-n4 {
  margin-top: -12px !important;
}
.mt-n5 {
  margin-top: -16px !important;
}
.mt-n6 {
  margin-top: -20px !important;
}
.mt-n7 {
  margin-top: -24px !important;
}
.mt-n8 {
  margin-top: -28px !important;
}
.mt-n9 {
  margin-top: -32px !important;
}
.mt-n10 {
  margin-top: -40px !important;
}
.mt-n11 {
  margin-top: -48px !important;
}
.mt-n12 {
  margin-top: -56px !important;
}
@media (max-width: 767px) {
  .mt-s-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n1 {
    margin-top: -2px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n2 {
    margin-top: -4px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n3 {
    margin-top: -8px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n4 {
    margin-top: -12px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n5 {
    margin-top: -16px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n6 {
    margin-top: -20px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n7 {
    margin-top: -24px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n8 {
    margin-top: -28px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n9 {
    margin-top: -32px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n10 {
    margin-top: -40px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n11 {
    margin-top: -48px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n12 {
    margin-top: -56px !important;
  }
}
.me-n1 {
  margin-right: -2px !important;
}
.me-n2 {
  margin-right: -4px !important;
}
.me-n3 {
  margin-right: -8px !important;
}
.me-n4 {
  margin-right: -12px !important;
}
.me-n5 {
  margin-right: -16px !important;
}
.me-n6 {
  margin-right: -20px !important;
}
.me-n7 {
  margin-right: -24px !important;
}
.me-n8 {
  margin-right: -28px !important;
}
.me-n9 {
  margin-right: -32px !important;
}
.me-n10 {
  margin-right: -40px !important;
}
.me-n11 {
  margin-right: -48px !important;
}
.me-n12 {
  margin-right: -56px !important;
}
@media (max-width: 767px) {
  .me-s-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n1 {
    margin-right: -2px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n2 {
    margin-right: -4px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n3 {
    margin-right: -8px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n4 {
    margin-right: -12px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n5 {
    margin-right: -16px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n6 {
    margin-right: -20px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n7 {
    margin-right: -24px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n8 {
    margin-right: -28px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n9 {
    margin-right: -32px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n10 {
    margin-right: -40px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n11 {
    margin-right: -48px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n12 {
    margin-right: -56px !important;
  }
}
.mb-n1 {
  margin-bottom: -2px !important;
}
.mb-n2 {
  margin-bottom: -4px !important;
}
.mb-n3 {
  margin-bottom: -8px !important;
}
.mb-n4 {
  margin-bottom: -12px !important;
}
.mb-n5 {
  margin-bottom: -16px !important;
}
.mb-n6 {
  margin-bottom: -20px !important;
}
.mb-n7 {
  margin-bottom: -24px !important;
}
.mb-n8 {
  margin-bottom: -28px !important;
}
.mb-n9 {
  margin-bottom: -32px !important;
}
.mb-n10 {
  margin-bottom: -40px !important;
}
.mb-n11 {
  margin-bottom: -48px !important;
}
.mb-n12 {
  margin-bottom: -56px !important;
}
@media (max-width: 767px) {
  .mb-s-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n12 {
    margin-bottom: -56px !important;
  }
}
.ms-n1 {
  margin-left: -2px !important;
}
.ms-n2 {
  margin-left: -4px !important;
}
.ms-n3 {
  margin-left: -8px !important;
}
.ms-n4 {
  margin-left: -12px !important;
}
.ms-n5 {
  margin-left: -16px !important;
}
.ms-n6 {
  margin-left: -20px !important;
}
.ms-n7 {
  margin-left: -24px !important;
}
.ms-n8 {
  margin-left: -28px !important;
}
.ms-n9 {
  margin-left: -32px !important;
}
.ms-n10 {
  margin-left: -40px !important;
}
.ms-n11 {
  margin-left: -48px !important;
}
.ms-n12 {
  margin-left: -56px !important;
}
@media (max-width: 767px) {
  .ms-s-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n1 {
    margin-left: -2px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n2 {
    margin-left: -4px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n3 {
    margin-left: -8px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n4 {
    margin-left: -12px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n5 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n6 {
    margin-left: -20px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n7 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n8 {
    margin-left: -28px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n9 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n10 {
    margin-left: -40px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n11 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n12 {
    margin-left: -56px !important;
  }
}
.lm-0 {
  margin: 0 !important;
}
.lm-1 {
  margin: 16px !important;
}
.lm-2 {
  margin: 24px !important;
}
.lm-3 {
  margin: 32px !important;
}
.lm-4 {
  margin: 48px !important;
}
.lm-5 {
  margin: 64px !important;
}
.lm-6 {
  margin: 72px !important;
}
.lm-7 {
  margin: 96px !important;
}
.lm-8 {
  margin: 120px !important;
}
.lm-auto {
  margin: auto !important;
}
@media (max-width: 767px) {
  .lm-s-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .lm-m-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-0 {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .lm-s-1 {
    margin: 16px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-1 {
    margin: 16px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-2 {
    margin: 24px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-2 {
    margin: 24px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-3 {
    margin: 32px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-3 {
    margin: 32px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-4 {
    margin: 48px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-4 {
    margin: 48px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-5 {
    margin: 64px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-5 {
    margin: 64px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-6 {
    margin: 72px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-6 {
    margin: 72px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-7 {
    margin: 96px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-7 {
    margin: 96px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-8 {
    margin: 120px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-8 {
    margin: 120px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .lm-m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-auto {
    margin: auto !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-auto {
    margin: auto !important;
  }
}
.lmx-0 {
  margin-right: 0 !important;
}
.lmx-0 {
  margin-left: 0 !important;
}
.lmx-1 {
  margin-right: 16px !important;
}
.lmx-1 {
  margin-left: 16px !important;
}
.lmx-2 {
  margin-right: 24px !important;
}
.lmx-2 {
  margin-left: 24px !important;
}
.lmx-3 {
  margin-right: 32px !important;
}
.lmx-3 {
  margin-left: 32px !important;
}
.lmx-4 {
  margin-right: 48px !important;
}
.lmx-4 {
  margin-left: 48px !important;
}
.lmx-5 {
  margin-right: 64px !important;
}
.lmx-5 {
  margin-left: 64px !important;
}
.lmx-6 {
  margin-right: 72px !important;
}
.lmx-6 {
  margin-left: 72px !important;
}
.lmx-7 {
  margin-right: 96px !important;
}
.lmx-7 {
  margin-left: 96px !important;
}
.lmx-8 {
  margin-right: 120px !important;
}
.lmx-8 {
  margin-left: 120px !important;
}
.lmx-auto {
  margin-right: auto !important;
}
.lmx-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .lmx-s-0 {
    margin-right: 0 !important;
  }
  .lmx-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-0 {
    margin-right: 0 !important;
  }
  .lmx-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-0 {
    margin-right: 0 !important;
  }
  .lmx-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-0 {
    margin-right: 0 !important;
  }
  .lmx-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-0 {
    margin-right: 0 !important;
  }
  .lmx-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-1 {
    margin-right: 16px !important;
  }
  .lmx-s-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-1 {
    margin-right: 16px !important;
  }
  .lmx-m-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-1 {
    margin-right: 16px !important;
  }
  .lmx-l-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-1 {
    margin-right: 16px !important;
  }
  .lmx-xl-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-1 {
    margin-right: 16px !important;
  }
  .lmx-xxl-1 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-2 {
    margin-right: 24px !important;
  }
  .lmx-s-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-2 {
    margin-right: 24px !important;
  }
  .lmx-m-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-2 {
    margin-right: 24px !important;
  }
  .lmx-l-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-2 {
    margin-right: 24px !important;
  }
  .lmx-xl-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-2 {
    margin-right: 24px !important;
  }
  .lmx-xxl-2 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-3 {
    margin-right: 32px !important;
  }
  .lmx-s-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-3 {
    margin-right: 32px !important;
  }
  .lmx-m-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-3 {
    margin-right: 32px !important;
  }
  .lmx-l-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-3 {
    margin-right: 32px !important;
  }
  .lmx-xl-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-3 {
    margin-right: 32px !important;
  }
  .lmx-xxl-3 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-4 {
    margin-right: 48px !important;
  }
  .lmx-s-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-4 {
    margin-right: 48px !important;
  }
  .lmx-m-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-4 {
    margin-right: 48px !important;
  }
  .lmx-l-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-4 {
    margin-right: 48px !important;
  }
  .lmx-xl-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-4 {
    margin-right: 48px !important;
  }
  .lmx-xxl-4 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-5 {
    margin-right: 64px !important;
  }
  .lmx-s-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-5 {
    margin-right: 64px !important;
  }
  .lmx-m-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-5 {
    margin-right: 64px !important;
  }
  .lmx-l-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-5 {
    margin-right: 64px !important;
  }
  .lmx-xl-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-5 {
    margin-right: 64px !important;
  }
  .lmx-xxl-5 {
    margin-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-6 {
    margin-right: 72px !important;
  }
  .lmx-s-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-6 {
    margin-right: 72px !important;
  }
  .lmx-m-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-6 {
    margin-right: 72px !important;
  }
  .lmx-l-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-6 {
    margin-right: 72px !important;
  }
  .lmx-xl-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-6 {
    margin-right: 72px !important;
  }
  .lmx-xxl-6 {
    margin-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-7 {
    margin-right: 96px !important;
  }
  .lmx-s-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-7 {
    margin-right: 96px !important;
  }
  .lmx-m-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-7 {
    margin-right: 96px !important;
  }
  .lmx-l-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-7 {
    margin-right: 96px !important;
  }
  .lmx-xl-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-7 {
    margin-right: 96px !important;
  }
  .lmx-xxl-7 {
    margin-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-8 {
    margin-right: 120px !important;
  }
  .lmx-s-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-8 {
    margin-right: 120px !important;
  }
  .lmx-m-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-8 {
    margin-right: 120px !important;
  }
  .lmx-l-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-8 {
    margin-right: 120px !important;
  }
  .lmx-xl-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-8 {
    margin-right: 120px !important;
  }
  .lmx-xxl-8 {
    margin-left: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-auto {
    margin-right: auto !important;
  }
  .lmx-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-auto {
    margin-right: auto !important;
  }
  .lmx-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-auto {
    margin-right: auto !important;
  }
  .lmx-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-auto {
    margin-right: auto !important;
  }
  .lmx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-auto {
    margin-right: auto !important;
  }
  .lmx-xxl-auto {
    margin-left: auto !important;
  }
}
.lmy-0 {
  margin-top: 0 !important;
}
.lmy-0 {
  margin-bottom: 0 !important;
}
.lmy-1 {
  margin-top: 16px !important;
}
.lmy-1 {
  margin-bottom: 16px !important;
}
.lmy-2 {
  margin-top: 24px !important;
}
.lmy-2 {
  margin-bottom: 24px !important;
}
.lmy-3 {
  margin-top: 32px !important;
}
.lmy-3 {
  margin-bottom: 32px !important;
}
.lmy-4 {
  margin-top: 48px !important;
}
.lmy-4 {
  margin-bottom: 48px !important;
}
.lmy-5 {
  margin-top: 64px !important;
}
.lmy-5 {
  margin-bottom: 64px !important;
}
.lmy-6 {
  margin-top: 72px !important;
}
.lmy-6 {
  margin-bottom: 72px !important;
}
.lmy-7 {
  margin-top: 96px !important;
}
.lmy-7 {
  margin-bottom: 96px !important;
}
.lmy-8 {
  margin-top: 120px !important;
}
.lmy-8 {
  margin-bottom: 120px !important;
}
.lmy-auto {
  margin-top: auto !important;
}
.lmy-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .lmy-s-0 {
    margin-top: 0 !important;
  }
  .lmy-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-0 {
    margin-top: 0 !important;
  }
  .lmy-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-0 {
    margin-top: 0 !important;
  }
  .lmy-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-0 {
    margin-top: 0 !important;
  }
  .lmy-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-0 {
    margin-top: 0 !important;
  }
  .lmy-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-1 {
    margin-top: 16px !important;
  }
  .lmy-s-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-1 {
    margin-top: 16px !important;
  }
  .lmy-m-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-1 {
    margin-top: 16px !important;
  }
  .lmy-l-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-1 {
    margin-top: 16px !important;
  }
  .lmy-xl-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-1 {
    margin-top: 16px !important;
  }
  .lmy-xxl-1 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-2 {
    margin-top: 24px !important;
  }
  .lmy-s-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-2 {
    margin-top: 24px !important;
  }
  .lmy-m-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-2 {
    margin-top: 24px !important;
  }
  .lmy-l-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-2 {
    margin-top: 24px !important;
  }
  .lmy-xl-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-2 {
    margin-top: 24px !important;
  }
  .lmy-xxl-2 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-3 {
    margin-top: 32px !important;
  }
  .lmy-s-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-3 {
    margin-top: 32px !important;
  }
  .lmy-m-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-3 {
    margin-top: 32px !important;
  }
  .lmy-l-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-3 {
    margin-top: 32px !important;
  }
  .lmy-xl-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-3 {
    margin-top: 32px !important;
  }
  .lmy-xxl-3 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-4 {
    margin-top: 48px !important;
  }
  .lmy-s-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-4 {
    margin-top: 48px !important;
  }
  .lmy-m-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-4 {
    margin-top: 48px !important;
  }
  .lmy-l-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-4 {
    margin-top: 48px !important;
  }
  .lmy-xl-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-4 {
    margin-top: 48px !important;
  }
  .lmy-xxl-4 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-5 {
    margin-top: 64px !important;
  }
  .lmy-s-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-5 {
    margin-top: 64px !important;
  }
  .lmy-m-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-5 {
    margin-top: 64px !important;
  }
  .lmy-l-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-5 {
    margin-top: 64px !important;
  }
  .lmy-xl-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-5 {
    margin-top: 64px !important;
  }
  .lmy-xxl-5 {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-6 {
    margin-top: 72px !important;
  }
  .lmy-s-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-6 {
    margin-top: 72px !important;
  }
  .lmy-m-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-6 {
    margin-top: 72px !important;
  }
  .lmy-l-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-6 {
    margin-top: 72px !important;
  }
  .lmy-xl-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-6 {
    margin-top: 72px !important;
  }
  .lmy-xxl-6 {
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-7 {
    margin-top: 96px !important;
  }
  .lmy-s-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-7 {
    margin-top: 96px !important;
  }
  .lmy-m-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-7 {
    margin-top: 96px !important;
  }
  .lmy-l-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-7 {
    margin-top: 96px !important;
  }
  .lmy-xl-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-7 {
    margin-top: 96px !important;
  }
  .lmy-xxl-7 {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-8 {
    margin-top: 120px !important;
  }
  .lmy-s-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-8 {
    margin-top: 120px !important;
  }
  .lmy-m-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-8 {
    margin-top: 120px !important;
  }
  .lmy-l-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-8 {
    margin-top: 120px !important;
  }
  .lmy-xl-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-8 {
    margin-top: 120px !important;
  }
  .lmy-xxl-8 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-auto {
    margin-top: auto !important;
  }
  .lmy-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-auto {
    margin-top: auto !important;
  }
  .lmy-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-auto {
    margin-top: auto !important;
  }
  .lmy-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-auto {
    margin-top: auto !important;
  }
  .lmy-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-auto {
    margin-top: auto !important;
  }
  .lmy-xxl-auto {
    margin-bottom: auto !important;
  }
}
.lmt-0 {
  margin-top: 0 !important;
}
.lmt-1 {
  margin-top: 16px !important;
}
.lmt-2 {
  margin-top: 24px !important;
}
.lmt-3 {
  margin-top: 32px !important;
}
.lmt-4 {
  margin-top: 48px !important;
}
.lmt-5 {
  margin-top: 64px !important;
}
.lmt-6 {
  margin-top: 72px !important;
}
.lmt-7 {
  margin-top: 96px !important;
}
.lmt-8 {
  margin-top: 120px !important;
}
.lmt-auto {
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .lmt-s-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-1 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-2 {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-3 {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-4 {
    margin-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-5 {
    margin-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-6 {
    margin-top: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-7 {
    margin-top: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-8 {
    margin-top: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-auto {
    margin-top: auto !important;
  }
}
.lme-0 {
  margin-right: 0 !important;
}
.lme-1 {
  margin-right: 16px !important;
}
.lme-2 {
  margin-right: 24px !important;
}
.lme-3 {
  margin-right: 32px !important;
}
.lme-4 {
  margin-right: 48px !important;
}
.lme-5 {
  margin-right: 64px !important;
}
.lme-6 {
  margin-right: 72px !important;
}
.lme-7 {
  margin-right: 96px !important;
}
.lme-8 {
  margin-right: 120px !important;
}
.lme-auto {
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .lme-s-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .lme-m-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .lme-s-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-1 {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-2 {
    margin-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-3 {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-4 {
    margin-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-5 {
    margin-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-6 {
    margin-right: 72px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-7 {
    margin-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-8 {
    margin-right: 120px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .lme-m-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-auto {
    margin-right: auto !important;
  }
}
.lmb-0 {
  margin-bottom: 0 !important;
}
.lmb-1 {
  margin-bottom: 16px !important;
}
.lmb-2 {
  margin-bottom: 24px !important;
}
.lmb-3 {
  margin-bottom: 32px !important;
}
.lmb-4 {
  margin-bottom: 48px !important;
}
.lmb-5 {
  margin-bottom: 64px !important;
}
.lmb-6 {
  margin-bottom: 72px !important;
}
.lmb-7 {
  margin-bottom: 96px !important;
}
.lmb-8 {
  margin-bottom: 120px !important;
}
.lmb-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .lmb-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-1 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-2 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-3 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-4 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-5 {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-6 {
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-7 {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-8 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-auto {
    margin-bottom: auto !important;
  }
}
.lms-0 {
  margin-left: 0 !important;
}
.lms-1 {
  margin-left: 16px !important;
}
.lms-2 {
  margin-left: 24px !important;
}
.lms-3 {
  margin-left: 32px !important;
}
.lms-4 {
  margin-left: 48px !important;
}
.lms-5 {
  margin-left: 64px !important;
}
.lms-6 {
  margin-left: 72px !important;
}
.lms-7 {
  margin-left: 96px !important;
}
.lms-8 {
  margin-left: 120px !important;
}
.lms-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .lms-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lms-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lms-s-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-1 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-2 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-3 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-4 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-5 {
    margin-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-6 {
    margin-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-7 {
    margin-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-8 {
    margin-left: 120px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .lms-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-auto {
    margin-left: auto !important;
  }
}
.lm-n1 {
  margin: -16px !important;
}
.lm-n2 {
  margin: -24px !important;
}
.lm-n3 {
  margin: -32px !important;
}
.lm-n4 {
  margin: -48px !important;
}
.lm-n5 {
  margin: -64px !important;
}
.lm-n6 {
  margin: -72px !important;
}
.lm-n7 {
  margin: -96px !important;
}
.lm-n8 {
  margin: -120px !important;
}
@media (max-width: 767px) {
  .lm-s-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n1 {
    margin: -16px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n2 {
    margin: -24px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n3 {
    margin: -32px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n4 {
    margin: -48px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n5 {
    margin: -64px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n6 {
    margin: -72px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n7 {
    margin: -96px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n8 {
    margin: -120px !important;
  }
}
.lmx-n1 {
  margin-right: -16px !important;
}
.lmx-n1 {
  margin-left: -16px !important;
}
.lmx-n2 {
  margin-right: -24px !important;
}
.lmx-n2 {
  margin-left: -24px !important;
}
.lmx-n3 {
  margin-right: -32px !important;
}
.lmx-n3 {
  margin-left: -32px !important;
}
.lmx-n4 {
  margin-right: -48px !important;
}
.lmx-n4 {
  margin-left: -48px !important;
}
.lmx-n5 {
  margin-right: -64px !important;
}
.lmx-n5 {
  margin-left: -64px !important;
}
.lmx-n6 {
  margin-right: -72px !important;
}
.lmx-n6 {
  margin-left: -72px !important;
}
.lmx-n7 {
  margin-right: -96px !important;
}
.lmx-n7 {
  margin-left: -96px !important;
}
.lmx-n8 {
  margin-right: -120px !important;
}
.lmx-n8 {
  margin-left: -120px !important;
}
@media (max-width: 767px) {
  .lmx-s-n1 {
    margin-right: -16px !important;
  }
  .lmx-s-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n1 {
    margin-right: -16px !important;
  }
  .lmx-m-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n1 {
    margin-right: -16px !important;
  }
  .lmx-l-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n1 {
    margin-right: -16px !important;
  }
  .lmx-xl-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n1 {
    margin-right: -16px !important;
  }
  .lmx-xxl-n1 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n2 {
    margin-right: -24px !important;
  }
  .lmx-s-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n2 {
    margin-right: -24px !important;
  }
  .lmx-m-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n2 {
    margin-right: -24px !important;
  }
  .lmx-l-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n2 {
    margin-right: -24px !important;
  }
  .lmx-xl-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n2 {
    margin-right: -24px !important;
  }
  .lmx-xxl-n2 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n3 {
    margin-right: -32px !important;
  }
  .lmx-s-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n3 {
    margin-right: -32px !important;
  }
  .lmx-m-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n3 {
    margin-right: -32px !important;
  }
  .lmx-l-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n3 {
    margin-right: -32px !important;
  }
  .lmx-xl-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n3 {
    margin-right: -32px !important;
  }
  .lmx-xxl-n3 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n4 {
    margin-right: -48px !important;
  }
  .lmx-s-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n4 {
    margin-right: -48px !important;
  }
  .lmx-m-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n4 {
    margin-right: -48px !important;
  }
  .lmx-l-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n4 {
    margin-right: -48px !important;
  }
  .lmx-xl-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n4 {
    margin-right: -48px !important;
  }
  .lmx-xxl-n4 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n5 {
    margin-right: -64px !important;
  }
  .lmx-s-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n5 {
    margin-right: -64px !important;
  }
  .lmx-m-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n5 {
    margin-right: -64px !important;
  }
  .lmx-l-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n5 {
    margin-right: -64px !important;
  }
  .lmx-xl-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n5 {
    margin-right: -64px !important;
  }
  .lmx-xxl-n5 {
    margin-left: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n6 {
    margin-right: -72px !important;
  }
  .lmx-s-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n6 {
    margin-right: -72px !important;
  }
  .lmx-m-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n6 {
    margin-right: -72px !important;
  }
  .lmx-l-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n6 {
    margin-right: -72px !important;
  }
  .lmx-xl-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n6 {
    margin-right: -72px !important;
  }
  .lmx-xxl-n6 {
    margin-left: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n7 {
    margin-right: -96px !important;
  }
  .lmx-s-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n7 {
    margin-right: -96px !important;
  }
  .lmx-m-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n7 {
    margin-right: -96px !important;
  }
  .lmx-l-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n7 {
    margin-right: -96px !important;
  }
  .lmx-xl-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n7 {
    margin-right: -96px !important;
  }
  .lmx-xxl-n7 {
    margin-left: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n8 {
    margin-right: -120px !important;
  }
  .lmx-s-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n8 {
    margin-right: -120px !important;
  }
  .lmx-m-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n8 {
    margin-right: -120px !important;
  }
  .lmx-l-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n8 {
    margin-right: -120px !important;
  }
  .lmx-xl-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n8 {
    margin-right: -120px !important;
  }
  .lmx-xxl-n8 {
    margin-left: -120px !important;
  }
}
.lmy-n1 {
  margin-top: -16px !important;
}
.lmy-n1 {
  margin-bottom: -16px !important;
}
.lmy-n2 {
  margin-top: -24px !important;
}
.lmy-n2 {
  margin-bottom: -24px !important;
}
.lmy-n3 {
  margin-top: -32px !important;
}
.lmy-n3 {
  margin-bottom: -32px !important;
}
.lmy-n4 {
  margin-top: -48px !important;
}
.lmy-n4 {
  margin-bottom: -48px !important;
}
.lmy-n5 {
  margin-top: -64px !important;
}
.lmy-n5 {
  margin-bottom: -64px !important;
}
.lmy-n6 {
  margin-top: -72px !important;
}
.lmy-n6 {
  margin-bottom: -72px !important;
}
.lmy-n7 {
  margin-top: -96px !important;
}
.lmy-n7 {
  margin-bottom: -96px !important;
}
.lmy-n8 {
  margin-top: -120px !important;
}
.lmy-n8 {
  margin-bottom: -120px !important;
}
@media (max-width: 767px) {
  .lmy-s-n1 {
    margin-top: -16px !important;
  }
  .lmy-s-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n1 {
    margin-top: -16px !important;
  }
  .lmy-m-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n1 {
    margin-top: -16px !important;
  }
  .lmy-l-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n1 {
    margin-top: -16px !important;
  }
  .lmy-xl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n1 {
    margin-top: -16px !important;
  }
  .lmy-xxl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n2 {
    margin-top: -24px !important;
  }
  .lmy-s-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n2 {
    margin-top: -24px !important;
  }
  .lmy-m-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n2 {
    margin-top: -24px !important;
  }
  .lmy-l-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n2 {
    margin-top: -24px !important;
  }
  .lmy-xl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n2 {
    margin-top: -24px !important;
  }
  .lmy-xxl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n3 {
    margin-top: -32px !important;
  }
  .lmy-s-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n3 {
    margin-top: -32px !important;
  }
  .lmy-m-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n3 {
    margin-top: -32px !important;
  }
  .lmy-l-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n3 {
    margin-top: -32px !important;
  }
  .lmy-xl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n3 {
    margin-top: -32px !important;
  }
  .lmy-xxl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n4 {
    margin-top: -48px !important;
  }
  .lmy-s-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n4 {
    margin-top: -48px !important;
  }
  .lmy-m-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n4 {
    margin-top: -48px !important;
  }
  .lmy-l-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n4 {
    margin-top: -48px !important;
  }
  .lmy-xl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n4 {
    margin-top: -48px !important;
  }
  .lmy-xxl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n5 {
    margin-top: -64px !important;
  }
  .lmy-s-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n5 {
    margin-top: -64px !important;
  }
  .lmy-m-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n5 {
    margin-top: -64px !important;
  }
  .lmy-l-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n5 {
    margin-top: -64px !important;
  }
  .lmy-xl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n5 {
    margin-top: -64px !important;
  }
  .lmy-xxl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n6 {
    margin-top: -72px !important;
  }
  .lmy-s-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n6 {
    margin-top: -72px !important;
  }
  .lmy-m-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n6 {
    margin-top: -72px !important;
  }
  .lmy-l-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n6 {
    margin-top: -72px !important;
  }
  .lmy-xl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n6 {
    margin-top: -72px !important;
  }
  .lmy-xxl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n7 {
    margin-top: -96px !important;
  }
  .lmy-s-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n7 {
    margin-top: -96px !important;
  }
  .lmy-m-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n7 {
    margin-top: -96px !important;
  }
  .lmy-l-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n7 {
    margin-top: -96px !important;
  }
  .lmy-xl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n7 {
    margin-top: -96px !important;
  }
  .lmy-xxl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n8 {
    margin-top: -120px !important;
  }
  .lmy-s-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n8 {
    margin-top: -120px !important;
  }
  .lmy-m-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n8 {
    margin-top: -120px !important;
  }
  .lmy-l-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n8 {
    margin-top: -120px !important;
  }
  .lmy-xl-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n8 {
    margin-top: -120px !important;
  }
  .lmy-xxl-n8 {
    margin-bottom: -120px !important;
  }
}
.lmt-n1 {
  margin-top: -16px !important;
}
.lmt-n2 {
  margin-top: -24px !important;
}
.lmt-n3 {
  margin-top: -32px !important;
}
.lmt-n4 {
  margin-top: -48px !important;
}
.lmt-n5 {
  margin-top: -64px !important;
}
.lmt-n6 {
  margin-top: -72px !important;
}
.lmt-n7 {
  margin-top: -96px !important;
}
.lmt-n8 {
  margin-top: -120px !important;
}
@media (max-width: 767px) {
  .lmt-s-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n1 {
    margin-top: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n2 {
    margin-top: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n3 {
    margin-top: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n4 {
    margin-top: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n5 {
    margin-top: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n6 {
    margin-top: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n7 {
    margin-top: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n8 {
    margin-top: -120px !important;
  }
}
.lme-n1 {
  margin-right: -16px !important;
}
.lme-n2 {
  margin-right: -24px !important;
}
.lme-n3 {
  margin-right: -32px !important;
}
.lme-n4 {
  margin-right: -48px !important;
}
.lme-n5 {
  margin-right: -64px !important;
}
.lme-n6 {
  margin-right: -72px !important;
}
.lme-n7 {
  margin-right: -96px !important;
}
.lme-n8 {
  margin-right: -120px !important;
}
@media (max-width: 767px) {
  .lme-s-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n1 {
    margin-right: -16px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n2 {
    margin-right: -24px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n3 {
    margin-right: -32px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n4 {
    margin-right: -48px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n5 {
    margin-right: -64px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n6 {
    margin-right: -72px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n7 {
    margin-right: -96px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n8 {
    margin-right: -120px !important;
  }
}
.lmb-n1 {
  margin-bottom: -16px !important;
}
.lmb-n2 {
  margin-bottom: -24px !important;
}
.lmb-n3 {
  margin-bottom: -32px !important;
}
.lmb-n4 {
  margin-bottom: -48px !important;
}
.lmb-n5 {
  margin-bottom: -64px !important;
}
.lmb-n6 {
  margin-bottom: -72px !important;
}
.lmb-n7 {
  margin-bottom: -96px !important;
}
.lmb-n8 {
  margin-bottom: -120px !important;
}
@media (max-width: 767px) {
  .lmb-s-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n8 {
    margin-bottom: -120px !important;
  }
}
.lms-n1 {
  margin-left: -16px !important;
}
.lms-n2 {
  margin-left: -24px !important;
}
.lms-n3 {
  margin-left: -32px !important;
}
.lms-n4 {
  margin-left: -48px !important;
}
.lms-n5 {
  margin-left: -64px !important;
}
.lms-n6 {
  margin-left: -72px !important;
}
.lms-n7 {
  margin-left: -96px !important;
}
.lms-n8 {
  margin-left: -120px !important;
}
@media (max-width: 767px) {
  .lms-s-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n1 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n2 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n3 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n4 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n5 {
    margin-left: -64px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n6 {
    margin-left: -72px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n7 {
    margin-left: -96px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n8 {
    margin-left: -120px !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 2px !important;
}
.p-2 {
  padding: 4px !important;
}
.p-3 {
  padding: 8px !important;
}
.p-4 {
  padding: 12px !important;
}
.p-5 {
  padding: 16px !important;
}
.p-6 {
  padding: 20px !important;
}
.p-7 {
  padding: 24px !important;
}
.p-8 {
  padding: 28px !important;
}
.p-9 {
  padding: 32px !important;
}
.p-10 {
  padding: 40px !important;
}
.p-11 {
  padding: 48px !important;
}
.p-12 {
  padding: 56px !important;
}
@media (max-width: 767px) {
  .p-s-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-m-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .p-l-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-s-1 {
    padding: 2px !important;
  }
}
@media (min-width: 768px) {
  .p-m-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-1 {
    padding: 2px !important;
  }
}
@media (max-width: 767px) {
  .p-s-2 {
    padding: 4px !important;
  }
}
@media (min-width: 768px) {
  .p-m-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-2 {
    padding: 4px !important;
  }
}
@media (max-width: 767px) {
  .p-s-3 {
    padding: 8px !important;
  }
}
@media (min-width: 768px) {
  .p-m-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-3 {
    padding: 8px !important;
  }
}
@media (max-width: 767px) {
  .p-s-4 {
    padding: 12px !important;
  }
}
@media (min-width: 768px) {
  .p-m-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-4 {
    padding: 12px !important;
  }
}
@media (max-width: 767px) {
  .p-s-5 {
    padding: 16px !important;
  }
}
@media (min-width: 768px) {
  .p-m-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-5 {
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .p-s-6 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-m-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-6 {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-s-7 {
    padding: 24px !important;
  }
}
@media (min-width: 768px) {
  .p-m-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-7 {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .p-s-8 {
    padding: 28px !important;
  }
}
@media (min-width: 768px) {
  .p-m-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-8 {
    padding: 28px !important;
  }
}
@media (max-width: 767px) {
  .p-s-9 {
    padding: 32px !important;
  }
}
@media (min-width: 768px) {
  .p-m-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-9 {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .p-s-10 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .p-m-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-10 {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .p-s-11 {
    padding: 48px !important;
  }
}
@media (min-width: 768px) {
  .p-m-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-11 {
    padding: 48px !important;
  }
}
@media (max-width: 767px) {
  .p-s-12 {
    padding: 56px !important;
  }
}
@media (min-width: 768px) {
  .p-m-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-12 {
    padding: 56px !important;
  }
}
.px-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 2px !important;
}
.px-1 {
  padding-left: 2px !important;
}
.px-2 {
  padding-right: 4px !important;
}
.px-2 {
  padding-left: 4px !important;
}
.px-3 {
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 8px !important;
}
.px-4 {
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 12px !important;
}
.px-5 {
  padding-right: 16px !important;
}
.px-5 {
  padding-left: 16px !important;
}
.px-6 {
  padding-right: 20px !important;
}
.px-6 {
  padding-left: 20px !important;
}
.px-7 {
  padding-right: 24px !important;
}
.px-7 {
  padding-left: 24px !important;
}
.px-8 {
  padding-right: 28px !important;
}
.px-8 {
  padding-left: 28px !important;
}
.px-9 {
  padding-right: 32px !important;
}
.px-9 {
  padding-left: 32px !important;
}
.px-10 {
  padding-right: 40px !important;
}
.px-10 {
  padding-left: 40px !important;
}
.px-11 {
  padding-right: 48px !important;
}
.px-11 {
  padding-left: 48px !important;
}
.px-12 {
  padding-right: 56px !important;
}
.px-12 {
  padding-left: 56px !important;
}
@media (max-width: 767px) {
  .px-s-0 {
    padding-right: 0 !important;
  }
  .px-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .px-m-0 {
    padding-right: 0 !important;
  }
  .px-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .px-l-0 {
    padding-right: 0 !important;
  }
  .px-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .px-s-1 {
    padding-right: 2px !important;
  }
  .px-s-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .px-m-1 {
    padding-right: 2px !important;
  }
  .px-m-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-1 {
    padding-right: 2px !important;
  }
  .px-l-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-1 {
    padding-right: 2px !important;
  }
  .px-xl-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-1 {
    padding-right: 2px !important;
  }
  .px-xxl-1 {
    padding-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .px-s-2 {
    padding-right: 4px !important;
  }
  .px-s-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .px-m-2 {
    padding-right: 4px !important;
  }
  .px-m-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-2 {
    padding-right: 4px !important;
  }
  .px-l-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-2 {
    padding-right: 4px !important;
  }
  .px-xl-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-2 {
    padding-right: 4px !important;
  }
  .px-xxl-2 {
    padding-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .px-s-3 {
    padding-right: 8px !important;
  }
  .px-s-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .px-m-3 {
    padding-right: 8px !important;
  }
  .px-m-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-3 {
    padding-right: 8px !important;
  }
  .px-l-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-3 {
    padding-right: 8px !important;
  }
  .px-xl-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-3 {
    padding-right: 8px !important;
  }
  .px-xxl-3 {
    padding-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .px-s-4 {
    padding-right: 12px !important;
  }
  .px-s-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .px-m-4 {
    padding-right: 12px !important;
  }
  .px-m-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-4 {
    padding-right: 12px !important;
  }
  .px-l-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-4 {
    padding-right: 12px !important;
  }
  .px-xl-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-4 {
    padding-right: 12px !important;
  }
  .px-xxl-4 {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .px-s-5 {
    padding-right: 16px !important;
  }
  .px-s-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .px-m-5 {
    padding-right: 16px !important;
  }
  .px-m-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-5 {
    padding-right: 16px !important;
  }
  .px-l-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-5 {
    padding-right: 16px !important;
  }
  .px-xl-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-5 {
    padding-right: 16px !important;
  }
  .px-xxl-5 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .px-s-6 {
    padding-right: 20px !important;
  }
  .px-s-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .px-m-6 {
    padding-right: 20px !important;
  }
  .px-m-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-6 {
    padding-right: 20px !important;
  }
  .px-l-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-6 {
    padding-right: 20px !important;
  }
  .px-xl-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-6 {
    padding-right: 20px !important;
  }
  .px-xxl-6 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .px-s-7 {
    padding-right: 24px !important;
  }
  .px-s-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .px-m-7 {
    padding-right: 24px !important;
  }
  .px-m-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-7 {
    padding-right: 24px !important;
  }
  .px-l-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-7 {
    padding-right: 24px !important;
  }
  .px-xl-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-7 {
    padding-right: 24px !important;
  }
  .px-xxl-7 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .px-s-8 {
    padding-right: 28px !important;
  }
  .px-s-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .px-m-8 {
    padding-right: 28px !important;
  }
  .px-m-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-8 {
    padding-right: 28px !important;
  }
  .px-l-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-8 {
    padding-right: 28px !important;
  }
  .px-xl-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-8 {
    padding-right: 28px !important;
  }
  .px-xxl-8 {
    padding-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .px-s-9 {
    padding-right: 32px !important;
  }
  .px-s-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .px-m-9 {
    padding-right: 32px !important;
  }
  .px-m-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-9 {
    padding-right: 32px !important;
  }
  .px-l-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-9 {
    padding-right: 32px !important;
  }
  .px-xl-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-9 {
    padding-right: 32px !important;
  }
  .px-xxl-9 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .px-s-10 {
    padding-right: 40px !important;
  }
  .px-s-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .px-m-10 {
    padding-right: 40px !important;
  }
  .px-m-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-10 {
    padding-right: 40px !important;
  }
  .px-l-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-10 {
    padding-right: 40px !important;
  }
  .px-xl-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-10 {
    padding-right: 40px !important;
  }
  .px-xxl-10 {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .px-s-11 {
    padding-right: 48px !important;
  }
  .px-s-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .px-m-11 {
    padding-right: 48px !important;
  }
  .px-m-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-11 {
    padding-right: 48px !important;
  }
  .px-l-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-11 {
    padding-right: 48px !important;
  }
  .px-xl-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-11 {
    padding-right: 48px !important;
  }
  .px-xxl-11 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .px-s-12 {
    padding-right: 56px !important;
  }
  .px-s-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .px-m-12 {
    padding-right: 56px !important;
  }
  .px-m-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-12 {
    padding-right: 56px !important;
  }
  .px-l-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-12 {
    padding-right: 56px !important;
  }
  .px-xl-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-12 {
    padding-right: 56px !important;
  }
  .px-xxl-12 {
    padding-left: 56px !important;
  }
}
.py-0 {
  padding-top: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 2px !important;
}
.py-1 {
  padding-bottom: 2px !important;
}
.py-2 {
  padding-top: 4px !important;
}
.py-2 {
  padding-bottom: 4px !important;
}
.py-3 {
  padding-top: 8px !important;
}
.py-3 {
  padding-bottom: 8px !important;
}
.py-4 {
  padding-top: 12px !important;
}
.py-4 {
  padding-bottom: 12px !important;
}
.py-5 {
  padding-top: 16px !important;
}
.py-5 {
  padding-bottom: 16px !important;
}
.py-6 {
  padding-top: 20px !important;
}
.py-6 {
  padding-bottom: 20px !important;
}
.py-7 {
  padding-top: 24px !important;
}
.py-7 {
  padding-bottom: 24px !important;
}
.py-8 {
  padding-top: 28px !important;
}
.py-8 {
  padding-bottom: 28px !important;
}
.py-9 {
  padding-top: 32px !important;
}
.py-9 {
  padding-bottom: 32px !important;
}
.py-10 {
  padding-top: 40px !important;
}
.py-10 {
  padding-bottom: 40px !important;
}
.py-11 {
  padding-top: 48px !important;
}
.py-11 {
  padding-bottom: 48px !important;
}
.py-12 {
  padding-top: 56px !important;
}
.py-12 {
  padding-bottom: 56px !important;
}
@media (max-width: 767px) {
  .py-s-0 {
    padding-top: 0 !important;
  }
  .py-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .py-m-0 {
    padding-top: 0 !important;
  }
  .py-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .py-l-0 {
    padding-top: 0 !important;
  }
  .py-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .py-s-1 {
    padding-top: 2px !important;
  }
  .py-s-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .py-m-1 {
    padding-top: 2px !important;
  }
  .py-m-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-1 {
    padding-top: 2px !important;
  }
  .py-l-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-1 {
    padding-top: 2px !important;
  }
  .py-xl-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-1 {
    padding-top: 2px !important;
  }
  .py-xxl-1 {
    padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .py-s-2 {
    padding-top: 4px !important;
  }
  .py-s-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .py-m-2 {
    padding-top: 4px !important;
  }
  .py-m-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-2 {
    padding-top: 4px !important;
  }
  .py-l-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-2 {
    padding-top: 4px !important;
  }
  .py-xl-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-2 {
    padding-top: 4px !important;
  }
  .py-xxl-2 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .py-s-3 {
    padding-top: 8px !important;
  }
  .py-s-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .py-m-3 {
    padding-top: 8px !important;
  }
  .py-m-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-3 {
    padding-top: 8px !important;
  }
  .py-l-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-3 {
    padding-top: 8px !important;
  }
  .py-xl-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-3 {
    padding-top: 8px !important;
  }
  .py-xxl-3 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .py-s-4 {
    padding-top: 12px !important;
  }
  .py-s-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .py-m-4 {
    padding-top: 12px !important;
  }
  .py-m-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-4 {
    padding-top: 12px !important;
  }
  .py-l-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-4 {
    padding-top: 12px !important;
  }
  .py-xl-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-4 {
    padding-top: 12px !important;
  }
  .py-xxl-4 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .py-s-5 {
    padding-top: 16px !important;
  }
  .py-s-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .py-m-5 {
    padding-top: 16px !important;
  }
  .py-m-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-5 {
    padding-top: 16px !important;
  }
  .py-l-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-5 {
    padding-top: 16px !important;
  }
  .py-xl-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-5 {
    padding-top: 16px !important;
  }
  .py-xxl-5 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .py-s-6 {
    padding-top: 20px !important;
  }
  .py-s-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .py-m-6 {
    padding-top: 20px !important;
  }
  .py-m-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-6 {
    padding-top: 20px !important;
  }
  .py-l-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-6 {
    padding-top: 20px !important;
  }
  .py-xl-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-6 {
    padding-top: 20px !important;
  }
  .py-xxl-6 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .py-s-7 {
    padding-top: 24px !important;
  }
  .py-s-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .py-m-7 {
    padding-top: 24px !important;
  }
  .py-m-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-7 {
    padding-top: 24px !important;
  }
  .py-l-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-7 {
    padding-top: 24px !important;
  }
  .py-xl-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-7 {
    padding-top: 24px !important;
  }
  .py-xxl-7 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .py-s-8 {
    padding-top: 28px !important;
  }
  .py-s-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .py-m-8 {
    padding-top: 28px !important;
  }
  .py-m-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-8 {
    padding-top: 28px !important;
  }
  .py-l-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-8 {
    padding-top: 28px !important;
  }
  .py-xl-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-8 {
    padding-top: 28px !important;
  }
  .py-xxl-8 {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .py-s-9 {
    padding-top: 32px !important;
  }
  .py-s-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .py-m-9 {
    padding-top: 32px !important;
  }
  .py-m-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-9 {
    padding-top: 32px !important;
  }
  .py-l-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-9 {
    padding-top: 32px !important;
  }
  .py-xl-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-9 {
    padding-top: 32px !important;
  }
  .py-xxl-9 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .py-s-10 {
    padding-top: 40px !important;
  }
  .py-s-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .py-m-10 {
    padding-top: 40px !important;
  }
  .py-m-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-10 {
    padding-top: 40px !important;
  }
  .py-l-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-10 {
    padding-top: 40px !important;
  }
  .py-xl-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-10 {
    padding-top: 40px !important;
  }
  .py-xxl-10 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .py-s-11 {
    padding-top: 48px !important;
  }
  .py-s-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .py-m-11 {
    padding-top: 48px !important;
  }
  .py-m-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-11 {
    padding-top: 48px !important;
  }
  .py-l-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-11 {
    padding-top: 48px !important;
  }
  .py-xl-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-11 {
    padding-top: 48px !important;
  }
  .py-xxl-11 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .py-s-12 {
    padding-top: 56px !important;
  }
  .py-s-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .py-m-12 {
    padding-top: 56px !important;
  }
  .py-m-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-12 {
    padding-top: 56px !important;
  }
  .py-l-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-12 {
    padding-top: 56px !important;
  }
  .py-xl-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-12 {
    padding-top: 56px !important;
  }
  .py-xxl-12 {
    padding-bottom: 56px !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2px !important;
}
.pt-2 {
  padding-top: 4px !important;
}
.pt-3 {
  padding-top: 8px !important;
}
.pt-4 {
  padding-top: 12px !important;
}
.pt-5 {
  padding-top: 16px !important;
}
.pt-6 {
  padding-top: 20px !important;
}
.pt-7 {
  padding-top: 24px !important;
}
.pt-8 {
  padding-top: 28px !important;
}
.pt-9 {
  padding-top: 32px !important;
}
.pt-10 {
  padding-top: 40px !important;
}
.pt-11 {
  padding-top: 48px !important;
}
.pt-12 {
  padding-top: 56px !important;
}
@media (max-width: 767px) {
  .pt-s-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .pt-m-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .pt-s-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-1 {
    padding-top: 2px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-2 {
    padding-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-3 {
    padding-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-4 {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-5 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-6 {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-7 {
    padding-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-8 {
    padding-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-9 {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-10 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-11 {
    padding-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-12 {
    padding-top: 56px !important;
  }
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 2px !important;
}
.pe-2 {
  padding-right: 4px !important;
}
.pe-3 {
  padding-right: 8px !important;
}
.pe-4 {
  padding-right: 12px !important;
}
.pe-5 {
  padding-right: 16px !important;
}
.pe-6 {
  padding-right: 20px !important;
}
.pe-7 {
  padding-right: 24px !important;
}
.pe-8 {
  padding-right: 28px !important;
}
.pe-9 {
  padding-right: 32px !important;
}
.pe-10 {
  padding-right: 40px !important;
}
.pe-11 {
  padding-right: 48px !important;
}
.pe-12 {
  padding-right: 56px !important;
}
@media (max-width: 767px) {
  .pe-s-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .pe-m-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .pe-s-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-1 {
    padding-right: 2px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-2 {
    padding-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-3 {
    padding-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-4 {
    padding-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-5 {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-6 {
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-7 {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-8 {
    padding-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-9 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-10 {
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-11 {
    padding-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-12 {
    padding-right: 56px !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2px !important;
}
.pb-2 {
  padding-bottom: 4px !important;
}
.pb-3 {
  padding-bottom: 8px !important;
}
.pb-4 {
  padding-bottom: 12px !important;
}
.pb-5 {
  padding-bottom: 16px !important;
}
.pb-6 {
  padding-bottom: 20px !important;
}
.pb-7 {
  padding-bottom: 24px !important;
}
.pb-8 {
  padding-bottom: 28px !important;
}
.pb-9 {
  padding-bottom: 32px !important;
}
.pb-10 {
  padding-bottom: 40px !important;
}
.pb-11 {
  padding-bottom: 48px !important;
}
.pb-12 {
  padding-bottom: 56px !important;
}
@media (max-width: 767px) {
  .pb-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .pb-s-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-1 {
    padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-2 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-3 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-4 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-5 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-6 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-7 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-8 {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-9 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-10 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-11 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-12 {
    padding-bottom: 56px !important;
  }
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 2px !important;
}
.ps-2 {
  padding-left: 4px !important;
}
.ps-3 {
  padding-left: 8px !important;
}
.ps-4 {
  padding-left: 12px !important;
}
.ps-5 {
  padding-left: 16px !important;
}
.ps-6 {
  padding-left: 20px !important;
}
.ps-7 {
  padding-left: 24px !important;
}
.ps-8 {
  padding-left: 28px !important;
}
.ps-9 {
  padding-left: 32px !important;
}
.ps-10 {
  padding-left: 40px !important;
}
.ps-11 {
  padding-left: 48px !important;
}
.ps-12 {
  padding-left: 56px !important;
}
@media (max-width: 767px) {
  .ps-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .ps-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ps-s-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-1 {
    padding-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-2 {
    padding-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-3 {
    padding-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-4 {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-5 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-6 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-7 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-8 {
    padding-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-9 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-10 {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-11 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-12 {
    padding-left: 56px !important;
  }
}
.lp-0 {
  padding: 0 !important;
}
.lp-1 {
  padding: 16px !important;
}
.lp-2 {
  padding: 24px !important;
}
.lp-3 {
  padding: 32px !important;
}
.lp-4 {
  padding: 48px !important;
}
.lp-5 {
  padding: 64px !important;
}
.lp-6 {
  padding: 72px !important;
}
.lp-7 {
  padding: 96px !important;
}
.lp-8 {
  padding: 120px !important;
}
@media (max-width: 767px) {
  .lp-s-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .lp-m-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-0 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .lp-s-1 {
    padding: 16px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-1 {
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-2 {
    padding: 24px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-2 {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-3 {
    padding: 32px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-3 {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-4 {
    padding: 48px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-4 {
    padding: 48px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-5 {
    padding: 64px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-5 {
    padding: 64px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-6 {
    padding: 72px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-6 {
    padding: 72px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-7 {
    padding: 96px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-7 {
    padding: 96px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-8 {
    padding: 120px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-8 {
    padding: 120px !important;
  }
}
.lpx-0 {
  padding-right: 0 !important;
}
.lpx-0 {
  padding-left: 0 !important;
}
.lpx-1 {
  padding-right: 16px !important;
}
.lpx-1 {
  padding-left: 16px !important;
}
.lpx-2 {
  padding-right: 24px !important;
}
.lpx-2 {
  padding-left: 24px !important;
}
.lpx-3 {
  padding-right: 32px !important;
}
.lpx-3 {
  padding-left: 32px !important;
}
.lpx-4 {
  padding-right: 48px !important;
}
.lpx-4 {
  padding-left: 48px !important;
}
.lpx-5 {
  padding-right: 64px !important;
}
.lpx-5 {
  padding-left: 64px !important;
}
.lpx-6 {
  padding-right: 72px !important;
}
.lpx-6 {
  padding-left: 72px !important;
}
.lpx-7 {
  padding-right: 96px !important;
}
.lpx-7 {
  padding-left: 96px !important;
}
.lpx-8 {
  padding-right: 120px !important;
}
.lpx-8 {
  padding-left: 120px !important;
}
@media (max-width: 767px) {
  .lpx-s-0 {
    padding-right: 0 !important;
  }
  .lpx-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-0 {
    padding-right: 0 !important;
  }
  .lpx-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-0 {
    padding-right: 0 !important;
  }
  .lpx-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-0 {
    padding-right: 0 !important;
  }
  .lpx-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-0 {
    padding-right: 0 !important;
  }
  .lpx-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-1 {
    padding-right: 16px !important;
  }
  .lpx-s-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-1 {
    padding-right: 16px !important;
  }
  .lpx-m-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-1 {
    padding-right: 16px !important;
  }
  .lpx-l-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-1 {
    padding-right: 16px !important;
  }
  .lpx-xl-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-1 {
    padding-right: 16px !important;
  }
  .lpx-xxl-1 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-2 {
    padding-right: 24px !important;
  }
  .lpx-s-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-2 {
    padding-right: 24px !important;
  }
  .lpx-m-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-2 {
    padding-right: 24px !important;
  }
  .lpx-l-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-2 {
    padding-right: 24px !important;
  }
  .lpx-xl-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-2 {
    padding-right: 24px !important;
  }
  .lpx-xxl-2 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-3 {
    padding-right: 32px !important;
  }
  .lpx-s-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-3 {
    padding-right: 32px !important;
  }
  .lpx-m-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-3 {
    padding-right: 32px !important;
  }
  .lpx-l-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-3 {
    padding-right: 32px !important;
  }
  .lpx-xl-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-3 {
    padding-right: 32px !important;
  }
  .lpx-xxl-3 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-4 {
    padding-right: 48px !important;
  }
  .lpx-s-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-4 {
    padding-right: 48px !important;
  }
  .lpx-m-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-4 {
    padding-right: 48px !important;
  }
  .lpx-l-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-4 {
    padding-right: 48px !important;
  }
  .lpx-xl-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-4 {
    padding-right: 48px !important;
  }
  .lpx-xxl-4 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-5 {
    padding-right: 64px !important;
  }
  .lpx-s-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-5 {
    padding-right: 64px !important;
  }
  .lpx-m-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-5 {
    padding-right: 64px !important;
  }
  .lpx-l-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-5 {
    padding-right: 64px !important;
  }
  .lpx-xl-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-5 {
    padding-right: 64px !important;
  }
  .lpx-xxl-5 {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-6 {
    padding-right: 72px !important;
  }
  .lpx-s-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-6 {
    padding-right: 72px !important;
  }
  .lpx-m-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-6 {
    padding-right: 72px !important;
  }
  .lpx-l-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-6 {
    padding-right: 72px !important;
  }
  .lpx-xl-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-6 {
    padding-right: 72px !important;
  }
  .lpx-xxl-6 {
    padding-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-7 {
    padding-right: 96px !important;
  }
  .lpx-s-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-7 {
    padding-right: 96px !important;
  }
  .lpx-m-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-7 {
    padding-right: 96px !important;
  }
  .lpx-l-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-7 {
    padding-right: 96px !important;
  }
  .lpx-xl-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-7 {
    padding-right: 96px !important;
  }
  .lpx-xxl-7 {
    padding-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-8 {
    padding-right: 120px !important;
  }
  .lpx-s-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-8 {
    padding-right: 120px !important;
  }
  .lpx-m-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-8 {
    padding-right: 120px !important;
  }
  .lpx-l-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-8 {
    padding-right: 120px !important;
  }
  .lpx-xl-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-8 {
    padding-right: 120px !important;
  }
  .lpx-xxl-8 {
    padding-left: 120px !important;
  }
}
.lpy-0 {
  padding-top: 0 !important;
}
.lpy-0 {
  padding-bottom: 0 !important;
}
.lpy-1 {
  padding-top: 16px !important;
}
.lpy-1 {
  padding-bottom: 16px !important;
}
.lpy-2 {
  padding-top: 24px !important;
}
.lpy-2 {
  padding-bottom: 24px !important;
}
.lpy-3 {
  padding-top: 32px !important;
}
.lpy-3 {
  padding-bottom: 32px !important;
}
.lpy-4 {
  padding-top: 48px !important;
}
.lpy-4 {
  padding-bottom: 48px !important;
}
.lpy-5 {
  padding-top: 64px !important;
}
.lpy-5 {
  padding-bottom: 64px !important;
}
.lpy-6 {
  padding-top: 72px !important;
}
.lpy-6 {
  padding-bottom: 72px !important;
}
.lpy-7 {
  padding-top: 96px !important;
}
.lpy-7 {
  padding-bottom: 96px !important;
}
.lpy-8 {
  padding-top: 120px !important;
}
.lpy-8 {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .lpy-s-0 {
    padding-top: 0 !important;
  }
  .lpy-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-0 {
    padding-top: 0 !important;
  }
  .lpy-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-0 {
    padding-top: 0 !important;
  }
  .lpy-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-0 {
    padding-top: 0 !important;
  }
  .lpy-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-0 {
    padding-top: 0 !important;
  }
  .lpy-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-1 {
    padding-top: 16px !important;
  }
  .lpy-s-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-1 {
    padding-top: 16px !important;
  }
  .lpy-m-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-1 {
    padding-top: 16px !important;
  }
  .lpy-l-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-1 {
    padding-top: 16px !important;
  }
  .lpy-xl-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-1 {
    padding-top: 16px !important;
  }
  .lpy-xxl-1 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-2 {
    padding-top: 24px !important;
  }
  .lpy-s-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-2 {
    padding-top: 24px !important;
  }
  .lpy-m-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-2 {
    padding-top: 24px !important;
  }
  .lpy-l-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-2 {
    padding-top: 24px !important;
  }
  .lpy-xl-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-2 {
    padding-top: 24px !important;
  }
  .lpy-xxl-2 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-3 {
    padding-top: 32px !important;
  }
  .lpy-s-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-3 {
    padding-top: 32px !important;
  }
  .lpy-m-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-3 {
    padding-top: 32px !important;
  }
  .lpy-l-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-3 {
    padding-top: 32px !important;
  }
  .lpy-xl-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-3 {
    padding-top: 32px !important;
  }
  .lpy-xxl-3 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-4 {
    padding-top: 48px !important;
  }
  .lpy-s-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-4 {
    padding-top: 48px !important;
  }
  .lpy-m-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-4 {
    padding-top: 48px !important;
  }
  .lpy-l-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-4 {
    padding-top: 48px !important;
  }
  .lpy-xl-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-4 {
    padding-top: 48px !important;
  }
  .lpy-xxl-4 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-5 {
    padding-top: 64px !important;
  }
  .lpy-s-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-5 {
    padding-top: 64px !important;
  }
  .lpy-m-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-5 {
    padding-top: 64px !important;
  }
  .lpy-l-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-5 {
    padding-top: 64px !important;
  }
  .lpy-xl-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-5 {
    padding-top: 64px !important;
  }
  .lpy-xxl-5 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-6 {
    padding-top: 72px !important;
  }
  .lpy-s-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-6 {
    padding-top: 72px !important;
  }
  .lpy-m-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-6 {
    padding-top: 72px !important;
  }
  .lpy-l-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-6 {
    padding-top: 72px !important;
  }
  .lpy-xl-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-6 {
    padding-top: 72px !important;
  }
  .lpy-xxl-6 {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-7 {
    padding-top: 96px !important;
  }
  .lpy-s-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-7 {
    padding-top: 96px !important;
  }
  .lpy-m-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-7 {
    padding-top: 96px !important;
  }
  .lpy-l-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-7 {
    padding-top: 96px !important;
  }
  .lpy-xl-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-7 {
    padding-top: 96px !important;
  }
  .lpy-xxl-7 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-8 {
    padding-top: 120px !important;
  }
  .lpy-s-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-8 {
    padding-top: 120px !important;
  }
  .lpy-m-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-8 {
    padding-top: 120px !important;
  }
  .lpy-l-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-8 {
    padding-top: 120px !important;
  }
  .lpy-xl-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-8 {
    padding-top: 120px !important;
  }
  .lpy-xxl-8 {
    padding-bottom: 120px !important;
  }
}
.lpt-0 {
  padding-top: 0 !important;
}
.lpt-1 {
  padding-top: 16px !important;
}
.lpt-2 {
  padding-top: 24px !important;
}
.lpt-3 {
  padding-top: 32px !important;
}
.lpt-4 {
  padding-top: 48px !important;
}
.lpt-5 {
  padding-top: 64px !important;
}
.lpt-6 {
  padding-top: 72px !important;
}
.lpt-7 {
  padding-top: 96px !important;
}
.lpt-8 {
  padding-top: 120px !important;
}
@media (max-width: 767px) {
  .lpt-s-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-1 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-2 {
    padding-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-3 {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-4 {
    padding-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-5 {
    padding-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-6 {
    padding-top: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-7 {
    padding-top: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-8 {
    padding-top: 120px !important;
  }
}
.lpe-0 {
  padding-right: 0 !important;
}
.lpe-1 {
  padding-right: 16px !important;
}
.lpe-2 {
  padding-right: 24px !important;
}
.lpe-3 {
  padding-right: 32px !important;
}
.lpe-4 {
  padding-right: 48px !important;
}
.lpe-5 {
  padding-right: 64px !important;
}
.lpe-6 {
  padding-right: 72px !important;
}
.lpe-7 {
  padding-right: 96px !important;
}
.lpe-8 {
  padding-right: 120px !important;
}
@media (max-width: 767px) {
  .lpe-s-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-1 {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-2 {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-3 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-4 {
    padding-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-5 {
    padding-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-6 {
    padding-right: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-7 {
    padding-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-8 {
    padding-right: 120px !important;
  }
}
.lpb-0 {
  padding-bottom: 0 !important;
}
.lpb-1 {
  padding-bottom: 16px !important;
}
.lpb-2 {
  padding-bottom: 24px !important;
}
.lpb-3 {
  padding-bottom: 32px !important;
}
.lpb-4 {
  padding-bottom: 48px !important;
}
.lpb-5 {
  padding-bottom: 64px !important;
}
.lpb-6 {
  padding-bottom: 72px !important;
}
.lpb-7 {
  padding-bottom: 96px !important;
}
.lpb-8 {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .lpb-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-1 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-2 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-3 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-4 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-5 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-6 {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-7 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-8 {
    padding-bottom: 120px !important;
  }
}
.lps-0 {
  padding-left: 0 !important;
}
.lps-1 {
  padding-left: 16px !important;
}
.lps-2 {
  padding-left: 24px !important;
}
.lps-3 {
  padding-left: 32px !important;
}
.lps-4 {
  padding-left: 48px !important;
}
.lps-5 {
  padding-left: 64px !important;
}
.lps-6 {
  padding-left: 72px !important;
}
.lps-7 {
  padding-left: 96px !important;
}
.lps-8 {
  padding-left: 120px !important;
}
@media (max-width: 767px) {
  .lps-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lps-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lps-s-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-1 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-2 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-3 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-4 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-5 {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-6 {
    padding-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-7 {
    padding-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-8 {
    padding-left: 120px !important;
  }
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 2px !important;
}
.gap-2 {
  gap: 4px !important;
}
.gap-3 {
  gap: 8px !important;
}
.gap-4 {
  gap: 12px !important;
}
.gap-5 {
  gap: 16px !important;
}
.gap-6 {
  gap: 20px !important;
}
.gap-7 {
  gap: 24px !important;
}
.gap-8 {
  gap: 28px !important;
}
.gap-9 {
  gap: 32px !important;
}
.gap-10 {
  gap: 40px !important;
}
.gap-11 {
  gap: 48px !important;
}
.gap-12 {
  gap: 56px !important;
}
@media (max-width: 767px) {
  .gap-s-0 {
    gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gap-m-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-s-1 {
    gap: 2px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-1 {
    gap: 2px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-2 {
    gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-2 {
    gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-3 {
    gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-3 {
    gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-4 {
    gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-4 {
    gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-5 {
    gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-5 {
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-6 {
    gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-6 {
    gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-7 {
    gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-7 {
    gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-8 {
    gap: 28px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-8 {
    gap: 28px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-9 {
    gap: 32px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-9 {
    gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-10 {
    gap: 40px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-10 {
    gap: 40px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-11 {
    gap: 48px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-11 {
    gap: 48px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-12 {
    gap: 56px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-12 {
    gap: 56px !important;
  }
}
.lgap-0 {
  gap: 0 !important;
}
.lgap-1 {
  gap: 16px !important;
}
.lgap-2 {
  gap: 24px !important;
}
.lgap-3 {
  gap: 32px !important;
}
.lgap-4 {
  gap: 48px !important;
}
.lgap-5 {
  gap: 64px !important;
}
.lgap-6 {
  gap: 72px !important;
}
.lgap-7 {
  gap: 96px !important;
}
.lgap-8 {
  gap: 120px !important;
}
@media (max-width: 767px) {
  .lgap-s-0 {
    gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-0 {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-1 {
    gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-1 {
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-2 {
    gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-2 {
    gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-3 {
    gap: 32px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-3 {
    gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-4 {
    gap: 48px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-4 {
    gap: 48px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-5 {
    gap: 64px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-5 {
    gap: 64px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-6 {
    gap: 72px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-6 {
    gap: 72px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-7 {
    gap: 96px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-7 {
    gap: 96px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-8 {
    gap: 120px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-8 {
    gap: 120px !important;
  }
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (max-width: 767px) {
  .text-s-start {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-m-start {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .text-l-start {
    text-align: left !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-start {
    text-align: left !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-start {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-s-end {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-m-end {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .text-l-end {
    text-align: right !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-end {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .text-s-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-m-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-l-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-break {
  word-break: break-word !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.rds-anchor-menu {
  width: auto;
}
.rds-anchor-menu header {
  color: var(--rds-color-grey-3);
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-anchor-menu header .rds-anchor-menu-title:not(:empty) {
  margin-bottom: 12px;
}
.rds-anchor-menu nav {
  display: flex;
  flex-direction: column;
}
.rds-anchor-menu nav .rds-anchor-menu-item {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-grey-1);
  padding: 8px 16px;
  box-shadow: inset 1px 0 0 0 var(--rds-anchor-menu-item-shadow-color);
  text-decoration: none;
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-anchor-menu nav .rds-anchor-menu-item.rds-anchor-menu-item-horizontal {
  padding: 16px 20px;
  box-shadow: inset 0 -1px 0 0 var(--rds-anchor-menu-item-shadow-color);
}
.rds-anchor-menu nav .rds-anchor-menu-item:hover {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-informative);
  color: var(--rds-color-high-contrast);
}
.rds-anchor-menu nav .rds-anchor-menu-item:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
}
.rds-anchor-menu nav .rds-anchor-menu-item-active,
.rds-anchor-menu nav .rds-anchor-menu-item-active:hover {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-informative);
  color: var(--rds-color-informative);
}
.rds-anchor-menu.rds-anchor-menu-horizontal {
  width: 100%;
}
.rds-anchor-menu.rds-anchor-menu-horizontal nav {
  flex-direction: row;
  overflow-x: auto;
}
.rds-link {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  outline: 2px solid rgba(0, 0, 0, 0);
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.rds-link[disabled],
.rds-link.rds-link--disabled {
  cursor: default;
  pointer-events: none;
}
.rds-link.rds-link--primary {
  color: var(--rds-color-informative);
}
.rds-link.rds-link--primary:hover:not([disabled]),
.rds-link.rds-link--primary:hover:not(.rds-link--disabled) {
  color: var(--rds-color-informative-hover);
}
.rds-link.rds-link--secondary {
  color: var(--rds-color-secondary-link);
}
.rds-link.rds-link--secondary:hover:not([disabled]),
.rds-link.rds-link--secondary:hover:not(.rds-link--disabled) {
  color: var(--rds-color-secondary-link-hover);
}
.rds-link.rds-link-inline {
  color: var(--rds-color-informative);
  font-weight: 400;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: .0625rem;
  text-underline-offset: calc(.33em - 3px);
}
.rds-link.rds-link-inline:visited:not([disabled]):not(.rds-link--disabled) {
  color: var(--rds-color-accent);
}
.rds-link.rds-link-inline:focus:not([disabled]),
.rds-link.rds-link-inline:focus:not(.rds-link--disabled) {
  color: var(--rds-color-informative);
  text-decoration: none;
  border-radius: 2px;
  outline-color: var(--rds-color-stroke-active-focus);
}
.rds-link.rds-link-inline:hover:not([disabled]),
.rds-link.rds-link-inline:hover:not(.rds-link--disabled) {
  cursor: pointer;
  color: var(--rds-color-informative-hover);
}
.rds-link.rds-link-inline.rds-link--disabled {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  outline: none;
}
.rds-link.rds-link-inline[disabled],
.rds-link.rds-link-inline.rds-link--disabled {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  outline: none;
}
.rds-link.rds-link-standalone {
  display: flex;
  align-items: center;
  position: relative;
}
.rds-link.rds-link-standalone.rds-link-l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link.rds-link-standalone.rds-link-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link.rds-link-standalone.rds-link-s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link[disabled],
.rds-link.rds-link--disabled {
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-link.rds-link--active:not([disabled]),
.rds-link.rds-link--active:not(.rds-link--disabled) {
  color: var(--rds-color-informative);
}
.rds-link:focus-visible:not([disabled]):not(.rds-link-inline),
.rds-link:focus-visible:not(.rds-link--disabled):not(.rds-link-inline) {
  border-radius: 2px;
  outline-color: var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.rds-link.rds-link-before-icon.rds-link-l .rds-icon {
  margin-right: 8px;
}
.rds-link.rds-link-before-icon.rds-link-m .rds-icon {
  margin-right: 8px;
}
.rds-link.rds-link-before-icon.rds-link-s .rds-icon {
  margin-right: 4px;
}
.rds-link.rds-link-after-icon.rds-link-l .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon.rds-link-m .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon.rds-link-s .rds-icon {
  margin-left: 4px;
}
.rds-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: currentColor;
  vertical-align: baseline;
}
.rds-button {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 72px;
  cursor: pointer;
  white-space: nowrap;
}
.rds-button:hover,
.rds-button:focus {
  outline: none;
}
.rds-button {
  border-radius: 2px;
}
.rds-button.rds-button-wrappable-label {
  white-space: normal;
  overflow-wrap: anywhere;
}
.rds-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.rds-button[aria-disabled=true]:not([disabled]) {
  background: var(--rds-color-bg-disabled-2) !important;
  border: 1px solid var(--rds-color-bg-disabled-2) !important;
  box-shadow: none !important;
  color: var(--rds-color-high-contrast) !important;
  cursor: wait;
}
.rds-button[aria-disabled=true]:not([disabled])::before {
  display: none !important;
}
.rds-button[aria-disabled=true]:not([disabled]) .rds-progress-spinner {
  --rds-color-on-dark-surface: var(--rds-color-high-contrast);
  --rds-color-informative: var(--rds-color-high-contrast);
  --rds-color-track: color-mix(in srgb, var(--rds-color-high-contrast) 20%, transparent);
}
.rds-button.rds-button-s {
  --rds-button-height: 28px;
  min-width: 60px;
  padding: calc((var(--rds-button-height) - 20px)*.5 - var(--rds-button-border-size)) 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-s:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-s.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-s.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-only-icon .rds-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.rds-button.rds-button-s.rds-button--with-start-icon {
  padding-left: 7px;
}
.rds-button.rds-button-s.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 4px;
}
.rds-button.rds-button-s.rds-button--with-end-icon {
  padding-right: 7px;
}
.rds-button.rds-button-s.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 4px;
}
.rds-button.rds-button-s.rds-button--with-only-icon {
  min-width: 28px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button-m {
  --rds-button-height: 36px;
  min-width: 80px;
  padding: calc((var(--rds-button-height) - 24px)*.5 - var(--rds-button-border-size)) 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-m:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-m.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-m.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-only-icon .rds-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.rds-button.rds-button-m.rds-button--with-start-icon {
  padding-left: 11px;
}
.rds-button.rds-button-m.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 8px;
}
.rds-button.rds-button-m.rds-button--with-end-icon {
  padding-right: 11px;
}
.rds-button.rds-button-m.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 8px;
}
.rds-button.rds-button-m.rds-button--with-only-icon {
  min-width: 36px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button-l {
  --rds-button-height: 48px;
  min-width: 100px;
  padding: calc((var(--rds-button-height) - 24px)*.5 - var(--rds-button-border-size)) 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-l:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-l.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-l.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-only-icon .rds-icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.rds-button.rds-button-l.rds-button--with-start-icon {
  padding-left: 19px;
}
.rds-button.rds-button-l.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 8px;
}
.rds-button.rds-button-l.rds-button--with-end-icon {
  padding-right: 19px;
}
.rds-button.rds-button-l.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 8px;
}
.rds-button.rds-button-l.rds-button--with-only-icon {
  min-width: 48px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button--primary {
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--primary:hover,
.rds-button.rds-button--primary:focus {
  outline: none;
}
.rds-button.rds-button--primary {
  border: 1px solid var(--rds-color-bg-informative);
}
.rds-button.rds-button--primary:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-informative-hover);
  border-color: var(--rds-color-bg-informative-hover);
}
.rds-button.rds-button--primary:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--primary:active:not([disabled]),
.rds-button.rds-button--primary.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-informative-pressed);
  box-shadow: none;
}
.rds-button.rds-button--primary:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--primary.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-informative-pressed);
}
.rds-button.rds-button--primary[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--primary-warning {
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--primary-warning:hover,
.rds-button.rds-button--primary-warning:focus {
  outline: none;
}
.rds-button.rds-button--primary-warning {
  border: 1px solid var(--rds-color-bg-error);
}
.rds-button.rds-button--primary-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-error-hover);
  border-color: var(--rds-color-bg-error-hover);
}
.rds-button.rds-button--primary-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--primary-warning:active:not([disabled]),
.rds-button.rds-button--primary-warning.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-error-pressed);
  box-shadow: none;
}
.rds-button.rds-button--primary-warning:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--primary-warning.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-error-pressed);
}
.rds-button.rds-button--primary-warning[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--secondary {
  --rds-button-border-size: 1px;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-informative);
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:hover,
.rds-button.rds-button--secondary:focus {
  outline: none;
}
.rds-button.rds-button--secondary:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  border: 1px solid var(--rds-color-informative);
}
.rds-button.rds-button--secondary:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--secondary:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
  border-color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--secondary:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:focus-visible:not([disabled]):before {
  border-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:active:not([disabled]),
.rds-button.rds-button--secondary.rds-button-active:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-button.rds-button--secondary:active:not([disabled]):not(:focus-visible):not([disabled]):before,
.rds-button.rds-button--secondary.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]):before {
  border-color: var(--rds-color-informative);
}
.rds-button.rds-button--secondary[disabled] {
  background: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--secondary[disabled]:before {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-button.rds-button--secondary-warning {
  --rds-button-border-size: 1px;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-error);
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:hover,
.rds-button.rds-button--secondary-warning:focus {
  outline: none;
}
.rds-button.rds-button--secondary-warning:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  border: 1px solid var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--secondary-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
  border-color: var(--rds-color-error-hover);
}
.rds-button.rds-button--secondary-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:focus-visible:not([disabled]):before {
  border-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:active:not([disabled]),
.rds-button.rds-button--secondary-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning:active:not([disabled]):not(:focus-visible):not([disabled]):before,
.rds-button.rds-button--secondary-warning.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]):before {
  border-color: var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning[disabled] {
  background: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--secondary-warning[disabled]:before {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-button.rds-button--text {
  min-width: auto;
  padding: 0;
  --rds-button-border-size: none;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-informative);
  text-decoration: none;
  position: relative;
  border: none;
}
.rds-button.rds-button--text:hover,
.rds-button.rds-button--text:focus {
  outline: none;
}
.rds-button.rds-button--text:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: none;
}
.rds-button.rds-button--text:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--text:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
}
.rds-button.rds-button--text:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--text:active:not([disabled]),
.rds-button.rds-button--text.rds-button-active:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-button.rds-button--text[disabled] {
  background: none;
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--text.rds-button-s {
  min-height: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text.rds-button-m {
  min-height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-m .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text.rds-button-l {
  min-height: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-l .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--text-warning {
  min-width: auto;
  padding: 0;
  --rds-button-border-size: none;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-error);
  text-decoration: none;
  position: relative;
  border: none;
}
.rds-button.rds-button--text-warning:hover,
.rds-button.rds-button--text-warning:focus {
  outline: none;
}
.rds-button.rds-button--text-warning:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: none;
}
.rds-button.rds-button--text-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--text-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
}
.rds-button.rds-button--text-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--text-warning:active:not([disabled]),
.rds-button.rds-button--text-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error);
}
.rds-button.rds-button--text-warning[disabled] {
  background: none;
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--text-warning.rds-button-s {
  min-height: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text-warning.rds-button-m {
  min-height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-m .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text-warning.rds-button-l {
  min-height: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-l .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
  padding: 0;
  border: 0;
  z-index: 0;
}
.rds-button.rds-button--icon:before,
.rds-button.rds-button--icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  outline: rgba(0, 0, 0, 0) solid 2px;
  border-radius: 2px;
}
.rds-button.rds-button--icon:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]):before {
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]):after {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-button.rds-button--icon:active:not([disabled]),
.rds-button.rds-button--icon.rds-button-active:not([disabled]) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:active:not([disabled]):before,
.rds-button.rds-button--icon.rds-button-active:not([disabled]):before {
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-button.rds-button--icon[disabled] {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--icon.rds-button-s {
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--icon.rds-button-s:before,
.rds-button.rds-button--icon.rds-button-s:after {
  outline-width: 5px;
  outline-offset: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  height: 28px;
  width: 28px;
}
.rds-button.rds-button--icon.rds-button-s:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-button.rds-button--icon.rds-button-m {
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon.rds-button-m:before,
.rds-button.rds-button--icon.rds-button-m:after {
  outline-width: 6px;
  outline-offset: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  height: 36px;
  width: 36px;
}
.rds-button.rds-button--icon.rds-button-m:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-button.rds-button--icon-warning {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-error);
  padding: 0;
  border: 0;
  z-index: 0;
}
.rds-button.rds-button--icon-warning:before,
.rds-button.rds-button--icon-warning:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  outline: rgba(0, 0, 0, 0) solid 2px;
  border-radius: 2px;
}
.rds-button.rds-button--icon-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]):before {
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]):after {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-button.rds-button--icon-warning:active:not([disabled]),
.rds-button.rds-button--icon-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:active:not([disabled]):before,
.rds-button.rds-button--icon-warning.rds-button-active:not([disabled]):before {
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-button.rds-button--icon-warning[disabled] {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--icon-warning.rds-button-s {
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--icon-warning.rds-button-s:before,
.rds-button.rds-button--icon-warning.rds-button-s:after {
  outline-width: 5px;
  outline-offset: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  height: 28px;
  width: 28px;
}
.rds-button.rds-button--icon-warning.rds-button-s:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon-warning.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-button.rds-button--icon-warning.rds-button-m {
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon-warning.rds-button-m:before,
.rds-button.rds-button--icon-warning.rds-button-m:after {
  outline-width: 6px;
  outline-offset: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  height: 36px;
  width: 36px;
}
.rds-button.rds-button--icon-warning.rds-button-m:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon-warning.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-button.rds-button--fab {
  padding: 0;
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--fab:hover,
.rds-button.rds-button--fab:focus {
  outline: none;
}
.rds-button.rds-button--fab {
  border: 1px solid var(--rds-color-bg-informative);
}
.rds-button.rds-button--fab:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-informative-hover);
  border-color: var(--rds-color-bg-informative-hover);
}
.rds-button.rds-button--fab:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--fab:active:not([disabled]),
.rds-button.rds-button--fab.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-informative-pressed);
  box-shadow: none;
}
.rds-button.rds-button--fab:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--fab.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-informative-pressed);
}
.rds-button.rds-button--fab[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--fab {
  border-radius: 50%;
}
.rds-button.rds-button--fab .rds-icon {
  fill: currentColor;
}
.rds-button.rds-button--fab.rds-button-s {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
}
.rds-button.rds-button--fab.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--fab.rds-button-m {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
}
.rds-button.rds-button--fab.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--fab.rds-button-l {
  width: 56px;
  max-width: 56px;
  min-width: 56px;
  height: 56px;
}
.rds-button.rds-button--fab.rds-button-l .rds-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.rds-split-button {
  display: inline-flex;
  border-radius: 2px;
}
.rds-split-button:focus-within button:has(~ button):before {
  border-right-color: rgba(0, 0, 0, 0);
}
.rds-split-button > button:focus-visible {
  z-index: 1;
}
.rds-split-button button:first-child:not(:focus-visible) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-split-button button:first-child:not(:focus-visible):before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-split-button button:not(:first-child):not(:last-child):not(:focus-visible) {
  border-radius: 0;
}
.rds-split-button button:not(:first-child):not(:last-child):not(:focus-visible):before {
  border-radius: 0;
}
.rds-split-button button:last-child:not(:focus-visible) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-split-button button:last-child:not(:focus-visible):before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-split-button.rds-split-button--primary > button:focus-visible:before,
.rds-split-button.rds-split-button--primary-warning > button:focus-visible:before {
  display: none;
}
.rds-split-button.rds-split-button--primary button:not(:first-child),
.rds-split-button.rds-split-button--primary-warning button:not(:first-child) {
  margin-left: 1px;
}
.rds-split-button.rds-split-button--primary button:not(:first-child):before,
.rds-split-button.rds-split-button--primary-warning button:not(:first-child):before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -2px;
  width: 1px;
  height: var(--rds-button-height);
}
.rds-split-button.rds-split-button--primary button:not(:first-child):before {
  background: var(--rds-color-bg-informative-hover);
}
.rds-split-button.rds-split-button--primary button:not(:first-child)[disabled]:before {
  background: var(--rds-color-grey-2);
}
.rds-split-button.rds-split-button--primary-warning button:not(:first-child):before {
  background: var(--rds-color-bg-error-hover);
}
.rds-split-button.rds-split-button--primary-warning button:not(:first-child)[disabled]:before {
  background: var(--rds-color-grey-2);
}
.rds-split-button.rds-split-button--secondary > button:focus-visible + button:before,
.rds-split-button.rds-split-button--secondary-warning > button:focus-visible + button:before {
  border-left-color: rgba(0, 0, 0, 0);
}
.rds-split-button.rds-split-button--secondary > button:not(:first-child),
.rds-split-button.rds-split-button--secondary-warning > button:not(:first-child) {
  margin-left: -1px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-s {
  min-width: 30px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-m {
  min-width: 38px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-l {
  min-width: 50px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-s {
  padding-inline: 13px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-m {
  padding-inline: 17px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-l {
  padding-inline: 25px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-s {
  min-width: 29px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-m {
  min-width: 37px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-l {
  min-width: 49px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-s {
  padding-left: 12px;
  padding-right: 13px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-m {
  padding-left: 16px;
  padding-right: 17px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-l {
  padding-left: 24px;
  padding-right: 25px;
}
.rds-split-button.rds-split-button--secondary > button:not(:last-child):hover:focus-visible,
.rds-split-button.rds-split-button--secondary-warning > button:not(:last-child):hover:focus-visible {
  border-radius: 2px;
}
.rds-radio-button {
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  word-break: break-word;
}
.rds-radio-button.cdk-keyboard-focused .rds-checkmark-hover,
.rds-radio-button .rds-radio-input:focus-visible ~ .rds-checkmark-hover {
  display: flex;
  border: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-radio-button.rds-radio-checked .rds-radio-checkmark-inner-circle {
  transform: scale(0.5);
}
.rds-radio-button.rds-radio--invalid .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-error);
}
.rds-radio-button.rds-radio--invalid .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-error);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-600-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid):not(.rds-radio-checked) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-3);
}
.rds-radio-button:not(.rds-radio--invalid):not(.rds-radio-checked).rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-informative);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-informative);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked.rds-radio-disabled .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-grey-2);
}
.rds-radio-button .rds-radio-label {
  cursor: pointer;
  display: inline-flex;
  align-items: start;
  vertical-align: middle;
  width: 100%;
}
.rds-radio-button .rds-radio-label-content {
  display: inline-block;
  order: 0;
  line-height: inherit;
  padding-left: 10px;
  padding-right: 0;
}
.rds-radio-button .rds-radio-label-content--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content.rds-radio-label-before {
  order: -1;
  padding-left: 0;
  padding-right: 10px;
}
.rds-radio-button .rds-radio__subscript-wrapper > div:not(:empty) {
  margin-top: 8px;
}
.rds-radio-button .rds-radio-button.rds-radio-disabled .rds-radio__subscript--hint {
  color: var(--rds-color-disabled);
}
.rds-radio-button .rds-radio__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-radio-button .rds-radio__subscript--error {
  color: var(--rds-color-error);
}
.rds-radio-button .rds-radio-container {
  display: flex;
  align-items: center;
}
.rds-radio-button .rds-radio-container--s {
  height: 20px;
}
.rds-radio-button .rds-radio-container--m {
  height: 24px;
}
.rds-radio-button .rds-radio-container--l {
  height: 24px;
}
.rds-radio-button .rds-radio-checkmark {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.rds-radio-button .rds-radio-checkmark .rds-radio-checkmark-outer-circle {
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color ease 280ms;
  width: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.rds-radio-button .rds-radio-checkmark .rds-radio-input {
  bottom: 0;
  left: 50%;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
}
.rds-radio-button.rds-radio-disabled .rds-radio-label-content {
  color: var(--rds-color-disabled);
}
.rds-radio-button.rds-radio-disabled .rds-radio-label {
  cursor: default;
}
.rds-radio-button .rds-checkmark-hover {
  display: none;
  position: absolute;
  top: -8px;
  left: -8px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-radio-button .rds-radio-label-content {
  padding-left: 10px;
  color: var(--rds-color-high-contrast);
}
.rds-radio-button:not(.rds-radio-checked):not(.rds-radio--invalid) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-3);
}
.rds-radio-button:not(.rds-radio-checked):not(.rds-radio--invalid).rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button .rds-radio-checkmark-inner-circle {
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform ease 280ms, background-color ease 280ms;
  width: 20px;
  background: var(--rds-color-informative);
  transform: scale(0.001);
}
.rds-radio-button .rds-radio-checkmark-outer-circle,
.rds-radio-button .rds-radio-checkmark-inner-circle {
  z-index: 1;
}
.rds-radio-button:hover:not(.rds-radio-disabled) .rds-checkmark-hover {
  display: flex;
}
.rds-radio-button:active:not(.rds-radio-disabled) .rds-checkmark-hover {
  display: flex;
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-component-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.rds-component-group .rds-component-group-text {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
  text-align: center;
  white-space: nowrap;
  align-self: stretch;
  background-color: var(--rds-color-bg-base-1);
  border: 1px solid var(--rds-color-stroke-enabled);
}
.rds-component-group .rds-component-group-text.rds-component-group-text--l {
  height: 48px;
  padding: 8px 15px;
}
.rds-component-group .rds-component-group-text.rds-component-group-text--m {
  height: 36px;
  padding: 8px 11px;
}
.rds-component-group .rds-component-group-text.rds-component-group-text--s {
  height: 28px;
  padding: 8px 7px;
}
.rds-component-group .rds-component-group-text {
  border-radius: 2px;
}
.rds-component-group .rds-component-group-text:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group .rds-component-group-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group .rds-component-group-text:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rds-component-group .rds-component-group-text:not(:last-child) {
  border-right: none;
}
.rds-component-group rds-form-field {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.rds-component-group rds-form-field.rds-form-field--l.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 14px;
}
.rds-component-group rds-form-field.rds-form-field--m.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 11px;
}
.rds-component-group rds-form-field.rds-form-field--s.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 6px;
}
.rds-component-group rds-form-field:first-child .rds-form-field__container .rds-form-field__control-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group rds-form-field:first-child:not(.rds-form-field--focused):not(.rds-form-field--hover) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child).rds-form-field--focused .rds-form-field__container .rds-form-field__control-container {
  border-radius: 0;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child):not(.rds-form-field--hover):not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-radius: 0;
}
.rds-component-group rds-form-field:last-child .rds-form-field__container .rds-form-field__control-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group rds-form-field.rds-form-field--hover + .rds-form-field:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--hover + div:not(.rds-dropdown--focused) > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + div:not(.rds-dropdown--focused) > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + .rds-form-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + .rds-form-field--hover .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--l.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 15px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--m.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 11px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--s.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 7px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--hover + .rds-component-group-text {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--focused + .rds-component-group-text {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field:not(.rds-form-field--date-picker).rds-form-field--prev-button .rds-form-field__container .rds-form-field__control-container {
  padding-right: 16px;
}
.rds-component-group rds-form-field.rds-form-field--text-field:not(.rds-form-field--date-picker).rds-form-field--prev-button.rds-form-field--hover:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  padding-right: 16px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--prev-button.rds-form-field--hover:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--prev-focused.rds-form-field--hover:not(.rds-form-field--focused):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field.rds-form-field--select.rds-form-field--prev-focused.rds-form-field--hover:not(.rds-form-field--focused):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group div:not(:hover):not(:focus):not(:last-child) > .rds-dropdown-toggle-button:not(:hover):not(:focus) {
  border-right: none;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--l {
  padding-right: 11px;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--m {
  padding-right: 11px;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--s {
  padding-right: 3px;
}
.rds-component-group div.rds-dropdown--hover + .rds-component-group-text {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-component-group-text {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + .rds-form-field--text-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + div > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + div.rds-dropdown--hover > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover.rds-dropdown--prev-button > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--focused.rds-dropdown--prev-button > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--hover.rds-dropdown--prev-focused > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-form-field--text-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div:first-child > .rds-dropdown-toggle-button,
.rds-component-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group div:last-child > .rds-dropdown-toggle-button,
.rds-component-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group div:not(:first-child):not(:last-child) > .rds-dropdown-toggle-button,
.rds-component-group button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
ul.rds-list-item-container,
ol.rds-list-item-container {
  list-style: none;
}
ul.rds-list-item-container:focus-visible,
ol.rds-list-item-container:focus-visible {
  outline: none;
}
ul.rds-list-item-container li,
ol.rds-list-item-container li {
  margin-top: 0;
}
ul.rds-list-item-container li:before,
ol.rds-list-item-container li:before {
  display: none;
}
.rds-list-item-container:focus-visible {
  outline: none;
}
.rds-list-item {
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  align-items: center;
  outline: none;
  width: 100%;
  color: var(--rds-color-high-contrast);
}
.rds-list-item.rds-list-item--checked {
  background-color: var(--rds-color-bg-solid-hover-select);
}
.rds-list-item.rds-list-item--checked .rds-list-item-checkmark {
  visibility: visible;
  margin-left: auto;
  color: var(--rds-color-informative);
}
.rds-list-item:hover:not([disabled]),
.rds-list-item:hover:not(.rds-list-item--disabled),
.rds-list-item.rds-nestable-list-item.rds-nestable-list-item-activated {
  background-color: var(--rds-color-bg-solid-hover-select);
  cursor: pointer;
}
.rds-list-item:active:not([disabled]),
.rds-list-item:active:not(.rds-list-item--disabled),
.rds-list-item.rds-list-item-active:not([disabled]),
.rds-list-item.rds-list-item-active:not(.rds-list-item--disabled) {
  background-color: var(--rds-color-bg-solid-pressed);
}
.rds-list-item.rds-list-item--disabled,
.rds-list-item[disabled] {
  color: var(--rds-color-disabled);
  cursor: default;
  pointer-events: none;
}
.rds-list-item.rds-list-item--disabled.rds-list-item--checked .rds-list-item-checkmark,
.rds-list-item[disabled].rds-list-item--checked .rds-list-item-checkmark {
  color: var(--rds-color-disabled);
}
.rds-list-item.rds-list-item--disabled .rds-avatar,
.rds-list-item[disabled] .rds-avatar {
  opacity: .3;
}
.rds-list-item.rds-list-item--s {
  column-gap: 8px;
  border: 0;
  border-radius: 0;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--s:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--s rds-icon,
.rds-list-item.rds-list-item--s .rds-icon,
.rds-list-item.rds-list-item--s .rds-list-item-checkmark,
.rds-list-item.rds-list-item--s .rds-list-item__has-child-items {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.rds-list-item.rds-list-item--m {
  column-gap: 12px;
  border: 0;
  border-radius: 0;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--m:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--m rds-icon,
.rds-list-item.rds-list-item--m .rds-icon,
.rds-list-item.rds-list-item--m .rds-list-item-checkmark,
.rds-list-item.rds-list-item--m .rds-list-item__has-child-items {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.rds-list-item.rds-list-item--l {
  column-gap: 12px;
  border: 0;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--l:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--l rds-icon,
.rds-list-item.rds-list-item--l .rds-icon,
.rds-list-item.rds-list-item--l .rds-list-item-checkmark,
.rds-list-item.rds-list-item--l .rds-list-item__has-child-items {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}
.rds-list-item .rds-list-item-checkmark {
  visibility: hidden;
}
.rds-list-item .rds-list-item__checkbox-right,
.rds-list-item .rds-list-item__checkbox-right.rds-pseudo-checkbox,
.rds-list-item .rds-list-item__has-child-items {
  margin-left: auto;
}
.rds-list-item .rds-list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rds-list-item .rds-checkbox-with-avatar-wrapper {
  margin-left: auto;
}
.rds-list-item .rds-pseudo-checkbox__container {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.rds-list-item .rds-pseudo-checkbox__container .rds-pseudo-checkbox__checkmark-container {
  margin: 0 !important;
}
.rds-header-list-item {
  color: var(--rds-color-low-contrast);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: default;
}
.rds-header-list-item.rds-header-list-item--s {
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-list-item.rds-header-list-item--m {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-list-item.rds-header-list-item--l {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item-separator {
  height: 1px;
  background: var(--rds-color-grey-2);
  margin-top: 4px;
  margin-bottom: 4px;
  list-style: none;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 12px var(--rds-color-grey-1);
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1000px;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:vertical {
  min-height: 56px;
}
*::-webkit-scrollbar-thumb:horizontal {
  min-width: 56px;
}
*::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 0 12px var(--rds-color-grey-2);
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.rds-chips__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--rds-color-chips-1-stroke-enabled);
  border-radius: 30px;
  width: fit-content;
  background-color: var(--rds-color-chips-bg-enabled);
  color: var(--rds-color-informative);
  -webkit-user-select: none;
  user-select: none;
}
.rds-chips__chip:hover {
  cursor: default;
}
.rds-chips__chip:active:not([disabled]) {
  box-shadow: none;
}
.rds-chips__chip:focus-within {
  outline: none;
}
.rds-chips__chip.cdk-focused.cdk-keyboard-focused:not([aria-disabled=true], [disabled]):not(:has(.rds-chip-close-button:focus-visible)),
.rds-chips__chip:not([aria-disabled=true], [disabled]):not(:has(.rds-chip-close-button:focus-visible)):focus-visible {
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: -1px;
}
.rds-chips__chip .rds-chip__avatar {
  border-radius: 100vmax;
}
.rds-chips__chip .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) {
  cursor: pointer;
  border-color: var(--rds-color-chips-1-stroke-hover);
  color: var(--rds-color-informative);
  background-color: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip .rds-chip-close-button > .rds-icon.rds-chip-close-icon {
  width: 16px;
  height: 16px;
}
.rds-chips__chip .rds-avatar:hover .rds-avatar-overlay {
  display: none;
}
.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip--active:not([aria-disabled=true], [disabled]),
.rds-chips__chip:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-bg-pressed);
  color: var(--rds-color-chips-1-text-pressed);
  background: var(--rds-color-chips-1-bg-pressed);
}
.rds-chips__chip .rds-chip-action {
  display: inline-flex;
  align-items: center;
  outline: none;
}
.rds-chips__chip .rds-chip-action.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  color: var(--rds-color-informative);
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: 0;
  border-radius: 50%;
}
.rds-chips__chip.rds-chips--type-blue {
  border-color: var(--rds-color-chips-1-stroke-enabled);
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-stroke-hover);
  color: var(--rds-color-informative);
  background: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip.rds-chips--type-blue:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-bg-pressed);
  color: var(--rds-color-chips-1-text-pressed);
  background: var(--rds-color-chips-1-bg-pressed);
}
.rds-chips__chip.rds-chips--type-neutral {
  border-color: var(--rds-color-chips-2-stroke-enabled);
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral .rds-chip__leading-icon {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-2-stroke-hover);
  color: var(--rds-color-neutral);
  background: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip.rds-chips--type-neutral:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-2-bg-pressed);
  color: var(--rds-color-chips-2-text-pressed);
  background: var(--rds-color-chips-2-bg-pressed);
}
.rds-chips__chip .rds-chips--size-s {
  min-height: 28px;
  min-width: 60px;
  padding: 0 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__leading-icon {
  margin: 0 4px 0 -4px;
  width: 18px;
  height: 18px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__avatar {
  margin: 0 4px 0 -10px;
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__avatar .rds-avatar__container {
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button {
  margin-inline: 4px -4px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip .rds-chips--size-m {
  min-height: 36px;
  min-width: 72px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__leading-icon {
  margin: 0 8px 0 -4px;
  width: 18px;
  height: 18px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__avatar {
  margin: 0 8px 0 -12px;
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__avatar .rds-avatar__container {
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button {
  margin-inline: 8px -4px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip .rds-chips--size-l {
  min-height: 48px;
  min-width: 100px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__leading-icon {
  margin: 0 8px 0 -8px;
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__avatar {
  margin: 0 8px 0 -20px;
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__avatar .rds-avatar__container {
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button {
  margin-inline: 8px -8px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected),
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected) .rds-chip__avatar,
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) .rds-chip__avatar {
  opacity: .3;
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected) .rds-chip__leading-icon,
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) .rds-chip__leading-icon {
  color: var(--rds-color-disabled);
}
.rds-chips__chip--selected[disabled],
.rds-chips__chip--selected[aria-disabled=true] {
  border-color: var(--rds-color-bg-disabled-2);
  background-color: var(--rds-color-bg-disabled-2);
  color: var(--rds-color-disabled);
}
.rds-chips__chip--selected[disabled] .rds-chip__avatar,
.rds-chips__chip--selected[aria-disabled=true] .rds-chip__avatar {
  opacity: .3;
}
.rds-chips__chip--selected[disabled] .rds-chip__leading-icon,
.rds-chips__chip--selected[aria-disabled=true] .rds-chip__leading-icon {
  color: var(--rds-color-disabled);
}
.rds-chips {
  display: flex;
  flex-wrap: wrap;
}
.rds-chips:focus-within {
  outline: none;
}
.rds-chips.rds-chips--size-s {
  gap: 8px;
}
.rds-chips.rds-chips--size-m {
  gap: 12px;
}
.rds-chips.rds-chips--size-l {
  gap: 12px;
}
.rds-chips-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-avatar {
  display: flex;
  align-items: center;
}
.rds-avatar.rds-avatar-xs .rds-avatar__container {
  border: 1px solid var(--rds-color-avatar-stroke);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xs .rds-avatar__container .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper {
  margin-left: 8px;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-s .rds-avatar__container {
  border: 1px solid var(--rds-color-avatar-stroke);
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-s .rds-avatar__container .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper {
  margin-left: 8px;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-m .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-m .rds-avatar__container .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper {
  margin-left: 12px;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-l .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-l .rds-avatar__container .rds-icon {
  width: 32px;
  height: 32px;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper {
  margin-left: 16px;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-xl .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xl .rds-avatar__container .rds-icon {
  width: 48px;
  height: 48px;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper {
  margin-left: 16px;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar .rds-avatar-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.rds-avatar.cdk-focused.cdk-keyboard-focused {
  outline: none;
}
.rds-avatar.cdk-focused.cdk-keyboard-focused .rds-avatar__container {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-avatar:hover .rds-avatar-overlay {
  display: block;
}
.rds-avatar.rds-avatar-disable-interactions {
  pointer-events: none;
}
.rds-avatar-group {
  display: flex;
  flex-direction: row;
}
.rds-avatar-group .rds-avatar {
  display: unset;
}
.rds-avatar-group .rds-avatar-xs:not(:first-child) {
  margin-left: -8px;
}
.rds-avatar-group .rds-avatar-s:not(:first-child) {
  margin-left: -8px;
}
.rds-avatar-group .rds-avatar-m:not(:first-child) {
  margin-left: -16px;
}
.rds-avatar-group .rds-avatar-l:not(:first-child) {
  margin-left: -24px;
}
.rds-avatar-group .rds-avatar-xl:not(:first-child) {
  margin-left: -32px;
}
.rds-avatar-group .rds-avatar__container.cdk-focused.cdk-keyboard-focused {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-avatar-overlay {
  position: absolute;
  background: var(--rds-color-bg-transparent-hover-select);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: none;
}
.rds-checkbox {
  display: flex;
  flex-direction: column;
}
@keyframes rds-checkbox__fade-in-background {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes rds-checkbox__fade-out-background {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rds-checkbox__from-checked-to-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    transform: rotate(45deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    opacity: 0;
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes rds-checkbox__from-unchecked-to-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 22.910259;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rds-checkbox__from-checked-to-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -22.910259;
  }
}
@keyframes rds-checkbox__from-unchecked-to-indeterminate-indeterminate-mark {
  0%, 68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes rds-checkbox__from-checked-to-indeterminate-indeterminate-mark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
    opacity: 0;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-checked-indeterminate-mark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    transform: rotate(315deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-unchecked-indeterminate-mark {
  0% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scaleX(1);
  }
  32.8%, 100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container {
  display: flex;
  align-items: center;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--s,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--s {
  height: 20px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--m,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--m {
  height: 24px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--l,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--l {
  height: 24px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark {
  margin-right: 10px;
}
.rds-checkbox .rds-checkbox__wrapper {
  align-items: center;
  display: inline-flex;
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 4px 0;
  cursor: pointer;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label {
  align-items: start;
  display: inline-flex;
  -webkit-user-select: none;
  user-select: none;
  cursor: inherit;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__native-checkbox {
  bottom: 0;
  left: 50%;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(calc(18px / -2), calc(18px / -2));
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1), background 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border: 2px solid var(--rds-color-grey-3);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  opacity: 0;
  transition: opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border-radius: 2px;
  background: var(--rds-color-informative);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  fill: var(--rds-color-bg-base-1);
  stroke: var(--rds-color-bg-base-1);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
  stroke-dasharray: 22.910259;
  stroke-width: 2.1333333333px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__indeterminate-mark {
  opacity: 0;
  transform: scaleX(0) rotate(0deg) translateY(0px);
  width: calc(100% - 6px);
  height: 2px;
  background: var(--rds-color-bg-base-1);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container {
  display: inline-flex;
  gap: 4px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container .rds-checkbox-asterisk {
  color: var(--rds-color-error);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container .rds-checkbox__label-value {
  color: var(--rds-color-high-contrast);
  word-break: break-word;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__checkmark-icon {
  opacity: 1;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__background {
  opacity: 1;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__indeterminate-mark {
  transform: scaleX(1) rotate(-45deg);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__checkmark-icon {
  opacity: 0;
  transform: rotate(45deg);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__indeterminate-mark {
  opacity: 1;
  transform: scaleX(1) rotate(0deg) translateY(0px);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__background {
  opacity: 1;
}
.rds-checkbox.cdk-focused.cdk-keyboard-focused .rds-checkbox__overlay,
.rds-checkbox .rds-checkbox__native-checkbox:focus-visible ~ .rds-checkbox__overlay {
  background: rgba(0, 0, 0, 0);
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-checkbox:hover:not(.rds-checkbox--disabled) .rds-checkbox__overlay {
  background: var(--rds-color-bg-transparent-hover-select);
}
.rds-checkbox:active:not(.rds-checkbox--disabled) .rds-checkbox__overlay {
  background: var(--rds-color-bg-transparent-pressed);
}
.rds-checkbox.rds-checkbox--disabled {
  cursor: default;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper {
  cursor: default;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper .rds-checkbox__frame {
  border-color: var(--rds-color-grey-2);
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper .rds-checkbox__label-value {
  color: var(--rds-color-disabled);
}
.rds-checkbox.rds-checkbox--disabled.rds-checkbox--checked .rds-checkbox__background,
.rds-checkbox.rds-checkbox--disabled.rds-checkbox--indeterminate .rds-checkbox__background {
  background: var(--rds-color-grey-2);
}
.rds-checkbox.rds-checkbox--invalid .rds-checkbox__background {
  background: var(--rds-color-error);
}
.rds-checkbox.rds-checkbox--invalid .rds-checkbox__frame {
  border-color: var(--rds-color-error);
}
.rds-checkbox.rds-checkbox-animation--unchecked-checked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-in-background;
}
.rds-checkbox.rds-checkbox-animation--unchecked-checked .rds-checkbox__checkmark-path {
  animation: 180ms linear 0ms rds-checkbox__from-unchecked-to-checked-checkmark-path;
}
.rds-checkbox.rds-checkbox-animation--unchecked-indeterminate .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-in-background;
}
.rds-checkbox.rds-checkbox-animation--unchecked-indeterminate .rds-checkbox__indeterminate-mark {
  animation: 90ms linear 0ms rds-checkbox__from-unchecked-to-indeterminate-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--checked-unchecked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-out-background;
}
.rds-checkbox.rds-checkbox-animation--checked-unchecked .rds-checkbox__checkmark-path {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-unchecked-checkmark-path;
}
.rds-checkbox.rds-checkbox-animation--checked-indeterminate .rds-checkbox__checkmark-icon {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-indeterminate-checkmark;
}
.rds-checkbox.rds-checkbox-animation--checked-indeterminate .rds-checkbox__indeterminate-mark {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-indeterminate-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-checked .rds-checkbox__checkmark-icon {
  animation: 500ms linear 0ms rds-checkbox__from-indeterminate-to-checked-checkmark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-checked .rds-checkbox__indeterminate-mark {
  animation: 500ms linear 0ms rds-checkbox__from-indeterminate-to-checked-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-unchecked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-out-background;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-unchecked .rds-checkbox__indeterminate-mark {
  animation: 300ms linear 0ms rds-checkbox__from-indeterminate-to-unchecked-indeterminate-mark;
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript--error {
  color: var(--rds-color-error);
}
.rds-checkbox .rds-checkbox__subscript-wrapper > div:not(:empty) {
  margin-top: 4px;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__subscript {
  color: var(--rds-color-disabled);
}
.rds-pseudo-checkbox {
  align-items: center;
  display: inline-flex;
  height: 24px;
  margin: 4px 0;
  transition: background .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__container {
  cursor: inherit;
  display: inline-flex;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark-container {
  position: relative;
  display: inline-block;
  margin: auto 10px auto auto;
  height: 18px;
  width: 18px;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--no-spacing {
  height: unset;
  margin: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--no-spacing .rds-pseudo-checkbox__checkmark-container {
  margin-right: auto;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__frame {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--rds-color-grey-3);
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__background {
  align-items: center;
  background: var(--rds-color-informative);
  border-radius: 2px;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark {
  bottom: 0;
  fill: var(--rds-color-bg-base-1);
  stroke: var(--rds-color-bg-base-1);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark-path {
  stroke-dasharray: 22.910259;
  stroke-dashoffset: 0;
  stroke-width: 2.1333333333px;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__indeterminate-mark {
  opacity: 0;
  transform: scaleX(0) rotate(0deg) translateY(0px);
  width: calc(100% - 6px);
  height: 2px;
  background: var(--rds-color-bg-base-1);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__checkmark {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__background {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__indeterminate-mark {
  transform: scaleX(1) rotate(-45deg);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__checkmark {
  opacity: 0;
  transform: rotate(45deg);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__indeterminate-mark {
  opacity: 1;
  transform: scaleX(1) rotate(0deg) translateY(0px);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__background {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--disabled .rds-pseudo-checkbox__frame {
  border-color: var(--rds-color-grey-2);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--disabled .rds-pseudo-checkbox__background {
  background: var(--rds-color-grey-2);
}
.rds-badge--container {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rds-badge--container .rds-badge {
  --single-char-padding: 4px calc(10px);
  --multiple-char-padding: 4px 12px;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  border-radius: 100vmax;
  white-space: nowrap;
  padding: var(--padding, var(--multiple-char-padding));
  height: 28px;
  background-color: var(--rds-color-badge-grey-bg);
  color: var(--rds-color-on-light-surface);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge.rds-badge--info-default {
  background-color: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--info-dot {
  background-color: var(--rds-color-informative);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--success-default {
  background-color: var(--rds-color-bg-success);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--success-dot {
  background-color: var(--rds-color-success);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--warning-default {
  background-color: var(--rds-color-bg-warning);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--warning-dot {
  background-color: var(--rds-color-warning);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--error-default {
  background-color: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--error-dot {
  background-color: var(--rds-color-error);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--neutral-default {
  background-color: var(--rds-color-badge-grey-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--neutral-minimal {
  background-color: var(--rds-color-badge-neutral-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--neutral-dot {
  background-color: var(--rds-color-grey-3);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--blue-minimal {
  background-color: var(--rds-color-badge-blue-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--green-minimal {
  background-color: var(--rds-color-badge-green-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--red-minimal {
  background-color: var(--rds-color-badge-red-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--yellow-minimal {
  background-color: var(--rds-color-badge-yellow-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--orange-minimal {
  background-color: var(--rds-color-badge-orange-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--black-minimal {
  background-color: var(--rds-color-badge-dark-grey-bg);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--purple-minimal {
  background-color: var(--rds-color-badge-purple-2-bg);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--pink-minimal {
  background-color: var(--rds-color-badge-purple-1-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--other-dot {
  background-color: var(--rds-color-accent);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge--content {
  display: inline-flex;
  align-items: center;
  height: 28px;
  color: var(--rds-color-high-contrast);
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge--single-char {
  display: flex;
  justify-content: center;
  --padding: var(--single-char-padding);
}
.rds-badge--container .rds-badge--s,
.rds-badge--container .rds-badge--attached {
  height: 20px;
  padding: 0 calc(6px);
}
.rds-badge--container .rds-badge--s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge--l {
  line-height: unset;
  --single-char-padding: calc(6px) calc(14px);
  --multiple-char-padding: calc(6px) 16px;
  height: calc(36px);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field__select-x-wrapper {
  display: flex;
  margin-right: 4px;
  margin-left: 8px;
  cursor: pointer;
}
rds-multi-select .rds-chips.rds-chips--size-s {
  gap: 4px;
}
.rds-form-field__select-trigger-value {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-trigger-value.rds-form-field__select-trigger-value-placeholder {
  color: var(--rds-color-grey-3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-hidden-trigger-values-placeholder {
  display: inline-flex;
  margin-right: 12px;
  margin-left: 4px;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
}
.rds-form-field--floating-label .rds-form-field__control {
  align-items: unset;
}
.rds-form-field--floating-label .rds-form-field__select-arrow-wrapper {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: flex;
}
.rds-form-field--floating-label .rds-form-field__select-x-wrapper button {
  margin-bottom: 16px;
}
.rds-select__empty,
.rds-combobox__empty {
  padding: 12px 16px;
  color: var(--rds-color-low-contrast);
  text-align: center;
}
@media (max-width: 767px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-select__empty:empty,
.rds-combobox__empty:empty {
  display: none;
}
.rds-select__option--search-input {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--rds-color-stroke-enabled);
  align-items: center;
  margin: 0 0 1px;
}
.rds-select__option--search-input.rds-select__option--search-input--focused {
  border-bottom-width: 2px;
  border-bottom-color: var(--rds-color-informative);
}
.rds-select__option--search-input:hover:not(.rds-select__option--search-input--focused) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-select__option--search-input--l {
  height: 48px;
  padding: 0 16px 12px 16px;
}
.rds-select__option--search-input--l rds-icon {
  height: 24px;
  width: 24px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--l.rds-select__option--search-input--focused {
  padding-bottom: 11px;
}
.rds-select__option--search-input--l input {
  width: calc(100% - 6px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--l input:hover,
.rds-select__option--search-input--l input:focus {
  outline: none;
}
.rds-select__option--search-input--l input {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--l input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--m {
  height: 36px;
  padding: 0 16px 8px 16px;
}
.rds-select__option--search-input--m rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--m.rds-select__option--search-input--focused {
  padding-bottom: 7px;
}
.rds-select__option--search-input--m input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--m input:hover,
.rds-select__option--search-input--m input:focus {
  outline: none;
}
.rds-select__option--search-input--m input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--m input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 4px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: 2px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--s {
  height: 28px;
  padding: 0 12px 4px 12px;
}
.rds-select__option--search-input--s rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--s.rds-select__option--search-input--focused {
  padding-bottom: 3px;
}
.rds-select__option--search-input--s input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--s input:hover,
.rds-select__option--search-input--s input:focus {
  outline: none;
}
.rds-select__option--search-input--s input {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--s input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: -1px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-autocomplete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.rds-autocomplete .rds-autocomplete-input-container {
  align-items: center;
  display: flex;
  width: 100%;
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled) {
  position: relative;
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  position: absolute;
  left: 0;
  top: calc((100% - 24px)/2);
  content: "";
  height: 24px;
  width: 1px;
  border-left: 1px solid var(--rds-color-high-contrast);
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled).rds-form-field__control-focused:before {
  display: none;
}
.rds-autocomplete .rds-autocomplete-icon-container {
  display: flex;
  align-items: center;
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-disabled .rds-autocomplete-icon-container {
  color: var(--rds-color-disabled);
}
.rds-autocomplete.rds-autocomplete-multi .rds-autocomplete-multi-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rds-autocomplete.rds-autocomplete-floating-label.rds-autocomplete-multi.rds-autocomplete-floating-label .rds-autocomplete-multi-container {
  margin-top: 16px;
}
.rds-autocomplete.rds-autocomplete-l .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 24px)/2);
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-l.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-l.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-l .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-autocomplete.rds-autocomplete-m .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 24px)/2);
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-m.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-m.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-m .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-autocomplete.rds-autocomplete-s .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 20px)/2);
  height: 20px;
}
.rds-autocomplete.rds-autocomplete-s.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-s.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-s .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-form-field .rds-form-field__label {
  white-space: unset;
  color: var(--rds-color-low-contrast);
  display: flex;
  align-items: center;
  gap: 2px;
}
.rds-form-field--floating-label .rds-form-field__label {
  cursor: inherit;
}
.rds-form-field.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.rds-form-field.rds-form-field--side-right .rds-form-field__label-wrapper {
  display: flex;
  justify-content: flex-end;
}
.rds-form-field.rds-form-field--side-right .rds-form-field__label-wrapper .rds-form-field__label {
  text-align: right;
}
.rds-form-field.rds-form-field--side .rds-form-field__label-wrapper {
  display: flex;
  align-items: center;
  width: var(--label-width);
  overflow: unset;
  text-overflow: unset;
  white-space: inherit;
  padding-bottom: 4px;
  flex-shrink: 0;
}
.rds-form-field.rds-form-field--side.rds-form-field--hint-or-error-or-counter .rds-form-field__label-wrapper {
  margin-bottom: 24px;
}
.rds-form-field.rds-form-field--side .rds-form-field__container {
  width: calc(100% - var(--label-width) - 12px);
}
.rds-form-field.rds-form-field--side.rds-form-field__wrapper-textarea-field .rds-form-field__label-wrapper,
.rds-form-field.rds-form-field--side.rds-form-field--select-with-chips .rds-form-field__label-wrapper {
  align-items: flex-start;
}
.rds-form-field.rds-form-field--no-label .rds-form-field__label-wrapper {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover .rds-form-field__control-prefix-separator,
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-hover);
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__select-arrow {
  color: var(--rds-color-low-contrast);
}
.rds-form-field.rds-form-field--focused .rds-form-field__container.rds-form-field--global-search .rds-form-field__control-container {
  outline: none;
}
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-form-field.rds-form-field--focused .rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--focused .rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--focused.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label-wrapper {
  color: var(--rds-color-stroke-active-focus);
}
.rds-form-field.rds-form-field--focused.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label {
  color: var(--rds-color-stroke-active-focus);
}
.rds-form-field > .rds-form-field__label-wrapper {
  margin-bottom: 4px;
}
.rds-form-field .rds-form-field__container {
  flex-direction: column;
  display: flex;
  position: relative;
  text-align: center;
}
.rds-form-field .rds-form-field__container .rds-form-field__control-container {
  display: flex;
  border-radius: 2px;
  border: 1px solid var(--rds-color-stroke-enabled);
  background: var(--rds-color-bg-base-1);
  cursor: text;
}
.rds-form-field .rds-form-field__container .rds-form-field__content {
  display: flex;
  position: relative;
  width: 100%;
}
.rds-form-field .rds-form-field__container .rds-form-field__content-prefix-empty,
.rds-form-field .rds-form-field__container .rds-form-field__content-suffix-empty {
  display: none;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 8px;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  border-left: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  position: relative;
  width: 100%;
  display: flex;
  min-width: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix.rds-form-field__content-suffix-datepicker {
  align-items: center;
  padding-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix.rds-form-field__content-suffix-datepicker .rds-icon {
  margin-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  position: absolute;
  border-right: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container {
  padding-bottom: 7px;
  padding-right: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content {
  display: flex;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix-separator-container {
  width: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  padding-right: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix {
  margin-left: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper--float {
  height: 16px;
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__control {
  position: relative;
  display: flex;
  margin-top: 0;
  border: none;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  outline: none;
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
  text-overflow: ellipsis;
}
.rds-form-field .rds-form-field__container .rds-form-field__control::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-form-field .rds-form-field__container.rds-form-field__label--float .rds-form-field__control {
  display: inline-block;
  margin-top: 16px;
}
.rds-form-field .rds-form-field__container.rds-form-field--static-label .rds-form-field__control {
  margin-top: 0;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control {
  resize: none;
  bottom: unset;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-vertical {
  resize: vertical;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-horizontal {
  resize: horizontal;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-both {
  resize: both;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript-wrapper {
  left: 0;
  z-index: -1;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  gap: 16px;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript {
  text-align: left;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--error {
  color: var(--rds-color-error);
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--error-icon {
  flex-shrink: 0;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.rds-form-field .rds-form-field--hint-or-error-or-counter .rds-form-field__subscript-wrapper {
  z-index: auto;
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container {
  border-color: var(--rds-color-stroke-enabled);
  background: var(--rds-color-bg-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container:hover {
  border-color: var(--rds-color-stroke-enabled);
  cursor: default;
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__content .rds-form-field__content-prefix {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__content .rds-form-field__content-suffix {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--floating-label .rds-form-field__label {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control::placeholder {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__select-arrow {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container {
  outline: 2px solid var(--rds-color-error);
  outline-offset: -2px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container.rds-form-field-textarea.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container.rds-form-field-textarea.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled).rds-form-field--floating-label .rds-form-field__label-wrapper {
  color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled).rds-form-field--floating-label .rds-form-field__label {
  color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--floating-label .rds-form-field__control {
  display: inline-block;
  margin-top: 16px;
}
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-textfield-decoration-container {
  position: relative;
}
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-outer-spin-button,
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-inner-spin-button {
  position: absolute;
  bottom: 0;
  height: 24px;
  right: 0;
}
.rds-form-field .rds-form-field__asterisk {
  color: var(--rds-color-error);
}
.rds-form-field .rds-form-field__container.rds-form-field--select .rds-form-field__control-container {
  cursor: pointer;
}
.rds-form-field .rds-form-field__container .rds-form-field__control {
  align-items: center;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-value {
  justify-content: space-between;
  align-items: center;
  display: flex;
  min-width: 0;
  width: calc(100% - 24px);
}
.rds-form-field .rds-form-field__container .rds-form-field__select-value-placeholder {
  display: flex;
  flex-wrap: nowrap;
  max-height: 24px;
  overflow: hidden;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow-wrapper {
  position: absolute;
  right: 0;
  display: flex;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow {
  margin: 0 7px;
  border-top: 5px solid;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow--rotate {
  transform: rotate(180deg);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--disabled.rds-form-field--select-with-chips .rds-form-field__control-container {
  cursor: default;
}
.rds-form-field .rds-form-field-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 15px 3px 15px;
}
.rds-form-field.rds-form-field--l.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--l.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 12px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 15px 3px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 48px;
  height: 48px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 96px;
  padding: 11px 15px 7px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 48px;
  height: unset;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 24px;
  width: 24px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -4px;
  height: calc(100% + 7px);
  padding-left: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 24px;
  width: 24px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -4px;
  height: calc(100% + 7px);
  padding-right: 15px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 18px);
  top: -11px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 18px);
  top: -11px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float .rds-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container textarea.rds-form-field__control {
  min-height: 96px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 8px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 11px 3px 11px;
}
.rds-form-field.rds-form-field--m.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--m.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 8px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 11px 3px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 36px;
  height: 36px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 72px;
  padding: 7px 11px 7px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: 2px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: 2px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 36px;
  height: unset;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 12px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -3px;
  height: calc(100% + 6px);
  padding-left: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -3px;
  height: calc(100% + 6px);
  padding-right: 11px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 14px);
  top: -7px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 14px);
  top: -7px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container textarea.rds-form-field__control {
  min-height: 72px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 8px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 7px 3px 7px;
}
.rds-form-field.rds-form-field--s.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--s.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 7px 3px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 28px;
  height: 28px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 64px;
  padding: 3px 7px 7px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: -1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 0;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: -1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 28px;
  height: unset;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 8px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -4px;
  height: calc(100% + 4px + 4px);
  padding-left: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -4px;
  height: calc(100% + 4px + 4px);
  padding-right: 7px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 10px);
  top: -3px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 0px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 10px);
  top: -3px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container textarea.rds-form-field__control {
  min-height: 64px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-control-counter {
  color: var(--rds-color-low-contrast);
  margin-left: auto;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__panel-wrapper {
  flex-basis: 100%;
}
.rds-select__panel {
  overflow: auto;
  border-radius: 2px;
  min-width: 100%;
  max-height: 256px;
  padding-top: 12px;
  padding-bottom: 12px;
  scroll-padding-block: 12px 12px;
  background: var(--rds-color-bg-base-1);
}
.rds-select__panel {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-select__option.hide {
  display: none;
}
.rds-select__option--separator {
  padding: 0;
  margin: 0;
}
.rds-select__option--separator div {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--rds-color-grey-2);
  padding-bottom: 0;
  margin-bottom: 4px;
}
[rds-theme=dark] input[type=number]::-webkit-outer-spin-button,
[rds-theme=dark] input[type=number]::-webkit-inner-spin-button {
  filter: invert(0.9);
}
.rds-form-field.rds-form-field--autocomplete-multi .rds-form-field__container .rds-form-field__control-container {
  height: unset !important;
}
.rds-form-field.rds-form-field--autocomplete-multi.rds-form-field--floating-label .rds-form-field__control {
  margin-top: 0;
}
.rds-accordion {
  width: 100%;
}
.rds-accordion .rds-expansion-panel {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--rds-color-grey-2);
}
.rds-accordion .rds-expansion-panel:focus {
  outline: 0;
}
.rds-accordion .rds-expansion-panel:hover:not(.rds-disabled) {
  box-shadow: inset 0 -1px 0 0 var(--rds-color-informative-hover);
  border-bottom: 1px solid var(--rds-color-informative-hover);
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) {
  padding-bottom: 20px;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) .rds-expansion-panel-header {
  padding: 16px 0 16px 0;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) svg.rds-expansion-indicator {
  transform: rotate(180deg);
}
.rds-accordion .rds-expansion-panel.rds-disabled {
  border-bottom-color: var(--rds-color-grey-2);
}
.rds-accordion .rds-expansion-panel.rds-disabled .rds-expansion-panel-content {
  color: var(--rds-color-disabled);
}
.rds-accordion .rds-expansion-panel.rds-disabled.rds-expanded {
  padding-bottom: 20px;
}
.rds-accordion .rds-expansion-panel.rds-disabled.rds-expanded .rds-expansion-panel-header {
  padding: 16px 0 16px 0;
}
.rds-accordion .rds-expansion-panel:has(.rds-expansion-panel-header:focus-visible) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-accordion .rds-expansion-panel:has(.rds-expansion-panel-header:focus-visible) .rds-expansion-panel-header {
  color: var(--rds-color-stroke-active-focus);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-heading {
  margin: 0;
  padding: 0;
  font: inherit;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
  color: var(--rds-color-low-contrast);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
  border: none;
  background: none;
  width: 100%;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:hover,
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:focus {
  outline: none;
}
@media (max-width: 767px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header svg.rds-expansion-indicator {
  transition: all .3s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:hover {
  color: var(--rds-color-informative-hover);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before {
  flex-direction: row-reverse;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before .rds-expansion-indicator {
  margin: 0 12px 0 0;
}
[dir=rtl] .rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before .rds-expansion-indicator {
  margin: 0 0 0 12px;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header[aria-disabled=true] {
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header[aria-disabled=true] .rds-expansion-indicator {
  color: var(--rds-color-disabled);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-content {
  display: flex;
  flex: 1;
  flex-direction: row;
  overflow: hidden;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title {
  display: flex;
  flex-grow: 1;
  margin-right: 16px;
  align-items: center;
}
[dir=rtl] .rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title {
  margin-right: 0;
  margin-left: 16px;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title > * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.rds-accordion.rds-accordion-size-s .rds-expansion-panel .rds-expansion-panel-header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-alert {
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 16px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .rds-alert {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-alert .rds-alert-icon {
  align-self: flex-start;
  margin-right: 12px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}
.rds-alert-info {
  border-left: 4px solid var(--rds-color-informative);
  background-color: var(--rds-color-alert-informative-bg);
}
.rds-alert-info .rds-alert-icon {
  color: var(--rds-color-informative);
}
.rds-alert-warning {
  border-left: 4px solid var(--rds-color-warning);
  background-color: var(--rds-color-alert-warning-bg);
}
.rds-alert-warning .rds-alert-icon {
  color: var(--rds-color-warning);
}
.rds-alert-error {
  border-left: 4px solid var(--rds-color-error);
  background-color: var(--rds-color-alert-error-bg);
}
.rds-alert-error .rds-alert-icon {
  color: var(--rds-color-error);
}
.rds-alert-success {
  border-left: 4px solid var(--rds-color-success);
  background-color: var(--rds-color-alert-success-bg);
}
.rds-alert-success .rds-alert-icon {
  color: var(--rds-color-success);
}
.rds-alert .rds-alert-content {
  color: var(--rds-color-high-contrast);
  width: calc(100% - 12px);
}
.rds-alert .rds-alert-close {
  display: flex;
  justify-self: flex-end;
  margin-left: 16px;
}
.rds-breadcrumbs {
  container-type: inline-size;
}
.rds-breadcrumbs-nav {
  width: fit-content;
}
.rds-breadcrumbs-list {
  list-style: none;
  flex-flow: row nowrap;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .rds-breadcrumbs-list {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
    letter-spacing: .5px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 4px;
  }
}
@media (min-width: 768px) {
  .rds-breadcrumbs-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 8px;
  }
}
@media (min-width: 1440px) {
  .rds-breadcrumbs-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 12px;
  }
}
.rds-breadcrumbs-list .rds-breadcrumb-more {
  display: inline-flex;
}
.rds-breadcrumbs-list .rds-breadcrumb-more button {
  width: fit-content;
}
.rds-breadcrumbs-list .rds-breadcrumb-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 0;
  color: var(--rds-color-secondary-link);
  cursor: pointer;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:hover {
  color: var(--rds-color-secondary-link-hover);
}
.rds-breadcrumbs-list .rds-breadcrumb-item:active {
  color: var(--rds-color-secondary-link-pressed);
}
.rds-breadcrumbs-list .rds-breadcrumb-item:focus-visible {
  outline: none;
}
.rds-breadcrumbs-list .rds-breadcrumb-item a,
.rds-breadcrumbs-list .rds-breadcrumb-item .rds-breadcrumb-item-label {
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type {
  pointer-events: none;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type a,
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type .rds-breadcrumb-item-label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100cqw - 52px);
}
.rds-breadcrumbs-list .rds-breadcrumb-separator {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-breadcrumbs-list li,
.rds-breadcrumb-popover li {
  margin-top: 0;
}
.rds-breadcrumbs-list li.rds-breadcrumbs-collapsed,
.rds-breadcrumb-popover li.rds-breadcrumbs-collapsed {
  visibility: hidden;
  position: absolute;
}
.rds-breadcrumbs-list li::before,
.rds-breadcrumb-popover li::before {
  display: none;
}
.rds-breadcrumbs-list li a:focus-visible,
.rds-breadcrumbs-list li .rds-breadcrumb-item-label:focus-visible,
.rds-breadcrumb-popover li a:focus-visible,
.rds-breadcrumb-popover li .rds-breadcrumb-item-label:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.rds-breadcrumb-popover.rds-popover {
  min-width: 216px;
  padding: 12px 0;
}
.rds-breadcrumb-popover.rds-popover ol li,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list li {
  padding: 8px 16px;
}
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item {
  grid-column: 1/-1;
}
.rds-breadcrumb-popover.rds-popover ol a,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label {
  display: block;
  color: var(--rds-color-high-contrast);
  text-decoration: none;
}
.rds-breadcrumb-popover.rds-popover ol a:hover,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label:hover,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a:hover,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label:hover {
  color: var(--rds-color-secondary-link-hover);
}
.rds-breadcrumb-popover.rds-popover ol a,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tabs {
  --rds-tab-height: 60px;
  --rds-tab-gap: 32px;
}
.rds-tabs .rds-tabs__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.rds-tabs .rds-tabs__header::before {
  content: "";
  position: absolute;
  top: calc(var(--rds-tab-height) + 1px);
  left: 0;
  border-bottom: 1px solid var(--rds-color-grey-2);
  width: 100%;
}
.rds-tabs .rds-tabs__header .rds-tabs-label-actions {
  display: flex;
  gap: 4px;
  height: var(--rds-tab-height);
  align-items: center;
}
.rds-tabs .rds-tabs__wrapper {
  display: flex;
  overflow-x: auto;
  padding: 2px;
  margin: -2px;
  gap: var(--rds-tab-gap);
}
.rds-tabs .rds-tabs__wrapper:has(+ .rds-tabs-label-actions-host) {
  padding-right: var(--rds-tab-gap);
}
.rds-tabs .rds-tabs__content-wrapper {
  padding: 16px 0;
}
.rds-tabs.rds-tabs-s {
  --rds-tab-height: 44px;
  --rds-tab-gap: 24px;
}
.rds-tabs .rds-tabs__tab {
  position: relative;
  display: flex;
  padding: 0 2px;
  align-items: center;
  flex: 1 0 auto;
  border: none;
  border-radius: 2px;
  background: none;
  height: 60px;
  min-width: 48px;
  color: var(--rds-color-low-contrast);
  cursor: pointer;
}
.rds-tabs .rds-tabs__tab:hover,
.rds-tabs .rds-tabs__tab:focus {
  outline: none;
}
.rds-tabs .rds-tabs__tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tabs .rds-tabs__tab > * {
  margin-left: 12px;
}
.rds-tabs .rds-tabs__tab > *:first-child {
  margin-left: 0;
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--active {
  color: var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--active::before,
.rds-tabs .rds-tabs__tab:hover:not(.rds-tabs__tab--disabled):not(.rds-tabs__tab--active)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 3px solid var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--disabled {
  color: var(--rds-color-disabled);
  pointer-events: none;
  cursor: default;
}
.rds-tabs .rds-tabs__tab:focus-visible:not(.rds-tabs__tab--disabled),
.rds-tabs .rds-tabs__tab.cdk-focused.cdk-keyboard-focused:not(.rds-tabs__tab--disabled) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-tabs .rds-tabs__tab-size-s {
  height: 44px;
}
.rds-tabs.rds-tabs-stretch .rds-tabs__wrapper {
  flex-basis: 0;
  flex-grow: 1;
}
.rds-tabs.rds-tabs-stretch .rds-tabs__wrapper .rds-tabs__tab {
  min-width: fit-content;
  flex-basis: 0;
  flex-grow: 1;
}
.rds-divider {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--rds-color-grey-2);
  margin: 0;
}
.rds-divider.rds-divider-vertical {
  border-bottom: 0;
  border-right: 1px solid var(--rds-color-grey-2);
  height: 100%;
}
.rds-dropdown-toggle-button {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0);
  transition: background-color .2s linear, color .2s linear;
}
.rds-dropdown-toggle-button:focus-visible {
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-dropdown-toggle-button[disabled] {
  outline: none;
  cursor: default;
  pointer-events: none;
}
.rds-dropdown-toggle-button[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--open {
  outline: none;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l {
  --rds-button-height: 48px;
  height: var(--rds-button-height);
  padding-left: 16px;
  padding-right: 12px;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l .rds-icon {
  height: 24px;
  width: 24px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m {
  --rds-button-height: 36px;
  height: var(--rds-button-height);
  padding-left: 16px;
  padding-right: 12px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s {
  --rds-button-height: 28px;
  height: var(--rds-button-height);
  padding-left: 8px;
  padding-right: 4px;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button--default {
  border-color: var(--rds-color-stroke-enabled);
  border-radius: 2px;
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--default:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-dropdown-toggle-button--default .rds-icon {
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--default.rds-dropdown-toggle-button--open {
  border-color: var(--rds-color-stroke-active-focus);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--default.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--default[disabled] {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--default[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--borderless {
  border-radius: 2px;
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--borderless:hover {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-dropdown-toggle-button--borderless .rds-icon {
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--borderless.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-transparent-pressed);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--borderless.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--borderless[disabled] {
  border-color: var(--rds-color-bg-disabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--borderless[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--primary {
  border-radius: 2px;
  background-color: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--primary:hover {
  background-color: var(--rds-color-bg-informative-hover);
}
.rds-dropdown-toggle-button--primary .rds-icon {
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--primary.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-informative-pressed);
}
.rds-dropdown-toggle-button--primary[disabled] {
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--primary[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--secondary {
  border-color: var(--rds-color-informative);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary:hover {
  border-color: var(--rds-color-informative-hover);
  color: var(--rds-color-informative-hover);
}
.rds-dropdown-toggle-button--secondary:focus-visible {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--secondary:focus-visible .rds-icon {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--secondary .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary.rds-dropdown-toggle-button--open {
  border-color: var(--rds-color-informative-pressed);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary[disabled] {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--secondary[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--text {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text:hover {
  color: var(--rds-color-informative-hover);
}
.rds-dropdown-toggle-button--text:focus-visible {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--text:focus-visible .rds-icon {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--text .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text.rds-dropdown-toggle-button--open {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text[disabled] {
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--text[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--warning {
  border-radius: 2px;
  background-color: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--warning:hover {
  background-color: var(--rds-color-bg-error-hover);
}
.rds-dropdown-toggle-button--warning .rds-icon {
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--warning.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-error-pressed);
}
.rds-dropdown-toggle-button--warning[disabled] {
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--warning[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--icon {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--icon:hover {
  background-color: var(--rds-color-bg-transparent-hover-select);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon:focus-visible {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon:focus-visible .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-transparent-pressed);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon[disabled] {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-dropdown-container {
  border-radius: 2px;
  min-width: 180px;
  background-color: var(--rds-color-bg-base-1);
}
.rds-dropdown-container {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-empty-state-container.rds-empty-state--left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--left .rds-empty-state-items-container {
  align-items: start;
}
.rds-empty-state-container.rds-empty-state--left .rds-empty-state-divider {
  width: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--left {
    flex-direction: column;
    align-items: start;
  }
  .rds-empty-state-container.rds-empty-state--left .rds-empty-state-image-container {
    margin-bottom: 24px;
  }
}
.rds-empty-state-container.rds-empty-state--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--center .rds-empty-state-items-container {
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--center .rds-empty-state-image-container {
  margin-bottom: 24px;
}
.rds-empty-state-container .rds-empty-state-image-container .rds-empty-state-image {
  display: flex;
}
.rds-empty-state-container .rds-empty-state-image-container img,
.rds-empty-state-container .rds-empty-state-image-container svg {
  max-width: 100%;
  height: auto;
}
.rds-empty-state-container .rds-empty-state-items-container {
  display: flex;
  flex-direction: column;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 64px;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 160px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 8px;
}
.rds-empty-state-container.rds-empty-state--l * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-image-container svg {
  width: 160px;
  height: 160px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 48px;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 120px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 8px;
}
.rds-empty-state-container.rds-empty-state--m * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-image-container svg {
  width: 120px;
  height: 120px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 32px;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 64px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 4px;
}
.rds-empty-state-container.rds-empty-state--s * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-image-container svg {
  width: 64px;
  height: 64px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left {
  height: 100%;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left .rds-empty-state-icon {
  margin-right: 16px;
  color: var(--rds-color-informative);
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center .rds-empty-state-icon {
  margin-bottom: 8px;
  color: var(--rds-color-informative);
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center {
    flex-direction: column;
    align-items: center;
  }
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center .rds-empty-state-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs {
    flex-direction: row;
    align-items: center;
  }
  .rds-empty-state-container.rds-empty-state--xs .rds-empty-state-icon {
    margin-right: 16px;
    margin-bottom: 0;
    color: var(--rds-color-informative);
  }
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-subtitle {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-button {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container svg {
  object-fit: scale-down;
}
.rds-drawer-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rds-drawer-container.rds-drawer-transition .rds-drawer-content {
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property:
    transform,
    margin-left,
    margin-right;
}
.rds-drawer-container .rds-drawer-content {
  width: 100%;
  height: 100%;
}
.rds-drawer-container .rds-drawer {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  outline: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: var(--rds-color-bg-base-elevated);
  border-radius: 2px;
}
.rds-drawer-container .rds-drawer.rds-drawer-s {
  max-width: 360px;
}
.rds-drawer-container .rds-drawer.rds-drawer-m {
  max-width: 512px;
}
.rds-drawer-container .rds-drawer.rds-drawer-l {
  max-width: 736px;
}
.rds-drawer-container .rds-drawer[style*="visibility: hidden"] {
  display: none;
}
.rds-drawer-container .rds-drawer.rds-drawer-end {
  transform: translate3d(100%, 0, 0);
  order: 1;
  right: 0;
}
.rds-drawer-container .rds-drawer.rds-drawer-start {
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.rds-drawer-container .rds-drawer.rds-drawer-overlay {
  position: absolute;
  z-index: 4;
}
.rds-drawer-container .rds-drawer .rds-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 20px;
  gap: 16px;
  color: var(--rds-color-high-contrast);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-drawer-container .rds-drawer .rds-drawer-body {
  width: 100%;
  height: 100%;
  padding-inline: 24px;
  padding-block: 0 24px;
  overflow-y: hidden;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-drawer-container .rds-drawer .rds-drawer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 24px;
}
.rds-drawer-container .rds-drawer.rds-drawer-scrollable .rds-drawer-body {
  padding-right: 12px;
  overflow-y: scroll;
}
.rds-drawer-container .rds-drawer.rds-drawer-scrollable .rds-drawer-actions {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-drawer-backdrop {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  visibility: hidden;
}
.rds-drawer-backdrop.rds-drawer-shown {
  visibility: visible;
}
.rds-drawer-backdrop.rds-drawer-backdrop--transparent {
  background-color: rgba(0, 0, 0, 0);
}
.rds-toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rds-toast-top-center {
  top: var(--rds-toast-spacing);
  right: 0;
  width: 100%;
}
.rds-toast-top-center > .rds-toast {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rds-toast-bottom-center {
  bottom: var(--rds-toast-spacing);
  right: 0;
  width: 100%;
}
.rds-toast-bottom-center > .rds-toast {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rds-toast-top-left {
  top: var(--rds-toast-spacing);
  left: var(--rds-toast-spacing);
}
.rds-toast-top-right {
  top: var(--rds-toast-spacing);
  right: var(--rds-toast-spacing);
}
.rds-toast-bottom-right {
  right: var(--rds-toast-spacing);
  bottom: var(--rds-toast-spacing);
}
.rds-toast-bottom-left {
  bottom: var(--rds-toast-spacing);
  left: var(--rds-toast-spacing);
}
.rds-toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.rds-toast-container * {
  box-sizing: border-box;
}
.rds-toast-container.toast-top-center .rds-toast,
.rds-toast-container.toast-bottom-center .rds-toast {
  margin-left: auto;
  margin-right: auto;
}
.rds-toast-container .rds-toast {
  min-height: 48px;
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 12px 16px;
  width: 335px;
  max-width: calc(100vw - var(--rds-toast-spacing)*2);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  pointer-events: auto;
  cursor: default;
}
.rds-toast-container .rds-toast {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-toast-container .rds-toast.rds-toast-dismiss-click:hover {
  cursor: pointer;
}
.rds-toast-container .rds-toast.rds-toast-info {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-info:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-info .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-informative);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-info .rds-toast__leading-icon {
  fill: var(--rds-color-informative);
}
.rds-toast-container .rds-toast.rds-toast-success {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-success:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-success .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-success);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-success .rds-toast__leading-icon {
  fill: var(--rds-color-success);
}
.rds-toast-container .rds-toast.rds-toast-warning {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-warning:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-warning .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-warning);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-warning .rds-toast__leading-icon {
  fill: var(--rds-color-warning);
}
.rds-toast-container .rds-toast.rds-toast-error {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-error:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-error .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-error);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-error .rds-toast__leading-icon {
  fill: var(--rds-color-error);
}
.rds-toast-container .rds-toast__leading-icon {
  display: flex;
  margin-right: 12px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.rds-toast-container .rds-toast__action-button {
  width: fit-content;
  margin-top: 8px;
}
.rds-toast-container .rds-toast__close-button {
  margin-top: 4px;
  margin-left: 16px;
}
.rds-toast-container .rds-toast:not(.rds-toast-with-title) .rds-toast-text {
  justify-content: flex-start;
}
.rds-toast-container .rds-toast .rds-toast-inner {
  display: flex;
  flex: 1 1 0;
}
.rds-toast-container .rds-toast .rds-toast-text {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-top: 2px;
}
.rds-toast-container .rds-toast .rds-toast-text__header {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-toast-container .rds-toast .rds-toast-text__message {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-toast-container .rds-toast.rds-toast-with-title {
  min-height: 72px;
}
.rds-toast-container .rds-toast.rds-toast-with-title .rds-toast-text__message {
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-toast-container .rds-toast-top-left,
  .rds-toast-container .rds-toast-top-center,
  .rds-toast-container .rds-toast-top-right {
    top: var(--rds-toast-spacing);
    left: 0;
    width: 100%;
  }
  .rds-toast-container .rds-toast-bottom-left,
  .rds-toast-container .rds-toast-bottom-center,
  .rds-toast-container .rds-toast-bottom-right {
    bottom: var(--rds-toast-spacing);
    left: 0;
    width: 100%;
  }
  .rds-toast-container .rds-toast-center-center {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .rds-toast-container {
    --rds-toast-spacing: 8px;
  }
}
@media (min-width: 768px) {
  .rds-toast-container {
    --rds-toast-spacing: 16px;
  }
}
@media (min-width: 1024px) {
  .rds-toast-container {
    --rds-toast-spacing: 24px;
  }
}
.rds-header-compact {
  container-type: inline-size;
  display: block;
  width: min(100%, 100dvw);
  min-height: 56px;
  background: var(--rds-color-bg-base-1);
  box-shadow: inset 0 -1px 0 0 var(--rds-color-grey-1);
}
.rds-header-compact .rds-header-compact-row-container {
  position: relative;
}
.rds-header-compact .rds-header-compact-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 16px;
  box-shadow: inset 0 -1px 0 0 var(--rds-color-grey-1);
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 20px;
  }
}
@container (min-width: 768px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 32px;
  }
}
@container (min-width: 1024px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 64px;
  }
}
@container (min-width: 1440px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 96px;
  }
}
.rds-header-compact .rds-header-compact-row-secondary {
  padding-block: 8px;
}
.rds-header-compact .rds-header-compact-row-secondary nav {
  width: 1480px;
  margin-inline: auto;
}
.rds-header-compact .rds-header-compact-row-primary {
  height: 56px;
}
@container (min-width: 768px) {
  .rds-header-compact .rds-header-compact-row-primary {
    max-width: 1480px;
    box-sizing: content-box;
    margin-inline: auto;
    height: calc(72px - 32px);
  }
}
.rds-header-compact .rds-header-compact-actions-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rds-header-compact .rds-header-compact-actions-container > * {
  flex: 1 0 auto;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row {
  padding-inline: 20px;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row-primary,
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row-secondary nav {
  max-width: unset;
  margin-inline: 0;
}
@container (min-width: 768px) {
  .rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row {
    padding-inline: 16px;
  }
}
.rds-header-compact .rds-header-compact-search-input {
  flex: 1 10 auto;
  max-width: 320px;
}
.rds-header-compact .rds-header-compact-custom-search + .rds-header-compact-search-input {
  display: none;
}
.rds-header-compact .rds-search-trigger {
  margin-right: -4px;
}
.rds-header-compact .rds-header-searchbar-container {
  position: absolute;
  inset: 50% 0 -50%;
  max-width: 1480px;
  box-sizing: content-box;
  margin-inline: auto;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-searchbar-container {
  max-width: unset;
}
.rds-header-compact .rds-header-compact-app-name {
  color: var(--rds-color-informative);
  margin-right: auto;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-app-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rds-header-compact .rds-header-compact-logo {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: auto;
  color: var(--rds-color-logo);
}
.rds-header-compact .rds-header-compact-logo:focus-visible {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  border-radius: 2px;
}
.rds-header-compact .rds-header-compact-logo:has(+ :is(.rds-header-compact-app-name, .rds-header-compact-custom-search, rds-search)) {
  margin-right: 25px;
  position: relative;
}
.rds-header-compact .rds-header-compact-logo:has(+ :is(.rds-header-compact-app-name, .rds-header-compact-custom-search, rds-search))::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 16px;
  width: 1px;
  background: var(--rds-color-grey-2);
}
.rds-header-compact .rds-header-compact-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rds-header-compact .rds-hamburger {
  margin-left: -4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary button,
.rds-header-compact .rds-header-compact-navigation-primary button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  background: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-secondary button .rds-icon,
.rds-header-compact .rds-header-compact-navigation-primary button .rds-icon {
  transition-duration: 200ms;
}
.rds-header-compact .rds-header-compact-navigation-secondary button[aria-expanded=true],
.rds-header-compact .rds-header-compact-navigation-primary button[aria-expanded=true] {
  background: var(--rds-color-bg-transparent-hover-select) !important;
}
.rds-header-compact .rds-header-compact-navigation-secondary button[aria-expanded=true] [icon=chevron_down],
.rds-header-compact .rds-header-compact-navigation-primary button[aria-expanded=true] [icon=chevron_down] {
  transform: rotate(180deg);
}
.rds-header-compact .rds-header-compact-navigation-secondary button .rds-icon,
.rds-header-compact .rds-header-compact-navigation-primary button .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-header-compact .rds-header-compact-navigation-secondary button + ul,
.rds-header-compact .rds-header-compact-navigation-primary button + ul {
  position: absolute;
  z-index: 1000;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul,
.rds-header-compact .rds-header-compact-navigation-primary ul {
  --rds-header-navigation-primary-list-gap: $rds-header-compact-navigation-primary-gap;
  align-items: center;
  justify-content: flex-end;
  gap: var(--rds-header-navigation-primary-list-gap);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link {
  padding: 4px 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-primary {
  --rds-header-navigation-primary-margin-left: 36px;
  flex-grow: 1;
  overflow: hidden;
  padding: 4px;
  margin-inline: var(--rds-header-navigation-primary-margin-left)-4px;
}
.rds-header-compact .rds-header-compact-navigation-primary ul::after {
  content: "";
  display: block;
  width: 1px;
  min-width: 1px;
  height: 16px;
  background: var(--rds-color-grey-2);
  margin-inline: 16px -4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul {
  justify-content: flex-start;
  gap: 4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-logo:has(+ .rds-header-compact-app-name) {
    display: none;
  }
}
@container (min-width: 768px) {
  .rds-header-compact .rds-avatar {
    margin-block: -4px;
  }
}
.rds-header-compact ul,
.rds-header-compact-ul,
.rds-header-compact-dropdown {
  display: flex;
  padding-left: 0;
}
.rds-header-compact ul li,
.rds-header-compact-ul li,
.rds-header-compact-dropdown li {
  margin-top: 0;
}
.rds-header-compact ul li::before,
.rds-header-compact-ul li::before,
.rds-header-compact-dropdown li::before {
  display: none;
}
.rds-header-compact-dropdown {
  padding: 16px 8px;
  flex-direction: column;
}
.rds-header-compact-dropdown a.rds-link.rds-link-standalone {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact-side-menu {
  display: flex;
}
.rds-header-compact-menu-container {
  container-type: inline-size;
  background: var(--rds-color-bg-base-1);
  width: 100%;
  padding-inline: 20px;
}
.rds-header-compact-menu-container .rds-header-compact-menu-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 56px;
}
@container (min-width: 768px) {
  .rds-header-compact-menu-container {
    padding-inline: 32px;
  }
  .rds-header-compact-menu-container .rds-header-compact-menu-header {
    height: 72px;
  }
}
.rds-header-compact-menu-container.rds-header-compact-desktop {
  padding-inline: 24px;
}
.rds-header-compact-menu-container.rds-header-compact-desktop .rds-header-compact-menu-header {
  height: 72px;
}
.rds-header-compact-menu-container .rds-header-compact-ul {
  display: block;
}
.rds-header-compact-menu-container .rds-header-compact-ul li {
  margin: 16px 0;
}
.rds-header-compact-menu-container .rds-header-compact-ul button,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
  display: block;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-header-compact-menu-container .rds-header-compact-ul button:hover,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: var(--rds-color-high-contrast) !important;
}
.rds-header-compact-menu-container .rds-header-compact-ul button:active,
.rds-header-compact-menu-container .rds-header-compact-ul button .active,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:active,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone .active {
  color: var(--rds-color-informative);
}
.rds-header-compact-menu-container .rds-header-compact-ul button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  width: 100%;
  cursor: pointer;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul {
  margin: 0;
  overflow: hidden;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li {
  --rds-header-compact-li-shadow-color: var(--rds-color-grey-1);
  margin: 0;
  box-shadow: inset 1px 0 0 0 var(--rds-header-compact-li-shadow-color);
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li:hover {
  --rds-header-compact-li-shadow-color: var(--rds-color-informative);
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li:first-child {
  margin-top: 8px;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li a.rds-link.rds-link-standalone {
  padding: 10px 0 10px 24px;
  outline-offset: -2px;
}
.rds-header-compact-menu-container nav {
  border-bottom: 1px solid var(--rds-color-grey-1);
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}
.rds-dialog-overlay {
  max-width: calc(100% - 128px);
  width: 100%;
  margin: 64px;
}
@media (max-width: 767px) {
  .rds-dialog-overlay {
    max-width: calc(100% - 32px);
    margin: 16px;
  }
}
.rds-dialog {
  position: relative;
  width: 100%;
  outline: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 64px 0;
  max-height: calc(100% - 128px);
  background-color: var(--rds-color-bg-base-elevated);
  border-radius: 2px;
}
.rds-dialog > div,
.rds-dialog > .rds-dialog__container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rds-dialog > div > .rds-dialog__component-portal,
.rds-dialog > .rds-dialog__container > .rds-dialog__component-portal {
  display: contents;
}
.rds-dialog.rds-dialog-fullscreen {
  margin: 24px;
  height: 100%;
  min-height: calc(100vh - 2*24px);
  max-height: calc(100vh - 2*24px);
  width: 100%;
  min-width: calc(100vw - 2*24px);
  max-width: calc(100vw - 2*24px);
}
.rds-dialog.rds-dialog-fullscreen > .rds-dialog__container {
  height: 100vh;
}
.rds-dialog.rds-dialog-fullscreen > .rds-dialog__container .rds-dialog__content {
  flex-grow: 1;
}
.rds-dialog__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 20px;
  gap: 16px;
  color: var(--rds-color-high-contrast);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dialog__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dialog__icon-placeholder {
  align-items: center;
  justify-content: flex-end;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
}
.rds-dialog__icon-placeholder .rds-button {
  margin-right: 16px;
}
.rds-dialog__icon-placeholder .rds-button:last-of-type {
  margin-right: 0;
}
.rds-dialog__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-inline: 24px;
  padding-block: 0 24px;
  overflow-y: hidden;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-dialog__content {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-dialog__content-scrollable {
  padding-right: 12px;
  overflow-y: scroll;
}
.rds-dialog__content-scrollable + .rds-dialog__actions-container {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-dialog__actions-container {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 24px;
}
.rds-tooltip {
  min-width: 37px;
  max-width: 295px;
  overflow: hidden;
  overflow-wrap: break-word;
  white-space: wrap;
  transform-origin: center bottom;
  border-radius: 2px;
  padding: 8px 12px;
  background: var(--rds-color-tooltip-bg);
  text-align: left;
  color: var(--rds-color-high-contrast-reversed);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-popover {
  background: var(--rds-color-high-contrast-reversed);
  padding: 24px;
  min-width: 335px;
}
.rds-popover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-popover .rds-popover-close-button {
  position: absolute;
  top: 24px;
  right: 24px;
}
.rds-popover .rds-popover-header {
  color: var(--rds-color-high-contrast);
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover .rds-popover-header.rds-popover-with-close-button {
  margin-right: 24px;
}
.rds-popover .rds-popover-paragraph {
  color: var(--rds-color-high-contrast);
  text-align: left;
  max-width: 18.25rem;
}
@media (max-width: 767px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover-content .rds-popover-header {
  color: var(--rds-color-high-contrast);
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover-content .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover-content .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover-content .rds-popover-paragraph {
  color: var(--rds-color-high-contrast);
  text-align: left;
  max-width: 18.25rem;
}
@media (max-width: 767px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-paginator {
  display: block;
}
.rds-paginator .rds-paginator-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  width: 100%;
  gap: 16px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle {
  color: var(--rds-color-high-contrast);
  height: 36px;
  padding-left: 11px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle .rds-dropdown-toggle-button__content {
  padding-right: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle:focus:not([disabled]).cdk-focused.cdk-keyboard-focused {
  border: 1px solid var(--rds-color-stroke-active-focus);
  padding-left: 11px;
  padding-right: 7px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-label {
  color: var(--rds-color-high-contrast);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of {
  color: var(--rds-color-high-contrast);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 12px;
  border: 1px solid var(--rds-color-stroke-enabled);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  background-color: var(--rds-color-bg-base-1);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus {
  outline: none;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus:not([disabled]),
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  cursor: pointer;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input[disabled] {
  background-color: var(--rds-color-bg-disabled);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-outer-spin-button,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rds-paginator-dropdown {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
.rds-paginator-basic {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .rds-paginator-basic.no-arrows .rds-paginator-basic-arrow {
    display: none;
  }
}
.rds-paginator-basic-dots {
  display: none;
  color: var(--rds-color-high-contrast);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--rds-color-bg-base-1);
}
.rds-paginator-basic-dots.visible {
  display: flex;
}
.rds-paginator-basic-dots {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator-basic-arrow,
.rds-paginator-basic-arrow-boundary {
  display: flex;
}
@media (min-width: 768px) {
  .rds-paginator-basic-arrow-boundary {
    display: none;
  }
}
@media (min-width: 768px) {
  .rds-paginator-basic-page-label {
    display: none;
  }
}
.rds-paginator-basic-page-links {
  display: flex;
  gap: 8px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rds-paginator-basic-page-links li {
  margin-top: 0;
}
.rds-paginator-basic-page-links li::before {
  display: none;
}
@media (max-width: 767px) {
  .rds-paginator-basic-page-links {
    display: none;
  }
}
.rds-paginator-basic-page {
  appearance: none;
  border: none;
  text-decoration: none;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 2px;
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-paginator-basic-page {
    padding: 8px 10px;
  }
}
.rds-paginator-basic-page:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--rds-color-bg-solid-hover-select);
}
.rds-paginator-basic-page:disabled,
.rds-paginator-basic-page[aria-disabled=true] {
  color: var(--rds-color-disabled);
  cursor: not-allowed;
}
.rds-paginator-basic-page[aria-current=page] {
  background: var(--rds-color-informative-hover);
  color: var(--rds-color-bg-base-1);
}
.rds-paginator-basic-page[aria-current=page]:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--rds-color-informative-hover);
}
.rds-paginator-basic-page:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--rds-color-informative);
}
.rds-switch {
  display: inline-block;
  height: 24px;
  max-width: 100%;
  line-height: 24px;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rds-switch .rds-switch-thumb {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-switch:not(.rds-checked) .rds-switch-thumb {
  background-color: var(--rds-color-switch-toggle);
}
.rds-switch:not(.rds-checked) .rds-switch-bar {
  background-color: var(--rds-color-grey-2);
}
.rds-switch.rds-checked .rds-switch-thumb {
  background-color: var(--rds-color-informative);
}
.rds-switch.rds-checked .rds-switch-bar {
  background-color: var(--rds-color-switch-track);
}
.rds-switch.rds-checked .rds-ripple-element:hover {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch.rds-checked .rds-switch-thumb-container {
  transform: translate3d(14px, 0, 0);
}
[dir=rtl] .rds-switch.rds-checked .rds-switch-thumb-container {
  transform: translate3d(-14px, 0, 0);
}
.rds-switch.rds-checked:not(.rds-disabled).rds-switch--invalid .rds-switch-thumb {
  background-color: var(--rds-color-error);
}
.rds-switch.rds-switch--invalid .rds-switch-bar {
  background-color: var(--rds-color-switch-track-error);
}
.rds-switch.rds-disabled .rds-switch-thumb {
  box-shadow: none;
  background-color: var(--rds-color-grey-2);
}
.rds-switch.rds-disabled .rds-switch-bar {
  background-color: var(--rds-color-grey-1);
}
.rds-switch.rds-disabled .rds-switch-label,
.rds-switch.rds-disabled .rds-switch-thumb-container {
  cursor: default;
}
.rds-switch-label {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  height: inherit;
  cursor: pointer;
}
.rds-switch-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--rds-color-high-contrast);
}
.rds-switch-label-content--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch-label-content--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch-label-content--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-disabled .rds-switch-content {
  color: var(--rds-color-disabled);
}
.rds-switch-label-before .rds-switch-label {
  order: 1;
}
.rds-switch-label-before .rds-switch-bar {
  order: 2;
}
[dir=rtl] .rds-switch-label-before .rds-switch-bar,
.rds-switch-bar {
  margin-right: 8px;
  margin-left: 0;
}
[dir=rtl] .rds-switch-bar,
.rds-switch-label-before .rds-switch-bar {
  margin-left: 8px;
  margin-right: 0;
}
.rds-switch-bar-no-side-margin {
  margin-left: 0;
  margin-right: 0;
}
.rds-switch-thumb-container {
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: all 80ms linear;
  transition-property: transform;
  width: 20px;
  height: 20px;
}
[dir=rtl] .rds-switch-thumb-container {
  left: auto;
  right: 0;
}
.rds-switch-thumb {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.rds-switch-bar {
  position: relative;
  flex-shrink: 0;
  border-radius: 8px;
  width: 34px;
  height: 14px;
}
.rds-switch-input {
  bottom: 0;
  left: 10px;
}
[dir=rtl] .rds-switch-input {
  left: auto;
  right: 10px;
}
.rds-switch-bar,
.rds-switch-thumb {
  transition: all 80ms linear;
  transition-property: background-color;
  transition-delay: 50ms;
}
.rds-switch .rds-switch-ripple {
  position: absolute;
  z-index: 1;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px;
  width: 36px;
  pointer-events: none;
}
.rds-switch .rds-switch-ripple .rds-ripple-element {
  border-radius: 50%;
}
.rds-switch .rds-switch-ripple .rds-ripple-element:not(.rds-switch-persistent-ripple) {
  opacity: .12;
}
.rds-switch-persistent-ripple {
  width: 100%;
  height: 100%;
  transform: none;
}
.rds-switch-bar:hover .rds-switch-persistent-ripple {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch-bar:active .rds-switch-persistent-ripple {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-switch:not(.rds-disabled).cdk-keyboard-focused .rds-switch-persistent-ripple,
.rds-switch-input:focus-visible ~ .rds-switch-thumb-container .rds-switch-persistent-ripple {
  opacity: 1;
  border: 2px solid var(--rds-color-stroke-active-focus);
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch-persistent-ripple,
.rds-switch.rds-disabled .rds-switch-bar:hover .rds-switch-persistent-ripple {
  opacity: 0;
}
@media (hover: none) {
  .rds-switch-bar:hover .rds-switch-persistent-ripple {
    display: none;
  }
}
.rds-switch__subscript-wrapper > div:not(:empty) {
  margin-top: 4px;
}
.rds-disabled .rds-switch__subscript--hint {
  color: var(--rds-color-disabled);
}
.rds-switch__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-switch__subscript--error {
  color: var(--rds-color-error);
}
rds-input-with-chips {
  display: block;
  width: 100%;
}
.rds-form-field.rds-form-field--floating-label.rds-form-field--chip-grid:not(.rds-form-field--focused):not(:has(.rds-chips__chip)) input::-webkit-input-placeholder {
  opacity: 0;
}
.rds-form-field--chip-grid .rds-chips {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: content-box;
  align-items: center;
  column-gap: 4px;
  row-gap: 8px;
}
.rds-form-field.rds-form-field--chip-grid .rds-form-field__container .rds-form-field__control-container {
  height: unset !important;
}
.rds-form-field.rds-form-field--chip-grid:is(.rds-form-field--s, .rds-form-field--m, .rds-form-field--l) .rds-form-field__control-container {
  border: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label.rds-form-field__label--float {
  padding-top: 0;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 4px 8px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 18px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 4px 12px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 26px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 10px 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 26px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container {
  padding: 4px 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container rds-chip-grid,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container .rds-chips {
  padding-top: 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container .rds-form-field__control {
  line-height: 22px;
  padding-top: 0;
  margin-top: 0;
}
.rds-form-field.rds-form-field--chip-grid .rds-chip-input {
  width: unset;
  flex: 1 0 auto;
}
.rds-stepper {
  container-type: inline-size;
  display: block;
  width: 100%;
}
.rds-stepper-horizontal .rds-stepper-header-container {
  position: relative;
  justify-content: center;
  display: flex;
  white-space: nowrap;
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-header-container {
    gap: 24px;
    align-items: center;
    padding-bottom: 62px;
  }
}
@container (min-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-header-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    margin-left: -8px;
  }
  .rds-stepper-horizontal .rds-stepper-header-container.rds-stepper-header-narrow {
    max-width: calc(var(--column-count)*(16px + var(--max-col-width)) - 8px);
  }
}
.rds-stepper-horizontal .rds-stepper-content {
  outline: 0;
}
.rds-stepper-horizontal .rds-stepper-content[aria-expanded=false] {
  overflow: hidden;
  height: 0;
}
.rds-stepper-horizontal .rds-stepper-content-container {
  overflow: hidden;
  padding: 16px 24px 24px 24px;
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-content-container {
    padding-inline: 0;
  }
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-content-wrapper {
    padding-top: 30px;
  }
}
.rds-content-wrapper {
  display: flex;
}
.rds-stepper-content-container-vertical {
  padding-left: 56px;
  width: 100%;
}
.rds-stepper-content-container-vertical .rds-stepper-content {
  overflow: hidden;
}
.rds-stepper.rds-stepper-side-by-side {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 4fr;
}
.rds-stepper.rds-stepper-side-by-side .rds-stepper-header-container {
  position: sticky;
  align-self: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 1;
}
.rds-stepper.rds-stepper-side-by-side .rds-stepper-content-container {
  padding: 24px 16px 0 16px;
  flex: 1;
  overflow: visible;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-header.rds-step-header-side-by-side {
  position: relative;
  flex-direction: row;
  padding: 16px 8px;
  align-items: flex-start;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-header.rds-step-header-side-by-side .rds-step-label {
  margin-top: 4px;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-text-label {
  display: flex;
  flex-direction: column;
}
@container (min-width: 768px) {
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type) {
    position: relative;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::before,
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 24px;
    border-top: 1px solid var(--rds-color-grey-2);
    width: 100%;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::after {
    width: 0;
    border-color: var(--rds-color-informative);
    transition: width 300ms linear;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type).rds-step-header-done::after {
    width: 100%;
  }
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type) {
  position: relative;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::before,
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::after {
  content: "";
  position: absolute;
  border-left: 1px solid var(--rds-color-grey-2);
  height: 100%;
  left: 23px;
  top: 40px;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::after {
  height: 0;
  border-color: var(--rds-color-informative);
  transition: height 300ms linear;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type):has(.rds-step-header-done)::after {
  height: 100%;
}
.rds-table {
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
}
.rds-table .rds-header-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-2);
  background: var(--rds-color-bg-base-2);
  box-shadow: 1px 0 0 0 var(--rds-color-bg-base-2);
  border-bottom: 2px solid var(--rds-color-informative);
  text-align: left;
  align-self: stretch;
}
.rds-table .rds-header-cell.rds-column-select {
  text-align: left;
}
.rds-table .rds-header-cell.rds-header-cell--dragging {
  background-color: var(--rds-color-bg-base-2);
  border-color: rgba(0, 0, 0, 0);
  border-left: 1px dashed var(--rds-color-grey-2);
  border-right: 1px dashed var(--rds-color-grey-2);
  border-top: 1px dashed var(--rds-color-grey-2);
  color: rgba(0, 0, 0, 0);
}
.rds-table .rds-header-cell.rds-header-cell--dragging * {
  pointer-events: none;
  visibility: hidden;
}
.rds-table .rds-header-cell-inner {
  display: flex;
  align-items: center;
}
.rds-table .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-1);
  border-bottom: 1px solid var(--rds-color-grey-2);
  box-shadow: 1px 0 0 0 var(--rds-cell-background-color);
  background-color: var(--rds-cell-background-color);
  align-self: stretch;
  width: fit-content;
  word-break: break-word;
}
.rds-table .rds-cell.rds-cell--dragging {
  border-left: 1px dashed var(--rds-color-grey-2);
  border-right: 1px dashed var(--rds-color-grey-2);
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: var(--rds-color-bg-base-2);
  color: rgba(0, 0, 0, 0);
}
.rds-table .rds-cell.rds-cell--dragging * {
  pointer-events: none;
  visibility: hidden;
}
.rds-table .rds-cell.rds-cell--dragging[data-last-row] {
  border-bottom: 1px dashed var(--rds-color-grey-2);
}
.rds-table .rds-table-sticky-border-elem-left {
  box-shadow: 4px 0px 8px -4px rgba(194, 186, 181, .2), 2px 0px 4px -2px rgba(84, 79, 79, .2);
}
.rds-table .rds-table-sticky-border-elem-right {
  box-shadow:
    -4px 0px 8px -4px rgba(194, 186, 181, .2),
    -2px 0px 4px -2px rgba(84, 79, 79, .2),
    1px 0 0 0 var(--rds-cell-background-color);
}
.rds-table:not(.rds-table-loading-data) .rds-row:hover:not(.disabled) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-2);
}
.rds-table:not(.rds-table-loading-data) .rds-row.disabled .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
  color: var(--rds-color-grey-2);
}
.rds-table:not(.rds-table-loading-data) .rds-row.disabled .rds-cell .rds-badge {
  opacity: .3;
}
.rds-table.rds-table-loading-data .rds-row {
  position: relative;
}
.rds-table.rds-table-loading-data .rds-row:after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
  cursor: default;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--rds-color-bg-base-1) 20%,
      transparent 40%);
  background-repeat: no-repeat;
  opacity: .7;
  animation: rds-table-loading-animation 2s infinite;
  background-size: 200% 100%;
}
.rds-table.rds-table-loading-data .rds-row:not(:last-child) .rds-cell {
  border-bottom-color: var(--rds-color-bg-base-2);
}
.rds-table.rds-table-loading-data .rds-row .rds-cell {
  cursor: default;
  position: relative;
  z-index: 1;
}
.rds-table.rds-table-loading-data .rds-row .rds-cell:after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
  cursor: default;
  width: calc(100% - 2*var(--rds-cell-padding-horizontal));
  height: calc(100% - 2*var(--rds-cell-padding-vertical));
  top: var(--rds-cell-padding-vertical);
  left: var(--rds-cell-padding-horizontal);
  background: var(--rds-color-bg-base-2);
}
.rds-table.rds-table-loading-data:not(.rds-table-accent-outlined) .rds-row:last-child .rds-cell {
  border-bottom-color: var(--rds-color-bg-base-2);
}
.rds-table-accent-elevated {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-table-accent-outlined {
  border: 1px solid var(--rds-color-grey-2);
  border-bottom: none;
}
.rds-table-accent-outlined .rds-header-cell:last-child,
.rds-table-accent-outlined .rds-cell:last-child {
  box-shadow: none;
}
.rds-table-alternation-vertical > .rds-header-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > .rds-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > .rds-footer-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > thead > tr > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > tbody > tr > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > tfoot > tr > .rds-header-cell:nth-child(2n) {
  background-color: var(--rds-color-bg-base-2);
}
.rds-table-alternation-vertical > .rds-header-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-footer-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > thead > tr > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tbody > tr > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tfoot > tr > .rds-header-cell:nth-child(2n+1) {
  background-color: var(--rds-color-bg-solid-pressed);
}
.rds-table-alternation-vertical > .rds-header-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-footer-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > thead > tr > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tbody > tr > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tfoot > tr > .rds-cell:nth-child(2n+1) {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table-alternation-horizontal > thead > .rds-row:nth-child(2n) > .rds-cell,
.rds-table-alternation-horizontal > tbody > .rds-row:nth-child(2n) > .rds-cell,
.rds-table-alternation-horizontal > tfoot > .rds-row:nth-child(2n) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table-alternation-horizontal:not(table) > .rds-row:nth-child(2n+1) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table + .rds-paginator,
*:has(.rds-table) + rds-paginator {
  margin-top: 16px;
}
table.rds-table {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.rds-table-sticky {
  position: sticky !important;
}
.rds-header-sticky,
.rds-footer-sticky {
  position: sticky;
  z-index: 1;
}
.rds-header-sticky {
  top: 0;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 8px;
}
.rds-footer-sticky {
  bottom: 0;
}
.rds-table-fixed-layout {
  table-layout: fixed;
}
.rds-table-nested td.rds-column-expandToggle .rds-icon-button {
  position: relative;
  top: 3px;
}
.rds-table-nested .rds-column-expandToggle {
  width: 56px;
  flex: 0 0 56px;
}
.rds-table-nested .rds-expandable-row-expanded > .rds-column-expandToggle .rds-icon {
  transform: rotateX(180deg);
}
.rds-table-nested .rds-expandable-row-expanded + .rds-expandable-row-details {
  height: auto;
}
.rds-table-nested .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-table-nested .rds-expandable-row-details:not(.rds-row) {
  height: 0;
}
.rds-table-nested .rds-expandable-row-details:hover > .rds-cell {
  background: rgba(0, 0, 0, 0);
}
.rds-table-nested .rds-expandable-row-details > .rds-cell {
  position: relative;
  padding: 0 0 0 56px;
  overflow: hidden;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell::before {
  content: "";
  position: absolute;
  left: 28px !important;
  top: 0 !important;
  height: 100% !important;
  width: 0 !important;
  border-right: 1px solid var(--rds-color-grey-2);
  border-top: none !important;
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table {
  margin-block: 0;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table > rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child {
  position: relative;
  overflow: visible;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table > rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child::before,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 20px;
  height: 0;
  border-top: 1px solid var(--rds-color-grey-2);
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-expandable-row:nth-last-child(2) > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-row:last-child > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-expandable-row:nth-last-child(2) > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:last-child > .rds-cell {
  border-bottom: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-expandable-row:nth-last-child(2) > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-row:last-child > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-expandable-row:nth-last-child(2) > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:last-child > .rds-cell:first-child::after {
  content: "";
  position: absolute;
  left: -30px;
  top: calc(50% + 1px);
  width: 20px;
  bottom: 0;
  background: var(--rds-color-bg-base-1);
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row:not(.rds-expandable-row-expanded):active {
  background: var(--rds-color-bg-base-1);
}
.rds-table-nested .rds-expandable-row .rds-cell {
  border-bottom-width: 0;
}
.rds-table-nested .rds-expandable-row-details-container {
  display: flex;
  width: 100%;
}
.rds-table-nested .rds-expandable-row-details-container > .rds-table {
  width: 100%;
}
.rds-table-nested.rds-table-alternation-horizontal > .rds-expandable-row:nth-child(4n+2) > .rds-cell,
.rds-table-nested.rds-table-alternation-horizontal > tbody > .rds-expandable-row:nth-child(4n+1) > .rds-cell {
  background: var(--rds-color-bg-base-3);
}
.rds-table-nested.rds-table-alternation-horizontal .rds-expandable-row-details > .rds-cell {
  background: var(--rds-color-bg-base-1);
}
.rds-table-nested > .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell,
.rds-table-nested > tbody > .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell {
  border-bottom: 2px solid var(--rds-color-grey-3);
}
.rds-table-nested .rds-table-container {
  display: contents;
}
.rds-table-nested .rds-table .rds-expandable-row + .rds-expandable-row-details:last-of-type {
  position: relative;
}
.rds-table-nested .rds-table .rds-expandable-row + .rds-expandable-row-details:last-of-type::after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 20px;
  left: -33px;
  top: 0;
  background: var(--rds-color-bg-base-1);
}
.rds-table-draggable-preview {
  display: flex;
  position: fixed;
  background: var(--rds-color-bg-base-1);
  z-index: 1000;
}
.rds-table-draggable-column-placeholder {
  flex-shrink: 0;
  background: var(--rds-color-bg-base-2);
  border-bottom: 1px solid var(--rds-color-grey-2);
  outline: 1px dashed var(--rds-color-grey-2);
  outline-offset: -2px;
}
.rds-table-drag-handle-wrapper {
  display: inline-flex;
  align-items: center;
}
.rds-table-drag-handle {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  outline: none;
  margin-right: 4px;
  cursor: move;
}
.rds-table-drag-handle .rds-icon {
  width: inherit;
  height: inherit;
}
.rds-table-drag-handle * {
  pointer-events: none;
}
.rds-table-no-rows {
  text-align: center;
}
.rds-table-container {
  position: relative;
  width: 100%;
  overflow: auto;
}
.rds-table-pagination {
  margin-top: 16px;
}
rds-table:not(table) {
  display: block;
}
rds-table:not(table) rds-row,
rds-table:not(table) rds-header-row,
rds-table:not(table) rds-footer-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
rds-table:not(table) rds-cell,
rds-table:not(table) rds-header-cell,
rds-table:not(table) rds-footer-cell {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
  min-height: inherit;
}
.rds-table-resizable {
  --rds-resizable-cell-width: 0;
  --rds-resizable-table-height: 100%;
}
.rds-table-resizable .rds-header-cell {
  position: relative;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  z-index: 10;
  cursor: col-resize;
  transition: height 400ms cubic-bezier(0, 1, 0.25, 1);
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 54%;
  background-color: var(--rds-color-stroke-enabled);
  transform: translateY(-50%);
  transition: height 400ms;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle-resizing,
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle:hover {
  visibility: visible;
  height: var(--rds-resizable-table-height);
  transition-timing-function: ease-in;
  transition-duration: 200ms;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle-resizing::after,
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle:hover::after {
  height: 100%;
  transition-duration: 200ms;
}
.rds-table-resizable .rds-header-cell:hover .rds-resize-handle {
  visibility: visible;
}
table.rds-table-resizable .rds-header-cell {
  width: var(--rds-resizable-cell-width);
}
rds-table.rds-table-resizable .rds-cell,
rds-table.rds-table-resizable .rds-header-cell {
  overflow: visible;
  flex-shrink: 1;
  min-width: min-content;
}
.rds-sort-header:hover,
.rds-sort-header:focus,
[rds-sort-header]:hover,
[rds-sort-header]:focus {
  outline: none;
}
.rds-sort-header-container {
  display: flex;
  cursor: pointer;
  align-items: center;
  outline: 0;
}
.rds-sort-header-disabled .rds-sort-header-container {
  cursor: default;
}
.rds-sort-header-content {
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
}
.rds-sort-header-position-left {
  flex-direction: row-reverse;
}
.rds-sort-header-arrow {
  position: relative;
  display: flex;
  opacity: 0;
  margin: 0 0 0 8px;
}
.rds-sort-header-arrow .rds-icon,
.rds-sort-header-arrow rds-icon {
  height: 18px;
  width: 18px;
}
.rds-sort-header-position-left .rds-sort-header-arrow {
  margin: 0 8px 0 0;
}
.rds-header-cell:hover .rds-sort-header-arrow {
  opacity: .54;
  transform: translateY(0);
}
.rds-sort-header-container.rds-sort-header-sorted .rds-sort-header-arrow {
  opacity: 1;
  transform: translateY(0);
}
.rds-paginator {
  display: block;
}
.rds-paginator .rds-paginator-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  width: 100%;
  gap: 16px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle {
  color: var(--rds-color-high-contrast);
  height: 36px;
  padding-left: 11px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle .rds-dropdown-toggle-button__content {
  padding-right: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle:focus:not([disabled]).cdk-focused.cdk-keyboard-focused {
  border: 1px solid var(--rds-color-stroke-active-focus);
  padding-left: 11px;
  padding-right: 7px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-label {
  color: var(--rds-color-high-contrast);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of {
  color: var(--rds-color-high-contrast);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 12px;
  border: 1px solid var(--rds-color-stroke-enabled);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  background-color: var(--rds-color-bg-base-1);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus {
  outline: none;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus:not([disabled]),
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  cursor: pointer;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input[disabled] {
  background-color: var(--rds-color-bg-disabled);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-outer-spin-button,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rds-paginator-dropdown {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
rds-menu,
.rds-menu {
  display: none;
}
.rds-menu-panel {
  min-width: 104px;
  max-width: 260px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 40px);
  border-radius: 2px;
  outline: 0;
  min-height: 64px;
}
.rds-menu-panel {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-menu-panel.ng-animating {
  pointer-events: none;
}
.rds-menu-panel.rds-menu-panel--l .rds-menu-header {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-panel.rds-menu-panel--m .rds-menu-header {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-panel.rds-menu-panel--s .rds-menu-header {
  padding: 8px 12px 8px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-content:not(:empty) {
  padding-top: 12px;
  padding-bottom: 12px;
  background: var(--rds-color-bg-base-box);
}
.rds-menu-separator {
  height: 1px;
  background: var(--rds-color-grey-2);
  margin-top: 4px;
  margin-bottom: 4px;
}
.rds-menu-header {
  color: var(--rds-color-low-contrast);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rds-menu-item-submenu-trigger {
  padding-right: 34px;
}
[dir=rtl] .rds-menu-item-submenu-trigger {
  padding-right: 10px;
  padding-left: 34px;
}
.rds-menu-submenu-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
[dir=rtl] .rds-menu-submenu-icon {
  right: auto;
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}
button.rds-menu-item {
  width: 100%;
}
.rds-card {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  isolation: isolate;
  container: card/inline-size;
}
.rds-card .rds-card-image-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden;
}
.rds-card .rds-card-image-container .rds-card-image {
  transform: scale(1);
  transition: transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
.rds-card .rds-divider-margin {
  margin-top: -24px;
  margin-bottom: 24px;
}
.rds-card .rds-card-image-divider {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: var(--rds-card-divider);
}
.rds-card .rds-card-image-divider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
  border-bottom: var(--rds-card-divider-active);
}
.rds-card .rds-card-image-divider {
  --rds-card-divider: 2px solid var(--rds-color-grey-2);
  --rds-card-divider-active: 2px solid var(--rds-color-informative);
}
@container card (min-width: 289px) {
  .rds-card .rds-card-image-divider {
    --rds-card-divider: 4px solid var(--rds-color-grey-2);
    --rds-card-divider-active: 4px solid var(--rds-color-informative);
  }
}
.rds-card .rds-card-header .rds-card-header-overline {
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-card .rds-card-header .rds-card-header-overline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card .rds-card-header .rds-card-header-overline:not(:empty) {
  margin-bottom: 4px;
}
.rds-card .rds-card-header .rds-card-header-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rds-card .rds-card-header .rds-card-title {
  display: block;
}
@media (max-width: 767px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@container card (min-width: 591px) {
  @media (max-width: 767px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 768px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1024px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1440px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1672px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
}
.rds-card .rds-card-header .rds-card-header-action {
  display: flex;
  margin: 0 20px 0 24px;
  color: var(--rds-color-informative);
}
.rds-card .rds-card-bottom-divider {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: var(--rds-card-divider);
}
.rds-card .rds-card-bottom-divider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
  border-bottom: var(--rds-card-divider-active);
}
.rds-card .rds-card-bottom-divider {
  --rds-card-divider: 2px solid var(--rds-color-bg-solid-pressed);
  --rds-card-divider-active: 2px solid var(--rds-color-informative);
}
.rds-card .rds-card-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 32px;
}
.rds-card .rds-card-content {
  display: block;
  flex-grow: 1;
  margin-top: 8px;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-content {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-content {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card-header + .rds-card .rds-card-content {
  margin-top: 0;
}
.rds-card .rds-card-extra-content {
  display: block;
  margin-top: 8px;
}
.rds-card .rds-card__overlay {
  position: absolute;
  inset: -8px;
  border-radius: 4px;
  z-index: -1;
}
.rds-card:focus-visible .rds-card__overlay,
.rds-card.cdk-keyboard-focused .rds-card__overlay {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-card .rds-card-title {
  display: block;
}
@media (max-width: 767px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@container card (min-width: 591px) {
  @media (max-width: 767px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 768px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1024px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1440px) {
    .rds-card .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1672px) {
    .rds-card .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
}
.rds-card .rds-card-overline {
  display: block;
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-card .rds-card-overline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card .rds-card-overline:not(:empty) {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .rds-card .rds-card-header-overline {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-card .rds-card-image-divider {
    --rds-card-divider: 4px solid var(--rds-color-grey-2);
    --rds-card-divider-active: 4px solid var(--rds-color-informative);
  }
}
.rds-card.rds-card-default:hover .rds-card-title {
  transition: color 200ms cubic-bezier(0.33, 1, 0.68, 1);
  color: var(--rds-color-informative);
}
.rds-card.rds-card-default:hover .rds-card-image-divider::after,
.rds-card.rds-card-default:hover .rds-card-bottom-divider::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  transform: scaleX(1);
  width: 100%;
}
.rds-card.rds-card-default:hover .rds-card-image {
  transform: scale(1.1);
}
.rds-card.rds-card-layout-vertical,
.rds-card.rds-card-layout-vertical-reversed,
.rds-card.rds-card-layout-horizontal,
.rds-card.rds-card-layout-horizontal-reversed {
  --rds-card-layout-gap: 24px;
  display: flex;
  gap: var(--rds-card-layout-gap);
}
.rds-card.rds-card-layout-vertical {
  flex-direction: column;
}
.rds-card.rds-card-layout-vertical-reversed {
  flex-direction: column-reverse;
}
.rds-card.rds-card-layout-horizontal {
  align-items: center;
}
.rds-card.rds-card-layout-horizontal-reversed {
  flex-direction: row-reverse;
  align-items: center;
}
.rds-card.rds-visual-card .rds-card-content-container,
.rds-card.rds-basic-card .rds-card-content-container,
.rds-card.rds-dashboard-card .rds-card-content-container {
  padding-bottom: 0;
}
.rds-card.rds-visual-card .rds-card-content,
.rds-card.rds-basic-card .rds-card-content,
.rds-card.rds-dashboard-card .rds-card-content {
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header,
.rds-card.rds-basic-card .rds-card-header,
.rds-card.rds-dashboard-card .rds-card-header {
  display: block;
}
.rds-card.rds-visual-card .rds-card-header:not(:first-child),
.rds-card.rds-basic-card .rds-card-header:not(:first-child),
.rds-card.rds-dashboard-card .rds-card-header:not(:first-child) {
  margin-top: 8px;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-title,
.rds-card.rds-basic-card .rds-card-header .rds-card-title,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-header-overline,
.rds-card.rds-basic-card .rds-card-header .rds-card-header-overline,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-header-overline {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-header-action,
.rds-card.rds-basic-card .rds-card-header .rds-card-header-action,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-header-action {
  display: none;
}
.rds-card.rds-basic-card {
  background: var(--rds-color-bg-base-box);
  border: 1px solid var(--rds-color-grey-1);
  padding: 24px;
  outline: none;
}
.rds-card.rds-basic-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-basic-card .rds-icon {
  height: 64px;
  width: 64px;
  flex-shrink: 0;
}
.rds-card.rds-basic-card .rds-card-content-container {
  flex-grow: 1;
}
.rds-card.rds-basic-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 1px solid var(--rds-color-informative);
  border-color: var(--rds-color-informative);
}
.rds-card.rds-dashboard-card {
  background: var(--rds-color-bg-base-box);
  padding: 24px;
  outline: none;
}
.rds-card.rds-dashboard-card {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-dashboard-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-card.rds-dashboard-card-default {
  border-left: 4px solid var(--rds-color-informative);
}
.rds-card.rds-dashboard-card-neutral {
  border-left: 4px solid var(--rds-color-badge-neutral-bg);
}
.rds-card.rds-dashboard-card-green {
  border-left: 4px solid var(--rds-color-success);
}
.rds-card.rds-dashboard-card-yellow {
  border-left: 4px solid var(--rds-color-warning);
}
.rds-card.rds-dashboard-card-red {
  border-left: 4px solid var(--rds-color-error);
}
.rds-card.rds-dashboard-card-orange {
  border-left: 4px solid var(--rds-color-300-dark-orange);
}
.rds-card.rds-dashboard-card-purple {
  border-left: 4px solid var(--rds-color-300-dark-purple);
}
.rds-card.rds-dashboard-card .rds-card__overlay {
  left: -12px;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rds-color-stroke-enabled);
  text-align: right;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row:empty {
  display: none;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row button {
  margin: 0 0 0 16px;
}
.rds-card.rds-dashboard-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 2px solid var(--rds-color-informative);
}
.rds-card.rds-card-teaser-card {
  border: 1px solid var(--rds-color-chips-1-stroke-enabled);
  background: var(--rds-color-bg-base-box);
}
.rds-card.rds-card-teaser-card .rds-card-header-title-container .rds-card-header-action {
  display: none;
}
@media (max-width: 767px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 40px;
  }
}
.rds-card.rds-card-teaser-card .rds-card-content {
  margin-top: 12px;
}
@media (max-width: 767px) and (max-width: 767px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1672px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row button {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-bottom-row button {
    width: auto;
  }
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row:not(:empty) {
  margin-top: 48px;
}
.rds-card.rds-story-teaser-card {
  background: var(--rds-color-bg-base-box);
  --rds-card-story-teaser-padding: 24px;
}
@media (min-width: 1024px) {
  .rds-card.rds-story-teaser-card {
    --rds-card-story-teaser-padding: 32px;
  }
}
.rds-card.rds-story-teaser-card {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-card.rds-story-teaser-card .rds-card-image-container {
  margin-bottom: var(--rds-card-story-teaser-padding);
}
.rds-card.rds-story-teaser-card .rds-card-image-container .rds-card-image {
  border-bottom: 2px solid var(--rds-color-400-neutral-4);
  aspect-ratio: 4/3;
  transform: none;
  transition: opacity .3s;
}
.rds-card.rds-story-teaser-card .rds-card-header-title-container .rds-card-header-action {
  display: none;
}
.rds-card.rds-story-teaser-card .rds-card-content-container {
  padding-bottom: 0;
}
.rds-card.rds-story-teaser-card .rds-card-content {
  position: absolute;
  bottom: 0;
  padding-inline: var(--rds-card-story-teaser-padding);
  opacity: 0;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 100ms, 200ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
.rds-card.rds-story-teaser-card .rds-card-header .rds-card-title,
.rds-card.rds-story-teaser-card .rds-card-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3lh;
  word-break: break-word;
}
.rds-card.rds-story-teaser-card .rds-card-title,
.rds-card.rds-story-teaser-card .rds-card-bottom-text {
  padding-inline: var(--rds-card-story-teaser-padding);
}
.rds-card.rds-story-teaser-card .rds-card-bottom-text-container {
  isolation: isolate;
  padding-block: 16px var(--rds-card-story-teaser-padding);
  background: var(--rds-color-bg-base-box);
}
.rds-card.rds-story-teaser-card .rds-card-bottom-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1lh;
  word-break: break-word;
}
.rds-card.rds-story-teaser-card:hover .rds-card-image {
  opacity: 0;
  transition-duration: 100ms;
}
.rds-card.rds-story-teaser-card:hover .rds-card-content {
  opacity: 1;
  transform: translateY(-48cqw);
  transition-duration: 200ms, 300ms;
}
.rds-card.rds-story-teaser-card:hover .rds-card-title {
  transform: translateY(-48cqw);
  transition-duration: 300ms;
}
.rds-card.rds-visual-card {
  --rds-card-layout-gap: 0px;
  background: var(--rds-color-bg-base-box);
  border: 1px solid var(--rds-color-grey-1);
  outline: none;
}
.rds-card.rds-visual-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-visual-card .rds-card-bottom-row {
  margin-top: 16px;
}
.rds-card.rds-visual-card .rds-card-bottom-row:empty {
  display: none;
}
.rds-card.rds-visual-card .rds-card-header:first-child {
  margin-top: 0;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-content-container,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 5/4;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-content,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-content {
  margin-bottom: 16px;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-bottom-row,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-bottom-row {
  margin-top: auto;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal:has(button),
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed:has(button) {
  justify-content: flex-start;
}
.rds-card.rds-visual-card .rds-card-image-container {
  margin-bottom: 0;
  flex: 1 0 calc(50% - var(--rds-card-layout-gap));
}
.rds-card.rds-visual-card .rds-card-image-container .rds-card-image {
  aspect-ratio: 5/4;
}
.rds-card.rds-visual-card .rds-card-content-container {
  flex: 1 0 calc(50% - var(--rds-card-layout-gap));
  padding: 24px;
  box-sizing: border-box;
}
.rds-card.rds-visual-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 1px solid var(--rds-color-informative);
  border-color: var(--rds-color-informative);
}
.rds-tree {
  display: block;
}
.rds-tree .rds-tree-invisible {
  display: none;
}
.rds-tree .rds-nested-tree-node {
  border-bottom-width: 0;
}
.rds-tree .rds-tree-node {
  color: var(--rds-color-low-contrast);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  word-wrap: break-word;
  margin-left: calc((var(--rds-tree-node-level, 1) - 1)*33px);
}
.rds-tree .rds-tree-node:hover,
.rds-tree .rds-tree-node:focus {
  outline: none;
}
.rds-tree .rds-tree-node[aria-expanded] {
  padding-left: 8px;
}
.rds-tree .rds-tree-node[aria-expanded=true] [data-tree-node-toggle] .rds-icon,
.rds-tree .rds-tree-node[aria-expanded=true] [rdstreenodetoggle] rds-icon {
  transform: rotate(180deg);
}
.rds-tree .rds-tree-node + .rds-tree-node {
  margin-top: 2px;
}
.rds-tree .rds-tree-node .rds-icon,
.rds-tree .rds-tree-node rds-icon {
  color: var(--rds-color-high-contrast);
  flex-shrink: 0;
}
.rds-tree .rds-tree-node > .rds-icon,
.rds-tree .rds-tree-node > rds-icon {
  height: 18px;
  width: 18px;
}
.rds-tree .rds-tree-node .rds-checkbox {
  position: relative;
  top: -1px;
  margin-right: 10px;
  height: 24px;
}
.rds-tree .rds-tree-node--size-s {
  padding: 4px 8px 4px 42px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tree .rds-tree-node--size-m {
  padding: 6px 8px 6px 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tree .rds-tree-node:hover:not([disabled]):not(.rds-tree-node--disabled) {
  color: var(--rds-color-high-contrast);
}
.rds-tree .rds-tree-node:not([disabled]):not(.rds-tree-node--disabled):is(.cdk-keyboard-focused, .cdk-program-focused, :focus-visible) {
  color: var(--rds-color-high-contrast);
  border-color: var(--rds-color-informative);
}
.rds-tree .rds-tree-node--disabled,
.rds-tree .rds-tree-node[disabled] {
  cursor: default;
  color: var(--rds-color-disabled);
}
.rds-tree .rds-tree-node--disabled .rds-icon,
.rds-tree .rds-tree-node--disabled rds-icon,
.rds-tree .rds-tree-node[disabled] .rds-icon,
.rds-tree .rds-tree-node[disabled] rds-icon {
  color: var(--rds-color-disabled);
}
.rds-tree .rds-tree-node--content-left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.rds-tree .rds-tree-node--content-right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.rds-tree .rds-tree-node--active {
  background-color: var(--rds-color-bg-base-2);
}
.rds-tree .rds-tree-node > *:not(.rds-checkbox) + *,
.rds-tree .rds-tree-node .rds-tree-node--content-left > *:not(.rds-checkbox) + *,
.rds-tree .rds-tree-node .rds-tree-node--content-right > *:not(.rds-checkbox) + * {
  margin-left: 8px;
}
.rds-tree .rds-tree-node .rds-tree-node--content-left + * {
  margin-left: 10px;
}
.rds-tree .rds-tree-node .rds-tree-text-node {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container {
  width: 100%;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container-align-right {
  justify-content: flex-end;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container-align-center {
  justify-content: center;
}
.rds-tree .rds-tree-node .rds-tree-node-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rds-tree .rds-tree-node .rds-tree-node-toggle:disabled {
  cursor: default;
}
.rds-tree:not([aria-multiselectable]) .rds-tree-node[aria-expanded],
.rds-tree[aria-multiselectable=false] .rds-tree-node[aria-expanded] {
  cursor: default;
}
ul {
  --rds-list-ul-bullet-top: calc(0.75em - 4px);
  list-style-type: none;
  padding-left: 24px;
}
ul > li {
  position: relative;
}
ul > li::before {
  content: "";
  position: absolute;
  display: block;
  left: -24px;
  top: var(--rds-list-ul-bullet-top);
  width: 8px;
  height: 8px;
  background: var(--rds-color-informative);
  border-radius: 50%;
}
ul ul {
  padding-left: 2px;
}
ul ul > li::before {
  box-sizing: border-box;
  border: 1px solid var(--rds-color-informative);
  background: none;
}
ul ul ul > li::before {
  background: var(--rds-color-informative);
  border-radius: 0;
}
ol {
  --rds-list-ol-marker-min-column-width: 32px;
  list-style-type: none;
  counter-reset: rds-ol-first-lvl-counter;
}
ol > li {
  display: grid;
  grid-template-columns: minmax(calc(var(--rds-list-ol-marker-min-column-width) - 4px), auto) 1fr;
}
ol > li::before {
  counter-increment: rds-ol-first-lvl-counter;
  content: counter(rds-ol-first-lvl-counter) ".";
  margin-right: 4px;
}
ol ol {
  counter-reset: rds-ol-second-lvl-counter;
  grid-column: 2;
}
ol ol > li::before {
  counter-increment: rds-ol-second-lvl-counter;
  content: counter(rds-ol-second-lvl-counter, lower-alpha) ".";
}
ol ol ol {
  counter-reset: rds-ol-third-lvl-counter;
}
ol ol ol > li::before {
  counter-increment: rds-ol-third-lvl-counter;
  content: counter(rds-ol-third-lvl-counter, lower-roman) ".";
}
ul,
ol {
  color: var(--rds-color-high-contrast);
  list-style-position: inside;
}
@media (max-width: 767px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul,
  ol {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul,
  ol {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
ul ul,
ul ol,
ol ul,
ol ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}
ul > li + li ul,
ul > li + li ol,
ul > li + li,
ol > li + li ul,
ol > li + li ol,
ol > li + li {
  margin-top: 8px;
}
ul ul,
ol ul {
  margin-left: 24px;
}
ul.no-bullet,
ol.no-bullet {
  list-style: none;
}
ul.no-bullet > li::before,
ul.no-bullet ul > li::before,
ol.no-bullet > li::before,
ol.no-bullet ul > li::before {
  display: none;
}
ul.with-icons,
ol.with-icons {
  list-style: none;
  padding-left: 0;
}
ul.with-icons > li,
ol.with-icons > li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
ul.with-icons > li::before,
ol.with-icons > li::before {
  display: none;
}
ul.with-icons > li:first-child,
ol.with-icons > li:first-child {
  margin-top: 0;
}
ul.with-icons ul > li::before,
ol.with-icons ul > li::before {
  display: none;
}
ul.footnotes,
ol.footnotes {
  --rds-list-ol-marker-min-column-width: 24px;
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.footnotes:not(.inside),
ol.footnotes:not(.inside) {
  margin-left: -8px;
}
ul.footnotes:not(.inside) > li,
ol.footnotes:not(.inside) > li {
  padding-left: 8px;
}
ul.inside {
  padding-left: 24px;
}
ul.outside {
  padding-left: 0;
}
@media (max-width: 767px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
ul.ui-body-s,
ol.ui-body-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.ui-body-s {
  --rds-list-ul-bullet-top: calc(0.65em - 4px);
}
ul.ui-body-s ul {
  --rds-list-ul-bullet-top: calc(0.65em - 4px);
}
@media (max-width: 767px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
ol.ui-body-s {
  --rds-list-ol-marker-min-column-width: 24px;
}
ol.ui-body-s ol {
  --rds-list-ol-marker-min-column-width: 24px;
}

/* apps/frontend/src/styles/rds-components.css */
.rds-form-field__select-x-wrapper {
  display: flex;
  margin-right: 4px;
  margin-left: 8px;
  cursor: pointer;
}
rds-multi-select .rds-chips.rds-chips--size-s {
  gap: 4px;
}
.rds-form-field__select-trigger-value {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-trigger-value.rds-form-field__select-trigger-value-placeholder {
  color: var(--rds-color-grey-3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-hidden-trigger-values-placeholder {
  display: inline-flex;
  margin-right: 12px;
  margin-left: 4px;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
}
.rds-form-field--floating-label .rds-form-field__control {
  align-items: unset;
}
.rds-form-field--floating-label .rds-form-field__select-arrow-wrapper {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: flex;
}
.rds-form-field--floating-label .rds-form-field__select-x-wrapper button {
  margin-bottom: 16px;
}
.rds-select__option--search-input {
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  border: 1px solid var(--rds-color-stroke-enabled);
  align-items: center;
  margin: 8px 16px;
}
.rds-select__option--search-input--l {
  height: 48px;
  padding: 3px 15px 3px 15px;
}
.rds-select__option--search-input--l rds-icon {
  height: 24px;
  width: 24px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--l input {
  width: calc(100% - 6px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--l input:hover,
.rds-select__option--search-input--l input:focus {
  outline: none;
}
.rds-select__option--search-input--l input {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--l input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--m {
  height: 36px;
  padding: 3px 11px 3px 11px;
}
.rds-select__option--search-input--m rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--m input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--m input:hover,
.rds-select__option--search-input--m input:focus {
  outline: none;
}
.rds-select__option--search-input--m input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--m input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 4px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: 2px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--s {
  height: 28px;
  padding: 3px 7px 3px 7px;
}
.rds-select__option--search-input--s rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--s input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--s input:hover,
.rds-select__option--search-input--s input:focus {
  outline: none;
}
.rds-select__option--search-input--s input {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--s input ::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix .rds-icon {
  margin-top: -1px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-header-compact .rds-header-compact-navigation-secondary button,
.rds-header-compact .rds-header-compact-navigation-primary button,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link,
.rds-header-compact ul li a.rds-link,
.rds-header-compact-ul li a.rds-link,
.rds-header-compact-dropdown li a.rds-link,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone,
.rds-header-compact-menu-container .rds-header-compact-ul button,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
  text-decoration: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-primary button:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not(.rds-link--active),
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not(.rds-link--active),
.rds-header-compact ul li a.rds-link:not(.rds-link--active),
.rds-header-compact-ul li a.rds-link:not(.rds-link--active),
.rds-header-compact-dropdown li a.rds-link:not(.rds-link--active),
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not(.rds-link--active),
.rds-header-compact-menu-container .rds-header-compact-ul button:not(.rds-link--active),
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not(.rds-link--active) {
  color: var(--rds-color-low-contrast);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-primary button:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not([disabled]):focus-visible,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not([disabled]):focus-visible,
.rds-header-compact ul li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-ul li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-dropdown li a.rds-link:not([disabled]):focus-visible,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not([disabled]):focus-visible,
.rds-header-compact-menu-container .rds-header-compact-ul button:not([disabled]):focus-visible,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not([disabled]):focus-visible {
  outline: 2px solid var(--rds-color-informative);
  color: var(--rds-color-low-contrast);
}
.rds-header-compact .rds-header-compact-navigation-secondary button:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-primary button:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link:not([disabled]):hover,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link:not([disabled]):hover,
.rds-header-compact ul li a.rds-link:not([disabled]):hover,
.rds-header-compact-ul li a.rds-link:not([disabled]):hover,
.rds-header-compact-dropdown li a.rds-link:not([disabled]):hover,
.rds-header-compact-dropdown a.rds-link.rds-link-standalone:not([disabled]):hover,
.rds-header-compact-menu-container .rds-header-compact-ul button:not([disabled]):hover,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:not([disabled]):hover {
  color: var(--rds-color-low-contrast);
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-step-header {
  position: relative;
  outline: none;
  display: flex;
  cursor: pointer;
}
.rds-step-header .rds-step-label {
  transition:
    font-weight 200ms cubic-bezier(0.35, 0, 0.25, 1),
    color 200ms cubic-bezier(0.35, 0, 0.25, 1),
    box-shadow 200ms,
    background 200ms cubic-bezier(0.35, 0, 0.25, 1);
  display: inline-block;
  min-width: 150px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  color: var(--rds-color-low-contrast);
}
.rds-step-header .rds-step-label.rds-step-label-selected {
  color: var(--rds-color-low-contrast);
  text-transform: none;
  left: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header .rds-step-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header .rds-step-icon {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition:
    font-weight 200ms cubic-bezier(0.35, 0, 0.25, 1),
    color 200ms cubic-bezier(0.35, 0, 0.25, 1),
    box-shadow 200ms,
    background 200ms cubic-bezier(0.35, 0, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rds-color-grey-1);
}
.rds-step-header .rds-step-icon:hover {
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-grey-1);
}
.rds-step-header.rds-step-header-done .rds-step-icon {
  background: var(--rds-color-informative);
  color: var(--rds-color-bg-base-1);
}
.rds-step-header.rds-step-header-done .rds-step-icon:hover {
  background: var(--rds-color-bg-informative-hover);
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-bg-informative-hover);
}
.rds-step-header.rds-step-header-selected .rds-step-icon {
  background: var(--rds-color-informative);
  color: var(--rds-color-bg-base-1);
  box-shadow: 0 0 0 5px var(--rds-color-bg-base-1), 0 0 0 7px var(--rds-color-informative);
}
.rds-step-header-horizontal {
  align-items: flex-start;
  flex-direction: column;
  padding: 12px 0 0 8px;
}
@container (max-width: 768px) {
  .rds-step-header-horizontal {
    position: initial;
    padding: 0;
    margin-top: 12px;
    border-radius: 50%;
  }
  .rds-step-header-horizontal .rds-step-icon:hover,
  .rds-step-header-horizontal.rds-step-header-done .rds-step-icon:hover,
  .rds-step-header-horizontal.rds-step-header-selected .rds-step-icon {
    box-shadow: none;
  }
  .rds-step-header-horizontal.rds-step-header-selected .rds-step-icon {
    outline: 2px solid var(--rds-color-informative);
    outline-offset: 3px;
  }
}
@container (max-width: 768px) {
  .rds-step-header-horizontal .rds-step-icon {
    width: 8px;
    height: 8px;
  }
  .rds-step-header-horizontal .rds-step-icon .rds-step-icon-content {
    display: none;
  }
}
.rds-step-header-horizontal .rds-step-label {
  padding-top: 16px;
  width: 100%;
}
@container (max-width: 768px) {
  .rds-step-header-horizontal .rds-step-label {
    display: none;
  }
  .rds-step-header-horizontal .rds-step-label.rds-step-label-selected {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-step-header-vertical {
  flex-direction: row;
  padding: 24px 0 24px 8px;
  background-color: rgba(0, 0, 0, 0);
  max-width: 250px;
  align-items: center;
}
.rds-step-header-vertical .rds-step-label {
  white-space: pre-wrap;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header-vertical .rds-step-label.rds-step-label-selected {
  color: var(--rds-color-low-contrast);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header-vertical .rds-step-number {
  display: none;
}
.rds-step-number {
  color: var(--rds-color-low-contrast);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (min-width: 768px) {
  .rds-step-number {
    display: none;
  }
}
.rds-step-text-label {
  white-space: pre-line;
}
@keyframes rds-table-loading-animation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.rds-table-size-m .rds-header-cell {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-m .rds-cell {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-l .rds-header-cell {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-size-l .rds-cell {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-table-density-dense .rds-header-cell {
  padding: 4px 16px;
}
.rds-table-density-dense .rds-cell {
  --rds-cell-padding-vertical: 4px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
.rds-table-density-default .rds-header-cell {
  padding: 8px 16px;
}
.rds-table-density-default .rds-cell {
  --rds-cell-padding-vertical: 8px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
.rds-table-density-spacious .rds-header-cell {
  padding: 12px 16px;
}
.rds-table-density-spacious .rds-cell {
  --rds-cell-padding-vertical: 16px;
  --rds-cell-padding-horizontal: 16px;
  padding: var(--rds-cell-padding-vertical) var(--rds-cell-padding-horizontal);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --rds-color-black:#000000;
  --rds-color-black-transparent-1:rgba(0, 0, 0, 0.05);
  --rds-color-black-transparent-2:rgba(0, 0, 0, 0.1);
  --rds-color-white:#ffffff;
  --rds-color-white-transparent-1:rgba(255, 255, 255, 0.1);
  --rds-color-white-transparent-2:rgba(255, 255, 255, 0.2);
  --rds-color-950-dark-blue:#011745;
  --rds-color-900-dark-blue:#022366;
  --rds-color-800-shade-blue:#072b89;
  --rds-color-700-shade-blue:#0936ab;
  --rds-color-600-roche-blue:#0b41cd;
  --rds-color-500-shade-blue:#3461d5;
  --rds-color-400-shade-blue:#6084e2;
  --rds-color-300-shade-blue:#90abf1;
  --rds-color-200-shade-blue:#aec0ee;
  --rds-color-100-shade-blue:#d7e0f7;
  --rds-color-50-shade-blue:#f0f4fd;
  --rds-color-700-extra-dark-red:#670000;
  --rds-color-400-extra-dark-red:#8c0000;
  --rds-color-300-dark-red:#c40000;
  --rds-color-200-red:#ff1f26;
  --rds-color-100-light-red:#ff8782;
  --rds-color-75-light-red:#ffc7c9;
  --rds-color-50-shade-red:#fee6ec;
  --rds-color-700-extra-dark-green:#01392d;
  --rds-color-600-extra-dark-green:#00513e;
  --rds-color-500-extra-dark-green:#006d5e;
  --rds-color-300-dark-green:#00a17c;
  --rds-color-250-green:#87d4c4;
  --rds-color-200-light-green:#cbede8;
  --rds-color-100-shade-green:#e4f5f1;
  --rds-color-800-extra-dark-yellow:#674d03;
  --rds-color-700-extra-dark-yellow:#bc9623;
  --rds-color-500-dark-yellow:#e9b519;
  --rds-color-warning-normal:#ffc414;
  --rds-color-300-yellow:#ffda6c;
  --rds-color-200-light-yellow:#fff0c4;
  --rds-color-100-shade-yellow:#fff7df;
  --rds-color-950-shade-grey:#0e0d0d;
  --rds-color-900-shade-grey:#21201f;
  --rds-color-800-shade-grey:#312f2e;
  --rds-color-700-grey-1:#544f4f;
  --rds-color-600-grey-2:#706b69;
  --rds-color-500-shade-grey:#9d948e;
  --rds-color-400-grey-3:#c2bab5;
  --rds-color-300-grey-4:#dbd6d1;
  --rds-color-200-shade-grey:#eae8e5;
  --rds-color-100-grey-5:#f5f5f2;
  --rds-color-50-shade-grey:#fbfbfa;
  --rds-color-950-shade-neutral:#251913;
  --rds-color-900-shade-neutral:#664533;
  --rds-color-800-shade-neutral:#a26d51;
  --rds-color-700-shade-neutral:#c28d70;
  --rds-color-600-shade-neutral:#d2ad90;
  --rds-color-500-shade-neutral:#e7b198;
  --rds-color-400-neutral-4:#fac9b5;
  --rds-color-300-neutral-3:#fad6c7;
  --rds-color-200-neutral-2:#ffe8de;
  --rds-color-100-neutral-1:#fff7f5;
  --rds-color-400-extra-dark-orange:#b22b0d;
  --rds-color-300-dark-orange:#ed4a0d;
  --rds-color-200-orange:#ff7d29;
  --rds-color-100-light-orange:#ffbd69;
  --rds-color-50-shade-orange:#ffe2bc;
  --rds-color-400-extra-dark-purple:#7d0096;
  --rds-color-300-dark-purple:#bc36f0;
  --rds-color-200-purple:#e085fc;
  --rds-color-100-light-purple:#f2d4ff;
  --rds-color-50-shade-purple:#f8e9ff;
  --rds-color-200-light-blue:#1482fa;
  --rds-color-100-extra-light-blue:#bde3ff;
  --rds-color-bg-base-1:var(--rds-color-white);
  --rds-color-bg-base-2:var(--rds-color-100-grey-5);
  --rds-color-bg-base-3:var(--rds-color-50-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-white);
  --rds-color-bg-base-elevated:var(--rds-color-white);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-50-shade-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-400-shade-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-success-pressed:var(--rds-color-250-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-300-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-error-pressed:var(--rds-color-100-light-red);
  --rds-color-bg-disabled:var(--rds-color-50-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-200-shade-grey);
  --rds-color-bg-solid-hover-select:var(--rds-color-100-grey-5);
  --rds-color-bg-solid-pressed:var(--rds-color-200-shade-grey);
  --rds-color-bg-transparent-hover-select:var(--rds-color-black-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-black-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-100-extra-light-blue);
  --rds-color-bg-gradient-2:var(--rds-color-300-neutral-3);
  --rds-color-bg-gradient-3:var(--rds-color-400-neutral-4);
  --rds-color-bg-gradient-4:var(--rds-color-100-neutral-1);
  --rds-color-bg-gradient-5:var(--rds-color-400-grey-3);
  --rds-color-bg-gradient-6:var(--rds-color-600-roche-blue);
  --rds-color-bg-gradient-7:var(--rds-color-200-orange);
  --rds-color-high-contrast:var(--rds-color-900-shade-grey);
  --rds-color-low-contrast:var(--rds-color-700-grey-1);
  --rds-color-high-contrast-reversed:var(--rds-color-white);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-600-roche-blue);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-300-dark-purple);
  --rds-color-grey-1:var(--rds-color-300-grey-4);
  --rds-color-grey-2:var(--rds-color-400-grey-3);
  --rds-color-grey-3:var(--rds-color-600-grey-2);
  --rds-color-track:var(--rds-color-200-shade-blue);
  --rds-color-informative:var(--rds-color-600-roche-blue);
  --rds-color-informative-hover:var(--rds-color-900-dark-blue);
  --rds-color-informative-pressed:var(--rds-color-500-shade-blue);
  --rds-color-success:var(--rds-color-500-extra-dark-green);
  --rds-color-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-success-pressed:var(--rds-color-300-dark-green);
  --rds-color-warning:var(--rds-color-500-dark-yellow);
  --rds-color-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-warning-pressed:var(--rds-color-warning-normal);
  --rds-color-error:var(--rds-color-300-dark-red);
  --rds-color-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-error-pressed:var(--rds-color-200-red);
  --rds-color-neutral:var(--rds-color-950-shade-neutral);
  --rds-color-secondary-link:var(--rds-color-700-grey-1);
  --rds-color-secondary-link-hover:var(--rds-color-600-roche-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-400-shade-blue);
  --rds-color-disabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-enabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-600-roche-blue);
  --rds-color-alert-informative-bg:var(--rds-color-50-shade-blue);
  --rds-color-alert-success-bg:var(--rds-color-100-shade-green);
  --rds-color-alert-warning-bg:var(--rds-color-100-shade-yellow);
  --rds-color-alert-error-bg:var(--rds-color-50-shade-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-white);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-chips-bg-enabled:var(--rds-color-white);
  --rds-color-chips-1-bg-pressed:var(--rds-color-100-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-700-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-200-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-200-neutral-2);
  --rds-color-chips-2-text-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-400-neutral-4);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-500-shade-grey);
  --rds-color-switch-toggle:var(--rds-color-white);
  --rds-color-switch-track:var(--rds-color-300-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-100-light-red);
  --rds-color-tooltip-bg:var(--rds-color-800-shade-grey);
}
[rds-theme=light] {
  --rds-color-bg-base-1:var(--rds-color-white);
  --rds-color-bg-base-2:var(--rds-color-100-grey-5);
  --rds-color-bg-base-3:var(--rds-color-50-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-white);
  --rds-color-bg-base-elevated:var(--rds-color-white);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-50-shade-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-400-shade-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-success-pressed:var(--rds-color-250-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-300-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-error-pressed:var(--rds-color-100-light-red);
  --rds-color-bg-disabled:var(--rds-color-50-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-200-shade-grey);
  --rds-color-bg-solid-hover-select:var(--rds-color-100-grey-5);
  --rds-color-bg-solid-pressed:var(--rds-color-200-shade-grey);
  --rds-color-bg-transparent-hover-select:var(--rds-color-black-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-black-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-100-extra-light-blue);
  --rds-color-bg-gradient-2:var(--rds-color-300-neutral-3);
  --rds-color-bg-gradient-3:var(--rds-color-400-neutral-4);
  --rds-color-bg-gradient-4:var(--rds-color-100-neutral-1);
  --rds-color-bg-gradient-5:var(--rds-color-400-grey-3);
  --rds-color-bg-gradient-6:var(--rds-color-600-roche-blue);
  --rds-color-bg-gradient-7:var(--rds-color-200-orange);
  --rds-color-high-contrast:var(--rds-color-900-shade-grey);
  --rds-color-low-contrast:var(--rds-color-700-grey-1);
  --rds-color-high-contrast-reversed:var(--rds-color-white);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-600-roche-blue);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-300-dark-purple);
  --rds-color-grey-1:var(--rds-color-300-grey-4);
  --rds-color-grey-2:var(--rds-color-400-grey-3);
  --rds-color-grey-3:var(--rds-color-600-grey-2);
  --rds-color-track:var(--rds-color-200-shade-blue);
  --rds-color-informative:var(--rds-color-600-roche-blue);
  --rds-color-informative-hover:var(--rds-color-900-dark-blue);
  --rds-color-informative-pressed:var(--rds-color-500-shade-blue);
  --rds-color-success:var(--rds-color-500-extra-dark-green);
  --rds-color-success-hover:var(--rds-color-600-extra-dark-green);
  --rds-color-success-pressed:var(--rds-color-300-dark-green);
  --rds-color-warning:var(--rds-color-500-dark-yellow);
  --rds-color-warning-hover:var(--rds-color-700-extra-dark-yellow);
  --rds-color-warning-pressed:var(--rds-color-warning-normal);
  --rds-color-error:var(--rds-color-300-dark-red);
  --rds-color-error-hover:var(--rds-color-400-extra-dark-red);
  --rds-color-error-pressed:var(--rds-color-200-red);
  --rds-color-neutral:var(--rds-color-950-shade-neutral);
  --rds-color-secondary-link:var(--rds-color-700-grey-1);
  --rds-color-secondary-link-hover:var(--rds-color-600-roche-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-400-shade-blue);
  --rds-color-disabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-enabled:var(--rds-color-500-shade-grey);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-600-roche-blue);
  --rds-color-alert-informative-bg:var(--rds-color-50-shade-blue);
  --rds-color-alert-success-bg:var(--rds-color-100-shade-green);
  --rds-color-alert-warning-bg:var(--rds-color-100-shade-yellow);
  --rds-color-alert-error-bg:var(--rds-color-50-shade-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-white);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-chips-bg-enabled:var(--rds-color-white);
  --rds-color-chips-1-bg-pressed:var(--rds-color-100-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-700-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-200-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-400-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-200-neutral-2);
  --rds-color-chips-2-text-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-400-neutral-4);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-500-shade-grey);
  --rds-color-switch-toggle:var(--rds-color-white);
  --rds-color-switch-track:var(--rds-color-300-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-100-light-red);
  --rds-color-tooltip-bg:var(--rds-color-800-shade-grey);
}
[rds-theme=dark] {
  --rds-color-bg-base-1:var(--rds-color-950-shade-grey);
  --rds-color-bg-base-2:var(--rds-color-800-shade-grey);
  --rds-color-bg-base-3:var(--rds-color-900-shade-grey);
  --rds-color-bg-base-box:var(--rds-color-900-shade-grey);
  --rds-color-bg-base-elevated:var(--rds-color-800-shade-grey);
  --rds-color-bg-informative:var(--rds-color-600-roche-blue);
  --rds-color-bg-informative-hover:var(--rds-color-400-shade-blue);
  --rds-color-bg-informative-hover-select:var(--rds-color-950-dark-blue);
  --rds-color-bg-informative-pressed:var(--rds-color-950-dark-blue);
  --rds-color-bg-success:var(--rds-color-500-extra-dark-green);
  --rds-color-bg-success-hover:var(--rds-color-250-green);
  --rds-color-bg-success-pressed:var(--rds-color-600-extra-dark-green);
  --rds-color-bg-warning:var(--rds-color-500-dark-yellow);
  --rds-color-bg-warning-hover:var(--rds-color-300-yellow);
  --rds-color-bg-warning-pressed:var(--rds-color-700-extra-dark-yellow);
  --rds-color-bg-error:var(--rds-color-300-dark-red);
  --rds-color-bg-error-hover:var(--rds-color-100-light-red);
  --rds-color-bg-error-pressed:var(--rds-color-400-extra-dark-red);
  --rds-color-bg-disabled:var(--rds-color-900-shade-grey);
  --rds-color-bg-disabled-2:var(--rds-color-700-grey-1);
  --rds-color-bg-solid-hover-select:var(--rds-color-800-shade-grey);
  --rds-color-bg-solid-pressed:var(--rds-color-700-grey-1);
  --rds-color-bg-transparent-hover-select:var(--rds-color-white-transparent-1);
  --rds-color-bg-transparent-pressed:var(--rds-color-white-transparent-2);
  --rds-color-bg-overlay:var(--rds-color-black);
  --rds-color-bg-gradient-1:var(--rds-color-950-dark-blue);
  --rds-color-bg-gradient-2:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-3:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-4:var(--rds-color-950-shade-neutral);
  --rds-color-bg-gradient-5:var(--rds-color-800-shade-grey);
  --rds-color-bg-gradient-6:var(--rds-color-950-dark-blue);
  --rds-color-bg-gradient-7:var(--rds-color-400-extra-dark-orange);
  --rds-color-high-contrast:var(--rds-color-50-shade-grey);
  --rds-color-low-contrast:var(--rds-color-200-shade-grey);
  --rds-color-high-contrast-reversed:var(--rds-color-900-shade-grey);
  --rds-color-on-dark-surface:var(--rds-color-white);
  --rds-color-on-light-surface:var(--rds-color-900-shade-grey);
  --rds-color-logo:var(--rds-color-white);
  --rds-color-brand:var(--rds-color-600-roche-blue);
  --rds-color-accent:var(--rds-color-200-purple);
  --rds-color-grey-1:var(--rds-color-700-grey-1);
  --rds-color-grey-2:var(--rds-color-600-grey-2);
  --rds-color-grey-3:var(--rds-color-400-grey-3);
  --rds-color-track:var(--rds-color-700-grey-1);
  --rds-color-informative:var(--rds-color-300-shade-blue);
  --rds-color-informative-hover:var(--rds-color-200-shade-blue);
  --rds-color-informative-pressed:var(--rds-color-100-shade-blue);
  --rds-color-success:var(--rds-color-250-green);
  --rds-color-success-hover:var(--rds-color-200-light-green);
  --rds-color-success-pressed:var(--rds-color-100-shade-green);
  --rds-color-warning:var(--rds-color-300-yellow);
  --rds-color-warning-hover:var(--rds-color-200-light-yellow);
  --rds-color-warning-pressed:var(--rds-color-100-shade-yellow);
  --rds-color-error:var(--rds-color-100-light-red);
  --rds-color-error-hover:var(--rds-color-75-light-red);
  --rds-color-error-pressed:var(--rds-color-50-shade-red);
  --rds-color-neutral:var(--rds-color-300-neutral-3);
  --rds-color-secondary-link:var(--rds-color-200-shade-grey);
  --rds-color-secondary-link-hover:var(--rds-color-300-shade-blue);
  --rds-color-secondary-link-pressed:var(--rds-color-100-shade-blue);
  --rds-color-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-enabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-selected-disabled:var(--rds-color-400-grey-3);
  --rds-color-stroke-hover:var(--rds-color-200-shade-blue);
  --rds-color-stroke-active-focus:var(--rds-color-300-shade-blue);
  --rds-color-alert-informative-bg:var(--rds-color-900-dark-blue);
  --rds-color-alert-success-bg:var(--rds-color-700-extra-dark-green);
  --rds-color-alert-warning-bg:var(--rds-color-800-extra-dark-yellow);
  --rds-color-alert-error-bg:var(--rds-color-700-extra-dark-red);
  --rds-color-badge-blue-bg:var(--rds-color-100-shade-blue);
  --rds-color-badge-green-bg:var(--rds-color-200-light-green);
  --rds-color-badge-red-bg:var(--rds-color-100-light-red);
  --rds-color-badge-yellow-bg:var(--rds-color-200-light-yellow);
  --rds-color-badge-neutral-bg:var(--rds-color-300-neutral-3);
  --rds-color-badge-orange-bg:var(--rds-color-100-light-orange);
  --rds-color-badge-grey-bg:var(--rds-color-300-grey-4);
  --rds-color-badge-dark-grey-bg:var(--rds-color-700-grey-1);
  --rds-color-badge-purple-1-bg:var(--rds-color-100-light-purple);
  --rds-color-badge-purple-2-bg:var(--rds-color-400-extra-dark-purple);
  --rds-color-tooltip-bg:var(--rds-color-100-grey-5);
  --rds-color-chips-bg-enabled:var(--rds-color-950-shade-grey);
  --rds-color-chips-1-bg-pressed:var(--rds-color-800-shade-blue);
  --rds-color-chips-1-text-pressed:var(--rds-color-50-shade-blue);
  --rds-color-chips-1-stroke-enabled:var(--rds-color-400-shade-blue);
  --rds-color-chips-1-stroke-hover:var(--rds-color-200-shade-blue);
  --rds-color-chips-2-bg-pressed:var(--rds-color-950-shade-neutral);
  --rds-color-chips-2-text-pressed:var(--rds-color-100-neutral-1);
  --rds-color-chips-2-stroke-enabled:var(--rds-color-800-shade-neutral);
  --rds-color-chips-2-stroke-hover:var(--rds-color-600-shade-neutral);
  --rds-color-rating-star-filled:var(--rds-color-warning-normal);
  --rds-color-rating-star-outline:var(--rds-color-500-dark-yellow);
  --rds-color-rating-star-empty:var(--rds-color-600-grey-2);
  --rds-color-switch-toggle:var(--rds-color-700-grey-1);
  --rds-color-switch-track:var(--rds-color-200-shade-blue);
  --rds-color-switch-track-error:var(--rds-color-75-light-red);
  --rds-color-avatar-bg:var(--rds-color-100-shade-blue);
  --rds-color-avatar-stroke:var(--rds-color-950-shade-grey);
  --rds-color-datepicker-item-bg-hover:var(--rds-color-100-shade-blue);
  --rds-color-datepicker-item-bg-comparison:var(--rds-color-100-shade-yellow);
  --rds-color-datepicker-item-bg-overlap:var(--rds-color-100-light-purple);
  --rds-color-datepicker-item-bg-overlap-selected:var(--rds-color-300-dark-purple);
}
.bg-black {
  background: var(--rds-color-black) !important;
}
.c-black {
  color: var(--rds-color-black) !important;
}
.bg-black-transparent-1 {
  background: var(--rds-color-black-transparent-1) !important;
}
.c-black-transparent-1 {
  color: var(--rds-color-black-transparent-1) !important;
}
.bg-black-transparent-2 {
  background: var(--rds-color-black-transparent-2) !important;
}
.c-black-transparent-2 {
  color: var(--rds-color-black-transparent-2) !important;
}
.bg-white {
  background: var(--rds-color-white) !important;
}
.c-white {
  color: var(--rds-color-white) !important;
}
.bg-white-transparent-1 {
  background: var(--rds-color-white-transparent-1) !important;
}
.c-white-transparent-1 {
  color: var(--rds-color-white-transparent-1) !important;
}
.bg-white-transparent-2 {
  background: var(--rds-color-white-transparent-2) !important;
}
.c-white-transparent-2 {
  color: var(--rds-color-white-transparent-2) !important;
}
.bg-950-dark-blue {
  background: var(--rds-color-950-dark-blue) !important;
}
.c-950-dark-blue {
  color: var(--rds-color-950-dark-blue) !important;
}
.bg-900-dark-blue {
  background: var(--rds-color-900-dark-blue) !important;
}
.c-900-dark-blue {
  color: var(--rds-color-900-dark-blue) !important;
}
.bg-800-shade-blue {
  background: var(--rds-color-800-shade-blue) !important;
}
.c-800-shade-blue {
  color: var(--rds-color-800-shade-blue) !important;
}
.bg-700-shade-blue {
  background: var(--rds-color-700-shade-blue) !important;
}
.c-700-shade-blue {
  color: var(--rds-color-700-shade-blue) !important;
}
.bg-600-roche-blue {
  background: var(--rds-color-600-roche-blue) !important;
}
.c-600-roche-blue {
  color: var(--rds-color-600-roche-blue) !important;
}
.bg-500-shade-blue {
  background: var(--rds-color-500-shade-blue) !important;
}
.c-500-shade-blue {
  color: var(--rds-color-500-shade-blue) !important;
}
.bg-400-shade-blue {
  background: var(--rds-color-400-shade-blue) !important;
}
.c-400-shade-blue {
  color: var(--rds-color-400-shade-blue) !important;
}
.bg-300-shade-blue {
  background: var(--rds-color-300-shade-blue) !important;
}
.c-300-shade-blue {
  color: var(--rds-color-300-shade-blue) !important;
}
.bg-200-shade-blue {
  background: var(--rds-color-200-shade-blue) !important;
}
.c-200-shade-blue {
  color: var(--rds-color-200-shade-blue) !important;
}
.bg-100-shade-blue {
  background: var(--rds-color-100-shade-blue) !important;
}
.c-100-shade-blue {
  color: var(--rds-color-100-shade-blue) !important;
}
.bg-50-shade-blue {
  background: var(--rds-color-50-shade-blue) !important;
}
.c-50-shade-blue {
  color: var(--rds-color-50-shade-blue) !important;
}
.bg-700-extra-dark-red {
  background: var(--rds-color-700-extra-dark-red) !important;
}
.c-700-extra-dark-red {
  color: var(--rds-color-700-extra-dark-red) !important;
}
.bg-400-extra-dark-red {
  background: var(--rds-color-400-extra-dark-red) !important;
}
.c-400-extra-dark-red {
  color: var(--rds-color-400-extra-dark-red) !important;
}
.bg-300-dark-red {
  background: var(--rds-color-300-dark-red) !important;
}
.c-300-dark-red {
  color: var(--rds-color-300-dark-red) !important;
}
.bg-200-red {
  background: var(--rds-color-200-red) !important;
}
.c-200-red {
  color: var(--rds-color-200-red) !important;
}
.bg-100-light-red {
  background: var(--rds-color-100-light-red) !important;
}
.c-100-light-red {
  color: var(--rds-color-100-light-red) !important;
}
.bg-75-light-red {
  background: var(--rds-color-75-light-red) !important;
}
.c-75-light-red {
  color: var(--rds-color-75-light-red) !important;
}
.bg-50-shade-red {
  background: var(--rds-color-50-shade-red) !important;
}
.c-50-shade-red {
  color: var(--rds-color-50-shade-red) !important;
}
.bg-700-extra-dark-green {
  background: var(--rds-color-700-extra-dark-green) !important;
}
.c-700-extra-dark-green {
  color: var(--rds-color-700-extra-dark-green) !important;
}
.bg-600-extra-dark-green {
  background: var(--rds-color-600-extra-dark-green) !important;
}
.c-600-extra-dark-green {
  color: var(--rds-color-600-extra-dark-green) !important;
}
.bg-500-extra-dark-green {
  background: var(--rds-color-500-extra-dark-green) !important;
}
.c-500-extra-dark-green {
  color: var(--rds-color-500-extra-dark-green) !important;
}
.bg-300-dark-green {
  background: var(--rds-color-300-dark-green) !important;
}
.c-300-dark-green {
  color: var(--rds-color-300-dark-green) !important;
}
.bg-250-green {
  background: var(--rds-color-250-green) !important;
}
.c-250-green {
  color: var(--rds-color-250-green) !important;
}
.bg-200-light-green {
  background: var(--rds-color-200-light-green) !important;
}
.c-200-light-green {
  color: var(--rds-color-200-light-green) !important;
}
.bg-100-shade-green {
  background: var(--rds-color-100-shade-green) !important;
}
.c-100-shade-green {
  color: var(--rds-color-100-shade-green) !important;
}
.bg-800-extra-dark-yellow {
  background: var(--rds-color-800-extra-dark-yellow) !important;
}
.c-800-extra-dark-yellow {
  color: var(--rds-color-800-extra-dark-yellow) !important;
}
.bg-700-extra-dark-yellow {
  background: var(--rds-color-700-extra-dark-yellow) !important;
}
.c-700-extra-dark-yellow {
  color: var(--rds-color-700-extra-dark-yellow) !important;
}
.bg-500-dark-yellow {
  background: var(--rds-color-500-dark-yellow) !important;
}
.c-500-dark-yellow {
  color: var(--rds-color-500-dark-yellow) !important;
}
.bg-warning-normal {
  background: var(--rds-color-warning-normal) !important;
}
.c-warning-normal {
  color: var(--rds-color-warning-normal) !important;
}
.bg-300-yellow {
  background: var(--rds-color-300-yellow) !important;
}
.c-300-yellow {
  color: var(--rds-color-300-yellow) !important;
}
.bg-200-light-yellow {
  background: var(--rds-color-200-light-yellow) !important;
}
.c-200-light-yellow {
  color: var(--rds-color-200-light-yellow) !important;
}
.bg-100-shade-yellow {
  background: var(--rds-color-100-shade-yellow) !important;
}
.c-100-shade-yellow {
  color: var(--rds-color-100-shade-yellow) !important;
}
.bg-950-shade-grey {
  background: var(--rds-color-950-shade-grey) !important;
}
.c-950-shade-grey {
  color: var(--rds-color-950-shade-grey) !important;
}
.bg-900-shade-grey {
  background: var(--rds-color-900-shade-grey) !important;
}
.c-900-shade-grey {
  color: var(--rds-color-900-shade-grey) !important;
}
.bg-800-shade-grey {
  background: var(--rds-color-800-shade-grey) !important;
}
.c-800-shade-grey {
  color: var(--rds-color-800-shade-grey) !important;
}
.bg-700-grey-1 {
  background: var(--rds-color-700-grey-1) !important;
}
.c-700-grey-1 {
  color: var(--rds-color-700-grey-1) !important;
}
.bg-600-grey-2 {
  background: var(--rds-color-600-grey-2) !important;
}
.c-600-grey-2 {
  color: var(--rds-color-600-grey-2) !important;
}
.bg-500-shade-grey {
  background: var(--rds-color-500-shade-grey) !important;
}
.c-500-shade-grey {
  color: var(--rds-color-500-shade-grey) !important;
}
.bg-400-grey-3 {
  background: var(--rds-color-400-grey-3) !important;
}
.c-400-grey-3 {
  color: var(--rds-color-400-grey-3) !important;
}
.bg-300-grey-4 {
  background: var(--rds-color-300-grey-4) !important;
}
.c-300-grey-4 {
  color: var(--rds-color-300-grey-4) !important;
}
.bg-200-shade-grey {
  background: var(--rds-color-200-shade-grey) !important;
}
.c-200-shade-grey {
  color: var(--rds-color-200-shade-grey) !important;
}
.bg-100-grey-5 {
  background: var(--rds-color-100-grey-5) !important;
}
.c-100-grey-5 {
  color: var(--rds-color-100-grey-5) !important;
}
.bg-50-shade-grey {
  background: var(--rds-color-50-shade-grey) !important;
}
.c-50-shade-grey {
  color: var(--rds-color-50-shade-grey) !important;
}
.bg-950-shade-neutral {
  background: var(--rds-color-950-shade-neutral) !important;
}
.c-950-shade-neutral {
  color: var(--rds-color-950-shade-neutral) !important;
}
.bg-900-shade-neutral {
  background: var(--rds-color-900-shade-neutral) !important;
}
.c-900-shade-neutral {
  color: var(--rds-color-900-shade-neutral) !important;
}
.bg-800-shade-neutral {
  background: var(--rds-color-800-shade-neutral) !important;
}
.c-800-shade-neutral {
  color: var(--rds-color-800-shade-neutral) !important;
}
.bg-700-shade-neutral {
  background: var(--rds-color-700-shade-neutral) !important;
}
.c-700-shade-neutral {
  color: var(--rds-color-700-shade-neutral) !important;
}
.bg-600-shade-neutral {
  background: var(--rds-color-600-shade-neutral) !important;
}
.c-600-shade-neutral {
  color: var(--rds-color-600-shade-neutral) !important;
}
.bg-500-shade-neutral {
  background: var(--rds-color-500-shade-neutral) !important;
}
.c-500-shade-neutral {
  color: var(--rds-color-500-shade-neutral) !important;
}
.bg-400-neutral-4 {
  background: var(--rds-color-400-neutral-4) !important;
}
.c-400-neutral-4 {
  color: var(--rds-color-400-neutral-4) !important;
}
.bg-300-neutral-3 {
  background: var(--rds-color-300-neutral-3) !important;
}
.c-300-neutral-3 {
  color: var(--rds-color-300-neutral-3) !important;
}
.bg-200-neutral-2 {
  background: var(--rds-color-200-neutral-2) !important;
}
.c-200-neutral-2 {
  color: var(--rds-color-200-neutral-2) !important;
}
.bg-100-neutral-1 {
  background: var(--rds-color-100-neutral-1) !important;
}
.c-100-neutral-1 {
  color: var(--rds-color-100-neutral-1) !important;
}
.bg-400-extra-dark-orange {
  background: var(--rds-color-400-extra-dark-orange) !important;
}
.c-400-extra-dark-orange {
  color: var(--rds-color-400-extra-dark-orange) !important;
}
.bg-300-dark-orange {
  background: var(--rds-color-300-dark-orange) !important;
}
.c-300-dark-orange {
  color: var(--rds-color-300-dark-orange) !important;
}
.bg-200-orange {
  background: var(--rds-color-200-orange) !important;
}
.c-200-orange {
  color: var(--rds-color-200-orange) !important;
}
.bg-100-light-orange {
  background: var(--rds-color-100-light-orange) !important;
}
.c-100-light-orange {
  color: var(--rds-color-100-light-orange) !important;
}
.bg-50-shade-orange {
  background: var(--rds-color-50-shade-orange) !important;
}
.c-50-shade-orange {
  color: var(--rds-color-50-shade-orange) !important;
}
.bg-400-extra-dark-purple {
  background: var(--rds-color-400-extra-dark-purple) !important;
}
.c-400-extra-dark-purple {
  color: var(--rds-color-400-extra-dark-purple) !important;
}
.bg-300-dark-purple {
  background: var(--rds-color-300-dark-purple) !important;
}
.c-300-dark-purple {
  color: var(--rds-color-300-dark-purple) !important;
}
.bg-200-purple {
  background: var(--rds-color-200-purple) !important;
}
.c-200-purple {
  color: var(--rds-color-200-purple) !important;
}
.bg-100-light-purple {
  background: var(--rds-color-100-light-purple) !important;
}
.c-100-light-purple {
  color: var(--rds-color-100-light-purple) !important;
}
.bg-50-shade-purple {
  background: var(--rds-color-50-shade-purple) !important;
}
.c-50-shade-purple {
  color: var(--rds-color-50-shade-purple) !important;
}
.bg-200-light-blue {
  background: var(--rds-color-200-light-blue) !important;
}
.c-200-light-blue {
  color: var(--rds-color-200-light-blue) !important;
}
.bg-100-extra-light-blue {
  background: var(--rds-color-100-extra-light-blue) !important;
}
.c-100-extra-light-blue {
  color: var(--rds-color-100-extra-light-blue) !important;
}
.bg-bg-base-1 {
  background: var(--rds-color-bg-base-1) !important;
}
.c-bg-base-1 {
  color: var(--rds-color-bg-base-1) !important;
}
.bg-bg-base-2 {
  background: var(--rds-color-bg-base-2) !important;
}
.c-bg-base-2 {
  color: var(--rds-color-bg-base-2) !important;
}
.bg-bg-base-3 {
  background: var(--rds-color-bg-base-3) !important;
}
.c-bg-base-3 {
  color: var(--rds-color-bg-base-3) !important;
}
.bg-bg-base-box {
  background: var(--rds-color-bg-base-box) !important;
}
.c-bg-base-box {
  color: var(--rds-color-bg-base-box) !important;
}
.bg-bg-base-elevated {
  background: var(--rds-color-bg-base-elevated) !important;
}
.c-bg-base-elevated {
  color: var(--rds-color-bg-base-elevated) !important;
}
.bg-bg-informative {
  background: var(--rds-color-bg-informative) !important;
}
.c-bg-informative {
  color: var(--rds-color-bg-informative) !important;
}
.bg-bg-informative-hover {
  background: var(--rds-color-bg-informative-hover) !important;
}
.c-bg-informative-hover {
  color: var(--rds-color-bg-informative-hover) !important;
}
.bg-bg-informative-hover-select {
  background: var(--rds-color-bg-informative-hover-select) !important;
}
.c-bg-informative-hover-select {
  color: var(--rds-color-bg-informative-hover-select) !important;
}
.bg-bg-informative-pressed {
  background: var(--rds-color-bg-informative-pressed) !important;
}
.c-bg-informative-pressed {
  color: var(--rds-color-bg-informative-pressed) !important;
}
.bg-bg-success {
  background: var(--rds-color-bg-success) !important;
}
.c-bg-success {
  color: var(--rds-color-bg-success) !important;
}
.bg-bg-success-hover {
  background: var(--rds-color-bg-success-hover) !important;
}
.c-bg-success-hover {
  color: var(--rds-color-bg-success-hover) !important;
}
.bg-bg-success-pressed {
  background: var(--rds-color-bg-success-pressed) !important;
}
.c-bg-success-pressed {
  color: var(--rds-color-bg-success-pressed) !important;
}
.bg-bg-warning {
  background: var(--rds-color-bg-warning) !important;
}
.c-bg-warning {
  color: var(--rds-color-bg-warning) !important;
}
.bg-bg-warning-hover {
  background: var(--rds-color-bg-warning-hover) !important;
}
.c-bg-warning-hover {
  color: var(--rds-color-bg-warning-hover) !important;
}
.bg-bg-warning-pressed {
  background: var(--rds-color-bg-warning-pressed) !important;
}
.c-bg-warning-pressed {
  color: var(--rds-color-bg-warning-pressed) !important;
}
.bg-bg-error {
  background: var(--rds-color-bg-error) !important;
}
.c-bg-error {
  color: var(--rds-color-bg-error) !important;
}
.bg-bg-error-hover {
  background: var(--rds-color-bg-error-hover) !important;
}
.c-bg-error-hover {
  color: var(--rds-color-bg-error-hover) !important;
}
.bg-bg-error-pressed {
  background: var(--rds-color-bg-error-pressed) !important;
}
.c-bg-error-pressed {
  color: var(--rds-color-bg-error-pressed) !important;
}
.bg-bg-disabled {
  background: var(--rds-color-bg-disabled) !important;
}
.c-bg-disabled {
  color: var(--rds-color-bg-disabled) !important;
}
.bg-bg-disabled-2 {
  background: var(--rds-color-bg-disabled-2) !important;
}
.c-bg-disabled-2 {
  color: var(--rds-color-bg-disabled-2) !important;
}
.bg-bg-solid-hover-select {
  background: var(--rds-color-bg-solid-hover-select) !important;
}
.c-bg-solid-hover-select {
  color: var(--rds-color-bg-solid-hover-select) !important;
}
.bg-bg-solid-pressed {
  background: var(--rds-color-bg-solid-pressed) !important;
}
.c-bg-solid-pressed {
  color: var(--rds-color-bg-solid-pressed) !important;
}
.bg-bg-transparent-hover-select {
  background: var(--rds-color-bg-transparent-hover-select) !important;
}
.c-bg-transparent-hover-select {
  color: var(--rds-color-bg-transparent-hover-select) !important;
}
.bg-bg-transparent-pressed {
  background: var(--rds-color-bg-transparent-pressed) !important;
}
.c-bg-transparent-pressed {
  color: var(--rds-color-bg-transparent-pressed) !important;
}
.bg-bg-overlay {
  background: var(--rds-color-bg-overlay) !important;
}
.c-bg-overlay {
  color: var(--rds-color-bg-overlay) !important;
}
.bg-bg-gradient-1 {
  background: var(--rds-color-bg-gradient-1) !important;
}
.c-bg-gradient-1 {
  color: var(--rds-color-bg-gradient-1) !important;
}
.bg-bg-gradient-2 {
  background: var(--rds-color-bg-gradient-2) !important;
}
.c-bg-gradient-2 {
  color: var(--rds-color-bg-gradient-2) !important;
}
.bg-bg-gradient-3 {
  background: var(--rds-color-bg-gradient-3) !important;
}
.c-bg-gradient-3 {
  color: var(--rds-color-bg-gradient-3) !important;
}
.bg-bg-gradient-4 {
  background: var(--rds-color-bg-gradient-4) !important;
}
.c-bg-gradient-4 {
  color: var(--rds-color-bg-gradient-4) !important;
}
.bg-bg-gradient-5 {
  background: var(--rds-color-bg-gradient-5) !important;
}
.c-bg-gradient-5 {
  color: var(--rds-color-bg-gradient-5) !important;
}
.bg-bg-gradient-6 {
  background: var(--rds-color-bg-gradient-6) !important;
}
.c-bg-gradient-6 {
  color: var(--rds-color-bg-gradient-6) !important;
}
.bg-bg-gradient-7 {
  background: var(--rds-color-bg-gradient-7) !important;
}
.c-bg-gradient-7 {
  color: var(--rds-color-bg-gradient-7) !important;
}
.bg-high-contrast {
  background: var(--rds-color-high-contrast) !important;
}
.c-high-contrast {
  color: var(--rds-color-high-contrast) !important;
}
.bg-low-contrast {
  background: var(--rds-color-low-contrast) !important;
}
.c-low-contrast {
  color: var(--rds-color-low-contrast) !important;
}
.bg-high-contrast-reversed {
  background: var(--rds-color-high-contrast-reversed) !important;
}
.c-high-contrast-reversed {
  color: var(--rds-color-high-contrast-reversed) !important;
}
.bg-on-dark-surface {
  background: var(--rds-color-on-dark-surface) !important;
}
.c-on-dark-surface {
  color: var(--rds-color-on-dark-surface) !important;
}
.bg-on-light-surface {
  background: var(--rds-color-on-light-surface) !important;
}
.c-on-light-surface {
  color: var(--rds-color-on-light-surface) !important;
}
.bg-logo {
  background: var(--rds-color-logo) !important;
}
.c-logo {
  color: var(--rds-color-logo) !important;
}
.bg-brand {
  background: var(--rds-color-brand) !important;
}
.c-brand {
  color: var(--rds-color-brand) !important;
}
.bg-accent {
  background: var(--rds-color-accent) !important;
}
.c-accent {
  color: var(--rds-color-accent) !important;
}
.bg-grey-1 {
  background: var(--rds-color-grey-1) !important;
}
.c-grey-1 {
  color: var(--rds-color-grey-1) !important;
}
.bg-grey-2 {
  background: var(--rds-color-grey-2) !important;
}
.c-grey-2 {
  color: var(--rds-color-grey-2) !important;
}
.bg-grey-3 {
  background: var(--rds-color-grey-3) !important;
}
.c-grey-3 {
  color: var(--rds-color-grey-3) !important;
}
.bg-track {
  background: var(--rds-color-track) !important;
}
.c-track {
  color: var(--rds-color-track) !important;
}
.bg-informative {
  background: var(--rds-color-informative) !important;
}
.c-informative {
  color: var(--rds-color-informative) !important;
}
.bg-informative-hover {
  background: var(--rds-color-informative-hover) !important;
}
.c-informative-hover {
  color: var(--rds-color-informative-hover) !important;
}
.bg-informative-pressed {
  background: var(--rds-color-informative-pressed) !important;
}
.c-informative-pressed {
  color: var(--rds-color-informative-pressed) !important;
}
.bg-success {
  background: var(--rds-color-success) !important;
}
.c-success {
  color: var(--rds-color-success) !important;
}
.bg-success-hover {
  background: var(--rds-color-success-hover) !important;
}
.c-success-hover {
  color: var(--rds-color-success-hover) !important;
}
.bg-success-pressed {
  background: var(--rds-color-success-pressed) !important;
}
.c-success-pressed {
  color: var(--rds-color-success-pressed) !important;
}
.bg-warning {
  background: var(--rds-color-warning) !important;
}
.c-warning {
  color: var(--rds-color-warning) !important;
}
.bg-warning-hover {
  background: var(--rds-color-warning-hover) !important;
}
.c-warning-hover {
  color: var(--rds-color-warning-hover) !important;
}
.bg-warning-pressed {
  background: var(--rds-color-warning-pressed) !important;
}
.c-warning-pressed {
  color: var(--rds-color-warning-pressed) !important;
}
.bg-error {
  background: var(--rds-color-error) !important;
}
.c-error {
  color: var(--rds-color-error) !important;
}
.bg-error-hover {
  background: var(--rds-color-error-hover) !important;
}
.c-error-hover {
  color: var(--rds-color-error-hover) !important;
}
.bg-error-pressed {
  background: var(--rds-color-error-pressed) !important;
}
.c-error-pressed {
  color: var(--rds-color-error-pressed) !important;
}
.bg-neutral {
  background: var(--rds-color-neutral) !important;
}
.c-neutral {
  color: var(--rds-color-neutral) !important;
}
.bg-secondary-link {
  background: var(--rds-color-secondary-link) !important;
}
.c-secondary-link {
  color: var(--rds-color-secondary-link) !important;
}
.bg-secondary-link-hover {
  background: var(--rds-color-secondary-link-hover) !important;
}
.c-secondary-link-hover {
  color: var(--rds-color-secondary-link-hover) !important;
}
.bg-secondary-link-pressed {
  background: var(--rds-color-secondary-link-pressed) !important;
}
.c-secondary-link-pressed {
  color: var(--rds-color-secondary-link-pressed) !important;
}
.bg-disabled {
  background: var(--rds-color-disabled) !important;
}
.c-disabled {
  color: var(--rds-color-disabled) !important;
}
.bg-stroke-enabled {
  background: var(--rds-color-stroke-enabled) !important;
}
.c-stroke-enabled {
  color: var(--rds-color-stroke-enabled) !important;
}
.bg-stroke-selected-disabled {
  background: var(--rds-color-stroke-selected-disabled) !important;
}
.c-stroke-selected-disabled {
  color: var(--rds-color-stroke-selected-disabled) !important;
}
.bg-stroke-hover {
  background: var(--rds-color-stroke-hover) !important;
}
.c-stroke-hover {
  color: var(--rds-color-stroke-hover) !important;
}
.bg-stroke-active-focus {
  background: var(--rds-color-stroke-active-focus) !important;
}
.c-stroke-active-focus {
  color: var(--rds-color-stroke-active-focus) !important;
}
.bg-alert-informative-bg {
  background: var(--rds-color-alert-informative-bg) !important;
}
.c-alert-informative-bg {
  color: var(--rds-color-alert-informative-bg) !important;
}
.bg-alert-success-bg {
  background: var(--rds-color-alert-success-bg) !important;
}
.c-alert-success-bg {
  color: var(--rds-color-alert-success-bg) !important;
}
.bg-alert-warning-bg {
  background: var(--rds-color-alert-warning-bg) !important;
}
.c-alert-warning-bg {
  color: var(--rds-color-alert-warning-bg) !important;
}
.bg-alert-error-bg {
  background: var(--rds-color-alert-error-bg) !important;
}
.c-alert-error-bg {
  color: var(--rds-color-alert-error-bg) !important;
}
.bg-avatar-bg {
  background: var(--rds-color-avatar-bg) !important;
}
.c-avatar-bg {
  color: var(--rds-color-avatar-bg) !important;
}
.bg-avatar-stroke {
  background: var(--rds-color-avatar-stroke) !important;
}
.c-avatar-stroke {
  color: var(--rds-color-avatar-stroke) !important;
}
.bg-badge-blue-bg {
  background: var(--rds-color-badge-blue-bg) !important;
}
.c-badge-blue-bg {
  color: var(--rds-color-badge-blue-bg) !important;
}
.bg-badge-green-bg {
  background: var(--rds-color-badge-green-bg) !important;
}
.c-badge-green-bg {
  color: var(--rds-color-badge-green-bg) !important;
}
.bg-badge-red-bg {
  background: var(--rds-color-badge-red-bg) !important;
}
.c-badge-red-bg {
  color: var(--rds-color-badge-red-bg) !important;
}
.bg-badge-yellow-bg {
  background: var(--rds-color-badge-yellow-bg) !important;
}
.c-badge-yellow-bg {
  color: var(--rds-color-badge-yellow-bg) !important;
}
.bg-badge-neutral-bg {
  background: var(--rds-color-badge-neutral-bg) !important;
}
.c-badge-neutral-bg {
  color: var(--rds-color-badge-neutral-bg) !important;
}
.bg-badge-orange-bg {
  background: var(--rds-color-badge-orange-bg) !important;
}
.c-badge-orange-bg {
  color: var(--rds-color-badge-orange-bg) !important;
}
.bg-badge-grey-bg {
  background: var(--rds-color-badge-grey-bg) !important;
}
.c-badge-grey-bg {
  color: var(--rds-color-badge-grey-bg) !important;
}
.bg-badge-dark-grey-bg {
  background: var(--rds-color-badge-dark-grey-bg) !important;
}
.c-badge-dark-grey-bg {
  color: var(--rds-color-badge-dark-grey-bg) !important;
}
.bg-badge-purple-1-bg {
  background: var(--rds-color-badge-purple-1-bg) !important;
}
.c-badge-purple-1-bg {
  color: var(--rds-color-badge-purple-1-bg) !important;
}
.bg-badge-purple-2-bg {
  background: var(--rds-color-badge-purple-2-bg) !important;
}
.c-badge-purple-2-bg {
  color: var(--rds-color-badge-purple-2-bg) !important;
}
.bg-chips-bg-enabled {
  background: var(--rds-color-chips-bg-enabled) !important;
}
.c-chips-bg-enabled {
  color: var(--rds-color-chips-bg-enabled) !important;
}
.bg-chips-1-bg-pressed {
  background: var(--rds-color-chips-1-bg-pressed) !important;
}
.c-chips-1-bg-pressed {
  color: var(--rds-color-chips-1-bg-pressed) !important;
}
.bg-chips-1-text-pressed {
  background: var(--rds-color-chips-1-text-pressed) !important;
}
.c-chips-1-text-pressed {
  color: var(--rds-color-chips-1-text-pressed) !important;
}
.bg-chips-1-stroke-enabled {
  background: var(--rds-color-chips-1-stroke-enabled) !important;
}
.c-chips-1-stroke-enabled {
  color: var(--rds-color-chips-1-stroke-enabled) !important;
}
.bg-chips-1-stroke-hover {
  background: var(--rds-color-chips-1-stroke-hover) !important;
}
.c-chips-1-stroke-hover {
  color: var(--rds-color-chips-1-stroke-hover) !important;
}
.bg-chips-2-bg-pressed {
  background: var(--rds-color-chips-2-bg-pressed) !important;
}
.c-chips-2-bg-pressed {
  color: var(--rds-color-chips-2-bg-pressed) !important;
}
.bg-chips-2-text-pressed {
  background: var(--rds-color-chips-2-text-pressed) !important;
}
.c-chips-2-text-pressed {
  color: var(--rds-color-chips-2-text-pressed) !important;
}
.bg-chips-2-stroke-enabled {
  background: var(--rds-color-chips-2-stroke-enabled) !important;
}
.c-chips-2-stroke-enabled {
  color: var(--rds-color-chips-2-stroke-enabled) !important;
}
.bg-chips-2-stroke-hover {
  background: var(--rds-color-chips-2-stroke-hover) !important;
}
.c-chips-2-stroke-hover {
  color: var(--rds-color-chips-2-stroke-hover) !important;
}
.bg-datepicker-item-bg-hover {
  background: var(--rds-color-datepicker-item-bg-hover) !important;
}
.c-datepicker-item-bg-hover {
  color: var(--rds-color-datepicker-item-bg-hover) !important;
}
.bg-datepicker-item-bg-comparison {
  background: var(--rds-color-datepicker-item-bg-comparison) !important;
}
.c-datepicker-item-bg-comparison {
  color: var(--rds-color-datepicker-item-bg-comparison) !important;
}
.bg-datepicker-item-bg-overlap {
  background: var(--rds-color-datepicker-item-bg-overlap) !important;
}
.c-datepicker-item-bg-overlap {
  color: var(--rds-color-datepicker-item-bg-overlap) !important;
}
.bg-datepicker-item-bg-overlap-selected {
  background: var(--rds-color-datepicker-item-bg-overlap-selected) !important;
}
.c-datepicker-item-bg-overlap-selected {
  color: var(--rds-color-datepicker-item-bg-overlap-selected) !important;
}
.bg-rating-star-filled {
  background: var(--rds-color-rating-star-filled) !important;
}
.c-rating-star-filled {
  color: var(--rds-color-rating-star-filled) !important;
}
.bg-rating-star-outline {
  background: var(--rds-color-rating-star-outline) !important;
}
.c-rating-star-outline {
  color: var(--rds-color-rating-star-outline) !important;
}
.bg-rating-star-empty {
  background: var(--rds-color-rating-star-empty) !important;
}
.c-rating-star-empty {
  color: var(--rds-color-rating-star-empty) !important;
}
.bg-switch-toggle {
  background: var(--rds-color-switch-toggle) !important;
}
.c-switch-toggle {
  color: var(--rds-color-switch-toggle) !important;
}
.bg-switch-track {
  background: var(--rds-color-switch-track) !important;
}
.c-switch-track {
  color: var(--rds-color-switch-track) !important;
}
.bg-switch-track-error {
  background: var(--rds-color-switch-track-error) !important;
}
.c-switch-track-error {
  color: var(--rds-color-switch-track-error) !important;
}
.bg-tooltip-bg {
  background: var(--rds-color-tooltip-bg) !important;
}
.c-tooltip-bg {
  color: var(--rds-color-tooltip-bg) !important;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family:
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --rds-font-family:
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif;
}
b,
strong {
  font-weight: 600;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Light.woff) format("woff"),
    url(/assets/fonts/RocheSans-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Light;
  src:
    url(/assets/fonts/RocheSans-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Light.woff) format("woff"),
    url(/assets/fonts/RocheSans-Light.woff2) format("woff2");
}
.font-rochesans-light {
  font-family:
    RocheSans-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Regular;
  src:
    url(/assets/fonts/RocheSans-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSans-Regular.woff2) format("woff2");
}
.font-rochesans-regular {
  font-family:
    RocheSans-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Medium.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Medium.woff) format("woff"),
    url(/assets/fonts/RocheSans-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Medium;
  src:
    url(/assets/fonts/RocheSans-Medium.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Medium.woff) format("woff"),
    url(/assets/fonts/RocheSans-Medium.woff2) format("woff2");
}
.font-rochesans-medium {
  font-family:
    RocheSans-Medium,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSans-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Bold;
  src:
    url(/assets/fonts/RocheSans-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSans-Bold.woff2) format("woff2");
}
.font-rochesans-bold {
  font-family:
    RocheSans-Bold,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-LightItalic;
  src:
    url(/assets/fonts/RocheSans-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-LightItalic.woff2) format("woff2");
}
.font-rochesans-lightitalic {
  font-family:
    RocheSans-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSans-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-Italic;
  src:
    url(/assets/fonts/RocheSans-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSans-Italic.woff2) format("woff2");
}
.font-rochesans-italic {
  font-family:
    RocheSans-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-MediumItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-MediumItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-MediumItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-MediumItalic;
  src:
    url(/assets/fonts/RocheSans-MediumItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-MediumItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-MediumItalic.woff2) format("woff2");
}
.font-rochesans-mediumitalic {
  font-family:
    RocheSans-MediumItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans;
  src:
    url(/assets/fonts/RocheSans-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-BoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-BoldItalic;
  src:
    url(/assets/fonts/RocheSans-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSans-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSans-BoldItalic.woff2) format("woff2");
}
.font-rochesans-bolditalic {
  font-family:
    RocheSans-BoldItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-sans {
  font-family:
    roche-sans,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Light.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Light;
  src:
    url(/assets/fonts/RocheSansCondensed-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Light.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Light.woff2) format("woff2");
}
.font-rochesanscondensed-light {
  font-family:
    RocheSansCondensed-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Regular;
  src:
    url(/assets/fonts/RocheSansCondensed-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Regular.woff2) format("woff2");
}
.font-rochesanscondensed-regular {
  font-family:
    RocheSansCondensed-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-LightItalic;
  src:
    url(/assets/fonts/RocheSansCondensed-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-LightItalic.woff2) format("woff2");
}
.font-rochesanscondensed-lightitalic {
  font-family:
    RocheSansCondensed-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-sans-condensed;
  src:
    url(/assets/fonts/RocheSansCondensed-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-Italic;
  src:
    url(/assets/fonts/RocheSansCondensed-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSansCondensed-Italic.woff2) format("woff2");
}
.font-rochesanscondensed-italic {
  font-family:
    RocheSansCondensed-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-sans-condensed {
  font-family:
    roche-sans-condensed,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Light.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Light.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Light;
  src:
    url(/assets/fonts/RocheSerif-Light.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Light.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Light.woff2) format("woff2");
}
.font-rocheserif-light {
  font-family:
    RocheSerif-Light,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Regular;
  src:
    url(/assets/fonts/RocheSerif-Regular.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Regular.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Regular.woff2) format("woff2");
}
.font-rocheserif-regular {
  font-family:
    RocheSerif-Regular,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Bold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Bold;
  src:
    url(/assets/fonts/RocheSerif-Bold.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Bold.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Bold.woff2) format("woff2");
}
.font-rocheserif-bold {
  font-family:
    RocheSerif-Bold,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-LightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-LightItalic;
  src:
    url(/assets/fonts/RocheSerif-LightItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-LightItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-LightItalic.woff2) format("woff2");
}
.font-rocheserif-lightitalic {
  font-family:
    RocheSerif-LightItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-Italic;
  src:
    url(/assets/fonts/RocheSerif-Italic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-Italic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-Italic.woff2) format("woff2");
}
.font-rocheserif-italic {
  font-family:
    RocheSerif-Italic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@font-face {
  font-family: roche-serif;
  src:
    url(/assets/fonts/RocheSerif-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-BoldItalic;
  src:
    url(/assets/fonts/RocheSerif-BoldItalic.ttf) format("truetype"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff) format("woff"),
    url(/assets/fonts/RocheSerif-BoldItalic.woff2) format("woff2");
}
.font-rocheserif-bolditalic {
  font-family:
    RocheSerif-BoldItalic,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
.font-roche-serif {
  font-family:
    roche-serif,
    roche-sans,
    Roboto,
    Helvetica Neue,
    sans-serif !important;
}
@keyframes brand-gradient-animation {
  0% {
    background-color: var(--rds-color-bg-gradient-6);
  }
  33% {
    background-color: var(--rds-color-bg-gradient-3);
  }
  66% {
    background-color: var(--rds-color-bg-gradient-7);
  }
  100% {
    background-color: var(--rds-color-bg-gradient-6);
  }
}
.bg-blue-gradient-top-left {
  background-image:
    linear-gradient(
      125.75deg,
      var(--rds-color-bg-gradient-1) -40.48%,
      var(--rds-color-bg-base-1) 43.74%) !important;
}
.bg-blue-gradient-bottom-right {
  background-image:
    linear-gradient(
      121.43deg,
      var(--rds-color-bg-base-1) 61.88%,
      var(--rds-color-bg-gradient-1) 175.69%) !important;
}
.bg-neutral-gradient-top-left {
  background-image:
    linear-gradient(
      140.87deg,
      var(--rds-color-bg-gradient-2) -68.64%,
      var(--rds-color-bg-base-1) 52.89%) !important;
}
.bg-neutral-gradient-bottom-right {
  background-image:
    linear-gradient(
      144.84deg,
      var(--rds-color-bg-base-1) 54.87%,
      var(--rds-color-bg-gradient-3) 227.96%) !important;
}
.bg-neutral-gradient {
  background-image:
    linear-gradient(
      144.84deg,
      var(--rds-color-bg-gradient-4) 54.87%,
      var(--rds-color-bg-gradient-3) 227.96%) !important;
}
.bg-warm-blue-gradient-top-left {
  background-image:
    linear-gradient(
      121.21deg,
      var(--rds-color-bg-gradient-1) -17.31%,
      var(--rds-color-bg-gradient-4) 46.37%,
      var(--rds-color-bg-base-1) 65.87%) !important;
}
.bg-warm-blue-gradient-bottom-right {
  background-image:
    linear-gradient(
      136.47deg,
      var(--rds-color-bg-base-1) 35.41%,
      var(--rds-color-bg-gradient-4) 58%,
      var(--rds-color-bg-gradient-1) 128.14%) !important;
}
.bg-gradient-white-to-grey {
  background-image:
    linear-gradient(
      148.3deg,
      var(--rds-color-bg-base-1) 54.06%,
      var(--rds-color-bg-gradient-5) 146.91%) !important;
}
.bg-brand-gradient {
  background-image:
    linear-gradient(
      148.8deg,
      var(--rds-color-bg-base-1) -29.38%,
      var(--rds-color-bg-gradient-2) 69.97%,
      transparent 141.56%) !important;
  animation: brand-gradient-animation 45s linear infinite;
}
.rds-shadow-1 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-shadow-2 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-shadow-3 {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
@media (max-width: 767px) {
  .row {
    --rds-gutter-x: 0px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 768px) {
  .row {
    --rds-gutter-x: 24px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1024px) {
  .row {
    --rds-gutter-x: 24px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1440px) {
  .row {
    --rds-gutter-x: 32px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
@media (min-width: 1672px) {
  .row {
    --rds-gutter-x: 32px;
    --rds-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--rds-gutter-y));
    margin-right: calc(-0.5*var(--rds-gutter-x));
    margin-left: calc(-0.5*var(--rds-gutter-x));
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--rds-gutter-x)*.5);
    padding-left: calc(var(--rds-gutter-x)*.5);
    margin-top: var(--rds-gutter-y);
  }
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
.row-cols-8 > * {
  flex: 0 0 auto;
  width: 12.5%;
}
.row-cols-9 > * {
  flex: 0 0 auto;
  width: 11.1111111111%;
}
.row-cols-10 > * {
  flex: 0 0 auto;
  width: 10%;
}
.row-cols-11 > * {
  flex: 0 0 auto;
  width: 9.0909090909%;
}
.row-cols-12 > * {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --rds-gutter-x: 0;
}
.g-0,
.gy-0 {
  --rds-gutter-y: 0;
}
.g-1,
.gx-1 {
  --rds-gutter-x: 2px;
}
.g-1,
.gy-1 {
  --rds-gutter-y: 2px;
}
.g-2,
.gx-2 {
  --rds-gutter-x: 4px;
}
.g-2,
.gy-2 {
  --rds-gutter-y: 4px;
}
.g-3,
.gx-3 {
  --rds-gutter-x: 8px;
}
.g-3,
.gy-3 {
  --rds-gutter-y: 8px;
}
.g-4,
.gx-4 {
  --rds-gutter-x: 12px;
}
.g-4,
.gy-4 {
  --rds-gutter-y: 12px;
}
.g-5,
.gx-5 {
  --rds-gutter-x: 16px;
}
.g-5,
.gy-5 {
  --rds-gutter-y: 16px;
}
.g-6,
.gx-6 {
  --rds-gutter-x: 20px;
}
.g-6,
.gy-6 {
  --rds-gutter-y: 20px;
}
.g-7,
.gx-7 {
  --rds-gutter-x: 24px;
}
.g-7,
.gy-7 {
  --rds-gutter-y: 24px;
}
.g-8,
.gx-8 {
  --rds-gutter-x: 28px;
}
.g-8,
.gy-8 {
  --rds-gutter-y: 28px;
}
.g-9,
.gx-9 {
  --rds-gutter-x: 32px;
}
.g-9,
.gy-9 {
  --rds-gutter-y: 32px;
}
.g-10,
.gx-10 {
  --rds-gutter-x: 40px;
}
.g-10,
.gy-10 {
  --rds-gutter-y: 40px;
}
.g-11,
.gx-11 {
  --rds-gutter-x: 48px;
}
.g-11,
.gy-11 {
  --rds-gutter-y: 48px;
}
.g-12,
.gx-12 {
  --rds-gutter-x: 56px;
}
.g-12,
.gy-12 {
  --rds-gutter-y: 56px;
}
@media (max-width: 767px) {
  .col {
    flex: 1 0 100%;
  }
  .row-cols-auto > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-3 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-4 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-5 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-6 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-7 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-8 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-9 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-10 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-11 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-12 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-auto {
    flex: 0 0 100%;
    width: 100%;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-1 {
    margin-left: 0;
  }
  .offset-2 {
    margin-left: 0;
  }
  .offset-3 {
    margin-left: 0;
  }
  .offset-4 {
    margin-left: 0;
  }
  .offset-5 {
    margin-left: 0;
  }
  .offset-6 {
    margin-left: 0;
  }
  .offset-7 {
    margin-left: 0;
  }
  .offset-8 {
    margin-left: 0;
  }
  .offset-9 {
    margin-left: 0;
  }
  .offset-10 {
    margin-left: 0;
  }
  .offset-11 {
    margin-left: 0;
  }
  .g-0,
  .gx-0 {
    --rds-gutter-x: 0;
  }
  .g-0,
  .gy-0 {
    --rds-gutter-y: 0;
  }
  .g-1,
  .gx-1 {
    --rds-gutter-x: 2px;
  }
  .g-1,
  .gy-1 {
    --rds-gutter-y: 2px;
  }
  .g-2,
  .gx-2 {
    --rds-gutter-x: 4px;
  }
  .g-2,
  .gy-2 {
    --rds-gutter-y: 4px;
  }
  .g-3,
  .gx-3 {
    --rds-gutter-x: 8px;
  }
  .g-3,
  .gy-3 {
    --rds-gutter-y: 8px;
  }
  .g-4,
  .gx-4 {
    --rds-gutter-x: 12px;
  }
  .g-4,
  .gy-4 {
    --rds-gutter-y: 12px;
  }
  .g-5,
  .gx-5 {
    --rds-gutter-x: 16px;
  }
  .g-5,
  .gy-5 {
    --rds-gutter-y: 16px;
  }
  .g-6,
  .gx-6 {
    --rds-gutter-x: 20px;
  }
  .g-6,
  .gy-6 {
    --rds-gutter-y: 20px;
  }
  .g-7,
  .gx-7 {
    --rds-gutter-x: 24px;
  }
  .g-7,
  .gy-7 {
    --rds-gutter-y: 24px;
  }
  .g-8,
  .gx-8 {
    --rds-gutter-x: 28px;
  }
  .g-8,
  .gy-8 {
    --rds-gutter-y: 28px;
  }
  .g-9,
  .gx-9 {
    --rds-gutter-x: 32px;
  }
  .g-9,
  .gy-9 {
    --rds-gutter-y: 32px;
  }
  .g-10,
  .gx-10 {
    --rds-gutter-x: 40px;
  }
  .g-10,
  .gy-10 {
    --rds-gutter-y: 40px;
  }
  .g-11,
  .gx-11 {
    --rds-gutter-x: 48px;
  }
  .g-11,
  .gy-11 {
    --rds-gutter-y: 48px;
  }
  .g-12,
  .gx-12 {
    --rds-gutter-x: 56px;
  }
  .g-12,
  .gy-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-m {
    flex: 1 0 0%;
  }
  .row-cols-m-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-m-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-m-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-m-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-m-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-m-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-m-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-m-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-m-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-m-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-m-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-m-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-m-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-m-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-m-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-m-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-m-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-m-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-m-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-m-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-m-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-m-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-m-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-m-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-m-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-m-1 {
    margin-left: 8.33333333%;
  }
  .offset-m-2 {
    margin-left: 16.66666667%;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .offset-m-4 {
    margin-left: 33.33333333%;
  }
  .offset-m-5 {
    margin-left: 41.66666667%;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .offset-m-7 {
    margin-left: 58.33333333%;
  }
  .offset-m-8 {
    margin-left: 66.66666667%;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .offset-m-10 {
    margin-left: 83.33333333%;
  }
  .offset-m-11 {
    margin-left: 91.66666667%;
  }
  .g-m-0,
  .gx-m-0 {
    --rds-gutter-x: 0;
  }
  .g-m-0,
  .gy-m-0 {
    --rds-gutter-y: 0;
  }
  .g-m-1,
  .gx-m-1 {
    --rds-gutter-x: 2px;
  }
  .g-m-1,
  .gy-m-1 {
    --rds-gutter-y: 2px;
  }
  .g-m-2,
  .gx-m-2 {
    --rds-gutter-x: 4px;
  }
  .g-m-2,
  .gy-m-2 {
    --rds-gutter-y: 4px;
  }
  .g-m-3,
  .gx-m-3 {
    --rds-gutter-x: 8px;
  }
  .g-m-3,
  .gy-m-3 {
    --rds-gutter-y: 8px;
  }
  .g-m-4,
  .gx-m-4 {
    --rds-gutter-x: 12px;
  }
  .g-m-4,
  .gy-m-4 {
    --rds-gutter-y: 12px;
  }
  .g-m-5,
  .gx-m-5 {
    --rds-gutter-x: 16px;
  }
  .g-m-5,
  .gy-m-5 {
    --rds-gutter-y: 16px;
  }
  .g-m-6,
  .gx-m-6 {
    --rds-gutter-x: 20px;
  }
  .g-m-6,
  .gy-m-6 {
    --rds-gutter-y: 20px;
  }
  .g-m-7,
  .gx-m-7 {
    --rds-gutter-x: 24px;
  }
  .g-m-7,
  .gy-m-7 {
    --rds-gutter-y: 24px;
  }
  .g-m-8,
  .gx-m-8 {
    --rds-gutter-x: 28px;
  }
  .g-m-8,
  .gy-m-8 {
    --rds-gutter-y: 28px;
  }
  .g-m-9,
  .gx-m-9 {
    --rds-gutter-x: 32px;
  }
  .g-m-9,
  .gy-m-9 {
    --rds-gutter-y: 32px;
  }
  .g-m-10,
  .gx-m-10 {
    --rds-gutter-x: 40px;
  }
  .g-m-10,
  .gy-m-10 {
    --rds-gutter-y: 40px;
  }
  .g-m-11,
  .gx-m-11 {
    --rds-gutter-x: 48px;
  }
  .g-m-11,
  .gy-m-11 {
    --rds-gutter-y: 48px;
  }
  .g-m-12,
  .gx-m-12 {
    --rds-gutter-x: 56px;
  }
  .g-m-12,
  .gy-m-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 64px;
    padding-left: 64px;
  }
  .col-l {
    flex: 1 0 0%;
  }
  .row-cols-l-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-l-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-l-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-l-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-l-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-l-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-l-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-l-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-l-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-l-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-l-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-l-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-l-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-l-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-l-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-l-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-l-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-l-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-l-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-l-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-l-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-l-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-l-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-l-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-l-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-l-1 {
    margin-left: 8.33333333%;
  }
  .offset-l-2 {
    margin-left: 16.66666667%;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .offset-l-4 {
    margin-left: 33.33333333%;
  }
  .offset-l-5 {
    margin-left: 41.66666667%;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .offset-l-7 {
    margin-left: 58.33333333%;
  }
  .offset-l-8 {
    margin-left: 66.66666667%;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .offset-l-10 {
    margin-left: 83.33333333%;
  }
  .offset-l-11 {
    margin-left: 91.66666667%;
  }
  .g-l-0,
  .gx-l-0 {
    --rds-gutter-x: 0;
  }
  .g-l-0,
  .gy-l-0 {
    --rds-gutter-y: 0;
  }
  .g-l-1,
  .gx-l-1 {
    --rds-gutter-x: 2px;
  }
  .g-l-1,
  .gy-l-1 {
    --rds-gutter-y: 2px;
  }
  .g-l-2,
  .gx-l-2 {
    --rds-gutter-x: 4px;
  }
  .g-l-2,
  .gy-l-2 {
    --rds-gutter-y: 4px;
  }
  .g-l-3,
  .gx-l-3 {
    --rds-gutter-x: 8px;
  }
  .g-l-3,
  .gy-l-3 {
    --rds-gutter-y: 8px;
  }
  .g-l-4,
  .gx-l-4 {
    --rds-gutter-x: 12px;
  }
  .g-l-4,
  .gy-l-4 {
    --rds-gutter-y: 12px;
  }
  .g-l-5,
  .gx-l-5 {
    --rds-gutter-x: 16px;
  }
  .g-l-5,
  .gy-l-5 {
    --rds-gutter-y: 16px;
  }
  .g-l-6,
  .gx-l-6 {
    --rds-gutter-x: 20px;
  }
  .g-l-6,
  .gy-l-6 {
    --rds-gutter-y: 20px;
  }
  .g-l-7,
  .gx-l-7 {
    --rds-gutter-x: 24px;
  }
  .g-l-7,
  .gy-l-7 {
    --rds-gutter-y: 24px;
  }
  .g-l-8,
  .gx-l-8 {
    --rds-gutter-x: 28px;
  }
  .g-l-8,
  .gy-l-8 {
    --rds-gutter-y: 28px;
  }
  .g-l-9,
  .gx-l-9 {
    --rds-gutter-x: 32px;
  }
  .g-l-9,
  .gy-l-9 {
    --rds-gutter-y: 32px;
  }
  .g-l-10,
  .gx-l-10 {
    --rds-gutter-x: 40px;
  }
  .g-l-10,
  .gy-l-10 {
    --rds-gutter-y: 40px;
  }
  .g-l-11,
  .gx-l-11 {
    --rds-gutter-x: 48px;
  }
  .g-l-11,
  .gy-l-11 {
    --rds-gutter-y: 48px;
  }
  .g-l-12,
  .gx-l-12 {
    --rds-gutter-x: 56px;
  }
  .g-l-12,
  .gy-l-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 100%;
    padding-right: 96px;
    padding-left: 96px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --rds-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --rds-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --rds-gutter-x: 2px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --rds-gutter-y: 2px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --rds-gutter-x: 4px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --rds-gutter-y: 4px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --rds-gutter-x: 8px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --rds-gutter-y: 8px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --rds-gutter-x: 12px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --rds-gutter-y: 12px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --rds-gutter-x: 16px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --rds-gutter-y: 16px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --rds-gutter-x: 20px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --rds-gutter-y: 20px;
  }
  .g-xl-7,
  .gx-xl-7 {
    --rds-gutter-x: 24px;
  }
  .g-xl-7,
  .gy-xl-7 {
    --rds-gutter-y: 24px;
  }
  .g-xl-8,
  .gx-xl-8 {
    --rds-gutter-x: 28px;
  }
  .g-xl-8,
  .gy-xl-8 {
    --rds-gutter-y: 28px;
  }
  .g-xl-9,
  .gx-xl-9 {
    --rds-gutter-x: 32px;
  }
  .g-xl-9,
  .gy-xl-9 {
    --rds-gutter-y: 32px;
  }
  .g-xl-10,
  .gx-xl-10 {
    --rds-gutter-x: 40px;
  }
  .g-xl-10,
  .gy-xl-10 {
    --rds-gutter-y: 40px;
  }
  .g-xl-11,
  .gx-xl-11 {
    --rds-gutter-x: 48px;
  }
  .g-xl-11,
  .gy-xl-11 {
    --rds-gutter-y: 48px;
  }
  .g-xl-12,
  .gx-xl-12 {
    --rds-gutter-x: 56px;
  }
  .g-xl-12,
  .gy-xl-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 1672px) {
  .container {
    width: 100%;
    padding-right: 96px;
    padding-left: 96px;
    max-width: 1672px;
    margin-inline: auto;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --rds-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --rds-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --rds-gutter-x: 2px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --rds-gutter-y: 2px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --rds-gutter-x: 4px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --rds-gutter-y: 4px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --rds-gutter-x: 8px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --rds-gutter-y: 8px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --rds-gutter-x: 12px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --rds-gutter-y: 12px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --rds-gutter-x: 16px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --rds-gutter-y: 16px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --rds-gutter-x: 20px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --rds-gutter-y: 20px;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --rds-gutter-x: 24px;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --rds-gutter-y: 24px;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --rds-gutter-x: 28px;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --rds-gutter-y: 28px;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --rds-gutter-x: 32px;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --rds-gutter-y: 32px;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --rds-gutter-x: 40px;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --rds-gutter-y: 40px;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --rds-gutter-x: 48px;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --rds-gutter-y: 48px;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --rds-gutter-x: 56px;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 768px) {
  .container-dashboard {
    padding-inline: 20px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1024px) {
  .container-dashboard {
    padding-inline: 28px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1440px) {
  .container-dashboard {
    padding-inline: 32px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
@media (min-width: 1672px) {
  .container-dashboard {
    padding-inline: 32px;
  }
  .container-dashboard .row {
    --rds-gutter-x: 16px;
  }
}
.container-fluid,
.container-dashboard {
  max-width: 100%;
}
body {
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .article-display-l {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-display-l {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-display-l {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-display-l {
    font-size: 128px;
    font-weight: 200;
    line-height: 144px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-display-l {
    font-size: 128px;
    font-weight: 200;
    line-height: 144px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-display-l--s {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--m {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--l {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--xl {
  font-size: 128px;
  font-weight: 200;
  line-height: 144px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-l--xxl {
  font-size: 128px;
  font-weight: 200;
  line-height: 144px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-display-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-display-m {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-display-m {
    font-size: 60px;
    font-weight: 200;
    line-height: 72px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-display-m {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-display-m {
    font-size: 88px;
    font-weight: 200;
    line-height: 100px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-display-m--s {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--m {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--l {
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--xl {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-display-m--xxl {
  font-size: 88px;
  font-weight: 200;
  line-height: 100px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-1 {
    font-size: 60px;
    font-weight: 200;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-1--s {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--m {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--l {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--xl {
  font-size: 60px;
  font-weight: 200;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1--xxl {
  font-size: 60px;
  font-weight: 200;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-1-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-1-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-1-bold {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-1-bold {
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-1-bold--s {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--m {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--l {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--xl {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-1-bold--xxl {
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-2 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-2 {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-2--s {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--m {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--l {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--xl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2--xxl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-2-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-2-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-2-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-2-bold {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-2-bold--s {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--m {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--l {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--xl {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-2-bold--xxl {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-3 {
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-3 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-3 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-3--s {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--m {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--l {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--xl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3--xxl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-3-bold {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-3-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-3-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-3-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-3-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-3-bold--s {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--m {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--l {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--xl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-3-bold--xxl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-4--s {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--m {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--l {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--xl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4--xxl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-4-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-4-bold {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-4-bold {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-4-bold--s {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--m {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--l {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--xl {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-4-bold--xxl {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-5--s {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--m {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--l {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--xl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5--xxl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-5-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-5-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-5-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-5-bold--s {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--m {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--l {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-5-bold--xxl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-6--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-heading-6-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-heading-6-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-heading-6-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-heading-6-bold--s {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--m {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--l {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--xl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-heading-6-bold--xxl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-quote-m {
    font-size: 32px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-quote-m {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-quote-m {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-quote-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-quote-m {
    font-size: 48px;
    font-weight: 200;
    line-height: 56px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-quote-m--s {
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--m {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--l {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--xl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-m--xxl {
  font-size: 48px;
  font-weight: 200;
  line-height: 56px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-quote-s {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-quote-s {
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-quote-s {
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-quote-s {
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-quote-s {
    font-size: 30px;
    font-weight: 200;
    line-height: 45px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-quote-s--s {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--m {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--l {
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--xl {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-quote-s--xxl {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-kpi {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-lead {
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-lead {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-lead {
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-lead {
    font-size: 26px;
    font-weight: 200;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-lead {
    font-size: 26px;
    font-weight: 200;
    line-height: 38px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-lead--s {
  font-size: 22px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--m {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--l {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--xl {
  font-size: 26px;
  font-weight: 200;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-lead--xxl {
  font-size: 26px;
  font-weight: 200;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-m--s {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--m {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--xl {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m--xxl {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-m-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-m-bold {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-m-bold {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-m-bold--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-m-bold--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-s--s {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--m {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--l {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--xl {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s--xxl {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-body-s-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-body-s-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-body-s-bold--s {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--xl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-body-s-bold--xxl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .article-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .article-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.article-caption--s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--xl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-caption--xxl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article-footnote {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-1 {
    font-size: 28px;
    font-weight: 200;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-1 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-1 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-1 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-1--s {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--m {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--l {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--xl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1--xxl {
  font-size: 40px;
  font-weight: 200;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-1-bold {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-1-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-1-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-1-bold {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-1-bold--s {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--m {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--l {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--xl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-1-bold--xxl {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-2 {
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-2--s {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--m {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--l {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--xl {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2--xxl {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-2-bold {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-2-bold {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-2-bold--s {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--m {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--l {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--xl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-2-bold--xxl {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-3--s {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--m {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--l {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--xl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3--xxl {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-3-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-3-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-3-bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-3-bold--s {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--m {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--l {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--xl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-3-bold--xxl {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-4--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-heading-4-bold {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-heading-4-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-heading-4-bold {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-heading-4-bold--s {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--m {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--l {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--xl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-heading-4-bold--xxl {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-quote {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-quote--s {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--xl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-quote--xxl {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-l--s {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--m {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--xl {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l--xxl {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-l-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-l-bold {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-l-bold--s {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--m {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--l {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--xl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-l-bold--xxl {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-m--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--l {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--xl {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m--xxl {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .ui-body-m-bold {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .ui-body-m-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.ui-body-m-bold--s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--l {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--xl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-m-bold--xxl {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-body-s-bold {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-l-bold {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-m-bold {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-s-bold {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-label-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-overline-s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-overline-m {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-component-text-m {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-component-text-s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (max-width: 767px) {
  .float-s-start {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .float-m-start {
    float: left !important;
  }
}
@media (min-width: 1024px) {
  .float-l-start {
    float: left !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-start {
    float: left !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-start {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .float-s-end {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .float-m-end {
    float: right !important;
  }
}
@media (min-width: 1024px) {
  .float-l-end {
    float: right !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-end {
    float: right !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-end {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .float-s-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-m-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-l-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1672px) {
  .float-xxl-none {
    float: none !important;
  }
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
@media (max-width: 767px) {
  .d-s-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .d-s-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .d-s-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-m-block {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .d-l-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .d-s-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-m-grid {
    display: grid !important;
  }
}
@media (min-width: 1024px) {
  .d-l-grid {
    display: grid !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-grid {
    display: grid !important;
  }
}
@media (max-width: 767px) {
  .d-s-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .d-m-table {
    display: table !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table {
    display: table !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table {
    display: table !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table {
    display: table !important;
  }
}
@media (max-width: 767px) {
  .d-s-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .d-m-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table-row {
    display: table-row !important;
  }
}
@media (max-width: 767px) {
  .d-s-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-m-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .d-l-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .d-s-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-m-flex {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .d-l-flex {
    display: flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .d-s-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-m-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-l-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .d-s-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .d-l-none {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1672px) {
  .d-xxl-none {
    display: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
@media (max-width: 767px) {
  .flex-s-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 768px) {
  .flex-m-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (max-width: 767px) {
  .flex-s-row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .flex-m-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .flex-s-column {
    flex-direction: column !important;
  }
}
@media (min-width: 768px) {
  .flex-m-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-column {
    flex-direction: column !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-column {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .flex-s-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (max-width: 767px) {
  .flex-s-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
@media (max-width: 767px) {
  .flex-s-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-s-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (max-width: 767px) {
  .flex-s-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media (max-width: 767px) {
  .flex-s-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-m-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (max-width: 767px) {
  .flex-s-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .flex-m-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .flex-s-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .flex-m-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767px) {
  .flex-s-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1024px) {
  .flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1672px) {
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (max-width: 767px) {
  .justify-content-s-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-center {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-center {
    justify-content: center !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-center {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
}
@media (max-width: 767px) {
  .justify-content-s-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .justify-content-m-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1024px) {
  .justify-content-l-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1440px) {
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1672px) {
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .align-items-s-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-center {
    align-items: center !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-center {
    align-items: center !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-center {
    align-items: center !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-center {
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
}
@media (max-width: 767px) {
  .align-items-s-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-items-m-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-items-l-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
@media (max-width: 767px) {
  .align-content-s-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-start {
    align-content: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-end {
    align-content: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-center {
    align-content: center !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-center {
    align-content: center !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-center {
    align-content: center !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-center {
    align-content: center !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-center {
    align-content: center !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-between {
    align-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-between {
    align-content: space-between !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-between {
    align-content: space-between !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-around {
    align-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-around {
    align-content: space-around !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-around {
    align-content: space-around !important;
  }
}
@media (max-width: 767px) {
  .align-content-s-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-content-m-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-content-l-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (max-width: 767px) {
  .align-self-s-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-auto {
    align-self: auto !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-start {
    align-self: flex-start !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-center {
    align-self: center !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-center {
    align-self: center !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-center {
    align-self: center !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-center {
    align-self: center !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-center {
    align-self: center !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
}
@media (max-width: 767px) {
  .align-self-s-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-self-m-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .align-self-l-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1672px) {
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
@media (max-width: 767px) {
  .order-s-first {
    order: -1 !important;
  }
}
@media (min-width: 768px) {
  .order-m-first {
    order: -1 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-first {
    order: -1 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-first {
    order: -1 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-first {
    order: -1 !important;
  }
}
@media (max-width: 767px) {
  .order-s-0 {
    order: 0 !important;
  }
}
@media (min-width: 768px) {
  .order-m-0 {
    order: 0 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-0 {
    order: 0 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-0 {
    order: 0 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-0 {
    order: 0 !important;
  }
}
@media (max-width: 767px) {
  .order-s-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-m-1 {
    order: 1 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-1 {
    order: 1 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-1 {
    order: 1 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-1 {
    order: 1 !important;
  }
}
@media (max-width: 767px) {
  .order-s-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-m-2 {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-2 {
    order: 2 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-2 {
    order: 2 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-2 {
    order: 2 !important;
  }
}
@media (max-width: 767px) {
  .order-s-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-m-3 {
    order: 3 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-3 {
    order: 3 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-3 {
    order: 3 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-3 {
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .order-s-4 {
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-m-4 {
    order: 4 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-4 {
    order: 4 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-4 {
    order: 4 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-4 {
    order: 4 !important;
  }
}
@media (max-width: 767px) {
  .order-s-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-m-5 {
    order: 5 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-5 {
    order: 5 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-5 {
    order: 5 !important;
  }
}
@media (max-width: 767px) {
  .order-s-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-m-last {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .order-l-last {
    order: 6 !important;
  }
}
@media (min-width: 1440px) {
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1672px) {
  .order-xxl-last {
    order: 6 !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 2px !important;
}
.m-2 {
  margin: 4px !important;
}
.m-3 {
  margin: 8px !important;
}
.m-4 {
  margin: 12px !important;
}
.m-5 {
  margin: 16px !important;
}
.m-6 {
  margin: 20px !important;
}
.m-7 {
  margin: 24px !important;
}
.m-8 {
  margin: 28px !important;
}
.m-9 {
  margin: 32px !important;
}
.m-10 {
  margin: 40px !important;
}
.m-11 {
  margin: 48px !important;
}
.m-12 {
  margin: 56px !important;
}
.m-auto {
  margin: auto !important;
}
@media (max-width: 767px) {
  .m-s-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-m-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .m-l-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .m-s-1 {
    margin: 2px !important;
  }
}
@media (min-width: 768px) {
  .m-m-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-1 {
    margin: 2px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-1 {
    margin: 2px !important;
  }
}
@media (max-width: 767px) {
  .m-s-2 {
    margin: 4px !important;
  }
}
@media (min-width: 768px) {
  .m-m-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-2 {
    margin: 4px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-2 {
    margin: 4px !important;
  }
}
@media (max-width: 767px) {
  .m-s-3 {
    margin: 8px !important;
  }
}
@media (min-width: 768px) {
  .m-m-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-3 {
    margin: 8px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-3 {
    margin: 8px !important;
  }
}
@media (max-width: 767px) {
  .m-s-4 {
    margin: 12px !important;
  }
}
@media (min-width: 768px) {
  .m-m-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-4 {
    margin: 12px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-4 {
    margin: 12px !important;
  }
}
@media (max-width: 767px) {
  .m-s-5 {
    margin: 16px !important;
  }
}
@media (min-width: 768px) {
  .m-m-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-5 {
    margin: 16px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-5 {
    margin: 16px !important;
  }
}
@media (max-width: 767px) {
  .m-s-6 {
    margin: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-m-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-6 {
    margin: 20px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-6 {
    margin: 20px !important;
  }
}
@media (max-width: 767px) {
  .m-s-7 {
    margin: 24px !important;
  }
}
@media (min-width: 768px) {
  .m-m-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-7 {
    margin: 24px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-7 {
    margin: 24px !important;
  }
}
@media (max-width: 767px) {
  .m-s-8 {
    margin: 28px !important;
  }
}
@media (min-width: 768px) {
  .m-m-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-8 {
    margin: 28px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-8 {
    margin: 28px !important;
  }
}
@media (max-width: 767px) {
  .m-s-9 {
    margin: 32px !important;
  }
}
@media (min-width: 768px) {
  .m-m-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-9 {
    margin: 32px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-9 {
    margin: 32px !important;
  }
}
@media (max-width: 767px) {
  .m-s-10 {
    margin: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-m-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-10 {
    margin: 40px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-10 {
    margin: 40px !important;
  }
}
@media (max-width: 767px) {
  .m-s-11 {
    margin: 48px !important;
  }
}
@media (min-width: 768px) {
  .m-m-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-11 {
    margin: 48px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-11 {
    margin: 48px !important;
  }
}
@media (max-width: 767px) {
  .m-s-12 {
    margin: 56px !important;
  }
}
@media (min-width: 768px) {
  .m-m-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-12 {
    margin: 56px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-12 {
    margin: 56px !important;
  }
}
@media (max-width: 767px) {
  .m-s-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .m-m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-l-auto {
    margin: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-auto {
    margin: auto !important;
  }
}
.mx-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 2px !important;
}
.mx-1 {
  margin-left: 2px !important;
}
.mx-2 {
  margin-right: 4px !important;
}
.mx-2 {
  margin-left: 4px !important;
}
.mx-3 {
  margin-right: 8px !important;
}
.mx-3 {
  margin-left: 8px !important;
}
.mx-4 {
  margin-right: 12px !important;
}
.mx-4 {
  margin-left: 12px !important;
}
.mx-5 {
  margin-right: 16px !important;
}
.mx-5 {
  margin-left: 16px !important;
}
.mx-6 {
  margin-right: 20px !important;
}
.mx-6 {
  margin-left: 20px !important;
}
.mx-7 {
  margin-right: 24px !important;
}
.mx-7 {
  margin-left: 24px !important;
}
.mx-8 {
  margin-right: 28px !important;
}
.mx-8 {
  margin-left: 28px !important;
}
.mx-9 {
  margin-right: 32px !important;
}
.mx-9 {
  margin-left: 32px !important;
}
.mx-10 {
  margin-right: 40px !important;
}
.mx-10 {
  margin-left: 40px !important;
}
.mx-11 {
  margin-right: 48px !important;
}
.mx-11 {
  margin-left: 48px !important;
}
.mx-12 {
  margin-right: 56px !important;
}
.mx-12 {
  margin-left: 56px !important;
}
.mx-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .mx-s-0 {
    margin-right: 0 !important;
  }
  .mx-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .mx-m-0 {
    margin-right: 0 !important;
  }
  .mx-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-0 {
    margin-right: 0 !important;
  }
  .mx-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mx-s-1 {
    margin-right: 2px !important;
  }
  .mx-s-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-1 {
    margin-right: 2px !important;
  }
  .mx-m-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-1 {
    margin-right: 2px !important;
  }
  .mx-l-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-1 {
    margin-right: 2px !important;
  }
  .mx-xl-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-1 {
    margin-right: 2px !important;
  }
  .mx-xxl-1 {
    margin-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-2 {
    margin-right: 4px !important;
  }
  .mx-s-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-2 {
    margin-right: 4px !important;
  }
  .mx-m-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-2 {
    margin-right: 4px !important;
  }
  .mx-l-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-2 {
    margin-right: 4px !important;
  }
  .mx-xl-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-2 {
    margin-right: 4px !important;
  }
  .mx-xxl-2 {
    margin-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-3 {
    margin-right: 8px !important;
  }
  .mx-s-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-3 {
    margin-right: 8px !important;
  }
  .mx-m-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-3 {
    margin-right: 8px !important;
  }
  .mx-l-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-3 {
    margin-right: 8px !important;
  }
  .mx-xl-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-3 {
    margin-right: 8px !important;
  }
  .mx-xxl-3 {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-4 {
    margin-right: 12px !important;
  }
  .mx-s-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-4 {
    margin-right: 12px !important;
  }
  .mx-m-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-4 {
    margin-right: 12px !important;
  }
  .mx-l-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-4 {
    margin-right: 12px !important;
  }
  .mx-xl-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-4 {
    margin-right: 12px !important;
  }
  .mx-xxl-4 {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-5 {
    margin-right: 16px !important;
  }
  .mx-s-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-5 {
    margin-right: 16px !important;
  }
  .mx-m-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-5 {
    margin-right: 16px !important;
  }
  .mx-l-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-5 {
    margin-right: 16px !important;
  }
  .mx-xl-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-5 {
    margin-right: 16px !important;
  }
  .mx-xxl-5 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-6 {
    margin-right: 20px !important;
  }
  .mx-s-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-6 {
    margin-right: 20px !important;
  }
  .mx-m-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-6 {
    margin-right: 20px !important;
  }
  .mx-l-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-6 {
    margin-right: 20px !important;
  }
  .mx-xl-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-6 {
    margin-right: 20px !important;
  }
  .mx-xxl-6 {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-7 {
    margin-right: 24px !important;
  }
  .mx-s-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-7 {
    margin-right: 24px !important;
  }
  .mx-m-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-7 {
    margin-right: 24px !important;
  }
  .mx-l-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-7 {
    margin-right: 24px !important;
  }
  .mx-xl-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-7 {
    margin-right: 24px !important;
  }
  .mx-xxl-7 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-8 {
    margin-right: 28px !important;
  }
  .mx-s-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-8 {
    margin-right: 28px !important;
  }
  .mx-m-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-8 {
    margin-right: 28px !important;
  }
  .mx-l-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-8 {
    margin-right: 28px !important;
  }
  .mx-xl-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-8 {
    margin-right: 28px !important;
  }
  .mx-xxl-8 {
    margin-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-9 {
    margin-right: 32px !important;
  }
  .mx-s-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-9 {
    margin-right: 32px !important;
  }
  .mx-m-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-9 {
    margin-right: 32px !important;
  }
  .mx-l-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-9 {
    margin-right: 32px !important;
  }
  .mx-xl-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-9 {
    margin-right: 32px !important;
  }
  .mx-xxl-9 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-10 {
    margin-right: 40px !important;
  }
  .mx-s-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-10 {
    margin-right: 40px !important;
  }
  .mx-m-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-10 {
    margin-right: 40px !important;
  }
  .mx-l-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-10 {
    margin-right: 40px !important;
  }
  .mx-xl-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-10 {
    margin-right: 40px !important;
  }
  .mx-xxl-10 {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-11 {
    margin-right: 48px !important;
  }
  .mx-s-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-11 {
    margin-right: 48px !important;
  }
  .mx-m-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-11 {
    margin-right: 48px !important;
  }
  .mx-l-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-11 {
    margin-right: 48px !important;
  }
  .mx-xl-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-11 {
    margin-right: 48px !important;
  }
  .mx-xxl-11 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-12 {
    margin-right: 56px !important;
  }
  .mx-s-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-12 {
    margin-right: 56px !important;
  }
  .mx-m-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-12 {
    margin-right: 56px !important;
  }
  .mx-l-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-12 {
    margin-right: 56px !important;
  }
  .mx-xl-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-12 {
    margin-right: 56px !important;
  }
  .mx-xxl-12 {
    margin-left: 56px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-auto {
    margin-right: auto !important;
  }
  .mx-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mx-m-auto {
    margin-right: auto !important;
  }
  .mx-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-auto {
    margin-right: auto !important;
  }
  .mx-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.my-0 {
  margin-top: 0 !important;
}
.my-0 {
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 2px !important;
}
.my-1 {
  margin-bottom: 2px !important;
}
.my-2 {
  margin-top: 4px !important;
}
.my-2 {
  margin-bottom: 4px !important;
}
.my-3 {
  margin-top: 8px !important;
}
.my-3 {
  margin-bottom: 8px !important;
}
.my-4 {
  margin-top: 12px !important;
}
.my-4 {
  margin-bottom: 12px !important;
}
.my-5 {
  margin-top: 16px !important;
}
.my-5 {
  margin-bottom: 16px !important;
}
.my-6 {
  margin-top: 20px !important;
}
.my-6 {
  margin-bottom: 20px !important;
}
.my-7 {
  margin-top: 24px !important;
}
.my-7 {
  margin-bottom: 24px !important;
}
.my-8 {
  margin-top: 28px !important;
}
.my-8 {
  margin-bottom: 28px !important;
}
.my-9 {
  margin-top: 32px !important;
}
.my-9 {
  margin-bottom: 32px !important;
}
.my-10 {
  margin-top: 40px !important;
}
.my-10 {
  margin-bottom: 40px !important;
}
.my-11 {
  margin-top: 48px !important;
}
.my-11 {
  margin-bottom: 48px !important;
}
.my-12 {
  margin-top: 56px !important;
}
.my-12 {
  margin-bottom: 56px !important;
}
.my-auto {
  margin-top: auto !important;
}
.my-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .my-s-0 {
    margin-top: 0 !important;
  }
  .my-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .my-m-0 {
    margin-top: 0 !important;
  }
  .my-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .my-l-0 {
    margin-top: 0 !important;
  }
  .my-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .my-s-1 {
    margin-top: 2px !important;
  }
  .my-s-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-1 {
    margin-top: 2px !important;
  }
  .my-m-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-1 {
    margin-top: 2px !important;
  }
  .my-l-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-1 {
    margin-top: 2px !important;
  }
  .my-xl-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-1 {
    margin-top: 2px !important;
  }
  .my-xxl-1 {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .my-s-2 {
    margin-top: 4px !important;
  }
  .my-s-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-2 {
    margin-top: 4px !important;
  }
  .my-m-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-2 {
    margin-top: 4px !important;
  }
  .my-l-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-2 {
    margin-top: 4px !important;
  }
  .my-xl-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-2 {
    margin-top: 4px !important;
  }
  .my-xxl-2 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .my-s-3 {
    margin-top: 8px !important;
  }
  .my-s-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-3 {
    margin-top: 8px !important;
  }
  .my-m-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-3 {
    margin-top: 8px !important;
  }
  .my-l-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-3 {
    margin-top: 8px !important;
  }
  .my-xl-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-3 {
    margin-top: 8px !important;
  }
  .my-xxl-3 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .my-s-4 {
    margin-top: 12px !important;
  }
  .my-s-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-4 {
    margin-top: 12px !important;
  }
  .my-m-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-4 {
    margin-top: 12px !important;
  }
  .my-l-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-4 {
    margin-top: 12px !important;
  }
  .my-xl-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-4 {
    margin-top: 12px !important;
  }
  .my-xxl-4 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .my-s-5 {
    margin-top: 16px !important;
  }
  .my-s-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-5 {
    margin-top: 16px !important;
  }
  .my-m-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-5 {
    margin-top: 16px !important;
  }
  .my-l-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-5 {
    margin-top: 16px !important;
  }
  .my-xl-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-5 {
    margin-top: 16px !important;
  }
  .my-xxl-5 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .my-s-6 {
    margin-top: 20px !important;
  }
  .my-s-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-6 {
    margin-top: 20px !important;
  }
  .my-m-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-6 {
    margin-top: 20px !important;
  }
  .my-l-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-6 {
    margin-top: 20px !important;
  }
  .my-xl-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-6 {
    margin-top: 20px !important;
  }
  .my-xxl-6 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .my-s-7 {
    margin-top: 24px !important;
  }
  .my-s-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-7 {
    margin-top: 24px !important;
  }
  .my-m-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-7 {
    margin-top: 24px !important;
  }
  .my-l-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-7 {
    margin-top: 24px !important;
  }
  .my-xl-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-7 {
    margin-top: 24px !important;
  }
  .my-xxl-7 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .my-s-8 {
    margin-top: 28px !important;
  }
  .my-s-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-8 {
    margin-top: 28px !important;
  }
  .my-m-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-8 {
    margin-top: 28px !important;
  }
  .my-l-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-8 {
    margin-top: 28px !important;
  }
  .my-xl-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-8 {
    margin-top: 28px !important;
  }
  .my-xxl-8 {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .my-s-9 {
    margin-top: 32px !important;
  }
  .my-s-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-9 {
    margin-top: 32px !important;
  }
  .my-m-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-9 {
    margin-top: 32px !important;
  }
  .my-l-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-9 {
    margin-top: 32px !important;
  }
  .my-xl-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-9 {
    margin-top: 32px !important;
  }
  .my-xxl-9 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .my-s-10 {
    margin-top: 40px !important;
  }
  .my-s-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-10 {
    margin-top: 40px !important;
  }
  .my-m-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-10 {
    margin-top: 40px !important;
  }
  .my-l-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-10 {
    margin-top: 40px !important;
  }
  .my-xl-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-10 {
    margin-top: 40px !important;
  }
  .my-xxl-10 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .my-s-11 {
    margin-top: 48px !important;
  }
  .my-s-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-11 {
    margin-top: 48px !important;
  }
  .my-m-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-11 {
    margin-top: 48px !important;
  }
  .my-l-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-11 {
    margin-top: 48px !important;
  }
  .my-xl-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-11 {
    margin-top: 48px !important;
  }
  .my-xxl-11 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .my-s-12 {
    margin-top: 56px !important;
  }
  .my-s-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-12 {
    margin-top: 56px !important;
  }
  .my-m-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-12 {
    margin-top: 56px !important;
  }
  .my-l-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-12 {
    margin-top: 56px !important;
  }
  .my-xl-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-12 {
    margin-top: 56px !important;
  }
  .my-xxl-12 {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 767px) {
  .my-s-auto {
    margin-top: auto !important;
  }
  .my-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .my-m-auto {
    margin-top: auto !important;
  }
  .my-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .my-l-auto {
    margin-top: auto !important;
  }
  .my-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-auto {
    margin-top: auto !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2px !important;
}
.mt-2 {
  margin-top: 4px !important;
}
.mt-3 {
  margin-top: 8px !important;
}
.mt-4 {
  margin-top: 12px !important;
}
.mt-5 {
  margin-top: 16px !important;
}
.mt-6 {
  margin-top: 20px !important;
}
.mt-7 {
  margin-top: 24px !important;
}
.mt-8 {
  margin-top: 28px !important;
}
.mt-9 {
  margin-top: 32px !important;
}
.mt-10 {
  margin-top: 40px !important;
}
.mt-11 {
  margin-top: 48px !important;
}
.mt-12 {
  margin-top: 56px !important;
}
.mt-auto {
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .mt-s-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .mt-m-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .mt-s-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-1 {
    margin-top: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-1 {
    margin-top: 2px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-2 {
    margin-top: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-2 {
    margin-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-3 {
    margin-top: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-3 {
    margin-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-4 {
    margin-top: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-4 {
    margin-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-5 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-5 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-6 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-6 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-7 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-7 {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-8 {
    margin-top: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-8 {
    margin-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-9 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-9 {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-10 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-10 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-11 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-11 {
    margin-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-12 {
    margin-top: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-12 {
    margin-top: 56px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-m-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 2px !important;
}
.me-2 {
  margin-right: 4px !important;
}
.me-3 {
  margin-right: 8px !important;
}
.me-4 {
  margin-right: 12px !important;
}
.me-5 {
  margin-right: 16px !important;
}
.me-6 {
  margin-right: 20px !important;
}
.me-7 {
  margin-right: 24px !important;
}
.me-8 {
  margin-right: 28px !important;
}
.me-9 {
  margin-right: 32px !important;
}
.me-10 {
  margin-right: 40px !important;
}
.me-11 {
  margin-right: 48px !important;
}
.me-12 {
  margin-right: 56px !important;
}
.me-auto {
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .me-s-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .me-m-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .me-l-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .me-s-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 768px) {
  .me-m-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-1 {
    margin-right: 2px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-1 {
    margin-right: 2px !important;
  }
}
@media (max-width: 767px) {
  .me-s-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .me-m-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-2 {
    margin-right: 4px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-2 {
    margin-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .me-s-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .me-m-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-3 {
    margin-right: 8px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-3 {
    margin-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .me-s-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .me-m-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-4 {
    margin-right: 12px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-4 {
    margin-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .me-s-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .me-m-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-5 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-5 {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .me-s-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .me-m-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-6 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-6 {
    margin-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .me-s-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .me-m-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-7 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-7 {
    margin-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .me-s-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .me-m-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-8 {
    margin-right: 28px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-8 {
    margin-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .me-s-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .me-m-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-9 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-9 {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .me-s-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .me-m-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-10 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-10 {
    margin-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .me-s-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .me-m-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-11 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-11 {
    margin-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .me-s-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 768px) {
  .me-m-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-12 {
    margin-right: 56px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-12 {
    margin-right: 56px !important;
  }
}
@media (max-width: 767px) {
  .me-s-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .me-m-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .me-l-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-auto {
    margin-right: auto !important;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2px !important;
}
.mb-2 {
  margin-bottom: 4px !important;
}
.mb-3 {
  margin-bottom: 8px !important;
}
.mb-4 {
  margin-bottom: 12px !important;
}
.mb-5 {
  margin-bottom: 16px !important;
}
.mb-6 {
  margin-bottom: 20px !important;
}
.mb-7 {
  margin-bottom: 24px !important;
}
.mb-8 {
  margin-bottom: 28px !important;
}
.mb-9 {
  margin-bottom: 32px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}
.mb-11 {
  margin-bottom: 48px !important;
}
.mb-12 {
  margin-bottom: 56px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .mb-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .mb-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .mb-s-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-1 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-1 {
    margin-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-2 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-2 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-3 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-3 {
    margin-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-4 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-4 {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-5 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-5 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-6 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-6 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-7 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-7 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-8 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-8 {
    margin-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-9 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-9 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-10 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-11 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-11 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-12 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-12 {
    margin-bottom: 56px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mb-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 2px !important;
}
.ms-2 {
  margin-left: 4px !important;
}
.ms-3 {
  margin-left: 8px !important;
}
.ms-4 {
  margin-left: 12px !important;
}
.ms-5 {
  margin-left: 16px !important;
}
.ms-6 {
  margin-left: 20px !important;
}
.ms-7 {
  margin-left: 24px !important;
}
.ms-8 {
  margin-left: 28px !important;
}
.ms-9 {
  margin-left: 32px !important;
}
.ms-10 {
  margin-left: 40px !important;
}
.ms-11 {
  margin-left: 48px !important;
}
.ms-12 {
  margin-left: 56px !important;
}
.ms-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .ms-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .ms-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ms-s-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-1 {
    margin-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-1 {
    margin-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-2 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-2 {
    margin-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-3 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-3 {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-4 {
    margin-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-4 {
    margin-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-5 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-5 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-6 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-6 {
    margin-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-7 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-7 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-8 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-8 {
    margin-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-9 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-9 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-10 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-10 {
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-11 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-11 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-12 {
    margin-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-12 {
    margin-left: 56px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .ms-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-auto {
    margin-left: auto !important;
  }
}
.m-n1 {
  margin: -2px !important;
}
.m-n2 {
  margin: -4px !important;
}
.m-n3 {
  margin: -8px !important;
}
.m-n4 {
  margin: -12px !important;
}
.m-n5 {
  margin: -16px !important;
}
.m-n6 {
  margin: -20px !important;
}
.m-n7 {
  margin: -24px !important;
}
.m-n8 {
  margin: -28px !important;
}
.m-n9 {
  margin: -32px !important;
}
.m-n10 {
  margin: -40px !important;
}
.m-n11 {
  margin: -48px !important;
}
.m-n12 {
  margin: -56px !important;
}
@media (max-width: 767px) {
  .m-s-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n1 {
    margin: -2px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n1 {
    margin: -2px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n2 {
    margin: -4px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n2 {
    margin: -4px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n3 {
    margin: -8px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n3 {
    margin: -8px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n4 {
    margin: -12px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n4 {
    margin: -12px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n5 {
    margin: -16px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n5 {
    margin: -16px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n6 {
    margin: -20px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n6 {
    margin: -20px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n7 {
    margin: -24px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n7 {
    margin: -24px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n8 {
    margin: -28px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n8 {
    margin: -28px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n9 {
    margin: -32px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n9 {
    margin: -32px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n10 {
    margin: -40px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n10 {
    margin: -40px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n11 {
    margin: -48px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n11 {
    margin: -48px !important;
  }
}
@media (max-width: 767px) {
  .m-s-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 768px) {
  .m-m-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1024px) {
  .m-l-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-n12 {
    margin: -56px !important;
  }
}
@media (min-width: 1672px) {
  .m-xxl-n12 {
    margin: -56px !important;
  }
}
.mx-n1 {
  margin-right: -2px !important;
}
.mx-n1 {
  margin-left: -2px !important;
}
.mx-n2 {
  margin-right: -4px !important;
}
.mx-n2 {
  margin-left: -4px !important;
}
.mx-n3 {
  margin-right: -8px !important;
}
.mx-n3 {
  margin-left: -8px !important;
}
.mx-n4 {
  margin-right: -12px !important;
}
.mx-n4 {
  margin-left: -12px !important;
}
.mx-n5 {
  margin-right: -16px !important;
}
.mx-n5 {
  margin-left: -16px !important;
}
.mx-n6 {
  margin-right: -20px !important;
}
.mx-n6 {
  margin-left: -20px !important;
}
.mx-n7 {
  margin-right: -24px !important;
}
.mx-n7 {
  margin-left: -24px !important;
}
.mx-n8 {
  margin-right: -28px !important;
}
.mx-n8 {
  margin-left: -28px !important;
}
.mx-n9 {
  margin-right: -32px !important;
}
.mx-n9 {
  margin-left: -32px !important;
}
.mx-n10 {
  margin-right: -40px !important;
}
.mx-n10 {
  margin-left: -40px !important;
}
.mx-n11 {
  margin-right: -48px !important;
}
.mx-n11 {
  margin-left: -48px !important;
}
.mx-n12 {
  margin-right: -56px !important;
}
.mx-n12 {
  margin-left: -56px !important;
}
@media (max-width: 767px) {
  .mx-s-n1 {
    margin-right: -2px !important;
  }
  .mx-s-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n1 {
    margin-right: -2px !important;
  }
  .mx-m-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n1 {
    margin-right: -2px !important;
  }
  .mx-l-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n1 {
    margin-right: -2px !important;
  }
  .mx-xl-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n1 {
    margin-right: -2px !important;
  }
  .mx-xxl-n1 {
    margin-left: -2px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n2 {
    margin-right: -4px !important;
  }
  .mx-s-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n2 {
    margin-right: -4px !important;
  }
  .mx-m-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n2 {
    margin-right: -4px !important;
  }
  .mx-l-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n2 {
    margin-right: -4px !important;
  }
  .mx-xl-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n2 {
    margin-right: -4px !important;
  }
  .mx-xxl-n2 {
    margin-left: -4px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n3 {
    margin-right: -8px !important;
  }
  .mx-s-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n3 {
    margin-right: -8px !important;
  }
  .mx-m-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n3 {
    margin-right: -8px !important;
  }
  .mx-l-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n3 {
    margin-right: -8px !important;
  }
  .mx-xl-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n3 {
    margin-right: -8px !important;
  }
  .mx-xxl-n3 {
    margin-left: -8px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n4 {
    margin-right: -12px !important;
  }
  .mx-s-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n4 {
    margin-right: -12px !important;
  }
  .mx-m-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n4 {
    margin-right: -12px !important;
  }
  .mx-l-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n4 {
    margin-right: -12px !important;
  }
  .mx-xl-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n4 {
    margin-right: -12px !important;
  }
  .mx-xxl-n4 {
    margin-left: -12px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n5 {
    margin-right: -16px !important;
  }
  .mx-s-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n5 {
    margin-right: -16px !important;
  }
  .mx-m-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n5 {
    margin-right: -16px !important;
  }
  .mx-l-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n5 {
    margin-right: -16px !important;
  }
  .mx-xl-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n5 {
    margin-right: -16px !important;
  }
  .mx-xxl-n5 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n6 {
    margin-right: -20px !important;
  }
  .mx-s-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n6 {
    margin-right: -20px !important;
  }
  .mx-m-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n6 {
    margin-right: -20px !important;
  }
  .mx-l-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n6 {
    margin-right: -20px !important;
  }
  .mx-xl-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n6 {
    margin-right: -20px !important;
  }
  .mx-xxl-n6 {
    margin-left: -20px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n7 {
    margin-right: -24px !important;
  }
  .mx-s-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n7 {
    margin-right: -24px !important;
  }
  .mx-m-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n7 {
    margin-right: -24px !important;
  }
  .mx-l-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n7 {
    margin-right: -24px !important;
  }
  .mx-xl-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n7 {
    margin-right: -24px !important;
  }
  .mx-xxl-n7 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n8 {
    margin-right: -28px !important;
  }
  .mx-s-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n8 {
    margin-right: -28px !important;
  }
  .mx-m-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n8 {
    margin-right: -28px !important;
  }
  .mx-l-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n8 {
    margin-right: -28px !important;
  }
  .mx-xl-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n8 {
    margin-right: -28px !important;
  }
  .mx-xxl-n8 {
    margin-left: -28px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n9 {
    margin-right: -32px !important;
  }
  .mx-s-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n9 {
    margin-right: -32px !important;
  }
  .mx-m-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n9 {
    margin-right: -32px !important;
  }
  .mx-l-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n9 {
    margin-right: -32px !important;
  }
  .mx-xl-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n9 {
    margin-right: -32px !important;
  }
  .mx-xxl-n9 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n10 {
    margin-right: -40px !important;
  }
  .mx-s-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n10 {
    margin-right: -40px !important;
  }
  .mx-m-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n10 {
    margin-right: -40px !important;
  }
  .mx-l-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n10 {
    margin-right: -40px !important;
  }
  .mx-xl-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n10 {
    margin-right: -40px !important;
  }
  .mx-xxl-n10 {
    margin-left: -40px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n11 {
    margin-right: -48px !important;
  }
  .mx-s-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n11 {
    margin-right: -48px !important;
  }
  .mx-m-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n11 {
    margin-right: -48px !important;
  }
  .mx-l-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n11 {
    margin-right: -48px !important;
  }
  .mx-xl-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n11 {
    margin-right: -48px !important;
  }
  .mx-xxl-n11 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .mx-s-n12 {
    margin-right: -56px !important;
  }
  .mx-s-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n12 {
    margin-right: -56px !important;
  }
  .mx-m-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n12 {
    margin-right: -56px !important;
  }
  .mx-l-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n12 {
    margin-right: -56px !important;
  }
  .mx-xl-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n12 {
    margin-right: -56px !important;
  }
  .mx-xxl-n12 {
    margin-left: -56px !important;
  }
}
.my-n1 {
  margin-top: -2px !important;
}
.my-n1 {
  margin-bottom: -2px !important;
}
.my-n2 {
  margin-top: -4px !important;
}
.my-n2 {
  margin-bottom: -4px !important;
}
.my-n3 {
  margin-top: -8px !important;
}
.my-n3 {
  margin-bottom: -8px !important;
}
.my-n4 {
  margin-top: -12px !important;
}
.my-n4 {
  margin-bottom: -12px !important;
}
.my-n5 {
  margin-top: -16px !important;
}
.my-n5 {
  margin-bottom: -16px !important;
}
.my-n6 {
  margin-top: -20px !important;
}
.my-n6 {
  margin-bottom: -20px !important;
}
.my-n7 {
  margin-top: -24px !important;
}
.my-n7 {
  margin-bottom: -24px !important;
}
.my-n8 {
  margin-top: -28px !important;
}
.my-n8 {
  margin-bottom: -28px !important;
}
.my-n9 {
  margin-top: -32px !important;
}
.my-n9 {
  margin-bottom: -32px !important;
}
.my-n10 {
  margin-top: -40px !important;
}
.my-n10 {
  margin-bottom: -40px !important;
}
.my-n11 {
  margin-top: -48px !important;
}
.my-n11 {
  margin-bottom: -48px !important;
}
.my-n12 {
  margin-top: -56px !important;
}
.my-n12 {
  margin-bottom: -56px !important;
}
@media (max-width: 767px) {
  .my-s-n1 {
    margin-top: -2px !important;
  }
  .my-s-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n1 {
    margin-top: -2px !important;
  }
  .my-m-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n1 {
    margin-top: -2px !important;
  }
  .my-l-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n1 {
    margin-top: -2px !important;
  }
  .my-xl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n1 {
    margin-top: -2px !important;
  }
  .my-xxl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n2 {
    margin-top: -4px !important;
  }
  .my-s-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n2 {
    margin-top: -4px !important;
  }
  .my-m-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n2 {
    margin-top: -4px !important;
  }
  .my-l-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n2 {
    margin-top: -4px !important;
  }
  .my-xl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n2 {
    margin-top: -4px !important;
  }
  .my-xxl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n3 {
    margin-top: -8px !important;
  }
  .my-s-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n3 {
    margin-top: -8px !important;
  }
  .my-m-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n3 {
    margin-top: -8px !important;
  }
  .my-l-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n3 {
    margin-top: -8px !important;
  }
  .my-xl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n3 {
    margin-top: -8px !important;
  }
  .my-xxl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n4 {
    margin-top: -12px !important;
  }
  .my-s-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n4 {
    margin-top: -12px !important;
  }
  .my-m-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n4 {
    margin-top: -12px !important;
  }
  .my-l-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n4 {
    margin-top: -12px !important;
  }
  .my-xl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n4 {
    margin-top: -12px !important;
  }
  .my-xxl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n5 {
    margin-top: -16px !important;
  }
  .my-s-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n5 {
    margin-top: -16px !important;
  }
  .my-m-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n5 {
    margin-top: -16px !important;
  }
  .my-l-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n5 {
    margin-top: -16px !important;
  }
  .my-xl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n5 {
    margin-top: -16px !important;
  }
  .my-xxl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n6 {
    margin-top: -20px !important;
  }
  .my-s-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n6 {
    margin-top: -20px !important;
  }
  .my-m-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n6 {
    margin-top: -20px !important;
  }
  .my-l-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n6 {
    margin-top: -20px !important;
  }
  .my-xl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n6 {
    margin-top: -20px !important;
  }
  .my-xxl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n7 {
    margin-top: -24px !important;
  }
  .my-s-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n7 {
    margin-top: -24px !important;
  }
  .my-m-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n7 {
    margin-top: -24px !important;
  }
  .my-l-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n7 {
    margin-top: -24px !important;
  }
  .my-xl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n7 {
    margin-top: -24px !important;
  }
  .my-xxl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n8 {
    margin-top: -28px !important;
  }
  .my-s-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n8 {
    margin-top: -28px !important;
  }
  .my-m-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n8 {
    margin-top: -28px !important;
  }
  .my-l-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n8 {
    margin-top: -28px !important;
  }
  .my-xl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n8 {
    margin-top: -28px !important;
  }
  .my-xxl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n9 {
    margin-top: -32px !important;
  }
  .my-s-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n9 {
    margin-top: -32px !important;
  }
  .my-m-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n9 {
    margin-top: -32px !important;
  }
  .my-l-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n9 {
    margin-top: -32px !important;
  }
  .my-xl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n9 {
    margin-top: -32px !important;
  }
  .my-xxl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n10 {
    margin-top: -40px !important;
  }
  .my-s-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n10 {
    margin-top: -40px !important;
  }
  .my-m-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n10 {
    margin-top: -40px !important;
  }
  .my-l-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n10 {
    margin-top: -40px !important;
  }
  .my-xl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n10 {
    margin-top: -40px !important;
  }
  .my-xxl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n11 {
    margin-top: -48px !important;
  }
  .my-s-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n11 {
    margin-top: -48px !important;
  }
  .my-m-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n11 {
    margin-top: -48px !important;
  }
  .my-l-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n11 {
    margin-top: -48px !important;
  }
  .my-xl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n11 {
    margin-top: -48px !important;
  }
  .my-xxl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .my-s-n12 {
    margin-top: -56px !important;
  }
  .my-s-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n12 {
    margin-top: -56px !important;
  }
  .my-m-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n12 {
    margin-top: -56px !important;
  }
  .my-l-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n12 {
    margin-top: -56px !important;
  }
  .my-xl-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n12 {
    margin-top: -56px !important;
  }
  .my-xxl-n12 {
    margin-bottom: -56px !important;
  }
}
.mt-n1 {
  margin-top: -2px !important;
}
.mt-n2 {
  margin-top: -4px !important;
}
.mt-n3 {
  margin-top: -8px !important;
}
.mt-n4 {
  margin-top: -12px !important;
}
.mt-n5 {
  margin-top: -16px !important;
}
.mt-n6 {
  margin-top: -20px !important;
}
.mt-n7 {
  margin-top: -24px !important;
}
.mt-n8 {
  margin-top: -28px !important;
}
.mt-n9 {
  margin-top: -32px !important;
}
.mt-n10 {
  margin-top: -40px !important;
}
.mt-n11 {
  margin-top: -48px !important;
}
.mt-n12 {
  margin-top: -56px !important;
}
@media (max-width: 767px) {
  .mt-s-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n1 {
    margin-top: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n1 {
    margin-top: -2px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n2 {
    margin-top: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n2 {
    margin-top: -4px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n3 {
    margin-top: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n3 {
    margin-top: -8px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n4 {
    margin-top: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n4 {
    margin-top: -12px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n5 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n5 {
    margin-top: -16px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n6 {
    margin-top: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n6 {
    margin-top: -20px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n7 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n7 {
    margin-top: -24px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n8 {
    margin-top: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n8 {
    margin-top: -28px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n9 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n9 {
    margin-top: -32px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n10 {
    margin-top: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n10 {
    margin-top: -40px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n11 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n11 {
    margin-top: -48px !important;
  }
}
@media (max-width: 767px) {
  .mt-s-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 768px) {
  .mt-m-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mt-l-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xl-n12 {
    margin-top: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mt-xxl-n12 {
    margin-top: -56px !important;
  }
}
.me-n1 {
  margin-right: -2px !important;
}
.me-n2 {
  margin-right: -4px !important;
}
.me-n3 {
  margin-right: -8px !important;
}
.me-n4 {
  margin-right: -12px !important;
}
.me-n5 {
  margin-right: -16px !important;
}
.me-n6 {
  margin-right: -20px !important;
}
.me-n7 {
  margin-right: -24px !important;
}
.me-n8 {
  margin-right: -28px !important;
}
.me-n9 {
  margin-right: -32px !important;
}
.me-n10 {
  margin-right: -40px !important;
}
.me-n11 {
  margin-right: -48px !important;
}
.me-n12 {
  margin-right: -56px !important;
}
@media (max-width: 767px) {
  .me-s-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n1 {
    margin-right: -2px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n1 {
    margin-right: -2px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n2 {
    margin-right: -4px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n2 {
    margin-right: -4px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n3 {
    margin-right: -8px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n3 {
    margin-right: -8px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n4 {
    margin-right: -12px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n4 {
    margin-right: -12px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n5 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n5 {
    margin-right: -16px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n6 {
    margin-right: -20px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n6 {
    margin-right: -20px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n7 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n7 {
    margin-right: -24px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n8 {
    margin-right: -28px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n8 {
    margin-right: -28px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n9 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n9 {
    margin-right: -32px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n10 {
    margin-right: -40px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n10 {
    margin-right: -40px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n11 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n11 {
    margin-right: -48px !important;
  }
}
@media (max-width: 767px) {
  .me-s-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 768px) {
  .me-m-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1024px) {
  .me-l-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1440px) {
  .me-xl-n12 {
    margin-right: -56px !important;
  }
}
@media (min-width: 1672px) {
  .me-xxl-n12 {
    margin-right: -56px !important;
  }
}
.mb-n1 {
  margin-bottom: -2px !important;
}
.mb-n2 {
  margin-bottom: -4px !important;
}
.mb-n3 {
  margin-bottom: -8px !important;
}
.mb-n4 {
  margin-bottom: -12px !important;
}
.mb-n5 {
  margin-bottom: -16px !important;
}
.mb-n6 {
  margin-bottom: -20px !important;
}
.mb-n7 {
  margin-bottom: -24px !important;
}
.mb-n8 {
  margin-bottom: -28px !important;
}
.mb-n9 {
  margin-bottom: -32px !important;
}
.mb-n10 {
  margin-bottom: -40px !important;
}
.mb-n11 {
  margin-bottom: -48px !important;
}
.mb-n12 {
  margin-bottom: -56px !important;
}
@media (max-width: 767px) {
  .mb-s-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n1 {
    margin-bottom: -2px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n2 {
    margin-bottom: -4px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n3 {
    margin-bottom: -8px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n4 {
    margin-bottom: -12px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n5 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n6 {
    margin-bottom: -20px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n7 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n8 {
    margin-bottom: -28px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n9 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n10 {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n11 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .mb-s-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 768px) {
  .mb-m-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mb-l-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mb-xl-n12 {
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mb-xxl-n12 {
    margin-bottom: -56px !important;
  }
}
.ms-n1 {
  margin-left: -2px !important;
}
.ms-n2 {
  margin-left: -4px !important;
}
.ms-n3 {
  margin-left: -8px !important;
}
.ms-n4 {
  margin-left: -12px !important;
}
.ms-n5 {
  margin-left: -16px !important;
}
.ms-n6 {
  margin-left: -20px !important;
}
.ms-n7 {
  margin-left: -24px !important;
}
.ms-n8 {
  margin-left: -28px !important;
}
.ms-n9 {
  margin-left: -32px !important;
}
.ms-n10 {
  margin-left: -40px !important;
}
.ms-n11 {
  margin-left: -48px !important;
}
.ms-n12 {
  margin-left: -56px !important;
}
@media (max-width: 767px) {
  .ms-s-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n1 {
    margin-left: -2px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n1 {
    margin-left: -2px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n2 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n2 {
    margin-left: -4px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n3 {
    margin-left: -8px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n3 {
    margin-left: -8px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n4 {
    margin-left: -12px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n4 {
    margin-left: -12px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n5 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n5 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n6 {
    margin-left: -20px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n6 {
    margin-left: -20px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n7 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n7 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n8 {
    margin-left: -28px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n8 {
    margin-left: -28px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n9 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n9 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n10 {
    margin-left: -40px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n10 {
    margin-left: -40px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n11 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n11 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .ms-s-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 768px) {
  .ms-m-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1024px) {
  .ms-l-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1440px) {
  .ms-xl-n12 {
    margin-left: -56px !important;
  }
}
@media (min-width: 1672px) {
  .ms-xxl-n12 {
    margin-left: -56px !important;
  }
}
.lm-0 {
  margin: 0 !important;
}
.lm-1 {
  margin: 16px !important;
}
.lm-2 {
  margin: 24px !important;
}
.lm-3 {
  margin: 32px !important;
}
.lm-4 {
  margin: 48px !important;
}
.lm-5 {
  margin: 64px !important;
}
.lm-6 {
  margin: 72px !important;
}
.lm-7 {
  margin: 96px !important;
}
.lm-8 {
  margin: 120px !important;
}
.lm-auto {
  margin: auto !important;
}
@media (max-width: 767px) {
  .lm-s-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .lm-m-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-0 {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .lm-s-1 {
    margin: 16px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-1 {
    margin: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-1 {
    margin: 16px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-2 {
    margin: 24px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-2 {
    margin: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-2 {
    margin: 24px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-3 {
    margin: 32px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-3 {
    margin: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-3 {
    margin: 32px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-4 {
    margin: 48px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-4 {
    margin: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-4 {
    margin: 48px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-5 {
    margin: 64px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-5 {
    margin: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-5 {
    margin: 64px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-6 {
    margin: 72px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-6 {
    margin: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-6 {
    margin: 72px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-7 {
    margin: 96px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-7 {
    margin: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-7 {
    margin: 96px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-8 {
    margin: 120px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-8 {
    margin: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-8 {
    margin: 120px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .lm-m-auto {
    margin: auto !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-auto {
    margin: auto !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-auto {
    margin: auto !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-auto {
    margin: auto !important;
  }
}
.lmx-0 {
  margin-right: 0 !important;
}
.lmx-0 {
  margin-left: 0 !important;
}
.lmx-1 {
  margin-right: 16px !important;
}
.lmx-1 {
  margin-left: 16px !important;
}
.lmx-2 {
  margin-right: 24px !important;
}
.lmx-2 {
  margin-left: 24px !important;
}
.lmx-3 {
  margin-right: 32px !important;
}
.lmx-3 {
  margin-left: 32px !important;
}
.lmx-4 {
  margin-right: 48px !important;
}
.lmx-4 {
  margin-left: 48px !important;
}
.lmx-5 {
  margin-right: 64px !important;
}
.lmx-5 {
  margin-left: 64px !important;
}
.lmx-6 {
  margin-right: 72px !important;
}
.lmx-6 {
  margin-left: 72px !important;
}
.lmx-7 {
  margin-right: 96px !important;
}
.lmx-7 {
  margin-left: 96px !important;
}
.lmx-8 {
  margin-right: 120px !important;
}
.lmx-8 {
  margin-left: 120px !important;
}
.lmx-auto {
  margin-right: auto !important;
}
.lmx-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .lmx-s-0 {
    margin-right: 0 !important;
  }
  .lmx-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-0 {
    margin-right: 0 !important;
  }
  .lmx-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-0 {
    margin-right: 0 !important;
  }
  .lmx-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-0 {
    margin-right: 0 !important;
  }
  .lmx-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-0 {
    margin-right: 0 !important;
  }
  .lmx-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-1 {
    margin-right: 16px !important;
  }
  .lmx-s-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-1 {
    margin-right: 16px !important;
  }
  .lmx-m-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-1 {
    margin-right: 16px !important;
  }
  .lmx-l-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-1 {
    margin-right: 16px !important;
  }
  .lmx-xl-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-1 {
    margin-right: 16px !important;
  }
  .lmx-xxl-1 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-2 {
    margin-right: 24px !important;
  }
  .lmx-s-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-2 {
    margin-right: 24px !important;
  }
  .lmx-m-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-2 {
    margin-right: 24px !important;
  }
  .lmx-l-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-2 {
    margin-right: 24px !important;
  }
  .lmx-xl-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-2 {
    margin-right: 24px !important;
  }
  .lmx-xxl-2 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-3 {
    margin-right: 32px !important;
  }
  .lmx-s-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-3 {
    margin-right: 32px !important;
  }
  .lmx-m-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-3 {
    margin-right: 32px !important;
  }
  .lmx-l-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-3 {
    margin-right: 32px !important;
  }
  .lmx-xl-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-3 {
    margin-right: 32px !important;
  }
  .lmx-xxl-3 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-4 {
    margin-right: 48px !important;
  }
  .lmx-s-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-4 {
    margin-right: 48px !important;
  }
  .lmx-m-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-4 {
    margin-right: 48px !important;
  }
  .lmx-l-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-4 {
    margin-right: 48px !important;
  }
  .lmx-xl-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-4 {
    margin-right: 48px !important;
  }
  .lmx-xxl-4 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-5 {
    margin-right: 64px !important;
  }
  .lmx-s-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-5 {
    margin-right: 64px !important;
  }
  .lmx-m-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-5 {
    margin-right: 64px !important;
  }
  .lmx-l-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-5 {
    margin-right: 64px !important;
  }
  .lmx-xl-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-5 {
    margin-right: 64px !important;
  }
  .lmx-xxl-5 {
    margin-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-6 {
    margin-right: 72px !important;
  }
  .lmx-s-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-6 {
    margin-right: 72px !important;
  }
  .lmx-m-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-6 {
    margin-right: 72px !important;
  }
  .lmx-l-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-6 {
    margin-right: 72px !important;
  }
  .lmx-xl-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-6 {
    margin-right: 72px !important;
  }
  .lmx-xxl-6 {
    margin-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-7 {
    margin-right: 96px !important;
  }
  .lmx-s-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-7 {
    margin-right: 96px !important;
  }
  .lmx-m-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-7 {
    margin-right: 96px !important;
  }
  .lmx-l-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-7 {
    margin-right: 96px !important;
  }
  .lmx-xl-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-7 {
    margin-right: 96px !important;
  }
  .lmx-xxl-7 {
    margin-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-8 {
    margin-right: 120px !important;
  }
  .lmx-s-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-8 {
    margin-right: 120px !important;
  }
  .lmx-m-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-8 {
    margin-right: 120px !important;
  }
  .lmx-l-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-8 {
    margin-right: 120px !important;
  }
  .lmx-xl-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-8 {
    margin-right: 120px !important;
  }
  .lmx-xxl-8 {
    margin-left: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-auto {
    margin-right: auto !important;
  }
  .lmx-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-auto {
    margin-right: auto !important;
  }
  .lmx-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-auto {
    margin-right: auto !important;
  }
  .lmx-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-auto {
    margin-right: auto !important;
  }
  .lmx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-auto {
    margin-right: auto !important;
  }
  .lmx-xxl-auto {
    margin-left: auto !important;
  }
}
.lmy-0 {
  margin-top: 0 !important;
}
.lmy-0 {
  margin-bottom: 0 !important;
}
.lmy-1 {
  margin-top: 16px !important;
}
.lmy-1 {
  margin-bottom: 16px !important;
}
.lmy-2 {
  margin-top: 24px !important;
}
.lmy-2 {
  margin-bottom: 24px !important;
}
.lmy-3 {
  margin-top: 32px !important;
}
.lmy-3 {
  margin-bottom: 32px !important;
}
.lmy-4 {
  margin-top: 48px !important;
}
.lmy-4 {
  margin-bottom: 48px !important;
}
.lmy-5 {
  margin-top: 64px !important;
}
.lmy-5 {
  margin-bottom: 64px !important;
}
.lmy-6 {
  margin-top: 72px !important;
}
.lmy-6 {
  margin-bottom: 72px !important;
}
.lmy-7 {
  margin-top: 96px !important;
}
.lmy-7 {
  margin-bottom: 96px !important;
}
.lmy-8 {
  margin-top: 120px !important;
}
.lmy-8 {
  margin-bottom: 120px !important;
}
.lmy-auto {
  margin-top: auto !important;
}
.lmy-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .lmy-s-0 {
    margin-top: 0 !important;
  }
  .lmy-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-0 {
    margin-top: 0 !important;
  }
  .lmy-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-0 {
    margin-top: 0 !important;
  }
  .lmy-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-0 {
    margin-top: 0 !important;
  }
  .lmy-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-0 {
    margin-top: 0 !important;
  }
  .lmy-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-1 {
    margin-top: 16px !important;
  }
  .lmy-s-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-1 {
    margin-top: 16px !important;
  }
  .lmy-m-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-1 {
    margin-top: 16px !important;
  }
  .lmy-l-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-1 {
    margin-top: 16px !important;
  }
  .lmy-xl-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-1 {
    margin-top: 16px !important;
  }
  .lmy-xxl-1 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-2 {
    margin-top: 24px !important;
  }
  .lmy-s-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-2 {
    margin-top: 24px !important;
  }
  .lmy-m-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-2 {
    margin-top: 24px !important;
  }
  .lmy-l-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-2 {
    margin-top: 24px !important;
  }
  .lmy-xl-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-2 {
    margin-top: 24px !important;
  }
  .lmy-xxl-2 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-3 {
    margin-top: 32px !important;
  }
  .lmy-s-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-3 {
    margin-top: 32px !important;
  }
  .lmy-m-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-3 {
    margin-top: 32px !important;
  }
  .lmy-l-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-3 {
    margin-top: 32px !important;
  }
  .lmy-xl-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-3 {
    margin-top: 32px !important;
  }
  .lmy-xxl-3 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-4 {
    margin-top: 48px !important;
  }
  .lmy-s-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-4 {
    margin-top: 48px !important;
  }
  .lmy-m-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-4 {
    margin-top: 48px !important;
  }
  .lmy-l-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-4 {
    margin-top: 48px !important;
  }
  .lmy-xl-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-4 {
    margin-top: 48px !important;
  }
  .lmy-xxl-4 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-5 {
    margin-top: 64px !important;
  }
  .lmy-s-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-5 {
    margin-top: 64px !important;
  }
  .lmy-m-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-5 {
    margin-top: 64px !important;
  }
  .lmy-l-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-5 {
    margin-top: 64px !important;
  }
  .lmy-xl-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-5 {
    margin-top: 64px !important;
  }
  .lmy-xxl-5 {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-6 {
    margin-top: 72px !important;
  }
  .lmy-s-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-6 {
    margin-top: 72px !important;
  }
  .lmy-m-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-6 {
    margin-top: 72px !important;
  }
  .lmy-l-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-6 {
    margin-top: 72px !important;
  }
  .lmy-xl-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-6 {
    margin-top: 72px !important;
  }
  .lmy-xxl-6 {
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-7 {
    margin-top: 96px !important;
  }
  .lmy-s-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-7 {
    margin-top: 96px !important;
  }
  .lmy-m-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-7 {
    margin-top: 96px !important;
  }
  .lmy-l-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-7 {
    margin-top: 96px !important;
  }
  .lmy-xl-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-7 {
    margin-top: 96px !important;
  }
  .lmy-xxl-7 {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-8 {
    margin-top: 120px !important;
  }
  .lmy-s-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-8 {
    margin-top: 120px !important;
  }
  .lmy-m-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-8 {
    margin-top: 120px !important;
  }
  .lmy-l-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-8 {
    margin-top: 120px !important;
  }
  .lmy-xl-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-8 {
    margin-top: 120px !important;
  }
  .lmy-xxl-8 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-auto {
    margin-top: auto !important;
  }
  .lmy-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-auto {
    margin-top: auto !important;
  }
  .lmy-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-auto {
    margin-top: auto !important;
  }
  .lmy-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-auto {
    margin-top: auto !important;
  }
  .lmy-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-auto {
    margin-top: auto !important;
  }
  .lmy-xxl-auto {
    margin-bottom: auto !important;
  }
}
.lmt-0 {
  margin-top: 0 !important;
}
.lmt-1 {
  margin-top: 16px !important;
}
.lmt-2 {
  margin-top: 24px !important;
}
.lmt-3 {
  margin-top: 32px !important;
}
.lmt-4 {
  margin-top: 48px !important;
}
.lmt-5 {
  margin-top: 64px !important;
}
.lmt-6 {
  margin-top: 72px !important;
}
.lmt-7 {
  margin-top: 96px !important;
}
.lmt-8 {
  margin-top: 120px !important;
}
.lmt-auto {
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .lmt-s-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-0 {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-1 {
    margin-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-1 {
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-2 {
    margin-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-2 {
    margin-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-3 {
    margin-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-3 {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-4 {
    margin-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-4 {
    margin-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-5 {
    margin-top: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-5 {
    margin-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-6 {
    margin-top: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-6 {
    margin-top: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-7 {
    margin-top: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-7 {
    margin-top: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-8 {
    margin-top: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-8 {
    margin-top: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-auto {
    margin-top: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-auto {
    margin-top: auto !important;
  }
}
.lme-0 {
  margin-right: 0 !important;
}
.lme-1 {
  margin-right: 16px !important;
}
.lme-2 {
  margin-right: 24px !important;
}
.lme-3 {
  margin-right: 32px !important;
}
.lme-4 {
  margin-right: 48px !important;
}
.lme-5 {
  margin-right: 64px !important;
}
.lme-6 {
  margin-right: 72px !important;
}
.lme-7 {
  margin-right: 96px !important;
}
.lme-8 {
  margin-right: 120px !important;
}
.lme-auto {
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .lme-s-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .lme-m-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-0 {
    margin-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-0 {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .lme-s-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-1 {
    margin-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-1 {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-2 {
    margin-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-2 {
    margin-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-3 {
    margin-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-3 {
    margin-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-4 {
    margin-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-4 {
    margin-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-5 {
    margin-right: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-5 {
    margin-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-6 {
    margin-right: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-6 {
    margin-right: 72px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-7 {
    margin-right: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-7 {
    margin-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-8 {
    margin-right: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-8 {
    margin-right: 120px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .lme-m-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-auto {
    margin-right: auto !important;
  }
}
.lmb-0 {
  margin-bottom: 0 !important;
}
.lmb-1 {
  margin-bottom: 16px !important;
}
.lmb-2 {
  margin-bottom: 24px !important;
}
.lmb-3 {
  margin-bottom: 32px !important;
}
.lmb-4 {
  margin-bottom: 48px !important;
}
.lmb-5 {
  margin-bottom: 64px !important;
}
.lmb-6 {
  margin-bottom: 72px !important;
}
.lmb-7 {
  margin-bottom: 96px !important;
}
.lmb-8 {
  margin-bottom: 120px !important;
}
.lmb-auto {
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .lmb-s-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-1 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-1 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-2 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-2 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-3 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-3 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-4 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-4 {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-5 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-5 {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-6 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-6 {
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-7 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-7 {
    margin-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-8 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-8 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-auto {
    margin-bottom: auto !important;
  }
}
.lms-0 {
  margin-left: 0 !important;
}
.lms-1 {
  margin-left: 16px !important;
}
.lms-2 {
  margin-left: 24px !important;
}
.lms-3 {
  margin-left: 32px !important;
}
.lms-4 {
  margin-left: 48px !important;
}
.lms-5 {
  margin-left: 64px !important;
}
.lms-6 {
  margin-left: 72px !important;
}
.lms-7 {
  margin-left: 96px !important;
}
.lms-8 {
  margin-left: 120px !important;
}
.lms-auto {
  margin-left: auto !important;
}
@media (max-width: 767px) {
  .lms-s-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lms-m-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-0 {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lms-s-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-1 {
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-1 {
    margin-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-2 {
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-2 {
    margin-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-3 {
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-3 {
    margin-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-4 {
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-4 {
    margin-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-5 {
    margin-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-5 {
    margin-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-6 {
    margin-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-6 {
    margin-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-7 {
    margin-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-7 {
    margin-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-8 {
    margin-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-8 {
    margin-left: 120px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .lms-m-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-auto {
    margin-left: auto !important;
  }
}
.lm-n1 {
  margin: -16px !important;
}
.lm-n2 {
  margin: -24px !important;
}
.lm-n3 {
  margin: -32px !important;
}
.lm-n4 {
  margin: -48px !important;
}
.lm-n5 {
  margin: -64px !important;
}
.lm-n6 {
  margin: -72px !important;
}
.lm-n7 {
  margin: -96px !important;
}
.lm-n8 {
  margin: -120px !important;
}
@media (max-width: 767px) {
  .lm-s-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n1 {
    margin: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n1 {
    margin: -16px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n2 {
    margin: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n2 {
    margin: -24px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n3 {
    margin: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n3 {
    margin: -32px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n4 {
    margin: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n4 {
    margin: -48px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n5 {
    margin: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n5 {
    margin: -64px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n6 {
    margin: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n6 {
    margin: -72px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n7 {
    margin: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n7 {
    margin: -96px !important;
  }
}
@media (max-width: 767px) {
  .lm-s-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 768px) {
  .lm-m-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lm-l-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lm-xl-n8 {
    margin: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lm-xxl-n8 {
    margin: -120px !important;
  }
}
.lmx-n1 {
  margin-right: -16px !important;
}
.lmx-n1 {
  margin-left: -16px !important;
}
.lmx-n2 {
  margin-right: -24px !important;
}
.lmx-n2 {
  margin-left: -24px !important;
}
.lmx-n3 {
  margin-right: -32px !important;
}
.lmx-n3 {
  margin-left: -32px !important;
}
.lmx-n4 {
  margin-right: -48px !important;
}
.lmx-n4 {
  margin-left: -48px !important;
}
.lmx-n5 {
  margin-right: -64px !important;
}
.lmx-n5 {
  margin-left: -64px !important;
}
.lmx-n6 {
  margin-right: -72px !important;
}
.lmx-n6 {
  margin-left: -72px !important;
}
.lmx-n7 {
  margin-right: -96px !important;
}
.lmx-n7 {
  margin-left: -96px !important;
}
.lmx-n8 {
  margin-right: -120px !important;
}
.lmx-n8 {
  margin-left: -120px !important;
}
@media (max-width: 767px) {
  .lmx-s-n1 {
    margin-right: -16px !important;
  }
  .lmx-s-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n1 {
    margin-right: -16px !important;
  }
  .lmx-m-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n1 {
    margin-right: -16px !important;
  }
  .lmx-l-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n1 {
    margin-right: -16px !important;
  }
  .lmx-xl-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n1 {
    margin-right: -16px !important;
  }
  .lmx-xxl-n1 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n2 {
    margin-right: -24px !important;
  }
  .lmx-s-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n2 {
    margin-right: -24px !important;
  }
  .lmx-m-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n2 {
    margin-right: -24px !important;
  }
  .lmx-l-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n2 {
    margin-right: -24px !important;
  }
  .lmx-xl-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n2 {
    margin-right: -24px !important;
  }
  .lmx-xxl-n2 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n3 {
    margin-right: -32px !important;
  }
  .lmx-s-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n3 {
    margin-right: -32px !important;
  }
  .lmx-m-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n3 {
    margin-right: -32px !important;
  }
  .lmx-l-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n3 {
    margin-right: -32px !important;
  }
  .lmx-xl-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n3 {
    margin-right: -32px !important;
  }
  .lmx-xxl-n3 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n4 {
    margin-right: -48px !important;
  }
  .lmx-s-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n4 {
    margin-right: -48px !important;
  }
  .lmx-m-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n4 {
    margin-right: -48px !important;
  }
  .lmx-l-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n4 {
    margin-right: -48px !important;
  }
  .lmx-xl-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n4 {
    margin-right: -48px !important;
  }
  .lmx-xxl-n4 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n5 {
    margin-right: -64px !important;
  }
  .lmx-s-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n5 {
    margin-right: -64px !important;
  }
  .lmx-m-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n5 {
    margin-right: -64px !important;
  }
  .lmx-l-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n5 {
    margin-right: -64px !important;
  }
  .lmx-xl-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n5 {
    margin-right: -64px !important;
  }
  .lmx-xxl-n5 {
    margin-left: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n6 {
    margin-right: -72px !important;
  }
  .lmx-s-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n6 {
    margin-right: -72px !important;
  }
  .lmx-m-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n6 {
    margin-right: -72px !important;
  }
  .lmx-l-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n6 {
    margin-right: -72px !important;
  }
  .lmx-xl-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n6 {
    margin-right: -72px !important;
  }
  .lmx-xxl-n6 {
    margin-left: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n7 {
    margin-right: -96px !important;
  }
  .lmx-s-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n7 {
    margin-right: -96px !important;
  }
  .lmx-m-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n7 {
    margin-right: -96px !important;
  }
  .lmx-l-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n7 {
    margin-right: -96px !important;
  }
  .lmx-xl-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n7 {
    margin-right: -96px !important;
  }
  .lmx-xxl-n7 {
    margin-left: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmx-s-n8 {
    margin-right: -120px !important;
  }
  .lmx-s-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n8 {
    margin-right: -120px !important;
  }
  .lmx-m-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n8 {
    margin-right: -120px !important;
  }
  .lmx-l-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n8 {
    margin-right: -120px !important;
  }
  .lmx-xl-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n8 {
    margin-right: -120px !important;
  }
  .lmx-xxl-n8 {
    margin-left: -120px !important;
  }
}
.lmy-n1 {
  margin-top: -16px !important;
}
.lmy-n1 {
  margin-bottom: -16px !important;
}
.lmy-n2 {
  margin-top: -24px !important;
}
.lmy-n2 {
  margin-bottom: -24px !important;
}
.lmy-n3 {
  margin-top: -32px !important;
}
.lmy-n3 {
  margin-bottom: -32px !important;
}
.lmy-n4 {
  margin-top: -48px !important;
}
.lmy-n4 {
  margin-bottom: -48px !important;
}
.lmy-n5 {
  margin-top: -64px !important;
}
.lmy-n5 {
  margin-bottom: -64px !important;
}
.lmy-n6 {
  margin-top: -72px !important;
}
.lmy-n6 {
  margin-bottom: -72px !important;
}
.lmy-n7 {
  margin-top: -96px !important;
}
.lmy-n7 {
  margin-bottom: -96px !important;
}
.lmy-n8 {
  margin-top: -120px !important;
}
.lmy-n8 {
  margin-bottom: -120px !important;
}
@media (max-width: 767px) {
  .lmy-s-n1 {
    margin-top: -16px !important;
  }
  .lmy-s-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n1 {
    margin-top: -16px !important;
  }
  .lmy-m-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n1 {
    margin-top: -16px !important;
  }
  .lmy-l-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n1 {
    margin-top: -16px !important;
  }
  .lmy-xl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n1 {
    margin-top: -16px !important;
  }
  .lmy-xxl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n2 {
    margin-top: -24px !important;
  }
  .lmy-s-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n2 {
    margin-top: -24px !important;
  }
  .lmy-m-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n2 {
    margin-top: -24px !important;
  }
  .lmy-l-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n2 {
    margin-top: -24px !important;
  }
  .lmy-xl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n2 {
    margin-top: -24px !important;
  }
  .lmy-xxl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n3 {
    margin-top: -32px !important;
  }
  .lmy-s-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n3 {
    margin-top: -32px !important;
  }
  .lmy-m-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n3 {
    margin-top: -32px !important;
  }
  .lmy-l-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n3 {
    margin-top: -32px !important;
  }
  .lmy-xl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n3 {
    margin-top: -32px !important;
  }
  .lmy-xxl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n4 {
    margin-top: -48px !important;
  }
  .lmy-s-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n4 {
    margin-top: -48px !important;
  }
  .lmy-m-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n4 {
    margin-top: -48px !important;
  }
  .lmy-l-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n4 {
    margin-top: -48px !important;
  }
  .lmy-xl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n4 {
    margin-top: -48px !important;
  }
  .lmy-xxl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n5 {
    margin-top: -64px !important;
  }
  .lmy-s-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n5 {
    margin-top: -64px !important;
  }
  .lmy-m-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n5 {
    margin-top: -64px !important;
  }
  .lmy-l-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n5 {
    margin-top: -64px !important;
  }
  .lmy-xl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n5 {
    margin-top: -64px !important;
  }
  .lmy-xxl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n6 {
    margin-top: -72px !important;
  }
  .lmy-s-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n6 {
    margin-top: -72px !important;
  }
  .lmy-m-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n6 {
    margin-top: -72px !important;
  }
  .lmy-l-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n6 {
    margin-top: -72px !important;
  }
  .lmy-xl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n6 {
    margin-top: -72px !important;
  }
  .lmy-xxl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n7 {
    margin-top: -96px !important;
  }
  .lmy-s-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n7 {
    margin-top: -96px !important;
  }
  .lmy-m-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n7 {
    margin-top: -96px !important;
  }
  .lmy-l-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n7 {
    margin-top: -96px !important;
  }
  .lmy-xl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n7 {
    margin-top: -96px !important;
  }
  .lmy-xxl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmy-s-n8 {
    margin-top: -120px !important;
  }
  .lmy-s-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n8 {
    margin-top: -120px !important;
  }
  .lmy-m-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n8 {
    margin-top: -120px !important;
  }
  .lmy-l-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n8 {
    margin-top: -120px !important;
  }
  .lmy-xl-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n8 {
    margin-top: -120px !important;
  }
  .lmy-xxl-n8 {
    margin-bottom: -120px !important;
  }
}
.lmt-n1 {
  margin-top: -16px !important;
}
.lmt-n2 {
  margin-top: -24px !important;
}
.lmt-n3 {
  margin-top: -32px !important;
}
.lmt-n4 {
  margin-top: -48px !important;
}
.lmt-n5 {
  margin-top: -64px !important;
}
.lmt-n6 {
  margin-top: -72px !important;
}
.lmt-n7 {
  margin-top: -96px !important;
}
.lmt-n8 {
  margin-top: -120px !important;
}
@media (max-width: 767px) {
  .lmt-s-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n1 {
    margin-top: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n1 {
    margin-top: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n2 {
    margin-top: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n2 {
    margin-top: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n3 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n3 {
    margin-top: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n4 {
    margin-top: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n4 {
    margin-top: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n5 {
    margin-top: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n5 {
    margin-top: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n6 {
    margin-top: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n6 {
    margin-top: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n7 {
    margin-top: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n7 {
    margin-top: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmt-s-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmt-m-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmt-l-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmt-xl-n8 {
    margin-top: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmt-xxl-n8 {
    margin-top: -120px !important;
  }
}
.lme-n1 {
  margin-right: -16px !important;
}
.lme-n2 {
  margin-right: -24px !important;
}
.lme-n3 {
  margin-right: -32px !important;
}
.lme-n4 {
  margin-right: -48px !important;
}
.lme-n5 {
  margin-right: -64px !important;
}
.lme-n6 {
  margin-right: -72px !important;
}
.lme-n7 {
  margin-right: -96px !important;
}
.lme-n8 {
  margin-right: -120px !important;
}
@media (max-width: 767px) {
  .lme-s-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n1 {
    margin-right: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n1 {
    margin-right: -16px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n2 {
    margin-right: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n2 {
    margin-right: -24px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n3 {
    margin-right: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n3 {
    margin-right: -32px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n4 {
    margin-right: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n4 {
    margin-right: -48px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n5 {
    margin-right: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n5 {
    margin-right: -64px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n6 {
    margin-right: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n6 {
    margin-right: -72px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n7 {
    margin-right: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n7 {
    margin-right: -96px !important;
  }
}
@media (max-width: 767px) {
  .lme-s-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 768px) {
  .lme-m-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lme-l-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lme-xl-n8 {
    margin-right: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lme-xxl-n8 {
    margin-right: -120px !important;
  }
}
.lmb-n1 {
  margin-bottom: -16px !important;
}
.lmb-n2 {
  margin-bottom: -24px !important;
}
.lmb-n3 {
  margin-bottom: -32px !important;
}
.lmb-n4 {
  margin-bottom: -48px !important;
}
.lmb-n5 {
  margin-bottom: -64px !important;
}
.lmb-n6 {
  margin-bottom: -72px !important;
}
.lmb-n7 {
  margin-bottom: -96px !important;
}
.lmb-n8 {
  margin-bottom: -120px !important;
}
@media (max-width: 767px) {
  .lmb-s-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n1 {
    margin-bottom: -16px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n2 {
    margin-bottom: -24px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n3 {
    margin-bottom: -32px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n4 {
    margin-bottom: -48px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n5 {
    margin-bottom: -64px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n6 {
    margin-bottom: -72px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n7 {
    margin-bottom: -96px !important;
  }
}
@media (max-width: 767px) {
  .lmb-s-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmb-m-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmb-l-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmb-xl-n8 {
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmb-xxl-n8 {
    margin-bottom: -120px !important;
  }
}
.lms-n1 {
  margin-left: -16px !important;
}
.lms-n2 {
  margin-left: -24px !important;
}
.lms-n3 {
  margin-left: -32px !important;
}
.lms-n4 {
  margin-left: -48px !important;
}
.lms-n5 {
  margin-left: -64px !important;
}
.lms-n6 {
  margin-left: -72px !important;
}
.lms-n7 {
  margin-left: -96px !important;
}
.lms-n8 {
  margin-left: -120px !important;
}
@media (max-width: 767px) {
  .lms-s-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n1 {
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n1 {
    margin-left: -16px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n2 {
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n2 {
    margin-left: -24px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n3 {
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n3 {
    margin-left: -32px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n4 {
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n4 {
    margin-left: -48px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n5 {
    margin-left: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n5 {
    margin-left: -64px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n6 {
    margin-left: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n6 {
    margin-left: -72px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n7 {
    margin-left: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n7 {
    margin-left: -96px !important;
  }
}
@media (max-width: 767px) {
  .lms-s-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 768px) {
  .lms-m-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lms-l-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lms-xl-n8 {
    margin-left: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lms-xxl-n8 {
    margin-left: -120px !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 2px !important;
}
.p-2 {
  padding: 4px !important;
}
.p-3 {
  padding: 8px !important;
}
.p-4 {
  padding: 12px !important;
}
.p-5 {
  padding: 16px !important;
}
.p-6 {
  padding: 20px !important;
}
.p-7 {
  padding: 24px !important;
}
.p-8 {
  padding: 28px !important;
}
.p-9 {
  padding: 32px !important;
}
.p-10 {
  padding: 40px !important;
}
.p-11 {
  padding: 48px !important;
}
.p-12 {
  padding: 56px !important;
}
@media (max-width: 767px) {
  .p-s-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-m-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .p-l-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-s-1 {
    padding: 2px !important;
  }
}
@media (min-width: 768px) {
  .p-m-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-1 {
    padding: 2px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-1 {
    padding: 2px !important;
  }
}
@media (max-width: 767px) {
  .p-s-2 {
    padding: 4px !important;
  }
}
@media (min-width: 768px) {
  .p-m-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-2 {
    padding: 4px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-2 {
    padding: 4px !important;
  }
}
@media (max-width: 767px) {
  .p-s-3 {
    padding: 8px !important;
  }
}
@media (min-width: 768px) {
  .p-m-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-3 {
    padding: 8px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-3 {
    padding: 8px !important;
  }
}
@media (max-width: 767px) {
  .p-s-4 {
    padding: 12px !important;
  }
}
@media (min-width: 768px) {
  .p-m-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-4 {
    padding: 12px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-4 {
    padding: 12px !important;
  }
}
@media (max-width: 767px) {
  .p-s-5 {
    padding: 16px !important;
  }
}
@media (min-width: 768px) {
  .p-m-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-5 {
    padding: 16px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-5 {
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .p-s-6 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-m-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-6 {
    padding: 20px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-6 {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .p-s-7 {
    padding: 24px !important;
  }
}
@media (min-width: 768px) {
  .p-m-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-7 {
    padding: 24px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-7 {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .p-s-8 {
    padding: 28px !important;
  }
}
@media (min-width: 768px) {
  .p-m-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-8 {
    padding: 28px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-8 {
    padding: 28px !important;
  }
}
@media (max-width: 767px) {
  .p-s-9 {
    padding: 32px !important;
  }
}
@media (min-width: 768px) {
  .p-m-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-9 {
    padding: 32px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-9 {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .p-s-10 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .p-m-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-10 {
    padding: 40px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-10 {
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .p-s-11 {
    padding: 48px !important;
  }
}
@media (min-width: 768px) {
  .p-m-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-11 {
    padding: 48px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-11 {
    padding: 48px !important;
  }
}
@media (max-width: 767px) {
  .p-s-12 {
    padding: 56px !important;
  }
}
@media (min-width: 768px) {
  .p-m-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1024px) {
  .p-l-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1440px) {
  .p-xl-12 {
    padding: 56px !important;
  }
}
@media (min-width: 1672px) {
  .p-xxl-12 {
    padding: 56px !important;
  }
}
.px-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 2px !important;
}
.px-1 {
  padding-left: 2px !important;
}
.px-2 {
  padding-right: 4px !important;
}
.px-2 {
  padding-left: 4px !important;
}
.px-3 {
  padding-right: 8px !important;
}
.px-3 {
  padding-left: 8px !important;
}
.px-4 {
  padding-right: 12px !important;
}
.px-4 {
  padding-left: 12px !important;
}
.px-5 {
  padding-right: 16px !important;
}
.px-5 {
  padding-left: 16px !important;
}
.px-6 {
  padding-right: 20px !important;
}
.px-6 {
  padding-left: 20px !important;
}
.px-7 {
  padding-right: 24px !important;
}
.px-7 {
  padding-left: 24px !important;
}
.px-8 {
  padding-right: 28px !important;
}
.px-8 {
  padding-left: 28px !important;
}
.px-9 {
  padding-right: 32px !important;
}
.px-9 {
  padding-left: 32px !important;
}
.px-10 {
  padding-right: 40px !important;
}
.px-10 {
  padding-left: 40px !important;
}
.px-11 {
  padding-right: 48px !important;
}
.px-11 {
  padding-left: 48px !important;
}
.px-12 {
  padding-right: 56px !important;
}
.px-12 {
  padding-left: 56px !important;
}
@media (max-width: 767px) {
  .px-s-0 {
    padding-right: 0 !important;
  }
  .px-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .px-m-0 {
    padding-right: 0 !important;
  }
  .px-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .px-l-0 {
    padding-right: 0 !important;
  }
  .px-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .px-s-1 {
    padding-right: 2px !important;
  }
  .px-s-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .px-m-1 {
    padding-right: 2px !important;
  }
  .px-m-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-1 {
    padding-right: 2px !important;
  }
  .px-l-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-1 {
    padding-right: 2px !important;
  }
  .px-xl-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-1 {
    padding-right: 2px !important;
  }
  .px-xxl-1 {
    padding-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .px-s-2 {
    padding-right: 4px !important;
  }
  .px-s-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .px-m-2 {
    padding-right: 4px !important;
  }
  .px-m-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-2 {
    padding-right: 4px !important;
  }
  .px-l-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-2 {
    padding-right: 4px !important;
  }
  .px-xl-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-2 {
    padding-right: 4px !important;
  }
  .px-xxl-2 {
    padding-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .px-s-3 {
    padding-right: 8px !important;
  }
  .px-s-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .px-m-3 {
    padding-right: 8px !important;
  }
  .px-m-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-3 {
    padding-right: 8px !important;
  }
  .px-l-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-3 {
    padding-right: 8px !important;
  }
  .px-xl-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-3 {
    padding-right: 8px !important;
  }
  .px-xxl-3 {
    padding-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .px-s-4 {
    padding-right: 12px !important;
  }
  .px-s-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .px-m-4 {
    padding-right: 12px !important;
  }
  .px-m-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-4 {
    padding-right: 12px !important;
  }
  .px-l-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-4 {
    padding-right: 12px !important;
  }
  .px-xl-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-4 {
    padding-right: 12px !important;
  }
  .px-xxl-4 {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .px-s-5 {
    padding-right: 16px !important;
  }
  .px-s-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .px-m-5 {
    padding-right: 16px !important;
  }
  .px-m-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-5 {
    padding-right: 16px !important;
  }
  .px-l-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-5 {
    padding-right: 16px !important;
  }
  .px-xl-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-5 {
    padding-right: 16px !important;
  }
  .px-xxl-5 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .px-s-6 {
    padding-right: 20px !important;
  }
  .px-s-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .px-m-6 {
    padding-right: 20px !important;
  }
  .px-m-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-6 {
    padding-right: 20px !important;
  }
  .px-l-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-6 {
    padding-right: 20px !important;
  }
  .px-xl-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-6 {
    padding-right: 20px !important;
  }
  .px-xxl-6 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .px-s-7 {
    padding-right: 24px !important;
  }
  .px-s-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .px-m-7 {
    padding-right: 24px !important;
  }
  .px-m-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-7 {
    padding-right: 24px !important;
  }
  .px-l-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-7 {
    padding-right: 24px !important;
  }
  .px-xl-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-7 {
    padding-right: 24px !important;
  }
  .px-xxl-7 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .px-s-8 {
    padding-right: 28px !important;
  }
  .px-s-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .px-m-8 {
    padding-right: 28px !important;
  }
  .px-m-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-8 {
    padding-right: 28px !important;
  }
  .px-l-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-8 {
    padding-right: 28px !important;
  }
  .px-xl-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-8 {
    padding-right: 28px !important;
  }
  .px-xxl-8 {
    padding-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .px-s-9 {
    padding-right: 32px !important;
  }
  .px-s-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .px-m-9 {
    padding-right: 32px !important;
  }
  .px-m-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-9 {
    padding-right: 32px !important;
  }
  .px-l-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-9 {
    padding-right: 32px !important;
  }
  .px-xl-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-9 {
    padding-right: 32px !important;
  }
  .px-xxl-9 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .px-s-10 {
    padding-right: 40px !important;
  }
  .px-s-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .px-m-10 {
    padding-right: 40px !important;
  }
  .px-m-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-10 {
    padding-right: 40px !important;
  }
  .px-l-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-10 {
    padding-right: 40px !important;
  }
  .px-xl-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-10 {
    padding-right: 40px !important;
  }
  .px-xxl-10 {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .px-s-11 {
    padding-right: 48px !important;
  }
  .px-s-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .px-m-11 {
    padding-right: 48px !important;
  }
  .px-m-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-11 {
    padding-right: 48px !important;
  }
  .px-l-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-11 {
    padding-right: 48px !important;
  }
  .px-xl-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-11 {
    padding-right: 48px !important;
  }
  .px-xxl-11 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .px-s-12 {
    padding-right: 56px !important;
  }
  .px-s-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .px-m-12 {
    padding-right: 56px !important;
  }
  .px-m-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-12 {
    padding-right: 56px !important;
  }
  .px-l-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-12 {
    padding-right: 56px !important;
  }
  .px-xl-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-12 {
    padding-right: 56px !important;
  }
  .px-xxl-12 {
    padding-left: 56px !important;
  }
}
.py-0 {
  padding-top: 0 !important;
}
.py-0 {
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 2px !important;
}
.py-1 {
  padding-bottom: 2px !important;
}
.py-2 {
  padding-top: 4px !important;
}
.py-2 {
  padding-bottom: 4px !important;
}
.py-3 {
  padding-top: 8px !important;
}
.py-3 {
  padding-bottom: 8px !important;
}
.py-4 {
  padding-top: 12px !important;
}
.py-4 {
  padding-bottom: 12px !important;
}
.py-5 {
  padding-top: 16px !important;
}
.py-5 {
  padding-bottom: 16px !important;
}
.py-6 {
  padding-top: 20px !important;
}
.py-6 {
  padding-bottom: 20px !important;
}
.py-7 {
  padding-top: 24px !important;
}
.py-7 {
  padding-bottom: 24px !important;
}
.py-8 {
  padding-top: 28px !important;
}
.py-8 {
  padding-bottom: 28px !important;
}
.py-9 {
  padding-top: 32px !important;
}
.py-9 {
  padding-bottom: 32px !important;
}
.py-10 {
  padding-top: 40px !important;
}
.py-10 {
  padding-bottom: 40px !important;
}
.py-11 {
  padding-top: 48px !important;
}
.py-11 {
  padding-bottom: 48px !important;
}
.py-12 {
  padding-top: 56px !important;
}
.py-12 {
  padding-bottom: 56px !important;
}
@media (max-width: 767px) {
  .py-s-0 {
    padding-top: 0 !important;
  }
  .py-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .py-m-0 {
    padding-top: 0 !important;
  }
  .py-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .py-l-0 {
    padding-top: 0 !important;
  }
  .py-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .py-s-1 {
    padding-top: 2px !important;
  }
  .py-s-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .py-m-1 {
    padding-top: 2px !important;
  }
  .py-m-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-1 {
    padding-top: 2px !important;
  }
  .py-l-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-1 {
    padding-top: 2px !important;
  }
  .py-xl-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-1 {
    padding-top: 2px !important;
  }
  .py-xxl-1 {
    padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .py-s-2 {
    padding-top: 4px !important;
  }
  .py-s-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .py-m-2 {
    padding-top: 4px !important;
  }
  .py-m-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-2 {
    padding-top: 4px !important;
  }
  .py-l-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-2 {
    padding-top: 4px !important;
  }
  .py-xl-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-2 {
    padding-top: 4px !important;
  }
  .py-xxl-2 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .py-s-3 {
    padding-top: 8px !important;
  }
  .py-s-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .py-m-3 {
    padding-top: 8px !important;
  }
  .py-m-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-3 {
    padding-top: 8px !important;
  }
  .py-l-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-3 {
    padding-top: 8px !important;
  }
  .py-xl-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-3 {
    padding-top: 8px !important;
  }
  .py-xxl-3 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .py-s-4 {
    padding-top: 12px !important;
  }
  .py-s-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .py-m-4 {
    padding-top: 12px !important;
  }
  .py-m-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-4 {
    padding-top: 12px !important;
  }
  .py-l-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-4 {
    padding-top: 12px !important;
  }
  .py-xl-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-4 {
    padding-top: 12px !important;
  }
  .py-xxl-4 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .py-s-5 {
    padding-top: 16px !important;
  }
  .py-s-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .py-m-5 {
    padding-top: 16px !important;
  }
  .py-m-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-5 {
    padding-top: 16px !important;
  }
  .py-l-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-5 {
    padding-top: 16px !important;
  }
  .py-xl-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-5 {
    padding-top: 16px !important;
  }
  .py-xxl-5 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .py-s-6 {
    padding-top: 20px !important;
  }
  .py-s-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .py-m-6 {
    padding-top: 20px !important;
  }
  .py-m-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-6 {
    padding-top: 20px !important;
  }
  .py-l-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-6 {
    padding-top: 20px !important;
  }
  .py-xl-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-6 {
    padding-top: 20px !important;
  }
  .py-xxl-6 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .py-s-7 {
    padding-top: 24px !important;
  }
  .py-s-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .py-m-7 {
    padding-top: 24px !important;
  }
  .py-m-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-7 {
    padding-top: 24px !important;
  }
  .py-l-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-7 {
    padding-top: 24px !important;
  }
  .py-xl-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-7 {
    padding-top: 24px !important;
  }
  .py-xxl-7 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .py-s-8 {
    padding-top: 28px !important;
  }
  .py-s-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .py-m-8 {
    padding-top: 28px !important;
  }
  .py-m-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-8 {
    padding-top: 28px !important;
  }
  .py-l-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-8 {
    padding-top: 28px !important;
  }
  .py-xl-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-8 {
    padding-top: 28px !important;
  }
  .py-xxl-8 {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .py-s-9 {
    padding-top: 32px !important;
  }
  .py-s-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .py-m-9 {
    padding-top: 32px !important;
  }
  .py-m-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-9 {
    padding-top: 32px !important;
  }
  .py-l-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-9 {
    padding-top: 32px !important;
  }
  .py-xl-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-9 {
    padding-top: 32px !important;
  }
  .py-xxl-9 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .py-s-10 {
    padding-top: 40px !important;
  }
  .py-s-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .py-m-10 {
    padding-top: 40px !important;
  }
  .py-m-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-10 {
    padding-top: 40px !important;
  }
  .py-l-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-10 {
    padding-top: 40px !important;
  }
  .py-xl-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-10 {
    padding-top: 40px !important;
  }
  .py-xxl-10 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .py-s-11 {
    padding-top: 48px !important;
  }
  .py-s-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .py-m-11 {
    padding-top: 48px !important;
  }
  .py-m-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-11 {
    padding-top: 48px !important;
  }
  .py-l-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-11 {
    padding-top: 48px !important;
  }
  .py-xl-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-11 {
    padding-top: 48px !important;
  }
  .py-xxl-11 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .py-s-12 {
    padding-top: 56px !important;
  }
  .py-s-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .py-m-12 {
    padding-top: 56px !important;
  }
  .py-m-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-12 {
    padding-top: 56px !important;
  }
  .py-l-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-12 {
    padding-top: 56px !important;
  }
  .py-xl-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-12 {
    padding-top: 56px !important;
  }
  .py-xxl-12 {
    padding-bottom: 56px !important;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2px !important;
}
.pt-2 {
  padding-top: 4px !important;
}
.pt-3 {
  padding-top: 8px !important;
}
.pt-4 {
  padding-top: 12px !important;
}
.pt-5 {
  padding-top: 16px !important;
}
.pt-6 {
  padding-top: 20px !important;
}
.pt-7 {
  padding-top: 24px !important;
}
.pt-8 {
  padding-top: 28px !important;
}
.pt-9 {
  padding-top: 32px !important;
}
.pt-10 {
  padding-top: 40px !important;
}
.pt-11 {
  padding-top: 48px !important;
}
.pt-12 {
  padding-top: 56px !important;
}
@media (max-width: 767px) {
  .pt-s-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .pt-m-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .pt-s-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-1 {
    padding-top: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-1 {
    padding-top: 2px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-2 {
    padding-top: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-2 {
    padding-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-3 {
    padding-top: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-3 {
    padding-top: 8px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-4 {
    padding-top: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-4 {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-5 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-5 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-6 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-6 {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-7 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-7 {
    padding-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-8 {
    padding-top: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-8 {
    padding-top: 28px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-9 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-9 {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-10 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-10 {
    padding-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-11 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-11 {
    padding-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .pt-s-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 768px) {
  .pt-m-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pt-l-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pt-xl-12 {
    padding-top: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pt-xxl-12 {
    padding-top: 56px !important;
  }
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 2px !important;
}
.pe-2 {
  padding-right: 4px !important;
}
.pe-3 {
  padding-right: 8px !important;
}
.pe-4 {
  padding-right: 12px !important;
}
.pe-5 {
  padding-right: 16px !important;
}
.pe-6 {
  padding-right: 20px !important;
}
.pe-7 {
  padding-right: 24px !important;
}
.pe-8 {
  padding-right: 28px !important;
}
.pe-9 {
  padding-right: 32px !important;
}
.pe-10 {
  padding-right: 40px !important;
}
.pe-11 {
  padding-right: 48px !important;
}
.pe-12 {
  padding-right: 56px !important;
}
@media (max-width: 767px) {
  .pe-s-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .pe-m-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .pe-s-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-1 {
    padding-right: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-1 {
    padding-right: 2px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-2 {
    padding-right: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-2 {
    padding-right: 4px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-3 {
    padding-right: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-3 {
    padding-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-4 {
    padding-right: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-4 {
    padding-right: 12px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-5 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-5 {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-6 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-6 {
    padding-right: 20px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-7 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-7 {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-8 {
    padding-right: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-8 {
    padding-right: 28px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-9 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-9 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-10 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-10 {
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-11 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-11 {
    padding-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .pe-s-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 768px) {
  .pe-m-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pe-l-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pe-xl-12 {
    padding-right: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pe-xxl-12 {
    padding-right: 56px !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2px !important;
}
.pb-2 {
  padding-bottom: 4px !important;
}
.pb-3 {
  padding-bottom: 8px !important;
}
.pb-4 {
  padding-bottom: 12px !important;
}
.pb-5 {
  padding-bottom: 16px !important;
}
.pb-6 {
  padding-bottom: 20px !important;
}
.pb-7 {
  padding-bottom: 24px !important;
}
.pb-8 {
  padding-bottom: 28px !important;
}
.pb-9 {
  padding-bottom: 32px !important;
}
.pb-10 {
  padding-bottom: 40px !important;
}
.pb-11 {
  padding-bottom: 48px !important;
}
.pb-12 {
  padding-bottom: 56px !important;
}
@media (max-width: 767px) {
  .pb-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .pb-s-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-1 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-1 {
    padding-bottom: 2px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-2 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-2 {
    padding-bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-3 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-3 {
    padding-bottom: 8px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-4 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-4 {
    padding-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-5 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-5 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-6 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-6 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-7 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-7 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-8 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-8 {
    padding-bottom: 28px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-9 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-9 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-10 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-10 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-11 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-11 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .pb-s-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .pb-m-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .pb-l-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pb-xl-12 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .pb-xxl-12 {
    padding-bottom: 56px !important;
  }
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 2px !important;
}
.ps-2 {
  padding-left: 4px !important;
}
.ps-3 {
  padding-left: 8px !important;
}
.ps-4 {
  padding-left: 12px !important;
}
.ps-5 {
  padding-left: 16px !important;
}
.ps-6 {
  padding-left: 20px !important;
}
.ps-7 {
  padding-left: 24px !important;
}
.ps-8 {
  padding-left: 28px !important;
}
.ps-9 {
  padding-left: 32px !important;
}
.ps-10 {
  padding-left: 40px !important;
}
.ps-11 {
  padding-left: 48px !important;
}
.ps-12 {
  padding-left: 56px !important;
}
@media (max-width: 767px) {
  .ps-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .ps-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ps-s-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-1 {
    padding-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-1 {
    padding-left: 2px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-2 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-2 {
    padding-left: 4px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-3 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-3 {
    padding-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-4 {
    padding-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-4 {
    padding-left: 12px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-5 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-5 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-6 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-6 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-7 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-7 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-8 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-8 {
    padding-left: 28px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-9 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-9 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-10 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-10 {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-11 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-11 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .ps-s-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .ps-m-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .ps-l-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .ps-xl-12 {
    padding-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .ps-xxl-12 {
    padding-left: 56px !important;
  }
}
.lp-0 {
  padding: 0 !important;
}
.lp-1 {
  padding: 16px !important;
}
.lp-2 {
  padding: 24px !important;
}
.lp-3 {
  padding: 32px !important;
}
.lp-4 {
  padding: 48px !important;
}
.lp-5 {
  padding: 64px !important;
}
.lp-6 {
  padding: 72px !important;
}
.lp-7 {
  padding: 96px !important;
}
.lp-8 {
  padding: 120px !important;
}
@media (max-width: 767px) {
  .lp-s-0 {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .lp-m-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-0 {
    padding: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-0 {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .lp-s-1 {
    padding: 16px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-1 {
    padding: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-1 {
    padding: 16px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-2 {
    padding: 24px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-2 {
    padding: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-2 {
    padding: 24px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-3 {
    padding: 32px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-3 {
    padding: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-3 {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-4 {
    padding: 48px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-4 {
    padding: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-4 {
    padding: 48px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-5 {
    padding: 64px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-5 {
    padding: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-5 {
    padding: 64px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-6 {
    padding: 72px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-6 {
    padding: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-6 {
    padding: 72px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-7 {
    padding: 96px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-7 {
    padding: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-7 {
    padding: 96px !important;
  }
}
@media (max-width: 767px) {
  .lp-s-8 {
    padding: 120px !important;
  }
}
@media (min-width: 768px) {
  .lp-m-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lp-l-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lp-xl-8 {
    padding: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lp-xxl-8 {
    padding: 120px !important;
  }
}
.lpx-0 {
  padding-right: 0 !important;
}
.lpx-0 {
  padding-left: 0 !important;
}
.lpx-1 {
  padding-right: 16px !important;
}
.lpx-1 {
  padding-left: 16px !important;
}
.lpx-2 {
  padding-right: 24px !important;
}
.lpx-2 {
  padding-left: 24px !important;
}
.lpx-3 {
  padding-right: 32px !important;
}
.lpx-3 {
  padding-left: 32px !important;
}
.lpx-4 {
  padding-right: 48px !important;
}
.lpx-4 {
  padding-left: 48px !important;
}
.lpx-5 {
  padding-right: 64px !important;
}
.lpx-5 {
  padding-left: 64px !important;
}
.lpx-6 {
  padding-right: 72px !important;
}
.lpx-6 {
  padding-left: 72px !important;
}
.lpx-7 {
  padding-right: 96px !important;
}
.lpx-7 {
  padding-left: 96px !important;
}
.lpx-8 {
  padding-right: 120px !important;
}
.lpx-8 {
  padding-left: 120px !important;
}
@media (max-width: 767px) {
  .lpx-s-0 {
    padding-right: 0 !important;
  }
  .lpx-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-0 {
    padding-right: 0 !important;
  }
  .lpx-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-0 {
    padding-right: 0 !important;
  }
  .lpx-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-0 {
    padding-right: 0 !important;
  }
  .lpx-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-0 {
    padding-right: 0 !important;
  }
  .lpx-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-1 {
    padding-right: 16px !important;
  }
  .lpx-s-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-1 {
    padding-right: 16px !important;
  }
  .lpx-m-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-1 {
    padding-right: 16px !important;
  }
  .lpx-l-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-1 {
    padding-right: 16px !important;
  }
  .lpx-xl-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-1 {
    padding-right: 16px !important;
  }
  .lpx-xxl-1 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-2 {
    padding-right: 24px !important;
  }
  .lpx-s-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-2 {
    padding-right: 24px !important;
  }
  .lpx-m-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-2 {
    padding-right: 24px !important;
  }
  .lpx-l-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-2 {
    padding-right: 24px !important;
  }
  .lpx-xl-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-2 {
    padding-right: 24px !important;
  }
  .lpx-xxl-2 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-3 {
    padding-right: 32px !important;
  }
  .lpx-s-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-3 {
    padding-right: 32px !important;
  }
  .lpx-m-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-3 {
    padding-right: 32px !important;
  }
  .lpx-l-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-3 {
    padding-right: 32px !important;
  }
  .lpx-xl-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-3 {
    padding-right: 32px !important;
  }
  .lpx-xxl-3 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-4 {
    padding-right: 48px !important;
  }
  .lpx-s-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-4 {
    padding-right: 48px !important;
  }
  .lpx-m-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-4 {
    padding-right: 48px !important;
  }
  .lpx-l-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-4 {
    padding-right: 48px !important;
  }
  .lpx-xl-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-4 {
    padding-right: 48px !important;
  }
  .lpx-xxl-4 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-5 {
    padding-right: 64px !important;
  }
  .lpx-s-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-5 {
    padding-right: 64px !important;
  }
  .lpx-m-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-5 {
    padding-right: 64px !important;
  }
  .lpx-l-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-5 {
    padding-right: 64px !important;
  }
  .lpx-xl-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-5 {
    padding-right: 64px !important;
  }
  .lpx-xxl-5 {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-6 {
    padding-right: 72px !important;
  }
  .lpx-s-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-6 {
    padding-right: 72px !important;
  }
  .lpx-m-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-6 {
    padding-right: 72px !important;
  }
  .lpx-l-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-6 {
    padding-right: 72px !important;
  }
  .lpx-xl-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-6 {
    padding-right: 72px !important;
  }
  .lpx-xxl-6 {
    padding-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-7 {
    padding-right: 96px !important;
  }
  .lpx-s-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-7 {
    padding-right: 96px !important;
  }
  .lpx-m-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-7 {
    padding-right: 96px !important;
  }
  .lpx-l-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-7 {
    padding-right: 96px !important;
  }
  .lpx-xl-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-7 {
    padding-right: 96px !important;
  }
  .lpx-xxl-7 {
    padding-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpx-s-8 {
    padding-right: 120px !important;
  }
  .lpx-s-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-8 {
    padding-right: 120px !important;
  }
  .lpx-m-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-8 {
    padding-right: 120px !important;
  }
  .lpx-l-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-8 {
    padding-right: 120px !important;
  }
  .lpx-xl-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-8 {
    padding-right: 120px !important;
  }
  .lpx-xxl-8 {
    padding-left: 120px !important;
  }
}
.lpy-0 {
  padding-top: 0 !important;
}
.lpy-0 {
  padding-bottom: 0 !important;
}
.lpy-1 {
  padding-top: 16px !important;
}
.lpy-1 {
  padding-bottom: 16px !important;
}
.lpy-2 {
  padding-top: 24px !important;
}
.lpy-2 {
  padding-bottom: 24px !important;
}
.lpy-3 {
  padding-top: 32px !important;
}
.lpy-3 {
  padding-bottom: 32px !important;
}
.lpy-4 {
  padding-top: 48px !important;
}
.lpy-4 {
  padding-bottom: 48px !important;
}
.lpy-5 {
  padding-top: 64px !important;
}
.lpy-5 {
  padding-bottom: 64px !important;
}
.lpy-6 {
  padding-top: 72px !important;
}
.lpy-6 {
  padding-bottom: 72px !important;
}
.lpy-7 {
  padding-top: 96px !important;
}
.lpy-7 {
  padding-bottom: 96px !important;
}
.lpy-8 {
  padding-top: 120px !important;
}
.lpy-8 {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .lpy-s-0 {
    padding-top: 0 !important;
  }
  .lpy-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-0 {
    padding-top: 0 !important;
  }
  .lpy-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-0 {
    padding-top: 0 !important;
  }
  .lpy-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-0 {
    padding-top: 0 !important;
  }
  .lpy-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-0 {
    padding-top: 0 !important;
  }
  .lpy-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-1 {
    padding-top: 16px !important;
  }
  .lpy-s-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-1 {
    padding-top: 16px !important;
  }
  .lpy-m-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-1 {
    padding-top: 16px !important;
  }
  .lpy-l-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-1 {
    padding-top: 16px !important;
  }
  .lpy-xl-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-1 {
    padding-top: 16px !important;
  }
  .lpy-xxl-1 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-2 {
    padding-top: 24px !important;
  }
  .lpy-s-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-2 {
    padding-top: 24px !important;
  }
  .lpy-m-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-2 {
    padding-top: 24px !important;
  }
  .lpy-l-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-2 {
    padding-top: 24px !important;
  }
  .lpy-xl-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-2 {
    padding-top: 24px !important;
  }
  .lpy-xxl-2 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-3 {
    padding-top: 32px !important;
  }
  .lpy-s-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-3 {
    padding-top: 32px !important;
  }
  .lpy-m-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-3 {
    padding-top: 32px !important;
  }
  .lpy-l-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-3 {
    padding-top: 32px !important;
  }
  .lpy-xl-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-3 {
    padding-top: 32px !important;
  }
  .lpy-xxl-3 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-4 {
    padding-top: 48px !important;
  }
  .lpy-s-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-4 {
    padding-top: 48px !important;
  }
  .lpy-m-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-4 {
    padding-top: 48px !important;
  }
  .lpy-l-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-4 {
    padding-top: 48px !important;
  }
  .lpy-xl-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-4 {
    padding-top: 48px !important;
  }
  .lpy-xxl-4 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-5 {
    padding-top: 64px !important;
  }
  .lpy-s-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-5 {
    padding-top: 64px !important;
  }
  .lpy-m-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-5 {
    padding-top: 64px !important;
  }
  .lpy-l-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-5 {
    padding-top: 64px !important;
  }
  .lpy-xl-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-5 {
    padding-top: 64px !important;
  }
  .lpy-xxl-5 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-6 {
    padding-top: 72px !important;
  }
  .lpy-s-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-6 {
    padding-top: 72px !important;
  }
  .lpy-m-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-6 {
    padding-top: 72px !important;
  }
  .lpy-l-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-6 {
    padding-top: 72px !important;
  }
  .lpy-xl-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-6 {
    padding-top: 72px !important;
  }
  .lpy-xxl-6 {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-7 {
    padding-top: 96px !important;
  }
  .lpy-s-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-7 {
    padding-top: 96px !important;
  }
  .lpy-m-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-7 {
    padding-top: 96px !important;
  }
  .lpy-l-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-7 {
    padding-top: 96px !important;
  }
  .lpy-xl-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-7 {
    padding-top: 96px !important;
  }
  .lpy-xxl-7 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpy-s-8 {
    padding-top: 120px !important;
  }
  .lpy-s-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-8 {
    padding-top: 120px !important;
  }
  .lpy-m-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-8 {
    padding-top: 120px !important;
  }
  .lpy-l-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-8 {
    padding-top: 120px !important;
  }
  .lpy-xl-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-8 {
    padding-top: 120px !important;
  }
  .lpy-xxl-8 {
    padding-bottom: 120px !important;
  }
}
.lpt-0 {
  padding-top: 0 !important;
}
.lpt-1 {
  padding-top: 16px !important;
}
.lpt-2 {
  padding-top: 24px !important;
}
.lpt-3 {
  padding-top: 32px !important;
}
.lpt-4 {
  padding-top: 48px !important;
}
.lpt-5 {
  padding-top: 64px !important;
}
.lpt-6 {
  padding-top: 72px !important;
}
.lpt-7 {
  padding-top: 96px !important;
}
.lpt-8 {
  padding-top: 120px !important;
}
@media (max-width: 767px) {
  .lpt-s-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-1 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-1 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-2 {
    padding-top: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-2 {
    padding-top: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-3 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-3 {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-4 {
    padding-top: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-4 {
    padding-top: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-5 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-5 {
    padding-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-6 {
    padding-top: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-6 {
    padding-top: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-7 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-7 {
    padding-top: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpt-s-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpt-m-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpt-l-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpt-xl-8 {
    padding-top: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpt-xxl-8 {
    padding-top: 120px !important;
  }
}
.lpe-0 {
  padding-right: 0 !important;
}
.lpe-1 {
  padding-right: 16px !important;
}
.lpe-2 {
  padding-right: 24px !important;
}
.lpe-3 {
  padding-right: 32px !important;
}
.lpe-4 {
  padding-right: 48px !important;
}
.lpe-5 {
  padding-right: 64px !important;
}
.lpe-6 {
  padding-right: 72px !important;
}
.lpe-7 {
  padding-right: 96px !important;
}
.lpe-8 {
  padding-right: 120px !important;
}
@media (max-width: 767px) {
  .lpe-s-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-1 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-1 {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-2 {
    padding-right: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-2 {
    padding-right: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-3 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-3 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-4 {
    padding-right: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-4 {
    padding-right: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-5 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-5 {
    padding-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-6 {
    padding-right: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-6 {
    padding-right: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-7 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-7 {
    padding-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpe-s-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpe-m-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpe-l-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpe-xl-8 {
    padding-right: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpe-xxl-8 {
    padding-right: 120px !important;
  }
}
.lpb-0 {
  padding-bottom: 0 !important;
}
.lpb-1 {
  padding-bottom: 16px !important;
}
.lpb-2 {
  padding-bottom: 24px !important;
}
.lpb-3 {
  padding-bottom: 32px !important;
}
.lpb-4 {
  padding-bottom: 48px !important;
}
.lpb-5 {
  padding-bottom: 64px !important;
}
.lpb-6 {
  padding-bottom: 72px !important;
}
.lpb-7 {
  padding-bottom: 96px !important;
}
.lpb-8 {
  padding-bottom: 120px !important;
}
@media (max-width: 767px) {
  .lpb-s-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-1 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-1 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-2 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-2 {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-3 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-3 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-4 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-4 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-5 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-5 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-6 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-6 {
    padding-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-7 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-7 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .lpb-s-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpb-m-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpb-l-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpb-xl-8 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpb-xxl-8 {
    padding-bottom: 120px !important;
  }
}
.lps-0 {
  padding-left: 0 !important;
}
.lps-1 {
  padding-left: 16px !important;
}
.lps-2 {
  padding-left: 24px !important;
}
.lps-3 {
  padding-left: 32px !important;
}
.lps-4 {
  padding-left: 48px !important;
}
.lps-5 {
  padding-left: 64px !important;
}
.lps-6 {
  padding-left: 72px !important;
}
.lps-7 {
  padding-left: 96px !important;
}
.lps-8 {
  padding-left: 120px !important;
}
@media (max-width: 767px) {
  .lps-s-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lps-m-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lps-s-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-1 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-1 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-2 {
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-2 {
    padding-left: 24px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-3 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-3 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-4 {
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-4 {
    padding-left: 48px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-5 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-5 {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-6 {
    padding-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-6 {
    padding-left: 72px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-7 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-7 {
    padding-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .lps-s-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lps-m-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lps-l-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lps-xl-8 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lps-xxl-8 {
    padding-left: 120px !important;
  }
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 2px !important;
}
.gap-2 {
  gap: 4px !important;
}
.gap-3 {
  gap: 8px !important;
}
.gap-4 {
  gap: 12px !important;
}
.gap-5 {
  gap: 16px !important;
}
.gap-6 {
  gap: 20px !important;
}
.gap-7 {
  gap: 24px !important;
}
.gap-8 {
  gap: 28px !important;
}
.gap-9 {
  gap: 32px !important;
}
.gap-10 {
  gap: 40px !important;
}
.gap-11 {
  gap: 48px !important;
}
.gap-12 {
  gap: 56px !important;
}
@media (max-width: 767px) {
  .gap-s-0 {
    gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .gap-m-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .gap-s-1 {
    gap: 2px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-1 {
    gap: 2px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-1 {
    gap: 2px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-2 {
    gap: 4px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-2 {
    gap: 4px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-2 {
    gap: 4px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-3 {
    gap: 8px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-3 {
    gap: 8px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-3 {
    gap: 8px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-4 {
    gap: 12px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-4 {
    gap: 12px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-4 {
    gap: 12px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-5 {
    gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-5 {
    gap: 16px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-5 {
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-6 {
    gap: 20px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-6 {
    gap: 20px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-6 {
    gap: 20px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-7 {
    gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-7 {
    gap: 24px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-7 {
    gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-8 {
    gap: 28px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-8 {
    gap: 28px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-8 {
    gap: 28px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-9 {
    gap: 32px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-9 {
    gap: 32px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-9 {
    gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-10 {
    gap: 40px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-10 {
    gap: 40px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-10 {
    gap: 40px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-11 {
    gap: 48px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-11 {
    gap: 48px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-11 {
    gap: 48px !important;
  }
}
@media (max-width: 767px) {
  .gap-s-12 {
    gap: 56px !important;
  }
}
@media (min-width: 768px) {
  .gap-m-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1024px) {
  .gap-l-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xl-12 {
    gap: 56px !important;
  }
}
@media (min-width: 1672px) {
  .gap-xxl-12 {
    gap: 56px !important;
  }
}
.lgap-0 {
  gap: 0 !important;
}
.lgap-1 {
  gap: 16px !important;
}
.lgap-2 {
  gap: 24px !important;
}
.lgap-3 {
  gap: 32px !important;
}
.lgap-4 {
  gap: 48px !important;
}
.lgap-5 {
  gap: 64px !important;
}
.lgap-6 {
  gap: 72px !important;
}
.lgap-7 {
  gap: 96px !important;
}
.lgap-8 {
  gap: 120px !important;
}
@media (max-width: 767px) {
  .lgap-s-0 {
    gap: 0 !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-0 {
    gap: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-0 {
    gap: 0 !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-1 {
    gap: 16px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-1 {
    gap: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-1 {
    gap: 16px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-2 {
    gap: 24px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-2 {
    gap: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-2 {
    gap: 24px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-3 {
    gap: 32px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-3 {
    gap: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-3 {
    gap: 32px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-4 {
    gap: 48px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-4 {
    gap: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-4 {
    gap: 48px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-5 {
    gap: 64px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-5 {
    gap: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-5 {
    gap: 64px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-6 {
    gap: 72px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-6 {
    gap: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-6 {
    gap: 72px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-7 {
    gap: 96px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-7 {
    gap: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-7 {
    gap: 96px !important;
  }
}
@media (max-width: 767px) {
  .lgap-s-8 {
    gap: 120px !important;
  }
}
@media (min-width: 768px) {
  .lgap-m-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lgap-l-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lgap-xl-8 {
    gap: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lgap-xxl-8 {
    gap: 120px !important;
  }
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (max-width: 767px) {
  .text-s-start {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .text-m-start {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .text-l-start {
    text-align: left !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-start {
    text-align: left !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-start {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-s-end {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-m-end {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .text-l-end {
    text-align: right !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-end {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .text-s-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-m-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-l-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1672px) {
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-break {
  word-break: break-word !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.rds-anchor-menu {
  width: auto;
}
.rds-anchor-menu header {
  color: var(--rds-color-grey-3);
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-anchor-menu header .rds-anchor-menu-title:not(:empty) {
  margin-bottom: 12px;
}
.rds-anchor-menu nav {
  display: flex;
  flex-direction: column;
}
.rds-anchor-menu nav .rds-anchor-menu-item {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-grey-1);
  padding: 8px 16px;
  box-shadow: inset 1px 0 0 0 var(--rds-anchor-menu-item-shadow-color);
  text-decoration: none;
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-anchor-menu nav .rds-anchor-menu-item.rds-anchor-menu-item-horizontal {
  padding: 16px 20px;
  box-shadow: inset 0 -1px 0 0 var(--rds-anchor-menu-item-shadow-color);
}
.rds-anchor-menu nav .rds-anchor-menu-item:hover {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-informative);
  color: var(--rds-color-high-contrast);
}
.rds-anchor-menu nav .rds-anchor-menu-item:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
}
.rds-anchor-menu nav .rds-anchor-menu-item-active,
.rds-anchor-menu nav .rds-anchor-menu-item-active:hover {
  --rds-anchor-menu-item-shadow-color: var(--rds-color-informative);
  color: var(--rds-color-informative);
}
.rds-anchor-menu.rds-anchor-menu-horizontal {
  width: 100%;
}
.rds-anchor-menu.rds-anchor-menu-horizontal nav {
  flex-direction: row;
  overflow-x: auto;
}
.rds-link {
  padding: 0;
  border-width: 0;
  border-radius: 0;
  outline: 2px solid rgba(0, 0, 0, 0);
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.rds-link[disabled],
.rds-link.rds-link--disabled {
  cursor: default;
  pointer-events: none;
}
.rds-link.rds-link--primary {
  color: var(--rds-color-informative);
}
.rds-link.rds-link--primary:hover:not([disabled]),
.rds-link.rds-link--primary:hover:not(.rds-link--disabled) {
  color: var(--rds-color-informative-hover);
}
.rds-link.rds-link--secondary {
  color: var(--rds-color-secondary-link);
}
.rds-link.rds-link--secondary:hover:not([disabled]),
.rds-link.rds-link--secondary:hover:not(.rds-link--disabled) {
  color: var(--rds-color-secondary-link-hover);
}
.rds-link.rds-link-inline {
  color: var(--rds-color-informative);
  font-weight: 400;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: .0625rem;
  text-underline-offset: calc(.33em - 3px);
}
.rds-link.rds-link-inline:visited:not([disabled]):not(.rds-link--disabled) {
  color: var(--rds-color-accent);
}
.rds-link.rds-link-inline:focus:not([disabled]),
.rds-link.rds-link-inline:focus:not(.rds-link--disabled) {
  color: var(--rds-color-informative);
  text-decoration: none;
  border-radius: 2px;
  outline-color: var(--rds-color-stroke-active-focus);
}
.rds-link.rds-link-inline:hover:not([disabled]),
.rds-link.rds-link-inline:hover:not(.rds-link--disabled) {
  cursor: pointer;
  color: var(--rds-color-informative-hover);
}
.rds-link.rds-link-inline.rds-link--disabled {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  outline: none;
}
.rds-link.rds-link-inline[disabled],
.rds-link.rds-link-inline.rds-link--disabled {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  outline: none;
}
.rds-link.rds-link-standalone {
  display: flex;
  align-items: center;
  position: relative;
}
.rds-link.rds-link-standalone.rds-link-l {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link.rds-link-standalone.rds-link-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link.rds-link-standalone.rds-link-s {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-link[disabled],
.rds-link.rds-link--disabled {
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-link.rds-link--active:not([disabled]),
.rds-link.rds-link--active:not(.rds-link--disabled) {
  color: var(--rds-color-informative);
}
.rds-link:focus-visible:not([disabled]):not(.rds-link-inline),
.rds-link:focus-visible:not(.rds-link--disabled):not(.rds-link-inline) {
  border-radius: 2px;
  outline-color: var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.rds-link.rds-link-before-icon.rds-link-l .rds-icon {
  margin-right: 8px;
}
.rds-link.rds-link-before-icon.rds-link-m .rds-icon {
  margin-right: 8px;
}
.rds-link.rds-link-before-icon.rds-link-s .rds-icon {
  margin-right: 4px;
}
.rds-link.rds-link-after-icon.rds-link-l .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon.rds-link-m .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon.rds-link-s .rds-icon {
  margin-left: 4px;
}
.rds-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: currentColor;
  vertical-align: baseline;
}
.rds-button {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  min-width: 72px;
  cursor: pointer;
  white-space: nowrap;
}
.rds-button:hover,
.rds-button:focus {
  outline: none;
}
.rds-button {
  border-radius: 2px;
}
.rds-button.rds-button-wrappable-label {
  white-space: normal;
  overflow-wrap: anywhere;
}
.rds-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.rds-button[aria-disabled=true]:not([disabled]) {
  background: var(--rds-color-bg-disabled-2) !important;
  border: 1px solid var(--rds-color-bg-disabled-2) !important;
  box-shadow: none !important;
  color: var(--rds-color-high-contrast) !important;
  cursor: wait;
}
.rds-button[aria-disabled=true]:not([disabled])::before {
  display: none !important;
}
.rds-button[aria-disabled=true]:not([disabled]) .rds-progress-spinner {
  --rds-color-on-dark-surface: var(--rds-color-high-contrast);
  --rds-color-informative: var(--rds-color-high-contrast);
  --rds-color-track: color-mix(in srgb, var(--rds-color-high-contrast) 20%, transparent);
}
.rds-button.rds-button-s {
  --rds-button-height: 28px;
  min-width: 60px;
  padding: calc((var(--rds-button-height) - 20px)*.5 - var(--rds-button-border-size)) 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-s:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-s.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-s.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-only-icon .rds-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.rds-button.rds-button-s.rds-button--with-start-icon {
  padding-left: 7px;
}
.rds-button.rds-button-s.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 4px;
}
.rds-button.rds-button-s.rds-button--with-end-icon {
  padding-right: 7px;
}
.rds-button.rds-button-s.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-s.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 4px;
}
.rds-button.rds-button-s.rds-button--with-only-icon {
  min-width: 28px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button-m {
  --rds-button-height: 36px;
  min-width: 80px;
  padding: calc((var(--rds-button-height) - 24px)*.5 - var(--rds-button-border-size)) 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-m:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-m.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-m.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-only-icon .rds-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.rds-button.rds-button-m.rds-button--with-start-icon {
  padding-left: 11px;
}
.rds-button.rds-button-m.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 8px;
}
.rds-button.rds-button-m.rds-button--with-end-icon {
  padding-right: 11px;
}
.rds-button.rds-button-m.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-m.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 8px;
}
.rds-button.rds-button-m.rds-button--with-only-icon {
  min-width: 36px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button-l {
  --rds-button-height: 48px;
  min-width: 100px;
  padding: calc((var(--rds-button-height) - 24px)*.5 - var(--rds-button-border-size)) 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button-l:not(.rds-button-wrappable-label):not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  height: var(--rds-button-height);
}
.rds-button.rds-button-l.rds-button-wrappable-label:not(.rds-button--text):not(.rds-button--text-warning):not(.rds-button--fab):not(.rds-button--icon):not(.rds-button--icon-warning) {
  min-height: var(--rds-button-height);
}
.rds-button.rds-button-l.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-only-icon .rds-icon {
  height: 24px;
  width: 24px;
  min-width: 24px;
}
.rds-button.rds-button-l.rds-button--with-start-icon {
  padding-left: 19px;
}
.rds-button.rds-button-l.rds-button--with-start-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-start-icon .rds-progress-spinner {
  margin-right: 8px;
}
.rds-button.rds-button-l.rds-button--with-end-icon {
  padding-right: 19px;
}
.rds-button.rds-button-l.rds-button--with-end-icon .rds-icon,
.rds-button.rds-button-l.rds-button--with-end-icon .rds-progress-spinner {
  margin-left: 8px;
}
.rds-button.rds-button-l.rds-button--with-only-icon {
  min-width: 48px;
  padding-left: 0;
  padding-right: 0;
}
.rds-button.rds-button--primary {
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--primary:hover,
.rds-button.rds-button--primary:focus {
  outline: none;
}
.rds-button.rds-button--primary {
  border: 1px solid var(--rds-color-bg-informative);
}
.rds-button.rds-button--primary:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-informative-hover);
  border-color: var(--rds-color-bg-informative-hover);
}
.rds-button.rds-button--primary:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--primary:active:not([disabled]),
.rds-button.rds-button--primary.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-informative-pressed);
  box-shadow: none;
}
.rds-button.rds-button--primary:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--primary.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-informative-pressed);
}
.rds-button.rds-button--primary[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--primary-warning {
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--primary-warning:hover,
.rds-button.rds-button--primary-warning:focus {
  outline: none;
}
.rds-button.rds-button--primary-warning {
  border: 1px solid var(--rds-color-bg-error);
}
.rds-button.rds-button--primary-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-error-hover);
  border-color: var(--rds-color-bg-error-hover);
}
.rds-button.rds-button--primary-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--primary-warning:active:not([disabled]),
.rds-button.rds-button--primary-warning.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-error-pressed);
  box-shadow: none;
}
.rds-button.rds-button--primary-warning:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--primary-warning.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-error-pressed);
}
.rds-button.rds-button--primary-warning[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--secondary {
  --rds-button-border-size: 1px;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-informative);
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:hover,
.rds-button.rds-button--secondary:focus {
  outline: none;
}
.rds-button.rds-button--secondary:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  border: 1px solid var(--rds-color-informative);
}
.rds-button.rds-button--secondary:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--secondary:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
  border-color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--secondary:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:focus-visible:not([disabled]):before {
  border-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary:active:not([disabled]),
.rds-button.rds-button--secondary.rds-button-active:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-button.rds-button--secondary:active:not([disabled]):not(:focus-visible):not([disabled]):before,
.rds-button.rds-button--secondary.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]):before {
  border-color: var(--rds-color-informative);
}
.rds-button.rds-button--secondary[disabled] {
  background: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--secondary[disabled]:before {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-button.rds-button--secondary-warning {
  --rds-button-border-size: 1px;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-error);
  text-decoration: none;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:hover,
.rds-button.rds-button--secondary-warning:focus {
  outline: none;
}
.rds-button.rds-button--secondary-warning:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: -1px;
  left: -1px;
  border-radius: 2px;
  border: 1px solid var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--secondary-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
  border-color: var(--rds-color-error-hover);
}
.rds-button.rds-button--secondary-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:focus-visible:not([disabled]):before {
  border-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--secondary-warning:active:not([disabled]),
.rds-button.rds-button--secondary-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning:active:not([disabled]):not(:focus-visible):not([disabled]):before,
.rds-button.rds-button--secondary-warning.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]):before {
  border-color: var(--rds-color-error);
}
.rds-button.rds-button--secondary-warning[disabled] {
  background: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--secondary-warning[disabled]:before {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-button.rds-button--text {
  min-width: auto;
  padding: 0;
  --rds-button-border-size: none;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-informative);
  text-decoration: none;
  position: relative;
  border: none;
}
.rds-button.rds-button--text:hover,
.rds-button.rds-button--text:focus {
  outline: none;
}
.rds-button.rds-button--text:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: none;
}
.rds-button.rds-button--text:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-informative-hover);
}
.rds-button.rds-button--text:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
}
.rds-button.rds-button--text:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--text:active:not([disabled]),
.rds-button.rds-button--text.rds-button-active:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-button.rds-button--text[disabled] {
  background: none;
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--text.rds-button-s {
  min-height: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text.rds-button-m {
  min-height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-m .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text.rds-button-l {
  min-height: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text.rds-button-l .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--text-warning {
  min-width: auto;
  padding: 0;
  --rds-button-border-size: none;
  transition: background-color .2s linear, color .2s linear;
  background: none;
  color: var(--rds-color-error);
  text-decoration: none;
  position: relative;
  border: none;
}
.rds-button.rds-button--text-warning:hover,
.rds-button.rds-button--text-warning:focus {
  outline: none;
}
.rds-button.rds-button--text-warning:before {
  transition: border-color .2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: none;
}
.rds-button.rds-button--text-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--text-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  z-index: 2;
}
.rds-button.rds-button--text-warning:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--text-warning:active:not([disabled]),
.rds-button.rds-button--text-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error);
}
.rds-button.rds-button--text-warning[disabled] {
  background: none;
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--text-warning.rds-button-s {
  min-height: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text-warning.rds-button-m {
  min-height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-m .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--text-warning.rds-button-l {
  min-height: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-button.rds-button--text-warning.rds-button-l .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
  padding: 0;
  border: 0;
  z-index: 0;
}
.rds-button.rds-button--icon:before,
.rds-button.rds-button--icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  outline: rgba(0, 0, 0, 0) solid 2px;
  border-radius: 2px;
}
.rds-button.rds-button--icon:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]):before {
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--icon:focus-visible:not([disabled]):after {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-button.rds-button--icon:active:not([disabled]),
.rds-button.rds-button--icon.rds-button-active:not([disabled]) {
  color: var(--rds-color-high-contrast);
}
.rds-button.rds-button--icon:active:not([disabled]):before,
.rds-button.rds-button--icon.rds-button-active:not([disabled]):before {
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-button.rds-button--icon[disabled] {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--icon.rds-button-s {
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--icon.rds-button-s:before,
.rds-button.rds-button--icon.rds-button-s:after {
  outline-width: 5px;
  outline-offset: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  height: 28px;
  width: 28px;
}
.rds-button.rds-button--icon.rds-button-s:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-button.rds-button--icon.rds-button-m {
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon.rds-button-m:before,
.rds-button.rds-button--icon.rds-button-m:after {
  outline-width: 6px;
  outline-offset: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  height: 36px;
  width: 36px;
}
.rds-button.rds-button--icon.rds-button-m:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-button.rds-button--icon-warning {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-error);
  padding: 0;
  border: 0;
  z-index: 0;
}
.rds-button.rds-button--icon-warning:before,
.rds-button.rds-button--icon-warning:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  outline: rgba(0, 0, 0, 0) solid 2px;
  border-radius: 2px;
}
.rds-button.rds-button--icon-warning:hover:not([disabled]):not(.rds-button-active):not(:active) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:hover:not([disabled]):not(.rds-button-active):not(:active):before {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]):before {
  background-color: rgba(0, 0, 0, 0);
}
.rds-button.rds-button--icon-warning:focus-visible:not([disabled]):after {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-button.rds-button--icon-warning:active:not([disabled]),
.rds-button.rds-button--icon-warning.rds-button-active:not([disabled]) {
  color: var(--rds-color-error-hover);
}
.rds-button.rds-button--icon-warning:active:not([disabled]):before,
.rds-button.rds-button--icon-warning.rds-button-active:not([disabled]):before {
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-button.rds-button--icon-warning[disabled] {
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-button.rds-button--icon-warning.rds-button-s {
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--icon-warning.rds-button-s:before,
.rds-button.rds-button--icon-warning.rds-button-s:after {
  outline-width: 5px;
  outline-offset: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  height: 28px;
  width: 28px;
}
.rds-button.rds-button--icon-warning.rds-button-s:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon-warning.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-button.rds-button--icon-warning.rds-button-m {
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--icon-warning.rds-button-m:before,
.rds-button.rds-button--icon-warning.rds-button-m:after {
  outline-width: 6px;
  outline-offset: -6px;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  height: 36px;
  width: 36px;
}
.rds-button.rds-button--icon-warning.rds-button-m:after {
  outline-width: 2px;
  outline-offset: 0;
}
.rds-button.rds-button--icon-warning.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-button.rds-button--fab {
  padding: 0;
  --rds-button-border-size: 1px;
  transition:
    background-color .1s linear,
    border-color .1s linear,
    box-shadow .1s linear;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
  background: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-button.rds-button--fab:hover,
.rds-button.rds-button--fab:focus {
  outline: none;
}
.rds-button.rds-button--fab {
  border: 1px solid var(--rds-color-bg-informative);
}
.rds-button.rds-button--fab:hover:not([disabled]):not(.rds-button-active):not(:active) {
  background: var(--rds-color-bg-informative-hover);
  border-color: var(--rds-color-bg-informative-hover);
}
.rds-button.rds-button--fab:focus-visible:not([disabled]) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  border-color: var(--rds-color-bg-base-1);
}
.rds-button.rds-button--fab:active:not([disabled]),
.rds-button.rds-button--fab.rds-button-active:not([disabled]) {
  background: var(--rds-color-bg-informative-pressed);
  box-shadow: none;
}
.rds-button.rds-button--fab:active:not([disabled]):not(:focus-visible):not([disabled]),
.rds-button.rds-button--fab.rds-button-active:not([disabled]):not(:focus-visible):not([disabled]) {
  border-color: var(--rds-color-bg-informative-pressed);
}
.rds-button.rds-button--fab[disabled] {
  color: var(--rds-color-disabled);
  background: var(--rds-color-bg-disabled-2);
  box-shadow: none;
  border-color: var(--rds-color-bg-disabled-2);
}
.rds-button.rds-button--fab {
  border-radius: 50%;
}
.rds-button.rds-button--fab .rds-icon {
  fill: currentColor;
}
.rds-button.rds-button--fab.rds-button-s {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
}
.rds-button.rds-button--fab.rds-button-s .rds-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.rds-button.rds-button--fab.rds-button-m {
  width: 48px;
  max-width: 48px;
  min-width: 48px;
  height: 48px;
}
.rds-button.rds-button--fab.rds-button-m .rds-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.rds-button.rds-button--fab.rds-button-l {
  width: 56px;
  max-width: 56px;
  min-width: 56px;
  height: 56px;
}
.rds-button.rds-button--fab.rds-button-l .rds-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.rds-split-button {
  display: inline-flex;
  border-radius: 2px;
}
.rds-split-button:focus-within button:has(~ button):before {
  border-right-color: rgba(0, 0, 0, 0);
}
.rds-split-button > button:focus-visible {
  z-index: 1;
}
.rds-split-button button:first-child:not(:focus-visible) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-split-button button:first-child:not(:focus-visible):before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-split-button button:not(:first-child):not(:last-child):not(:focus-visible) {
  border-radius: 0;
}
.rds-split-button button:not(:first-child):not(:last-child):not(:focus-visible):before {
  border-radius: 0;
}
.rds-split-button button:last-child:not(:focus-visible) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-split-button button:last-child:not(:focus-visible):before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-split-button.rds-split-button--primary > button:focus-visible:before,
.rds-split-button.rds-split-button--primary-warning > button:focus-visible:before {
  display: none;
}
.rds-split-button.rds-split-button--primary button:not(:first-child),
.rds-split-button.rds-split-button--primary-warning button:not(:first-child) {
  margin-left: 1px;
}
.rds-split-button.rds-split-button--primary button:not(:first-child):before,
.rds-split-button.rds-split-button--primary-warning button:not(:first-child):before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -2px;
  width: 1px;
  height: var(--rds-button-height);
}
.rds-split-button.rds-split-button--primary button:not(:first-child):before {
  background: var(--rds-color-bg-informative-hover);
}
.rds-split-button.rds-split-button--primary button:not(:first-child)[disabled]:before {
  background: var(--rds-color-grey-2);
}
.rds-split-button.rds-split-button--primary-warning button:not(:first-child):before {
  background: var(--rds-color-bg-error-hover);
}
.rds-split-button.rds-split-button--primary-warning button:not(:first-child)[disabled]:before {
  background: var(--rds-color-grey-2);
}
.rds-split-button.rds-split-button--secondary > button:focus-visible + button:before,
.rds-split-button.rds-split-button--secondary-warning > button:focus-visible + button:before {
  border-left-color: rgba(0, 0, 0, 0);
}
.rds-split-button.rds-split-button--secondary > button:not(:first-child),
.rds-split-button.rds-split-button--secondary-warning > button:not(:first-child) {
  margin-left: -1px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-s {
  min-width: 30px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-m {
  min-width: 38px;
}
.rds-split-button.rds-split-button--secondary > button.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button.rds-button--with-only-icon.rds-button-l {
  min-width: 50px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-s {
  padding-inline: 13px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-m {
  padding-inline: 17px;
}
.rds-split-button.rds-split-button--secondary > button:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:not(.rds-button--with-only-icon).rds-button-l {
  padding-inline: 25px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-s {
  min-width: 29px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-m {
  min-width: 37px;
}
.rds-split-button.rds-split-button--secondary > button:first-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary > button:last-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:first-child.rds-button--with-only-icon.rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:last-child.rds-button--with-only-icon.rds-button-l {
  min-width: 49px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-s,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-s {
  padding-left: 12px;
  padding-right: 13px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-m,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-m {
  padding-left: 16px;
  padding-right: 17px;
}
.rds-split-button.rds-split-button--secondary > button:first-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary > button:last-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:first-child:not(.rds-button--with-only-icon).rds-button-l,
.rds-split-button.rds-split-button--secondary-warning > button:last-child:not(.rds-button--with-only-icon).rds-button-l {
  padding-left: 24px;
  padding-right: 25px;
}
.rds-split-button.rds-split-button--secondary > button:not(:last-child):hover:focus-visible,
.rds-split-button.rds-split-button--secondary-warning > button:not(:last-child):hover:focus-visible {
  border-radius: 2px;
}
.rds-radio-button {
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  word-break: break-word;
}
.rds-radio-button.cdk-keyboard-focused .rds-checkmark-hover,
.rds-radio-button .rds-radio-input:focus-visible ~ .rds-checkmark-hover {
  display: flex;
  border: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-radio-button.rds-radio-checked .rds-radio-checkmark-inner-circle {
  transform: scale(0.5);
}
.rds-radio-button.rds-radio--invalid .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-error);
}
.rds-radio-button.rds-radio--invalid .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-error);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button.rds-radio--invalid.rds-radio-disabled .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-600-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid):not(.rds-radio-checked) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-3);
}
.rds-radio-button:not(.rds-radio--invalid):not(.rds-radio-checked).rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-informative);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-informative);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked.rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button:not(.rds-radio--invalid).rds-radio-checked.rds-radio-disabled .rds-radio-checkmark-inner-circle {
  background: var(--rds-color-grey-2);
}
.rds-radio-button .rds-radio-label {
  cursor: pointer;
  display: inline-flex;
  align-items: start;
  vertical-align: middle;
  width: 100%;
}
.rds-radio-button .rds-radio-label-content {
  display: inline-block;
  order: 0;
  line-height: inherit;
  padding-left: 10px;
  padding-right: 0;
}
.rds-radio-button .rds-radio-label-content--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio-label-content.rds-radio-label-before {
  order: -1;
  padding-left: 0;
  padding-right: 10px;
}
.rds-radio-button .rds-radio__subscript-wrapper > div:not(:empty) {
  margin-top: 8px;
}
.rds-radio-button .rds-radio-button.rds-radio-disabled .rds-radio__subscript--hint {
  color: var(--rds-color-disabled);
}
.rds-radio-button .rds-radio__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-radio-button .rds-radio__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-radio-button .rds-radio__subscript--error {
  color: var(--rds-color-error);
}
.rds-radio-button .rds-radio-container {
  display: flex;
  align-items: center;
}
.rds-radio-button .rds-radio-container--s {
  height: 20px;
}
.rds-radio-button .rds-radio-container--m {
  height: 24px;
}
.rds-radio-button .rds-radio-container--l {
  height: 24px;
}
.rds-radio-button .rds-radio-checkmark {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.rds-radio-button .rds-radio-checkmark .rds-radio-checkmark-outer-circle {
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color ease 280ms;
  width: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.rds-radio-button .rds-radio-checkmark .rds-radio-input {
  bottom: 0;
  left: 50%;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
}
.rds-radio-button.rds-radio-disabled .rds-radio-label-content {
  color: var(--rds-color-disabled);
}
.rds-radio-button.rds-radio-disabled .rds-radio-label {
  cursor: default;
}
.rds-radio-button .rds-checkmark-hover {
  display: none;
  position: absolute;
  top: -8px;
  left: -8px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-radio-button .rds-radio-label-content {
  padding-left: 10px;
  color: var(--rds-color-high-contrast);
}
.rds-radio-button:not(.rds-radio-checked):not(.rds-radio--invalid) .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-3);
}
.rds-radio-button:not(.rds-radio-checked):not(.rds-radio--invalid).rds-radio-disabled .rds-radio-checkmark-outer-circle {
  border-color: var(--rds-color-grey-2);
}
.rds-radio-button .rds-radio-checkmark-inner-circle {
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform ease 280ms, background-color ease 280ms;
  width: 20px;
  background: var(--rds-color-informative);
  transform: scale(0.001);
}
.rds-radio-button .rds-radio-checkmark-outer-circle,
.rds-radio-button .rds-radio-checkmark-inner-circle {
  z-index: 1;
}
.rds-radio-button:hover:not(.rds-radio-disabled) .rds-checkmark-hover {
  display: flex;
}
.rds-radio-button:active:not(.rds-radio-disabled) .rds-checkmark-hover {
  display: flex;
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-component-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.rds-component-group .rds-component-group-text {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
  text-align: center;
  white-space: nowrap;
  align-self: stretch;
  background-color: var(--rds-color-bg-base-1);
  border: 1px solid var(--rds-color-stroke-enabled);
}
.rds-component-group .rds-component-group-text.rds-component-group-text--l {
  height: 48px;
  padding: 8px 15px;
}
.rds-component-group .rds-component-group-text.rds-component-group-text--m {
  height: 36px;
  padding: 8px 11px;
}
.rds-component-group .rds-component-group-text.rds-component-group-text--s {
  height: 28px;
  padding: 8px 7px;
}
.rds-component-group .rds-component-group-text {
  border-radius: 2px;
}
.rds-component-group .rds-component-group-text:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group .rds-component-group-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group .rds-component-group-text:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rds-component-group .rds-component-group-text:not(:last-child) {
  border-right: none;
}
.rds-component-group rds-form-field {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}
.rds-component-group rds-form-field.rds-form-field--l.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 14px;
}
.rds-component-group rds-form-field.rds-form-field--m.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 11px;
}
.rds-component-group rds-form-field.rds-form-field--s.rds-form-field--focused.rds-form-field--prev-button .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container {
  padding-right: 6px;
}
.rds-component-group rds-form-field:first-child .rds-form-field__container .rds-form-field__control-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group rds-form-field:first-child:not(.rds-form-field--focused):not(.rds-form-field--hover) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child).rds-form-field--focused .rds-form-field__container .rds-form-field__control-container {
  border-radius: 0;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child):not(.rds-form-field--hover):not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field:not(:first-child):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-radius: 0;
}
.rds-component-group rds-form-field:last-child .rds-form-field__container .rds-form-field__control-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group rds-form-field.rds-form-field--hover + .rds-form-field:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--hover + div:not(.rds-dropdown--focused) > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + div:not(.rds-dropdown--focused) > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + .rds-form-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--focused + .rds-form-field--hover .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--l.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 15px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--m.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 11px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--s.rds-form-field--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  padding-left: 7px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--hover + .rds-component-group-text {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--focused + .rds-component-group-text {
  border-left: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field:not(.rds-form-field--date-picker).rds-form-field--prev-button .rds-form-field__container .rds-form-field__control-container {
  padding-right: 16px;
}
.rds-component-group rds-form-field.rds-form-field--text-field:not(.rds-form-field--date-picker).rds-form-field--prev-button.rds-form-field--hover:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  padding-right: 16px;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--prev-button.rds-form-field--hover:not(.rds-form-field--focused) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field.rds-form-field--text-field.rds-form-field--prev-focused.rds-form-field--hover:not(.rds-form-field--focused):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group rds-form-field.rds-form-field--select.rds-form-field--prev-focused.rds-form-field--hover:not(.rds-form-field--focused):not(:last-child) .rds-form-field__container .rds-form-field__control-container {
  border-right: none;
}
.rds-component-group div:not(:hover):not(:focus):not(:last-child) > .rds-dropdown-toggle-button:not(:hover):not(:focus) {
  border-right: none;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--l {
  padding-right: 11px;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--m {
  padding-right: 11px;
}
.rds-component-group .rds-dropdown--prev-button > .rds-dropdown-toggle-button:focus:not([disabled]).cdk-focused.cdk-keyboard-focused.rds-dropdown-toggle-button--s {
  padding-right: 3px;
}
.rds-component-group div.rds-dropdown--hover + .rds-component-group-text {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-component-group-text {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + .rds-form-field--text-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-form-field--select .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover + div > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group div.rds-dropdown--focused + div.rds-dropdown--hover > .rds-dropdown-toggle-button {
  border-left: none;
}
.rds-component-group div.rds-dropdown--hover.rds-dropdown--prev-button > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--focused.rds-dropdown--prev-button > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--hover.rds-dropdown--prev-focused > .rds-dropdown-toggle-button {
  border-right: none;
}
.rds-component-group div.rds-dropdown--focused + .rds-form-field--text-field .rds-form-field__container .rds-form-field__control-container {
  border-left: none;
}
.rds-component-group div:first-child > .rds-dropdown-toggle-button,
.rds-component-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rds-component-group div:last-child > .rds-dropdown-toggle-button,
.rds-component-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rds-component-group div:not(:first-child):not(:last-child) > .rds-dropdown-toggle-button,
.rds-component-group button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
ul.rds-list-item-container,
ol.rds-list-item-container {
  list-style: none;
}
ul.rds-list-item-container:focus-visible,
ol.rds-list-item-container:focus-visible {
  outline: none;
}
ul.rds-list-item-container li,
ol.rds-list-item-container li {
  margin-top: 0;
}
ul.rds-list-item-container li:before,
ol.rds-list-item-container li:before {
  display: none;
}
.rds-list-item-container:focus-visible {
  outline: none;
}
.rds-list-item {
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  align-items: center;
  outline: none;
  width: 100%;
  color: var(--rds-color-high-contrast);
}
.rds-list-item.rds-list-item--checked {
  background-color: var(--rds-color-bg-solid-hover-select);
}
.rds-list-item.rds-list-item--checked .rds-list-item-checkmark {
  visibility: visible;
  margin-left: auto;
  color: var(--rds-color-informative);
}
.rds-list-item:hover:not([disabled]),
.rds-list-item:hover:not(.rds-list-item--disabled),
.rds-list-item.rds-nestable-list-item.rds-nestable-list-item-activated {
  background-color: var(--rds-color-bg-solid-hover-select);
  cursor: pointer;
}
.rds-list-item:active:not([disabled]),
.rds-list-item:active:not(.rds-list-item--disabled),
.rds-list-item.rds-list-item-active:not([disabled]),
.rds-list-item.rds-list-item-active:not(.rds-list-item--disabled) {
  background-color: var(--rds-color-bg-solid-pressed);
}
.rds-list-item.rds-list-item--disabled,
.rds-list-item[disabled] {
  color: var(--rds-color-disabled);
  cursor: default;
  pointer-events: none;
}
.rds-list-item.rds-list-item--disabled.rds-list-item--checked .rds-list-item-checkmark,
.rds-list-item[disabled].rds-list-item--checked .rds-list-item-checkmark {
  color: var(--rds-color-disabled);
}
.rds-list-item.rds-list-item--disabled .rds-avatar,
.rds-list-item[disabled] .rds-avatar {
  opacity: .3;
}
.rds-list-item.rds-list-item--s {
  column-gap: 8px;
  border: 0;
  border-radius: 0;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--s:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--s rds-icon,
.rds-list-item.rds-list-item--s .rds-icon,
.rds-list-item.rds-list-item--s .rds-list-item-checkmark,
.rds-list-item.rds-list-item--s .rds-list-item__has-child-items {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.rds-list-item.rds-list-item--m {
  column-gap: 12px;
  border: 0;
  border-radius: 0;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--m:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--m rds-icon,
.rds-list-item.rds-list-item--m .rds-icon,
.rds-list-item.rds-list-item--m .rds-list-item-checkmark,
.rds-list-item.rds-list-item--m .rds-list-item__has-child-items {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}
.rds-list-item.rds-list-item--l {
  column-gap: 12px;
  border: 0;
  border-radius: 0;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--l:is(:focus-visible, .rds-list-item--focused, .cdk-focused.cdk-keyboard-focused):not([disabled]):not(.rds-list-item--disabled):not(.rds-nestable-list-item-activated) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-radius: 2px;
}
.rds-list-item.rds-list-item--l rds-icon,
.rds-list-item.rds-list-item--l .rds-icon,
.rds-list-item.rds-list-item--l .rds-list-item-checkmark,
.rds-list-item.rds-list-item--l .rds-list-item__has-child-items {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}
.rds-list-item .rds-list-item-checkmark {
  visibility: hidden;
}
.rds-list-item .rds-list-item__checkbox-right,
.rds-list-item .rds-list-item__checkbox-right.rds-pseudo-checkbox,
.rds-list-item .rds-list-item__has-child-items {
  margin-left: auto;
}
.rds-list-item .rds-list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rds-list-item .rds-checkbox-with-avatar-wrapper {
  margin-left: auto;
}
.rds-list-item .rds-pseudo-checkbox__container {
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.rds-list-item .rds-pseudo-checkbox__container .rds-pseudo-checkbox__checkmark-container {
  margin: 0 !important;
}
.rds-header-list-item {
  color: var(--rds-color-low-contrast);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  cursor: default;
}
.rds-header-list-item.rds-header-list-item--s {
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-list-item.rds-header-list-item--m {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-list-item.rds-header-list-item--l {
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item-separator {
  height: 1px;
  background: var(--rds-color-grey-2);
  margin-top: 4px;
  margin-bottom: 4px;
  list-style: none;
}
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 12px var(--rds-color-grey-1);
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1000px;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:vertical {
  min-height: 56px;
}
*::-webkit-scrollbar-thumb:horizontal {
  min-width: 56px;
}
*::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 0 12px var(--rds-color-grey-2);
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.rds-chips__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: var(--rds-color-chips-1-stroke-enabled);
  border-radius: 30px;
  width: fit-content;
  background-color: var(--rds-color-chips-bg-enabled);
  color: var(--rds-color-informative);
  -webkit-user-select: none;
  user-select: none;
}
.rds-chips__chip:hover {
  cursor: default;
}
.rds-chips__chip:active:not([disabled]) {
  box-shadow: none;
}
.rds-chips__chip:focus-within {
  outline: none;
}
.rds-chips__chip.cdk-focused.cdk-keyboard-focused:not([aria-disabled=true], [disabled]):not(:has(.rds-chip-close-button:focus-visible)),
.rds-chips__chip:not([aria-disabled=true], [disabled]):not(:has(.rds-chip-close-button:focus-visible)):focus-visible {
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: -1px;
}
.rds-chips__chip .rds-chip__avatar {
  border-radius: 100vmax;
}
.rds-chips__chip .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) {
  cursor: pointer;
  border-color: var(--rds-color-chips-1-stroke-hover);
  color: var(--rds-color-informative);
  background-color: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip .rds-chip-close-button > .rds-icon.rds-chip-close-icon {
  width: 16px;
  height: 16px;
}
.rds-chips__chip .rds-avatar:hover .rds-avatar-overlay {
  display: none;
}
.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip--active:not([aria-disabled=true], [disabled]),
.rds-chips__chip:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-bg-pressed);
  color: var(--rds-color-chips-1-text-pressed);
  background: var(--rds-color-chips-1-bg-pressed);
}
.rds-chips__chip .rds-chip-action {
  display: inline-flex;
  align-items: center;
  outline: none;
}
.rds-chips__chip .rds-chip-action.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  color: var(--rds-color-informative);
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: 0;
  border-radius: 50%;
}
.rds-chips__chip.rds-chips--type-blue {
  border-color: var(--rds-color-chips-1-stroke-enabled);
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-stroke-hover);
  color: var(--rds-color-informative);
  background: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-informative);
}
.rds-chips__chip.rds-chips--type-blue.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip.rds-chips--type-blue:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-1-bg-pressed);
  color: var(--rds-color-chips-1-text-pressed);
  background: var(--rds-color-chips-1-bg-pressed);
}
.rds-chips__chip.rds-chips--type-neutral {
  border-color: var(--rds-color-chips-2-stroke-enabled);
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral .rds-chip__leading-icon {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-2-stroke-hover);
  color: var(--rds-color-neutral);
  background: var(--rds-color-chips-bg-enabled);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) .rds-chip__leading-icon {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral:hover:not([aria-disabled=true], [disabled]) .rds-chip-close-button:not([disabled]) {
  color: var(--rds-color-neutral);
}
.rds-chips__chip.rds-chips--type-neutral.rds-chips__chip--selected:not([aria-disabled=true], [disabled]),
.rds-chips__chip.rds-chips--type-neutral:active:not([aria-disabled=true], [disabled]) {
  border-color: var(--rds-color-chips-2-bg-pressed);
  color: var(--rds-color-chips-2-text-pressed);
  background: var(--rds-color-chips-2-bg-pressed);
}
.rds-chips__chip .rds-chips--size-s {
  min-height: 28px;
  min-width: 60px;
  padding: 0 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__leading-icon {
  margin: 0 4px 0 -4px;
  width: 18px;
  height: 18px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__avatar {
  margin: 0 4px 0 -10px;
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip__avatar .rds-avatar__container {
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button {
  margin-inline: 4px -4px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-s .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip .rds-chips--size-m {
  min-height: 36px;
  min-width: 72px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__leading-icon {
  margin: 0 8px 0 -4px;
  width: 18px;
  height: 18px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__avatar {
  margin: 0 8px 0 -12px;
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip__avatar .rds-avatar__container {
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 28px;
  height: 28px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button {
  margin-inline: 8px -4px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-m .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip .rds-chips--size-l {
  min-height: 48px;
  min-width: 100px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__leading-icon {
  margin: 0 8px 0 -8px;
  width: 24px;
  height: 24px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__avatar {
  margin: 0 8px 0 -20px;
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip__avatar .rds-avatar__container {
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-avatar .rds-avatar__container .rds-avatar-image {
  width: 40px;
  height: 40px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button {
  margin-inline: 8px -8px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::after,
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::before {
  border-radius: 100vmax;
  width: 20px;
  height: 20px;
  inset: 0;
  top: -1px;
  left: -1px;
}
.rds-chips__chip .rds-chips--size-l .rds-chip-close-button::before {
  width: 20px;
  height: 20px;
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected),
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected) .rds-chip__avatar,
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) .rds-chip__avatar {
  opacity: .3;
}
.rds-chips__chip[disabled]:not(.rds-chips__chip--selected) .rds-chip__leading-icon,
.rds-chips__chip[aria-disabled=true]:not(.rds-chips__chip--selected) .rds-chip__leading-icon {
  color: var(--rds-color-disabled);
}
.rds-chips__chip--selected[disabled],
.rds-chips__chip--selected[aria-disabled=true] {
  border-color: var(--rds-color-bg-disabled-2);
  background-color: var(--rds-color-bg-disabled-2);
  color: var(--rds-color-disabled);
}
.rds-chips__chip--selected[disabled] .rds-chip__avatar,
.rds-chips__chip--selected[aria-disabled=true] .rds-chip__avatar {
  opacity: .3;
}
.rds-chips__chip--selected[disabled] .rds-chip__leading-icon,
.rds-chips__chip--selected[aria-disabled=true] .rds-chip__leading-icon {
  color: var(--rds-color-disabled);
}
.rds-chips {
  display: flex;
  flex-wrap: wrap;
}
.rds-chips:focus-within {
  outline: none;
}
.rds-chips.rds-chips--size-s {
  gap: 8px;
}
.rds-chips.rds-chips--size-m {
  gap: 12px;
}
.rds-chips.rds-chips--size-l {
  gap: 12px;
}
.rds-chips-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-avatar {
  display: flex;
  align-items: center;
}
.rds-avatar.rds-avatar-xs .rds-avatar__container {
  border: 1px solid var(--rds-color-avatar-stroke);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xs .rds-avatar__container .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper {
  margin-left: 8px;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xs .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-s .rds-avatar__container {
  border: 1px solid var(--rds-color-avatar-stroke);
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-s .rds-avatar__container .rds-icon {
  width: 18px;
  height: 18px;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper {
  margin-left: 8px;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-s .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-m .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-m .rds-avatar__container .rds-icon {
  width: 24px;
  height: 24px;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper {
  margin-left: 12px;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-m .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-l .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-l .rds-avatar__container .rds-icon {
  width: 32px;
  height: 32px;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper {
  margin-left: 16px;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-l .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar.rds-avatar-xl .rds-avatar__container {
  border: 2px solid var(--rds-color-avatar-stroke);
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xl .rds-avatar__container .rds-icon {
  width: 48px;
  height: 48px;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper {
  margin-left: 16px;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper .rds-avatar-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar.rds-avatar-xl .rds-avatar__name-wrapper .rds-avatar-description {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-avatar .rds-avatar__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rds-color-avatar-bg);
  color: var(--rds-color-brand);
}
.rds-avatar .rds-avatar__name-wrapper {
  display: flex;
  flex-direction: column;
}
.rds-avatar .rds-avatar-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.rds-avatar.cdk-focused.cdk-keyboard-focused {
  outline: none;
}
.rds-avatar.cdk-focused.cdk-keyboard-focused .rds-avatar__container {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-avatar:hover .rds-avatar-overlay {
  display: block;
}
.rds-avatar.rds-avatar-disable-interactions {
  pointer-events: none;
}
.rds-avatar-group {
  display: flex;
  flex-direction: row;
}
.rds-avatar-group .rds-avatar {
  display: unset;
}
.rds-avatar-group .rds-avatar-xs:not(:first-child) {
  margin-left: -8px;
}
.rds-avatar-group .rds-avatar-s:not(:first-child) {
  margin-left: -8px;
}
.rds-avatar-group .rds-avatar-m:not(:first-child) {
  margin-left: -16px;
}
.rds-avatar-group .rds-avatar-l:not(:first-child) {
  margin-left: -24px;
}
.rds-avatar-group .rds-avatar-xl:not(:first-child) {
  margin-left: -32px;
}
.rds-avatar-group .rds-avatar__container.cdk-focused.cdk-keyboard-focused {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-avatar-overlay {
  position: absolute;
  background: var(--rds-color-bg-transparent-hover-select);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: none;
}
.rds-checkbox {
  display: flex;
  flex-direction: column;
}
@keyframes rds-checkbox__fade-in-background {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes rds-checkbox__fade-out-background {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rds-checkbox__from-checked-to-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    transform: rotate(45deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    opacity: 0;
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes rds-checkbox__from-unchecked-to-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 22.910259;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rds-checkbox__from-checked-to-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -22.910259;
  }
}
@keyframes rds-checkbox__from-unchecked-to-indeterminate-indeterminate-mark {
  0%, 68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes rds-checkbox__from-checked-to-indeterminate-indeterminate-mark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 0.1);
    opacity: 0;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-checked-indeterminate-mark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    opacity: 1;
    transform: rotate(0deg);
  }
  to {
    opacity: 0;
    transform: rotate(315deg);
  }
}
@keyframes rds-checkbox__from-indeterminate-to-unchecked-indeterminate-mark {
  0% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scaleX(1);
  }
  32.8%, 100% {
    opacity: 0;
    transform: scaleX(0);
  }
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container {
  display: flex;
  align-items: center;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--s,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--s {
  height: 20px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--m,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--m {
  height: 24px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark-container--l,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark-container--l {
  height: 24px;
}
.rds-checkbox:has(.rds-checkbox__label-value-content:not(:empty)) .rds-checkbox__checkmark,
.rds-checkbox.rds-checkbox-with-label .rds-checkbox__checkmark {
  margin-right: 10px;
}
.rds-checkbox .rds-checkbox__wrapper {
  align-items: center;
  display: inline-flex;
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 4px 0;
  cursor: pointer;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label {
  align-items: start;
  display: inline-flex;
  -webkit-user-select: none;
  user-select: none;
  cursor: inherit;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__native-checkbox {
  bottom: 0;
  left: 50%;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(calc(18px / -2), calc(18px / -2));
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1), background 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border: 2px solid var(--rds-color-grey-3);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  opacity: 0;
  transition: opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);
  border-radius: 2px;
  background: var(--rds-color-informative);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  fill: var(--rds-color-bg-base-1);
  stroke: var(--rds-color-bg-base-1);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
  stroke-dasharray: 22.910259;
  stroke-width: 2.1333333333px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__indeterminate-mark {
  opacity: 0;
  transform: scaleX(0) rotate(0deg) translateY(0px);
  width: calc(100% - 6px);
  height: 2px;
  background: var(--rds-color-bg-base-1);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container {
  display: inline-flex;
  gap: 4px;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container .rds-checkbox-asterisk {
  color: var(--rds-color-error);
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container .rds-checkbox__label-value {
  color: var(--rds-color-high-contrast);
  word-break: break-word;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__wrapper .rds-checkbox__label-value-container-label--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__checkmark-icon {
  opacity: 1;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__background {
  opacity: 1;
}
.rds-checkbox.rds-checkbox--checked .rds-checkbox__indeterminate-mark {
  transform: scaleX(1) rotate(-45deg);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__checkmark-icon {
  opacity: 0;
  transform: rotate(45deg);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__indeterminate-mark {
  opacity: 1;
  transform: scaleX(1) rotate(0deg) translateY(0px);
}
.rds-checkbox.rds-checkbox--indeterminate .rds-checkbox__background {
  opacity: 1;
}
.rds-checkbox.cdk-focused.cdk-keyboard-focused .rds-checkbox__overlay,
.rds-checkbox .rds-checkbox__native-checkbox:focus-visible ~ .rds-checkbox__overlay {
  background: rgba(0, 0, 0, 0);
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-checkbox:hover:not(.rds-checkbox--disabled) .rds-checkbox__overlay {
  background: var(--rds-color-bg-transparent-hover-select);
}
.rds-checkbox:active:not(.rds-checkbox--disabled) .rds-checkbox__overlay {
  background: var(--rds-color-bg-transparent-pressed);
}
.rds-checkbox.rds-checkbox--disabled {
  cursor: default;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper {
  cursor: default;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper .rds-checkbox__frame {
  border-color: var(--rds-color-grey-2);
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__wrapper .rds-checkbox__label-value {
  color: var(--rds-color-disabled);
}
.rds-checkbox.rds-checkbox--disabled.rds-checkbox--checked .rds-checkbox__background,
.rds-checkbox.rds-checkbox--disabled.rds-checkbox--indeterminate .rds-checkbox__background {
  background: var(--rds-color-grey-2);
}
.rds-checkbox.rds-checkbox--invalid .rds-checkbox__background {
  background: var(--rds-color-error);
}
.rds-checkbox.rds-checkbox--invalid .rds-checkbox__frame {
  border-color: var(--rds-color-error);
}
.rds-checkbox.rds-checkbox-animation--unchecked-checked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-in-background;
}
.rds-checkbox.rds-checkbox-animation--unchecked-checked .rds-checkbox__checkmark-path {
  animation: 180ms linear 0ms rds-checkbox__from-unchecked-to-checked-checkmark-path;
}
.rds-checkbox.rds-checkbox-animation--unchecked-indeterminate .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-in-background;
}
.rds-checkbox.rds-checkbox-animation--unchecked-indeterminate .rds-checkbox__indeterminate-mark {
  animation: 90ms linear 0ms rds-checkbox__from-unchecked-to-indeterminate-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--checked-unchecked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-out-background;
}
.rds-checkbox.rds-checkbox-animation--checked-unchecked .rds-checkbox__checkmark-path {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-unchecked-checkmark-path;
}
.rds-checkbox.rds-checkbox-animation--checked-indeterminate .rds-checkbox__checkmark-icon {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-indeterminate-checkmark;
}
.rds-checkbox.rds-checkbox-animation--checked-indeterminate .rds-checkbox__indeterminate-mark {
  animation: 90ms linear 0ms rds-checkbox__from-checked-to-indeterminate-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-checked .rds-checkbox__checkmark-icon {
  animation: 500ms linear 0ms rds-checkbox__from-indeterminate-to-checked-checkmark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-checked .rds-checkbox__indeterminate-mark {
  animation: 500ms linear 0ms rds-checkbox__from-indeterminate-to-checked-indeterminate-mark;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-unchecked .rds-checkbox__background {
  animation: 180ms linear 0ms rds-checkbox__fade-out-background;
}
.rds-checkbox.rds-checkbox-animation--indeterminate-unchecked .rds-checkbox__indeterminate-mark {
  animation: 300ms linear 0ms rds-checkbox__from-indeterminate-to-unchecked-indeterminate-mark;
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-checkbox .rds-checkbox__subscript-wrapper .rds-checkbox__subscript--error {
  color: var(--rds-color-error);
}
.rds-checkbox .rds-checkbox__subscript-wrapper > div:not(:empty) {
  margin-top: 4px;
}
.rds-checkbox.rds-checkbox--disabled .rds-checkbox__subscript {
  color: var(--rds-color-disabled);
}
.rds-pseudo-checkbox {
  align-items: center;
  display: inline-flex;
  height: 24px;
  margin: 4px 0;
  transition: background .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__container {
  cursor: inherit;
  display: inline-flex;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark-container {
  position: relative;
  display: inline-block;
  margin: auto 10px auto auto;
  height: 18px;
  width: 18px;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--no-spacing {
  height: unset;
  margin: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--no-spacing .rds-pseudo-checkbox__checkmark-container {
  margin-right: auto;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__frame {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--rds-color-grey-3);
  border-radius: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__background {
  align-items: center;
  background: var(--rds-color-informative);
  border-radius: 2px;
  bottom: 0;
  display: inline-flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark {
  bottom: 0;
  fill: var(--rds-color-bg-base-1);
  stroke: var(--rds-color-bg-base-1);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__checkmark-path {
  stroke-dasharray: 22.910259;
  stroke-dashoffset: 0;
  stroke-width: 2.1333333333px;
}
.rds-pseudo-checkbox .rds-pseudo-checkbox__indeterminate-mark {
  opacity: 0;
  transform: scaleX(0) rotate(0deg) translateY(0px);
  width: calc(100% - 6px);
  height: 2px;
  background: var(--rds-color-bg-base-1);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__checkmark {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__background {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--checked .rds-pseudo-checkbox__indeterminate-mark {
  transform: scaleX(1) rotate(-45deg);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__checkmark {
  opacity: 0;
  transform: rotate(45deg);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__indeterminate-mark {
  opacity: 1;
  transform: scaleX(1) rotate(0deg) translateY(0px);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--indeterminate:not(.rds-pseudo-checkbox--checked) .rds-pseudo-checkbox__background {
  opacity: 1;
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--disabled .rds-pseudo-checkbox__frame {
  border-color: var(--rds-color-grey-2);
}
.rds-pseudo-checkbox.rds-pseudo-checkbox--disabled .rds-pseudo-checkbox__background {
  background: var(--rds-color-grey-2);
}
.rds-badge--container {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.rds-badge--container .rds-badge {
  --single-char-padding: 4px calc(10px);
  --multiple-char-padding: 4px 12px;
  line-height: unset;
  display: inline-flex;
  align-items: center;
  border-radius: 100vmax;
  white-space: nowrap;
  padding: var(--padding, var(--multiple-char-padding));
  height: 28px;
  background-color: var(--rds-color-badge-grey-bg);
  color: var(--rds-color-on-light-surface);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge.rds-badge--info-default {
  background-color: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--info-dot {
  background-color: var(--rds-color-informative);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--success-default {
  background-color: var(--rds-color-bg-success);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--success-dot {
  background-color: var(--rds-color-success);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--warning-default {
  background-color: var(--rds-color-bg-warning);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--warning-dot {
  background-color: var(--rds-color-warning);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--error-default {
  background-color: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--error-dot {
  background-color: var(--rds-color-error);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--neutral-default {
  background-color: var(--rds-color-badge-grey-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--neutral-minimal {
  background-color: var(--rds-color-badge-neutral-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--neutral-dot {
  background-color: var(--rds-color-grey-3);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge.rds-badge--blue-minimal {
  background-color: var(--rds-color-badge-blue-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--green-minimal {
  background-color: var(--rds-color-badge-green-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--red-minimal {
  background-color: var(--rds-color-badge-red-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--yellow-minimal {
  background-color: var(--rds-color-badge-yellow-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--orange-minimal {
  background-color: var(--rds-color-badge-orange-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--black-minimal {
  background-color: var(--rds-color-badge-dark-grey-bg);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--purple-minimal {
  background-color: var(--rds-color-badge-purple-2-bg);
  color: var(--rds-color-on-dark-surface);
}
.rds-badge--container .rds-badge.rds-badge--pink-minimal {
  background-color: var(--rds-color-badge-purple-1-bg);
  color: var(--rds-color-on-light-surface);
}
.rds-badge--container .rds-badge.rds-badge--other-dot {
  background-color: var(--rds-color-accent);
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
}
.rds-badge--container .rds-badge--content {
  display: inline-flex;
  align-items: center;
  height: 28px;
  color: var(--rds-color-high-contrast);
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge--single-char {
  display: flex;
  justify-content: center;
  --padding: var(--single-char-padding);
}
.rds-badge--container .rds-badge--s,
.rds-badge--container .rds-badge--attached {
  height: 20px;
  padding: 0 calc(6px);
}
.rds-badge--container .rds-badge--s {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-badge--container .rds-badge--l {
  line-height: unset;
  --single-char-padding: calc(6px) calc(14px);
  --multiple-char-padding: calc(6px) 16px;
  height: calc(36px);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field__select-x-wrapper {
  display: flex;
  margin-right: 4px;
  margin-left: 8px;
  cursor: pointer;
}
rds-multi-select .rds-chips.rds-chips--size-s {
  gap: 4px;
}
.rds-form-field__select-trigger-value {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-trigger-value.rds-form-field__select-trigger-value-placeholder {
  color: var(--rds-color-grey-3);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rds-form-field__select-hidden-trigger-values-placeholder {
  display: inline-flex;
  margin-right: 12px;
  margin-left: 4px;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
}
.rds-form-field--floating-label .rds-form-field__control {
  align-items: unset;
}
.rds-form-field--floating-label .rds-form-field__select-arrow-wrapper {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: flex;
}
.rds-form-field--floating-label .rds-form-field__select-x-wrapper button {
  margin-bottom: 16px;
}
.rds-select__empty,
.rds-combobox__empty {
  padding: 12px 16px;
  color: var(--rds-color-low-contrast);
  text-align: center;
}
@media (max-width: 767px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-select__empty,
  .rds-combobox__empty {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-select__empty:empty,
.rds-combobox__empty:empty {
  display: none;
}
.rds-select__option--search-input {
  display: flex;
  flex-direction: row;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--rds-color-stroke-enabled);
  align-items: center;
  margin: 0 0 1px;
}
.rds-select__option--search-input.rds-select__option--search-input--focused {
  border-bottom-width: 2px;
  border-bottom-color: var(--rds-color-informative);
}
.rds-select__option--search-input:hover:not(.rds-select__option--search-input--focused) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-select__option--search-input--l {
  height: 48px;
  padding: 0 16px 12px 16px;
}
.rds-select__option--search-input--l rds-icon {
  height: 24px;
  width: 24px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--l.rds-select__option--search-input--focused {
  padding-bottom: 11px;
}
.rds-select__option--search-input--l input {
  width: calc(100% - 6px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--l input:hover,
.rds-select__option--search-input--l input:focus {
  outline: none;
}
.rds-select__option--search-input--l input {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--l input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--m {
  height: 36px;
  padding: 0 16px 8px 16px;
}
.rds-select__option--search-input--m rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--m.rds-select__option--search-input--focused {
  padding-bottom: 7px;
}
.rds-select__option--search-input--m input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--m input:hover,
.rds-select__option--search-input--m input:focus {
  outline: none;
}
.rds-select__option--search-input--m input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--m input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 4px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: 2px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-select__option--search-input--s {
  height: 28px;
  padding: 0 12px 4px 12px;
}
.rds-select__option--search-input--s rds-icon {
  height: 18px;
  width: 18px;
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input--s.rds-select__option--search-input--focused {
  padding-bottom: 3px;
}
.rds-select__option--search-input--s input {
  width: calc(100% - 0px);
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
}
.rds-select__option--search-input--s input:hover,
.rds-select__option--search-input--s input:focus {
  outline: none;
}
.rds-select__option--search-input--s input {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__option--search-input--s input ::placeholder {
  color: var(--rds-color-low-contrast);
}
.rds-select__option--search-input .rds-select__option--search-input-prefix {
  margin-right: 8px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix {
  padding-right: 0;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix rds-icon {
  margin-top: -1px;
}
.rds-select__option--search-input .rds-select__option--search-input-suffix.hidden {
  visibility: hidden;
}
.rds-autocomplete {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.rds-autocomplete .rds-autocomplete-input-container {
  align-items: center;
  display: flex;
  width: 100%;
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled) {
  position: relative;
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  position: absolute;
  left: 0;
  top: calc((100% - 24px)/2);
  content: "";
  height: 24px;
  width: 1px;
  border-left: 1px solid var(--rds-color-high-contrast);
}
.rds-autocomplete .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled).rds-form-field__control-focused:before {
  display: none;
}
.rds-autocomplete .rds-autocomplete-icon-container {
  display: flex;
  align-items: center;
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-disabled .rds-autocomplete-icon-container {
  color: var(--rds-color-disabled);
}
.rds-autocomplete.rds-autocomplete-multi .rds-autocomplete-multi-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rds-autocomplete.rds-autocomplete-floating-label.rds-autocomplete-multi.rds-autocomplete-floating-label .rds-autocomplete-multi-container {
  margin-top: 16px;
}
.rds-autocomplete.rds-autocomplete-l .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 24px)/2);
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-l.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-l.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-l .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-autocomplete.rds-autocomplete-m .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 24px)/2);
  height: 24px;
}
.rds-autocomplete.rds-autocomplete-m.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-m.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-m .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-autocomplete.rds-autocomplete-s .rds-autocomplete-input-container.rds-form-field__control-show-caret:not(.rds-form-field__control-disabled):before {
  top: calc((100% - 20px)/2);
  height: 20px;
}
.rds-autocomplete.rds-autocomplete-s.rds-autocomplete-multi {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-s.rds-autocomplete-multi .rds-autocomplete-multi-container {
  gap: 4px;
}
.rds-autocomplete.rds-autocomplete-s .rds-autocomplete-icon-container {
  gap: 8px;
  margin-left: 8px;
}
.rds-form-field .rds-form-field__label {
  white-space: unset;
  color: var(--rds-color-low-contrast);
  display: flex;
  align-items: center;
  gap: 2px;
}
.rds-form-field--floating-label .rds-form-field__label {
  cursor: inherit;
}
.rds-form-field.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.rds-form-field.rds-form-field--side-right .rds-form-field__label-wrapper {
  display: flex;
  justify-content: flex-end;
}
.rds-form-field.rds-form-field--side-right .rds-form-field__label-wrapper .rds-form-field__label {
  text-align: right;
}
.rds-form-field.rds-form-field--side .rds-form-field__label-wrapper {
  display: flex;
  align-items: center;
  width: var(--label-width);
  overflow: unset;
  text-overflow: unset;
  white-space: inherit;
  padding-bottom: 4px;
  flex-shrink: 0;
}
.rds-form-field.rds-form-field--side.rds-form-field--hint-or-error-or-counter .rds-form-field__label-wrapper {
  margin-bottom: 24px;
}
.rds-form-field.rds-form-field--side .rds-form-field__container {
  width: calc(100% - var(--label-width) - 12px);
}
.rds-form-field.rds-form-field--side.rds-form-field__wrapper-textarea-field .rds-form-field__label-wrapper,
.rds-form-field.rds-form-field--side.rds-form-field--select-with-chips .rds-form-field__label-wrapper {
  align-items: flex-start;
}
.rds-form-field.rds-form-field--no-label .rds-form-field__label-wrapper {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover .rds-form-field__control-prefix-separator,
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__control-container:hover .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-hover);
}
.rds-form-field:not(.rds-form-field--focused):not(.rds-form-field--invalid):not(.rds-form-field--disabled) .rds-form-field__select-arrow {
  color: var(--rds-color-low-contrast);
}
.rds-form-field.rds-form-field--focused .rds-form-field__container.rds-form-field--global-search .rds-form-field__control-container {
  outline: none;
}
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: -2px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--focused .rds-form-field__container .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-form-field.rds-form-field--focused .rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--focused .rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--focused.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label-wrapper {
  color: var(--rds-color-stroke-active-focus);
}
.rds-form-field.rds-form-field--focused.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label {
  color: var(--rds-color-stroke-active-focus);
}
.rds-form-field > .rds-form-field__label-wrapper {
  margin-bottom: 4px;
}
.rds-form-field .rds-form-field__container {
  flex-direction: column;
  display: flex;
  position: relative;
  text-align: center;
}
.rds-form-field .rds-form-field__container .rds-form-field__control-container {
  display: flex;
  border-radius: 2px;
  border: 1px solid var(--rds-color-stroke-enabled);
  background: var(--rds-color-bg-base-1);
  cursor: text;
}
.rds-form-field .rds-form-field__container .rds-form-field__content {
  display: flex;
  position: relative;
  width: 100%;
}
.rds-form-field .rds-form-field__container .rds-form-field__content-prefix-empty,
.rds-form-field .rds-form-field__container .rds-form-field__content-suffix-empty {
  display: none;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 8px;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  border-left: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  position: relative;
  width: 100%;
  display: flex;
  min-width: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  display: flex;
  align-items: center;
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix.rds-form-field__content-suffix-datepicker {
  align-items: center;
  padding-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix.rds-form-field__content-suffix-datepicker .rds-icon {
  margin-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.rds-form-field .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  position: absolute;
  border-right: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container {
  padding-bottom: 7px;
  padding-right: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content {
  display: flex;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix-separator-container {
  width: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  padding-right: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix > *:first-child.rds-form-field__control-suffix {
  margin-left: 7px;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field .rds-form-field__container.rds-form-field--textarea-field.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper--float {
  height: 16px;
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--rds-color-low-contrast);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
}
.rds-form-field .rds-form-field__container .rds-form-field__control {
  position: relative;
  display: flex;
  margin-top: 0;
  border: none;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  outline: none;
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
  text-overflow: ellipsis;
}
.rds-form-field .rds-form-field__container .rds-form-field__control::placeholder {
  color: var(--rds-color-grey-3);
}
.rds-form-field .rds-form-field__container.rds-form-field__label--float .rds-form-field__control {
  display: inline-block;
  margin-top: 16px;
}
.rds-form-field .rds-form-field__container.rds-form-field--static-label .rds-form-field__control {
  margin-top: 0;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control {
  resize: none;
  bottom: unset;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-vertical {
  resize: vertical;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-horizontal {
  resize: horizontal;
}
.rds-form-field .rds-form-field__container textarea.rds-form-field__control.rds-textarea-resize-both {
  resize: both;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript-wrapper {
  left: 0;
  z-index: -1;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  gap: 16px;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript {
  text-align: left;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--error {
  color: var(--rds-color-error);
}
.rds-form-field .rds-form-field__container .rds-form-field__subscript--error-icon {
  flex-shrink: 0;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}
.rds-form-field .rds-form-field--hint-or-error-or-counter .rds-form-field__subscript-wrapper {
  z-index: auto;
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container {
  border-color: var(--rds-color-stroke-enabled);
  background: var(--rds-color-bg-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container:hover {
  border-color: var(--rds-color-stroke-enabled);
  cursor: default;
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--disabled .rds-form-field__control-container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-stroke-enabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__content .rds-form-field__content-prefix {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__content .rds-form-field__content-suffix {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--floating-label .rds-form-field__container .rds-form-field__label {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--floating-label .rds-form-field__label {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__control::placeholder {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--disabled .rds-form-field__select-arrow {
  color: var(--rds-color-disabled);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container {
  outline: 2px solid var(--rds-color-error);
  outline-offset: -2px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container.rds-form-field-textarea.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-prefix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__control-container.rds-form-field-textarea.rds-form-field--static-label .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-top: 0;
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled).rds-form-field--floating-label .rds-form-field__label-wrapper {
  color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled).rds-form-field--floating-label .rds-form-field__label {
  color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator,
.rds-form-field.rds-form-field--invalid:not(.rds-form-field--disabled) .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  border-color: var(--rds-color-error);
}
.rds-form-field.rds-form-field--floating-label .rds-form-field__control {
  display: inline-block;
  margin-top: 16px;
}
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-textfield-decoration-container {
  position: relative;
}
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-outer-spin-button,
.rds-form-field.rds-form-field--floating-label input[type=number]::-webkit-inner-spin-button {
  position: absolute;
  bottom: 0;
  height: 24px;
  right: 0;
}
.rds-form-field .rds-form-field__asterisk {
  color: var(--rds-color-error);
}
.rds-form-field .rds-form-field__container.rds-form-field--select .rds-form-field__control-container {
  cursor: pointer;
}
.rds-form-field .rds-form-field__container .rds-form-field__control {
  align-items: center;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-value {
  justify-content: space-between;
  align-items: center;
  display: flex;
  min-width: 0;
  width: calc(100% - 24px);
}
.rds-form-field .rds-form-field__container .rds-form-field__select-value-placeholder {
  display: flex;
  flex-wrap: nowrap;
  max-height: 24px;
  overflow: hidden;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow-wrapper {
  position: absolute;
  right: 0;
  display: flex;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow {
  margin: 0 7px;
  border-top: 5px solid;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
}
.rds-form-field .rds-form-field__container .rds-form-field__select-arrow--rotate {
  transform: rotate(180deg);
}
.rds-form-field.rds-form-field--disabled.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--disabled.rds-form-field--select-with-chips .rds-form-field__control-container {
  cursor: default;
}
.rds-form-field .rds-form-field-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 15px 3px 15px;
}
.rds-form-field.rds-form-field--l.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--l.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 12px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 15px 3px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 48px;
  height: 48px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 96px;
  padding: 11px 15px 7px 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 48px;
  height: unset;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 24px;
  width: 24px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -4px;
  height: calc(100% + 7px);
  padding-left: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 24px;
  width: 24px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 15px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -4px;
  height: calc(100% + 7px);
  padding-right: 15px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 18px);
  top: -11px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 8px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 18px);
  top: -11px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float {
  padding-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label--float .rds-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--l .rds-form-field__container textarea.rds-form-field__control {
  min-height: 96px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 8px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--m .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 11px 3px 11px;
}
.rds-form-field.rds-form-field--m.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--m.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 8px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 11px 3px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 36px;
  height: 36px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 72px;
  padding: 7px 11px 7px 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: 2px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: 2px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 36px;
  height: unset;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 12px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -3px;
  height: calc(100% + 6px);
  padding-left: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 11px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -3px;
  height: calc(100% + 6px);
  padding-right: 11px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 14px);
  top: -7px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 4px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 14px);
  top: -7px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--m .rds-form-field__container textarea.rds-form-field__control {
  min-height: 72px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 8px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--m.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label .rds-form-field-icon-wrapper {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--s .rds-form-field__label-wrapper .rds-form-field__label .rds-icon {
  width: 16px;
  height: 16px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--date-picker .rds-form-field__control-container,
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--date-range .rds-form-field__control-container {
  padding: 3px 7px 3px 7px;
}
.rds-form-field.rds-form-field--s.rds-form-field--side {
  --label-width: calc(var(--rds-control-label-width) * 1%);
}
.rds-form-field.rds-form-field--s.rds-form-field--side .rds-form-field__label-wrapper {
  padding-top: 4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  padding: 3px 7px 7px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container {
  padding: 3px 7px 3px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container:not(.rds-form-field-textarea) {
  min-height: 28px;
  height: 28px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea {
  min-height: 64px;
  padding: 3px 7px 7px 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-icon {
  margin-top: -1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix {
  padding-right: 0;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-icon {
  margin-top: -1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--select .rds-form-field__control-container,
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--select-with-chips .rds-form-field__control-container {
  min-height: 28px;
  height: unset;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix {
  display: inline-flex;
  margin-right: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix > *:last-child.rds-form-field__control-prefix {
  margin-right: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 8px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-prefix .rds-form-field__control-prefix-separator-container .rds-form-field__control-prefix-separator {
  position: absolute;
  top: -4px;
  height: calc(100% + 4px + 4px);
  padding-left: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-infix {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix rds-icon:not(.rds-fixed-size-icon) {
  height: 18px;
  width: 18px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix {
  display: inline-flex;
  margin-left: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix-datepicker .rds-form-field__control-suffix {
  margin-left: 8px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container {
  width: 7px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__content .rds-form-field__content-suffix .rds-form-field__control-suffix-separator-container .rds-form-field__control-suffix-separator {
  top: -4px;
  height: calc(100% + 4px + 4px);
  padding-right: 7px;
  margin-right: 1px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 10px);
  top: -3px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix {
  padding-right: 0px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container.rds-form-field--textarea-field .rds-form-field__control-container .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 10px);
  top: -3px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-form-field.rds-form-field--s .rds-form-field__container textarea.rds-form-field__control {
  min-height: 64px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--hint,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error {
  word-break: break-word;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-hint,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-error,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-form-field__subscript--error-icon,
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__subscript-wrapper .rds-control-counter {
  margin-top: 4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-prefix .rds-form-field__control-prefix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-form-field.rds-form-field--s.rds-form-field--floating-label .rds-form-field__control-container.rds-form-field-textarea .rds-form-field__content-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 12px);
  top: -4px;
}
.rds-control-counter {
  color: var(--rds-color-low-contrast);
  margin-left: auto;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-select__panel-wrapper {
  flex-basis: 100%;
}
.rds-select__panel {
  overflow: auto;
  border-radius: 2px;
  min-width: 100%;
  max-height: 256px;
  padding-top: 12px;
  padding-bottom: 12px;
  scroll-padding-block: 12px 12px;
  background: var(--rds-color-bg-base-1);
}
.rds-select__panel {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-select__option.hide {
  display: none;
}
.rds-select__option--separator {
  padding: 0;
  margin: 0;
}
.rds-select__option--separator div {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--rds-color-grey-2);
  padding-bottom: 0;
  margin-bottom: 4px;
}
[rds-theme=dark] input[type=number]::-webkit-outer-spin-button,
[rds-theme=dark] input[type=number]::-webkit-inner-spin-button {
  filter: invert(0.9);
}
.rds-form-field.rds-form-field--autocomplete-multi .rds-form-field__container .rds-form-field__control-container {
  height: unset !important;
}
.rds-form-field.rds-form-field--autocomplete-multi.rds-form-field--floating-label .rds-form-field__control {
  margin-top: 0;
}
.rds-accordion {
  width: 100%;
}
.rds-accordion .rds-expansion-panel {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--rds-color-grey-2);
}
.rds-accordion .rds-expansion-panel:focus {
  outline: 0;
}
.rds-accordion .rds-expansion-panel:hover:not(.rds-disabled) {
  box-shadow: inset 0 -1px 0 0 var(--rds-color-informative-hover);
  border-bottom: 1px solid var(--rds-color-informative-hover);
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) {
  padding-bottom: 20px;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) .rds-expansion-panel-header {
  padding: 16px 0 16px 0;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) svg.rds-expansion-indicator {
  transform: rotate(180deg);
}
.rds-accordion .rds-expansion-panel.rds-disabled {
  border-bottom-color: var(--rds-color-grey-2);
}
.rds-accordion .rds-expansion-panel.rds-disabled .rds-expansion-panel-content {
  color: var(--rds-color-disabled);
}
.rds-accordion .rds-expansion-panel.rds-disabled.rds-expanded {
  padding-bottom: 20px;
}
.rds-accordion .rds-expansion-panel.rds-disabled.rds-expanded .rds-expansion-panel-header {
  padding: 16px 0 16px 0;
}
.rds-accordion .rds-expansion-panel:has(.rds-expansion-panel-header:focus-visible) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-accordion .rds-expansion-panel:has(.rds-expansion-panel-header:focus-visible) .rds-expansion-panel-header {
  color: var(--rds-color-stroke-active-focus);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-heading {
  margin: 0;
  padding: 0;
  font: inherit;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
  color: var(--rds-color-low-contrast);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 0;
  border: none;
  background: none;
  width: 100%;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:hover,
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:focus {
  outline: none;
}
@media (max-width: 767px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-accordion .rds-expansion-panel .rds-expansion-panel-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header svg.rds-expansion-indicator {
  transition: all .3s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header:hover {
  color: var(--rds-color-informative-hover);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before {
  flex-direction: row-reverse;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before .rds-expansion-indicator {
  margin: 0 12px 0 0;
}
[dir=rtl] .rds-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expansion-toggle-indicator-before .rds-expansion-indicator {
  margin: 0 0 0 12px;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header[aria-disabled=true] {
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header[aria-disabled=true] .rds-expansion-indicator {
  color: var(--rds-color-disabled);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-content {
  display: flex;
  flex: 1;
  flex-direction: row;
  overflow: hidden;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title {
  display: flex;
  flex-grow: 1;
  margin-right: 16px;
  align-items: center;
}
[dir=rtl] .rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title {
  margin-right: 0;
  margin-left: 16px;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header .rds-expansion-panel-header-title > * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.rds-accordion.rds-accordion-size-s .rds-expansion-panel .rds-expansion-panel-header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-alert {
  display: flex;
  align-items: center;
  border-radius: 2px;
  padding: 16px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .rds-alert {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-alert {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-alert .rds-alert-icon {
  align-self: flex-start;
  margin-right: 12px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}
.rds-alert-info {
  border-left: 4px solid var(--rds-color-informative);
  background-color: var(--rds-color-alert-informative-bg);
}
.rds-alert-info .rds-alert-icon {
  color: var(--rds-color-informative);
}
.rds-alert-warning {
  border-left: 4px solid var(--rds-color-warning);
  background-color: var(--rds-color-alert-warning-bg);
}
.rds-alert-warning .rds-alert-icon {
  color: var(--rds-color-warning);
}
.rds-alert-error {
  border-left: 4px solid var(--rds-color-error);
  background-color: var(--rds-color-alert-error-bg);
}
.rds-alert-error .rds-alert-icon {
  color: var(--rds-color-error);
}
.rds-alert-success {
  border-left: 4px solid var(--rds-color-success);
  background-color: var(--rds-color-alert-success-bg);
}
.rds-alert-success .rds-alert-icon {
  color: var(--rds-color-success);
}
.rds-alert .rds-alert-content {
  color: var(--rds-color-high-contrast);
  width: calc(100% - 12px);
}
.rds-alert .rds-alert-close {
  display: flex;
  justify-self: flex-end;
  margin-left: 16px;
}
.rds-breadcrumbs {
  container-type: inline-size;
}
.rds-breadcrumbs-nav {
  width: fit-content;
}
.rds-breadcrumbs-list {
  list-style: none;
  flex-flow: row nowrap;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .rds-breadcrumbs-list {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
    letter-spacing: .5px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 4px;
  }
}
@media (min-width: 768px) {
  .rds-breadcrumbs-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 8px;
  }
}
@media (min-width: 1440px) {
  .rds-breadcrumbs-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs-list .rds-breadcrumb-separator {
    margin: 0 12px;
  }
}
.rds-breadcrumbs-list .rds-breadcrumb-more {
  display: inline-flex;
}
.rds-breadcrumbs-list .rds-breadcrumb-more button {
  width: fit-content;
}
.rds-breadcrumbs-list .rds-breadcrumb-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 0;
  color: var(--rds-color-secondary-link);
  cursor: pointer;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:hover {
  color: var(--rds-color-secondary-link-hover);
}
.rds-breadcrumbs-list .rds-breadcrumb-item:active {
  color: var(--rds-color-secondary-link-pressed);
}
.rds-breadcrumbs-list .rds-breadcrumb-item:focus-visible {
  outline: none;
}
.rds-breadcrumbs-list .rds-breadcrumb-item a,
.rds-breadcrumbs-list .rds-breadcrumb-item .rds-breadcrumb-item-label {
  color: inherit;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type {
  pointer-events: none;
}
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type a,
.rds-breadcrumbs-list .rds-breadcrumb-item:last-of-type .rds-breadcrumb-item-label {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100cqw - 52px);
}
.rds-breadcrumbs-list .rds-breadcrumb-separator {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--rds-color-disabled);
  cursor: default;
}
.rds-breadcrumbs-list li,
.rds-breadcrumb-popover li {
  margin-top: 0;
}
.rds-breadcrumbs-list li.rds-breadcrumbs-collapsed,
.rds-breadcrumb-popover li.rds-breadcrumbs-collapsed {
  visibility: hidden;
  position: absolute;
}
.rds-breadcrumbs-list li::before,
.rds-breadcrumb-popover li::before {
  display: none;
}
.rds-breadcrumbs-list li a:focus-visible,
.rds-breadcrumbs-list li .rds-breadcrumb-item-label:focus-visible,
.rds-breadcrumb-popover li a:focus-visible,
.rds-breadcrumb-popover li .rds-breadcrumb-item-label:focus-visible {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
}
.rds-breadcrumb-popover.rds-popover {
  min-width: 216px;
  padding: 12px 0;
}
.rds-breadcrumb-popover.rds-popover ol li,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list li {
  padding: 8px 16px;
}
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item {
  grid-column: 1/-1;
}
.rds-breadcrumb-popover.rds-popover ol a,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label {
  display: block;
  color: var(--rds-color-high-contrast);
  text-decoration: none;
}
.rds-breadcrumb-popover.rds-popover ol a:hover,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label:hover,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a:hover,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label:hover {
  color: var(--rds-color-secondary-link-hover);
}
.rds-breadcrumb-popover.rds-popover ol a,
.rds-breadcrumb-popover.rds-popover ol .rds-breadcrumb-item-label,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list a,
.rds-breadcrumb-popover.rds-popover .rds-breadcrumb-popover-list .rds-breadcrumb-item-label {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tabs {
  --rds-tab-height: 60px;
  --rds-tab-gap: 32px;
}
.rds-tabs .rds-tabs__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.rds-tabs .rds-tabs__header::before {
  content: "";
  position: absolute;
  top: calc(var(--rds-tab-height) + 1px);
  left: 0;
  border-bottom: 1px solid var(--rds-color-grey-2);
  width: 100%;
}
.rds-tabs .rds-tabs__header .rds-tabs-label-actions {
  display: flex;
  gap: 4px;
  height: var(--rds-tab-height);
  align-items: center;
}
.rds-tabs .rds-tabs__wrapper {
  display: flex;
  overflow-x: auto;
  padding: 2px;
  margin: -2px;
  gap: var(--rds-tab-gap);
}
.rds-tabs .rds-tabs__wrapper:has(+ .rds-tabs-label-actions-host) {
  padding-right: var(--rds-tab-gap);
}
.rds-tabs .rds-tabs__content-wrapper {
  padding: 16px 0;
}
.rds-tabs.rds-tabs-s {
  --rds-tab-height: 44px;
  --rds-tab-gap: 24px;
}
.rds-tabs .rds-tabs__tab {
  position: relative;
  display: flex;
  padding: 0 2px;
  align-items: center;
  flex: 1 0 auto;
  border: none;
  border-radius: 2px;
  background: none;
  height: 60px;
  min-width: 48px;
  color: var(--rds-color-low-contrast);
  cursor: pointer;
}
.rds-tabs .rds-tabs__tab:hover,
.rds-tabs .rds-tabs__tab:focus {
  outline: none;
}
.rds-tabs .rds-tabs__tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tabs .rds-tabs__tab > * {
  margin-left: 12px;
}
.rds-tabs .rds-tabs__tab > *:first-child {
  margin-left: 0;
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--active {
  color: var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--active::before,
.rds-tabs .rds-tabs__tab:hover:not(.rds-tabs__tab--disabled):not(.rds-tabs__tab--active)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 3px solid var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__tab.rds-tabs__tab--disabled {
  color: var(--rds-color-disabled);
  pointer-events: none;
  cursor: default;
}
.rds-tabs .rds-tabs__tab:focus-visible:not(.rds-tabs__tab--disabled),
.rds-tabs .rds-tabs__tab.cdk-focused.cdk-keyboard-focused:not(.rds-tabs__tab--disabled) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-tabs .rds-tabs__tab-size-s {
  height: 44px;
}
.rds-tabs.rds-tabs-stretch .rds-tabs__wrapper {
  flex-basis: 0;
  flex-grow: 1;
}
.rds-tabs.rds-tabs-stretch .rds-tabs__wrapper .rds-tabs__tab {
  min-width: fit-content;
  flex-basis: 0;
  flex-grow: 1;
}
.rds-divider {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--rds-color-grey-2);
  margin: 0;
}
.rds-divider.rds-divider-vertical {
  border-bottom: 0;
  border-right: 1px solid var(--rds-color-grey-2);
  height: 100%;
}
.rds-dropdown-toggle-button {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0);
  transition: background-color .2s linear, color .2s linear;
}
.rds-dropdown-toggle-button:focus-visible {
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.rds-dropdown-toggle-button[disabled] {
  outline: none;
  cursor: default;
  pointer-events: none;
}
.rds-dropdown-toggle-button[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--open {
  outline: none;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l {
  --rds-button-height: 48px;
  height: var(--rds-button-height);
  padding-left: 16px;
  padding-right: 12px;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l .rds-icon {
  height: 24px;
  width: 24px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--l.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m {
  --rds-button-height: 36px;
  height: var(--rds-button-height);
  padding-left: 16px;
  padding-right: 12px;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--m.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s {
  --rds-button-height: 28px;
  height: var(--rds-button-height);
  padding-left: 8px;
  padding-right: 4px;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s .rds-dropdown-toggle-button__content {
  display: inline-flex;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-dropdown-toggle-button.rds-dropdown-toggle-button--s.rds-dropdown-toggle-button--icon {
  padding: 0;
  width: var(--rds-button-height);
}
.rds-dropdown-toggle-button--default {
  border-color: var(--rds-color-stroke-enabled);
  border-radius: 2px;
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--default:hover {
  border-color: var(--rds-color-stroke-hover);
}
.rds-dropdown-toggle-button--default .rds-icon {
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--default.rds-dropdown-toggle-button--open {
  border-color: var(--rds-color-stroke-active-focus);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--default.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--default[disabled] {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--default[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--borderless {
  border-radius: 2px;
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--borderless:hover {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-dropdown-toggle-button--borderless .rds-icon {
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--borderless.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-transparent-pressed);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--borderless.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--borderless[disabled] {
  border-color: var(--rds-color-bg-disabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--borderless[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--primary {
  border-radius: 2px;
  background-color: var(--rds-color-bg-informative);
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--primary:hover {
  background-color: var(--rds-color-bg-informative-hover);
}
.rds-dropdown-toggle-button--primary .rds-icon {
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--primary.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-informative-pressed);
}
.rds-dropdown-toggle-button--primary[disabled] {
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--primary[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--secondary {
  border-color: var(--rds-color-informative);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary:hover {
  border-color: var(--rds-color-informative-hover);
  color: var(--rds-color-informative-hover);
}
.rds-dropdown-toggle-button--secondary:focus-visible {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--secondary:focus-visible .rds-icon {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--secondary .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary.rds-dropdown-toggle-button--open {
  border-color: var(--rds-color-informative-pressed);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--secondary[disabled] {
  border-color: var(--rds-color-stroke-enabled);
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--secondary[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--text {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text:hover {
  color: var(--rds-color-informative-hover);
}
.rds-dropdown-toggle-button--text:focus-visible {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--text:focus-visible .rds-icon {
  color: var(--rds-color-informative-pressed);
}
.rds-dropdown-toggle-button--text .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text.rds-dropdown-toggle-button--open {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-informative);
}
.rds-dropdown-toggle-button--text[disabled] {
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--text[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--warning {
  border-radius: 2px;
  background-color: var(--rds-color-bg-error);
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--warning:hover {
  background-color: var(--rds-color-bg-error-hover);
}
.rds-dropdown-toggle-button--warning .rds-icon {
  color: var(--rds-color-on-dark-surface);
}
.rds-dropdown-toggle-button--warning.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-error-pressed);
}
.rds-dropdown-toggle-button--warning[disabled] {
  background-color: var(--rds-color-bg-disabled);
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--warning[disabled] .rds-icon {
  color: var(--rds-color-disabled);
}
.rds-dropdown-toggle-button--icon {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
}
.rds-dropdown-toggle-button--icon:hover {
  background-color: var(--rds-color-bg-transparent-hover-select);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon:focus-visible {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon:focus-visible .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon.rds-dropdown-toggle-button--open {
  background-color: var(--rds-color-bg-transparent-pressed);
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon.rds-dropdown-toggle-button--open .rds-icon {
  color: var(--rds-color-high-contrast);
}
.rds-dropdown-toggle-button--icon[disabled] {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: var(--rds-color-disabled);
}
.rds-dropdown-container {
  border-radius: 2px;
  min-width: 180px;
  background-color: var(--rds-color-bg-base-1);
}
.rds-dropdown-container {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-empty-state-container.rds-empty-state--left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--left .rds-empty-state-items-container {
  align-items: start;
}
.rds-empty-state-container.rds-empty-state--left .rds-empty-state-divider {
  width: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--left {
    flex-direction: column;
    align-items: start;
  }
  .rds-empty-state-container.rds-empty-state--left .rds-empty-state-image-container {
    margin-bottom: 24px;
  }
}
.rds-empty-state-container.rds-empty-state--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--center .rds-empty-state-items-container {
  align-items: center;
}
.rds-empty-state-container.rds-empty-state--center .rds-empty-state-image-container {
  margin-bottom: 24px;
}
.rds-empty-state-container .rds-empty-state-image-container .rds-empty-state-image {
  display: flex;
}
.rds-empty-state-container .rds-empty-state-image-container img,
.rds-empty-state-container .rds-empty-state-image-container svg {
  max-width: 100%;
  height: auto;
}
.rds-empty-state-container .rds-empty-state-items-container {
  display: flex;
  flex-direction: column;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 64px;
}
.rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 160px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--l.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--l .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 8px;
}
.rds-empty-state-container.rds-empty-state--l * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--l .rds-empty-state-image-container svg {
  width: 160px;
  height: 160px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 48px;
}
.rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 120px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--m.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--m .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 8px;
}
.rds-empty-state-container.rds-empty-state--m * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--m .rds-empty-state-image-container svg {
  width: 120px;
  height: 120px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left {
  height: 100%;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider {
  padding-inline: 32px;
}
.rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider .rds-divider {
  min-height: 64px;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--s.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-empty-state-container.rds-empty-state--s .rds-empty-state-subtitle {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-title + .rds-empty-state-subtitle {
  margin-top: 4px;
}
.rds-empty-state-container.rds-empty-state--s * + .rds-empty-state-button {
  margin-top: 24px;
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-icon {
  display: none;
  width: 0;
  height: 0;
}
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--s .rds-empty-state-image-container svg {
  width: 64px;
  height: 64px;
  object-fit: scale-down;
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left {
  height: 100%;
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left .rds-empty-state-divider .rds-divider {
    min-height: 0;
    height: 0;
  }
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--left .rds-empty-state-icon {
  margin-right: 16px;
  color: var(--rds-color-informative);
}
.rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center .rds-empty-state-icon {
  margin-bottom: 8px;
  color: var(--rds-color-informative);
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center {
    flex-direction: column;
    align-items: center;
  }
  .rds-empty-state-container.rds-empty-state--xs.rds-empty-state--center .rds-empty-state-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .rds-empty-state-container.rds-empty-state--xs {
    flex-direction: row;
    align-items: center;
  }
  .rds-empty-state-container.rds-empty-state--xs .rds-empty-state-icon {
    margin-right: 16px;
    margin-bottom: 0;
    color: var(--rds-color-informative);
  }
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-subtitle {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-button {
  display: none;
}
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container img,
.rds-empty-state-container.rds-empty-state--xs .rds-empty-state-image-container svg {
  object-fit: scale-down;
}
.rds-drawer-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rds-drawer-container.rds-drawer-transition .rds-drawer-content {
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property:
    transform,
    margin-left,
    margin-right;
}
.rds-drawer-container .rds-drawer-content {
  width: 100%;
  height: 100%;
}
.rds-drawer-container .rds-drawer {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  outline: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-color: var(--rds-color-bg-base-elevated);
  border-radius: 2px;
}
.rds-drawer-container .rds-drawer.rds-drawer-s {
  max-width: 360px;
}
.rds-drawer-container .rds-drawer.rds-drawer-m {
  max-width: 512px;
}
.rds-drawer-container .rds-drawer.rds-drawer-l {
  max-width: 736px;
}
.rds-drawer-container .rds-drawer[style*="visibility: hidden"] {
  display: none;
}
.rds-drawer-container .rds-drawer.rds-drawer-end {
  transform: translate3d(100%, 0, 0);
  order: 1;
  right: 0;
}
.rds-drawer-container .rds-drawer.rds-drawer-start {
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.rds-drawer-container .rds-drawer.rds-drawer-overlay {
  position: absolute;
  z-index: 4;
}
.rds-drawer-container .rds-drawer .rds-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 20px;
  gap: 16px;
  color: var(--rds-color-high-contrast);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-drawer-container .rds-drawer .rds-drawer-body {
  width: 100%;
  height: 100%;
  padding-inline: 24px;
  padding-block: 0 24px;
  overflow-y: hidden;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-drawer-container .rds-drawer .rds-drawer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 24px;
}
.rds-drawer-container .rds-drawer.rds-drawer-scrollable .rds-drawer-body {
  padding-right: 12px;
  overflow-y: scroll;
}
.rds-drawer-container .rds-drawer.rds-drawer-scrollable .rds-drawer-actions {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-drawer-backdrop {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  visibility: hidden;
}
.rds-drawer-backdrop.rds-drawer-shown {
  visibility: visible;
}
.rds-drawer-backdrop.rds-drawer-backdrop--transparent {
  background-color: rgba(0, 0, 0, 0);
}
.rds-toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rds-toast-top-center {
  top: var(--rds-toast-spacing);
  right: 0;
  width: 100%;
}
.rds-toast-top-center > .rds-toast {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rds-toast-bottom-center {
  bottom: var(--rds-toast-spacing);
  right: 0;
  width: 100%;
}
.rds-toast-bottom-center > .rds-toast {
  margin-left: auto !important;
  margin-right: auto !important;
}
.rds-toast-top-left {
  top: var(--rds-toast-spacing);
  left: var(--rds-toast-spacing);
}
.rds-toast-top-right {
  top: var(--rds-toast-spacing);
  right: var(--rds-toast-spacing);
}
.rds-toast-bottom-right {
  right: var(--rds-toast-spacing);
  bottom: var(--rds-toast-spacing);
}
.rds-toast-bottom-left {
  bottom: var(--rds-toast-spacing);
  left: var(--rds-toast-spacing);
}
.rds-toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.rds-toast-container * {
  box-sizing: border-box;
}
.rds-toast-container.toast-top-center .rds-toast,
.rds-toast-container.toast-bottom-center .rds-toast {
  margin-left: auto;
  margin-right: auto;
}
.rds-toast-container .rds-toast {
  min-height: 48px;
  position: relative;
  overflow: hidden;
  margin: 0 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 12px 16px;
  width: 335px;
  max-width: calc(100vw - var(--rds-toast-spacing)*2);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  pointer-events: auto;
  cursor: default;
}
.rds-toast-container .rds-toast {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-toast-container .rds-toast.rds-toast-dismiss-click:hover {
  cursor: pointer;
}
.rds-toast-container .rds-toast.rds-toast-info {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-info:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-info .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-informative);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-info .rds-toast__leading-icon {
  fill: var(--rds-color-informative);
}
.rds-toast-container .rds-toast.rds-toast-success {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-success:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-success .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-success);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-success .rds-toast__leading-icon {
  fill: var(--rds-color-success);
}
.rds-toast-container .rds-toast.rds-toast-warning {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-warning:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-warning .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-warning);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-warning .rds-toast__leading-icon {
  fill: var(--rds-color-warning);
}
.rds-toast-container .rds-toast.rds-toast-error {
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  border-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-error:hover {
  background-color: var(--rds-color-bg-base-1);
}
.rds-toast-container .rds-toast.rds-toast-error .rds-container-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--rds-color-error);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rds-toast-container .rds-toast.rds-toast-error .rds-toast__leading-icon {
  fill: var(--rds-color-error);
}
.rds-toast-container .rds-toast__leading-icon {
  display: flex;
  margin-right: 12px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.rds-toast-container .rds-toast__action-button {
  width: fit-content;
  margin-top: 8px;
}
.rds-toast-container .rds-toast__close-button {
  margin-top: 4px;
  margin-left: 16px;
}
.rds-toast-container .rds-toast:not(.rds-toast-with-title) .rds-toast-text {
  justify-content: flex-start;
}
.rds-toast-container .rds-toast .rds-toast-inner {
  display: flex;
  flex: 1 1 0;
}
.rds-toast-container .rds-toast .rds-toast-text {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-top: 2px;
}
.rds-toast-container .rds-toast .rds-toast-text__header {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-toast-container .rds-toast .rds-toast-text__message {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-toast-container .rds-toast.rds-toast-with-title {
  min-height: 72px;
}
.rds-toast-container .rds-toast.rds-toast-with-title .rds-toast-text__message {
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .rds-toast-container .rds-toast-top-left,
  .rds-toast-container .rds-toast-top-center,
  .rds-toast-container .rds-toast-top-right {
    top: var(--rds-toast-spacing);
    left: 0;
    width: 100%;
  }
  .rds-toast-container .rds-toast-bottom-left,
  .rds-toast-container .rds-toast-bottom-center,
  .rds-toast-container .rds-toast-bottom-right {
    bottom: var(--rds-toast-spacing);
    left: 0;
    width: 100%;
  }
  .rds-toast-container .rds-toast-center-center {
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .rds-toast-container {
    --rds-toast-spacing: 8px;
  }
}
@media (min-width: 768px) {
  .rds-toast-container {
    --rds-toast-spacing: 16px;
  }
}
@media (min-width: 1024px) {
  .rds-toast-container {
    --rds-toast-spacing: 24px;
  }
}
.rds-header-compact {
  container-type: inline-size;
  display: block;
  width: min(100%, 100dvw);
  min-height: 56px;
  background: var(--rds-color-bg-base-1);
  box-shadow: inset 0 -1px 0 0 var(--rds-color-grey-1);
}
.rds-header-compact .rds-header-compact-row-container {
  position: relative;
}
.rds-header-compact .rds-header-compact-row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 16px;
  box-shadow: inset 0 -1px 0 0 var(--rds-color-grey-1);
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 20px;
  }
}
@container (min-width: 768px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 32px;
  }
}
@container (min-width: 1024px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 64px;
  }
}
@container (min-width: 1440px) {
  .rds-header-compact .rds-header-compact-row {
    padding-inline: 96px;
  }
}
.rds-header-compact .rds-header-compact-row-secondary {
  padding-block: 8px;
}
.rds-header-compact .rds-header-compact-row-secondary nav {
  width: 1480px;
  margin-inline: auto;
}
.rds-header-compact .rds-header-compact-row-primary {
  height: 56px;
}
@container (min-width: 768px) {
  .rds-header-compact .rds-header-compact-row-primary {
    max-width: 1480px;
    box-sizing: content-box;
    margin-inline: auto;
    height: calc(72px - 32px);
  }
}
.rds-header-compact .rds-header-compact-actions-container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rds-header-compact .rds-header-compact-actions-container > * {
  flex: 1 0 auto;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row {
  padding-inline: 20px;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row-primary,
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row-secondary nav {
  max-width: unset;
  margin-inline: 0;
}
@container (min-width: 768px) {
  .rds-header-compact.rds-header-compact-minimal-margins .rds-header-compact-row {
    padding-inline: 16px;
  }
}
.rds-header-compact .rds-header-compact-search-input {
  flex: 1 10 auto;
  max-width: 320px;
}
.rds-header-compact .rds-header-compact-custom-search + .rds-header-compact-search-input {
  display: none;
}
.rds-header-compact .rds-search-trigger {
  margin-right: -4px;
}
.rds-header-compact .rds-header-searchbar-container {
  position: absolute;
  inset: 50% 0 -50%;
  max-width: 1480px;
  box-sizing: content-box;
  margin-inline: auto;
}
.rds-header-compact.rds-header-compact-minimal-margins .rds-header-searchbar-container {
  max-width: unset;
}
.rds-header-compact .rds-header-compact-app-name {
  color: var(--rds-color-informative);
  margin-right: auto;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-app-name {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.rds-header-compact .rds-header-compact-logo {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: auto;
  color: var(--rds-color-logo);
}
.rds-header-compact .rds-header-compact-logo:focus-visible {
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  border-radius: 2px;
}
.rds-header-compact .rds-header-compact-logo:has(+ :is(.rds-header-compact-app-name, .rds-header-compact-custom-search, rds-search)) {
  margin-right: 25px;
  position: relative;
}
.rds-header-compact .rds-header-compact-logo:has(+ :is(.rds-header-compact-app-name, .rds-header-compact-custom-search, rds-search))::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 16px;
  width: 1px;
  background: var(--rds-color-grey-2);
}
.rds-header-compact .rds-header-compact-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rds-header-compact .rds-hamburger {
  margin-left: -4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary button,
.rds-header-compact .rds-header-compact-navigation-primary button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  background: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-secondary button .rds-icon,
.rds-header-compact .rds-header-compact-navigation-primary button .rds-icon {
  transition-duration: 200ms;
}
.rds-header-compact .rds-header-compact-navigation-secondary button[aria-expanded=true],
.rds-header-compact .rds-header-compact-navigation-primary button[aria-expanded=true] {
  background: var(--rds-color-bg-transparent-hover-select) !important;
}
.rds-header-compact .rds-header-compact-navigation-secondary button[aria-expanded=true] [icon=chevron_down],
.rds-header-compact .rds-header-compact-navigation-primary button[aria-expanded=true] [icon=chevron_down] {
  transform: rotate(180deg);
}
.rds-header-compact .rds-header-compact-navigation-secondary button .rds-icon,
.rds-header-compact .rds-header-compact-navigation-primary button .rds-icon {
  height: 18px;
  width: 18px;
}
.rds-header-compact .rds-header-compact-navigation-secondary button + ul,
.rds-header-compact .rds-header-compact-navigation-primary button + ul {
  position: absolute;
  z-index: 1000;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul,
.rds-header-compact .rds-header-compact-navigation-primary ul {
  --rds-header-navigation-primary-list-gap: $rds-header-compact-navigation-primary-gap;
  align-items: center;
  justify-content: flex-end;
  gap: var(--rds-header-navigation-primary-list-gap);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link,
.rds-header-compact .rds-header-compact-navigation-primary ul a.rds-link {
  padding: 4px 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact .rds-header-compact-navigation-primary {
  --rds-header-navigation-primary-margin-left: 36px;
  flex-grow: 1;
  overflow: hidden;
  padding: 4px;
  margin-inline: var(--rds-header-navigation-primary-margin-left)-4px;
}
.rds-header-compact .rds-header-compact-navigation-primary ul::after {
  content: "";
  display: block;
  width: 1px;
  min-width: 1px;
  height: 16px;
  background: var(--rds-color-grey-2);
  margin-inline: 16px -4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul {
  justify-content: flex-start;
  gap: 4px;
}
.rds-header-compact .rds-header-compact-navigation-secondary ul a.rds-link {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@container (max-width: 768px) {
  .rds-header-compact .rds-header-compact-logo:has(+ .rds-header-compact-app-name) {
    display: none;
  }
}
@container (min-width: 768px) {
  .rds-header-compact .rds-avatar {
    margin-block: -4px;
  }
}
.rds-header-compact ul,
.rds-header-compact-ul,
.rds-header-compact-dropdown {
  display: flex;
  padding-left: 0;
}
.rds-header-compact ul li,
.rds-header-compact-ul li,
.rds-header-compact-dropdown li {
  margin-top: 0;
}
.rds-header-compact ul li::before,
.rds-header-compact-ul li::before,
.rds-header-compact-dropdown li::before {
  display: none;
}
.rds-header-compact-dropdown {
  padding: 16px 8px;
  flex-direction: column;
}
.rds-header-compact-dropdown a.rds-link.rds-link-standalone {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-header-compact-side-menu {
  display: flex;
}
.rds-header-compact-menu-container {
  container-type: inline-size;
  background: var(--rds-color-bg-base-1);
  width: 100%;
  padding-inline: 20px;
}
.rds-header-compact-menu-container .rds-header-compact-menu-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 56px;
}
@container (min-width: 768px) {
  .rds-header-compact-menu-container {
    padding-inline: 32px;
  }
  .rds-header-compact-menu-container .rds-header-compact-menu-header {
    height: 72px;
  }
}
.rds-header-compact-menu-container.rds-header-compact-desktop {
  padding-inline: 24px;
}
.rds-header-compact-menu-container.rds-header-compact-desktop .rds-header-compact-menu-header {
  height: 72px;
}
.rds-header-compact-menu-container .rds-header-compact-ul {
  display: block;
}
.rds-header-compact-menu-container .rds-header-compact-ul li {
  margin: 16px 0;
}
.rds-header-compact-menu-container .rds-header-compact-ul button,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
  display: block;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-header-compact-menu-container .rds-header-compact-ul button,
  .rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-header-compact-menu-container .rds-header-compact-ul button:hover,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: var(--rds-color-high-contrast) !important;
}
.rds-header-compact-menu-container .rds-header-compact-ul button:active,
.rds-header-compact-menu-container .rds-header-compact-ul button .active,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone:active,
.rds-header-compact-menu-container .rds-header-compact-ul a.rds-link.rds-link-standalone .active {
  color: var(--rds-color-informative);
}
.rds-header-compact-menu-container .rds-header-compact-ul button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  width: 100%;
  cursor: pointer;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul {
  margin: 0;
  overflow: hidden;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li {
  --rds-header-compact-li-shadow-color: var(--rds-color-grey-1);
  margin: 0;
  box-shadow: inset 1px 0 0 0 var(--rds-header-compact-li-shadow-color);
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li:hover {
  --rds-header-compact-li-shadow-color: var(--rds-color-informative);
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li:first-child {
  margin-top: 8px;
}
.rds-header-compact-menu-container .rds-header-compact-ul .rds-header-compact-ul li a.rds-link.rds-link-standalone {
  padding: 10px 0 10px 24px;
  outline-offset: -2px;
}
.rds-header-compact-menu-container nav {
  border-bottom: 1px solid var(--rds-color-grey-1);
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: .6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-overlay-popover {
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  overflow: visible;
  position: fixed;
  pointer-events: none;
  white-space: normal;
  color: inherit;
  text-decoration: none;
  width: 100%;
  height: 100%;
  inset: auto;
  top: 0;
  left: 0;
}
.cdk-overlay-popover::backdrop {
  display: none;
}
.cdk-overlay-popover .cdk-overlay-backdrop {
  position: fixed;
  z-index: auto;
}
.rds-dialog-overlay {
  max-width: calc(100% - 128px);
  width: 100%;
  margin: 64px;
}
@media (max-width: 767px) {
  .rds-dialog-overlay {
    max-width: calc(100% - 32px);
    margin: 16px;
  }
}
.rds-dialog {
  position: relative;
  width: 100%;
  outline: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 64px 0;
  max-height: calc(100% - 128px);
  background-color: var(--rds-color-bg-base-elevated);
  border-radius: 2px;
}
.rds-dialog > div,
.rds-dialog > .rds-dialog__container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rds-dialog > div > .rds-dialog__component-portal,
.rds-dialog > .rds-dialog__container > .rds-dialog__component-portal {
  display: contents;
}
.rds-dialog.rds-dialog-fullscreen {
  margin: 24px;
  height: 100%;
  min-height: calc(100vh - 2*24px);
  max-height: calc(100vh - 2*24px);
  width: 100%;
  min-width: calc(100vw - 2*24px);
  max-width: calc(100vw - 2*24px);
}
.rds-dialog.rds-dialog-fullscreen > .rds-dialog__container {
  height: 100vh;
}
.rds-dialog.rds-dialog-fullscreen > .rds-dialog__container .rds-dialog__content {
  flex-grow: 1;
}
.rds-dialog__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 24px 20px;
  gap: 16px;
  color: var(--rds-color-high-contrast);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dialog__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none;
  letter-spacing: 0;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-dialog__icon-placeholder {
  align-items: center;
  justify-content: flex-end;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
  color: var(--rds-color-low-contrast);
}
.rds-dialog__icon-placeholder .rds-button {
  margin-right: 16px;
}
.rds-dialog__icon-placeholder .rds-button:last-of-type {
  margin-right: 0;
}
.rds-dialog__content {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding-inline: 24px;
  padding-block: 0 24px;
  overflow-y: hidden;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-dialog__content {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-dialog__content {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-dialog__content-scrollable {
  padding-right: 12px;
  overflow-y: scroll;
}
.rds-dialog__content-scrollable + .rds-dialog__actions-container {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-dialog__actions-container {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  padding: 24px;
}
.rds-tooltip {
  min-width: 37px;
  max-width: 295px;
  overflow: hidden;
  overflow-wrap: break-word;
  white-space: wrap;
  transform-origin: center bottom;
  border-radius: 2px;
  padding: 8px 12px;
  background: var(--rds-color-tooltip-bg);
  text-align: left;
  color: var(--rds-color-high-contrast-reversed);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-popover {
  background: var(--rds-color-high-contrast-reversed);
  padding: 24px;
  min-width: 335px;
}
.rds-popover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-popover .rds-popover-close-button {
  position: absolute;
  top: 24px;
  right: 24px;
}
.rds-popover .rds-popover-header {
  color: var(--rds-color-high-contrast);
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 767px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover .rds-popover-header.rds-popover-with-close-button {
  margin-right: 24px;
}
.rds-popover .rds-popover-paragraph {
  color: var(--rds-color-high-contrast);
  text-align: left;
  max-width: 18.25rem;
}
@media (max-width: 767px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover-content .rds-popover-header {
  color: var(--rds-color-high-contrast);
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover-content .rds-popover-header {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover-content .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover-content .rds-popover-header {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-popover-content .rds-popover-paragraph {
  color: var(--rds-color-high-contrast);
  text-align: left;
  max-width: 18.25rem;
}
@media (max-width: 767px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-popover-content .rds-popover-paragraph {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-paginator {
  display: block;
}
.rds-paginator .rds-paginator-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  width: 100%;
  gap: 16px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle {
  color: var(--rds-color-high-contrast);
  height: 36px;
  padding-left: 11px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle .rds-dropdown-toggle-button__content {
  padding-right: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle:focus:not([disabled]).cdk-focused.cdk-keyboard-focused {
  border: 1px solid var(--rds-color-stroke-active-focus);
  padding-left: 11px;
  padding-right: 7px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-label {
  color: var(--rds-color-high-contrast);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of {
  color: var(--rds-color-high-contrast);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 12px;
  border: 1px solid var(--rds-color-stroke-enabled);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  background-color: var(--rds-color-bg-base-1);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus {
  outline: none;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus:not([disabled]),
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  cursor: pointer;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input[disabled] {
  background-color: var(--rds-color-bg-disabled);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-outer-spin-button,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rds-paginator-dropdown {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
.rds-paginator-basic {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .rds-paginator-basic.no-arrows .rds-paginator-basic-arrow {
    display: none;
  }
}
.rds-paginator-basic-dots {
  display: none;
  color: var(--rds-color-high-contrast);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--rds-color-bg-base-1);
}
.rds-paginator-basic-dots.visible {
  display: flex;
}
.rds-paginator-basic-dots {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator-basic-arrow,
.rds-paginator-basic-arrow-boundary {
  display: flex;
}
@media (min-width: 768px) {
  .rds-paginator-basic-arrow-boundary {
    display: none;
  }
}
@media (min-width: 768px) {
  .rds-paginator-basic-page-label {
    display: none;
  }
}
.rds-paginator-basic-page-links {
  display: flex;
  gap: 8px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rds-paginator-basic-page-links li {
  margin-top: 0;
}
.rds-paginator-basic-page-links li::before {
  display: none;
}
@media (max-width: 767px) {
  .rds-paginator-basic-page-links {
    display: none;
  }
}
.rds-paginator-basic-page {
  appearance: none;
  border: none;
  text-decoration: none;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 2px;
  background: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-paginator-basic-page {
    padding: 8px 10px;
  }
}
.rds-paginator-basic-page:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--rds-color-bg-solid-hover-select);
}
.rds-paginator-basic-page:disabled,
.rds-paginator-basic-page[aria-disabled=true] {
  color: var(--rds-color-disabled);
  cursor: not-allowed;
}
.rds-paginator-basic-page[aria-current=page] {
  background: var(--rds-color-informative-hover);
  color: var(--rds-color-bg-base-1);
}
.rds-paginator-basic-page[aria-current=page]:hover:not(:disabled):not([aria-disabled=true]) {
  background: var(--rds-color-informative-hover);
}
.rds-paginator-basic-page:focus-visible {
  outline-offset: 2px;
  outline: 2px solid var(--rds-color-informative);
}
.rds-switch {
  display: inline-block;
  height: 24px;
  max-width: 100%;
  line-height: 24px;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rds-switch .rds-switch-thumb {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-switch:not(.rds-checked) .rds-switch-thumb {
  background-color: var(--rds-color-switch-toggle);
}
.rds-switch:not(.rds-checked) .rds-switch-bar {
  background-color: var(--rds-color-grey-2);
}
.rds-switch.rds-checked .rds-switch-thumb {
  background-color: var(--rds-color-informative);
}
.rds-switch.rds-checked .rds-switch-bar {
  background-color: var(--rds-color-switch-track);
}
.rds-switch.rds-checked .rds-ripple-element:hover {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch.rds-checked .rds-switch-thumb-container {
  transform: translate3d(14px, 0, 0);
}
[dir=rtl] .rds-switch.rds-checked .rds-switch-thumb-container {
  transform: translate3d(-14px, 0, 0);
}
.rds-switch.rds-checked:not(.rds-disabled).rds-switch--invalid .rds-switch-thumb {
  background-color: var(--rds-color-error);
}
.rds-switch.rds-switch--invalid .rds-switch-bar {
  background-color: var(--rds-color-switch-track-error);
}
.rds-switch.rds-disabled .rds-switch-thumb {
  box-shadow: none;
  background-color: var(--rds-color-grey-2);
}
.rds-switch.rds-disabled .rds-switch-bar {
  background-color: var(--rds-color-grey-1);
}
.rds-switch.rds-disabled .rds-switch-label,
.rds-switch.rds-disabled .rds-switch-thumb-container {
  cursor: default;
}
.rds-switch-label {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  height: inherit;
  cursor: pointer;
}
.rds-switch-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--rds-color-high-contrast);
}
.rds-switch-label-content--s {
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch-label-content--m {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch-label-content--l {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-disabled .rds-switch-content {
  color: var(--rds-color-disabled);
}
.rds-switch-label-before .rds-switch-label {
  order: 1;
}
.rds-switch-label-before .rds-switch-bar {
  order: 2;
}
[dir=rtl] .rds-switch-label-before .rds-switch-bar,
.rds-switch-bar {
  margin-right: 8px;
  margin-left: 0;
}
[dir=rtl] .rds-switch-bar,
.rds-switch-label-before .rds-switch-bar {
  margin-left: 8px;
  margin-right: 0;
}
.rds-switch-bar-no-side-margin {
  margin-left: 0;
  margin-right: 0;
}
.rds-switch-thumb-container {
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: all 80ms linear;
  transition-property: transform;
  width: 20px;
  height: 20px;
}
[dir=rtl] .rds-switch-thumb-container {
  left: auto;
  right: 0;
}
.rds-switch-thumb {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.rds-switch-bar {
  position: relative;
  flex-shrink: 0;
  border-radius: 8px;
  width: 34px;
  height: 14px;
}
.rds-switch-input {
  bottom: 0;
  left: 10px;
}
[dir=rtl] .rds-switch-input {
  left: auto;
  right: 10px;
}
.rds-switch-bar,
.rds-switch-thumb {
  transition: all 80ms linear;
  transition-property: background-color;
  transition-delay: 50ms;
}
.rds-switch .rds-switch-ripple {
  position: absolute;
  z-index: 1;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px;
  width: 36px;
  pointer-events: none;
}
.rds-switch .rds-switch-ripple .rds-ripple-element {
  border-radius: 50%;
}
.rds-switch .rds-switch-ripple .rds-ripple-element:not(.rds-switch-persistent-ripple) {
  opacity: .12;
}
.rds-switch-persistent-ripple {
  width: 100%;
  height: 100%;
  transform: none;
}
.rds-switch-bar:hover .rds-switch-persistent-ripple {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch-bar:active .rds-switch-persistent-ripple {
  opacity: 1;
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-switch:not(.rds-disabled).cdk-keyboard-focused .rds-switch-persistent-ripple,
.rds-switch-input:focus-visible ~ .rds-switch-thumb-container .rds-switch-persistent-ripple {
  opacity: 1;
  border: 2px solid var(--rds-color-stroke-active-focus);
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-switch-persistent-ripple,
.rds-switch.rds-disabled .rds-switch-bar:hover .rds-switch-persistent-ripple {
  opacity: 0;
}
@media (hover: none) {
  .rds-switch-bar:hover .rds-switch-persistent-ripple {
    display: none;
  }
}
.rds-switch__subscript-wrapper > div:not(:empty) {
  margin-top: 4px;
}
.rds-disabled .rds-switch__subscript--hint {
  color: var(--rds-color-disabled);
}
.rds-switch__subscript {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-switch__subscript--hint {
  color: var(--rds-color-low-contrast);
}
.rds-switch__subscript--error {
  color: var(--rds-color-error);
}
rds-input-with-chips {
  display: block;
  width: 100%;
}
.rds-form-field.rds-form-field--floating-label.rds-form-field--chip-grid:not(.rds-form-field--focused):not(:has(.rds-chips__chip)) input::-webkit-input-placeholder {
  opacity: 0;
}
.rds-form-field--chip-grid .rds-chips {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: content-box;
  align-items: center;
  column-gap: 4px;
  row-gap: 8px;
}
.rds-form-field.rds-form-field--chip-grid .rds-form-field__container .rds-form-field__control-container {
  height: unset !important;
}
.rds-form-field.rds-form-field--chip-grid:is(.rds-form-field--s, .rds-form-field--m, .rds-form-field--l) .rds-form-field__control-container {
  border: 1px solid var(--rds-color-stroke-enabled);
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__label-wrapper .rds-form-field__label.rds-form-field__label--float {
  padding-top: 0;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 4px 8px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--s:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 18px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 4px 12px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--m:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 26px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l .rds-form-field__control-container,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container {
  padding: 10px 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l .rds-form-field__control-container .rds-form-field__control,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l:is(.rds-form-field--focused, .rds-form-field--invalid) .rds-form-field__control-container .rds-form-field__control {
  line-height: 26px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container {
  padding: 4px 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container rds-chip-grid,
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container .rds-chips {
  padding-top: 16px;
}
.rds-form-field.rds-form-field--chip-grid.rds-form-field--l.rds-form-field--floating-label .rds-form-field__control-container .rds-form-field__control {
  line-height: 22px;
  padding-top: 0;
  margin-top: 0;
}
.rds-form-field.rds-form-field--chip-grid .rds-chip-input {
  width: unset;
  flex: 1 0 auto;
}
.rds-stepper {
  container-type: inline-size;
  display: block;
  width: 100%;
}
.rds-stepper-horizontal .rds-stepper-header-container {
  position: relative;
  justify-content: center;
  display: flex;
  white-space: nowrap;
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-header-container {
    gap: 24px;
    align-items: center;
    padding-bottom: 62px;
  }
}
@container (min-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-header-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 8px;
    margin-left: -8px;
  }
  .rds-stepper-horizontal .rds-stepper-header-container.rds-stepper-header-narrow {
    max-width: calc(var(--column-count)*(16px + var(--max-col-width)) - 8px);
  }
}
.rds-stepper-horizontal .rds-stepper-content {
  outline: 0;
}
.rds-stepper-horizontal .rds-stepper-content[aria-expanded=false] {
  overflow: hidden;
  height: 0;
}
.rds-stepper-horizontal .rds-stepper-content-container {
  overflow: hidden;
  padding: 16px 24px 24px 24px;
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-content-container {
    padding-inline: 0;
  }
}
@container (max-width: 768px) {
  .rds-stepper-horizontal .rds-content-wrapper {
    padding-top: 30px;
  }
}
.rds-content-wrapper {
  display: flex;
}
.rds-stepper-content-container-vertical {
  padding-left: 56px;
  width: 100%;
}
.rds-stepper-content-container-vertical .rds-stepper-content {
  overflow: hidden;
}
.rds-stepper.rds-stepper-side-by-side {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 4fr;
}
.rds-stepper.rds-stepper-side-by-side .rds-stepper-header-container {
  position: sticky;
  align-self: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 1;
}
.rds-stepper.rds-stepper-side-by-side .rds-stepper-content-container {
  padding: 24px 16px 0 16px;
  flex: 1;
  overflow: visible;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-header.rds-step-header-side-by-side {
  position: relative;
  flex-direction: row;
  padding: 16px 8px;
  align-items: flex-start;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-header.rds-step-header-side-by-side .rds-step-label {
  margin-top: 4px;
}
.rds-stepper.rds-stepper-side-by-side .rds-step-text-label {
  display: flex;
  flex-direction: column;
}
@container (min-width: 768px) {
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type) {
    position: relative;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::before,
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 24px;
    border-top: 1px solid var(--rds-color-grey-2);
    width: 100%;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type)::after {
    width: 0;
    border-color: var(--rds-color-informative);
    transition: width 300ms linear;
  }
  .rds-stepper-horizontal .rds-step-header:not(:last-of-type).rds-step-header-done::after {
    width: 100%;
  }
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type) {
  position: relative;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::before,
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::after {
  content: "";
  position: absolute;
  border-left: 1px solid var(--rds-color-grey-2);
  height: 100%;
  left: 23px;
  top: 40px;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type)::after {
  height: 0;
  border-color: var(--rds-color-informative);
  transition: height 300ms linear;
}
.rds-stepper-vertical .rds-content-wrapper:not(:last-of-type):has(.rds-step-header-done)::after {
  height: 100%;
}
.rds-table {
  background-color: var(--rds-color-bg-base-1);
  color: var(--rds-color-high-contrast);
}
.rds-table .rds-header-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-2);
  background: var(--rds-color-bg-base-2);
  box-shadow: 1px 0 0 0 var(--rds-color-bg-base-2);
  border-bottom: 2px solid var(--rds-color-informative);
  text-align: left;
  align-self: stretch;
}
.rds-table .rds-header-cell.rds-column-select {
  text-align: left;
}
.rds-table .rds-header-cell.rds-header-cell--dragging {
  background-color: var(--rds-color-bg-base-2);
  border-color: rgba(0, 0, 0, 0);
  border-left: 1px dashed var(--rds-color-grey-2);
  border-right: 1px dashed var(--rds-color-grey-2);
  border-top: 1px dashed var(--rds-color-grey-2);
  color: rgba(0, 0, 0, 0);
}
.rds-table .rds-header-cell.rds-header-cell--dragging * {
  pointer-events: none;
  visibility: hidden;
}
.rds-table .rds-header-cell-inner {
  display: flex;
  align-items: center;
}
.rds-table .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-1);
  border-bottom: 1px solid var(--rds-color-grey-2);
  box-shadow: 1px 0 0 0 var(--rds-cell-background-color);
  background-color: var(--rds-cell-background-color);
  align-self: stretch;
  width: fit-content;
  word-break: break-word;
}
.rds-table .rds-cell.rds-cell--dragging {
  border-left: 1px dashed var(--rds-color-grey-2);
  border-right: 1px dashed var(--rds-color-grey-2);
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: var(--rds-color-bg-base-2);
  color: rgba(0, 0, 0, 0);
}
.rds-table .rds-cell.rds-cell--dragging * {
  pointer-events: none;
  visibility: hidden;
}
.rds-table .rds-cell.rds-cell--dragging[data-last-row] {
  border-bottom: 1px dashed var(--rds-color-grey-2);
}
.rds-table .rds-table-sticky-border-elem-left {
  box-shadow: 4px 0px 8px -4px rgba(194, 186, 181, .2), 2px 0px 4px -2px rgba(84, 79, 79, .2);
}
.rds-table .rds-table-sticky-border-elem-right {
  box-shadow:
    -4px 0px 8px -4px rgba(194, 186, 181, .2),
    -2px 0px 4px -2px rgba(84, 79, 79, .2),
    1px 0 0 0 var(--rds-cell-background-color);
}
.rds-table:not(.rds-table-loading-data) .rds-row:hover:not(.disabled) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-2);
}
.rds-table:not(.rds-table-loading-data) .rds-row.disabled .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
  color: var(--rds-color-grey-2);
}
.rds-table:not(.rds-table-loading-data) .rds-row.disabled .rds-cell .rds-badge {
  opacity: .3;
}
.rds-table.rds-table-loading-data .rds-row {
  position: relative;
}
.rds-table.rds-table-loading-data .rds-row:after {
  position: absolute;
  z-index: 3;
  content: "";
  pointer-events: none;
  cursor: default;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--rds-color-bg-base-1) 20%,
      transparent 40%);
  background-repeat: no-repeat;
  opacity: .7;
  animation: rds-table-loading-animation 2s infinite;
  background-size: 200% 100%;
}
.rds-table.rds-table-loading-data .rds-row:not(:last-child) .rds-cell {
  border-bottom-color: var(--rds-color-bg-base-2);
}
.rds-table.rds-table-loading-data .rds-row .rds-cell {
  cursor: default;
  position: relative;
  z-index: 1;
}
.rds-table.rds-table-loading-data .rds-row .rds-cell:after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
  cursor: default;
  width: calc(100% - 2*var(--rds-cell-padding-horizontal));
  height: calc(100% - 2*var(--rds-cell-padding-vertical));
  top: var(--rds-cell-padding-vertical);
  left: var(--rds-cell-padding-horizontal);
  background: var(--rds-color-bg-base-2);
}
.rds-table.rds-table-loading-data:not(.rds-table-accent-outlined) .rds-row:last-child .rds-cell {
  border-bottom-color: var(--rds-color-bg-base-2);
}
.rds-table-accent-elevated {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}
.rds-table-accent-outlined {
  border: 1px solid var(--rds-color-grey-2);
  border-bottom: none;
}
.rds-table-accent-outlined .rds-header-cell:last-child,
.rds-table-accent-outlined .rds-cell:last-child {
  box-shadow: none;
}
.rds-table-alternation-vertical > .rds-header-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > .rds-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > .rds-footer-row > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > thead > tr > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > tbody > tr > .rds-header-cell:nth-child(2n),
.rds-table-alternation-vertical > tfoot > tr > .rds-header-cell:nth-child(2n) {
  background-color: var(--rds-color-bg-base-2);
}
.rds-table-alternation-vertical > .rds-header-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-footer-row > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > thead > tr > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tbody > tr > .rds-header-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tfoot > tr > .rds-header-cell:nth-child(2n+1) {
  background-color: var(--rds-color-bg-solid-pressed);
}
.rds-table-alternation-vertical > .rds-header-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > .rds-footer-row > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > thead > tr > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tbody > tr > .rds-cell:nth-child(2n+1),
.rds-table-alternation-vertical > tfoot > tr > .rds-cell:nth-child(2n+1) {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table-alternation-horizontal > thead > .rds-row:nth-child(2n) > .rds-cell,
.rds-table-alternation-horizontal > tbody > .rds-row:nth-child(2n) > .rds-cell,
.rds-table-alternation-horizontal > tfoot > .rds-row:nth-child(2n) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table-alternation-horizontal:not(table) > .rds-row:nth-child(2n+1) > .rds-cell {
  --rds-cell-background-color: var(--rds-color-bg-base-3);
}
.rds-table + .rds-paginator,
*:has(.rds-table) + rds-paginator {
  margin-top: 16px;
}
table.rds-table {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.rds-table-sticky {
  position: sticky !important;
}
.rds-header-sticky,
.rds-footer-sticky {
  position: sticky;
  z-index: 1;
}
.rds-header-sticky {
  top: 0;
  box-shadow: rgba(0, 0, 0, .1) 0px 4px 8px;
}
.rds-footer-sticky {
  bottom: 0;
}
.rds-table-fixed-layout {
  table-layout: fixed;
}
.rds-table-nested td.rds-column-expandToggle .rds-icon-button {
  position: relative;
  top: 3px;
}
.rds-table-nested .rds-column-expandToggle {
  width: 56px;
  flex: 0 0 56px;
}
.rds-table-nested .rds-expandable-row-expanded > .rds-column-expandToggle .rds-icon {
  transform: rotateX(180deg);
}
.rds-table-nested .rds-expandable-row-expanded + .rds-expandable-row-details {
  height: auto;
}
.rds-table-nested .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell {
  border-top: 1px solid var(--rds-color-grey-2);
}
.rds-table-nested .rds-expandable-row-details:not(.rds-row) {
  height: 0;
}
.rds-table-nested .rds-expandable-row-details:hover > .rds-cell {
  background: rgba(0, 0, 0, 0);
}
.rds-table-nested .rds-expandable-row-details > .rds-cell {
  position: relative;
  padding: 0 0 0 56px;
  overflow: hidden;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell::before {
  content: "";
  position: absolute;
  left: 28px !important;
  top: 0 !important;
  height: 100% !important;
  width: 0 !important;
  border-right: 1px solid var(--rds-color-grey-2);
  border-top: none !important;
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table {
  margin-block: 0;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table > rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child {
  position: relative;
  overflow: visible;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table > rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child::before,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:not(.rds-expandable-row-details) > .rds-cell:first-child::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  width: 20px;
  height: 0;
  border-top: 1px solid var(--rds-color-grey-2);
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-expandable-row:nth-last-child(2) > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-row:last-child > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-expandable-row:nth-last-child(2) > .rds-cell,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:last-child > .rds-cell {
  border-bottom: none;
}
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-expandable-row:nth-last-child(2) > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table .rds-row:last-child > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-expandable-row:nth-last-child(2) > .rds-cell:first-child::after,
.rds-table-nested .rds-expandable-row-details > .rds-cell .rds-table tbody > .rds-row:last-child > .rds-cell:first-child::after {
  content: "";
  position: absolute;
  left: -30px;
  top: calc(50% + 1px);
  width: 20px;
  bottom: 0;
  background: var(--rds-color-bg-base-1);
  pointer-events: none;
}
.rds-table-nested .rds-expandable-row:not(.rds-expandable-row-expanded):active {
  background: var(--rds-color-bg-base-1);
}
.rds-table-nested .rds-expandable-row .rds-cell {
  border-bottom-width: 0;
}
.rds-table-nested .rds-expandable-row-details-container {
  display: flex;
  width: 100%;
}
.rds-table-nested .rds-expandable-row-details-container > .rds-table {
  width: 100%;
}
.rds-table-nested.rds-table-alternation-horizontal > .rds-expandable-row:nth-child(4n+2) > .rds-cell,
.rds-table-nested.rds-table-alternation-horizontal > tbody > .rds-expandable-row:nth-child(4n+1) > .rds-cell {
  background: var(--rds-color-bg-base-3);
}
.rds-table-nested.rds-table-alternation-horizontal .rds-expandable-row-details > .rds-cell {
  background: var(--rds-color-bg-base-1);
}
.rds-table-nested > .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell,
.rds-table-nested > tbody > .rds-expandable-row-expanded + .rds-expandable-row-details > .rds-cell {
  border-bottom: 2px solid var(--rds-color-grey-3);
}
.rds-table-nested .rds-table-container {
  display: contents;
}
.rds-table-nested .rds-table .rds-expandable-row + .rds-expandable-row-details:last-of-type {
  position: relative;
}
.rds-table-nested .rds-table .rds-expandable-row + .rds-expandable-row-details:last-of-type::after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 20px;
  left: -33px;
  top: 0;
  background: var(--rds-color-bg-base-1);
}
.rds-table-draggable-preview {
  display: flex;
  position: fixed;
  background: var(--rds-color-bg-base-1);
  z-index: 1000;
}
.rds-table-draggable-column-placeholder {
  flex-shrink: 0;
  background: var(--rds-color-bg-base-2);
  border-bottom: 1px solid var(--rds-color-grey-2);
  outline: 1px dashed var(--rds-color-grey-2);
  outline-offset: -2px;
}
.rds-table-drag-handle-wrapper {
  display: inline-flex;
  align-items: center;
}
.rds-table-drag-handle {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  outline: none;
  margin-right: 4px;
  cursor: move;
}
.rds-table-drag-handle .rds-icon {
  width: inherit;
  height: inherit;
}
.rds-table-drag-handle * {
  pointer-events: none;
}
.rds-table-no-rows {
  text-align: center;
}
.rds-table-container {
  position: relative;
  width: 100%;
  overflow: auto;
}
.rds-table-pagination {
  margin-top: 16px;
}
rds-table:not(table) {
  display: block;
}
rds-table:not(table) rds-row,
rds-table:not(table) rds-header-row,
rds-table:not(table) rds-footer-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
rds-table:not(table) rds-cell,
rds-table:not(table) rds-header-cell,
rds-table:not(table) rds-footer-cell {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
  min-height: inherit;
}
.rds-table-resizable {
  --rds-resizable-cell-width: 0;
  --rds-resizable-table-height: 100%;
}
.rds-table-resizable .rds-header-cell {
  position: relative;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  z-index: 10;
  cursor: col-resize;
  transition: height 400ms cubic-bezier(0, 1, 0.25, 1);
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 54%;
  background-color: var(--rds-color-stroke-enabled);
  transform: translateY(-50%);
  transition: height 400ms;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle-resizing,
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle:hover {
  visibility: visible;
  height: var(--rds-resizable-table-height);
  transition-timing-function: ease-in;
  transition-duration: 200ms;
}
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle-resizing::after,
.rds-table-resizable .rds-header-cell:not(:last-of-type) .rds-resize-handle:hover::after {
  height: 100%;
  transition-duration: 200ms;
}
.rds-table-resizable .rds-header-cell:hover .rds-resize-handle {
  visibility: visible;
}
table.rds-table-resizable .rds-header-cell {
  width: var(--rds-resizable-cell-width);
}
rds-table.rds-table-resizable .rds-cell,
rds-table.rds-table-resizable .rds-header-cell {
  overflow: visible;
  flex-shrink: 1;
  min-width: min-content;
}
.rds-sort-header:hover,
.rds-sort-header:focus,
[rds-sort-header]:hover,
[rds-sort-header]:focus {
  outline: none;
}
.rds-sort-header-container {
  display: flex;
  cursor: pointer;
  align-items: center;
  outline: 0;
}
.rds-sort-header-disabled .rds-sort-header-container {
  cursor: default;
}
.rds-sort-header-content {
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
}
.rds-sort-header-position-left {
  flex-direction: row-reverse;
}
.rds-sort-header-arrow {
  position: relative;
  display: flex;
  opacity: 0;
  margin: 0 0 0 8px;
}
.rds-sort-header-arrow .rds-icon,
.rds-sort-header-arrow rds-icon {
  height: 18px;
  width: 18px;
}
.rds-sort-header-position-left .rds-sort-header-arrow {
  margin: 0 8px 0 0;
}
.rds-header-cell:hover .rds-sort-header-arrow {
  opacity: .54;
  transform: translateY(0);
}
.rds-sort-header-container.rds-sort-header-sorted .rds-sort-header-arrow {
  opacity: 1;
  transform: translateY(0);
}
.rds-paginator {
  display: block;
}
.rds-paginator .rds-paginator-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  width: 100%;
  gap: 16px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle {
  color: var(--rds-color-high-contrast);
  height: 36px;
  padding-left: 11px;
  padding-right: 7px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle .rds-dropdown-toggle-button__content {
  padding-right: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-page-size .rds-paginator-page-size-select > button.rds-paginator-page-size__toggle:focus:not([disabled]).cdk-focused.cdk-keyboard-focused {
  border: 1px solid var(--rds-color-stroke-active-focus);
  padding-left: 11px;
  padding-right: 7px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-label {
  color: var(--rds-color-high-contrast);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of {
  color: var(--rds-color-high-contrast);
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 12px;
  border: 1px solid var(--rds-color-stroke-enabled);
  border-radius: 2px;
  color: var(--rds-color-high-contrast);
  background-color: var(--rds-color-bg-base-1);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus {
  outline: none;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  border-color: var(--rds-color-stroke-hover);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:focus:not([disabled]),
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input.cdk-focused.cdk-keyboard-focused:not([disabled]) {
  border-color: var(--rds-color-stroke-active-focus);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input:hover:not([disabled]) {
  cursor: pointer;
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input[disabled] {
  background-color: var(--rds-color-bg-disabled);
}
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-outer-spin-button,
.rds-paginator .rds-paginator-container .rds-paginator-range-actions .rds-paginator-page-of .rds-paginator-page-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rds-paginator-dropdown {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
rds-menu,
.rds-menu {
  display: none;
}
.rds-menu-panel {
  min-width: 104px;
  max-width: 260px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 40px);
  border-radius: 2px;
  outline: 0;
  min-height: 64px;
}
.rds-menu-panel {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-menu-panel.ng-animating {
  pointer-events: none;
}
.rds-menu-panel.rds-menu-panel--l .rds-menu-header {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-panel.rds-menu-panel--m .rds-menu-header {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-panel.rds-menu-panel--s .rds-menu-header {
  padding: 8px 12px 8px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-menu-content:not(:empty) {
  padding-top: 12px;
  padding-bottom: 12px;
  background: var(--rds-color-bg-base-box);
}
.rds-menu-separator {
  height: 1px;
  background: var(--rds-color-grey-2);
  margin-top: 4px;
  margin-bottom: 4px;
}
.rds-menu-header {
  color: var(--rds-color-low-contrast);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.rds-menu-item-submenu-trigger {
  padding-right: 34px;
}
[dir=rtl] .rds-menu-item-submenu-trigger {
  padding-right: 10px;
  padding-left: 34px;
}
.rds-menu-submenu-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
[dir=rtl] .rds-menu-submenu-icon {
  right: auto;
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}
button.rds-menu-item {
  width: 100%;
}
.rds-card {
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  isolation: isolate;
  container: card/inline-size;
}
.rds-card .rds-card-image-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden;
}
.rds-card .rds-card-image-container .rds-card-image {
  transform: scale(1);
  transition: transform 600ms cubic-bezier(0.33, 1, 0.68, 1);
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
.rds-card .rds-divider-margin {
  margin-top: -24px;
  margin-bottom: 24px;
}
.rds-card .rds-card-image-divider {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: var(--rds-card-divider);
}
.rds-card .rds-card-image-divider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
  border-bottom: var(--rds-card-divider-active);
}
.rds-card .rds-card-image-divider {
  --rds-card-divider: 2px solid var(--rds-color-grey-2);
  --rds-card-divider-active: 2px solid var(--rds-color-informative);
}
@container card (min-width: 289px) {
  .rds-card .rds-card-image-divider {
    --rds-card-divider: 4px solid var(--rds-color-grey-2);
    --rds-card-divider-active: 4px solid var(--rds-color-informative);
  }
}
.rds-card .rds-card-header .rds-card-header-overline {
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-card .rds-card-header .rds-card-header-overline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card .rds-card-header .rds-card-header-overline:not(:empty) {
  margin-bottom: 4px;
}
.rds-card .rds-card-header .rds-card-header-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rds-card .rds-card-header .rds-card-title {
  display: block;
}
@media (max-width: 767px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-header .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@container card (min-width: 591px) {
  @media (max-width: 767px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 768px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1024px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1440px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1672px) {
    .rds-card .rds-card-header .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
}
.rds-card .rds-card-header .rds-card-header-action {
  display: flex;
  margin: 0 20px 0 24px;
  color: var(--rds-color-informative);
}
.rds-card .rds-card-bottom-divider {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: var(--rds-card-divider);
}
.rds-card .rds-card-bottom-divider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
  border-bottom: var(--rds-card-divider-active);
}
.rds-card .rds-card-bottom-divider {
  --rds-card-divider: 2px solid var(--rds-color-bg-solid-pressed);
  --rds-card-divider-active: 2px solid var(--rds-color-informative);
}
.rds-card .rds-card-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 32px;
}
.rds-card .rds-card-content {
  display: block;
  flex-grow: 1;
  margin-top: 8px;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 767px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-content {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-content {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-content {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card-header + .rds-card .rds-card-content {
  margin-top: 0;
}
.rds-card .rds-card-extra-content {
  display: block;
  margin-top: 8px;
}
.rds-card .rds-card__overlay {
  position: absolute;
  inset: -8px;
  border-radius: 4px;
  z-index: -1;
}
.rds-card:focus-visible .rds-card__overlay,
.rds-card.cdk-keyboard-focused .rds-card__overlay {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-card .rds-card-title {
  display: block;
}
@media (max-width: 767px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  .rds-card .rds-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  .rds-card .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  .rds-card .rds-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@container card (min-width: 591px) {
  @media (max-width: 767px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 768px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1024px) {
    .rds-card .rds-card-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1440px) {
    .rds-card .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media (min-width: 1672px) {
    .rds-card .rds-card-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 40px;
      text-transform: none;
      letter-spacing: 0;
      font-family: roche-sans;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
}
.rds-card .rds-card-overline {
  display: block;
  color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .rds-card .rds-card-overline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card .rds-card-overline:not(:empty) {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .rds-card .rds-card-header-overline {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-card .rds-card-image-divider {
    --rds-card-divider: 4px solid var(--rds-color-grey-2);
    --rds-card-divider-active: 4px solid var(--rds-color-informative);
  }
}
.rds-card.rds-card-default:hover .rds-card-title {
  transition: color 200ms cubic-bezier(0.33, 1, 0.68, 1);
  color: var(--rds-color-informative);
}
.rds-card.rds-card-default:hover .rds-card-image-divider::after,
.rds-card.rds-card-default:hover .rds-card-bottom-divider::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  transform: scaleX(1);
  width: 100%;
}
.rds-card.rds-card-default:hover .rds-card-image {
  transform: scale(1.1);
}
.rds-card.rds-card-layout-vertical,
.rds-card.rds-card-layout-vertical-reversed,
.rds-card.rds-card-layout-horizontal,
.rds-card.rds-card-layout-horizontal-reversed {
  --rds-card-layout-gap: 24px;
  display: flex;
  gap: var(--rds-card-layout-gap);
}
.rds-card.rds-card-layout-vertical {
  flex-direction: column;
}
.rds-card.rds-card-layout-vertical-reversed {
  flex-direction: column-reverse;
}
.rds-card.rds-card-layout-horizontal {
  align-items: center;
}
.rds-card.rds-card-layout-horizontal-reversed {
  flex-direction: row-reverse;
  align-items: center;
}
.rds-card.rds-visual-card .rds-card-content-container,
.rds-card.rds-basic-card .rds-card-content-container,
.rds-card.rds-dashboard-card .rds-card-content-container {
  padding-bottom: 0;
}
.rds-card.rds-visual-card .rds-card-content,
.rds-card.rds-basic-card .rds-card-content,
.rds-card.rds-dashboard-card .rds-card-content {
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header,
.rds-card.rds-basic-card .rds-card-header,
.rds-card.rds-dashboard-card .rds-card-header {
  display: block;
}
.rds-card.rds-visual-card .rds-card-header:not(:first-child),
.rds-card.rds-basic-card .rds-card-header:not(:first-child),
.rds-card.rds-dashboard-card .rds-card-header:not(:first-child) {
  margin-top: 8px;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-title,
.rds-card.rds-basic-card .rds-card-header .rds-card-title,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-header-overline,
.rds-card.rds-basic-card .rds-card-header .rds-card-header-overline,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-header-overline {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  letter-spacing: .5px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-card.rds-visual-card .rds-card-header .rds-card-header-action,
.rds-card.rds-basic-card .rds-card-header .rds-card-header-action,
.rds-card.rds-dashboard-card .rds-card-header .rds-card-header-action {
  display: none;
}
.rds-card.rds-basic-card {
  background: var(--rds-color-bg-base-box);
  border: 1px solid var(--rds-color-grey-1);
  padding: 24px;
  outline: none;
}
.rds-card.rds-basic-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-basic-card .rds-icon {
  height: 64px;
  width: 64px;
  flex-shrink: 0;
}
.rds-card.rds-basic-card .rds-card-content-container {
  flex-grow: 1;
}
.rds-card.rds-basic-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 1px solid var(--rds-color-informative);
  border-color: var(--rds-color-informative);
}
.rds-card.rds-dashboard-card {
  background: var(--rds-color-bg-base-box);
  padding: 24px;
  outline: none;
}
.rds-card.rds-dashboard-card {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-dashboard-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-card.rds-dashboard-card-default {
  border-left: 4px solid var(--rds-color-informative);
}
.rds-card.rds-dashboard-card-neutral {
  border-left: 4px solid var(--rds-color-badge-neutral-bg);
}
.rds-card.rds-dashboard-card-green {
  border-left: 4px solid var(--rds-color-success);
}
.rds-card.rds-dashboard-card-yellow {
  border-left: 4px solid var(--rds-color-warning);
}
.rds-card.rds-dashboard-card-red {
  border-left: 4px solid var(--rds-color-error);
}
.rds-card.rds-dashboard-card-orange {
  border-left: 4px solid var(--rds-color-300-dark-orange);
}
.rds-card.rds-dashboard-card-purple {
  border-left: 4px solid var(--rds-color-300-dark-purple);
}
.rds-card.rds-dashboard-card .rds-card__overlay {
  left: -12px;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rds-color-stroke-enabled);
  text-align: right;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row:empty {
  display: none;
}
.rds-card.rds-dashboard-card .rds-card-bottom-row button {
  margin: 0 0 0 16px;
}
.rds-card.rds-dashboard-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 2px solid var(--rds-color-informative);
}
.rds-card.rds-card-teaser-card {
  border: 1px solid var(--rds-color-chips-1-stroke-enabled);
  background: var(--rds-color-bg-base-box);
}
.rds-card.rds-card-teaser-card .rds-card-header-title-container .rds-card-header-action {
  display: none;
}
@media (max-width: 767px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .rds-card.rds-card-teaser-card .rds-card-content-container {
    padding: 40px;
  }
}
.rds-card.rds-card-teaser-card .rds-card-content {
  margin-top: 12px;
}
@media (max-width: 767px) and (max-width: 767px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) and (min-width: 1672px) {
  .rds-card.rds-card-teaser-card .rds-card-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row button {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .rds-card.rds-card-teaser-card .rds-card-bottom-row button {
    width: auto;
  }
}
.rds-card.rds-card-teaser-card .rds-card-bottom-row:not(:empty) {
  margin-top: 48px;
}
.rds-card.rds-story-teaser-card {
  background: var(--rds-color-bg-base-box);
  --rds-card-story-teaser-padding: 24px;
}
@media (min-width: 1024px) {
  .rds-card.rds-story-teaser-card {
    --rds-card-story-teaser-padding: 32px;
  }
}
.rds-card.rds-story-teaser-card {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.rds-card.rds-story-teaser-card .rds-card-image-container {
  margin-bottom: var(--rds-card-story-teaser-padding);
}
.rds-card.rds-story-teaser-card .rds-card-image-container .rds-card-image {
  border-bottom: 2px solid var(--rds-color-400-neutral-4);
  aspect-ratio: 4/3;
  transform: none;
  transition: opacity .3s;
}
.rds-card.rds-story-teaser-card .rds-card-header-title-container .rds-card-header-action {
  display: none;
}
.rds-card.rds-story-teaser-card .rds-card-content-container {
  padding-bottom: 0;
}
.rds-card.rds-story-teaser-card .rds-card-content {
  position: absolute;
  bottom: 0;
  padding-inline: var(--rds-card-story-teaser-padding);
  opacity: 0;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 100ms, 200ms;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
.rds-card.rds-story-teaser-card .rds-card-header .rds-card-title,
.rds-card.rds-story-teaser-card .rds-card-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3lh;
  word-break: break-word;
}
.rds-card.rds-story-teaser-card .rds-card-title,
.rds-card.rds-story-teaser-card .rds-card-bottom-text {
  padding-inline: var(--rds-card-story-teaser-padding);
}
.rds-card.rds-story-teaser-card .rds-card-bottom-text-container {
  isolation: isolate;
  padding-block: 16px var(--rds-card-story-teaser-padding);
  background: var(--rds-color-bg-base-box);
}
.rds-card.rds-story-teaser-card .rds-card-bottom-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 1lh;
  word-break: break-word;
}
.rds-card.rds-story-teaser-card:hover .rds-card-image {
  opacity: 0;
  transition-duration: 100ms;
}
.rds-card.rds-story-teaser-card:hover .rds-card-content {
  opacity: 1;
  transform: translateY(-48cqw);
  transition-duration: 200ms, 300ms;
}
.rds-card.rds-story-teaser-card:hover .rds-card-title {
  transform: translateY(-48cqw);
  transition-duration: 300ms;
}
.rds-card.rds-visual-card {
  --rds-card-layout-gap: 0px;
  background: var(--rds-color-bg-base-box);
  border: 1px solid var(--rds-color-grey-1);
  outline: none;
}
.rds-card.rds-visual-card:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32), 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.rds-card.rds-visual-card .rds-card-bottom-row {
  margin-top: 16px;
}
.rds-card.rds-visual-card .rds-card-bottom-row:empty {
  display: none;
}
.rds-card.rds-visual-card .rds-card-header:first-child {
  margin-top: 0;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-content-container,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-content-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 5/4;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-content,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-content {
  margin-bottom: 16px;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal .rds-card-bottom-row,
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed .rds-card-bottom-row {
  margin-top: auto;
}
.rds-card.rds-visual-card.rds-card-layout-horizontal:has(button),
.rds-card.rds-visual-card.rds-card-layout-horizontal-reversed:has(button) {
  justify-content: flex-start;
}
.rds-card.rds-visual-card .rds-card-image-container {
  margin-bottom: 0;
  flex: 1 0 calc(50% - var(--rds-card-layout-gap));
}
.rds-card.rds-visual-card .rds-card-image-container .rds-card-image {
  aspect-ratio: 5/4;
}
.rds-card.rds-visual-card .rds-card-content-container {
  flex: 1 0 calc(50% - var(--rds-card-layout-gap));
  padding: 24px;
  box-sizing: border-box;
}
.rds-card.rds-visual-card.rds-card-selected {
  background: var(--rds-color-bg-informative-hover-select);
  outline: 1px solid var(--rds-color-informative);
  border-color: var(--rds-color-informative);
}
.rds-tree {
  display: block;
}
.rds-tree .rds-tree-invisible {
  display: none;
}
.rds-tree .rds-nested-tree-node {
  border-bottom-width: 0;
}
.rds-tree .rds-tree-node {
  color: var(--rds-color-low-contrast);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  word-wrap: break-word;
  margin-left: calc((var(--rds-tree-node-level, 1) - 1)*33px);
}
.rds-tree .rds-tree-node:hover,
.rds-tree .rds-tree-node:focus {
  outline: none;
}
.rds-tree .rds-tree-node[aria-expanded] {
  padding-left: 8px;
}
.rds-tree .rds-tree-node[aria-expanded=true] [data-tree-node-toggle] .rds-icon,
.rds-tree .rds-tree-node[aria-expanded=true] [rdstreenodetoggle] rds-icon {
  transform: rotate(180deg);
}
.rds-tree .rds-tree-node + .rds-tree-node {
  margin-top: 2px;
}
.rds-tree .rds-tree-node .rds-icon,
.rds-tree .rds-tree-node rds-icon {
  color: var(--rds-color-high-contrast);
  flex-shrink: 0;
}
.rds-tree .rds-tree-node > .rds-icon,
.rds-tree .rds-tree-node > rds-icon {
  height: 18px;
  width: 18px;
}
.rds-tree .rds-tree-node .rds-checkbox {
  position: relative;
  top: -1px;
  margin-right: 10px;
  height: 24px;
}
.rds-tree .rds-tree-node--size-s {
  padding: 4px 8px 4px 42px;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tree .rds-tree-node--size-m {
  padding: 6px 8px 6px 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tree .rds-tree-node:hover:not([disabled]):not(.rds-tree-node--disabled) {
  color: var(--rds-color-high-contrast);
}
.rds-tree .rds-tree-node:not([disabled]):not(.rds-tree-node--disabled):is(.cdk-keyboard-focused, .cdk-program-focused, :focus-visible) {
  color: var(--rds-color-high-contrast);
  border-color: var(--rds-color-informative);
}
.rds-tree .rds-tree-node--disabled,
.rds-tree .rds-tree-node[disabled] {
  cursor: default;
  color: var(--rds-color-disabled);
}
.rds-tree .rds-tree-node--disabled .rds-icon,
.rds-tree .rds-tree-node--disabled rds-icon,
.rds-tree .rds-tree-node[disabled] .rds-icon,
.rds-tree .rds-tree-node[disabled] rds-icon {
  color: var(--rds-color-disabled);
}
.rds-tree .rds-tree-node--content-left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.rds-tree .rds-tree-node--content-right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.rds-tree .rds-tree-node--active {
  background-color: var(--rds-color-bg-base-2);
}
.rds-tree .rds-tree-node > *:not(.rds-checkbox) + *,
.rds-tree .rds-tree-node .rds-tree-node--content-left > *:not(.rds-checkbox) + *,
.rds-tree .rds-tree-node .rds-tree-node--content-right > *:not(.rds-checkbox) + * {
  margin-left: 8px;
}
.rds-tree .rds-tree-node .rds-tree-node--content-left + * {
  margin-left: 10px;
}
.rds-tree .rds-tree-node .rds-tree-text-node {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container {
  width: 100%;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container-align-right {
  justify-content: flex-end;
}
.rds-tree .rds-tree-node .rds-tree-text-node__container-align-center {
  justify-content: center;
}
.rds-tree .rds-tree-node .rds-tree-node-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rds-tree .rds-tree-node .rds-tree-node-toggle:disabled {
  cursor: default;
}
.rds-tree:not([aria-multiselectable]) .rds-tree-node[aria-expanded],
.rds-tree[aria-multiselectable=false] .rds-tree-node[aria-expanded] {
  cursor: default;
}
ul {
  --rds-list-ul-bullet-top: calc(0.75em - 4px);
  list-style-type: none;
  padding-left: 24px;
}
ul > li {
  position: relative;
}
ul > li::before {
  content: "";
  position: absolute;
  display: block;
  left: -24px;
  top: var(--rds-list-ul-bullet-top);
  width: 8px;
  height: 8px;
  background: var(--rds-color-informative);
  border-radius: 50%;
}
ul ul {
  padding-left: 2px;
}
ul ul > li::before {
  box-sizing: border-box;
  border: 1px solid var(--rds-color-informative);
  background: none;
}
ul ul ul > li::before {
  background: var(--rds-color-informative);
  border-radius: 0;
}
ol {
  --rds-list-ol-marker-min-column-width: 32px;
  list-style-type: none;
  counter-reset: rds-ol-first-lvl-counter;
}
ol > li {
  display: grid;
  grid-template-columns: minmax(calc(var(--rds-list-ol-marker-min-column-width) - 4px), auto) 1fr;
}
ol > li::before {
  counter-increment: rds-ol-first-lvl-counter;
  content: counter(rds-ol-first-lvl-counter) ".";
  margin-right: 4px;
}
ol ol {
  counter-reset: rds-ol-second-lvl-counter;
  grid-column: 2;
}
ol ol > li::before {
  counter-increment: rds-ol-second-lvl-counter;
  content: counter(rds-ol-second-lvl-counter, lower-alpha) ".";
}
ol ol ol {
  counter-reset: rds-ol-third-lvl-counter;
}
ol ol ol > li::before {
  counter-increment: rds-ol-third-lvl-counter;
  content: counter(rds-ol-third-lvl-counter, lower-roman) ".";
}
ul,
ol {
  color: var(--rds-color-high-contrast);
  list-style-position: inside;
}
@media (max-width: 767px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul,
  ol {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul,
  ol {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul,
  ol {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
ul ul,
ul ol,
ol ul,
ol ol {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}
ul > li + li ul,
ul > li + li ol,
ul > li + li,
ol > li + li ul,
ol > li + li ol,
ol > li + li {
  margin-top: 8px;
}
ul ul,
ol ul {
  margin-left: 24px;
}
ul.no-bullet,
ol.no-bullet {
  list-style: none;
}
ul.no-bullet > li::before,
ul.no-bullet ul > li::before,
ol.no-bullet > li::before,
ol.no-bullet ul > li::before {
  display: none;
}
ul.with-icons,
ol.with-icons {
  list-style: none;
  padding-left: 0;
}
ul.with-icons > li,
ol.with-icons > li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  ul.with-icons > li .rds-icon,
  ol.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
ul.with-icons > li::before,
ol.with-icons > li::before {
  display: none;
}
ul.with-icons > li:first-child,
ol.with-icons > li:first-child {
  margin-top: 0;
}
ul.with-icons ul > li::before,
ol.with-icons ul > li::before {
  display: none;
}
ul.footnotes,
ol.footnotes {
  --rds-list-ol-marker-min-column-width: 24px;
  color: var(--rds-color-low-contrast);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: .3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.footnotes:not(.inside),
ol.footnotes:not(.inside) {
  margin-left: -8px;
}
ul.footnotes:not(.inside) > li,
ol.footnotes:not(.inside) > li {
  padding-left: 8px;
}
ul.inside {
  padding-left: 24px;
}
ul.outside {
  padding-left: 0;
}
@media (max-width: 767px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.article-body-m,
  ol.article-body-m {
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  ul.article-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.article-body-s.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-l.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 768px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1024px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 1672px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: .2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (max-width: 767px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-m.with-icons > li .rds-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
  }
}
ul.ui-body-s,
ol.ui-body-s {
  font-size: 14px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: .2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.ui-body-s {
  --rds-list-ul-bullet-top: calc(0.65em - 4px);
}
ul.ui-body-s ul {
  --rds-list-ul-bullet-top: calc(0.65em - 4px);
}
@media (max-width: 767px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
@media (min-width: 1440px) {
  ul.ui-body-s.with-icons > li .rds-icon {
    height: 18px;
    width: 18px;
    margin-right: 16px;
  }
}
ol.ui-body-s {
  --rds-list-ol-marker-min-column-width: 24px;
}
ol.ui-body-s ol {
  --rds-list-ol-marker-min-column-width: 24px;
}

/* apps/frontend/src/styles.scss */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
