@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .episode__id, .teaser__heading {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, summary {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  --body-background-color: whitesmoke; }

@font-face {
  font-family: 'Telegraf';
  src: url("../font/Telegraf-Variable.woff2") format("woff2");
  font-display: swap;
  font-weight: 200 900; }

:root {
  --weight: 421; }

h1, .episode__id, .teaser__heading {
  --weight: 256; }

.episode__heading {
  --weight: 421; }

.episode__shownote strong:only-child, .teaser__kicker, strong, h2,
h3 {
  --weight: 467; }

#lage-plus li:first-child a, #lage-plus li:first-child summary, #lage-plus li:nth-child(2) a, #lage-plus li:nth-child(2) summary, #lage-plus li:last-child a, #lage-plus li:last-child summary {
  --weight: 666; }

em, .episode__shownote em {
  font-style: normal;
  --weight: 467; }

.episode__shownote em {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0 0.25rem;
  background-color: #ddd055;
  color: #2e2e2e; }

* {
  font-variation-settings: "wght" var(--weight);
  font-feature-settings: "dlig" 1, "liga" 1; }

.fs-3, .episode__time {
  font-size: 0.625rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs-3, .episode__time {
      font-size: 0.625rem; } }
.fs-2, .page__footer {
  font-size: 0.75rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs-2, .page__footer {
      font-size: 0.75rem; } }
.fs-1 {
  font-size: 0.875rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs-1 {
      font-size: 0.875rem; } }
.fs0, .comment .comment cite.fn, .episode__heading {
  font-size: 1rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs0, .comment .comment cite.fn, .episode__heading {
      font-size: 1rem; } }
.fs1 {
  font-size: 1.125rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs1 {
      font-size: 1.125rem; } }
.fs2 {
  font-size: 1.5rem;
  font-size: 1.5rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs2 {
      font-size: 1.5rem; } }
.fs3, .episode__detail-closelink:before {
  font-size: 1.875rem;
  font-size: 1.5rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs3, .episode__detail-closelink:before {
      font-size: 1.875rem; } }
.fs4 {
  font-size: 2.25rem;
  font-size: 1.5rem; }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs4 {
      font-size: 2.25rem; } }
.fs5 {
  font-size: 2.625rem;
  font-size: 1.5rem; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .fs5 {
      font-size: 2.625rem; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs5 {
      font-size: 2.625rem; } }
.fs6 {
  font-size: 4.5rem;
  font-size: 1.5rem; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .fs6 {
      font-size: 2.625rem; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs6 {
      font-size: 4.5rem; } }
.fs7 {
  font-size: 5.25em;
  font-size: 1.5rem; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .fs7 {
      font-size: 2.625rem; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs7 {
      font-size: 5.25em; } }
.fs8 {
  font-size: 6em;
  font-size: 1.5rem; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .fs8 {
      font-size: 2.625rem; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .fs8 {
      font-size: 6em; } }
.cta, .wp-block-button__link, .button, #searchsubmit {
  border-radius: 0;
  user-select: none;
  display: inline-block;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  padding: 0.5rem 1rem;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  color: #193880; }
  .cta.cta, .wp-block-button__link, .button, #searchsubmit {
    text-decoration: none; }
  .cta:hover, .wp-block-button__link:hover, .button:hover, #searchsubmit:hover {
    color: #55b4dd; }
  .cta__icon {
    width: 2rem;
    height: 2rem;
    display: inline-table;
    vertical-align: middle; }

.button, #searchsubmit {
  display: block;
  margin: 0.5rem 0 0.5rem auto;
  width: auto; }

html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  color: #5c5c5c;
  background-color: var(--body-background-color);
  font-family: "Telegraf", sans-serif;
  font-variant-ligatures: common-ligatures;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 2;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  font-synthesis: none; }

html {
  height: 100%;
  overflow-y: scroll;
  font-size: 100.01%; }
  @media (min-width: 65ch) and (min-height: 600px) {
    html {
      font-size: 110%; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    html {
      font-size: 120%; } }
  @media (min-width: 1600px) and (min-height: 700px) {
    html {
      font-size: 130%; } }
  @media (min-width: 1921px) and (min-height: 700px) {
    html {
      font-size: 140%; } }
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

nav {
  user-select: none; }

abbr[title],
dfn[title] {
  cursor: help;
  border: none;
  text-decoration: none; }

::selection {
  background-color: #55b4dd;
  color: whitesmoke; }

::-moz-selection {
  background-color: #55b4dd;
  color: whitesmoke; }

img::selection {
  background-color: rgba(255, 255, 255, 0); }

img::-moz-selection {
  background-color: rgba(255, 255, 255, 0); }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c7c7c7; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c7c7c7; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c7c7c7; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c7c7c7;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

::placeholder {
  color: #c7c7c7; }

:placeholder-shown {
  color: #c7c7c7; }

[disabled] {
  color: #c7c7c7; }

a, summary {
  text-decoration: none;
  color: #193880;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  a:hover, summary:hover {
    color: #55b4dd; }
  a:active, summary:active {
    color: #55b4dd;
    outline: none; }
  a:focus, summary:focus {
    color: #55b4dd;
    outline: none; }

i {
  font-style: normal; }

b {
  font-weight: normal; }

u,
s,
strike {
  text-decoration: none; }

p,
ul,
ol,
dl,
li,
dd,
dt,
figure,
form,
blockquote,
q,
hr,
pre,
table,
fieldset,
menu,
code,
samp {
  margin: 0;
  padding: 0; }

blockquote > p:first-of-type:lang(de):before, q:lang(de):before {
  content: "„"; }

blockquote > p:last-of-type:lang(de):after, q:lang(de):after {
  content: "“"; }

cite {
  display: block;
  text-align: right;
  font-size: 0.875rem; }

p {
  max-width: 65ch;
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none;
    margin: 0 !important;
    padding: 0 !important; }

picture {
  display: block; }

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

figcaption {
  padding: 0.5rem;
  font-size: 0.75rem; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden; }

/* Correct IE9 overflow */
ul,
ol,
li {
  list-style: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label {
  display: block; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="time"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="week"],
textarea,
button {
  display: block;
  margin: 0;
  padding: 0.125rem 0.5rem;
  line-height: 1.4;
  font-family: "Telegraf", sans-serif;
  background-color: white;
  border: none;
  color: #5c5c5c;
  width: 100%; }

textarea {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 5em;
  resize: none; }
  textarea:focus {
    resize: vertical;
    height: 12em; }

button {
  box-shadow: none;
  width: auto; }

select {
  width: 100%;
  height: auto;
  margin: 0;
  font-family: "Telegraf", sans-serif; }

input[type="search"] {
  appearance: none; }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: searchfield-decoration; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0 0 fs(-1);
  padding: fs(-2);
  border: none;
  line-height: 1.4;
  font-family: "Telegraf", sans-serif;
  cursor: pointer;
  appearance: button; }

input[type="search"] {
  appearance: none;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="checkbox"] {
  appearance: checkbox; }

input[type="radio"] {
  appearance: radio; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* Position 'sub' and 'sup' without affecting line-height */
sup {
  top: -0.5em; }

/* Move superscripted text up */
sub {
  bottom: -0.25em; }

/* Move subscripted text down */
mark {
  background-color: #55b4dd;
  color: whitesmoke;
  padding-right: 0.2em;
  padding-left: 0.2em; }

del {
  color: #dd6255; }

code,
kbd,
pre,
samp {
  font-family: monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Allow line wrapping of 'pre' */
ins {
  color: #ddd055; }

h1, .episode__id, .teaser__heading,
h2,
h3,
h4,
h5,
.episode__shownote strong:only-child,
h6 {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  font-weight: 400;
  margin: 1rem 0; }
  h1:first-child, .episode__id:first-child, .teaser__heading:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  .episode__shownote strong:first-child:only-child,
  h6:first-child {
    margin-top: 0; }

h1, .episode__id, .teaser__heading {
  font-size: 2.25rem;
  line-height: 1; }

h2,
h3 {
  line-height: 1.2; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.125rem; }

h4,
h5,
.episode__shownote strong:only-child,
h6 {
  font-size: 1rem; }

hr {
  display: block;
  border: none;
  background-color: black;
  height: 0.125rem;
  margin: 1rem 0;
  max-width: 100%;
  padding: 0; }

small {
  display: block;
  font-size: 0.625rem;
  line-height: 1; }
  small.text {
    margin: 1rem 0; }

del,
s,
.error {
  color: #dd6255; }

ins {
  color: #7edd55;
  text-decoration: none; }

address {
  margin-bottom: 1rem; }

time {
  font-style: normal; }

summary::-webkit-details-marker {
  background: none;
  color: transparent;
  position: absolute; }

summary {
  cursor: pointer; }
  summary:first-of-type {
    list-style-type: none; }
  summary:before {
    display: inline-block;
    content: "";
    line-height: 1;
    transform-origin: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  summary:focus {
    border: 0px solid transparent;
    outline: none !important;
    -moz-appearance: none !important; }

details .details-close {
  display: none; }

details[open] .details-close {
  display: inline-block; }

details[open] .details-open {
  display: none; }

details[open] summary ~ *:nth-child(2) {
  margin-top: 0.5rem; }

details[open] summary ~ *.fadein {
  animation: fadeIn 0.3s cubic-bezier(0.4, 0, 0.6, 1); }

details[open] summary:before {
  transform: rotate(90deg); }

ul,
ol,
li,
dl,
figure,
picture,
form,
table,
h1,
.episode__id,
.teaser__heading,
h2,
h3,
h4,
h5,
.episode__shownote strong:only-child,
h6,
iframe,
video,
embed,
object,
audio,
details,
blockquote,
a,
summary {
  break-inside: avoid; }

iframe,
video,
embed,
object,
audio,
figure,
picture,
img,
details,
blockquote {
  max-width: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }

.text ol, .text ul {
  margin-bottom: 1rem;
  max-width: 65ch; }
  .text ol li, .text ul li {
    margin-bottom: 0.25rem;
    list-style: disc inside;
    text-indent: -1em;
    padding-left: 1em; }

.text ol li {
  list-style: decimal-leading-zero inside; }

.list--flex {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.875rem; }
  .list--flex li {
    flex: 1 0 100%;
    text-align: left;
    padding: 0.5rem; }
    @media (min-width: 370px) and (min-height: 0px) {
      .list--flex li {
        flex-basis: 50%; } }
    .list--flex li a, .list--flex li summary {
      width: 100%; }

.text dl {
  display: grid;
  grid-template-columns: .5fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 1rem; }
  .text dl address {
    margin: 0; }

.text dt {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  text-align: right; }

.text dd {
  font-style: italic; }

.text dt, .text dd {
  padding: 0.25rem 0.25rem 0.25rem 0;
  border-bottom: 1px solid #e3e3e3; }
  .text dt:last-of-type, .text dd:last-of-type {
    border-bottom: 0; }

.text {
  padding: 0 1.5rem;
  margin-bottom: 1rem; }
  .text li {
    max-width: 65ch; }
  .text ul,
  .text ol {
    margin-bottom: 1rem; }
  .text a, .text summary {
    text-decoration: underline; }

.float--left, .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0; }

.float--right, .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem; }

.flex, .flex--auto, .flex--12, .flex--11, .flex--10, .flex--9, .flex--8, .flex--7, .flex--6, .flex--5, .flex--4, .flex--3, .flex--2, .person, .flex--1 {
  display: flex;
  flex-direction: row; }
  .flex > *, .flex--auto > *, .flex--12 > *, .flex--11 > *, .flex--10 > *, .flex--9 > *, .flex--8 > *, .flex--7 > *, .flex--6 > *, .flex--5 > *, .flex--4 > *, .flex--3 > *, .flex--2 > *, .person > *, .flex--1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 1rem; }

.flex--1 {
  flex-wrap: wrap; }
  .flex--1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--1 > * {
        flex-basis: 100%; } }
.flex--2, .person {
  flex-wrap: wrap; }
  .flex--2 > *, .person > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--2 > *, .person > * {
        flex-basis: 50%; } }
.flex--3 {
  flex-wrap: wrap; }
  .flex--3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--3 > * {
        flex-basis: 33.3333333333%; } }
.flex--4 {
  flex-wrap: wrap; }
  .flex--4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--4 > * {
        flex-basis: 50%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--4 > * {
        flex-basis: 25%; } }
.flex--5 {
  flex-wrap: wrap; }
  .flex--5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--5 > * {
        flex-basis: 33.3333333333%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--5 > * {
        flex-basis: 20%; } }
.flex--6 {
  flex-wrap: wrap; }
  .flex--6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--6 > * {
        flex-basis: 33.3333333333%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--6 > * {
        flex-basis: 16.6666666667%; } }
.flex--7 {
  flex-wrap: wrap; }
  .flex--7 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--7 > * {
        flex-basis: 25%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--7 > * {
        flex-basis: 14.2857142857%; } }
.flex--8 {
  flex-wrap: wrap; }
  .flex--8 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--8 > * {
        flex-basis: 25%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--8 > * {
        flex-basis: 12.5%; } }
.flex--9 {
  flex-wrap: wrap; }
  .flex--9 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--9 > * {
        flex-basis: 20%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--9 > * {
        flex-basis: 11.1111111111%; } }
.flex--10 {
  flex-wrap: wrap; }
  .flex--10 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--10 > * {
        flex-basis: 20%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--10 > * {
        flex-basis: 10%; } }
.flex--11 {
  flex-wrap: wrap; }
  .flex--11 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--11 > * {
        flex-basis: 16.6666666667%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--11 > * {
        flex-basis: 9.0909090909%; } }
.flex--12 {
  flex-wrap: wrap; }
  .flex--12 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .flex--12 > * {
        flex-basis: 16.6666666667%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .flex--12 > * {
        flex-basis: 8.3333333333%; } }
.flex--auto {
  flex-wrap: wrap;
  flex-basis: auto; }

*[class*="flex"] > *[class^="flex"] {
  padding: 0; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.grow {
  flex-grow: 1; }

.shrink {
  flex-shrink: 1; }

.flex--nowrap {
  flex-wrap: nowrap; }

.flex--wrap {
  flex-wrap: wrap; }

.flex--column {
  flex-direction: column;
  align-items: stretch; }

.flex--column-reverse {
  flex-direction: column-reverse; }

.flex--row {
  flex-direction: row; }

.flex--row-reverse {
  flex-direction: row-reverse; }

.justify-around {
  justify-content: space-around; }

.justify-evenly {
  justify-content: space-evenly; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-baseline {
  align-content: baseline; }

.align-content-center {
  align-content: center; }

.align-content-stretch {
  align-content: stretch; }

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

.align-end {
  align-items: flex-end; }

.align-baseline {
  align-items: baseline; }

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

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

.align-self-start {
  align-self: start;
  align-self: flex-start; }

.align-self-center {
  align-self: center; }

.align-self-end {
  align-self: end;
  align-self: flex-end; }

.justify-self-start {
  justify-self: start;
  justify-self: flex-start; }

.justify-self-center {
  justify-self: center; }

.justify-self-end {
  justify-self: end;
  justify-self: flex-end; }

.grid, .page__action, .grid--12, .grid--11, .grid--10, .grid--9, .grid--8, .grid--7, .grid--6, .grid--5, .grid--4, .grid--3, .grid--2, .grid--1 {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem; }

.grid--1 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--1 {
      grid-template-columns: repeat(1, 1fr); } }
.grid--2 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--2 {
      grid-template-columns: repeat(2, 1fr); } }
.grid--3 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--3 {
      grid-template-columns: repeat(3, 1fr); } }
.grid--4 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--4 {
      grid-template-columns: repeat(4, 1fr); } }
.grid--5 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--5 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--5 {
      grid-template-columns: repeat(5, 1fr); } }
.grid--6 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--6 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--6 {
      grid-template-columns: repeat(6, 1fr); } }
.grid--7 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--7 {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--7 {
      grid-template-columns: repeat(7, 1fr); } }
.grid--8 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--8 {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--8 {
      grid-template-columns: repeat(8, 1fr); } }
.grid--9 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--9 {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--9 {
      grid-template-columns: repeat(9, 1fr); } }
.grid--10 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--10 {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--10 {
      grid-template-columns: repeat(10, 1fr); } }
.grid--11 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--11 {
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--11 {
      grid-template-columns: repeat(11, 1fr); } }
.grid--12 {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 65ch) and (min-height: 600px) {
    .grid--12 {
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .grid--12 {
      grid-template-columns: repeat(12, 1fr); } }
.gap--0 {
  gap: 0;
  grid-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0; }

.span--all {
  grid-column: 1 / -1; }

.span2 {
  grid-column: span 2; }

.stack {
  display: grid;
  grid-template-areas: 'stacked'; }
  .stack > * {
    grid-area: stacked; }

:root {
  --headerHeight: 107px;
  --footerHeight: 55px; }

.page__outer {
  position: relative;
  background-color: var(--body-background-color);
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }

.page__inner {
  background-color: var(--body-background-color);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  max-width: 65ch;
  margin: auto;
  padding: 0 1rem 1rem; }

.page__header {
  width: 100%;
  padding: 2rem 0;
  box-shadow: 0 1px #e3e3e3, 0 3px white;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 38.196601125vw auto 1fr;
  grid-template-areas: "branding . menu" "intro intro social"; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .page__header {
      grid-template-columns: 8rem auto auto 1fr;
      grid-template-areas: "branding intro social menu"; } }
.page__social {
  grid-area: social;
  display: flex;
  align-self: center;
  align-items: center;
  gap: 0.5rem; }
  .page__social a, .page__social summary {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .page__social .instagram {
    background-image: url("/wp-content/themes/ldn/framework/icon/instagram.svg"); }
  .page__social .xcom {
    background-image: url("/wp-content/themes/ldn/framework/icon/xcom.svg"); }
  .page__social .facebook {
    background-image: url("/wp-content/themes/ldn/framework/icon/facebook.svg"); }
  .page__social .mastodon {
    background-image: url("/wp-content/themes/ldn/framework/icon/mastodon.svg"); }

.page__footer {
  min-height: 10vh;
  margin-bottom: 4rem; }
  .page__footer li {
    padding: 0.125rem 0.5rem; }

.page__branding {
  grid-area: branding;
  padding: 0 1rem; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .page__branding {
      padding-right: 0; } }
.page__logo img {
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1; }

.page__logo a, .page__logo summary {
  display: block;
  height: 100%;
  width: 100%; }

.page__intro {
  grid-area: intro;
  padding: 1rem;
  align-self: center;
  font-size: 0.875rem; }
  .page__intro mark {
    display: inline-block;
    padding: 0.5rem 1rem;
    text-align: start; }

.page__main {
  position: relative;
  min-height: calc(100vh - var(--headerHeight) - var(--footerHeight)); }

.page__heading {
  padding: 1rem 0;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }
  .page__heading-kicker {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem; }

.page__article {
  margin-bottom: 2rem; }

.page__action {
  margin: 1rem 0 2rem;
  grid-template-columns: 1fr; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .page__action {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .page__action {
      grid-template-columns: repeat(4, 1fr); } }
#menu:target {
  transition-delay: -0.3s; }
  #menu:target .menu__show {
    display: none; }
  #menu:target .menu__hide {
    display: block; }
  #menu:target .menu__hook {
    box-shadow: none;
    background-image: none;
    background-color: #163170; }
    #menu:target .menu__hook a, #menu:target .menu__hook summary {
      color: white; }
  #menu:target .menu__list {
    pointer-events: all;
    opacity: 1; }
  #menu:target .menu__item a, #menu:target .menu__item summary {
    opacity: 1; }

.menu {
  display: flex;
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  left: auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: width;
  transition-duration: 0;
  transition-delay: 0.6s;
  bottom: 0;
  max-height: 100vh;
  flex-flow: column;
  justify-content: space-between;
  /*
	@include mq(large) {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		overflow: visible;
		background-color: $black;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;

		&__list {
			display: flex;
			flex-flow: row wrap;
			justify-content: space-between;
			min-height: 0;
			margin: 0;
			padding: 0;
			opacity: 1;
			background-color: $accent--color;
			box-shadow: 0 0 0 1px $black inset;
			&--sub {
				display: none;
				flex-flow: column nowrap;
				min-width: 100%;
			//	width: $column_width;
				position: absolute;
				top: calc(1em + 1.5rem - 1px);
				left: 0;
				margin: 0;
				box-shadow: 0 0 0 1px $black inset;
				z-index: z(modal);
			}

		}
		&__item {
			font-family: $font-family-body;
			&:nth-last-child(1), &:nth-last-child(2) {
				.menu__list {
					right: 0;
					left: auto;
				}
			}
			position: relative;
			flex: 0 1 auto;
			width: auto;
			margin: 0;
			padding: 0;
			background-color: transparent;
			&:hover {
				.menu__list {
					display: flex;
				}
			}
			a {
				padding: $u/2 $u;
				box-shadow: 0 0;
				opacity: 1;
				color: $white;
			}
		}
	}
*/ }
  .menu__hook {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 501;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    width: 3rem;
    height: 3rem; }
    .menu__hook a, .menu__hook summary {
      text-align: center;
      display: block;
      padding: 1rem;
      font-family: "Consolas", monospace;
      font-size: 1.875rem;
      line-height: 0; }
      .menu__hook a.menu__show, .menu__hook summary.menu__show {
        display: block; }
      .menu__hook a.menu__hide, .menu__hook summary.menu__hide {
        display: none; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .menu {
      position: sticky; } }
  .menu__list {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 24.8277907313ch;
    padding: 5rem 1rem 0;
    color: white;
    background-color: #1c3e8d;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, width, padding; }
  .menu__item {
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }
    .menu__item a, .menu__item summary {
      display: block;
      height: 100%;
      padding: 0.5rem;
      -webkit-hyphens: none;
      -epub-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      -o-hyphens: none;
      hyphens: none;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      color: white; }

.section {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1rem 0; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .section {
      padding: 2rem 0; } }
  @media (min-width: 130ch) and (min-height: 700px) {
    .section {
      padding: 3rem 0; } }
  .section__inner {
    box-shadow: 0 0 0 1px #e3e3e3 inset, 0 0 0 2px white inset;
    padding: 1rem; }
  .section__heading {
    padding: 0 1rem; }

#lage-newsflash {
  padding: 0;
  background-color: #193880;
  color: whitesmoke; }
  #lage-newsflash a, #lage-newsflash summary {
    color: whitesmoke;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

.teaser {
  width: 100%;
  text-align: center;
  display: flex;
  padding: 0; }
  .teaser figcaption {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none; }
  .teaser a, .teaser summary {
    display: block;
    width: 100%;
    padding: 0.5rem; }
    .teaser a:hover, .teaser summary:hover {
      background-color: white; }
  .teaser__heading {
    font-size: 1rem; }
  .teaser__kicker {
    display: block;
    letter-spacing: .014em;
    font-size: 0.625rem;
    line-height: 1.4;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-chars: 6 3 2;
    hyphenate-limit-chars: 6 3 2;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 2; }
  .teaser__figure img {
    object-fit: contain;
    object-position: center 38.196601125%;
    height: 8rem;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .teaser__figure img.img--logo {
      object-fit: contain;
      object-position: center;
      height: 2rem; }
    .teaser__figure img.img--cover {
      object-fit: cover;
      object-position: center; }
  .teaser .more {
    display: flex;
    flex-flow: column;
    justify-content: center; }

.episode {
  padding: 1rem 0.5rem; }
  .episode__comment-logo {
    max-width: 5rem;
    margin: 1rem auto; }
  .episode__shownote strong:only-child {
    display: block;
    padding-top: 1rem;
    box-shadow: 0 -1px 0 0 #e3e3e3, 0 -2px 0 0 white; }
  .episode__shownote li {
    margin-bottom: 0.5rem; }
  .episode__header {
    text-align: center;
    padding: 1rem 0.5rem; }
  .episode__heading {
    line-height: 1.4; }
  .episode__sponsor {
    margin: auto;
    max-width: 65ch;
    text-align: center;
    font-size: 0.625rem; }
    .episode__sponsor p {
      margin: 0; }
  .episode__player {
    text-align: center;
    background: transparent !important; }
    .episode__player iframe {
      margin: auto; }
      .episode__player iframe .wrapper {
        background: transparent !important; }
  .episode__aside {
    display: grid;
    grid-template-rows: 3rem auto;
    grid-template-columns: 1fr 1fr 3rem;
    grid-template-areas: 'commenthook shownotehook close' 'content content content';
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 400;
    right: 0;
    bottom: 0;
    background-color: white; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .episode__aside {
        grid-template-columns: 1fr 1fr 3rem 3rem;
        grid-template-areas: 'commenthook shownotehook close .' 'content content content content'; } }
    @media (min-width: 65ch) {
      .episode__aside {
        position: sticky;
        top: 0; } }
  .episode__detail {
    display: contents;
    margin: 0;
    padding: 0;
    pointer-events: none; }
    .episode__detail-content {
      grid-area: content;
      max-height: 70vh;
      overflow-y: auto; }
      @media (min-width: 65ch) and (min-height: 600px) {
        .episode__detail-content {
          max-height: 50vh; } }
      .episode__detail-content a, .episode__detail-content summary {
        text-decoration: underline; }
        .episode__detail-content a.cta, .episode__detail-content a.wp-block-button__link, .episode__detail-content summary.cta, .episode__detail-content summary.wp-block-button__link, .episode__detail-content a.button, .episode__detail-content summary.button, .episode__detail-content a#searchsubmit, .episode__detail-content summary#searchsubmit {
          text-decoration: none; }
      .episode__detail-content ul, .episode__detail-content ol {
        margin-bottom: 1rem; }
    .episode__detail-close {
      display: contents; }
      .episode__detail-closelink {
        grid-area: close;
        pointer-events: none;
        overflow: hidden;
        position: relative;
        text-align: center;
        line-height: 3rem; }
        .episode__detail-closelink span {
          position: fixed;
          z-index: -1;
          top: 100%;
          right: 100%;
          bottom: 0;
          left: 0;
          overflow: hidden;
          clip: rect(0 0 0 0);
          height: 1px;
          width: 1px;
          margin: -1px;
          padding: 0;
          border: 0; }
        .episode__detail-closelink:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
    .episode__detail:target ~ .episode__detail-close .episode__detail-closelink {
      pointer-events: all; }
      .episode__detail:target ~ .episode__detail-close .episode__detail-closelink:before {
        content: '×'; }
    .episode__detail:target .episode__detail-hook {
      background-image: none;
      box-shadow: 1px 0 0 0 white;
      border-radius: 0.1666666667rem 0.1666666667rem 0 0 !important;
      z-index: 10; }
      .episode__detail:target .episode__detail-hook a, .episode__detail:target .episode__detail-hook summary {
        color: #5c5c5c; }
    .episode__detail:target .episode__detail-content {
      display: block; }
      .episode__detail:target .episode__detail-contentinner {
        padding: 0 1rem;
        background-color: whitesmoke;
        font-size: 0.75rem;
        position: relative; }
        .episode__detail:target .episode__detail-contentinner:before {
          content: '';
          display: block;
          position: sticky;
          top: 0;
          width: calc(100% + 2rem);
          margin: 0 -1rem 3rem;
          height: 0.5rem;
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
          background-color: whitesmoke; }
        .episode__detail:target .episode__detail-contentinner:after {
          content: '';
          display: block;
          position: sticky;
          bottom: 0;
          width: calc(100% + 2rem);
          margin: 3rem -1rem 0;
          height: 0.5rem;
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
          background-color: whitesmoke; }
    .episode__detail > * {
      pointer-events: all; }
    .episode__detail-hook {
      padding: 1rem; }
      .episode__detail-hook h2 {
        margin: 0;
        font-size: 1.125rem; }
      .episode__detail-hook a, .episode__detail-hook summary {
        display: block; }
    .episode__detail-content {
      display: none; }
  .episode .episode__comment-hook {
    grid-area: commenthook; }
  .episode .episode__shownote-hook {
    grid-area: shownotehook; }

.person {
  display: block;
  margin: 0 0 2rem;
  padding: 1rem 0; }
  @media (min-width: 65ch) and (min-height: 600px) {
    .person {
      display: flex; } }
  .person:nth-child(odd) {
    flex-direction: row-reverse; }
  .person__figure {
    height: 23rem; }
    .person__figure img {
      height: 100%;
      object-fit: cover;
      object-position: center 38.196601125%; }

.comment__action {
  text-align: right; }

.comment .comment {
  box-shadow: 0 -1px 0 0 #e3e3e3, 0 -2px 0 0 white;
  padding: 1rem 0; }
  .comment .comment cite.fn {
    text-align: left;
    padding-top: 0.5rem; }
  .comment .comment .avatar {
    float: left;
    margin: 0 1rem 0 0; }
  .comment .comment .says {
    display: block;
    clear: both; }

.sponsor {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-flow: dense;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .sponsor p {
    text-align: left; }
  .sponsor__detail {
    display: flex;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    align-content: space-around;
    padding: 2rem;
    box-shadow: 0 0 0 1px #193880;
    border-radius: 0.1666666667rem; }
    .sponsor__detail summary:before {
      display: none; }
    .sponsor__detail img {
      width: 9rem;
      max-height: 5.5623058987rem;
      aspect-ratio: 1.6180339887;
      object-fit: contain;
      object-position: center;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .sponsor__detail .cta, .sponsor__detail .wp-block-button__link, .sponsor__detail .button, .sponsor__detail #searchsubmit {
      text-align: inherit;
      -webkit-hyphens: auto;
      -epub-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      -webkit-hyphenate-limit-lines: 2;
      -ms-hyphenate-limit-lines: 2;
      hyphenate-limit-lines: 2;
      -ms-hyphenate-limit-chars: 6 3 2;
      hyphenate-limit-chars: 6 3 2;
      -webkit-hyphenate-before: 2;
      -webkit-hyphenate-after: 3;
      hyphenate-lines: 2;
      margin-block: 0.5rem; }
    .sponsor__detail[open] {
      text-align: left; }
      @media (min-width: 31rem) {
        .sponsor__detail[open] {
          grid-column: span 2; } }
      .sponsor__detail[open] img {
        width: 100%;
        max-height: 9rem;
        object-position: center left; }

.promotion {
  position: fixed;
  inset: 0;
  max-inline-size: Calc(100vw - 2rem);
  max-block-size: Calc(100vh - 2rem);
  overflow: hidden;
  overflow: hidden;
  z-index: 500;
  margin: auto; }
  .promotion:before {
    content: '';
    position: fixed;
    inset: 0;
    background-color: #193880;
    z-index: 0; }
  .promotion__content {
    position: relative;
    z-index: 10;
    background-color: var(--body-background-color);
    padding: 1rem; }
  .promotion__figure {
    overflow: hidden;
    margin-block-end: 1rem; }
    .promotion__figure img {
      max-block-size: 62vh;
      inline-size: 100%;
      object-fit: cover; }
  .promotion__proceed {
    display: flex;
    gap: Calc(0.5rem);
    margin-block-start: 1rem; }

.provider .provider__list {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  text-align: center; }

.provider .provider__item {
  text-indent: 0;
  padding: auto;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  align-content: space-around;
  padding: 2rem;
  box-shadow: 0 0 0 1px #193880;
  border-radius: 0.1666666667rem; }
  .provider .provider__item .cta, .provider .provider__item .wp-block-button__link, .provider .provider__item .button, .provider .provider__item #searchsubmit {
    text-align: inherit; }

.provider .provider__logo {
  width: 100%;
  max-width: 10rem;
  height: 3.05572809rem;
  object-fit: contain;
  object-position: center; }

.screen-reader-text {
  position: fixed;
  z-index: -1;
  top: 100%;
  right: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.alignright {
  max-width: 50%; }

.alignleft {
  max-width: 50%; }

/*
	taken from /wp-includes/css/dist/block-library/style.min.css
	BLOCK STYLES
	*/
.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.block-editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 13px;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  border: 1px dashed rgba(145, 151, 162, 0.25);
  border-bottom: none; }

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600; }

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px; }

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0; }

@media (min-width: 960px) {
  .block-editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap; }
  .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0; }
  .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px; } }

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) rgba(66, 88, 99, 0.4) transparent; }

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
  border-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.45) transparent; }

.block-editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border: 1px dashed #e2e4e7;
  color: #555d66;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px; }

.wp-block-button.aligncenter {
  text-align: center; }

.wp-block-button.alignright {
  text-align: right; }

.is-style-outline {
  color: #32373c; }

.wp-block-calendar {
  text-align: center; }

.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7; }

.wp-block-calendar tfoot td {
  border: none; }

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif; }

.wp-block-calendar table th {
  font-weight: 440;
  background: #edeff0; }

.wp-block-calendar a, .wp-block-calendar summary {
  text-decoration: underline; }

.wp-block-calendar tfoot a, .wp-block-calendar tfoot summary {
  color: #00739c; }

.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #40464d; }

.wp-block-categories.alignleft {
  margin-right: 2em; }

.wp-block-categories.alignright {
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }

.wp-block-column {
  flex-grow: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0; }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px; } }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px; } }

.wp-block-cover, .wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.wp-block-cover-image.has-left-content, .wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover-image.has-left-content .wp-block-cover-text, .wp-block-cover-image.has-left-content h2, .wp-block-cover.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, .wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content, .wp-block-cover.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover-image.has-right-content .wp-block-cover-text, .wp-block-cover-image.has-right-content h2, .wp-block-cover.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, .wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right; }

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover-image .wp-block-cover-image-text a, .wp-block-cover-image .wp-block-cover-image-text summary, .wp-block-cover-image .wp-block-cover-image-text a:active, .wp-block-cover-image .wp-block-cover-image-text a:focus, .wp-block-cover-image .wp-block-cover-image-text a:hover, .wp-block-cover-image .wp-block-cover-text a, .wp-block-cover-image .wp-block-cover-text summary, .wp-block-cover-image .wp-block-cover-text a:active, .wp-block-cover-image .wp-block-cover-text a:focus, .wp-block-cover-image .wp-block-cover-text a:hover, .wp-block-cover-image h2 a, .wp-block-cover-image h2 summary, .wp-block-cover-image h2 a:active, .wp-block-cover-image h2 a:focus, .wp-block-cover-image h2 a:hover, .wp-block-cover .wp-block-cover-image-text a, .wp-block-cover .wp-block-cover-image-text summary, .wp-block-cover .wp-block-cover-image-text a:active, .wp-block-cover .wp-block-cover-image-text a:focus, .wp-block-cover .wp-block-cover-image-text a:hover, .wp-block-cover .wp-block-cover-text a, .wp-block-cover .wp-block-cover-text summary, .wp-block-cover .wp-block-cover-text a:active, .wp-block-cover .wp-block-cover-text a:focus, .wp-block-cover .wp-block-cover-text a:hover, .wp-block-cover h2 a, .wp-block-cover h2 summary, .wp-block-cover h2 a:active, .wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover {
  color: #fff; }

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll; } }

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: .5;
  z-index: 1; }

.wp-block-cover-image.has-background-dim.has-background-dim-10:before, .wp-block-cover.has-background-dim.has-background-dim-10:before {
  opacity: .1; }

.wp-block-cover-image.has-background-dim.has-background-dim-20:before, .wp-block-cover.has-background-dim.has-background-dim-20:before {
  opacity: .2; }

.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
  opacity: .3; }

.wp-block-cover-image.has-background-dim.has-background-dim-40:before, .wp-block-cover.has-background-dim.has-background-dim-40:before {
  opacity: .4; }

.wp-block-cover-image.has-background-dim.has-background-dim-50:before, .wp-block-cover.has-background-dim.has-background-dim-50:before {
  opacity: .5; }

.wp-block-cover-image.has-background-dim.has-background-dim-60:before, .wp-block-cover.has-background-dim.has-background-dim-60:before {
  opacity: .6; }

.wp-block-cover-image.has-background-dim.has-background-dim-70:before, .wp-block-cover.has-background-dim.has-background-dim-70:before {
  opacity: .7; }

.wp-block-cover-image.has-background-dim.has-background-dim-80:before, .wp-block-cover.has-background-dim.has-background-dim-80:before {
  opacity: .8; }

.wp-block-cover-image.has-background-dim.has-background-dim-90:before, .wp-block-cover.has-background-dim.has-background-dim-90:before {
  opacity: .9; }

.wp-block-cover-image.has-background-dim.has-background-dim-100:before, .wp-block-cover.has-background-dim.has-background-dim-100:before {
  opacity: 1; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none; } }

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex; }

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9; }

.wp-block-cover-image .wp-block-subhead, .wp-block-cover-image h1, .wp-block-cover-image .teaser__heading, .wp-block-cover-image .episode__id, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image .episode__shownote strong:only-child, .episode__shownote .wp-block-cover-image strong:only-child, .wp-block-cover-image h6, .wp-block-cover-image p, .wp-block-cover .wp-block-subhead, .wp-block-cover h1, .wp-block-cover .teaser__heading, .wp-block-cover .episode__id, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover .episode__shownote strong:only-child, .episode__shownote .wp-block-cover strong:only-child, .wp-block-cover h6, .wp-block-cover p {
  color: inherit; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit, .block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit, .wp-block-embed.alignleft, .wp-block-embed.alignright {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%; }

.responsive-wrapper, .wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .responsive-wrapper iframe, .wp-has-aspect-ratio .wp-block-embed__wrapper iframe, .responsive-wrapper object, .wp-has-aspect-ratio .wp-block-embed__wrapper object, .responsive-wrapper embed, .wp-has-aspect-ratio .wp-block-embed__wrapper embed, .responsive-wrapper figure, .wp-has-aspect-ratio .wp-block-embed__wrapper figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio16x9, .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25% !important; }

.ratio4x3, .wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-bottom: 75% !important; }

.ratio1x1, .wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  padding-bottom: 100% !important; }

.wp-block-file {
  margin-bottom: 1.5em; }

.wp-block-file.aligncenter {
  text-align: center; }

.wp-block-file.alignright {
  text-align: right; }

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em; }

.wp-block-file a.wp-block-file__button, .wp-block-file summary.wp-block-file__button {
  text-decoration: none; }

.wp-block-file a.wp-block-file__button:active, .wp-block-file summary.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file summary.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file summary.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file summary.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none; }

.wp-block-file * + .wp-block-file__button {
  margin-left: .75em; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent); }

.wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline; }

.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image summary, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item summary, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image summary, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item summary, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2); }

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0; }

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0; }

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px); } }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px); } }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px); } }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px); } }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px); } }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px; }
  @supports (-ms-ime-align: auto) {
    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px); } }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0; }

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%; }

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex; }

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center; }

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image img {
  max-width: 100%; }

.wp-block-image.aligncenter {
  text-align: center; }

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%; }

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0; }

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom; }

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em; }

.wp-block-image .alignright {
  float: right;
  margin-left: 1em; }

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none; }

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px; }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  margin-left: 2em; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px); } }

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto; }

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%; }

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%; }

.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media"; } }

.is-small-text {
  font-size: 14px; }

.is-regular-text {
  font-size: 16px; }

.is-large-text {
  font-size: 36px; }

.is-larger-text {
  font-size: 48px; }

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.has-drop-cap:not(:focus):after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a, p.has-text-color summary {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px; }

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px; }

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6; }

.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative; }

.wp-block-pullquote .has-text-color a, .wp-block-pullquote .has-text-color summary {
  color: inherit; }

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none; }

.wp-block-pullquote.is-style-solid-color {
  border: none; }

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%; }

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px; }

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal; }

.wp-block-pullquote cite {
  color: inherit; }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em; }

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right; }

.wp-block-rss.alignleft {
  margin-right: 2em; }

.wp-block-rss.alignright {
  margin-left: 2em; }

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px); }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px); }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px); }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px); }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px); } }

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  color: #6c7781;
  font-size: 13px; }

.wp-block-search {
  display: flex;
  flex-wrap: wrap; }

.wp-block-search .wp-block-search__label {
  width: 100%; }

.wp-block-search .wp-block-search__input {
  flex-grow: 1; }

.wp-block-search .wp-block-search__button {
  margin-left: 10px; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto; }

.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5; }

.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5; }

.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe; }

.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef; }

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5; }

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5; }

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
  background-color: #e9fbe5; }

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
  background-color: #e7f5fe; }

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
  background-color: #fcf0ef; }

.wp-block-table.is-style-stripes td {
  border-color: transparent; }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex; }

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0; }

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0; }

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0; }

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%; }

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%; }

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%; }

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }

.wp-block-video video {
  max-width: 100%; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover; } }

.wp-block-video.aligncenter {
  text-align: center; }

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7; }

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e; }

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900; }

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900; }

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5; }

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084; }

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc; }

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3; }

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee; }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3; }

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131; }

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7; }

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e; }

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900; }

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900; }

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5; }

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084; }

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc; }

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3; }

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee; }

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3; }

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131; }

.has-small-font-size {
  font-size: 13px; }

.has-normal-font-size, .has-regular-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-huge-font-size, .has-larger-font-size {
  font-size: 42px; }

.page__outer, .section {
  scroll-snap-align: start; }

.cta, .button, #searchsubmit, .menu__hook, .episode__detail-hook, .wp-block-button__link {
  border-radius: 0.1666666667rem;
  background-color: whitesmoke;
  background-image: linear-gradient(142deg, whitesmoke, white 61.803398875%); }

.cta:hover, .button:hover, #searchsubmit:hover, .wp-block-button__link:hover {
  background-image: linear-gradient(142deg, whitesmoke, white 38.196601125%); }

.cta, .button, #searchsubmit, .menu__hook, .episode__aside, .wp-block-button__link {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(227, 227, 227, 0.7), -0.125rem -0.125rem 0.25rem rgba(255, 255, 255, 0.7); }

.episode, .sponsor__detail, .provider .provider__item {
  box-shadow: -0.5rem -0.5rem 1rem rgba(227, 227, 227, 0.7), 0.5rem 0.5rem 1rem rgba(255, 255, 255, 0.7); }

.optic--filter img, .teaser img {
  filter: saturate(0) contrast(0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.optic--filter:hover img, .teaser:hover img {
  filter: none; }

.emphasis--member {
  box-shadow: 0 0 0.25rem 0 #55b4dd inset, 0.125rem 0.125rem 0.25rem rgba(227, 227, 227, 0.7), -0.125rem -0.125rem 0.25rem rgba(255, 255, 255, 0.7); }

.overlay {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  height: 2rem;
  max-width: 25%;
  overflow: hidden; }

.sticky--on-small {
  position: sticky;
  z-index: 399;
  top: 0;
  bottom: 0; }

@media (min-width: 65ch) and (min-height: 600px) {
  .sticky {
    position: sticky;
    z-index: 399;
    top: var(--headerHeight);
    bottom: var(--footerHeight); } }

.a11y, .search-results .page-header, .is-hidden {
  position: fixed;
  z-index: -1;
  top: 100%;
  right: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

abbr[title], .acronym {
  font-size: .95em; }

.uppercase {
  text-transform: uppercase; }

.fs-3, .episode__time {
  font-size: 0.625rem; }

.fs-2, .page__footer {
  font-size: 0.75rem; }

.fs-1 {
  font-size: 0.875rem; }

.fs0, .episode__heading, .comment .comment cite.fn {
  font-size: 1rem; }

.fs1 {
  font-size: 1.125rem; }

.fs2 {
  font-size: 1.5rem; }

.fs3, .episode__detail-closelink:before {
  font-size: 1.875rem; }

.fs4 {
  font-size: 2.25rem; }

.fs5 {
  font-size: 2.625rem; }

.fs6 {
  font-size: 4.5rem; }

.fs7 {
  font-size: 5.25em; }

.fs8 {
  font-size: 6em; }

.has-scrollbar, .scrollbox,
.scrollbox--x,
.scrollbox--y, html, .episode__detail-content {
  scrollbar-color: #193880 white; }
  .has-scrollbar::-webkit-scrollbar, .scrollbox::-webkit-scrollbar,
  .scrollbox--x::-webkit-scrollbar,
  .scrollbox--y::-webkit-scrollbar, html::-webkit-scrollbar, .episode__detail-content::-webkit-scrollbar {
    width: auto; }
    @media (hover: hover) {
      .has-scrollbar::-webkit-scrollbar, .scrollbox::-webkit-scrollbar,
      .scrollbox--x::-webkit-scrollbar,
      .scrollbox--y::-webkit-scrollbar, html::-webkit-scrollbar, .episode__detail-content::-webkit-scrollbar {
        width: 1rem; } }
  .has-scrollbar::-webkit-scrollbar-track, .scrollbox::-webkit-scrollbar-track,
  .scrollbox--x::-webkit-scrollbar-track,
  .scrollbox--y::-webkit-scrollbar-track, html::-webkit-scrollbar-track, .episode__detail-content::-webkit-scrollbar-track {
    background-color: white; }
  .has-scrollbar::-webkit-scrollbar-thumb, .scrollbox::-webkit-scrollbar-thumb,
  .scrollbox--x::-webkit-scrollbar-thumb,
  .scrollbox--y::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb, .episode__detail-content::-webkit-scrollbar-thumb {
    color: white;
    background-color: #193880;
    border: 0.25rem solid;
    border-radius: 0; }
    @media (hover: hover) {
      .has-scrollbar::-webkit-scrollbar-thumb, .scrollbox::-webkit-scrollbar-thumb,
      .scrollbox--x::-webkit-scrollbar-thumb,
      .scrollbox--y::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb, .episode__detail-content::-webkit-scrollbar-thumb {
        width: 1rem; } }
.scrollbox,
.scrollbox--x,
.scrollbox--y {
  flex-wrap: nowrap; }

.scrollbox {
  overflow: scroll; }

.scrollbox--x {
  padding: 0;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }
  .scrollbox--x > * {
    scroll-snap-align: center;
    flex-basis: 42%; }
    @media (min-width: 65ch) and (min-height: 600px) {
      .scrollbox--x > * {
        flex-basis: 20%; } }
    @media (min-width: 130ch) and (min-height: 700px) {
      .scrollbox--x > * {
        flex-basis: 20%; } }
.scrollbox--y {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch; }
  .scrollbox--y > * {
    scroll-snap-align: center; }

.member sup {
  color: #55b4dd; }

.background__white {
  background-color: white; }

.color__white {
  color: white; }

.background__offwhite {
  background-color: whitesmoke; }

.color__offwhite {
  color: whitesmoke; }

.background__egg {
  background-color: whitesmoke; }

.color__egg {
  color: whitesmoke; }

.background__glossy {
  background-color: #e3e3e3; }

.color__glossy {
  color: #e3e3e3; }

.background__bright {
  background-color: #c7c7c7; }

.color__bright {
  color: #c7c7c7; }

.background__light {
  background-color: #ababab; }

.color__light {
  color: #ababab; }

.background__gloomy {
  background-color: #8f8f8f; }

.color__gloomy {
  color: #8f8f8f; }

.background__grey {
  background-color: #757575; }

.color__grey {
  color: #757575; }

.background__gray {
  background-color: #757575; }

.color__gray {
  color: #757575; }

.background__dun {
  background-color: #5c5c5c; }

.color__dun {
  color: #5c5c5c; }

.background__dark {
  background-color: #454545; }

.color__dark {
  color: #454545; }

.background__night {
  background-color: #2e2e2e; }

.color__night {
  color: #2e2e2e; }

.background__offblack {
  background-color: #171717; }

.color__offblack {
  color: #171717; }

.background__pitch {
  background-color: #171717; }

.color__pitch {
  color: #171717; }

.background__black {
  background-color: black; }

.color__black {
  color: black; }

.background__brand {
  background-color: #193880; }

.color__brand {
  color: #193880; }

.background__accent {
  background-color: #55b4dd; }

.color__accent {
  color: #55b4dd; }

.background__positive {
  background-color: #7edd55; }

.color__positive {
  color: #7edd55; }

.background__mediocre {
  background-color: #ddd055; }

.color__mediocre {
  color: #ddd055; }

.background__negative {
  background-color: #dd6255; }

.color__negative {
  color: #dd6255; }

.background__admin {
  background-color: rebeccapurple; }

.color__admin {
  color: rebeccapurple; }

.background__rss {
  background-color: #cc8733; }

.color__rss {
  color: #cc8733; }

.background__google {
  background-color: #4387f4; }

.color__google {
  color: #4387f4; }

.background__pinterest {
  background-color: #cc242a; }

.color__pinterest {
  color: #cc242a; }

.background__youtube {
  background-color: #cd181e; }

.color__youtube {
  color: #cd181e; }

.background__xcom {
  background-color: #0f141a; }

.color__xcom {
  color: #0f141a; }

.background__facebook {
  background-color: #1876f2; }

.color__facebook {
  color: #1876f2; }

.background__linkedin {
  background-color: #0074b3; }

.color__linkedin {
  color: #0074b3; }

.background__whatsapp {
  background-color: #13e600; }

.color__whatsapp {
  color: #13e600; }

.background__instagram {
  background-color: #bf408a; }

.color__instagram {
  color: #bf408a; }

.background__e-mail {
  background-color: #193880; }

.color__e-mail {
  color: #193880; }
