:root {
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
}
.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: none !important;
}
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.DesktopSubtitleSubtitle2 {
  font-size: 16px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 500px;
  font-stretch: normal;
}
.DesktopTitleH6 {
  font-size: 20px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 400px;
  font-stretch: normal;
}
.DesktopBodyBody2Regular {
  font-size: 14px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 400px;
  font-stretch: normal;
}
.DesktopTitleH4Light {
  font-size: 34px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 300px;
  font-stretch: normal;
}
.DesktopBodyBody1Regular {
  font-size: 16px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 400px;
  font-stretch: normal;
}
.DesktopButtonRegular {
  font-size: 16px;
  font-style: normal;
  font-family: Roche Sans;
  font-weight: 500px;
  font-stretch: normal;
}
