@charset "UTF-8";
.text-white,
.text-white:before {
  color: #FFFFFF;
}

.text-black,
.text-black:before {
  color: #000000;
}

.text-grey,
.text-grey:before {
  color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.bg-grey {
  background-color: #D5DCE4;
}

.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.inline-flex-wrapper {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.flex-wrapper.flex-wrapper--left,
.inline-flex-wrapper.flex-wrapper--left {
  justify-content: flex-start;
}
.flex-wrapper.flex-wrapper--center,
.inline-flex-wrapper.flex-wrapper--center {
  justify-content: center;
  align-items: center;
}
.flex-wrapper.flex-wrapper--hcenter,
.inline-flex-wrapper.flex-wrapper--hcenter {
  justify-content: center;
}
.flex-wrapper.flex-wrapper--vcenter,
.inline-flex-wrapper.flex-wrapper--vcenter {
  align-items: center;
}
.flex-wrapper.flex-wrapper--right,
.inline-flex-wrapper.flex-wrapper--right {
  justify-content: flex-end;
}
.flex-wrapper.flex-wrapper--stretch,
.inline-flex-wrapper.flex-wrapper--stretch {
  align-items: stretch;
}

.flex-square {
  flex: 1 0 0;
}
.flex-square:before {
  /* The psuedo-element's padding-top percentage is based on the element's width. */
  padding-top: 100%;
  content: "";
  float: left;
}
.flex-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .flex-square {
    flex: 0 1 auto;
  }
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Italic";
  src: url("../fonts/NotoSans-Italic.ttf") format("truetype");
  font-style: italic;
}
.invisible,
.hidden {
  display: none !important;
}

.text-center {
  display: block;
  text-align: center;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  display: block;
  text-align: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-underline {
  text-decoration: underline !important;
}

.text-linethrough {
  text-decoration: line-through;
}

.bg-image {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
}

img.avatar {
  width: auto;
  border-radius: 50%;
}

.no-break {
  word-break: keep-all !important;
}

.no-margin {
  margin: 0;
}

.no-hor-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.sr-only, .skip-link {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.toolbar-tab a {
  margin: 0;
}

.toolbar-menu li {
  margin: 0;
}

#page.site {
  width: 100vw;
}

.site-main {
  overflow-x: hidden;
}
.site-main.no-overflow {
  overflow: unset;
}

@media screen and (max-width: 560px) {
  body {
    overflow-x: hidden;
  }
}
.content-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  .content-container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-container {
    padding: 0 21px;
  }
}
@media screen and (max-width: 375px) {
  .content-container {
    padding: 0 16px;
  }
}

.top-bottom-container {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .top-bottom-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-bottom-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .top-bottom-container {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

html {
  font-size: calc(2px + 4 * (100vw - 375px) / 1545);
  line-height: 1.3;
  color: #17212B;
}

body {
  color: #17212B;
}

div,
p,
span,
em,
i,
li,
td,
address,
a {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #17212B;
}

p {
  margin: 16px 0;
  max-width: 1128px;
  color: #17212B;
}

strong,
b,
th,
.strong,
.bold,
button,
.btn,
label,
input,
textarea,
select {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.text--label {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 6.2rem;
  margin-top: 0;
  margin-bottom: 0.28em;
}

h2,
.h2 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  margin-top: 1.85em;
  margin-bottom: 0.7em;
}

h3,
.h3 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 4.6rem;
  margin-top: 1.85em;
  margin-bottom: 0.7em;
}

h4,
.h4 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 1.85em;
  margin-bottom: 0.7em;
}

h5,
.h5 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-top: 1.85em;
  margin-bottom: 0.7em;
}

h6,
.h6 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  margin-top: 1.85em;
  margin-bottom: 0.7em;
}

ol,
ul {
  padding-left: 1em;
  margin: 16px 0;
}

.text-nav-link {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

.text-bigger {
  font-size: 3.2rem;
  margin-top: 0em;
  margin-bottom: 0em;
}

.text-meta {
  font-size: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.text-super {
  font-size: 5rem;
  margin-top: 3em;
  margin-bottom: 3em;
}

.text-hero {
  font-size: 28rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

.text-hero-small {
  font-size: 20rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

.text-hero-mini {
  font-size: 14rem;
  line-height: 1;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

.font-regular {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-text-bold {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
a.link--nostyle {
  color: black;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
}

*,
div,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  vertical-align: top;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #FFFFFF;
}
body.no-scroll {
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

.public-layout {
  position: relative;
}

#main-content {
  position: relative;
}

figure,
img {
  position: relative;
  line-height: 0;
  width: 100%;
  height: auto;
}

.inner {
  max-width: 1514px;
  margin: auto;
  padding: 0 21px;
  position: relative;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

#primary {
  min-height: 75vh;
}

@media screen and (min-width: 1200px) {
  .inner {
    padding: 0 50px;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
}

@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .hide-for-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-for-tablet-down {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hide-for-desktop-down {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .show-for-desktop {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .show-for-mobile {
    display: block;
  }
}

.home-hero-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
  position: relative;
}
.home-hero-header::before {
  content: "";
  width: calc(50vw - 50% + (100% - 231px) / 12 * 7 + 126px);
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  position: absolute;
  background-color: #D5DCE4;
  z-index: -1;
  border-radius: 0 16px 16px 0;
}
.home-hero-header .home-hero-header__content {
  grid-column: 1/span 5;
  position: relative;
  padding: 15rem 0;
  padding-right: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .home-hero-header .home-hero-header__content {
    grid-column: 1/span 12;
  }
}
.home-hero-header .home-hero-header__content .home-hero-header__cta {
  margin-top: 30px;
}
.home-hero-header .home-hero-header__video {
  grid-column: 6/span 6;
  padding: 15rem 0;
}
.home-hero-header .home-hero-header__video .video-wrapper {
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.home-hero-header .home-hero-header__video video {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-hero-header .home-hero-header__video {
    grid-column: 1/span 12;
  }
}

.logo-banner {
  position: relative;
  margin: 32rem 0;
}
.logo-banner::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100%;
  background-color: #D5DCE4;
  top: 0;
  left: calc(50% - 50vw);
}
.logo-banner ul.logo-banner__items {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
.logo-banner ul.logo-banner__items li {
  width: 15%;
  padding: 12rem;
}

.information-stairs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
}
.information-stairs .information-stairs__header {
  grid-column: 4/span 6;
  margin-bottom: 8rem;
}
.information-stairs .information-stairs__grid {
  grid-column: 1/span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
  row-gap: 30px;
}
.information-stairs .information-stairs__item {
  background-color: #F4F6F8;
  padding: 6rem;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
}
.information-stairs .information-stairs__item:nth-child(1) {
  grid-column: 1/span 10;
}
.information-stairs .information-stairs__item:nth-child(2) {
  grid-column: 2/span 11;
}
.information-stairs .information-stairs__item:nth-child(3) {
  grid-column: 3/span 12;
}
.information-stairs .information-stairs__item .information-stairs__item__header {
  grid-column: 1/span 3;
}
.information-stairs .information-stairs__item .information-stairs__item__header h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
}
.information-stairs .information-stairs__item .information-stairs__item-description {
  grid-column: 5/span 7;
}
.information-stairs .information-stairs__item .information-stairs__item-description p {
  margin: 0;
}

.aspect-preview {
  margin: 22rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 30rem;
}
.aspect-preview .aspect-preview__header {
  grid-column: 4/span 6;
  margin-bottom: 8rem;
}
.aspect-preview .aspect-preview__video {
  grid-column: 3/span 8;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 21px;
}
.aspect-preview .aspect-preview__video .video-wrapper {
  width: fit-content;
  border-radius: 16px;
  overflow: hidden;
  margin: 12rem 0;
}
.aspect-preview .aspect-preview__video .aspect-preview__video__wrapper {
  grid-column: 2/span 7;
  position: relative;
}
.aspect-preview .aspect-preview__video .aspect-preview__video-background {
  position: absolute;
  grid-column: 1/span 3;
  width: 100%;
  height: 100%;
}
.aspect-preview .aspect-preview__video .aspect-preview__video-background__rectangle {
  background-color: #D5DCE4;
  width: 100%;
  aspect-ratio: 10/13;
  border-radius: 16px;
}
.aspect-preview .aspect-preview__video .aspect-preview__video-background__circle {
  background-color: #FFA933;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  z-index: 0;
  position: absolute;
  top: -2rem;
  left: calc(50% - 2rem);
}
.aspect-preview:nth-child(1) .aspect-preview__video .aspect-preview__video-background__rectangle, .aspect-preview:nth-child(5) .aspect-preview__video .aspect-preview__video-background__rectangle {
  background-color: #D5DCE4;
}
.aspect-preview:nth-child(2)::before, .aspect-preview:nth-child(4)::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100%;
  background-color: #D5DCE4;
  top: 0;
  left: calc(50% - 50vw);
}
.aspect-preview:nth-child(2) .aspect-preview__header, .aspect-preview:nth-child(4) .aspect-preview__header {
  z-index: 0;
}
.aspect-preview:nth-child(2) .aspect-preview__video .aspect-preview__video-background__rectangle, .aspect-preview:nth-child(4) .aspect-preview__video .aspect-preview__video-background__rectangle {
  background-color: #4D5866;
}
.aspect-preview:nth-child(3) .aspect-preview__video .aspect-preview__video-background__rectangle {
  background-color: #D5DCE4;
}
.cta-try {
  padding: 12rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
  margin: 22rem 0;
  position: relative;
}
.cta-try::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100%;
  background-color: #D5DCE4;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.cta-try .cta-try__headline, .cta-try .cta-try__description, .cta-try .cta-try__button {
  grid-column: 4/span 6;
  text-align: center;
  margin: 0;
}
.cta-try .cta-try__button {
  justify-self: center;
}

.template--404 .grid--50-50 {
  margin-top: 10vh;
}

.template--search .search-form-wrapper {
  margin-bottom: 50px;
}
.template--search .search-results-wrapper {
  margin-top: 50px;
}

.project--card {
  position: relative;
  display: grid;
  grid-template-columns: 50% 2fr 1fr 1fr 6rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid #D5DCE4;
  align-items: center;
  gap: 21px;
  margin-bottom: 10px;
}
.project--card:nth-child(1) {
  z-index: 99;
}
.project--card:nth-child(2) {
  z-index: 98;
}
.project--card:nth-child(3) {
  z-index: 97;
}
.project--card:nth-child(4) {
  z-index: 96;
}
.project--card:nth-child(5) {
  z-index: 95;
}
.project--card:nth-child(6) {
  z-index: 94;
}
.project--card:nth-child(7) {
  z-index: 93;
}
.project--card:nth-child(8) {
  z-index: 92;
}
.project--card:nth-child(9) {
  z-index: 91;
}
.project--card:nth-child(10) {
  z-index: 90;
}
.project--card:nth-child(11) {
  z-index: 89;
}
.project--card:nth-child(12) {
  z-index: 88;
}
.project--card:nth-child(13) {
  z-index: 87;
}
.project--card:nth-child(14) {
  z-index: 86;
}
.project--card:nth-child(15) {
  z-index: 85;
}
.project--card:nth-child(16) {
  z-index: 84;
}
.project--card:nth-child(17) {
  z-index: 83;
}
.project--card:nth-child(18) {
  z-index: 82;
}
.project--card:nth-child(19) {
  z-index: 81;
}
.project--card:nth-child(20) {
  z-index: 80;
}
.project--card:nth-child(21) {
  z-index: 79;
}
.project--card:nth-child(22) {
  z-index: 78;
}
.project--card:nth-child(23) {
  z-index: 77;
}
.project--card:nth-child(24) {
  z-index: 76;
}
.project--card:nth-child(25) {
  z-index: 75;
}
.project--card:nth-child(26) {
  z-index: 74;
}
.project--card:nth-child(27) {
  z-index: 73;
}
.project--card:nth-child(28) {
  z-index: 72;
}
.project--card:nth-child(29) {
  z-index: 71;
}
.project--card:nth-child(30) {
  z-index: 70;
}
.project--card * {
  margin: 0;
}
.project--card > * {
  position: relative;
  z-index: 2;
}
.project--card .project-card__header {
  display: flex;
  gap: 21px;
  align-items: center;
  position: static;
}
.project--card .project-card__header .project-card__acronym {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #17212B;
  color: #FFFFFF;
  aspect-ratio: 1/1;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 1rem;
}
.project--card .project-card__link {
  display: flex;
  align-items: center;
  gap: 21px;
  color: inherit;
  text-decoration: none;
}
.project--card .project-card__link:focus-visible {
  outline: 3px solid #FFA933;
  outline-offset: 3px;
}
.project--card .project-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.project--card .project-card__edit {
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.project--card .project-card__actions-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1;
}
.project--card .project-card__actions-toggle:focus-visible {
  outline: 3px solid #FFA933;
  outline-offset: 2px;
}
.project--card .project-card__actions {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 4;
  display: grid;
  gap: 10px;
  min-width: 8rem;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #D5DCE4;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.project--card .project-card__actions a,
.project--card .project-card__actions button {
  padding: 10px 21px;
  text-decoration: none;
  text-align: left;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.project--card .project-card__actions a:hover, .project--card .project-card__actions a:focus-visible,
.project--card .project-card__actions button:hover,
.project--card .project-card__actions button:focus-visible {
  background-color: #F4F6F8;
}
.project--card .project-card__members {
  display: flex;
  align-items: center;
}
.project--card .project-card__member {
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  background-color: #D5DCE4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.project--card .project-card__member:first-child {
  margin-left: 0;
}
.project--card .project-card__member:nth-child(1) {
  z-index: 29;
}
.project--card .project-card__member:nth-child(2) {
  z-index: 28;
}
.project--card .project-card__member:nth-child(3) {
  z-index: 27;
}
.project--card .project-card__member:nth-child(4) {
  z-index: 26;
}
.project--card .project-card__member:nth-child(5) {
  z-index: 25;
}
.project--card .project-card__member:nth-child(6) {
  z-index: 24;
}
.project--card .project-card__member:nth-child(7) {
  z-index: 23;
}
.project--card .project-card__member:nth-child(8) {
  z-index: 22;
}
.project--card .project-card__member:nth-child(9) {
  z-index: 21;
}
.project--card .project-card__member:nth-child(10) {
  z-index: 20;
}
.project--card .project-card__member:nth-child(11) {
  z-index: 19;
}
.project--card .project-card__member:nth-child(12) {
  z-index: 18;
}
.project--card .project-card__member:nth-child(13) {
  z-index: 17;
}
.project--card .project-card__member:nth-child(14) {
  z-index: 16;
}
.project--card .project-card__member:nth-child(15) {
  z-index: 15;
}
.project--card .project-card__member:nth-child(16) {
  z-index: 14;
}
.project--card .project-card__member:nth-child(17) {
  z-index: 13;
}
.project--card .project-card__member:nth-child(18) {
  z-index: 12;
}
.project--card .project-card__member:nth-child(19) {
  z-index: 11;
}
.project--card .project-card__member:nth-child(20) {
  z-index: 10;
}
.project--card .project-card__member:nth-child(21) {
  z-index: 9;
}
.project--card .project-card__member:nth-child(22) {
  z-index: 8;
}
.project--card .project-card__member:nth-child(23) {
  z-index: 7;
}
.project--card .project-card__member:nth-child(24) {
  z-index: 6;
}
.project--card .project-card__member:nth-child(25) {
  z-index: 5;
}
.project--card .project-card__member:nth-child(26) {
  z-index: 4;
}
.project--card .project-card__member:nth-child(27) {
  z-index: 3;
}
.project--card .project-card__member:nth-child(28) {
  z-index: 2;
}
.project--card .project-card__member:nth-child(29) {
  z-index: 1;
}
.project--card .project-card__member:nth-child(30) {
  z-index: 0;
}
.project--card .project-card__member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project--card .project-card__member--owner {
  border-color: #FFA933;
}
.project--card .project-card__member-initials {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.project--card .project-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  pointer-events: none;
}
.project--card .project-card__tags .tag {
  background-color: #D5DCE4;
  color: #17212B;
  padding: 0.2em 0.4em;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 600;
}
.project--card .project-card__date {
  pointer-events: none;
}
.project--card .project-card__date p {
  color: #4D5866;
}

.project--left {
  grid-column: 1/span 6;
}
.project--left .project__applications {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
  align-items: center;
}

.project--right {
  grid-column: 7/span 3;
  display: flex;
  flex-direction: column;
  gap: 21px;
  justify-content: stretch;
}
.project--right .project__section {
  background-color: #F4F6F8;
  border-radius: 8px;
  border: 1px solid #D5DCE4;
  padding: 21px;
}
.project--right .project__section .project__section-title {
  margin-top: 0;
}
.project--right .project__section .project__section__header {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  align-items: center;
}
.project--right .project__section .project__section__header .project__section__edit-button {
  flex-shrink: 0;
}
.project--right .project__section .project__section__header .project__section__edit-button svg {
  display: block;
  width: 16px;
  height: 16px;
}
.project--right .project__members .project__members__list {
  list-style-type: none;
  padding-left: 0;
}
.project--right .project__members .project__members__list .project-member {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 21px;
  align-items: center;
  grid-template-areas: "img info";
}
.project--right .project__members .project__members__list .project-member img {
  border-radius: 50%;
  grid-area: img;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 10rem;
}
.project--right .project__members .project__members__list .project-member .project-member__initials {
  grid-area: img;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #D5DCE4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
}
.project--right .project__members .project__members__list .project-member .project-member__info {
  grid-area: info;
}
.project--right .project__members .project__members__list .project-member .project-member__info p {
  margin: 0;
}
.project--right .project__members .project__members__list .project-member .project-member__info .project-member__name {
  color: #17212B;
}
.project--right .project__members .project__members__list .project-member .project-member__info .project-member__mail {
  color: #4D5866;
}
.project--right .project__members .project__members__list .project-member--owner .project-member__name {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}
.project--right .project__members .project__members__list .project-member .project-member__remove-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.project--right .project__members .project__members__list .project-member .project-member__remove-confirm {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #D5DCE4;
  border-radius: 8px;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.12);
  padding: 21px;
}
.project--right .project__members .project__members__list .project-member .project-member__remove-confirm .form-type-confirmation {
  margin: 0;
}
.project--right .project__members .project__members__list .project-member .project-member__remove-confirm .form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 21px;
}
.project--right .project__members .project__members__list--edit .project-member {
  grid-template-columns: 6rem 1fr auto;
}
.project--right .project__members .project__members__list--edit .project-member img,
.project--right .project__members .project__members__list--edit .project-member .project-member__initials {
  width: 6rem;
  height: 6rem;
  font-size: 1.5rem;
}
.project--right .project-members-edit-overlay .overlay__dialog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.project--right .project-members-edit-overlay .overlay__dialog .project-members-edit-overlay__cancel {
  margin-left: auto;
}
.project--right .project__files .project__files__feed__files {
  list-style-type: none;
  padding-left: 0;
}
.project--right .project__files .project__files__feed__files .file-date {
  color: #4D5866;
}

.dashboard__actions {
  grid-column: 1/span 3;
}
.dashboard__actions .dashboard__actions--search {
  margin-bottom: 3rem;
}
.dashboard__actions .dashboard__actions--search input {
  width: 100%;
}

.dashboard__projects {
  grid-column: 1/span 8;
}

.application--card {
  position: relative;
  margin-top: 50px;
}
.application--card .application__meta {
  display: flex;
  gap: 21px;
  align-items: center;
  width: 100%;
}
.application--card .application__meta .application__health-status {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-self: flex-start;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.application--card .application__meta .application__health-status .application__health__icon {
  border-radius: 50%;
  height: 0.6em;
  width: 0.6em;
}
.application--card .application__meta .application__health-status--unknown .application__health__icon {
  background-color: #4D5866;
}
.application--card .application__meta .application__health-status--stopped .application__health__icon {
  background-color: #A80000;
}
.application--card .application__meta .application__health-status--problem .application__health__icon {
  background-color: #E68500;
}
.application--card .application__meta .application__health-status--running .application__health__icon {
  background-color: #006117;
}
.application--card .application__meta .application__documentation {
  display: flex;
  align-items: center;
  border-radius: 50%;
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  justify-self: flex-end;
}
.application--card .application__meta .application__documentation a {
  width: 100%;
  height: 100%;
}
.application--card .application__meta .application__details {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
}
.application--card .application__core {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 21px;
  padding: 21px;
  background-color: #D5DCE4;
  border-radius: 8px;
  height: 48rem;
}
.application--card .application__core .application__icons-and-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  width: 100%;
  position: relative;
}
.application--card .application__core .application__icons-and-arrow .application__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.application--card .application__core .application__icons-and-arrow .application__icons img {
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.application--card .application__name {
  margin-top: 21px;
  position: relative;
  z-index: 1;
}
.application--card .application__name * {
  margin: 0;
}
.application--card--multiple .application__core {
  width: calc(100% - 1.5rem);
  height: 46.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: calc(1em + 2.5rem);
}
.application--card--multiple .application__core::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  width: 100%;
  height: 46.5rem;
  background-color: #F4F6F8;
  border-radius: 8px;
  z-index: -2;
}
.application--card--multiple .application__core::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 46.5rem;
  background-color: #D5DCE4;
  border-radius: 8px;
  z-index: -1;
}
.application--card--add .application__core {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #17212B;
  width: 100%;
}
.application--card--add .application__core .application__add-icon {
  color: #FFA933;
}
.application--card--add .application__core:hover .application__add-icon {
  color: #E68500;
}
.application--card--add .application__name {
  margin: 0;
}
.application--card--add .application__name h2 {
  color: #FFFFFF;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  margin-top: 0em;
  margin-bottom: 0em;
  margin: 0;
}

.application__details-left,
.application__details-right {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.application__details-left {
  grid-column: 1/span 6;
}

.application__details-right {
  grid-column: 7/span 3;
}

.application__details-card {
  padding: 21px;
  border: 1px solid #D5DCE4;
  border-radius: 8px;
  background-color: #F4F6F8;
}
.application__details-card--applications {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.application__details-card--version p.h2 {
  margin: 0;
}
.application__details-card--general-information p {
  margin: 0;
}

.application__details-card-title {
  margin-top: 0;
}

.application__details-component-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}
.application__details-component-cards .application--card {
  margin-top: 0;
}

.application__health-status--unknown {
  margin: 0;
  color: #4D5866;
}
.application__health-status--unknown p {
  color: #4D5866;
}
.application__health-status--stopped {
  margin: 0;
  color: #A80000;
}
.application__health-status--stopped p {
  color: #A80000;
}
.application__health-status--problem {
  margin: 0;
  color: #E68500;
}
.application__health-status--problem p {
  color: #E68500;
}
.application__health-status--running {
  margin: 0;
  color: #006117;
}
.application__health-status--running p {
  color: #006117;
}

@media (max-width: 768px) {
  .application--details {
    grid-template-columns: 1fr;
  }
  .application--details .application__details-header,
  .application--details .application__details-left,
  .application--details .application__details-right,
  .application--details .application__details-component-cards {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}
.add-app-popup__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  align-items: stretch;
}
.add-app-popup .add-app-popup-cards__divider {
  width: 100%;
  height: 1px;
  background-color: #4D5866;
  grid-column-end: span 2;
}
.add-app-popup__step--form {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.add-app-popup__back {
  align-self: flex-start;
}
.add-app-popup__form-container {
  min-height: 10rem;
}

.add-app-popup-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 21px;
  background-color: #D5DCE4;
  border-radius: 8px;
  color: #17212B;
  transition: background-color 0.2s ease;
  margin: 0;
}
.add-app-popup-card:hover {
  background-color: #F4F6F8;
}
.add-app-popup-card__upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 21px;
}
.add-app-popup-card__description {
  margin: 0 !important;
  text-align: left;
}
.add-app-popup-card__doc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border: none;
  cursor: pointer;
  min-height: unset;
}
.add-app-popup-card__doc-link svg {
  width: 100%;
  height: 100%;
}
.add-app-popup-card__lower {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 21px;
}
.add-app-popup-card__bundle {
  margin: 0;
  text-align: left;
}
.add-app-popup-card__plus {
  display: flex;
  flex-shrink: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .add-app-popup__grid {
    grid-template-columns: 1fr;
  }
  .create-project-wizard__grid {
    grid-template-columns: 1fr;
  }
}
.create-project-wizard__body {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.create-project-wizard__hint {
  margin: 0;
  color: #4D5866;
}
.create-project-wizard__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  align-items: stretch;
}
.create-project-wizard__grid .add-app-popup-cards__divider {
  width: 100%;
  height: 1px;
  background-color: #4D5866;
  grid-column-end: span 2;
}
.create-project-wizard__app-card {
  cursor: pointer;
  border: 2px solid transparent;
}
.create-project-wizard__app-card[aria-pressed=true] {
  border-color: #17212B;
  background-color: #F4F6F8;
}
.create-project-wizard__invited-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}
.create-project-wizard__invited-item {
  padding: 0.25rem 0.75rem;
  background-color: #F4F6F8;
  border-radius: 8px;
}
.create-project-wizard__success, .create-project-wizard__error {
  margin: 0;
}
.create-project-wizard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  margin-top: 21px;
  padding-top: 21px;
  border-top: 1px solid #D5DCE4;
}
.create-project-wizard__step-label {
  margin: 0;
  color: #4D5866;
}
.create-project-wizard__footer-actions {
  display: flex;
  gap: 10px;
}

.btn,
button {
  border: 1px solid #17212B;
  background-color: #17212B;
  color: #FFFFFF;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  padding: 2rem 4rem 2rem;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  height: auto;
  min-height: 35px;
  border-radius: 8px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn:disabled, .btn[disabled],
button:disabled,
button[disabled] {
  opacity: 0.5;
}
.btn:hover,
button:hover {
  background-color: #FFFFFF;
  color: #17212B;
}
.btn:hover p,
button:hover p {
  color: #17212B;
}
.btn p,
button p {
  margin: 0;
  color: #FFFFFF;
}
.btn--secondary,
button--secondary {
  background-color: transparent;
  color: #17212B;
  padding: 1rem 2rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn--extern::after,
button--extern::after {
  content: "↗";
  font-size: 0.8em;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}
.btn--icon,
button--icon {
  border-color: #4D5866;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-card__delete-trigger,
.application__details-delete-trigger {
  width: 100%;
  background-color: transparent;
  border-color: #A80000;
  color: #A80000;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

.project-card__delete-confirmation,
.application__details-delete-confirmation {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 30px;
}
.project-card__delete-confirmation[hidden],
.application__details-delete-confirmation[hidden] {
  display: none;
}

.project-card__delete-confirmation__backdrop,
.application__details-delete-confirmation__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.72);
}

.project-card__delete-confirmation__dialog,
.application__details-delete-confirmation__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 48rem);
  padding: 21px;
  border: 1px solid #D5DCE4;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.project-card__delete-confirmation__dialog h3,
.application__details-delete-confirmation__dialog h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.project-card__delete-confirmation__dialog p,
.application__details-delete-confirmation__dialog p {
  margin-bottom: 21px;
  color: #4D5866;
}

.project-card__delete-confirmation__actions,
.application__details-delete-confirmation__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.project-card__delete-confirmation__actions button,
.project-card__delete-confirmation__actions a,
.application__details-delete-confirmation__actions button,
.application__details-delete-confirmation__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 10px 21px;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}

.project-card__delete-confirmation__cancel,
.application__details-delete-confirmation__cancel {
  border-color: #D5DCE4;
  background-color: #FFFFFF;
  color: #17212B;
}

.project-card__delete-confirmation__confirm,
.application__details-delete-confirmation__confirm {
  background-color: #A80000;
  border-color: #A80000;
  color: #FFFFFF;
}

input {
  height: 45px;
}

input,
textarea {
  border: 1px solid #4D5866;
  padding: 1rem;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 8px;
  display: block;
}

input + .description {
  font-size: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 21px;
  align-items: start;
  justify-content: center;
  padding: 30px;
  background-color: transparent;
  overflow-y: auto;
}
.overlay[hidden] {
  display: none;
}
.overlay__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: rgba(15, 23, 42, 0.72);
}
.overlay__dialog {
  position: relative;
  z-index: 1;
  max-height: calc(100vh - 2 * 30px);
  background-color: #FFFFFF;
  border: 1px solid #D5DCE4;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 21px;
  border-top: 1px solid #FFA933;
}
.overlay__dialog::after {
  content: "";
  display: block;
  position: absolute;
  height: 4rem;
  width: 4rem;
  background-color: #FFA933;
  border-radius: 50%;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.overlay__dialog h2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 50px;
  text-align: left;
}
.overlay__dialog .form-item {
  margin-bottom: 21px;
}
.overlay__dialog textarea {
  width: 100%;
  box-sizing: border-box;
}
.overlay__dialog .form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.overlay__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  aspect-ratio: 1/1;
  border: none;
}
.overlay--small .overlay__dialog {
  grid-column: 3/7;
}
.overlay--large .overlay__dialog {
  grid-column: 2/8;
}

@media (max-width: 48rem) {
  .overlay--small .overlay__dialog,
  .overlay--large .overlay__dialog {
    grid-column: 1/-1;
  }
}
.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #17212B;
}
.language-switcher::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M2.5 12h19M12 2.5c2.5 2.7 3.8 5.9 3.8 9.5s-1.3 6.8-3.8 9.5c-2.5-2.7-3.8-5.9-3.8-9.5S9.5 5.2 12 2.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M2.5 12h19M12 2.5c2.5 2.7 3.8 5.9 3.8 9.5s-1.3 6.8-3.8 9.5c-2.5-2.7-3.8-5.9-3.8-9.5S9.5 5.2 12 2.5Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.language-switcher > .links {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #D5DCE4;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.language-switcher:hover > .links, .language-switcher:focus-within > .links {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-switcher .language-link {
  display: block;
  padding: 4px;
  border-radius: 4px;
  line-height: 0;
}
.language-switcher .language-link:hover, .language-switcher .language-link:focus-visible {
  background-color: #F4F6F8;
  outline: 2px solid #E68500;
  outline-offset: 1px;
}
.language-switcher .language-icon {
  display: block;
  width: 24px;
  height: 18px;
}
.language-switcher .contextual {
  position: absolute;
  top: 0;
  right: 0;
}

@media (prefers-reduced-motion: reduce) {
  .language-switcher-language-url > .links {
    transition: none;
  }
}
.dashboard-breadcrumb-and-title nav ol {
  list-style: none;
  display: flex;
  gap: 21px;
  margin-top: 0;
  padding-left: 0;
}
.dashboard-breadcrumb-and-title nav ol li {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard-breadcrumb-and-title nav ol li:not(:last-child) a {
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard-breadcrumb-and-title nav ol li:not(:last-child)::after {
  content: "›";
  margin-left: 21px;
  text-decoration: none;
}

.path-soda-scs-manager .wisski-ready-notification {
  position: fixed;
  right: 30px;
  top: unset;
  left: unset;
  bottom: 21px;
  border-radius: 8px;
  background-color: #17212B;
  translate: unset;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  min-height: unset;
  max-height: unset;
  height: fit-content;
  padding: 21px;
}
.path-soda-scs-manager .wisski-ready-notification .notification-content {
  width: 100%;
  display: block;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
  max-width: unset;
  position: static;
  height: -webkit-fit-content;
  padding: 0;
}
.path-soda-scs-manager .wisski-ready-notification .notification-content * {
  color: #FFFFFF;
  text-align: left;
  font-size: 2.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.path-soda-scs-manager .wisski-ready-notification .notification-content .text--label {
  color: #00F539;
  margin-top: 0;
}
.path-soda-scs-manager .wisski-ready-notification .notification-content p:not(.text--label) {
  margin-bottom: 0;
}
.path-soda-scs-manager .wisski-ready-notification .notification-content .notification-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  aspect-ratio: 1/1;
  border: none;
  margin: 0;
}

.dashboard-layout {
  background-color: #D5DCE4;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 21px;
  height: 100vh;
  gap: 2rem;
}
.dashboard-layout .dashboard-sidebar {
  grid-column: 1/span 2;
  position: relative;
  background-color: #FFFFFF;
  margin: 2rem;
  margin-right: 0;
  border-radius: 16px;
  display: grid;
  grid-template-rows: 20rem auto 12rem;
  height: calc(100vh - 4rem);
}
@media screen and (max-width: 768px) {
  .dashboard-layout .dashboard-sidebar {
    grid-column: 1/span 12;
    min-height: auto;
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__logo img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark {
  background-color: #17212B;
  color: #FFFFFF;
  padding: 30px;
  border-top: 2px solid #FFA933;
  border-bottom: 2px solid #FFA933;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark * {
  color: #FFFFFF;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projects {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projects .dashboard-sidebar__projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projects .dashboard-sidebar__projects-header .dashboard-sidebar__projects-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  background-color: #FFA933;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projects .dashboard-sidebar__projects-header .dashboard-sidebar__projects-header-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projectnav {
  min-height: 0;
  overflow: hidden;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__project-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__project-acronym {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background-color: #4D5866;
  color: #FFFFFF;
  aspect-ratio: 1/1;
  width: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: 0 0 auto;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__project-link {
  display: flex;
  align-items: center;
  gap: 21px;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__project-link span {
  margin: 0;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__dark .dashboard-sidebar__projects-see-all {
  display: block;
  margin-top: 21px;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__account-menu button.dashboard-sidebar__account-menu-header {
  display: flex;
  gap: 21px;
  width: 100%;
  background-color: #17212B;
  color: #FFFFFF;
  border-radius: 0 0 16px 16px;
  border: none;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  height: 100%;
  justify-content: flex-start;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__account-menu button.dashboard-sidebar__account-menu-header span {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__account-menu button.dashboard-sidebar__account-menu-header .dashboard-sidebar__account-menu-picture {
  width: 7rem;
  height: 7rem;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__account-menu button.dashboard-sidebar__account-menu-header .dashboard-sidebar__account-menu-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.dashboard-layout .dashboard-sidebar .dashboard-sidebar__account-menu button.dashboard-sidebar__account-menu-header .dashboard-sidebar__account-menu-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D5DCE4;
  color: #17212B;
  flex-shrink: 0;
}
.dashboard-layout .dashboard-main {
  grid-column: 3/span 10;
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  margin: 2rem;
  margin-left: 0;
  border-radius: 16px;
  overflow-y: auto;
}
.dashboard-layout .dashboard-main .dashboard-content {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .dashboard-layout .dashboard-main {
    grid-column: 1/span 12;
    min-height: auto;
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.drupal-edit-menu ul {
  display: flex;
  gap: 21px;
  margin: 21px 0;
  padding: 0 21px;
  list-style: none;
  height: 100%;
  align-items: center;
  background-color: #F4F6F8;
  border-radius: 8px;
  width: fit-content;
}
.drupal-edit-menu ul li {
  padding: 10px 21px;
  border-radius: 8px;
}
.drupal-edit-menu ul li:hover {
  background-color: #D5DCE4;
}
.drupal-edit-menu ul li a {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
}

.public-layout header .public-header__inner {
  display: grid;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  grid-template-columns: 20% auto min-content min-content;
  grid-template-areas: "logo space nav user-menu";
  gap: 21px;
  align-items: start;
}
.public-layout header .public-header__inner .public-branding {
  grid-area: logo;
}
.public-layout header .public-header__inner .public-nav {
  grid-area: nav;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 21px;
  height: 12rem;
}
.public-layout header .public-header__inner .public-nav nav {
  height: 100%;
}
.public-layout header .public-header__inner .public-nav nav ul {
  display: flex;
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  align-items: center;
}
.public-layout header .public-header__inner .public-nav nav ul li a {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}
.public-layout header .public-header__inner .public-user-menu {
  grid-area: user-menu;
  justify-self: end;
  height: 12rem;
  align-items: center;
}
.public-layout header .public-header__inner .public-user-menu nav {
  height: 100%;
}
.public-layout header .public-header__inner .public-user-menu nav ul {
  display: flex;
  gap: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  align-items: center;
}
.public-layout header .public-header__inner .public-user-menu nav ul li a {
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 700;
}

footer.public-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  grid-template-columns: 20% auto;
  grid-template-areas: "logo nav";
  gap: 21px;
  display: grid;
}
footer.public-footer .public-footer__logo {
  grid-area: logo;
}
footer.public-footer .public-footer__navs {
  grid-area: nav;
  margin: 0;
  padding: 0;
}
footer.public-footer .public-footer__navs #footer-menu {
  margin: 0;
}
footer.public-footer .public-footer__navs #footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.public-footer .public-footer__navs #footer-menu ul li {
  display: inline-block;
  padding-right: 21px;
}
footer.public-footer .public-footer__navs #footer-menu ul li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  #site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #site-footer .footer-wrapper {
    display: block;
  }
  #site-footer .footer-wrapper .footer__site-branding {
    margin-bottom: 21px;
  }
}

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