*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
}

:host {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  position: relative;
  display: block;
  width: 100%;
}

.duet-paragraph {
  margin-bottom: 16px !important;
  display: block;
  width: 100%;
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  line-height: 1.5;
  color: rgb(8, 42, 77);
  -webkit-hyphens: auto;
  hyphens: auto;
}
.duet-paragraph.duet-p-0 {
  padding: 0 !important;
}
.duet-paragraph.duet-m-0 {
  margin: 0 !important;
}
.duet-paragraph.duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(23, 28, 58);
}
.duet-paragraph.duet-inherit-color {
  color: inherit !important;
}
.duet-paragraph.duet-paragraph-small {
  font-size: 0.875rem;
}
.duet-paragraph.duet-paragraph-semi-bold {
  font-weight: 600;
}
.duet-paragraph.duet-paragraph-bold {
  font-weight: 700;
}
.duet-paragraph.duet-m-0 {
  margin: 0 !important;
}
.duet-paragraph.intro {
  font-size: 2.7vw;
  margin-bottom: 28px !important;
  -webkit-hyphens: inherit;
  hyphens: inherit;
}
@media (max-width: 37.037037037rem) {
  .duet-paragraph.intro {
    font-size: 1rem;
  }
}
@media (min-width: 46.2962962963rem) {
  .duet-paragraph.intro {
    font-size: 1.25rem;
  }
}
.duet-paragraph.intro.duet-m-0 {
  margin: 0 !important;
}

::slotted(a) {
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  color: rgb(0, 119, 179);
  text-decoration: underline;
  transition: 300ms ease;
}
::slotted(a).duet-theme-turva {
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgb(198, 12, 48);
}
::slotted(a):hover {
  color: rgb(0, 75, 129);
  text-decoration: none;
}
::slotted(a):hover.duet-theme-turva {
  color: rgb(126, 2, 35);
}
::slotted(a):active {
  opacity: 0.75;
  transition: none;
}

:host(.duet-theme-turva2) .duet-paragraph.duet-theme-turva {
  color: rgb(23, 42, 59);
}
:host(.duet-theme-turva2) ::slotted(a).duet-theme-turva {
  color: rgb(230, 23, 64);
}
:host(.duet-theme-turva2) ::slotted(a:hover).duet-theme-turva {
  color: rgb(140, 0, 30);
}