@font-face {
  font-family: 'Graphik Regular';
  font-display: swap;
  font-style: normal;
  src: url('/wp-content/themes/thc/assets/fonts/Graphik-Regular-Web.woff2') format('woff2'),
    url('/wp-content/themes/thc/assets/fonts/Graphik-Regular-Web.woff') format('woff');
}
@font-face {
  font-family: 'Graphik Semibold';
  font-display: swap;
  font-style: normal;
  src: url('/wp-content/themes/thc/assets/fonts/Graphik-Semibold-Web.woff2') format('woff2'),
    url('/wp-content/themes/thc/assets/fonts/Graphik-Semibold-Web.woff') format('woff');
}
@font-face {
  font-family: 'Graphik Bold';
  font-display: swap;
  font-style: normal;
  src: url('/wp-content/themes/thc/assets/fonts/Graphik-Bold-Web.woff2') format('woff2'),
    url('/wp-content/themes/thc/assets/fonts/Graphik-Bold-Web.woff') format('woff');
}

body {
  font-family: 'Graphik Regular', Helvetica, Arial, Lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Graphik Semibold', Helvetica, Arial, Lucida, sans-serif;
}
.hyphenate, .hyphenate h2 {
  hyphens: auto;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.hero {
	min-width: 100%;
	aspect-ratio: 16/9;
}
.usp_image {
	aspect-ratio: 1;
}
.hexagon-image-filters::before {
  content: '';
  display: block;
  background: #EED1FF;
  position: absolute;
  top: -6px;
  right:-6px;
  bottom: -6px;
  left: -6px;
  -webkit-mask-image: url(/wp-content/plugins/elementor/assets/mask-shapes/hexagon-horizontal.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #7500C0;	
}
:root {
  --color-research: #b455aa;
  --color-corhelper: #6dc1ae;
  --color-corhelper-alt: #34cea2;
  --color-telenotarzt: #0055a3;
  --color-emsix: #34bbda;
  --color-clinic: #ed73aa;
  --color-background: #ededed;
  --color-hexagon-border: #ededed;
}
.rescue-chain {
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(24, 1fr);
}
.rescue-chain__links {
  display: grid;
  grid-column: 1/9;
  grid-template-columns: 1fr;
  list-style: none;
  padding-inline-start: 0;
}
@media (min-width: 768px) {
  .rescue-chain__links {
    justify-content: center;
    grid-column: 1/-1;
    grid-template-columns: repeat(5, minmax(100px, 12%));
  }
}
@media (min-width: 1440px) {
  .rescue-chain__links {
    grid-template-columns: repeat(5, minmax(100px, 14%));
  }
}
.rescue-chain__link:first-child,
.rescue-chain__link input {
  display: none;
}
.rescue-chain__link label {
  display: flex;
  padding-block: 0.25em;
  padding-inline-start: 0.25em;
  align-items: center;
  cursor: pointer;
  gap: 0.5em;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.rescue-chain__link label:has(+ input:checked) {
  background-color: var(--color-background);
  border-radius: 0.5em;
}
@media (min-width: 768px) {
  .rescue-chain__link label {
    flex-direction: column;
    padding: 1em;
  }
}
.rescue-chain__link label::before {
  width: 7.5vw;
  content: "";
  display: inline-block;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-research);
}
.rescue-chain__link-research label::before {
  background: var(--color-research);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.32%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.41%2C16.02c-.54%2C0-.92-.36-.94-.88%2C0-.02%2C0-.03%2C0-.05%2C0-.01%2C0-.02%2C0-.04.02-.45.41-.88.94-.88.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m-7.06%2C0c-.55%2C0-.95-.38-.95-.92%2C0-.46.4-.92.95-.92.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m13.58-5.57c.55%2C0%2C.95.47.95.94%2C0%2C.55-.39.94-.95.94-.34%2C0-.62-.15-.78-.39%2C0-.03%2C0-.07-.02-.1-.02-.02-.04-.03-.06-.04-.05-.12-.08-.26-.08-.4%2C0-.47.39-.94.95-.94m-12.83-4.97c.55%2C0%2C.95.39.95.94%2C0%2C.47-.39.94-.95.94s-.95-.47-.95-.94c0-.55.39-.94.95-.94m7.27%2C2.19c.16%2C0%2C.33.06.47.15.02.02.04.05.06.07.02.02.05.03.08.04.2.18.34.43.34.68%2C0%2C.55-.47.94-.95.94-.55%2C0-.95-.39-.95-.94%2C0-.47.39-.94.95-.94M20.93.94c.55%2C0%2C.95.39.95.93%2C0%2C.47-.39.94-.95.94-.2%2C0-.38-.06-.52-.16-.03-.07-.07-.14-.12-.19-.04-.03-.09-.04-.13-.05-.11-.16-.18-.34-.18-.53%2C0-.55.39-.93.95-.93m0%2C12.32c1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-1.01-.87-1.87-1.9-1.87s-1.9.86-1.9%2C1.87c0%2C.17.03.33.07.48-.4.23-1.31.76-3.35%2C1.94-.35-.34-.82-.55-1.33-.55-.93%2C0-1.63.6-1.84%2C1.39h-3.39c-.22-.79-.96-1.39-1.83-1.39-1.11%2C0-1.9.84-1.9%2C1.84%2C0%2C.2.03.38.08.55-.49.32-1.7%2C1.11-4.58%2C2.99v-7.46c.44-.26%2C1.77-1.06%2C5.8-3.46.35.35.82.57%2C1.34.57.66%2C0%2C1.25-.35%2C1.59-.87.47.15%2C1.51.47%2C3.78%2C1.18%2C0%2C0%2C0%2C0%2C0%2C.01%2C0%2C1.09.79%2C1.87%2C1.9%2C1.87%2C1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-.43-.17-.84-.43-1.16.38-.46%2C1.25-1.52%2C3.23-3.93.26.14.55.22.86.22%2C1.03%2C0%2C1.9-.86%2C1.9-1.87%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.35.11.68.29.97-.35.43-1.2%2C1.49-3.25%2C4.04-.22-.09-.46-.14-.7-.14-.75%2C0-1.36.4-1.66.98-.46-.14-1.49-.46-3.72-1.16%2C0-.05.01-.09.01-.14%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.18.04.36.09.53-.54.32-1.9%2C1.13-5.34%2C3.18V.68c0-.23-.24-.46-.48-.46s-.48.23-.48.46v20.93c0%2C.31.24.46.48.46h11.49c.24%2C0%2C.48-.15.48-.46%2C0-.23-.24-.46-.48-.46H.95v-1.38s.02%2C0%2C.03-.01c0%2C0%2C.01%2C0%2C5.1-3.25.33.28.76.44%2C1.27.44.88%2C0%2C1.63-.56%2C1.84-1.39h3.38c.19.83.9%2C1.39%2C1.84%2C1.39%2C1.03%2C0%2C1.9-.77%2C1.9-1.84%2C0-.16-.03-.31-.07-.45.43-.24%2C1.36-.77%2C3.37-1.91.34.33.81.52%2C1.32.52%22%2F%3E%3Cpath%20d%3D%22m20.42%2C23.98c1.9%2C0%2C3.41-1.49%2C3.41-3.35s-1.52-3.35-3.41-3.35-3.41%2C1.49-3.41%2C3.35%2C1.52%2C3.35%2C3.41%2C3.35m0-7.81c2.56%2C0%2C4.55%2C1.95%2C4.55%2C4.46%2C0%2C1.03-.36%2C1.99-.98%2C2.76%2C3.1%2C3%2C3.11%2C3.01%2C3.11%2C3.01.29.18.29.55%2C0%2C.74-.1.09-.19.18-.38.18-.1%2C0-.29-.09-.38-.18-1.87-1.81-2.72-2.63-3.11-3-.77.6-1.74.96-2.81.96-2.47%2C0-4.55-2.04-4.55-4.46s2.09-4.46%2C4.55-4.46%22%2F%3E%3C%2Fsvg%3E");
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: center;  
}
.rescue-chain__link-corhelper label::before {
  background: var(--color-corhelper);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2031.66%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m18.96%2C0h-6.35l-1.83%2C3.17h8.18s0%2C0%2C0%2C0c5.09%2C0%2C9.22%2C3.58%2C9.22%2C8%2C0%2C2.18-1.01%2C4.16-2.64%2C5.6l-6.57%2C6.24-5.15-4.79h-7.16l-1.81%2C3.16h7.75s6.37%2C5.96%2C6.37%2C5.96l9.05-8.6c2.25-1.99%2C3.64-4.71%2C3.64-7.71%2C0-6.08-5.69-11.02-12.7-11.02%22%2F%3E%3Cpolygon%20points%3D%221.8%2012.07%200%2015.19%206.96%2015.19%208.76%2012.06%201.8%2012.07%22%20%2F%3E%3Cpath%20d%3D%22m19.91%2C8.95c.25%2C0%2C.48.08.67.21.47.27.78.77.78%2C1.34s-.32%2C1.08-.79%2C1.34c-.19.13-.42.21-.67.21h-8.69s-1.8%2C3.14-1.8%2C3.14h4.82l4.66%2C4.28%2C4.67-4.3c1.16-.99%2C1.88-2.35%2C1.88-3.86%2C0-3.04-2.93-5.51-6.55-5.51-.02%2C0-.05%2C0-.07%2C0H7.56l-1.8%2C3.13h14.15Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__link-telenotarzt label::before {
  background: var(--color-telenotarzt);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.79%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m27.79%2C14.55c0-1.44-.96-2.58-2.29-2.85v-.63c0-1.64-1.26-2.9-2.91-2.9h-.06C22.23%2C3.59%2C18.51%2C0%2C13.89%2C0S5.56%2C3.59%2C5.26%2C8.17h-.06c-1.55%2C0-2.91%2C1.26-2.91%2C2.9v.64C1.01%2C11.98%2C0%2C13.12%2C0%2C14.55%2C0%2C15.89%2C1.01%2C17.09%2C2.29%2C17.38v.64c0%2C1.54%2C1.36%2C2.9%2C2.91%2C2.9h2.33c.39%2C0%2C.58-.29.58-.58v-11.59c0-.39-.19-.58-.58-.58h-1.11c.3-3.91%2C3.54-7%2C7.48-7s7.18%2C3.09%2C7.48%2C7h-1.11c-.29%2C0-.58.19-.58.58v11.59c0%2C.29.29.58.58.58h2.31v.59c0%2C2.12-1.83%2C2.89-3.47%2C2.89h-1.8c-.26-1.03-1.18-1.72-2.24-1.72-1.26%2C0-2.32.97-2.32%2C2.32%2C0%2C1.26%2C1.06%2C2.32%2C2.32%2C2.32%2C1.07%2C0%2C1.98-.77%2C2.24-1.77h1.79c2.8%2C0%2C4.63-1.64%2C4.63-4.05v-.82c1.05-.45%2C1.77-1.5%2C1.77-2.66v-.63c1.33-.28%2C2.29-1.49%2C2.29-2.85m-26.63%2C0c0-.76.47-1.39%2C1.13-1.63v3.27c-.66-.24-1.13-.88-1.13-1.63m5.79%2C5.22h-1.75c-.97%2C0-1.75-.77-1.75-1.74v-1.07s.01-.05.01-.08c0-.04%2C0-.06-.01-.09v-4.49s.01-.05.01-.08c0-.04%2C0-.06-.01-.09v-1.06c0-.97.77-1.74%2C1.75-1.74h1.75v10.43Zm8.13%2C6.41c-.58%2C0-1.16-.58-1.16-1.16%2C0-.68.58-1.16%2C1.16-1.16.65%2C0%2C1.12.45%2C1.15%2C1.09%2C0%2C.02%2C0%2C.03%2C0%2C.05%2C0%2C.02.01.04.01.06-.02.57-.49%2C1.13-1.16%2C1.13m7.52-6.41h-1.75v-10.43h1.75c.97%2C0%2C1.75.77%2C1.75%2C1.74v1.08s-.01.04-.01.07c0%2C.02.01.04.01.06v4.53s-.01.04-.01.07c0%2C.02.01.04.01.06v1.09c0%2C.96-.78%2C1.74-1.75%2C1.74m2.91-3.58v-3.27c.66.24%2C1.13.88%2C1.13%2C1.63s-.47%2C1.39-1.13%2C1.63%22%2F%3E%3Cpath%20d%3D%22m10.09%2C16.12v-2.14c0-.27.27-.54.54-.54h1.63v-1.61c0-.27.27-.54.54-.54h2.18c.36%2C0%2C.54.27.54.54v1.61h1.63c.36%2C0%2C.54.27.54.54v2.14c0%2C.36-.18.54-.54.54h-1.63v1.61c0%2C.36-.18.54-.54.54h-2.18c-.27%2C0-.54-.18-.54-.54v-1.61h-1.63c-.27%2C0-.54-.18-.54-.54m1.09-.54h1.63c.36%2C0%2C.54.27.54.54v1.61h1.09v-1.61c0-.27.27-.54.54-.54h1.63v-1.07h-1.63c-.27%2C0-.54-.18-.54-.54v-1.61h-1.09v1.61c0%2C.36-.18.54-.54.54h-1.63v1.07Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__link-emsix label::before {
  background: var(--color-emsix);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020.53%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m19.39%2C24.48c0%2C.95-.76%2C1.71-1.71%2C1.71H2.85c-.95%2C0-1.71-.76-1.71-1.71V2.85c0-.85.76-1.71%2C1.71-1.71h14.83c.95%2C0%2C1.71.85%2C1.71%2C1.71v21.63ZM17.68%2C0H2.85C1.23%2C0%2C0%2C1.33%2C0%2C2.85v21.63c0%2C1.61%2C1.23%2C2.85%2C2.85%2C2.85h14.83c1.52%2C0%2C2.85-1.23%2C2.85-2.85V2.85C20.53%2C1.33%2C19.2%2C0%2C17.68%2C0%22%2F%3E%3Cpath%20d%3D%22m17.08%2C21.64H3.45V4.6h13.64v17.04Zm.57-18.17H2.88c-.38%2C0-.57.28-.57.57v18.17c0%2C.38.19.57.57.57h14.77c.28%2C0%2C.57-.19.57-.57V4.03c0-.28-.28-.57-.57-.57%22%2F%3E%3Cpath%20d%3D%22m10.26%2C2.89c.32%2C0%2C.58-.26.58-.58s-.26-.58-.58-.58-.58.26-.58.58.26.58.58.58%22%2F%3E%3Cpath%20d%3D%22m6.29%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C9.11h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C12.51h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C15.94h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m9.69%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m10.26%2C23.35c-.67%2C0-1.15.58-1.15%2C1.15%2C0%2C.67.48%2C1.15%2C1.15%2C1.15.58%2C0%2C1.15-.48%2C1.15-1.15%2C0-.58-.58-1.15-1.15-1.15%22%2F%3E%3C%2Fsvg%3E");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__link-clinic label::before {
  background: var(--color-clinic);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2028.45%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m15.01%2C25.61h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C25.61h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m9.35%2C11.89c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m8.75%2C10.72h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m3.56%2C13.44H.8v-5.64h2.76v5.64Zm3.7-5.84c-1.92%2C0-3.47-1.53-3.47-3.4S5.35.79%2C7.26.79c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.5%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.67h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-.4%2C1.15h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.42.76h0c.24-.02.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39h-3.17v-.65c.4-.66.62-1.4.62-2.17C11.54%2C1.88%2C9.62%2C0%2C7.26%2C0%2C6.13%2C0%2C5.06.44%2C4.25%2C1.23c-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73H.4c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71Z%22%2F%3E%3Cpath%20d%3D%22m1.57%2C12.48h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m8.75%2C9.56h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C11.31h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C8.97h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C10.14h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C11.1h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C12.48h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C11.31h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m6.37%2C4.67h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4v.77h-.99v-.77c0-.2-.14-.4-.4-.4m2.98-1.75h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.07-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C10.14h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C8.76h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C8.97h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C11.1h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C9.93h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C9.93h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C8.76h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.7%2C20.73c-1.92%2C0-3.47-1.53-3.47-3.4s1.56-3.4%2C3.47-3.4c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.49%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.68h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-4.58%2C1.17h-2.76v-5.64h2.76v5.64Zm4.18-.02h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.4-6.43h-3.17v-.65c.4-.66.62-1.4.62-2.16%2C0-2.31-1.92-4.19-4.27-4.19-1.13%2C0-2.2.44-3.01%2C1.23-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73h-3.17c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71s0%2C0%2C0%2C0c.24-.01.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39%22%2F%3E%3Cpath%20d%3D%22m21.19%2C18.2v.77h-.99v-.77c0-.2-.14-.4-.4-.4h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4m1.59-2.15h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.06-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C23.27h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C22.69h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C24.23h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C24.44h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C24.23h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C23.06h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C23.06h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C23.27h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C21.9h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C21.9h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C22.1h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C22.1h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C24.44h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C23.86h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.79%2C25.02c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m9.26%2C20.15c-.07-.09-.18-.13-.31-.13-.11%2C0-.22.05-.31.11-.19.15-.16.44-.02.62h0s.56.57%2C1.54%2C1.55c-1.23-.21-2.38-.77-3.34-1.64-1.2-1.15-1.84-2.64-1.88-4.3%2C0-.12-.05-.23-.13-.31-.07-.07-.17-.1-.27-.1-.23%2C0-.47.18-.46.41.04%2C1.91.81%2C3.66%2C2.18%2C4.94.97.95%2C2.21%2C1.58%2C3.61%2C1.82l-1.72.95h0c-.13.09-.21.21-.22.33-.01.1%2C0%2C.19.07.27.06.15.21.22.37.22.06%2C0%2C.11%2C0%2C.17-.03l3.01-1.64c.15-.06.25-.18.26-.33v-.02s-.11-.3-.11-.3l-2.44-2.43Z%22%2F%3E%3Cpath%20d%3D%22m15.76%2C4.74l2.28%2C2.53.02.02c.17.11.44.14.58%2C0%2C.09-.06.11-.14.15-.26.04-.15%2C0-.31-.11-.41-.02-.02-.18-.2-1.46-1.59%2C1.24.25%2C2.35.84%2C3.23%2C1.73%2C1.15%2C1.12%2C1.78%2C2.68%2C1.79%2C4.38-.02.09%2C0%2C.19.07.27.08.1.21.16.33.16%2C0%2C0%2C.01%2C0%2C.02%2C0%2C.21-.01.34-.12.39-.34v-.05s.02-.02.02-.02c.04-1.84-.68-3.62-2.02-4.99-.98-1.01-2.2-1.68-3.53-1.95l1.79-.89h.01c.18-.17.24-.37.16-.6v-.02c-.06-.09-.15-.16-.26-.19-.11-.03-.23-.02-.31.03l-3.05%2C1.55c-.09.05-.19.16-.23.3-.05.17.04.28.13.36%22%2F%3E%3C%2Fsvg%3E");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__info {
  grid-column: 10/-1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
}
@media (min-width: 768px) {
  .rescue-chain__info {
    height: fit-content;
    grid-column: 3/-3;
    grid-row: 4/5;
    justify-items: center;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 8vw 8vw auto;
    margin-block-end: 2em;
  }
  .rescue-chain__info_lefttop {
    display: block;
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
    background: var(--color-background);
    border-radius: 1em 0 0 0;
	opacity: 0;
	transition: opacity 0.75s;
  }
}
@media (min-width: 1280px) {
  .rescue-chain__info {
    grid-template-rows: 5vw 5vw auto;
    grid-column: 6/-6;
  }
}
.rescue-chain__info-icon {
  display: none;
}
@media (min-width: 768px) {
  .rescue-chain__info-icon {
    display: block;
    opacity: 0;
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    transition: opacity 0.75s;
  }
  .rescue-chain__info-icon.rescue-chain__info-connect4rescue {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-hexagon-border);
    position: relative;
  }
  .rescue-chain__info-icon.rescue-chain__info-connect4rescue::before {
    content: "";
    width: calc(100% - 2 * 3px);
    aspect-ratio: 1/0.8660254038;
    display: block;
    position: absolute;
    clip-path: inherit;
    background: #fff;
    background: #fff url("/wp-content/uploads/2026/03/logo_connect4rescue-CYGuF2a5.png") no-repeat center center/80%;
    top: 3px;
    left: 3px;
  }
  .rescue-chain__info-icon.rescue-chain__info-research {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-research);
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.32%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.41%2C16.02c-.54%2C0-.92-.36-.94-.88%2C0-.02%2C0-.03%2C0-.05%2C0-.01%2C0-.02%2C0-.04.02-.45.41-.88.94-.88.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m-7.06%2C0c-.55%2C0-.95-.38-.95-.92%2C0-.46.4-.92.95-.92.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m13.58-5.57c.55%2C0%2C.95.47.95.94%2C0%2C.55-.39.94-.95.94-.34%2C0-.62-.15-.78-.39%2C0-.03%2C0-.07-.02-.1-.02-.02-.04-.03-.06-.04-.05-.12-.08-.26-.08-.4%2C0-.47.39-.94.95-.94m-12.83-4.97c.55%2C0%2C.95.39.95.94%2C0%2C.47-.39.94-.95.94s-.95-.47-.95-.94c0-.55.39-.94.95-.94m7.27%2C2.19c.16%2C0%2C.33.06.47.15.02.02.04.05.06.07.02.02.05.03.08.04.2.18.34.43.34.68%2C0%2C.55-.47.94-.95.94-.55%2C0-.95-.39-.95-.94%2C0-.47.39-.94.95-.94M20.93.94c.55%2C0%2C.95.39.95.93%2C0%2C.47-.39.94-.95.94-.2%2C0-.38-.06-.52-.16-.03-.07-.07-.14-.12-.19-.04-.03-.09-.04-.13-.05-.11-.16-.18-.34-.18-.53%2C0-.55.39-.93.95-.93m0%2C12.32c1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-1.01-.87-1.87-1.9-1.87s-1.9.86-1.9%2C1.87c0%2C.17.03.33.07.48-.4.23-1.31.76-3.35%2C1.94-.35-.34-.82-.55-1.33-.55-.93%2C0-1.63.6-1.84%2C1.39h-3.39c-.22-.79-.96-1.39-1.83-1.39-1.11%2C0-1.9.84-1.9%2C1.84%2C0%2C.2.03.38.08.55-.49.32-1.7%2C1.11-4.58%2C2.99v-7.46c.44-.26%2C1.77-1.06%2C5.8-3.46.35.35.82.57%2C1.34.57.66%2C0%2C1.25-.35%2C1.59-.87.47.15%2C1.51.47%2C3.78%2C1.18%2C0%2C0%2C0%2C0%2C0%2C.01%2C0%2C1.09.79%2C1.87%2C1.9%2C1.87%2C1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-.43-.17-.84-.43-1.16.38-.46%2C1.25-1.52%2C3.23-3.93.26.14.55.22.86.22%2C1.03%2C0%2C1.9-.86%2C1.9-1.87%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.35.11.68.29.97-.35.43-1.2%2C1.49-3.25%2C4.04-.22-.09-.46-.14-.7-.14-.75%2C0-1.36.4-1.66.98-.46-.14-1.49-.46-3.72-1.16%2C0-.05.01-.09.01-.14%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.18.04.36.09.53-.54.32-1.9%2C1.13-5.34%2C3.18V.68c0-.23-.24-.46-.48-.46s-.48.23-.48.46v20.93c0%2C.31.24.46.48.46h11.49c.24%2C0%2C.48-.15.48-.46%2C0-.23-.24-.46-.48-.46H.95v-1.38s.02%2C0%2C.03-.01c0%2C0%2C.01%2C0%2C5.1-3.25.33.28.76.44%2C1.27.44.88%2C0%2C1.63-.56%2C1.84-1.39h3.38c.19.83.9%2C1.39%2C1.84%2C1.39%2C1.03%2C0%2C1.9-.77%2C1.9-1.84%2C0-.16-.03-.31-.07-.45.43-.24%2C1.36-.77%2C3.37-1.91.34.33.81.52%2C1.32.52%22%2F%3E%3Cpath%20d%3D%22m20.42%2C23.98c1.9%2C0%2C3.41-1.49%2C3.41-3.35s-1.52-3.35-3.41-3.35-3.41%2C1.49-3.41%2C3.35%2C1.52%2C3.35%2C3.41%2C3.35m0-7.81c2.56%2C0%2C4.55%2C1.95%2C4.55%2C4.46%2C0%2C1.03-.36%2C1.99-.98%2C2.76%2C3.1%2C3%2C3.11%2C3.01%2C3.11%2C3.01.29.18.29.55%2C0%2C.74-.1.09-.19.18-.38.18-.1%2C0-.29-.09-.38-.18-1.87-1.81-2.72-2.63-3.11-3-.77.6-1.74.96-2.81.96-2.47%2C0-4.55-2.04-4.55-4.46s2.09-4.46%2C4.55-4.46%22%2F%3E%3C%2Fsvg%3E");
    background-size: 52%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rescue-chain__info-icon.rescue-chain__info-corhelper {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-corhelper);
    position: relative;
  }
  .rescue-chain__info-icon.rescue-chain__info-corhelper::before {
    content: "";
    width: calc(100% - 2 * 3px);
    aspect-ratio: 1/0.8660254038;
    display: block;
    position: absolute;
    clip-path: inherit;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20244%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M147.107%2014.965h-14.15V8.96h-2.752v19.199h2.752V17.722h14.15c.59%200%20.983.492.983.984v9.452h2.752v-9.452a3.736%203.736%200%200%200-3.735-3.74m-39.896-.001H94.043a3.736%203.736%200%200%200-3.735%203.742v5.71a3.736%203.736%200%200%200%203.735%203.741h13.168a3.736%203.736%200%200%200%203.734-3.741v-5.71a3.736%203.736%200%200%200-3.734-3.742m.982%209.452c0%20.59-.491.984-.982.984H94.043a.986.986%200%200%201-.983-.984v-5.71c0-.591.491-.985.983-.985h13.168c.589%200%20.982.492.982.985zm5.798-5.71v9.451h2.752v-9.451c0-.591.491-.985.982-.985h9.729v-2.757h-9.729a3.736%203.736%200%200%200-3.734%203.742m-47.365%200v5.71a3.736%203.736%200%200%200%203.734%203.741h16.902v-2.757H70.36a.986.986%200%200%201-.983-.984v-5.71c0-.591.492-.985.983-.985h16.902v-2.757H70.36a3.736%203.736%200%200%200-3.734%203.742m167.645-3.742a3.736%203.736%200%200%200-3.734%203.742v9.451h2.752v-9.451c0-.591.491-.985.982-.985H244v-2.757zm-10.416%200h-13.168a3.736%203.736%200%200%200-3.734%203.742v5.71a3.736%203.736%200%200%200%203.734%203.741h16.902v-2.757h-16.902a.986.986%200%200%201-.982-.984V22.94h17.983v-4.233c-.099-2.068-1.769-3.742-3.833-3.742m.983%205.218h-15.232v-1.476c0-.591.492-.985.983-.985h13.168c.589%200%20.983.492.983.985v1.476zm-24.666-5.218H183.27v19.199h2.752v-6.006h14.15a3.737%203.737%200%200%200%203.735-3.741v-5.71a3.737%203.737%200%200%200-3.735-3.742m.983%209.452c0%20.59-.491.984-.983.984h-14.15v-7.679h14.15c.59%200%20.983.492.983.985zM180.224%208.96h-2.752v19.198h2.752zm-9.434%206.005h-13.168a3.736%203.736%200%200%200-3.734%203.742v5.71a3.736%203.736%200%200%200%203.734%203.741h16.902v-2.757h-16.902a.986.986%200%200%201-.983-.984V22.94h17.984v-4.233c-.099-2.068-1.769-3.742-3.833-3.742m.983%205.218h-15.232v-1.476c0-.591.492-.985.983-.985h13.168c.589%200%20.982.492.982.985v1.476z%22%2F%3E%3Cpath%20fill%3D%22%236dc1ae%22%20d%3D%22M29.874%200H19.85L17%205.021h12.874c8.058%200%2014.543%205.612%2014.543%2012.602%200%203.446-1.572%206.597-4.127%208.861L29.972%2036.33l-8.157-7.581h-11.3l3.832%205.02h5.601l10.024%209.354L44.22%2029.635c3.537-3.15%205.7-7.483%205.7-12.209C49.92%207.778%2040.977%200%2029.873%200%22%2F%3E%3Cpath%20fill%3D%22%2334cea2%22%20d%3D%22M13.856%2019.1H2.85L0%2024.023h11.006zm7.468%209.649h-10.81l-2.849%205.02h10.81z%22%2F%3E%3Cpath%20fill%3D%22%2334cea2%22%20d%3D%22M29.775%209.156H11.89L9.04%2014.08h22.21c.393%200%20.786.098%201.081.295.688.394%201.278%201.182%201.278%202.166%200%20.886-.492%201.674-1.278%202.166-.295.197-.688.296-1.08.296H17.687l-2.85%204.922h7.567l7.37%206.794%207.37-6.794c1.867-1.575%202.948-3.74%202.948-6.104%200-4.726-4.618-8.664-10.318-8.664%22%2F%3E%3C%2Fsvg%3E");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: 3px;
  }
  .rescue-chain__info-icon.rescue-chain__info-telenotarzt {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-telenotarzt);
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-telenotarzt);
    position: relative;
  }
  .rescue-chain__info-icon.rescue-chain__info-telenotarzt::before {
    content: "";
    width: calc(100% - 2 * 3px);
    aspect-ratio: 1/0.8660254038;
    display: block;
    position: absolute;
    clip-path: inherit;
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20567%20150%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M547.827.021H18.692C8.3.021-.205%208.525-.205%2018.92v75.59c0%2010.393%208.504%2018.896%2018.897%2018.896h15.119v32.059c0%204.21%205.089%206.317%208.065%203.34l35.399-35.399h470.552c10.394%200%2018.898-8.503%2018.898-18.896V18.92c0-10.394-8.504-18.898-18.898-18.898%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M284.408%2033.499c-15.723%200-28.467%2012.745-28.467%2028.467%200%2015.723%2012.744%2028.469%2028.467%2028.469%2015.721%200%2028.468-12.746%2028.468-28.47%200-15.721-12.747-28.467-28.468-28.467m0%2013.79c8.095%200%2014.679%206.584%2014.679%2014.677s-6.584%2014.679-14.679%2014.679c-8.093%200-14.677-6.585-14.677-14.68%200-8.092%206.584-14.677%2014.677-14.677m87.335%2025.489c0%203.453%201.944%205.395%207.122%205.395%204.534%200%2012.732-3.237%2012.732-7.553v-4.963c-9.28.214-19.854%201.078-19.854%207.121m11.008-39.277c11.868%200%2022.658%207.768%2022.658%2022.443v33.02h-13.812v-3.238c-3.452%202.375-8.198%204.316-13.594%204.316-10.791%200-19.639-6.905-19.639-17.264%200-16.834%2021.149-17.48%2033.233-17.48v-1.727c-.429-3.453-2.804-6.475-9.28-6.475-5.178-.215-8.846.864-11.65%204.749l-9.498-8.417c6.043-9.927%2016.834-9.927%2021.582-9.927m66.153%203.453-7.771%2011.437c-4.53-2.374-12.948-1.295-12.948%206.907V88.96h-14.241V35.009h14.024v3.453c2.376-3.021%2010.145-8.417%2020.936-1.51m.975%2052.009v-9.063L471.46%2048.39h-18.991V35.01h37.982v9.71l-20.502%2030.644h20.935v13.597zm-121.002-.134V48.324h-14.914V34.968h44.225v13.356h-14.883v40.503zm181.398%200V48.324H495.36V34.968h44.224v13.356h-14.883v40.503zM97.988%2045.798c-4.746%200-9.28%203.885-11.651%209.28h22.228c-1.726-5.395-5.828-9.28-10.577-9.28m1.08%2044.674c-14.243%200-26.977-12.301-26.977-28.271%200-16.618%2012.518-28.702%2025.897-28.702%2020.504%200%2026.113%2021.364%2025.249%2033.88H86.551c1.726%205.613%206.691%209.498%2012.517%209.498%204.961%200%207.771-1.295%2011.868-5.395l10.792%207.336c-4.533%207.338-13.379%2011.654-22.66%2011.654m29.679-23.307V13.428h14.458V71.05c0%206.042%202.158%2015.322%203.023%2017.911h-14.243c-.646-1.51-3.238-8.633-3.238-21.796m45.433-21.367c-4.749%200-9.28%203.885-11.656%209.28h22.229c-1.728-5.395-5.825-9.28-10.573-9.28m1.076%2044.674c-14.241%200-26.973-12.301-26.973-28.271%200-16.618%2012.514-28.702%2025.897-28.702%2020.501%200%2026.113%2021.364%2025.249%2033.88h-36.688c1.727%205.613%206.69%209.498%2012.515%209.498%204.965%200%207.769-1.295%2011.871-5.395l10.79%207.336c-4.53%207.338-13.381%2011.654-22.661%2011.654m52.988-42.731c-5.177%200-9.28%204.102-9.063%209.28v31.94h-14.242V35.01h14.025v3.453c2.159-3.02%206.905-4.963%2010.791-4.963%2012.734%200%2021.15%207.552%2021.15%2023.954v31.508h-14.244V57.453c0-5.827-3.452-9.712-8.417-9.712M41.848%2088.827V48.324H26.935V34.968H71.16v13.356H56.277v40.503z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: 3px;
  }
  .rescue-chain__info-icon.rescue-chain__info-emsix {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-emsix);
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020.53%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m19.39%2C24.48c0%2C.95-.76%2C1.71-1.71%2C1.71H2.85c-.95%2C0-1.71-.76-1.71-1.71V2.85c0-.85.76-1.71%2C1.71-1.71h14.83c.95%2C0%2C1.71.85%2C1.71%2C1.71v21.63ZM17.68%2C0H2.85C1.23%2C0%2C0%2C1.33%2C0%2C2.85v21.63c0%2C1.61%2C1.23%2C2.85%2C2.85%2C2.85h14.83c1.52%2C0%2C2.85-1.23%2C2.85-2.85V2.85C20.53%2C1.33%2C19.2%2C0%2C17.68%2C0%22%2F%3E%3Cpath%20d%3D%22m17.08%2C21.64H3.45V4.6h13.64v17.04Zm.57-18.17H2.88c-.38%2C0-.57.28-.57.57v18.17c0%2C.38.19.57.57.57h14.77c.28%2C0%2C.57-.19.57-.57V4.03c0-.28-.28-.57-.57-.57%22%2F%3E%3Cpath%20d%3D%22m10.26%2C2.89c.32%2C0%2C.58-.26.58-.58s-.26-.58-.58-.58-.58.26-.58.58.26.58.58.58%22%2F%3E%3Cpath%20d%3D%22m6.29%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C9.11h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C12.51h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C15.94h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m9.69%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m10.26%2C23.35c-.67%2C0-1.15.58-1.15%2C1.15%2C0%2C.67.48%2C1.15%2C1.15%2C1.15.58%2C0%2C1.15-.48%2C1.15-1.15%2C0-.58-.58-1.15-1.15-1.15%22%2F%3E%3C%2Fsvg%3E");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rescue-chain__info-icon.rescue-chain__info-clinic {
    width: 60%;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    background: var(--color-clinic);
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2028.45%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m15.01%2C25.61h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C25.61h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m9.35%2C11.89c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m8.75%2C10.72h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m3.56%2C13.44H.8v-5.64h2.76v5.64Zm3.7-5.84c-1.92%2C0-3.47-1.53-3.47-3.4S5.35.79%2C7.26.79c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.5%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.67h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-.4%2C1.15h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.42.76h0c.24-.02.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39h-3.17v-.65c.4-.66.62-1.4.62-2.17C11.54%2C1.88%2C9.62%2C0%2C7.26%2C0%2C6.13%2C0%2C5.06.44%2C4.25%2C1.23c-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73H.4c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71Z%22%2F%3E%3Cpath%20d%3D%22m1.57%2C12.48h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m8.75%2C9.56h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C11.31h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C8.97h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C10.14h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C11.1h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C12.48h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C11.31h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m6.37%2C4.67h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4v.77h-.99v-.77c0-.2-.14-.4-.4-.4m2.98-1.75h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.07-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C10.14h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C8.76h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C8.97h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C11.1h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C9.93h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C9.93h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C8.76h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.7%2C20.73c-1.92%2C0-3.47-1.53-3.47-3.4s1.56-3.4%2C3.47-3.4c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.49%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.68h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-4.58%2C1.17h-2.76v-5.64h2.76v5.64Zm4.18-.02h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.4-6.43h-3.17v-.65c.4-.66.62-1.4.62-2.16%2C0-2.31-1.92-4.19-4.27-4.19-1.13%2C0-2.2.44-3.01%2C1.23-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73h-3.17c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71s0%2C0%2C0%2C0c.24-.01.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39%22%2F%3E%3Cpath%20d%3D%22m21.19%2C18.2v.77h-.99v-.77c0-.2-.14-.4-.4-.4h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4m1.59-2.15h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.06-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C23.27h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C22.69h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C24.23h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C24.44h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C24.23h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C23.06h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C23.06h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C23.27h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C21.9h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C21.9h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C22.1h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C22.1h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C24.44h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C23.86h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.79%2C25.02c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m9.26%2C20.15c-.07-.09-.18-.13-.31-.13-.11%2C0-.22.05-.31.11-.19.15-.16.44-.02.62h0s.56.57%2C1.54%2C1.55c-1.23-.21-2.38-.77-3.34-1.64-1.2-1.15-1.84-2.64-1.88-4.3%2C0-.12-.05-.23-.13-.31-.07-.07-.17-.1-.27-.1-.23%2C0-.47.18-.46.41.04%2C1.91.81%2C3.66%2C2.18%2C4.94.97.95%2C2.21%2C1.58%2C3.61%2C1.82l-1.72.95h0c-.13.09-.21.21-.22.33-.01.1%2C0%2C.19.07.27.06.15.21.22.37.22.06%2C0%2C.11%2C0%2C.17-.03l3.01-1.64c.15-.06.25-.18.26-.33v-.02s-.11-.3-.11-.3l-2.44-2.43Z%22%2F%3E%3Cpath%20d%3D%22m15.76%2C4.74l2.28%2C2.53.02.02c.17.11.44.14.58%2C0%2C.09-.06.11-.14.15-.26.04-.15%2C0-.31-.11-.41-.02-.02-.18-.2-1.46-1.59%2C1.24.25%2C2.35.84%2C3.23%2C1.73%2C1.15%2C1.12%2C1.78%2C2.68%2C1.79%2C4.38-.02.09%2C0%2C.19.07.27.08.1.21.16.33.16%2C0%2C0%2C.01%2C0%2C.02%2C0%2C.21-.01.34-.12.39-.34v-.05s.02-.02.02-.02c.04-1.84-.68-3.62-2.02-4.99-.98-1.01-2.2-1.68-3.53-1.95l1.79-.89h.01c.18-.17.24-.37.16-.6v-.02c-.06-.09-.15-.16-.26-.19-.11-.03-.23-.02-.31.03l-3.05%2C1.55c-.09.05-.19.16-.23.3-.05.17.04.28.13.36%22%2F%3E%3C%2Fsvg%3E");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.rescue-chain__info-header {
  display: none;
}
@media (min-width: 768px) {
  .rescue-chain__info-header {
    display: block;
    width: 100%;
    grid-column: 1/2;
    grid-row: 3/-1;
    background: var(--color-background);
    padding: 1em;
    border-left: none;
    border-radius: 0 0 0 1em;
    opacity: 0;
    transition: opacity 0.75s;
    align-content: start;
    text-align: center;
  }
}
.rescue-chain__info-content {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-left: 7px solid black;
  background: var(--color-background);
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1;
  opacity: 0;
  transition: opacity 0.75s;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.rescue-chain__info-content div {
}
.rescue-chain__info-content-links {
  margin-top: auto;
  display: flex;
  gap: 1em;  
}
.rescue-chain__info-content-links a.external:after, .rescue-chain__info-content-links a.internal:after {
  font-family: "dashicons";
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: top;
}
.rescue-chain__info-content-links a.external:after {
  content: "\f504";
}
.rescue-chain__info-content-links a.internal:after {
  content: "\f345";
}
.rescue-chain__info-content h3 {
  font-family: "Graphik Semibold", Helvetica, Arial, Lucida, sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  margin-block: 0.5em;
}
@media (min-width: 768px) {
  .rescue-chain__info-content h3 {
    margin-block: 1em;
  }
}
@media (min-width: 576px) {
  .rescue-chain__info-content {
    padding: 1em;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .rescue-chain__info-content {
    grid-column: 2/-1;
    grid-row: 2/-1;
    padding: 1em;
    border-left: none;
    border-radius: 0 1em 1em 0;
  }
}
.rescue-chain__info-connect4rescue {
  border-color: var(--color-default);
}
.rescue-chain__info-research {
  border-color: var(--color-research);
}
.rescue-chain__info-corhelper {
  border-color: var(--color-corhelper);
}
.rescue-chain__info-telenotarzt {
  border-color: var(--color-telenotarzt);
}
.rescue-chain__info-emsix {
  border-color: var(--color-emsix);
}
.rescue-chain__info-clinic {
  border-color: var(--color-clinic);
}
.rescue-chain__matrix {
  grid-column: 2/-2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  row-gap: 1em;
  margin-block-start: 2em;
  grid-template-areas: "before-emergency . " "before-emergency emergency" "control-center emergency" "control-center first-aid" "ambulance-service first-aid" "ambulance-service clinic" ". clinic";
}
@media (min-width: 370px) {
  .rescue-chain__matrix {
    grid-column: 5/-5;
  }
}
@media (min-width: 576px) {
  .rescue-chain__matrix {
    grid-column: 8/-8;
  }
}
@media (min-width: 768px) {
  .rescue-chain__matrix {
    grid-column: 2/-2;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "before-emergency . control-center . ambulance-service ." "before-emergency emergency control-center first-aid ambulance-service clinic" ". emergency . first-aid . clinic";
    row-gap: 0;
    margin-block-end: 2em;
  }
}
@media (min-width: 1280px) {
  .rescue-chain__matrix {
    grid-column: 5/-5;
  }
}
.rescue-chain__matrix-before-emergency {
  grid-area: before-emergency;
}
.rescue-chain__matrix-emergency {
  grid-area: emergency;
}
.rescue-chain__matrix-control-center {
  grid-area: control-center;
}
.rescue-chain__matrix-first-aid {
  grid-area: first-aid;
}
.rescue-chain__matrix-ambulance-service {
  grid-area: ambulance-service;
}
.rescue-chain__matrix-clinic {
  grid-area: clinic;
}
.rescue-chain__matrix-item {
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(24, 1fr);
  font-size: clamp(0.875rem, 2vw, 1rem);
}
.rescue-chain__matrix-item-label {
  grid-column: 1/-1;
  text-align: center;
  font-weight: 500;
}
.rescue-chain__matrix-item-hexagon {
  grid-column: 3/24;
  grid-row: 3/23;
  --b: 4px; /* adjust to control the border  */
  width: 100%; /* adjust to control the size  */
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 50%, 50% -50%, 100% 50%, 50% 150%, 0 50%, var(--b) 50%, calc(25% + var(--b) * 0.5) calc(100% - var(--b) * 0.8660254038), calc(75% - var(--b) * 0.5) calc(100% - var(--b) * 0.8660254038), calc(100% - var(--b)) 50%, calc(75% - var(--b) * 0.5) calc(var(--b) * 0.8660254038), calc(25% + var(--b) * 0.5) calc(var(--b) * 0.8660254038), var(--b) 50%);
  background: var(--color-hexagon-border);
  align-self: center;
}
.rescue-chain__matrix-item-number {
  grid-column: 9/18;
  grid-row: 9/17;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-family: "Graphik Semibold", Helvetica, Arial, Lucida, sans-serif;
  line-height: 1;
  align-self: center;
}
.rescue-chain__matrix-item-small-hexagon {
  opacity: 0;
  transition: opacity 0.5s;
  align-self: center;
}
.rescue-chain__matrix-item-small-hexagon-research {
  grid-column: 2/9;
  grid-row: 5/12;
  width: 100%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-research);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.32%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m14.41%2C16.02c-.54%2C0-.92-.36-.94-.88%2C0-.02%2C0-.03%2C0-.05%2C0-.01%2C0-.02%2C0-.04.02-.45.41-.88.94-.88.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m-7.06%2C0c-.55%2C0-.95-.38-.95-.92%2C0-.46.4-.92.95-.92.47%2C0%2C.95.46.95.92%2C0%2C.54-.47.92-.95.92m13.58-5.57c.55%2C0%2C.95.47.95.94%2C0%2C.55-.39.94-.95.94-.34%2C0-.62-.15-.78-.39%2C0-.03%2C0-.07-.02-.1-.02-.02-.04-.03-.06-.04-.05-.12-.08-.26-.08-.4%2C0-.47.39-.94.95-.94m-12.83-4.97c.55%2C0%2C.95.39.95.94%2C0%2C.47-.39.94-.95.94s-.95-.47-.95-.94c0-.55.39-.94.95-.94m7.27%2C2.19c.16%2C0%2C.33.06.47.15.02.02.04.05.06.07.02.02.05.03.08.04.2.18.34.43.34.68%2C0%2C.55-.47.94-.95.94-.55%2C0-.95-.39-.95-.94%2C0-.47.39-.94.95-.94M20.93.94c.55%2C0%2C.95.39.95.93%2C0%2C.47-.39.94-.95.94-.2%2C0-.38-.06-.52-.16-.03-.07-.07-.14-.12-.19-.04-.03-.09-.04-.13-.05-.11-.16-.18-.34-.18-.53%2C0-.55.39-.93.95-.93m0%2C12.32c1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-1.01-.87-1.87-1.9-1.87s-1.9.86-1.9%2C1.87c0%2C.17.03.33.07.48-.4.23-1.31.76-3.35%2C1.94-.35-.34-.82-.55-1.33-.55-.93%2C0-1.63.6-1.84%2C1.39h-3.39c-.22-.79-.96-1.39-1.83-1.39-1.11%2C0-1.9.84-1.9%2C1.84%2C0%2C.2.03.38.08.55-.49.32-1.7%2C1.11-4.58%2C2.99v-7.46c.44-.26%2C1.77-1.06%2C5.8-3.46.35.35.82.57%2C1.34.57.66%2C0%2C1.25-.35%2C1.59-.87.47.15%2C1.51.47%2C3.78%2C1.18%2C0%2C0%2C0%2C0%2C0%2C.01%2C0%2C1.09.79%2C1.87%2C1.9%2C1.87%2C1.03%2C0%2C1.9-.78%2C1.9-1.87%2C0-.43-.17-.84-.43-1.16.38-.46%2C1.25-1.52%2C3.23-3.93.26.14.55.22.86.22%2C1.03%2C0%2C1.9-.86%2C1.9-1.87%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.35.11.68.29.97-.35.43-1.2%2C1.49-3.25%2C4.04-.22-.09-.46-.14-.7-.14-.75%2C0-1.36.4-1.66.98-.46-.14-1.49-.46-3.72-1.16%2C0-.05.01-.09.01-.14%2C0-1.09-.87-1.87-1.9-1.87s-1.9.78-1.9%2C1.87c0%2C.18.04.36.09.53-.54.32-1.9%2C1.13-5.34%2C3.18V.68c0-.23-.24-.46-.48-.46s-.48.23-.48.46v20.93c0%2C.31.24.46.48.46h11.49c.24%2C0%2C.48-.15.48-.46%2C0-.23-.24-.46-.48-.46H.95v-1.38s.02%2C0%2C.03-.01c0%2C0%2C.01%2C0%2C5.1-3.25.33.28.76.44%2C1.27.44.88%2C0%2C1.63-.56%2C1.84-1.39h3.38c.19.83.9%2C1.39%2C1.84%2C1.39%2C1.03%2C0%2C1.9-.77%2C1.9-1.84%2C0-.16-.03-.31-.07-.45.43-.24%2C1.36-.77%2C3.37-1.91.34.33.81.52%2C1.32.52%22%2F%3E%3Cpath%20d%3D%22m20.42%2C23.98c1.9%2C0%2C3.41-1.49%2C3.41-3.35s-1.52-3.35-3.41-3.35-3.41%2C1.49-3.41%2C3.35%2C1.52%2C3.35%2C3.41%2C3.35m0-7.81c2.56%2C0%2C4.55%2C1.95%2C4.55%2C4.46%2C0%2C1.03-.36%2C1.99-.98%2C2.76%2C3.1%2C3%2C3.11%2C3.01%2C3.11%2C3.01.29.18.29.55%2C0%2C.74-.1.09-.19.18-.38.18-.1%2C0-.29-.09-.38-.18-1.87-1.81-2.72-2.63-3.11-3-.77.6-1.74.96-2.81.96-2.47%2C0-4.55-2.04-4.55-4.46s2.09-4.46%2C4.55-4.46%22%2F%3E%3C%2Fsvg%3E");
  background-size: 52%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__matrix-item-small-hexagon-corhelper {
  grid-column: 2/9;
  grid-row: 14/21;
  width: 100%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-corhelper);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2031.66%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m18.96%2C0h-6.35l-1.83%2C3.17h8.18s0%2C0%2C0%2C0c5.09%2C0%2C9.22%2C3.58%2C9.22%2C8%2C0%2C2.18-1.01%2C4.16-2.64%2C5.6l-6.57%2C6.24-5.15-4.79h-7.16l-1.81%2C3.16h7.75s6.37%2C5.96%2C6.37%2C5.96l9.05-8.6c2.25-1.99%2C3.64-4.71%2C3.64-7.71%2C0-6.08-5.69-11.02-12.7-11.02%22%2F%3E%3Cpolygon%20points%3D%221.8%2012.07%200%2015.19%206.96%2015.19%208.76%2012.06%201.8%2012.07%22%20%2F%3E%3Cpath%20d%3D%22m19.91%2C8.95c.25%2C0%2C.48.08.67.21.47.27.78.77.78%2C1.34s-.32%2C1.08-.79%2C1.34c-.19.13-.42.21-.67.21h-8.69s-1.8%2C3.14-1.8%2C3.14h4.82l4.66%2C4.28%2C4.67-4.3c1.16-.99%2C1.88-2.35%2C1.88-3.86%2C0-3.04-2.93-5.51-6.55-5.51-.02%2C0-.05%2C0-.07%2C0H7.56l-1.8%2C3.13h14.15Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__matrix-item-small-hexagon-telenotarzt {
  grid-column: 10/17;
  grid-row: 18/25;
  width: 100%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-telenotarzt);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2027.79%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m27.79%2C14.55c0-1.44-.96-2.58-2.29-2.85v-.63c0-1.64-1.26-2.9-2.91-2.9h-.06C22.23%2C3.59%2C18.51%2C0%2C13.89%2C0S5.56%2C3.59%2C5.26%2C8.17h-.06c-1.55%2C0-2.91%2C1.26-2.91%2C2.9v.64C1.01%2C11.98%2C0%2C13.12%2C0%2C14.55%2C0%2C15.89%2C1.01%2C17.09%2C2.29%2C17.38v.64c0%2C1.54%2C1.36%2C2.9%2C2.91%2C2.9h2.33c.39%2C0%2C.58-.29.58-.58v-11.59c0-.39-.19-.58-.58-.58h-1.11c.3-3.91%2C3.54-7%2C7.48-7s7.18%2C3.09%2C7.48%2C7h-1.11c-.29%2C0-.58.19-.58.58v11.59c0%2C.29.29.58.58.58h2.31v.59c0%2C2.12-1.83%2C2.89-3.47%2C2.89h-1.8c-.26-1.03-1.18-1.72-2.24-1.72-1.26%2C0-2.32.97-2.32%2C2.32%2C0%2C1.26%2C1.06%2C2.32%2C2.32%2C2.32%2C1.07%2C0%2C1.98-.77%2C2.24-1.77h1.79c2.8%2C0%2C4.63-1.64%2C4.63-4.05v-.82c1.05-.45%2C1.77-1.5%2C1.77-2.66v-.63c1.33-.28%2C2.29-1.49%2C2.29-2.85m-26.63%2C0c0-.76.47-1.39%2C1.13-1.63v3.27c-.66-.24-1.13-.88-1.13-1.63m5.79%2C5.22h-1.75c-.97%2C0-1.75-.77-1.75-1.74v-1.07s.01-.05.01-.08c0-.04%2C0-.06-.01-.09v-4.49s.01-.05.01-.08c0-.04%2C0-.06-.01-.09v-1.06c0-.97.77-1.74%2C1.75-1.74h1.75v10.43Zm8.13%2C6.41c-.58%2C0-1.16-.58-1.16-1.16%2C0-.68.58-1.16%2C1.16-1.16.65%2C0%2C1.12.45%2C1.15%2C1.09%2C0%2C.02%2C0%2C.03%2C0%2C.05%2C0%2C.02.01.04.01.06-.02.57-.49%2C1.13-1.16%2C1.13m7.52-6.41h-1.75v-10.43h1.75c.97%2C0%2C1.75.77%2C1.75%2C1.74v1.08s-.01.04-.01.07c0%2C.02.01.04.01.06v4.53s-.01.04-.01.07c0%2C.02.01.04.01.06v1.09c0%2C.96-.78%2C1.74-1.75%2C1.74m2.91-3.58v-3.27c.66.24%2C1.13.88%2C1.13%2C1.63s-.47%2C1.39-1.13%2C1.63%22%2F%3E%3Cpath%20d%3D%22m10.09%2C16.12v-2.14c0-.27.27-.54.54-.54h1.63v-1.61c0-.27.27-.54.54-.54h2.18c.36%2C0%2C.54.27.54.54v1.61h1.63c.36%2C0%2C.54.27.54.54v2.14c0%2C.36-.18.54-.54.54h-1.63v1.61c0%2C.36-.18.54-.54.54h-2.18c-.27%2C0-.54-.18-.54-.54v-1.61h-1.63c-.27%2C0-.54-.18-.54-.54m1.09-.54h1.63c.36%2C0%2C.54.27.54.54v1.61h1.09v-1.61c0-.27.27-.54.54-.54h1.63v-1.07h-1.63c-.27%2C0-.54-.18-.54-.54v-1.61h-1.09v1.61c0%2C.36-.18.54-.54.54h-1.63v1.07Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__matrix-item-small-hexagon-emsix {
  grid-column: 18/25;
  grid-row: 14/21;
  width: 100%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-emsix);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020.53%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m19.39%2C24.48c0%2C.95-.76%2C1.71-1.71%2C1.71H2.85c-.95%2C0-1.71-.76-1.71-1.71V2.85c0-.85.76-1.71%2C1.71-1.71h14.83c.95%2C0%2C1.71.85%2C1.71%2C1.71v21.63ZM17.68%2C0H2.85C1.23%2C0%2C0%2C1.33%2C0%2C2.85v21.63c0%2C1.61%2C1.23%2C2.85%2C2.85%2C2.85h14.83c1.52%2C0%2C2.85-1.23%2C2.85-2.85V2.85C20.53%2C1.33%2C19.2%2C0%2C17.68%2C0%22%2F%3E%3Cpath%20d%3D%22m17.08%2C21.64H3.45V4.6h13.64v17.04Zm.57-18.17H2.88c-.38%2C0-.57.28-.57.57v18.17c0%2C.38.19.57.57.57h14.77c.28%2C0%2C.57-.19.57-.57V4.03c0-.28-.28-.57-.57-.57%22%2F%3E%3Cpath%20d%3D%22m10.26%2C2.89c.32%2C0%2C.58-.26.58-.58s-.26-.58-.58-.58-.58.26-.58.58.26.58.58.58%22%2F%3E%3Cpath%20d%3D%22m6.29%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C9.11h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C9.11h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m9.69%2C12.51h1.15c.29%2C0%2C.58-.19.58-.56v-1.12c0-.28-.29-.56-.58-.56h-1.15c-.38%2C0-.58.28-.58.56v1.12c0%2C.37.19.56.58.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C12.51h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m13.13%2C15.94h1.12c.28%2C0%2C.56-.19.56-.56v-1.12c0-.28-.28-.56-.56-.56h-1.12c-.37%2C0-.56.28-.56.56v1.12c0%2C.37.19.56.56.56%22%2F%3E%3Cpath%20d%3D%22m6.29%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m9.69%2C15.97h1.15c.29%2C0%2C.58-.19.58-.58v-1.15c0-.29-.29-.58-.58-.58h-1.15c-.38%2C0-.58.29-.58.58v1.15c0%2C.38.19.58.58.58%22%2F%3E%3Cpath%20d%3D%22m10.26%2C23.35c-.67%2C0-1.15.58-1.15%2C1.15%2C0%2C.67.48%2C1.15%2C1.15%2C1.15.58%2C0%2C1.15-.48%2C1.15-1.15%2C0-.58-.58-1.15-1.15-1.15%22%2F%3E%3C%2Fsvg%3E");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain__matrix-item-small-hexagon-clinic {
  grid-column: 18/25;
  grid-row: 5/12;
  width: 100%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
  background: var(--color-clinic);
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2028.45%2027.33%22%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m15.01%2C25.61h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C25.61h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m9.35%2C11.89c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m8.75%2C10.72h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m3.56%2C13.44H.8v-5.64h2.76v5.64Zm3.7-5.84c-1.92%2C0-3.47-1.53-3.47-3.4S5.35.79%2C7.26.79c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.5%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.67h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-.4%2C1.15h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.42.76h0c.24-.02.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39h-3.17v-.65c.4-.66.62-1.4.62-2.17C11.54%2C1.88%2C9.62%2C0%2C7.26%2C0%2C6.13%2C0%2C5.06.44%2C4.25%2C1.23c-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73H.4c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71Z%22%2F%3E%3Cpath%20d%3D%22m1.57%2C12.48h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m8.75%2C9.56h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C11.31h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C8.97h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m1.57%2C10.14h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C11.1h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C12.48h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C11.31h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m6.37%2C4.67h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4v.77h-.99v-.77c0-.2-.14-.4-.4-.4m2.98-1.75h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.07-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C10.14h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C8.76h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m11.73%2C8.97h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C11.1h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m7.54%2C9.93h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C9.93h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m5.75%2C8.76h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.7%2C20.73c-1.92%2C0-3.47-1.53-3.47-3.4s1.56-3.4%2C3.47-3.4c.93%2C0%2C1.81.35%2C2.46.99.65.64%2C1.01%2C1.49%2C1.01%2C2.41%2C0%2C.61-.17%2C1.22-.49%2C1.75-.04.04-.06.08-.09.14-.64.95-1.72%2C1.52-2.9%2C1.52m.88%2C4.68h-1.8c-.21%2C0-.4.19-.4.39v.78h-1.58v-6.18c.8.73%2C1.82%2C1.13%2C2.9%2C1.13s2.08-.38%2C2.87-1.08v6.13h-1.58v-.78c0-.19-.14-.39-.4-.39m-4.58%2C1.17h-2.76v-5.64h2.76v5.64Zm4.18-.02h-.99v-.37h.99v.37Zm5.95.02h-2.76v-5.64h2.76v5.64Zm.4-6.43h-3.17v-.65c.4-.66.62-1.4.62-2.16%2C0-2.31-1.92-4.19-4.27-4.19-1.13%2C0-2.2.44-3.01%2C1.23-.81.8-1.26%2C1.85-1.26%2C2.96%2C0%2C.73.2%2C1.45.58%2C2.09v.73h-3.17c-.21%2C0-.4.19-.4.39v6.41c0%2C.18.17.35.37.37%2C0%2C0%2C.02%2C0%2C.03%2C0h13.71s0%2C0%2C0%2C0c.24-.01.37-.2.37-.38h0v-6.41c0-.2-.14-.39-.4-.39%22%2F%3E%3Cpath%20d%3D%22m21.19%2C18.2v.77h-.99v-.77c0-.2-.14-.4-.4-.4h-.79v-.96h.79c.26%2C0%2C.4-.2.4-.4v-.77h.99v.77c0%2C.14.08.22.13.27.06.06.19.13.27.13h.79v.96h-.79c-.21%2C0-.4.19-.4.4m1.59-2.15h-.79v-.77c0-.11%2C0-.19-.08-.27h-.01s-.01-.02-.01-.02c-.02-.01-.05-.02-.06-.04-.06-.04-.13-.07-.23-.07h-1.79c-.21%2C0-.4.19-.4.4v.77h-.79c-.21%2C0-.4.19-.4.4v1.75c0%2C.2.2.4.4.4h.79v.77c0%2C.2.2.39.4.39h1.79c.26%2C0%2C.4-.2.4-.39v-.77h.79c.26%2C0%2C.4-.2.4-.4v-1.75c0-.2-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C23.27h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C22.69h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C24.23h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C24.44h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C24.23h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C23.06h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C23.06h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C23.27h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m19.19%2C21.9h-.59c-.2%2C0-.4.19-.4.4s.19.4.4.4h.59c.26%2C0%2C.39-.2.39-.4s-.14-.4-.39-.4%22%2F%3E%3Cpath%20d%3D%22m20.98%2C21.9h-.58c-.2%2C0-.4.19-.4.4s.19.4.4.4h.58c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C22.1h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m15.01%2C22.1h1.21c.27%2C0%2C.41-.2.41-.4s-.14-.4-.41-.4h-1.21c-.21%2C0-.41.19-.41.4s.2.4.41.4%22%2F%3E%3Cpath%20d%3D%22m25.17%2C24.44h1.19c.26%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-1.19c-.21%2C0-.4.19-.4.4s.19.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.19%2C23.86h.6c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4%22%2F%3E%3Cpath%20d%3D%22m22.79%2C25.02c.27%2C0%2C.4-.2.4-.4s-.14-.4-.4-.4h-.6c-.21%2C0-.4.19-.4.4s.2.4.4.4h.6Z%22%2F%3E%3Cpath%20d%3D%22m9.26%2C20.15c-.07-.09-.18-.13-.31-.13-.11%2C0-.22.05-.31.11-.19.15-.16.44-.02.62h0s.56.57%2C1.54%2C1.55c-1.23-.21-2.38-.77-3.34-1.64-1.2-1.15-1.84-2.64-1.88-4.3%2C0-.12-.05-.23-.13-.31-.07-.07-.17-.1-.27-.1-.23%2C0-.47.18-.46.41.04%2C1.91.81%2C3.66%2C2.18%2C4.94.97.95%2C2.21%2C1.58%2C3.61%2C1.82l-1.72.95h0c-.13.09-.21.21-.22.33-.01.1%2C0%2C.19.07.27.06.15.21.22.37.22.06%2C0%2C.11%2C0%2C.17-.03l3.01-1.64c.15-.06.25-.18.26-.33v-.02s-.11-.3-.11-.3l-2.44-2.43Z%22%2F%3E%3Cpath%20d%3D%22m15.76%2C4.74l2.28%2C2.53.02.02c.17.11.44.14.58%2C0%2C.09-.06.11-.14.15-.26.04-.15%2C0-.31-.11-.41-.02-.02-.18-.2-1.46-1.59%2C1.24.25%2C2.35.84%2C3.23%2C1.73%2C1.15%2C1.12%2C1.78%2C2.68%2C1.79%2C4.38-.02.09%2C0%2C.19.07.27.08.1.21.16.33.16%2C0%2C0%2C.01%2C0%2C.02%2C0%2C.21-.01.34-.12.39-.34v-.05s.02-.02.02-.02c.04-1.84-.68-3.62-2.02-4.99-.98-1.01-2.2-1.68-3.53-1.95l1.79-.89h.01c.18-.17.24-.37.16-.6v-.02c-.06-.09-.15-.16-.26-.19-.11-.03-.23-.02-.31.03l-3.05%2C1.55c-.09.05-.19.16-.23.3-.05.17.04.28.13.36%22%2F%3E%3C%2Fsvg%3E");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.rescue-chain:has(#connect4rescue:checked) .rescue-chain__link-research label::before {
  animation: pulse 1s infinite; 
}
.rescue-chain:has(#connect4rescue:checked) .rescue-chain__info-connect4rescue, .rescue-chain:has(#research:checked) .rescue-chain__info-research, .rescue-chain:has(#corhelper:checked) .rescue-chain__info-corhelper, .rescue-chain:has(#telenotarzt:checked) .rescue-chain__info-telenotarzt, .rescue-chain:has(#emsix:checked) .rescue-chain__info-emsix, .rescue-chain:has(#clinic:checked) .rescue-chain__info-clinic, .rescue-chain:has(#research:checked) .rescue-chain__matrix-item-small-hexagon-research, .rescue-chain:has(#corhelper:checked) .rescue-chain__matrix-item-small-hexagon-corhelper, .rescue-chain:has(#telenotarzt:checked) .rescue-chain__matrix-item-small-hexagon-telenotarzt, .rescue-chain:has(#emsix:checked) .rescue-chain__matrix-item-small-hexagon-emsix, .rescue-chain:has(#clinic:checked) .rescue-chain__matrix-item-small-hexagon-clinic, .rescue-chain:has(#connect4rescue:checked) .rescue-chain__matrix-item-small-hexagon-research, .rescue-chain:has(#connect4rescue:checked) .rescue-chain__matrix-item-small-hexagon-corhelper, .rescue-chain:has(#connect4rescue:checked) .rescue-chain__matrix-item-small-hexagon-telenotarzt, .rescue-chain:has(#connect4rescue:checked) .rescue-chain__matrix-item-small-hexagon-emsix, .rescue-chain:has(#connect4rescue:checked) .rescue-chain__matrix-item-small-hexagon-clinic {
  opacity: 1;
  pointer-events: all;
}

/* backgrounds */
.bg_accenture {
  background-image: 
    radial-gradient(
      ellipse at 70% 120%,
      #34ffd0,
      #56c4b7 20%, 
      #460676 65%,
      #59096a 100% );
}
.bg_accenture::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2026/03/hexagon-2d-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
}
.bg_light {
  background-image: linear-gradient(200deg, #ededed 0%, #fff 50%);
}
.bg_light::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2026/03/hexagon-2d-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
	mix-blend-mode: initial;
}
.bg_purple {
  background-image: linear-gradient(200deg, #7500C0 0%, #460073 50%);
}
.bg_purple::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2026/03/hexagon-2d-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
	mix-blend-mode: hue;
}
.bg_black {
  background-image: linear-gradient(200deg, #333 0%, #000 50%)
}
.bg_black::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2026/03/hexagon-2d-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
	mix-blend-mode: plus-lighter;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); 
  }
  100% {
    transform: scale(1);
  }
}
.text_gradient_animation span {
    font-family: 'Graphik Regular';
    letter-spacing: -0.08em;
}
.text_gradient_animation {
    background: linear-gradient(90deg, #56c4b7, #A100FF,  #56c4b7, #A100FF);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 5s linear infinite alternate;
}
@keyframes gradient-animation {
   0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}