:root {
  --a: #00b495;
  --t: #24313b;
  --ts: #1b2630;
  --m: #566371;
  --bg: #f6f8fb;
  --s: #fff;
  --b: #dee5ec;
  --bs: #e8edf2;
  --r: 6px;
  --rs: 4px;
  --c: 1120px;
  --p: clamp(18px,2.4vw,26px);
  --sec: clamp(32px,3.8vw,54px);
  --secs: clamp(20px,2.8vw,34px);
  --sh: 0 1px 1px rgba(16,24,40,.02),0 8px 18px rgba(16,24,40,.04);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(1200px 680px at 18% -10%,rgba(0,180,149,.06),transparent 60%),var(--bg);
  color: var(--t);
  font: 16.25px/1.62 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  letter-spacing: .01em;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--a);
}

[hidden] {
  display: none !important;
}

:focus-visible {
  border-radius: var(--rs);
  outline: 3px solid rgba(0,180,149,.42);
  outline-offset: 3px;
}

h1, h2, h3 {
  margin: 0 0 10px;
  color: var(--ts);
  font-weight: 590;
  letter-spacing: -.01em;
}

h2 {
  font-size: clamp(1.28rem,1.95vw,1.62rem);
  line-height: 1.24;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}

p {
  margin: 0 0 12px;
  color: rgba(36,49,59,.88);
}

ul, ol {
  margin: 10px 0 0;
  padding-left: 18px;
}

li {
  color: rgba(36,49,59,.86);
}

strong {
  color: var(--ts);
}

.container {
  max-width: var(--c);
  margin: 0 auto;
  padding: 0 var(--p);
}

.skip-link {
  left: -999px;
  position: absolute;
  top: 10px;
  padding: 10px 12px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: var(--s);
}

.skip-link:focus {
  left: 12px;
  z-index: 9999;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--b);
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(6px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
}

.brand-logo {
  height: clamp(34px,3.2vw,44px);
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 16px;
  justify-content: center;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  padding: 10px 6px;
  border-bottom: 2px solid transparent;
  color: rgba(36,49,59,.84);
  font-size: .95rem;
  white-space: nowrap;
}

.nav a:hover {
  border-bottom-color: rgba(0,180,149,.32);
  color: var(--ts);
}

.nav a[aria-current=page] {
  border-bottom-color: var(--a);
  color: var(--ts);
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-btn {
  padding: 10px 12px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: var(--s);
  font-weight: 650;
}

.menu-btn:hover {
  border-color: rgba(0,180,149,.55);
}

.mobile-panel {
  padding: 10px 0 16px;
}

.mobile-panel a {
  display: flex;
  padding: 12px 10px;
  border-left: 2px solid transparent;
  color: rgba(36,49,59,.84);
}

.mobile-panel a:hover {
  border-left-color: rgba(0,180,149,.4);
  color: var(--ts);
}

.mobile-panel a[aria-current=page] {
  border-left-color: var(--a);
  color: var(--ts);
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 11px 14px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: var(--s);
  color: var(--ts);
  font-weight: 650;
}

.button:hover {
  border-color: rgba(0,180,149,.65);
}

.button.primary {
  border-color: var(--a);
  background: var(--a);
  color: #06221c;
}

main {
  padding-bottom: 72px;
}

.section {
  padding: 0 0 var(--sec);
}

.section.sm {
  padding: 0 0 var(--secs);
}

main>.section:first-child {
  padding-top: var(--sec);
}

.hero {
  padding: clamp(36px,4.8vw,56px) 0 clamp(10px,1.8vw,16px);
}

.kicker {
  display: inline-flex;
  gap: 8px;
  color: rgba(36,49,59,.58);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .18em;
}

.h1 {
  margin: 8px 0 0;
  font-size: clamp(1.72rem,2.85vw,2.52rem);
  font-weight: 560;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.h2 {
  margin: 0 0 8px;
  font-size: clamp(1.28rem,1.9vw,1.58rem);
  font-weight: 590;
  letter-spacing: -.01em;
  line-height: 1.26;
}

.lead {
  max-width: 100ch;
  margin: 18px 0;
  color: rgba(36,49,59,.78);
  font-size: 1.05rem;
}

.small {
  color: rgba(36,49,59,.7);
  font-size: .95rem;
}

.surface, .card, .hero-card, .quote, .t-item, .ref-slider__frame, .t-card {
  border: 1px solid var(--b);
  border-radius: var(--r);
  background: linear-gradient(180deg,var(--s),#fbfcfe);
  box-shadow: var(--sh);
}

.surface {
  padding: 18px;
}

.surface.cta {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 22px;
  border-color: var(--bs);
  box-shadow: none;
}

.cta-copy {
  flex: 1;
  min-width: 0;
}

.grid3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.card {
  padding: 18px;
}

.card h3 {
  margin: 10px 0 6px;
  font-size: 1.05rem;
}

.card p {
  margin: 0;
  color: rgba(36,49,59,.74);
}

.icon {
  display: grid;
  place-items: center;
  height: 42px;
  width: 42px;
  border: 1px solid rgba(0,180,149,.22);
  border-radius: var(--rs);
  background: rgba(0,180,149,.06);
  color: var(--a);
  font-weight: 800;
}

.icon-svg {
  display: block;
  height: 22px;
  width: 22px;
}

.split {
  display: grid;
  align-items: start;
  gap: 20px;
  grid-template-columns: 1.05fr .95fr;
}

.split.split-equal {
  align-items: stretch;
}

.split.split-equal>* {
  align-self: stretch;
}

.pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: #fbfcfe;
  color: rgba(36,49,59,.74);
  font-size: .92rem;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badge {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(0,180,149,.32);
  border-radius: var(--rs);
  background: #fbfcfe;
  font-size: .9rem;
}

.note {
  padding: 14px;
  border: 1px solid var(--b);
  border-left: 2px solid var(--a);
  border-radius: var(--r);
  background: #fbfcfe;
  box-shadow: var(--sh);
  color: rgba(36,49,59,.82);
}

.quote {
  padding: 18px;
  border-left: 2px solid rgba(0,180,149,.7);
  color: rgba(36,49,59,.86);
}

.source {
  color: rgba(36,49,59,.72);
  font-size: .95rem;
}

.hero-grid {
  display: grid;
  align-items: stretch;
  gap: 12px 24px;
  grid-template-columns: 1.25fr .9fr;
  grid-template-rows: auto auto;
}

.hero-copy {
  grid-column: 1;
  grid-row: 1;
}

.hero-pills {
  align-self: end;
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}

.hero-card {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1/span 2;
  height: 100%;
  overflow: hidden;
}

.hero-card .img {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  min-height: 0;
  padding: clamp(22px,2.6vw,38px);
  background: #eef2f5;
  overflow: hidden;
}

.hero-card .img img {
  position: relative;
  z-index: 2;
  height: clamp(120px,12vw,168px);
  width: auto;
  object-fit: contain;
}

.hero-card--logo .img {
  background: linear-gradient(135deg,rgba(0,180,149,.015),rgba(0,180,149,.005) 42%,#fff);
}

.hero-card--logo .img:before {
  content: "";
  inset: -50%;
  position: absolute;
  z-index: 0;
  background: radial-gradient(circle at 22% 34%,rgba(0,180,149,.05),transparent 62%),radial-gradient(circle at 72% 78%,rgba(0,180,149,.03),transparent 66%),repeating-linear-gradient(135deg,rgba(0,180,149,.006) 0 1px,transparent 1px 16px);
  transform: rotate(8deg);
}

.hero-card--logo .img:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(110deg,transparent 0,rgba(255,255,255,.35) 45%,transparent 60%);
  opacity: .12;
  animation: shine 16s ease-in-out infinite;
  transform: translateX(-35%);
}

.hero-card--logo .img img {
  animation: logo 12s ease-in-out infinite;
  will-change: transform;
  filter: drop-shadow(0 18px 28px rgba(12,24,32,.12)) drop-shadow(0 2px 0 rgba(255,255,255,.55));
}

@keyframes shine {
  0% {
    transform: translateX(-35%);
  }

  50% {
    transform: translateX(35%);
  }

  100% {
    transform: translateX(-35%);
  }
}

@keyframes logo {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.005);
  }
}

.divider {
  position: relative;
  height: 2px;
  margin: clamp(34px,4vw,48px) 0 clamp(22px,3vw,34px);
  border-radius: 999px;
  background: linear-gradient(90deg,transparent,rgba(0,180,149,.75),transparent);
  overflow: hidden;
}

.divider:after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg,transparent,rgba(0,180,149,.45),transparent);
  animation: div 4.5s ease-in-out infinite;
  transform: translateX(-60%);
}

@keyframes div {
  50% {
    transform: translateX(60%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-card--logo .img:after, .hero-card--logo .img img, .divider:after {
    animation: none;
  }
}

.hr {
  height: 1px;
  margin: 16px 0;
  border: 0;
  background: var(--bs);
}

.table-like {
  width: 100%;
  border: 1px solid var(--b);
  border-collapse: separate;
  border-radius: var(--r);
  border-spacing: 0;
  background: var(--s);
  box-shadow: var(--sh);
  overflow: hidden;
}

.table-like th, .table-like td {
  padding: 12px;
  border-bottom: 1px solid var(--b);
  text-align: left;
}

.table-like th {
  background: #eef2f5;
  color: rgba(36,49,59,.72);
  font-size: .92rem;
  letter-spacing: .02em;
}

.table-like tr:last-child td {
  border-bottom: 0;
}

.cap {
  padding: 10px 12px;
  color: rgba(36,49,59,.74);
  font-size: .95rem;
}

.timeline {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.t-item {
  display: grid;
  gap: 14px;
  grid-template-columns: 88px 1fr;
  padding: 14px;
}

.t-year {
  color: rgba(36,49,59,.7);
  font-weight: 750;
}

.t-item p {
  margin: 6px 0 0;
  color: rgba(36,49,59,.84);
}

.ref-slider {
  display: grid;
  gap: 10px;
}

.ref-slider__frame {
  position: relative;
  overflow: hidden;
}

.ref-slider__progress {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,rgba(0,180,149,.95),rgba(0,180,149,.35));
  opacity: .9;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.ref-slider__progress.is-animating {
  transition-property: transform;
  transition-timing-function: linear;
}

.ref-slider__viewport {
  outline: none;
  overflow: hidden;
}

.ref-slider__track {
  display: flex;
  transition: transform .55s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.ref-slide {
  flex: 0 0 100%;
  margin: 0;
  padding: clamp(16px,2vw,22px);
}

.ref-slide img {
  height: clamp(260px,30vw,360px);
  width: 100%;
  background: #eef2f5;
  object-fit: contain;
  padding: clamp(18px,2.4vw,26px);
}

.ref-slide .cap {
  border-top: 1px solid var(--bs);
  padding: 14px 16px 16px;
}

.ref-slider__nav {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: rgba(255,255,255,.9);
  box-shadow: var(--sh);
  color: var(--ts);
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}

.ref-slider__nav.prev {
  left: 10px;
}

.ref-slider__nav.next {
  right: 10px;
}

.ref-slider__dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 4px 0 0;
}

.ref-slider__dots .dot {
  height: 9px;
  width: 9px;
  border: 1px solid rgba(36,49,59,.25);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.ref-slider__dots .dot[aria-current=true] {
  border-color: rgba(0,180,149,.7);
  background: var(--a);
}



.process-steps {
  margin: 0;
  padding-left: 18px;
}

.process-steps li {
  margin: 0 0 8px;
}

.process-steps.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps.timeline::before {
  content: "";
  bottom: 14px;
  left: 13px;
  position: absolute;
  top: 14px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg,rgba(0,180,149,.55),rgba(0,180,149,.12));
}

.process-steps.timeline>li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 12px;
}

.process-steps.timeline>li:last-child {
  margin-bottom: 0;
}

.process-steps.timeline .t-step {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  height: 26px;
  width: 26px;
  margin-top: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg,var(--s),#fbfcfe);
  box-shadow: 0 0 0 4px rgba(0,180,149,.08);
  color: rgba(0,180,149,.95);
}

.process-steps.timeline .t-step-svg {
  display: block;
  height: 26px;
  width: 26px;
}

.t-card {
  padding: 12px 14px;
}

.step-title {
  margin-bottom: 4px;
  font-weight: 620;
}

.step-text {
  color: rgba(36,49,59,.74);
}

.aside-heading {
  margin: 0 0 10px;
  color: rgba(36,49,59,.58);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .16em;
}

.aside-figure {
  margin: 0;
}

.aside-figure img {
  width: 100%;
  border: 1px solid var(--bs);
  border-radius: var(--rs);
  background: #eef2f5;
}

.aside-figure figcaption {
  margin-top: 10px;
  color: rgba(36,49,59,.74);
  font-size: .92rem;
  line-height: 1.5;
}

.aside-note {
  margin-top: 12px;
  padding-left: 12px;
  border-left: 2px solid rgba(0,180,149,.65);
  color: rgba(36,49,59,.82);
}

.tech-facts {
  padding: 2px 0;
}

.fact-grid {
  display: grid;
  gap: 14px 22px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.fact {
  position: relative;
  padding: 10px 0 10px 12px;
}

.fact::before {
  content: "";
  bottom: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 2px;
  border-radius: 2px;
  background: rgba(0,180,149,.28);
}

.fact-label {
  margin: 0 0 6px;
  color: rgba(36,49,59,.48);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .12em;
}

.fact-value {
  color: var(--ts);
  font-weight: 560;
  line-height: 1.2;
}

.formats-card {
  position: relative;
  overflow: hidden;
}

.formats-card::before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg,rgba(0,180,149,.95),rgba(0,180,149,.18));
}

.formats-head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}

.formats-badge {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 10px 12px;
  border: 1px solid rgba(0,180,149,.18);
  border-radius: var(--r);
  background: rgba(0,180,149,.06);
}

.formats-badge-label {
  margin: 0 0 4px;
  color: rgba(36,49,59,.54);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .12em;
}

.formats-badge-value {
  color: var(--ts);
  font-weight: 620;
  line-height: 1.1;
}

.form {
  display: grid;
  gap: 12px;
}

.field {
  display: grid;
  gap: 6px;
}

.label {
  color: rgba(36,49,59,.78);
  font-size: .92rem;
  font-weight: 650;
}

.req {
  margin-left: .2em;
  color: var(--a);
  font-weight: 800;
}

.req-hint {
  margin-top: -6px;
}

.req-hint .req {
  margin-left: 0;
}

.input, .textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--b);
  border-radius: var(--rs);
  background: var(--s);
  color: var(--t);
}

.textarea {
  min-height: 120px;
  resize: vertical;
}

.inline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.inline input {
  margin-top: 4px;
}

.map-card {
  border: 1px solid var(--b);
  border-radius: var(--r);
  background: var(--s);
  overflow: hidden;
}

.map-embed iframe {
  display: block;
  height: 320px;
  width: 100%;
  border: 0;
}

.footer {
  padding: 44px 0;
  border-top: 1px solid var(--b);
  background: var(--s);
}

.footer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.25fr .75fr;
}

.footer-brandline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-logo {
  height: 34px;
  width: auto;
}

.footer-brand {
  font-weight: 800;
  letter-spacing: .01em;
}

.footer-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: rgba(36,49,59,.84);
}

.footer-links a:hover {
  color: var(--a);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.actions.align-center {
  align-items: center;
}

.mobile-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 12px;
}

.list-muted {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--m);
  line-height: 1.74;
}

.list-plain {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-plain li {
  position: relative;
  padding-left: 18px;
  color: var(--t);
}

.list-plain li::before {
  content: "•";
  left: 0;
  position: absolute;
  top: 0;
  color: var(--a);
}

.page-kontakt main#content>.section:first-of-type,
.tight-intro main#content>section.section:first-of-type {
  padding-bottom: 1.5rem;
}

.page-kontakt main#content>.section:first-of-type+section.section,
.tight-intro main#content>section.section:first-of-type+section.section {
  padding-top: 1.5rem;
}

.honeypot {
  left: -9999px;
  position: absolute;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.form-status {
  --c: rgba(36,49,59,.28);
  --bg: #fbfcfe;
  --ic-bg: rgba(36,49,59,.1);
  --ic: rgba(36,49,59,.78);
  display: grid;
  align-items: start;
  gap: 12px;
  grid-template-columns: 40px 1fr;
  padding: 16px 16px 16px 14px;
  border: 1px solid rgba(36,49,59,.12);
  border-left: 6px solid var(--c);
  border-radius: var(--r);
  background: var(--bg);
  box-shadow: var(--sh);
  color: rgba(36,49,59,.86);
}

.form-status[data-type=ok] {
  --c: var(--a);
  --bg: rgba(0,180,149,.1);
  --ic-bg: rgba(0,180,149,.18);
  --ic: #063b30;
}

.form-status[data-type=error] {
  --c: #e5484d;
  --bg: rgba(229,72,77,.12);
  --ic-bg: rgba(229,72,77,.18);
  --ic: #8f1f24;
}

.form-status__icon {
  display: grid;
  place-items: center;
  height: 36px;
  width: 36px;
  border: 1px solid rgba(36,49,59,.12);
  border-radius: 999px;
  background: var(--ic-bg);
  color: var(--ic);
  font-weight: 900;
}

.form-status__content {
  min-width: 0;
}

.form-status strong {
  display: block;
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.form-status a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.m-0 {
  margin: 0 !important;
}

.muted {
  color: var(--m) !important;
}

.max-80ch {
  max-width: 80ch;
}

.max-85ch {
  max-width: 85ch;
}

@media (max-width: 1040px) {
  .nav a {
    padding: 10px 5px;
    font-size: .92rem;
  }
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-pills {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-card {
    grid-column: 1;
    grid-row: 3;
    height: auto;
  }
}

@media (max-width: 900px) {
  .fact-grid {
    grid-template-columns: 1fr;
  }

  .fact {
    padding-left: 10px;
  }

  .fact::before {
    bottom: 8px;
    top: 8px;
  }
}

@media (max-width: 880px) {
  .nav {
    display: none;
  }

  .grid3 {
    grid-template-columns: 1fr;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .surface.cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 881px) {
  .menu-btn {
    display: none;
  }

  .mobile-panel {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .t-item {
    grid-template-columns: 1fr;
  }

  .table-like {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }

  .button {
    width: 100%;
  }

  .formats-badge {
    align-items: flex-start;
  }
}
