body {
  font-family: "SRG_SSR_Text_VF", sans-serif;
  background-color: white;
  color: black;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: SRG_SSR_Text_VF;
    src: url("/fonts/SRGSSRTypeVF_Text_W_Wght.woff2") format("woff2");
    font-weight: 300 800;
    font-display: swap;
  }
}
body {
  --t-body-bg: rgb(245, 245, 242);
  --t-a-color: rgb(201, 16, 36);
  --t-a-color-hover: rgb(141, 6, 20);
  --t-a-color-active: rgb(106, 11, 12);
}
@media (prefers-color-scheme: dark) {
  body {
    --t-body-bg: rgb(20, 20, 17);
    --t-a-color: rgb(255, 102, 105);
    --t-a-color-hover: rgb(255, 145, 147);
    --t-a-color-active: rgb(255, 187, 188);
  }
}
:root {
  --fec-gap: 16px;
}
@media (min-width: 1024px) {
  :root {
    --fec-gap: 24px;
  }
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: SRG_SSR_Text_Static, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  background-color: rgb(245, 245, 242);
}
@supports (font-variation-settings: normal) {
  body {
    font-family: SRG_SSR_Text_VF, sans-serif;
  }
}
html,
body {
  line-height: 1.5;
}
nav {
  display: inline;
}
ul {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
img {
  border-style: none;
  display: block;
  height: auto;
  width: 100%;
}
b {
  font-weight: 700;
  font-variation-settings: "wght" 500;
}
input {
  font-family: inherit;
}
:focus {
  outline: none;
}
.h-offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.h-skiplink-target {
  overflow: visible;
  scroll-margin-top: 64px;
}
@media (min-width: 720px) {
  .h-skiplink-target {
    scroll-margin-top: 88px;
  }
}
.button {
  --t-button: rgb(255, 255, 255);
  --t-button-bg: rgb(78, 77, 71);
  --t-button-bg-hover: rgb(107, 105, 96);
  --t-button-bg-active: rgb(136, 133, 121);
  --t-button-secondary: rgb(78, 77, 71);
  --t-button-secondary-bg: rgb(235, 235, 229);
  --t-button-secondary-bg-hover: rgb(218, 218, 210);
  --t-button-secondary-bg-active: rgb(202, 200, 191);
  --t-button-white: rgb(78, 77, 71);
  --t-button-white-bg: rgb(250, 250, 248);
  --t-button-white-bg-hover: rgb(235, 235, 229);
  --t-button-white-bg-active: rgb(202, 200, 191);
  --t-button-dark: rgb(255, 255, 255);
  --t-button-dark-bg: rgb(78, 77, 71);
  --t-button-dark-bg-hover: rgb(107, 105, 96);
  --t-button-dark-bg-active: rgb(136, 133, 121);
  --t-button-inactive-bg: rgb(78, 77, 71);
  --t-button-pill-bg: rgb(250, 250, 248);
  --t-button-link-text: rgb(201, 16, 36);
  --t-button-neutral-text: rgb(34, 33, 29);
  --t-button-neutral-bg-hover: rgb(245, 245, 242);
  --t-button-neutral-bg-active: rgb(235, 235, 229);
  --t-button-accented-bg-hover: rgb(235, 235, 229);
  --t-button-accented-bg-active: rgb(218, 218, 210);
  --t-button-cta-bg-start: rgb(227, 31, 43);
  --t-button-cta-bg-end: rgb(201, 16, 36);
  --t-button-share: rgb(78, 77, 71);
  --t-button-share-bg: rgb(235, 235, 229);
  --t-button-share-bg-hover: rgb(218, 218, 210);
  --t-button-share-bg-active: rgb(202, 200, 191);
}
@media (prefers-color-scheme: dark) {
  .button {
    --t-button: rgb(34, 33, 29);
    --t-button-bg: rgb(185, 183, 172);
    --t-button-bg-hover: rgb(202, 200, 191);
    --t-button-bg-active: rgb(218, 218, 210);
    --t-button-secondary: rgb(255, 255, 255);
    --t-button-secondary-bg: rgb(78, 77, 71);
    --t-button-secondary-bg-hover: rgb(94, 93, 86);
    --t-button-secondary-bg-active: rgb(107, 105, 96);
    --t-button-white: rgb(255, 255, 255);
    --t-button-white-bg: rgb(56, 55, 50);
    --t-button-white-bg-hover: rgb(69, 68, 61);
    --t-button-white-bg-active: rgb(78, 77, 71);
    --t-button-dark: rgb(255, 255, 255);
    --t-button-dark-bg: rgb(78, 77, 71);
    --t-button-dark-bg-hover: rgb(107, 105, 96);
    --t-button-dark-bg-active: rgb(136, 133, 121);
    --t-button-inactive-bg: rgb(185, 183, 172);
    --t-button-pill-bg: rgb(56, 55, 50);
    --t-button-link-text: rgb(255, 102, 105);
    --t-button-neutral-text: rgb(255, 255, 255);
    --t-button-neutral-bg-hover: rgba(185, 183, 172, 0.12);
    --t-button-neutral-bg-active: rgba(185, 183, 172, 0.24);
    --t-button-accented-bg-hover: rgb(78, 77, 71);
    --t-button-accented-bg-active: rgb(69, 68, 61);
    --t-button-cta-bg-start: rgb(227, 31, 43);
    --t-button-cta-bg-end: rgb(201, 16, 36);
    --t-button-share: rgb(250, 250, 248);
    --t-button-share-bg: rgb(78, 77, 71);
    --t-button-share-bg-hover: rgb(94, 93, 86);
    --t-button-share-bg-active: rgb(107, 105, 96);
  }
}
.button {
  width: 100%;
  min-height: var(--fec-button-min-height, 48px);
  padding: var(--fec-button-padding, 13px 40px);
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.8px;
  color: var(--t-button);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  margin-top: 20px;
  display: block;
  -webkit-appearance: none;
  background-color: var(--t-button-bg);
  box-shadow:
    0 1px 2px #00000029,
    0 0 2px #00000014;
  transition:
    background-color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}
.button .button-icon {
  min-width: 24px;
  height: 24px;
  margin: -1px 8px -7px -44px;
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 720px) {
  .button {
    width: auto;
  }
  .button .button-icon {
    margin-left: 0;
  }
}
.button .button-text {
  line-height: 1.5;
}
.button:hover,
.button:focus,
.button:active {
  outline: none;
  box-shadow:
    0 4px 8px #00000029,
    0 0 8px #00000014;
  color: var(--t-button);
}
.button:hover,
.button:focus {
  background-color: var(--t-button-bg-hover);
}
.button:active {
  background-color: var(--t-button-bg-active);
}
.button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
.button .button-wrapper {
  white-space: nowrap;
}
a.button {
  text-align: center;
  display: inline-block;
}
.button--no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}
.button--transparent,
.button--transparent:hover,
.button--transparent:active,
.button--transparent:focus {
  color: var(--fec-button-color, var(--t-gl-nav-group-open-item-color));
  background-color: transparent;
  box-shadow: none;
}
.button-wrapper--svg-icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.button-wrapper--svg-icon .button-icon {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
@media (max-width: 719px) {
  .button--no-text-on-mobile .button-text {
    display: none;
  }
  .button--no-text-on-mobile .button-wrapper .button-icon {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .button--no-text-on-desktop-down .button-text {
    display: none;
  }
  .button--no-text-on-desktop-down .button-wrapper .button-icon {
    margin-right: 0;
  }
}
.button--align-left {
  text-align: left;
}
.button--align-left .button-wrapper {
  justify-content: left;
  text-align: left;
}
.button--icon-button {
  padding: var(--fec-button-padding, 16px);
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.14;
  width: auto;
  transition: opacity 0.2s ease-in-out;
}
.button--icon-button:hover {
  opacity: 0.8;
}
.button--icon-button:active {
  opacity: 0.6;
}
.button--icon-button .button-icon {
  margin-right: 8px;
}
.svg-icon {
  --t-svg-icon-standard: rgb(78, 77, 71);
  --t-svg-icon-no-theme: rgb(255, 255, 255);
  --t-svg-icon-arrow-grey: rgb(78, 77, 71);
  --t-svg-icon-download-red: rgb(201, 16, 36);
  --t-svg-icon-download-success: rgb(26, 122, 197);
}
@media (prefers-color-scheme: dark) {
  .svg-icon {
    --t-svg-icon-standard: rgb(255, 255, 255);
    --t-svg-icon-no-theme: rgb(255, 255, 255);
    --t-svg-icon-arrow-grey: rgb(250, 250, 248);
    --t-svg-icon-download-red: rgb(255, 255, 255);
    --t-svg-icon-download-success: rgb(255, 255, 255);
  }
}
.svg-icon img {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: var(--fec-svg-icon-background-position, center);
  background-repeat: no-repeat;
}
.main-logo {
  width: 36px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.main-logo svg {
  transform: scale(0.75);
  transform-origin: 0 0;
}
@media (min-width: 720px) {
  .main-logo {
    width: 48px;
    height: 32px;
  }
  .main-logo svg {
    transform: none;
  }
}
.teaser-label--liveticker:is(.teaser-label--live) .teaser-label__box--time {
  display: none;
}
.action-bar:has(.action-bar__main-content:empty).action-bar:has(
    .action-bar__wrap-content:empty
  ) {
  display: none;
}
.portalsnav {
  --t-portalsnav-large-link: rgb(34, 33, 29);
}
@media (prefers-color-scheme: dark) {
  .portalsnav {
    --t-portalsnav-large-link: rgb(255, 255, 255);
  }
}
.portalsnav {
  padding: 0;
  margin: 0;
  display: flex;
}
.portalsnav__link {
  display: inline-block;
  padding: 8px 10px;
  border-bottom: none;
  border-radius: 2px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-feature-settings: "salt";
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.14;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  color: var(--t-gl-nav-group-open-item-color);
}
.portalsnav__link:hover,
.portalsnav__link:active,
.portalsnav__link:focus {
  border-bottom: none;
  color: var(--t-gl-nav-group-open-item-color);
}
.portalsnav__link:hover,
.portalsnav__link:focus {
  background-color: var(--t-gl-subnav-pager-bg-hover);
}
.portalsnav__link:active {
  background-color: var(--t-gl-subnav-pager-bg-active);
}
.footer {
  --t-footer: rgb(34, 33, 29);
  --t-footer-bg: rgb(254, 254, 253);
  --t-footer-border-top:
    0 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  --t-footer-navigation-link: rgb(107, 105, 96);
  --t-footer-navigation-link-hover: rgb(107, 105, 96);
  --t-footer-navigation-link-active: rgb(107, 105, 96);
  --t-footer-navigation-link-bg-hover: rgba(185, 183, 172, 0.12);
  --t-footer-navigation-link-bg-active: rgba(185, 183, 172, 0.24);
  --t-footer-description: rgb(107, 105, 96);
  --t-footer-bu-link: rgb(107, 105, 96);
  --t-footer-bu-link-hover: rgb(107, 105, 96);
  --t-footer-bu-link-active: rgb(107, 105, 96);
  --t-footer-bu-link-bg: rgb(235, 235, 229);
  --t-footer-bu-link-bg-hover: rgba(185, 183, 172, 0.12);
  --t-footer-bu-link-bg-active: rgba(185, 183, 172, 0.24);
  --t-gl-search-bg: rgb(254, 254, 253);
  --t-gl-search-text: rgb(107, 105, 96);
  --t-gl-search-border: rgba(0, 0, 0, 0.2);
}
.footer {
  opacity: 1;
  color: var(--t-footer);
  background: var(--t-footer-bg);
  box-shadow: var(--t-footer-border-top);
}
.footer__wrapper {
  max-width: 1264px;
  margin: 0 auto;
}
.footer__imprint {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 720px) {
  .footer__imprint {
    flex-direction: row;
    align-items: flex-end;
    padding: 24px 32px;
  }
}
@media (min-width: 720px) {
  .footer__imprint-content {
    flex: 0 1 50%;
    padding-right: 8px;
  }
}
.footer__logo {
  width: 46px;
  height: 16px;
}
.footer__description {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.33;
  color: var(--t-footer-description);
  margin: 8px 0 16px;
}
@media (min-width: 720px) {
  .footer__description {
    margin-bottom: 0;
  }
}
.masthead {
  --t-masthead-bg: rgb(254, 254, 253);
  --t-masthead-title: rgb(34, 33, 29);
  --t-masthead-icon: rgb(78, 77, 71);
  --t-masthead-top-bar-bg: rgb(17, 17, 17);
  --t-gl-subnav-icon: rgb(78, 77, 71);
  --t-gl-subnav-pager-bg: rgb(254, 254, 253);
  --t-gl-subnav-pager-bg-alpha: rgba(254, 254, 253, 0);
  --t-gl-subnav-pager-bg-hover: rgba(185, 183, 172, 0.12);
  --t-gl-subnav-pager-bg-active: rgba(185, 183, 172, 0.24);
  --t-gl-nav-group-open-item-color: rgb(78, 77, 71);
  --t-gl-nav-item-active: rgb(201, 16, 36);
  --t-gl-nav-item-active-border: rgb(241, 67, 74);
  --t-gl-nav-item-third-level-icon: rgb(201, 16, 36);
  --t-gl-h-icon-invert: none;
}
.masthead {
  min-height: 56px;
  position: relative;
  z-index: 100;
  padding: 8px 32px 0;
  background-color: rgb(254, 254, 253);
}
@media (max-width: 719px) {
  .masthead {
    padding: 0 16px;
  }
}
@media (min-width: 1280px) {
  .masthead {
    padding: 8px 40px 0;
  }
}
.masthead__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: static;
  z-index: 101;
}
.masthead--sticky {
  display: block;
  position: sticky;
  inset-block-start: 0;
  padding-block-start: 0;
}
.masthead--sticky .masthead__wrapper:after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  height: 42px;
  background-color: transparent;
  box-shadow:
    0 4px 8px #00000029,
    0 0 8px #00000014;
  z-index: -2;
}
.masthead--sticky .masthead__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--t-masthead-bg);
  z-index: -1;
}
.masthead__universal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.masthead__logo {
  flex: 1 0 auto;
  display: flex;
}
@media (min-width: 1024px) {
  .masthead__logo {
    flex-grow: 0;
  }
}
.masthead__portals {
  flex: 1 1 auto;
  margin-inline-start: 10px;
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
@media (max-width: 1023px) {
  .masthead__portals {
    display: none;
  }
}
.masthead__button-wrapper {
  opacity: 1;
  min-height: 0;
  display: block;
  font-size: 0;
  margin-inline-end: -16px;
}
.masthead--compact {
  position: sticky;
  width: 100%;
  inset-block-start: 0;
  padding-block-start: 0;
  height: 56px;
}
@media (min-width: 720px) {
  .masthead--compact {
    height: 72px;
  }
  .masthead--compact .masthead__wrapper {
    padding: 8px 0;
  }
}
html:has(body.overflowHidden) {
  overflow: hidden;
}
.portalsnav li:before {
  content: "​";
  position: absolute;
}
body:after {
  content: "main-css-ready";
  display: none;
}
.collection-ng:not(.collection-ng--themed):has(
    .collection-ng__title-wrapper:empty
  ) {
  padding-block-start: var(--collection-teaser-row-gap);
}
.collection-ng:not(.collection-ng--themed)
  + .collection-ng:not(.collection-ng--themed):has(
    .collection-ng__title-wrapper:empty
  ) {
  margin-block-start: calc(var(--collection-v-gap) * -1);
}
.collection-ng.collection-ng--themed
  + .collection-ng.collection-ng--themed:has(
    .collection-ng__title-wrapper:empty
  ) {
  margin-block-start: calc(
    var(--collection-v-gap) * -2 + var(--collection-teaser-row-gap)
  );
}
@media (min-width: 720px) {
  .collection-ng.collection-ng--themed
    + .collection-ng.collection-ng--themed:has(
      .collection-ng__title-wrapper:empty
    ) {
    margin-block-start: calc(var(--collection-v-gap) * -1);
  }
}
.collection-ng__title-wrapper:has(+ .collection-ng__lead) {
  margin-block-end: calc(var(--fec-gap) * 0.5);
}
.collection-ng__heading:has(.collection-ng__heading-em) {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media (max-width: 719px) {
  .collection-ng--swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(2))),
  .collection-ng--audio-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(2))) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) {
  .collection-ng--swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(4))),
  .collection-ng--audio-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(4))) {
    --collection-swipeable-col-gap: var(--collection-teaser-col-gap);
    grid-template-columns: repeat(
      6,
      calc((100% - 5 * var(--collection-teaser-col-gap)) / 6)
    );
  }
}
@media (max-width: 719px) {
  .collection-ng--compact-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(2))) {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 720px) {
  .collection-ng--compact-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(3))) {
    --collection-swipeable-col-gap: var(--collection-teaser-col-gap);
    grid-template-columns: repeat(
      6,
      calc((100% - 5 * var(--collection-teaser-col-gap)) / 6)
    );
  }
}
@media (max-width: 719px) {
  .collection-ng--dense-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(3))) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 720px) {
  .collection-ng--dense-swipeable
    .collection-ng__teaser-list:not(:has(> :nth-child(7))) {
    --collection-swipeable-col-gap: var(--collection-teaser-col-gap);
    grid-template-columns: repeat(
      6,
      calc((100% - 5 * var(--collection-teaser-col-gap)) / 6)
    );
  }
}
.collection-ng--micro .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover,
.collection-ng--micro
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active,
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover,
.collection-ng--micro-numeric
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active,
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark),
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):hover,
.collection-ng--micro-bullets
  .collection-ng__teaser-item:has(.teaser-ng--theme-dark):active {
  transition: none;
  background-color: #22211d;
}
@media (max-width: 719px) {
  .collection-ng--dense-swipeable
    .collection-ng__teaser-list:has(> :last-child:nth-child(-n + 2)) {
    --collection-swipeable-list-column: calc(
      50% - var(--collection-swipeable-col-gap) / 2
    );
  }
}
.collection-ng__static-content--always-fullwidth:has(.privacywall) {
  grid-column: main;
}
.articlepage {
  --t-articlepage-bg: rgb(254, 254, 253);
  --t-articlepage-article-content: rgb(34, 33, 29);
  --t-articlepage-topmedia-caption-bg: rgb(245, 245, 242);
  --t-articlepage-topmedia-caption-active-bg: rgb(56, 55, 50);
}
.articlepage {
  background-color: var(--t-articlepage-bg);
  margin-bottom: 16px;
  border-radius: 2px;
}
@media (min-width: 720px) {
  .articlepage {
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .articlepage {
    margin-bottom: 40px;
  }
}
body[data-representation^="webview"]
  .articlepage:not(:has(.articlepage__topmedia)) {
  padding-top: 16px;
}
@media (min-width: 720px) {
  body[data-representation^="webview"]
    .articlepage:not(:has(.articlepage__topmedia)) {
    padding-top: 24px;
  }
}
.articlepage__topmedia:has(.js-player-active) {
  background-color: var(--t-articlepage-topmedia-caption-active-bg);
}
.teaser-ng:not(:has(.teaser-ng__medium)) .teaser-ng__text:before {
  content: none;
}
@media (min-width: 1024px) {
  .collection-ng.collection-ng--themed:has(
      + .collection-ng.collection-ng--themed[class*="swipeable"]
    )
    .teaser-ng:hover,
  .collection-ng.collection-ng--themed:has(
      + .collection-ng.collection-ng--themed[class*="swipeable"]
    )
    .teaser-ng:focus,
  .collection-ng.collection-ng--themed:has(
      + .collection-ng.collection-ng--themed[class*="swipeable"]
    )
    .teaser-ng:active {
    z-index: 1;
  }
}
.collection-ng__teaser-item:has(.teaser-ng--active-media),
.collection-ng__teaser-item:hover:has(
    .teaser-ng--active-media
  ).collection-ng__teaser-item:hover:has(
    .teaser-ng--active-media
  ).collection-ng__teaser-item:hover:has(.teaser-ng--active-media) {
  background-color: #22211d;
}
body:before {
  content: "mobile";
  display: none;
}
@media (min-width: 720px) and (max-width: 1023px) {
  body:before {
    content: "tablet";
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body:before {
    content: "desktop";
  }
}
@media (min-width: 1280px) {
  body:before {
    content: "desktop-wide";
  }
}
:root {
  --t-text-list: rgb(201, 16, 36);
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-text-list: rgb(255, 102, 105);
  }
}
:root {
  --t-a-underline: rgb(201, 16, 36);
  --t-a-underline-hover: rgb(141, 6, 20);
  --t-a-underline-active: rgb(106, 11, 12);
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-a-underline: rgb(255, 102, 105);
    --t-a-underline-hover: rgb(255, 145, 147);
    --t-a-underline-active: rgb(255, 187, 188);
  }
}
:root {
  --t-button-label: rgb(34, 33, 29);
  --t-button-label-bg: rgb(235, 235, 229);
  --t-button-label-hover: rgb(218, 218, 210);
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-button-label: rgb(245, 245, 242);
    --t-button-label-bg: rgb(78, 77, 71);
    --t-button-label-hover: rgb(94, 93, 86);
  }
}
:root {
  --t-caret-icon-red-mask: rgb(201, 16, 36);
}
@media (prefers-color-scheme: dark) {
  :root {
    --t-caret-icon-red-mask: rgb(255, 102, 105);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:where(ul, ol):where([class]) {
  padding-left: 0;
}
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}
:where(dd[class]) {
  margin-left: 0;
}
:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}
:where(ul[class]) {
  list-style: none;
}
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}
img {
  display: block;
  max-width: 100%;
}
input {
  font: inherit;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  min-height: 100%;
  line-height: 1.5;
}
svg * {
  transition-property: fill, stroke;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-accent: #c91024;
  --color-black: #222222;
  --color-white: #ffffff;
  --color-background: #eeeeee;
  --color-background-alt: #ebebe5;
  --color-gray: #999999;
  --color-gray-alt: #777777;
  --container-width: 61.25rem;
  --container-width-780: 48.75rem;
  --container-width-820: 51.25rem;
  --container-padding-x: 1rem;
  --transition-duration: 0.2s;
}
.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
.container-780 {
  max-width: calc(var(--container-width-780));
  margin-inline: auto;
}
.container-820 {
  max-width: calc(var(--container-width-820));
  margin-inline: auto;
}
body {
  color: var(--color-black);
  background-color: var(--color-white);
  position: relative;
}
a,
input,
svg * {
  transition-duration: var(--transition-duration);
}
a {
  text-decoration: none;
  color: inherit;
}
::-webkit-scrollbar {
  width: 0.75rem;
}
::-webkit-scrollbar-track {
  background-color: var(--color-white);
  border-left: 0.0625rem solid rgba(33, 32, 72, 0.1);
}
::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  cursor: pointer;
}
.custom-article p {
  color: var(--color-black);
  font-style: normal;
}
.header-custom {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 3rem;
}
@media (width <= 63.99875rem) {
  .header-custom {
    margin-top: 1.9375rem;
  }
}
.header-custom__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.header-custom__nav {
  display: block;
  margin-bottom: 1.5rem;
}
@media (width <= 63.99875rem) {
  .header-custom__nav {
    margin-bottom: 0.5rem;
  }
}
.header-custom__nav-list {
  display: flex;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}
.header-custom__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  -moz-column-gap: 4px;
  column-gap: 4px;
  border-radius: 2px;
  background: var(--color-background);
  padding: 6px 2px 6px 10px;
}
.header-custom__title {
  font-size: clamp(2rem, 1.9362745098rem + 0.2614379085vw, 2.25rem);
  color: var(--color-black);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.36px;
}
@media (width <= 63.99875rem) {
  .header-custom__title {
    line-height: 1.2;
  }
}
.header-custom__date {
  font-size: 0.875rem;
  color: var(--color-gray);
}
.main-custom {
  margin-top: 1.875rem;
}
@media (width <= 63.99875rem) {
  .main-custom {
    margin-top: 1.4375rem;
  }
}
.preview-custom__text {
  margin-block: 2.5rem 6.25rem;
}
@media (width <= 63.99875rem) {
  .preview-custom__text {
    margin-bottom: 3.75rem;
  }
}
.preview-custom__text > p {
  font-size: clamp(1rem, 0.9362745098rem + 0.2614379085vw, 1.25rem);
  font-weight: 400;
  font-variation-settings: "wght" 400;
  line-height: 1.6;
}
@media (width <= 63.99875rem) {
  .preview-custom__text > p {
    line-height: 1.8;
    font-weight: 300;
    font-variation-settings: "wght" 300;
  }
}
.fa-sr-only-focusable:not(:focus),
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root {
  --uni-sys-typeset-body-font-size: 14px;
  --uni-sys-typeset-body-line-height: 1.5;
  --uni-sys-typeset-body-font-weight: 400;
  --uni-sys-typeset-body-font-family:
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", Arial, sans-serif;
  --uni-sys-typeset-body-font-family-mono:
    ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono",
    "Roboto Mono", "Oxygen Mono", "Ubuntu Mono", "Source Code Pro", "Fira Mono",
    "Droid Sans Mono", "Consolas", "Courier New", monospace;
}
body,
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
header a {
  text-decoration: none;
}
body {
  font-family: "SRG_SSR_Text_VF", sans-serif;
  background-color: white;
  color: black;
}
#calculator {
  max-width: 420px;
  margin: 40px auto;
  padding: 24px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  text-align: center;
  box-sizing: border-box;
}
#slider-container {
  margin-bottom: 20px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  padding: 0 4px;
}
#slider {
  padding: 0 !important;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  appearance: none;
  cursor: pointer;
  pointer-events: auto;
  margin-bottom: 10px;
}
#slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e35b63;
  cursor: pointer;
  border: none;
  margin-top: -6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e35b63;
  cursor: pointer;
  border: none;
}
#current-value {
  font-size: 18px;
  font-weight: bold;
  color: #e35b63;
  margin-top: 5px;
}
.result {
  background: #ffd6d6;
  padding: 12px;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 16px;
  color: #222;
}
@media (max-width: 480px) {
  #calculator {
    padding: 16px;
  }
  .slider-labels {
    font-size: 12px;
  }
  .result {
    font-size: 15px;
  }
}
:root {
  --bg: #ffffff;
  --bg-2: #f6f7f9;
  --card: #ffffff;
  --border: #e3e5ea;
  --text: #111114;
  --text-2: #2b2c32;
  --muted: #6d7280;
  --accent: #e1001a;
  --accent-hover: #ff1c2f;
  --link: #e1001a;
  --link-hover: #b80014;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #141411;
    --bg-2: #22211d;
    --card: #1b1b20;
    --border: #2a2a32;
    --text: #f2f2f5;
    --text-2: #c7c7cf;
    --muted: #9a9aa5;
    --accent: #e1001a;
    --accent-hover: #ff1c2f;
    --link: #ff3b4f;
    --link-hover: #ff5f6f;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
}
html,
body,
main {
  background: var(--bg) !important;
  color: var(--text) !important;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3 {
  color: var(--text) !important;
  letter-spacing: -0.02em;
}
.header-custom__nav-item {
  color: #000;
}
.footer {
  background-color: var(--bg-2);
  color: #fff;
}
.masthead {
  background-color: var(--bg-2) !important;
  color: #fff;
}
.masthead__wrapper::before {
  background-color: var(--bg-2) !important;
}
.portalsnav,
.h-offscreen {
  color: var(--text);
}
input {
  background: #ffffff !important;
}
p {
  color: var(--text-2) !important;
}
a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}
input {
  background: var(--bg-2);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.formTitle {
  color: #fff !important;
}
@media (prefers-color-scheme: dark) {
  .portalsnav__link,
  .button-text {
    color: #fff;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
