/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/dale/src/styles/styles.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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: 4px 16px 4px 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 input {
  width: calc(100% - 6px);
  border: none;
  box-shadow: none;
  background: transparent;
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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 ::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: 4px 12px 4px 12px;
}
.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: transparent;
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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 ::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: 4px 8px 4px 8px;
}
.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: transparent;
  color: var(--rds-color-high-contrast);
  caret-color: var(--rds-color-high-contrast);
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0.3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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 ::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: transparent;
}
.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);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-step-header .rds-step-label.rds-step-label-selected {
  color: var(--rds-color-low-contrast);
  left: 50%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.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;
}
@media (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;
  }
  .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%;
}
@media (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;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.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: transparent;
  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: 0.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: 0.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: transparent;
  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;
}
@media (min-width: 768px) {
  .rds-step-number {
    display: none;
  }
}

.rds-step-text-label {
  white-space: pre-line;
}
#dale-body rds-accordion.dale-accordion-heading-blue-bg .rds-expansion-panel-header {
  background-color: var(--rds-color-50-shade-blue);
  padding: 1rem !important;
}
#dale-body rds-accordion.dale-accordion-no-border .rds-expansion-panel, #dale-body rds-accordion.dale-accordion-no-border.rds-expansion-panel:hover {
  border-bottom: none;
}
#dale-body rds-accordion.dale-accordion-no-padding-b .rds-expansion-panel.rds-expanded:not(.rds-disabled) {
  padding-bottom: unset;
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel .rds-expansion-panel-header {
  transition: background-color 0.1s ease-in-out;
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel.panel-active .rds-expansion-panel-header {
  background-color: var(--rds-color-500-shade-blue);
  color: white;
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel.panel-active .rds-expansion-panel-header rds-badge .rds-badge {
  background-color: white;
  color: var(--rds-color-500-shade-blue);
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel.panel-active .rds-expansion-panel-header .rds-expansion-indicator {
  color: white;
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expanded, #dale-body rds-accordion.filters-accordion .rds-expansion-panel:hover:not(.rds-disabled) {
  border-bottom: 1px solid var(--rds-color-grey-2);
}
#dale-body rds-accordion.filters-accordion .rds-expansion-panel .rds-expansion-panel-header.rds-expanded:hover, #dale-body rds-accordion.filters-accordion .rds-expansion-panel:hover:not(.rds-disabled):hover {
  border-bottom: 1px solid var(--rds-color-grey-2);
}
#dale-body rds-accordion.filters-accordion::-webkit-scrollbar {
  width: 6px;
}
#dale-body rds-accordion.filters-accordion::-webkit-scrollbar-thumb {
  border-style: none;
}

.dale-button.rds-button.rds-button--secondary:before {
  width: 100%;
  height: 100%;
}

.dale-digital-asset-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 368px;
  border-left: 4px solid var(--rds-color-600-roche-blue);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11), 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
  transition: box-shadow 0.3s ease;
  padding: 24px;
  cursor: pointer;
}
.dale-digital-asset-card:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16), 0px 12px 40px 0px rgba(0, 0, 0, 0.17);
}

#dale-body .rds-footer {
  background-image: none !important;
  padding: 48px 0 0;
}
#dale-body .rds-footer-content {
  max-width: 1480px;
  margin: 0 auto;
}
#dale-body .rds-footer-basic {
  padding-inline: 16px;
}

.rds-header .rds-header-container .rds-header-top {
  justify-content: center;
}
.rds-header .rds-header-container .rds-header-base {
  padding-inline: 16px;
}

#dale-body .rds-link {
  text-decoration: none;
}
#dale-body .rds-link-inline:visited:not([disabled]):not(.rds-link--disabled) {
  color: var(--rds-color-600-roche-blue);
}

ul.list-no-rds-styling li:before {
  display: none;
}

.rds-switch-content {
  font-weight: normal;
  margin-right: 8px;
}

#dale-body .dale-table-header-border-b-0 .rds-table .rds-header-cell {
  border-bottom: none;
}
#dale-body .rds-table {
  table-layout: auto;
}
#dale-body .rds-table .dale-expanded-row:hover > .rds-cell {
  --rds-cell-background-color: transparent;
  background-color: transparent;
}

.rds-tooltip-panel {
  margin-left: 8px;
}

.dale-tree .rds-tree-node {
  border: none !important;
  padding: 0 !important;
  margin-left: calc((var(--rds-tree-node-level) - 1) * 18px) !important;
}
.dale-tree .rds-tree-node[style*="--rds-tree-node-level: 1"] {
  margin-top: 1rem !important;
}
.dale-tree .rds-tree-node--active {
  background-color: inherit !important;
}
.dale-tree .rds-tree-node[aria-expanded] {
  padding: 0 !important;
}

#dale-body .dale-badge-blue-text .rds-badge {
  color: var(--rds-color-600-roche-blue);
}

* {
  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('RocheSans-Light.ttf') format("truetype"), url('RocheSans-Light.woff') format("woff"), url('RocheSans-Light.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Light;
  src: url('RocheSans-Light.ttf') format("truetype"), url('RocheSans-Light.woff') format("woff"), url('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('RocheSans-Regular.ttf') format("truetype"), url('RocheSans-Regular.woff') format("woff"), url('RocheSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Regular;
  src: url('RocheSans-Regular.ttf') format("truetype"), url('RocheSans-Regular.woff') format("woff"), url('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('RocheSans-Medium.ttf') format("truetype"), url('RocheSans-Medium.woff') format("woff"), url('RocheSans-Medium.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Medium;
  src: url('RocheSans-Medium.ttf') format("truetype"), url('RocheSans-Medium.woff') format("woff"), url('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('RocheSans-Bold.ttf') format("truetype"), url('RocheSans-Bold.woff') format("woff"), url('RocheSans-Bold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSans-Bold;
  src: url('RocheSans-Bold.ttf') format("truetype"), url('RocheSans-Bold.woff') format("woff"), url('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('RocheSans-LightItalic.ttf') format("truetype"), url('RocheSans-LightItalic.woff') format("woff"), url('RocheSans-LightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-LightItalic;
  src: url('RocheSans-LightItalic.ttf') format("truetype"), url('RocheSans-LightItalic.woff') format("woff"), url('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('RocheSans-Italic.ttf') format("truetype"), url('RocheSans-Italic.woff') format("woff"), url('RocheSans-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-Italic;
  src: url('RocheSans-Italic.ttf') format("truetype"), url('RocheSans-Italic.woff') format("woff"), url('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('RocheSans-MediumItalic.ttf') format("truetype"), url('RocheSans-MediumItalic.woff') format("woff"), url('RocheSans-MediumItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-MediumItalic;
  src: url('RocheSans-MediumItalic.ttf') format("truetype"), url('RocheSans-MediumItalic.woff') format("woff"), url('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('RocheSans-BoldItalic.ttf') format("truetype"), url('RocheSans-BoldItalic.woff') format("woff"), url('RocheSans-BoldItalic.woff2') format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSans-BoldItalic;
  src: url('RocheSans-BoldItalic.ttf') format("truetype"), url('RocheSans-BoldItalic.woff') format("woff"), url('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('RocheSansCondensed-Light.ttf') format("truetype"), url('RocheSansCondensed-Light.woff') format("woff"), url('RocheSansCondensed-Light.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Light;
  src: url('RocheSansCondensed-Light.ttf') format("truetype"), url('RocheSansCondensed-Light.woff') format("woff"), url('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('RocheSansCondensed-Regular.ttf') format("truetype"), url('RocheSansCondensed-Regular.woff') format("woff"), url('RocheSansCondensed-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSansCondensed-Regular;
  src: url('RocheSansCondensed-Regular.ttf') format("truetype"), url('RocheSansCondensed-Regular.woff') format("woff"), url('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('RocheSansCondensed-LightItalic.ttf') format("truetype"), url('RocheSansCondensed-LightItalic.woff') format("woff"), url('RocheSansCondensed-LightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-LightItalic;
  src: url('RocheSansCondensed-LightItalic.ttf') format("truetype"), url('RocheSansCondensed-LightItalic.woff') format("woff"), url('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('RocheSansCondensed-Italic.ttf') format("truetype"), url('RocheSansCondensed-Italic.woff') format("woff"), url('RocheSansCondensed-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSansCondensed-Italic;
  src: url('RocheSansCondensed-Italic.ttf') format("truetype"), url('RocheSansCondensed-Italic.woff') format("woff"), url('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('RocheSerif-Light.ttf') format("truetype"), url('RocheSerif-Light.woff') format("woff"), url('RocheSerif-Light.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Light;
  src: url('RocheSerif-Light.ttf') format("truetype"), url('RocheSerif-Light.woff') format("woff"), url('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('RocheSerif-Regular.ttf') format("truetype"), url('RocheSerif-Regular.woff') format("woff"), url('RocheSerif-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Regular;
  src: url('RocheSerif-Regular.ttf') format("truetype"), url('RocheSerif-Regular.woff') format("woff"), url('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('RocheSerif-Bold.ttf') format("truetype"), url('RocheSerif-Bold.woff') format("woff"), url('RocheSerif-Bold.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: RocheSerif-Bold;
  src: url('RocheSerif-Bold.ttf') format("truetype"), url('RocheSerif-Bold.woff') format("woff"), url('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('RocheSerif-LightItalic.ttf') format("truetype"), url('RocheSerif-LightItalic.woff') format("woff"), url('RocheSerif-LightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-LightItalic;
  src: url('RocheSerif-LightItalic.ttf') format("truetype"), url('RocheSerif-LightItalic.woff') format("woff"), url('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('RocheSerif-Italic.ttf') format("truetype"), url('RocheSerif-Italic.woff') format("woff"), url('RocheSerif-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-Italic;
  src: url('RocheSerif-Italic.ttf') format("truetype"), url('RocheSerif-Italic.woff') format("woff"), url('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('RocheSerif-BoldItalic.ttf') format("truetype"), url('RocheSerif-BoldItalic.woff') format("woff"), url('RocheSerif-BoldItalic.woff2') format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: RocheSerif-BoldItalic;
  src: url('RocheSerif-BoldItalic.ttf') format("truetype"), url('RocheSerif-BoldItalic.woff') format("woff"), url('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: 768px) {
  .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) * 0.5);
    padding-left: calc(var(--rds-gutter-x) * 0.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) * 0.5);
    padding-left: calc(var(--rds-gutter-x) * 0.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) * 0.5);
    padding-left: calc(var(--rds-gutter-x) * 0.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) * 0.5);
    padding-left: calc(var(--rds-gutter-x) * 0.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) * 0.5);
    padding-left: calc(var(--rds-gutter-x) * 0.5);
    margin-top: var(--rds-gutter-y);
  }
}
.container {
  width: 100%;
  max-width: 1672px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.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: 768px) {
  .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;
  }
  .container {
    width: 100%;
    max-width: 1672px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .col-s {
    flex: 1 0 0%;
  }
  .row-cols-s-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-s-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-s-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-s-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-s-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-s-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-s-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-s-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-s-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-s-9 > * {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-s-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-s-11 > * {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-s-12 > * {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-s-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-s-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-s-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-s-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-s-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-s-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-s-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-s-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-s-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-s-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-s-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-s-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-s-1 {
    margin-left: 8.33333333%;
  }
  .offset-s-2 {
    margin-left: 16.66666667%;
  }
  .offset-s-3 {
    margin-left: 25%;
  }
  .offset-s-4 {
    margin-left: 33.33333333%;
  }
  .offset-s-5 {
    margin-left: 41.66666667%;
  }
  .offset-s-6 {
    margin-left: 50%;
  }
  .offset-s-7 {
    margin-left: 58.33333333%;
  }
  .offset-s-8 {
    margin-left: 66.66666667%;
  }
  .offset-s-9 {
    margin-left: 75%;
  }
  .offset-s-10 {
    margin-left: 83.33333333%;
  }
  .offset-s-11 {
    margin-left: 91.66666667%;
  }
  .g-s-0,
  .gx-s-0 {
    --rds-gutter-x: 0;
  }
  .g-s-0,
  .gy-s-0 {
    --rds-gutter-y: 0;
  }
  .g-s-1,
  .gx-s-1 {
    --rds-gutter-x: 2px;
  }
  .g-s-1,
  .gy-s-1 {
    --rds-gutter-y: 2px;
  }
  .g-s-2,
  .gx-s-2 {
    --rds-gutter-x: 4px;
  }
  .g-s-2,
  .gy-s-2 {
    --rds-gutter-y: 4px;
  }
  .g-s-3,
  .gx-s-3 {
    --rds-gutter-x: 8px;
  }
  .g-s-3,
  .gy-s-3 {
    --rds-gutter-y: 8px;
  }
  .g-s-4,
  .gx-s-4 {
    --rds-gutter-x: 12px;
  }
  .g-s-4,
  .gy-s-4 {
    --rds-gutter-y: 12px;
  }
  .g-s-5,
  .gx-s-5 {
    --rds-gutter-x: 16px;
  }
  .g-s-5,
  .gy-s-5 {
    --rds-gutter-y: 16px;
  }
  .g-s-6,
  .gx-s-6 {
    --rds-gutter-x: 20px;
  }
  .g-s-6,
  .gy-s-6 {
    --rds-gutter-y: 20px;
  }
  .g-s-7,
  .gx-s-7 {
    --rds-gutter-x: 24px;
  }
  .g-s-7,
  .gy-s-7 {
    --rds-gutter-y: 24px;
  }
  .g-s-8,
  .gx-s-8 {
    --rds-gutter-x: 28px;
  }
  .g-s-8,
  .gy-s-8 {
    --rds-gutter-y: 28px;
  }
  .g-s-9,
  .gx-s-9 {
    --rds-gutter-x: 32px;
  }
  .g-s-9,
  .gy-s-9 {
    --rds-gutter-y: 32px;
  }
  .g-s-10,
  .gx-s-10 {
    --rds-gutter-x: 40px;
  }
  .g-s-10,
  .gy-s-10 {
    --rds-gutter-y: 40px;
  }
  .g-s-11,
  .gx-s-11 {
    --rds-gutter-x: 48px;
  }
  .g-s-11,
  .gy-s-11 {
    --rds-gutter-y: 48px;
  }
  .g-s-12,
  .gx-s-12 {
    --rds-gutter-x: 56px;
  }
  .g-s-12,
  .gy-s-12 {
    --rds-gutter-y: 56px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1672px;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .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%;
    max-width: 1672px;
    padding-right: 64px;
    padding-left: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  .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%;
    max-width: 1672px;
    padding-right: 96px;
    padding-left: 96px;
    margin-right: auto;
    margin-left: auto;
  }
  .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%;
    max-width: 1672px;
    padding-right: 96px;
    padding-left: 96px;
    margin-right: auto;
    margin-left: 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;
  }
}
body {
  color: var(--rds-color-high-contrast);
}

@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 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: 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: 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: 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: 768px) {
  .article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .article-body-s-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .article-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .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: 768px) {
  .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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 768px) {
  .ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 768px) {
  .ui-body-l-bold {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 768px) {
  .ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .ui-body-m-bold {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-2 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-3 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-4 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-5 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-6 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-7 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-8 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mx-9 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-11 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-12 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .mx-s-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .mx-m-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .mx-s-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-1 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-2 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-4 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-5 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-5 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-5 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-5 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-5 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-6 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-6 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-6 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-6 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-6 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-7 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-7 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-7 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-7 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-7 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-8 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-8 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-8 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-8 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-8 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-9 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-11 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-12 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mx-m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-2 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-3 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-4 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-5 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-6 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-7 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-8 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-9 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-12 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (max-width: 768px) {
  .my-s-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .my-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .my-l-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .my-s-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (max-width: 768px) {
  .my-s-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (max-width: 768px) {
  .my-s-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .my-s-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-4 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .my-s-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .my-s-6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .my-s-7 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-7 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-7 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-7 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-7 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .my-s-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-8 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media (max-width: 768px) {
  .my-s-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-9 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .my-s-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .my-s-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-11 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .my-s-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-12 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media (max-width: 768px) {
  .my-s-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .my-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .my-l-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-auto {
    margin-top: auto !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  margin-left: -2px !important;
}

.mx-n2 {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.mx-n3 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.mx-n4 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.mx-n5 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.mx-n6 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n7 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.mx-n8 {
  margin-right: -28px !important;
  margin-left: -28px !important;
}

.mx-n9 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.mx-n10 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n11 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.mx-n12 {
  margin-right: -56px !important;
  margin-left: -56px !important;
}

@media (max-width: 768px) {
  .mx-s-n1 {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n1 {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n1 {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n1 {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n1 {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n2 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n2 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n2 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n2 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n2 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n3 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n3 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n3 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n3 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n3 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n4 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n4 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n4 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n4 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n4 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n5 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n5 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n5 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n5 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n5 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n6 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n6 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n6 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n6 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n6 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n7 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n7 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n7 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n7 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n7 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n8 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n8 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n8 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n8 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n8 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n9 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n9 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n9 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n9 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n9 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n11 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n11 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n11 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n11 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n11 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (max-width: 768px) {
  .mx-s-n12 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
}
@media (min-width: 768px) {
  .mx-m-n12 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
}
@media (min-width: 1024px) {
  .mx-l-n12 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
}
@media (min-width: 1440px) {
  .mx-xl-n12 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
}
@media (min-width: 1672px) {
  .mx-xxl-n12 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
}
.my-n1 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.my-n2 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.my-n3 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.my-n4 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-n5 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.my-n6 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n7 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n8 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.my-n9 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n11 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.my-n12 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

@media (max-width: 768px) {
  .my-s-n1 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n1 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n1 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n1 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n1 {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n2 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n2 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n2 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n2 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n2 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n3 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n3 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n3 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n3 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n3 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n4 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n4 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n4 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n4 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n4 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n5 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n5 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n5 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n5 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n5 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n6 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n6 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n6 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n6 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n6 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n7 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n7 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n7 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n7 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n7 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n8 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n9 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n11 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (max-width: 768px) {
  .my-s-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
}
@media (min-width: 768px) {
  .my-m-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1024px) {
  .my-l-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1440px) {
  .my-xl-n12 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
}
@media (min-width: 1672px) {
  .my-xxl-n12 {
    margin-top: -56px !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  margin-left: 0 !important;
}

.lmx-1 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.lmx-2 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.lmx-3 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.lmx-4 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.lmx-5 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.lmx-6 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.lmx-7 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.lmx-8 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.lmx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .lmx-s-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-3 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-3 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-3 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-3 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-3 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-4 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-4 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-4 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-4 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-4 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-5 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-5 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-5 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-5 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-5 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-6 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-6 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-6 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-6 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-6 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-7 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-7 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-7 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-7 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-7 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-8 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-8 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-8 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-8 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-8 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.lmy-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.lmy-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.lmy-2 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.lmy-3 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.lmy-4 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.lmy-5 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.lmy-6 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.lmy-7 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.lmy-8 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.lmy-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (max-width: 768px) {
  .lmy-s-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-4 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-6 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-7 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-8 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-8 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-8 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-8 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-8 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-auto {
    margin-top: auto !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  margin-left: -16px !important;
}

.lmx-n2 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.lmx-n3 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.lmx-n4 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.lmx-n5 {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

.lmx-n6 {
  margin-right: -72px !important;
  margin-left: -72px !important;
}

.lmx-n7 {
  margin-right: -96px !important;
  margin-left: -96px !important;
}

.lmx-n8 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

@media (max-width: 768px) {
  .lmx-s-n1 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n1 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n1 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n1 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n1 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n2 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n2 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n2 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n2 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n2 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n3 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n3 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n3 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n3 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n3 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n4 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n4 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n4 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n4 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n4 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n5 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n5 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n5 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n5 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n5 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n6 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n6 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n6 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n6 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n6 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n7 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n7 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n7 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n7 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n7 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
}
@media (max-width: 768px) {
  .lmx-s-n8 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmx-m-n8 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmx-l-n8 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmx-xl-n8 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmx-xxl-n8 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
}
.lmy-n1 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.lmy-n2 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.lmy-n3 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.lmy-n4 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.lmy-n5 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.lmy-n6 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.lmy-n7 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.lmy-n8 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

@media (max-width: 768px) {
  .lmy-s-n1 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n1 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n1 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n1 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n1 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n2 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n2 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n2 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n2 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n2 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n3 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n3 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n3 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n3 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n3 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n4 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n4 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n4 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n4 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n4 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n5 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n5 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n5 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n5 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n5 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n6 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n6 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n6 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n6 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n6 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n7 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n7 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n7 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n7 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n7 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
}
@media (max-width: 768px) {
  .lmy-s-n8 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
}
@media (min-width: 768px) {
  .lmy-m-n8 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1024px) {
  .lmy-l-n8 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1440px) {
  .lmy-xl-n8 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
}
@media (min-width: 1672px) {
  .lmy-xxl-n8 {
    margin-top: -120px !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.px-2 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-3 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-4 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-5 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-6 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-7 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-8 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.px-9 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-10 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-11 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-12 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

@media (max-width: 768px) {
  .px-s-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .px-m-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .px-l-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .px-s-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media (min-width: 768px) {
  .px-m-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-1 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
@media (max-width: 768px) {
  .px-s-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .px-m-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-2 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
@media (max-width: 768px) {
  .px-s-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .px-m-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (max-width: 768px) {
  .px-s-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 768px) {
  .px-m-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-4 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
@media (max-width: 768px) {
  .px-s-5 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .px-m-5 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-5 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-5 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-5 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (max-width: 768px) {
  .px-s-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .px-m-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-6 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 768px) {
  .px-s-7 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .px-m-7 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-7 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-7 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-7 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (max-width: 768px) {
  .px-s-8 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .px-m-8 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-8 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-8 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-8 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
}
@media (max-width: 768px) {
  .px-s-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .px-m-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-9 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (max-width: 768px) {
  .px-s-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .px-m-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media (max-width: 768px) {
  .px-s-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .px-m-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-11 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (max-width: 768px) {
  .px-s-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  .px-m-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
}
@media (min-width: 1024px) {
  .px-l-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
}
@media (min-width: 1440px) {
  .px-xl-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
}
@media (min-width: 1672px) {
  .px-xxl-12 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-3 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-4 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-5 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-6 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-7 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-8 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-9 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-12 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

@media (max-width: 768px) {
  .py-s-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .py-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .py-l-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .py-s-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (min-width: 768px) {
  .py-m-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
@media (max-width: 768px) {
  .py-s-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .py-m-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media (max-width: 768px) {
  .py-s-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .py-m-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-3 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media (max-width: 768px) {
  .py-s-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 768px) {
  .py-m-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-4 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media (max-width: 768px) {
  .py-s-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .py-m-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-5 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .py-s-6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .py-m-6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .py-s-7 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .py-m-7 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-7 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-7 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-7 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .py-s-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media (min-width: 768px) {
  .py-m-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-8 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media (max-width: 768px) {
  .py-s-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .py-m-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-9 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .py-s-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .py-m-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .py-s-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .py-m-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-11 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .py-s-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (min-width: 768px) {
  .py-m-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1024px) {
  .py-l-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .py-xl-12 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1672px) {
  .py-xxl-12 {
    padding-top: 56px !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  padding-left: 0 !important;
}

.lpx-1 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.lpx-2 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.lpx-3 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.lpx-4 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.lpx-5 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.lpx-6 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.lpx-7 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.lpx-8 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

@media (max-width: 768px) {
  .lpx-s-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-3 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-3 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-3 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-3 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-3 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-4 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-4 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-4 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-4 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-4 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-5 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-5 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-5 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-5 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-5 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-6 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-6 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-6 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-6 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-6 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-7 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-7 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-7 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-7 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-7 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
}
@media (max-width: 768px) {
  .lpx-s-8 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpx-m-8 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpx-l-8 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpx-xl-8 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpx-xxl-8 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
}
.lpy-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lpy-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.lpy-2 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.lpy-3 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.lpy-4 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.lpy-5 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.lpy-6 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.lpy-7 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.lpy-8 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media (max-width: 768px) {
  .lpy-s-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-4 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-6 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-7 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (max-width: 768px) {
  .lpy-s-8 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 768px) {
  .lpy-m-8 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .lpy-l-8 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .lpy-xl-8 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1672px) {
  .lpy-xxl-8 {
    padding-top: 120px !important;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;
  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: 0.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: 0.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 transparent;
  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: 0.0625rem;
  text-underline-offset: calc(0.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: 0.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: 0.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: 0.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: transparent;
  box-shadow: 0 0 0 2px transparent;
}
.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-icon.rds-link-l .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon .rds-icon.rds-link-m .rds-icon {
  margin-left: 8px;
}
.rds-link.rds-link-after-icon .rds-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;
  border-radius: 2px;
}
.rds-button:hover, .rds-button:focus {
  outline: none;
}
.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) * 0.5 - var(--rds-button-border-size)) 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0.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) * 0.5 - var(--rds-button-border-size)) 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.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) * 0.5 - var(--rds-button-border-size)) 23px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.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 0.1s linear, border-color 0.1s linear, box-shadow 0.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);
  border: 1px solid var(--rds-color-bg-informative);
}
.rds-button.rds-button--primary:hover, .rds-button.rds-button--primary:focus {
  outline: none;
}
.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 0.1s linear, border-color 0.1s linear, box-shadow 0.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);
  border: 1px solid var(--rds-color-bg-error);
}
.rds-button.rds-button--primary-warning:hover, .rds-button.rds-button--primary-warning:focus {
  outline: none;
}
.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 0.2s linear, color 0.2s linear;
  background: none;
  color: var(--rds-color-informative);
  text-decoration: none;
  position: relative;
  border: none;
}
.rds-button.rds-button--secondary:hover, .rds-button.rds-button--secondary:focus {
  outline: none;
}
.rds-button.rds-button--secondary:before {
  transition: border-color 0.2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 1px * 2);
  height: calc(100% - 1px * 2);
  pointer-events: none;
  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: transparent;
}
.rds-button.rds-button--secondary:focus-visible:not([disabled]):before {
  border-color: transparent;
}
.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 0.2s linear, color 0.2s linear;
  background: none;
  color: var(--rds-color-error);
  text-decoration: none;
  position: relative;
  border: none;
}
.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 0.2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - 1px * 2);
  height: calc(100% - 1px * 2);
  pointer-events: none;
  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: transparent;
}
.rds-button.rds-button--secondary-warning:focus-visible:not([disabled]):before {
  border-color: transparent;
}
.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 0.2s linear, color 0.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 0.2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - none * 2);
  height: calc(100% - none * 2);
  pointer-events: none;
  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: transparent;
}
.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: 0.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: 0.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: 0.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 0.2s linear, color 0.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 0.2s linear;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(100% - none * 2);
  height: calc(100% - none * 2);
  pointer-events: none;
  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: transparent;
}
.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: 0.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: 0.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: 0.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: transparent;
  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: transparent 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: transparent;
}
.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: transparent;
  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: transparent;
  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: transparent 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: transparent;
}
.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: transparent;
  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 0.1s linear, border-color 0.1s linear, box-shadow 0.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);
  border: 1px solid var(--rds-color-bg-informative);
  border-radius: 50%;
}
.rds-button.rds-button--fab:hover, .rds-button.rds-button--fab:focus {
  outline: none;
}
.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 .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: transparent;
}
.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: transparent;
}
.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: transparent;
  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-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: 0.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: 0.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: 0.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: 0.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);
  border-radius: 2px;
}
.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: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: transparent;
  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: 0.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: 0.3px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--s:focus-visible:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--s.rds-list-item--focused:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--s.cdk-focused.cdk-keyboard-focused:not([disabled]):not(.rds-list-item--disabled) {
  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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--m:focus-visible:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--m.rds-list-item--focused:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--m.cdk-focused.cdk-keyboard-focused:not([disabled]):not(.rds-list-item--disabled) {
  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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-list-item.rds-list-item--l:focus-visible:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--l.rds-list-item--focused:not([disabled]):not(.rds-list-item--disabled), .rds-list-item.rds-list-item--l.cdk-focused.cdk-keyboard-focused:not([disabled]):not(.rds-list-item--disabled) {
  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__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: transparent;
  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: transparent;
  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);
  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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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 transparent;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  background: transparent;
}
.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: transparent;
}
.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: 0.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: 0.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: 0.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: transparent;
  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: 0.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 0.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: transparent;
  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: 0.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: 0.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: 0.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: 0.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-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: transparent;
}
.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 .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: transparent;
  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: 0.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: transparent;
}
.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 transparent;
  border-right: 5px solid transparent;
  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: 0.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: 4px 15px 4px 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: 4px 8px 8px 16px;
}
.rds-form-field.rds-form-field--l .rds-form-field__container .rds-form-field__control-container {
  padding: 4px 16px 4px 16px;
}
.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: 0.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: 16px;
}
.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: 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 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 17px;
}
.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: 16px;
}
.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: 0.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: 0.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: 16px;
}
.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: 16px;
}
.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: 16px;
  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% + 19px);
  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: 9px;
}
.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% + 19px);
  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: 0.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: 0.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: 0.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% + 8px + 2px);
  top: -3px;
}
.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% + 17px);
  top: -10px;
}

.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: 0.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: 4px 11px 4px 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: 4px 8px 8px 12px;
}
.rds-form-field.rds-form-field--m .rds-form-field__container .rds-form-field__control-container {
  padding: 4px 12px 4px 12px;
}
.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: 0.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: 12px;
}
.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: 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 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 13px;
}
.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: 12px;
}
.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: 0.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: 0.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: 12px;
}
.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: 12px;
}
.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: 12px;
  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% + 15px);
  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: 5px;
}
.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% + 15px);
  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: 0.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% + 8px + 2px);
  top: -3px;
}
.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% + 17px);
  top: -10px;
}

.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: 0.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: 4px 7px 4px 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: 4px 8px 8px 8px;
}
.rds-form-field.rds-form-field--s .rds-form-field__container .rds-form-field__control-container {
  padding: 4px 8px 4px 8px;
}
.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: 0.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: 8px;
}
.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: 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 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 9px;
}
.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: 8px;
}
.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: 0.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: 0.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: 8px;
}
.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: 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 .rds-form-field__control-suffix-separator {
  top: -4px;
  height: calc(100% + 4px + 4px);
  padding-right: 8px;
  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% + 19px);
  top: -11px;
}
.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: 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-suffix .rds-form-field__control-suffix-separator {
  height: calc(100% + 19px);
  top: -11px;
}
.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: 0.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% + 8px + 2px);
  top: -3px;
}
.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% + 17px);
  top: -10px;
}

.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: 0.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;
  background: var(--rds-color-bg-base-1);
  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) {
  border-bottom: 2px solid var(--rds-color-informative-hover);
}
.rds-accordion .rds-expansion-panel:hover:not(.rds-disabled) .rds-expansion-panel-header {
  padding: 16px 0 14px 0;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled) {
  padding-bottom: 19px;
}
.rds-accordion .rds-expansion-panel.rds-expanded:not(.rds-disabled):hover {
  padding-bottom: 18px;
  border-bottom: 2px solid var(--rds-color-informative-hover);
}
.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) .rds-expansion-panel-header:hover {
  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.cdk-focused.cdk-keyboard-focused:not(.rds-disabled) {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.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: 19px;
}
.rds-accordion .rds-expansion-panel.rds-disabled.rds-expanded .rds-expansion-panel-header {
  padding: 16px 0 16px 0;
}
.rds-accordion .rds-expansion-panel.rds-disabled:hover {
  border-bottom: 1px solid var(--rds-color-grey-2);
}
.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 15px 0;
  border: none;
  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: 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: 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 .rds-expansion-indicator {
  color: var(--rds-color-low-contrast);
}
.rds-accordion .rds-expansion-panel .rds-expansion-panel-header svg.rds-expansion-indicator {
  transition: all 0.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:hover .rds-expansion-indicator {
  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: 0.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: 768px) {
  .rds-alert {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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 {
  flex-flow: row nowrap;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .rds-breadcrumbs.rds-breadcrumbs-m {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.3px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs.rds-breadcrumbs-m .rds-breadcrumb-separator {
    margin: 0 8px;
  }
}
@media (min-width: 1672px) {
  .rds-breadcrumbs.rds-breadcrumbs-l {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs.rds-breadcrumbs-l .rds-breadcrumb-separator {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .rds-breadcrumbs {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .rds-breadcrumbs .rds-breadcrumb-separator {
    margin: 0 4px;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:not(:first-child):not(:last-child) {
    display: none;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) {
    display: flex;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) .rds-breadcrumb-item {
    display: none;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) .rds-icon {
    position: relative;
    margin-left: 22px;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) .rds-icon:before {
    color: var(--rds-color-secondary-link);
    content: "...";
    position: absolute;
    width: 18px;
    left: -20px;
    font-size: 18px;
    top: -3px;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) .rds-dots {
    display: block;
    color: var(--rds-color-secondary-link);
    width: 18px;
    font-size: 18px;
    cursor: auto;
  }
  .rds-breadcrumbs .rds-breadcrumb-item:nth-child(2):not(:last-child) .rds-no-content {
    content: none;
    margin-left: 0;
  }
}
.rds-breadcrumbs .rds-breadcrumb-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 2px;
  border: 0;
  color: var(--rds-color-secondary-link);
  cursor: pointer;
}
.rds-breadcrumbs .rds-breadcrumb-item .rds-dots {
  display: none;
  cursor: auto;
}
.rds-breadcrumbs .rds-breadcrumb-item:hover {
  color: var(--rds-color-secondary-link-hover);
}
.rds-breadcrumbs .rds-breadcrumb-item:active {
  color: var(--rds-color-secondary-link-pressed);
}
.rds-breadcrumbs .rds-breadcrumb-item:focus-visible {
  outline: none;
}
.rds-breadcrumbs .rds-breadcrumb-item.cdk-focused.cdk-keyboard-focused {
  background-color: transparent;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px transparent;
}
.rds-breadcrumbs .rds-breadcrumb-separator {
  width: 18px;
  height: 18px;
  color: var(--rds-color-disabled);
  cursor: default;
}

.rds-tabs .rds-tabs__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--rds-color-grey-2);
}
.rds-tabs .rds-tabs__header .rds-tabs-label-actions {
  display: flex;
}
.rds-tabs .rds-tabs__wrapper {
  display: flex;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab {
  position: relative;
  top: 1px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  margin: 0 16px;
  height: 59px;
  min-width: 60px;
  color: var(--rds-color-low-contrast);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab:hover, .rds-tabs .rds-tabs__wrapper .rds-tabs__tab:focus {
  outline: none;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab > * {
  margin-left: 12px;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab > *:first-child {
  margin-left: 0;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab:first-child {
  padding-left: 0;
  margin-left: 0;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab.rds-tabs__tab--active {
  border-bottom: 3px solid var(--rds-color-informative-hover);
  color: var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab.rds-tabs__tab--disabled {
  color: var(--rds-color-disabled);
  pointer-events: none;
  cursor: default;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab:hover:not(.rds-tabs__tab--disabled):not(.rds-tabs__tab--active) {
  border-bottom: 3px solid var(--rds-color-informative-hover);
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab.cdk-focused.cdk-keyboard-focused:not(.rds-tabs__tab--disabled) {
  border-radius: 2px;
  outline: 2px solid var(--rds-color-stroke-active-focus);
  outline-offset: 2px;
}
.rds-tabs .rds-tabs__wrapper .rds-tabs__tab-size-s {
  margin: 0 12px;
  height: 43px;
}
.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 {
  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: transparent;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.rds-dropdown-toggle-button:focus-visible {
  outline: var(--rds-color-stroke-active-focus) solid 2px;
  outline-offset: 1px;
  border-color: transparent;
}
.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: 0.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-dropdown-toggle-button__content .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: 0.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-dropdown-toggle-button__content .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: 0.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-dropdown-toggle-button__content .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: transparent;
  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: transparent;
  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: transparent;
  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: transparent;
  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: transparent;
  background-color: transparent;
  color: var(--rds-color-disabled);
}
.rds-dropdown-container {
  border-radius: 2px;
  min-width: 180px;
  background-color: var(--rds-color-bg-base-1);
  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: 768px) {
  .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 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: 768px) {
  .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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .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: 0.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: 0.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: 0.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: 0.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: 0.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: 768px) {
  .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: 0.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: 768px) {
  .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;
  }
  .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: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  inset: 0;
}
.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: auto;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 768px) {
  .rds-drawer-container .rds-drawer .rds-drawer-body {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.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;
}
.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: transparent;
}

.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;
  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 {
  margin-left: 12px;
}
.rds-toast-container .rds-toast__close-button {
  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-actions {
  max-width: 50%;
}
.rds-toast-container .rds-toast .rds-toast-text {
  word-break: break-word;
  display: flex;
  flex-direction: column;
}
.rds-toast-container .rds-toast .rds-toast-text__header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-toast-container .rds-toast .rds-toast-text__message {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  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: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .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%);
  }
  .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-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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 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: 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: transparent !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: transparent;
  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: 0.6;
  }
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 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;
}

.rds-dialog-overlay {
  max-width: 80vw;
  width: 100%;
  margin: 64px;
}

@media (max-width: 768px) {
  .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;
  background-color: var(--rds-color-bg-base-elevated);
  border-radius: 2px;
}
.rds-dialog > div,
.rds-dialog > [class^=ng-star-inserted] {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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: transparent;
  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;
  flex-grow: 1;
  flex-shrink: 1;
  padding-inline: 24px;
  padding-block: 0 24px;
  overflow-y: auto;
  color: var(--rds-color-high-contrast);
}
@media (max-width: 768px) {
  .rds-dialog__content {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rds-dialog__content-scrollable {
  padding-right: 12px;
}
.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: 0.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;
  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.rds-popover-with-close-button {
  margin-right: 24px;
}

.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: 0.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: 0.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: 0.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);
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.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, .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: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-basic-paginator {
  display: flex;
  gap: 8px;
}

.rds-page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rds-page-item .rds-paginator-page-button {
  cursor: pointer;
  color: var(--rds-color-high-contrast);
  background: none;
  border: none;
  height: 40px;
  min-width: 40px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0.2px;
  font-family: roche-sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rds-page-item .rds-paginator-page-button:hover {
  background-color: var(--rds-color-bg-transparent-hover-select);
}
.rds-page-item .rds-paginator-page-button:focus-visible {
  outline: 2px solid var(--rds-color-stroke-active-focus);
}
.rds-page-item .rds-paginator-page-button:active {
  background-color: var(--rds-color-bg-transparent-pressed);
}
.rds-page-item.active .rds-paginator-page-button {
  color: var(--rds-color-bg-base-1);
  background: var(--rds-color-bg-informative-hover);
}

.rds-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rds-page-link.rds-paginator-ellipsis {
  justify-content: space-around;
  align-items: center;
  height: 40px;
  min-width: 40px;
}

.rds-switch {
  display: inline-block;
  height: 24px;
  max-width: 100%;
  line-height: 24px;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.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: 0.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: 0.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: 0.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: 0.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: 0.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 {
  display: block;
}

.rds-stepper-horizontal .rds-stepper-header-container {
  position: relative;
  justify-content: center;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .rds-stepper-horizontal .rds-stepper-header-container {
    gap: 24px;
    align-items: center;
    padding-bottom: 62px;
  }
}
@media (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;
}
@media (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;
}

@media (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%;
}

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: 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: 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: 768px) {
  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: 0.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: 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: 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: 768px) {
  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: 768px) {
  ul.article-body-s,
  ol.article-body-s {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 768px) {
  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: 768px) {
  ul.ui-body-l,
  ol.ui-body-l {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0.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: 768px) {
  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: 768px) {
  ul.ui-body-m,
  ol.ui-body-m {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.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: 0.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: 0.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: 0.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: 0.2px;
    font-family: roche-sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 768px) {
  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: 0.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: 768px) {
  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;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html,
  body {
  margin: 0px;
  height: 100%;
}
.tw-container {
  width: 100%;
}
@media (min-width: 640px) {

  .tw-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .tw-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .tw-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .tw-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .tw-container {
    max-width: 1536px;
  }
}
.secondary-button {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--rds-color-bg-informative);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--rds-color-bg-informative);
}
.tw-pointer-events-none {
  pointer-events: none;
}
.tw-invisible {
  visibility: hidden;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-sticky {
  position: sticky;
}
.tw-inset-0 {
  inset: 0px;
}
.-tw-top-\[24px\] {
  top: -24px;
}
.tw--bottom-4 {
  bottom: -1rem;
}
.tw--left-4 {
  left: -1rem;
}
.tw--right-4 {
  right: -1rem;
}
.tw--top-4 {
  top: -1rem;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-8 {
  bottom: 2rem;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-right-6 {
  right: 1.5rem;
}
.tw-right-\[-16px\] {
  right: -16px;
}
.tw-top-0 {
  top: 0px;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-\[52px\] {
  top: 52px;
}
.tw-top-\[73px\] {
  top: 73px;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-40 {
  z-index: 40;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[2\] {
  z-index: 2;
}
.tw-col-span-10 {
  grid-column: span 10 / span 10;
}
.tw-col-span-12 {
  grid-column: span 12 / span 12;
}
.tw-col-span-2 {
  grid-column: span 2 / span 2;
}
.tw-col-span-3 {
  grid-column: span 3 / span 3;
}
.tw-col-span-4 {
  grid-column: span 4 / span 4;
}
.tw-col-span-8 {
  grid-column: span 8 / span 8;
}
.tw-col-span-9 {
  grid-column: span 9 / span 9;
}
.tw-m-2 {
  margin: 0.5rem;
}
.tw--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!tw-mr-2 {
  margin-right: 0.5rem !important;
}
.tw--mt-3 {
  margin-top: -0.75rem;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-10 {
  margin-bottom: 2.5rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-14 {
  margin-bottom: 3.5rem;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-3 {
  margin-left: 0.75rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-8 {
  margin-left: 2rem;
}
.tw-ml-auto {
  margin-left: auto;
}
.tw-mr-1 {
  margin-right: 0.25rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-8 {
  margin-right: 2rem;
}
.tw-mr-\[6px\] {
  margin-right: 6px;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-\[9px\] {
  margin-top: 9px;
}
.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tw-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.tw-line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.tw-line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.tw-line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.tw-line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.tw-line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-0 {
  height: 0px;
}
.tw-h-0\.5 {
  height: 0.125rem;
}
.tw-h-32 {
  height: 8rem;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-6 {
  height: 1.5rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[16px\] {
  height: 16px;
}
.tw-h-\[18px\] {
  height: 18px;
}
.tw-h-\[30px\] {
  height: 30px;
}
.tw-h-\[48px\] {
  height: 48px;
}
.tw-h-\[60px\] {
  height: 60px;
}
.tw-h-\[650px\] {
  height: 650px;
}
.tw-h-full {
  height: 100%;
}
.\!tw-max-h-\[350px\] {
  max-height: 350px !important;
}
.tw-min-h-152 {
  min-height: 38rem;
}
.tw-min-h-\[100px\] {
  min-height: 100px;
}
.tw-min-h-\[250px\] {
  min-height: 250px;
}
.tw-min-h-screen {
  min-height: 100vh;
}
.\!tw-w-\[30px\] {
  width: 30px !important;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-4\.5 {
  width: 1.125rem;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-\[12px\] {
  width: 12px;
}
.tw-w-\[157px\] {
  width: 157px;
}
.tw-w-\[18px\] {
  width: 18px;
}
.tw-w-\[190px\] {
  width: 190px;
}
.tw-w-\[20px\] {
  width: 20px;
}
.tw-w-\[30px\] {
  width: 30px;
}
.tw-w-\[416px\] {
  width: 416px;
}
.tw-w-\[472px\] {
  width: 472px;
}
.tw-w-\[552px\] {
  width: 552px;
}
.tw-w-\[60px\] {
  width: 60px;
}
.tw-w-fit {
  width: fit-content;
}
.tw-w-full {
  width: 100%;
}
.tw-w-px {
  width: 1px;
}
.\!tw-min-w-96 {
  min-width: 24rem !important;
}
.tw-min-w-0 {
  min-width: 0px;
}
.tw-min-w-4 {
  min-width: 1rem;
}
.tw-min-w-60 {
  min-width: 15rem;
}
.tw-min-w-\[400px\] {
  min-width: 400px;
}
.tw-min-w-full {
  min-width: 100%;
}
.\!tw-max-w-none {
  max-width: none !important;
}
.tw-max-w-4 {
  max-width: 1rem;
}
.tw-max-w-\[1480px\] {
  max-width: 1480px;
}
.tw-max-w-\[600px\] {
  max-width: 600px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-max-w-none {
  max-width: none;
}
.tw-flex-1 {
  flex: 1 1 0%;
}
.tw-flex-\[1_1_0\%\] {
  flex: 1 1 0%;
}
.tw-flex-grow {
  flex-grow: 1;
}
.tw-border-separate {
  border-collapse: separate;
}
.tw-border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.tw--translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes tw-pulse {

  50% {
    opacity: .5;
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-inside {
  list-style-position: inside;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-wrap {
  flex-wrap: wrap;
}
.tw-items-start {
  align-items: flex-start;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-end {
  justify-content: flex-end;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-justify-around {
  justify-content: space-around;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-self-start {
  align-self: flex-start;
}
.tw-overflow-auto {
  overflow: auto;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-x-auto {
  overflow-x: auto;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-whitespace-normal {
  white-space: normal;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-whitespace-break-spaces {
  white-space: break-spaces;
}
.tw-break-words {
  overflow-wrap: break-word;
}
.tw-rounded {
  border-radius: 0.25rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-2 {
  border-width: 2px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-t-0 {
  border-top-width: 0px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-400-grey-3 {
  border-color: var(--rds-color-400-grey-3);
}
.tw-border-600-roche-blue {
  border-color: var(--rds-color-600-roche-blue);
}
.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.tw-border-grey-2 {
  border-color: var(--rds-color-grey-2);
}
.tw-bg-100-grey-5 {
  background-color: var(--rds-color-100-grey-5);
}
.tw-bg-100-shade-blue {
  background-color: var(--rds-color-100-shade-blue);
}
.tw-bg-200-light-green {
  background-color: var(--rds-color-200-light-green);
}
.tw-bg-300-neutral-3 {
  background-color: var(--rds-color-300-neutral-3);
}
.tw-bg-50-shade-blue {
  background-color: var(--rds-color-50-shade-blue);
}
.tw-bg-50-shade-grey {
  background-color: var(--rds-color-50-shade-grey);
}
.tw-bg-500-extra-dark-green {
  background-color: var(--rds-color-500-extra-dark-green);
}
.tw-bg-600-grey-2 {
  background-color: var(--rds-color-600-grey-2);
}
.tw-bg-700-grey-1 {
  background-color: var(--rds-color-700-grey-1);
}
.tw-bg-bg-base-1 {
  background-color: var(--rds-color-bg-base-1);
}
.tw-bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.tw-fill-500-dark-yellow {
  fill: var(--rds-color-500-dark-yellow);
}
.tw-fill-500-extra-dark-green {
  fill: var(--rds-color-500-extra-dark-green);
}
.tw-fill-500-shade-grey {
  fill: var(--rds-color-500-shade-grey);
}
.tw-fill-600-roche-blue {
  fill: var(--rds-color-600-roche-blue);
}
.tw-fill-700-grey-1 {
  fill: var(--rds-color-700-grey-1);
}
.tw-fill-bg-informative {
  fill: var(--rds-color-bg-informative);
}
.tw-fill-red-500 {
  fill: #ef4444;
}
.\!tw-p-4 {
  padding: 1rem !important;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-\[16px\] {
  padding: 16px;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-pb-12 {
  padding-bottom: 3rem;
}
.tw-pb-14 {
  padding-bottom: 3.5rem;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pb-4 {
  padding-bottom: 1rem;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pl-2 {
  padding-left: 0.5rem;
}
.tw-pl-4 {
  padding-left: 1rem;
}
.tw-pl-6 {
  padding-left: 1.5rem;
}
.tw-pl-8 {
  padding-left: 2rem;
}
.tw-pr-4 {
  padding-right: 1rem;
}
.tw-ps-6 {
  padding-inline-start: 1.5rem;
}
.tw-pt-1 {
  padding-top: 0.25rem;
}
.tw-pt-10 {
  padding-top: 2.5rem;
}
.tw-pt-24 {
  padding-top: 6rem;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.tw-align-bottom {
  vertical-align: bottom;
}
.\!tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-\[30px\] {
  font-size: 30px;
}
.tw-text-\[60px\] {
  font-size: 60px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-base\/none {
  font-size: 1rem;
  line-height: 1;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!tw-font-light {
  font-weight: 300 !important;
}
.tw-font-light {
  font-weight: 300;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.\!tw-uppercase {
  text-transform: uppercase !important;
}
.tw-leading-5 {
  line-height: 1.25rem;
}
.tw-leading-\[64px\] {
  line-height: 64px;
}
.tw-text-600-roche-blue {
  color: var(--rds-color-600-roche-blue);
}
.tw-text-700-grey-1 {
  color: var(--rds-color-700-grey-1);
}
.tw-text-bg-informative {
  color: var(--rds-color-bg-informative);
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.tw-text-low-contrast {
  color: var(--rds-color-low-contrast);
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}
.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dale-box-shadow {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
.hide-in-ui {
    position: absolute;
    left: -20000px;
    visibility: hidden;
  }
body {
  font-family: "roche-sans", sans-serif;
}
.first\:tw-pt-0:first-child {
  padding-top: 0px;
}
.even\:tw-bg-100-grey-5:nth-child(even) {
  background-color: var(--rds-color-100-grey-5);
}
.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1035px) {

  .max-\[1035px\]\:tw-top-\[65px\] {
    top: 65px;
  }
}
@media (min-width: 640px) {

  .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px) {

  .md\:tw-sticky {
    position: sticky;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=styles.css.map*/