<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
*,
*::before,
*::after {
  box-sizing: border-box;
}*/
/* remove default spacing */
/* force styling of type through styling, rather than elements */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */
/* html {
  color-scheme: dark light;
 } */
/* min body height */
body {
  min-height: 100vh;
  min-height: 100svh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/Montserrat-VariableFont_wght-2b4c48e4d75dc0183d5a52680098c8efcc52e6d471ec1601f31aff1866cb2b28.ttf) format("truetype-variations");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/assets/Montserrat-Italic-VariableFont_wght-9e9b298ad6dd5d801b5338e2c516e6ed938c05e6ae89655d481c8254acdba435.ttf) format("truetype-variations");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: italic;
}
@font-face {
  font-family: "EBGaramond";
  src: url(/assets/EBGaramond-VariableFont_wght-e64a88d41159872a7cd4ca0df932c7787459df9ad0a4236dba72107d8539897b.ttf) format("truetype-variations");
  font-weight: 400 800;
  font-stretch: 75% 125%;
  font-style: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url(/assets/EBGaramond-Italic-VariableFont_wght-36112285e9111b04cb2ad001cff3eeb34af222cad03ddcafdb63fd58d54f59e4.ttf) format("truetype-variations");
  font-weight: 400 800;
  font-stretch: 75% 125%;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Light-2ad2b3958b10fead7e6b8acda5108d09d59192eac6e8a6c4837dad70b105c1fd.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-LightItalic-ef33c5077010859a45bd356a236eaeb7464740fff12afe12e7059aeb13247de7.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Regular-20000d75440612ea9275ebd2723e3fa8730d6bbfd445ed31bad745bec6164d8b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Italic-f4406f4e9a0a200111282001c1497f689ba1f0d5b81b4fd10f5572f03fdd4d49.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-Black-7d5b31853f879f9c089433e4f1f5328b77c8aa723956a89dc844834f068c0cba.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/Roboto-BlackItalic-aad0774571805940df0c046907adf7dedb22a499346e95a9d8fa6a7c4e3ff970.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x &gt; .ps__rail-x,
.ps--active-y &gt; .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover &gt; .ps__rail-x,
.ps:hover &gt; .ps__rail-y,
.ps--focus &gt; .ps__rail-x,
.ps--focus &gt; .ps__rail-y,
.ps--scrolling-x &gt; .ps__rail-x,
.ps--scrolling-y &gt; .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover &gt; .ps__thumb-x,
.ps__rail-x:focus &gt; .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover &gt; .ps__thumb-y,
.ps__rail-y:focus &gt; .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
:root {
  --green: #73ba87;
  --logo: #ff0202;
  --black: #2d2d2d;
  --grey100: #6c746e;
  --grey50: #b5b9b6;
  --grey25: #dbdddb;
  --grey10: #f2f2f2;
  --white: #fcfcfc;
  --bg: #f2ede1;
  --blue: #4363ff;
  --quiz: #b0d2d6;
  --green: #73ba87;
  --menu-color: var(--black);
  --exercise: #f0ecc4;
  --lesson: #d9d6c6;
  --intro: #b0d2d6;
  --sans: Montserrat, sans-serif;
  --serif: EBGaramond, serif;
  font: 10px/1.3 var(--sans);
  font-optical-sizing: auto;
  --color-header-bg: var(--green);
  --clr-dk-church: #A3A3C1;
}

html {
  scroll-behavior: smooth;
}
html[lang=sv] {
  --color-header-bg: #e5e3d2;
}
html[lang=nb] {
  --color-header-bg: #EB4D4A;
  caret-color: var(--color-header-bg);
}
html[lang=nb] .primary-navigation a.active {
  text-decoration-color: var(--black);
}
html[lang=nb] .category-list-container {
  --color: #C7D5B5;
}
html[lang=nb] .footer-some-links svg {
  width: 120px;
}

a:not([class]) {
  color: inherit;
}

body {
  background: var(--white);
  display: flex;
  flex-direction: column;
}
body[data-collection=praediken] {
  --color-header-bg: var(--clr-dk-church);
}

:has(search) .header-search-link {
  display: none;
}

header,
footer {
  flex-grow: 0;
}

label:focus-within,
.global-nav:focus-visible,
.global-nav-button:focus-visible {
  outline: 4px solid rgba(0, 124, 250, 0.8);
}

.global-nav-button:focus-visible {
  outline-offset: -7px;
}

main {
  flex-grow: 1;
  margin: 20px;
}

@media (min-width: 768px) {
  main {
    margin: 25px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#scroll-pagination {
  text-align: center;
}
#scroll-pagination a {
  display: inline-block;
  height: 0;
  overflow: hidden;
}

.search-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.search-loading div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--grey50);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.search-loading div:nth-child(1) {
  left: 8px;
  animation: search-loading1 0.6s infinite;
}

.search-loading div:nth-child(2) {
  left: 8px;
  animation: search-loading2 0.6s infinite;
}

.search-loading div:nth-child(3) {
  left: 32px;
  animation: search-loading2 0.6s infinite;
}

.search-loading div:nth-child(4) {
  left: 56px;
  animation: search-loading3 0.6s infinite;
}

@keyframes search-loading1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes search-loading3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes search-loading2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#skip-to-content-link {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1;
  background: black;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  left: 60px;
  top: 14px;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
}
#skip-to-content-link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

.primary-navigation {
  font-size: 2.8rem;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
}
.primary-navigation ul {
  list-style: none;
  margin: 80px 40px 60px 40px;
  padding: 0;
}
.primary-navigation li + li {
  margin-top: 30px;
}
.primary-navigation a {
  color: var(--black);
  text-decoration: none;
}
.primary-navigation a.active {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-color: var(--grey100);
}

@media (max-width: 767px) {
  .primary-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: translateY(-100%);
    background: var(--color-header-bg);
  }
  .primary-navigation.animated {
    transition: transform 300ms ease;
  }
  .primary-navigation.is-open {
    transform: translateY(0);
  }
}
header {
  margin: 0;
  padding: 0;
  position: relative;
  isolation: isolate;
  background: var(--color-header-bg);
}

header.previews::after {
  content: "PREVIEW";
  position: fixed;
  top: 0;
  left: 50%;
  padding: 0.4em 0.8em;
  border-radius: 0 0 4px 4px;
  font: 500 1.6rem/1 var(--sans);
  background: #efaf3f;
  color: var(--black);
  transform: translate(-50%, 0);
}

.header__container {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container:has(.header__tabs) {
  align-items: inherit;
  height: 112px;
}
.header__container:has(.header__tabs) .primary-navigation ul {
  margin-top: 120px;
}

.header__tabs {
  display: flex;
  gap: 8px;
  justify-content: end;
  font-size: 1.8rem;
  line-height: 3;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 0;
}
.header__tabs a {
  min-width: 140px;
  text-decoration: none;
  color: var(--black);
  height: 2.5em;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  border-radius: 0 0 8px 8px;
  padding: 0 8px;
  box-sizing: border-box;
}
.header__tabs a.active, .header__tabs a:hover {
  background-color: var(--white);
}

.header__container-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__container-inner &gt; div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__container-inner:has(.header__tabs) {
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.burger-menu-button {
  border: none;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: relative;
  background: none;
}
.burger-menu-button.is-open {
  position: relative;
}
.burger-menu-button.is-open .burger-inner::before {
  top: 0;
  rotate: 45deg;
  transition: top 0.15s ease 0s, rotate 0.15s ease-out 0.3s, background-color 1s ease 0s;
}
.burger-menu-button.is-open .burger-inner::after {
  top: 0;
  rotate: -45deg;
  transition: top 0.15s ease 0s, rotate 0.15s ease-out 0.3s, background-color 1s ease 0s;
}
.burger-menu-button.is-open .burger-inner::before,
.burger-menu-button.is-open .burger-inner::after {
  background-color: #000;
}
.burger-menu-button.is-open .burger-inner {
  background-color: transparent;
  transition: background-color 0.3s ease 0.15s;
}

.burger-inner {
  left: 18px;
  top: 29px;
  width: 24px;
  height: 2px;
  background-color: var(--menu-color, #000);
  border-radius: 4px;
  position: absolute;
}
.burger-inner::before, .burger-inner::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--menu-color, #000);
  border-radius: 4px;
  position: absolute;
  transition: rotate 0.15s ease-out 0s, top 0.15s ease 0.3s;
}
.burger-inner:before {
  top: -8px;
}
.burger-inner:after {
  top: 8px;
}

.top-nav__logo svg {
  width: 33px;
  aspect-ratio: 0.8;
  display: block;
  fill: var(--logo);
}

.top-nav__logo {
  padding: 10px 15px;
  align-self: center;
}

.header-search-link {
  width: 60px;
  height: 60px;
}
.header-search-link svg {
  margin: 15px;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .burger-menu-button {
    display: none;
  }
  .header-search-link {
    margin-right: 15px;
  }
  .primary-navigation {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    transform: none;
  }
  .primary-navigation ul {
    display: flex;
    list-style: none;
    margin: 0 !important;
    padding: 0;
  }
  .primary-navigation li + li {
    margin-top: 0;
    margin-left: 30px;
  }
  .header__container {
    margin: 0 25px;
    height: 110px;
  }
  .header__container-inner &gt; div {
    height: 60px;
  }
  .header__tabs {
    margin: 0;
  }
  .top-nav__logo {
    padding: 10px;
    margin-left: -10px;
  }
  .top-nav__logo svg {
    width: 56px;
  }
}
footer {
  background: var(--grey100);
  margin-top: 60px;
  padding: 12px 20px;
  font-size: 1.4rem;
}
footer a {
  color: var(--grey25);
  text-decoration: none;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-some-links, .footer-site-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-site-links li + li {
  margin-left: 20px;
}

.footer-some-links li + li {
  margin-left: 12px;
}

.footer-some-links a {
  padding: 4px;
  display: block;
}

.footer-some-links svg {
  display: block;
  width: 20px;
}
.footer-some-links svg path {
  fill: var(--grey25);
}

@media (min-width: 768px) {
  footer {
    padding: 12px 25px;
  }
}
.search-container {
  background: var(--color-header-bg);
  padding: 20px;
  margin: -20px;
}
.search-container &gt; div {
  margin: 0px auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .search-container {
    margin: -25px;
    padding: 25px;
  }
}

.search-container {
  margin-bottom: 0px;
}

form#search-form {
  margin: 0;
}

.search-form {
  margin: 0;
  display: flex;
  align-items: center;
  border: 2px solid var(--grey50);
  height: 48px;
  border-radius: 48px;
  padding: 0 6px 0 24px;
  font-size: 1.6rem;
}
.search-form input[type=text] {
  flex-grow: 1;
  height: 48px;
  border: none;
  background: transparent;
  outline: none;
}
.search-form input[type=text]:-moz-placeholder-shown ~ [type=reset] {
  display: none;
}
.search-form input[type=text]:placeholder-shown ~ [type=reset] {
  display: none;
}
.search-form [type=reset] {
  width: 32px;
  height: 48px;
  border: none;
  cursor: pointer;
  color: var(--black);
  background: transparent;
  line-height: 0px;
  padding: 0;
}
.search-form [type=reset] svg {
  width: 24px;
  height: 24px;
  fill: var(--black);
}
.search-form [type=submit] {
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  color: var(--black);
  background: transparent;
  line-height: 0px;
  padding: 0;
}
.search-form [type=submit] svg {
  width: 32px;
  height: 32px;
  fill: var(--black);
}
.search-form:focus-within, .search-form:hover, .search-form:not(:has(input[autofocus])) {
  background: var(--white);
  border-color: var(--white);
}
.search-form:focus-within input[type=text]::-moz-placeholder, .search-form:hover input[type=text]::-moz-placeholder, .search-form:not(:has(input[autofocus])) input[type=text]::-moz-placeholder {
  color: var(--grey100);
}
.search-form:focus-within input[type=text]::placeholder, .search-form:hover input[type=text]::placeholder, .search-form:not(:has(input[autofocus])) input[type=text]::placeholder {
  color: var(--grey100);
}

.search-container-header {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 0.4em 24px;
  font-variation-settings: "wght" var(--wght-700);
  font-weight: var(--wght-700);
  letter-spacing: var(--letter-spacing);
  color: var(--black);
}
.search-container-header em {
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
  font-style: italic;
}

.hits-container,
.no-hits-container {
  margin: 40px 0 60px 0;
}

.search-option {
  display: flex;
  justify-content: center;
  gap: 0.6em;
  font-size: 1.6rem;
  margin-top: 1em;
}
.search-option [type=submit] {
  cursor: pointer;
  color: var(--white);
  padding: 0px 1em;
  margin: 2px;
  min-width: 100px;
  box-sizing: border-box;
  line-height: 1;
  border: none;
  height: 40px;
  background-color: var(--black);
  border-radius: 6px;
}

.filter-container {
  margin-top: 0.6em;
  font-size: 1.6rem;
  padding: 1em 0 0 12px;
  box-sizing: border-box;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
}
.filter-container &gt; div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 4px;
  justify-content: flex-end;
  align-items: center;
}
.filter-container &gt; div:nth-child(2) a {
  color: var(--black);
  padding: 0 8px;
  margin: 2px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  text-decoration: none;
}
.filter-container &gt; div:nth-child(2) a:hover, .filter-container &gt; div:nth-child(2) a:focus-visible {
  background: var(--white);
}

.entries-info {
  font-size: 1.8rem;
  font-weight: var(--wght-400);
}

.toggle-filters-button {
  cursor: pointer;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  margin: 2px;
  line-height: 1;
  border-radius: 6px;
  color: var(--black);
}
.toggle-filters-button svg {
  fill: var(--black);
}
.toggle-filters-button:hover, .toggle-filters-button:focus-visible {
  background: var(--white);
}
.toggle-filters-button.active, .toggle-filters-button:hover {
  color: var(--black);
}
.toggle-filters-button.active svg, .toggle-filters-button:hover svg {
  fill: var(--black);
}
.toggle-filters-button svg {
  width: 28px;
  margin-right: 4px;
}

.hits-container-speaker .hits {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
  gap: 20px;
}

.speaker-hit {
  text-align: center;
  font-size: 1.6rem;
}
.speaker-hit .speaker-avatar {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.6em;
  border-radius: 50%;
}
.speaker-hit .speaker-avatar:not(:has(img)) {
  background: var(--grey25) url(/assets/ico-person-a9a2e5780b2d95f9e8e536a2d774bc755910c7499139583503f828b36a8a4fe0.svg) no-repeat 50% 50% scroll;
  background-size: 45% 45%;
}
.speaker-hit img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  animation: fade-in 0.4s ease-in 0s 1 normal;
}
.speaker-hit a {
  color: var(--black);
  text-decoration: none;
}
.speaker-hit .speaker-title,
.speaker-hit .speaker-age {
  font-size: 1.4rem;
}
.speaker-hit .speaker-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.speaker-hit .speaker-age {
  color: var(--grey50);
}

.speech-speaker .speaker-title {
  margin-top: 0.2em;
}

.speaker-name {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}

.speaker-title {
  font-style: italic;
}

.speaker-age:after {
  content: " Ã¥r";
}

.no-hits-container {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 25px auto;
}
.no-hits-container h1 {
  font-size: 1.8rem;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
  margin: 0 0 1em 0;
}
.no-hits-container h1 strong::before,
.no-hits-container h1 strong::after {
  content: " - ";
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
}
.no-hits-container strong {
  font-variation-settings: "wght" var(--wght-700);
  font-weight: var(--wght-700);
  letter-spacing: var(--letter-spacing);
}
.no-hits-container ul {
  margin: 1em 0 0 1.3em;
  padding-left: 0;
}

.hits-container-speech .hits {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto;
}

.content .speech-hit a,
.speech-hit a {
  color: var(--black);
}
.content .speech-hit a:hover,
.speech-hit a:hover {
  text-decoration: none;
}

.speech-hit {
  font-size: 1.6rem;
}
.speech-hit .speech-thumbnail {
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--grey25);
}
.speech-hit .speech-thumbnail:not(:has(img)) {
  background: var(--grey25) url(/assets/ico-person-a9a2e5780b2d95f9e8e536a2d774bc755910c7499139583503f828b36a8a4fe0.svg) no-repeat 50% 50% scroll;
  background-size: 45% 45%;
}
.speech-hit img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  animation: fade-in 0.4s ease-in 0s 1 normal;
}
.speech-hit a {
  text-decoration: none;
  color: var(--black);
}
.speech-hit .speech-title {
  font-size: 1.8rem;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
  max-width: 50ch;
  margin-bottom: 0.1em;
}
.speech-hit time + .speech-speaker {
  margin-top: 0.1em;
}

.result-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6em;
  justify-content: flex-start;
}

.speech-topics {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0.8em 0 0 -2px;
}

.speech-topics span,
.speech-topics a,
.tag-link,
.current-tags a,
.speech-tags a,
.content .speech-tags a,
.tag-list a,
.folder-list a {
  padding: 3px 6px;
  color: var(--black);
  text-decoration: none;
  margin: 2px;
  background: var(--grey25);
  border-radius: 4px;
}
.speech-topics span:visited,
.speech-topics a:visited,
.tag-link:visited,
.current-tags a:visited,
.speech-tags a:visited,
.content .speech-tags a:visited,
.tag-list a:visited,
.folder-list a:visited {
  color: var(--black);
}

.tag-link {
  display: inline-flex;
  background: var(--black);
  color: var(--white);
}
.tag-link:visited {
  color: var(--white);
}
.tag-link svg {
  margin-left: 0.2em;
  width: 16px;
  fill: var(--white);
}

.speech-topics a:hover,
.speech-topics a.current,
.speech-tags a:hover,
.speech-tags a.current,
.content.speech-tags a:hover,
.content.speech-tags a.current,
.tag-list a:hover,
.tag-list a.current,
.folder-list a:hover,
.folder-list a.current {
  background: var(--black);
  color: var(--grey25);
  text-decoration: none;
}

.speech-hit + .speech-hit {
  margin-top: 2em;
}

.speech-hit-inner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 10px;
}

.search-filter {
  background: var(----color-header-bg);
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 0px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.search-filter.open {
  padding-bottom: 10px;
  max-height: 100vh;
}

.search-filter-bg {
  background: var(--color-header-bg);
  margin: 0 -20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .search-filter-bg {
    margin: 0 -25px;
  }
}

.search-filter-header {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
  padding-bottom: 0.4em;
  border-bottom: 1px solid var(--grey100);
}

.search-filter-tags .list-contianer,
.search-filter-types .list-contianer,
.search-filter-sort .list-contianer {
  margin-top: 0.4em;
  max-height: 30vh;
  position: relative;
  padding-right: 20px;
}
.search-filter-tags ul,
.search-filter-types ul,
.search-filter-sort ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-filter-tags ul li + li,
.search-filter-types ul li + li,
.search-filter-sort ul li + li {
  margin-top: 0.4em;
}
.search-filter-tags a,
.search-filter-types a,
.search-filter-sort a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}
.search-filter-tags a.current,
.search-filter-types a.current,
.search-filter-sort a.current {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}

.search-filter-tags a.current {
  padding-right: 20px;
  background: url(/assets/ico-close-cae175a5e58e856482c4074b143e5420c88e926ea41e0b9276dd3005840b6617.svg) no-repeat right 50% scroll;
  background-size: 16px;
}

.hits-ctrls a.sort {
  color: var(--grey50);
  text-decoration: none;
  display: inline-flex;
  border-radius: 6px;
  padding: 8px 10px;
  position: relative;
}
.hits-ctrls a.sort:hover {
  background: var(--grey25);
  color: var(--black);
}

.search-submit-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.search-filter-sort li {
  display: flex;
}
.search-filter-sort a {
  display: inline-flex;
}
.search-filter-sort a.sort svg {
  height: 16px;
  margin: 0 -4px 0 2px;
  fill: var(--black);
}

@media (min-width: 376px) {
  .speech-hit-inner {
    grid-template-columns: 60px 1fr;
  }
  .search-container-header {
    font-size: 2.4rem;
  }
}
@media (min-width: 640px) {
  .speech-hit-inner {
    gap: 20px;
    grid-template-columns: 80px 1fr;
  }
  .search-filter {
    gap: 40px;
  }
}
@media (min-width: 769px) {
  .search-container-header {
    font-size: 3.6rem;
  }
}
.ps__thumb-y {
  background-color: black;
}

:has(.result-details, .landingpage-section) .search-option {
  display: none;
}

.speech-article-container,
.node-article-container,
.edu-container,
.theme-container,
.current-tags,
.overview-article,
.latest-posts,
.wheel-article-container {
  margin: 20px auto 60px auto;
  max-width: 1320px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.hero-container {
  padding: 20px 20px 20px 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 -20px 0 -20px;
}
@media (min-width: 768px) {
  .hero-container {
    padding: 25px 25px 30px 25px;
    margin: 0 -25px 0 -25px;
  }
}

.hero {
  max-width: 1320px;
  margin: 0 auto;
}

.overview-article-container &gt; *, .wheel-section &gt; * {
  max-width: 70ch;
}

.category-list {
  margin: 3em 0;
}

.tag-list, .folder-list {
  margin: 3em 0 -1em 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.tag-list ul, .folder-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  line-height: 1.2;
}
.tag-list a, .folder-list a {
  padding: 8px 12px;
}

.folder-list {
  font-size: 2.2rem;
  font-weight: 500;
}
.folder-list a {
  padding: 0.6em 1em;
}

.categories .back-link {
  background: var(--grey25);
}
.categories .back-link svg {
  width: 19px;
  rotate: -90deg;
}

.category-tags {
  margin-top: 0.2em;
  font-size: 1.4rem;
  font-weight: 400;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  line-height: 1.2;
  margin: 2em 0;
}
.categories a {
  padding: 0.8em 1.2em;
  background: var(--intro);
  display: flex;
  align-items: center;
  gap: 0.8em;
  text-decoration: none;
  color: var(--black);
  border-radius: 6px;
  font-weight: 500;
  overflow: hidden;
}
.categories a .category-thumb {
  width: 120px;
  aspect-ratio: 1/1;
  margin: -0.8em 0 -0.8em -1.2em;
  overflow: hidden;
}
.categories a img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
  scale: 1;
  transition: scale 0.3s ease-in-out;
}
.categories a:hover span {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.categories a:hover img {
  scale: 1.1;
}
.categories a.active {
  background: var(--black);
  color: var(--white);
}
.categories a.active:hover span {
  text-decoration: none;
}

.category-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px 24px;
  margin: 1em 0 0 0;
  justify-items: stretch;
  align-items: stretch;
  --color: var(--color-header-bg);
}
.category-list-container .theme .node-label {
  display: none;
}

.list-item.article {
  --color: var(--intro);
}

.list-item.lesson,
.tmpl_lesson aside {
  --color: var(--lesson);
}

.list-item.exercise,
.tmpl_exercise aside {
  --color: var(--exercise);
}

.list-item {
  background: var(--color);
  padding: 20px 25px;
  border-radius: 8px;
  color: var(--black);
  text-decoration: none;
}
.list-item figure {
  margin: -20px -25px 1em -25px;
}
.list-item figcaption {
  font-size: 0.8em;
  color: var(--grey100);
  margin: 0.4em 25px 0 25px;
}
.list-item img {
  display: block;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.list-item:hover h3 {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.list-item .node-label {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0.4em;
}

.lesson .node-label,
.exercise .node-label {
  margin: 0;
  text-transform: lowercase;
  font-weight: 400;
}
.lesson .node-label:before,
.exercise .node-label:before {
  content: attr(data-n) ".";
  margin-right: 0.4em;
}

.facts-container__fact {
  font-size: 0.9em;
}
.facts-container__fact h5 {
  font-weight: 600;
  display: inline;
  text-transform: uppercase;
  margin: 0;
}
.facts-container__fact h5:after {
  content: ":";
}

.list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.list-item &gt; * {
  width: 100%;
}
.list-item h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.list-item p {
  font-size: 0.9em;
  margin: 1em 0;
}
.list-item .facts-container__fact + .facts-container__fact {
  margin-top: 0.4em;
}
.list-item .list-item &gt; *:last-child {
  margin-bottom: 0;
}

.edu-article &gt; * {
  grid-column: 1/span 1;
}
.edu-article aside {
  grid-column: 2/span 1;
  grid-row: 3/span 100;
  background: var(--color);
  padding: 1.2em;
  margin: 2em 0;
}
.edu-article strong {
  font-weight: 600;
}
.edu-article em {
  font-style: italic;
}

article strong {
  font-weight: 600;
}
article em {
  font-style: italic;
}

.edu-article h1,
.theme-article h1 {
  margin-bottom: 1.2em;
}

.edu-section,
.theme-section,
.wheel__container {
  margin: 0;
}
.edu-section h2,
.theme-section h2,
.wheel__container h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.edu-section h3,
.theme-section h3,
.wheel__container h3 {
  font-size: 1em;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.edu-section h2,
.edu-section h3,
.theme-section h2,
.theme-section h3,
.wheel__container h2,
.wheel__container h3 {
  margin: 1.5em 0 0.5em 0;
}
.edu-section &gt; div,
.edu-section ul,
.edu-section ol,
.edu-section blockquote,
.theme-section &gt; div,
.theme-section ul,
.theme-section ol,
.theme-section blockquote,
.wheel__container &gt; div,
.wheel__container ul,
.wheel__container ol,
.wheel__container blockquote {
  margin: 1.2em 0;
}
.edu-section &gt; div:first-child,
.edu-section ul:first-child,
.edu-section ol:first-child,
.edu-section blockquote:first-child,
.theme-section &gt; div:first-child,
.theme-section ul:first-child,
.theme-section ol:first-child,
.theme-section blockquote:first-child,
.wheel__container &gt; div:first-child,
.wheel__container ul:first-child,
.wheel__container ol:first-child,
.wheel__container blockquote:first-child {
  margin-top: 0;
}
.edu-section blockquote,
.theme-section blockquote,
.wheel__container blockquote {
  font-size: 1.6em;
  font-family: var(--serif);
}
.edu-section blockquote::before,
.theme-section blockquote::before,
.wheel__container blockquote::before {
  content: "â€œ";
}
.edu-section blockquote::after,
.theme-section blockquote::after,
.wheel__container blockquote::after {
  content: "â€";
}
.edu-section ul,
.edu-section ol,
.theme-section ul,
.theme-section ol,
.wheel__container ul,
.wheel__container ol {
  margin-left: 1.2em;
}
.edu-section figcaption,
.theme-section figcaption,
.wheel__container figcaption {
  margin: 0.4em 0 0 0;
  font-size: 0.8em;
  color: var(--grey100);
}
.edu-section figcaption div,
.theme-section figcaption div,
.wheel__container figcaption div {
  margin: 0;
}

.facts-container__fact + .facts-container__fact {
  margin-top: 1em;
}

.facts-container__fact h5 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.4;
  display: inline;
  text-transform: uppercase;
  margin: 0;
}
.facts-container__fact h5:after {
  content: ":";
}
.facts-container__fact .video-container {
  margin-top: 0.2em;
}

.file-link {
  display: flex;
  align-items: center;
}
.file-link span:first-child {
  background: url(/assets/ico-file-55656b75c24995df86222b9980ee2c33fbdd4eedf4f3d8bf6f0e8c37639e6bf7.svg) no-repeat 0% 50% scroll;
  background-size: 28px 28px;
  display: block;
  width: 30px;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 8px;
}

.speech-link {
  display: flex;
  align-items: center;
  margin-top: 0.2em;
}
.speech-link img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .edu-article {
    display: grid;
    align-items: flex-start;
    justify-content: flex-start;
    grid-template-columns: minmax(50%, 70ch) minmax(min-content, 470px);
    gap: 0px 60px;
  }
  .edu-article aside {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .list-item h3 {
    font-size: 2.8rem;
  }
}
.theme-section:not(.grid),
.back-to-parent-container,
.theme-article .article-title {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.theme-section.grid {
  background: var(--color-header-bg);
  padding: 25px 20px;
  grid-template-columns: 1fr 1fr;
}
.theme-section.grid &gt; div {
  margin: 0;
}
.theme-section.grid &gt; div &gt; :first-child {
  margin-top: 0;
}
.theme-section.grid &gt; div &gt; :last-child {
  margin-bottom: 0;
}
.theme-section.grid &gt; div + div {
  margin-top: 1.2em;
}
.theme-section.grid .speech-link {
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
}
.theme-section.grid .speech-link img {
  width: 180px;
  height: 180px;
}
.theme-section.grid .speech-link:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .theme-section.grid .speech-link img {
    margin-right: 15px;
  }
}
.theme-section + .theme-section {
  margin-top: 40px;
}

@media (min-width: 640px) {
  .theme-section.grid {
    display: grid;
    gap: 40px;
  }
  .theme-section.grid &gt; div + div {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .theme-section.grid {
    padding: 30px 25px;
  }
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 40px 20px;
}
.people-grid img {
  display: block;
  margin: 0;
  width: 100%;
  aspect: 1/1;
}

.people-grid-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--grey25) url(/assets/ico-person-a9a2e5780b2d95f9e8e536a2d774bc755910c7499139583503f828b36a8a4fe0.svg) no-repeat 50% 50% scroll;
  background-size: 45% 45%;
}

.trixed .people-grid-person,
.people-grid-person {
  margin: 0;
}

.speaker-article {
  max-width: 1200px;
  margin: 20px auto 60px auto;
}

.speaker-article-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.speaker-article-name {
  font-size: 2.8rem;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
  margin: 0;
}

.speaker-article-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
  margin: 0;
}

.speaker-article-age {
  font-size: 1.8rem;
  line-height: 1.4;
}

.speaker-article-details {
  flex-grow: 1;
  flex-basis: 300px;
}
.speaker-article-details * + .photo-source {
  margin-top: 8px;
}

.speaker-article-avatar {
  flex-basis: 200px;
  flex-grow: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.speaker-article-avatar:not(:has(img)) {
  background: var(--grey25);
}

.speaker-article-avatar img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  animation: fade-in 0.4s ease-in 0s 1 normal;
}

.speaker-article-profil {
  font: 400 2rem/1.4 "EBGaramond", serif;
  letter-spacing: 0.01em;
  max-width: 70ch;
}
.speaker-article-profil div + div {
  margin-top: 1em;
}

.article-section, .wheel-section {
  padding: 40px 0;
  margin: 0px auto;
}
.article-section h3, .wheel-section h3 {
  margin: 0 0 0.5em 0;
  font-size: 2rem;
  font-variation-settings: "wght" var(--wght-500);
  font-weight: var(--wght-500);
}
.article-section h3[data-label]::after, .wheel-section h3[data-label]::after {
  content: attr(data-label);
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--grey100);
}
.article-section h4, .wheel-section h4 {
  margin: 0 0 0.4em 0;
  font-size: 1.6rem;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.article-section * + h2, .wheel-section * + h2 {
  margin-top: 1em;
}
.article-section * + p, .wheel-section * + p {
  margin-top: 0.6em;
}
.article-section h2, .wheel-section h2 {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  font-size: 2.2rem;
  margin-bottom: 0.2em;
}
.article-section h2 + p, .wheel-section h2 + p {
  margin-top: 0em;
}
.article-section ul, .wheel-section ul {
  margin-left: 1.2em;
}
.article-section .resource__url, .wheel-section .resource__url {
  font-size: 0.9em;
}

.speech-circumstances {
  max-width: 70ch;
}

.speaker-article-section .speech-hit-inner {
  grid-template-columns: 48px 1fr;
  align-itesm: center;
}
.speaker-article-section .speech-hit-inner .speech-speaker {
  display: none;
}
.speaker-article-section div + .year-header {
  margin-top: 1em;
}
.speaker-article-section .year-header {
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  color: var(--black);
  font-variation-settings: "wght" var(--wght-500);
  font-weight: var(--wght-500);
}

@media (min-width: 426px) {
  .speaker-article-name {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .speaker-article-name {
    font-size: 4.8rem;
  }
  .speaker-article-profil {
    font-size: 2.4rem;
  }
  .speaker-article-details {
    flex-grow: 0;
    flex-basis: auto;
  }
  .speaker-article-avatar {
    flex-grow: 0;
    max-width: 300px;
    flex-basis: auto;
  }
  .article-section {
    grid-template-columns: 1fr 2fr;
  }
  .article-section h3, .wheel-section h3 {
    font-size: 2.2rem;
  }
  .article-section h2, .wheel-section h2 {
    font-size: 2.8rem;
  }
  .speaker-article-section .year-header {
    font-size: 2.4rem;
  }
}
.article-section + .article-section {
  border-top: 1px solid var(--grey25);
}

.speech-article, .node-article {
  grid-column: 1;
  grid-row: 1;
}

.article-title,
.overview-article h1 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
  max-width: 50ch;
  margin: 0;
}

.speech-article-subheader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.speech-article-subheader a[href$=pdf] {
  display: block;
  width: 40px;
}
.speech-article-subheader a[href$=pdf] svg {
  width: 32px;
  fill: var(--grey100);
}
.speech-article-subheader a[href$=pdf]:hover svg {
  fill: var(--black);
}

#toc {
  display: none;
  font-size: 1.6rem;
  line-height: 1.25;
}
#toc h5 {
  margin: 0 0 1em 20px;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
  font-size: 1.8rem;
}
#toc h5 a {
  color: var(--black);
}
#toc a {
  color: var(--grey100);
  text-decoration: none;
}
#toc a:hover {
  color: var(--black);
}
#toc .active {
  border-left: 1px solid var(--black);
}
#toc .active a {
  color: var(--black);
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
#toc li {
  border-left: 1px solid var(--grey25);
  padding: 0.2em 0 0.2em 19px;
  transition: border-color 0.4s ease 0s;
}
#toc li + li {
  padding-top: 0.4em;
}
#toc ol {
  border-left: 1px solid var(--grey25);
  list-style: none;
  margin: 0;
  padding: 0;
}
#toc .back-link {
  padding: 0.8em 0 0 21px;
}
#toc .back-link a {
  position: relative;
}
#toc .back-link a::before {
  position: absolute;
  left: -28px;
  top: -3px;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/ico-prev-85de15ce2a0de756c6fee6005769a5705bf79e02edfa47c290051ebca1d12ae2.svg) no-repeat 50% 50% scroll;
  background-size: 24px;
}

.speech-article-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.speech-article-header-container h1 + * {
  margin-top: 14px;
}
.speech-article-header-container .speech-topics {
  font-size: 1.4rem;
}
.speech-article-header-container .speech-topics + * {
  margin-top: 12px;
}

.photo-source {
  font-size: 1.2rem;
}
.photo-source::before {
  content: "Foto: ";
}

.speech-article-thumbnail {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  align-self: flex-start;
}

.speech-article-thumbnail:not(:has(img)) {
  background: var(--grey25);
}

.speech-article-thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  animation: fade-in 0.4s ease-in 0s 1 normal;
}

.speech-article-thumbnail div {
  width: 100%;
  aspect-ratio: 1/1;
}

.speech-article-section .with-grid-2, .speech-article-section .with-grid-3, .node-article-section .with-grid-2, .node-article-section .with-grid-3 {
  display: grid;
  gap: 40px 20px;
}
.speech-article-section .tight-rows, .node-article-section .tight-rows {
  gap: 20px 20px;
}
.speech-article-section .with-grid-2, .speech-article-section .with-grid-3, .node-article-section .with-grid-2, .node-article-section .with-grid-3 {
  grid-template-columns: 1fr;
}
.speech-article-section .content, .node-article-section .content {
  font-size: 1.8rem;
  line-height: 1.4;
}
.speech-article-section .speech-tags, .node-article-section .speech-tags {
  margin-top: 2px;
}
.speech-article-section .footnotes, .node-article-section .footnotes {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 40px 0 20px 0;
}
.speech-article-section .footnotes li, .node-article-section .footnotes li {
  margin-left: 1.2em;
  margin-bottom: 20px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.speech-article-section .footnotes div, .node-article-section .footnotes div {
  margin: 0;
}
.speech-article-section .speech-article-source, .node-article-section .speech-article-source {
  grid-column: 2/span 2;
}
.speech-article-section .speech-tag-list, .node-article-section .speech-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.speech-article-content {
  font: 400 2rem/1.4 "EBGaramond", serif;
  letter-spacing: 0.01em;
  max-width: 70ch;
}

.speech-article-content strong, .trixed strong {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.speech-article-content em, .trixed em {
  font-style: italic;
}
.speech-article-content div + div, .speech-article-content * + ol, .speech-article-content * + ul, .trixed div + div, .trixed * + ol, .trixed * + ul {
  margin-top: 1em;
}
.speech-article-content ol, .speech-article-content ul, .trixed ol, .trixed ul {
  margin-left: 2em;
}
.speech-article-content li + li, .trixed li + li {
  margin-top: 0.4em;
}

.speech-article-content + * {
  margin-top: 40px;
}

.vimeo-container {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: relative;
}
.vimeo-container img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center;
  justify-content: center;
}
.youtube-container svg {
  width: 69px;
}

.video-container {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: relative;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.speech-article-originals {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.speech-article-originals + * {
  margin-top: 40px;
}

.speech-article-original img {
  display: block;
  width: 100%;
  height: auto;
}

#zoom-stage {
  position: fixed;
  inset: 0 0 0 0;
  background: var(--white);
  isolation: isolate;
}

#zoom-container {
  position: absolute;
  inset: 0 0 0 0;
}

.close-zoom-stage {
  top: 20px;
  right: 20px;
  background: transparent url(/assets/ico-close-700-5aff3917212c05b09c14729a2e35402b810394ef78d088795fe55701a2d38a77.svg) no-repeat 50% 50% scroll;
}

#zoom-details {
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
  font-size: 1.8rem;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--black);
}

.paginate-zoom-stage, .close-zoom-stage {
  position: absolute;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 0;
  padding: 40px 0 0 0;
  background-size: 32px 32px;
  overflow: hidden;
  border-radius: 4px;
}
.paginate-zoom-stage[rel=next], .paginate-zoom-stage[rel=prev], .close-zoom-stage[rel=next], .close-zoom-stage[rel=prev] {
  top: 50%;
  margin-top: -16px;
}
.paginate-zoom-stage[rel=next], .close-zoom-stage[rel=next] {
  right: 20px;
  background: transparent url(/assets/ico-next-629894e56449f908e5cdc28e6836789c65779c0cf9c4b6a2911b4b30781fe163.svg) no-repeat 50% 50% scroll;
}
.paginate-zoom-stage[rel=prev], .close-zoom-stage[rel=prev] {
  left: 20px;
  background: transparent url(/assets/ico-prev-85de15ce2a0de756c6fee6005769a5705bf79e02edfa47c290051ebca1d12ae2.svg) no-repeat 50% 50% scroll;
}
.paginate-zoom-stage:hover, .close-zoom-stage:hover {
  background-color: var(--grey25);
}

.current-speeches h2,
.current-tags h2,
.related-speeches h2,
.latest-posts h2 {
  line-height: 1.2;
  font-size: 2.4rem;
  margin: 0.83em 0;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
}

.current-speeches,
.current-tags,
.related-speeches {
  --gap: 10px;
  margin: 40px auto;
  max-width: 1320px;
}
.current-speeches h3,
.current-tags h3,
.related-speeches h3 {
  line-height: 1.2;
  font-size: 1.8rem;
  margin: 0 0 1em 0;
  font-variation-settings: "wght" var(--wght-400);
  font-weight: var(--wght-400);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.current-speeches h3 svg,
.current-tags h3 svg,
.related-speeches h3 svg {
  width: 24px;
  height: 24px;
  fill: var(--grey100);
}

.current-tags {
  font-size: 1.4rem;
}
.current-tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: -8px 0 0 0;
}
.current-tags li {
  margin-top: 8px;
}

[hidden] {
  display: none !important;
}

.current-speeches-container, .related-speeches-container {
  font-size: 1.4rem;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
@media (min-width: 769px) {
  .current-speeches-container, .related-speeches-container {
    --gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
@media (min-width: 769px) {
  .current-speeches-container.favorites, .related-speeches-container.favorites {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.expand-current-speeches {
  cursor: pointer;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  margin-top: var(--gap);
  width: 100%;
  border-radius: 4px;
  padding: 0;
  fill: var(--grey50);
}
.expand-current-speeches svg {
  height: 40px;
}
.expand-current-speeches:hover, .expand-current-speeches:focus-visible {
  background: var(--grey10);
  fill: var(--black);
}

.expandable-grid.expanded + button {
  display: none;
}

.current-speech {
  color: var(--black);
  text-decoration: none;
  border-radius: 12px;
  background: var(--grey10);
  padding: var(--gap);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: var(--gap);
}
.current-speech .speech-thumbnail {
  width: 100%;
  background: var(--white);
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto;
}
.current-speech .speech-thumbnail.favorite {
  max-width: 240px;
}
.current-speech .speech-thumbnail:not(:has(img)) {
  background: var(--white) url(/assets/ico-person-a9a2e5780b2d95f9e8e536a2d774bc755910c7499139583503f828b36a8a4fe0.svg) no-repeat 50% 50% scroll;
  background-size: 45% 45%;
}
.current-speech .speech-thumbnail + div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.current-speech img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.current-speech h4 {
  font-size: 1.6rem;
  margin: 0 0 0.6em 0;
  font-variation-settings: "wght" var(--wght-500);
  font-weight: var(--wght-500);
}
.current-speech time {
  display: block;
  margin: 0;
}

@media (min-width: 769px) {
  .favorites .current-speech h4 {
    font-size: 2rem;
  }
}

@media (min-width: 426px) {
  .speech-article-header-container {
    grid-template-columns: minmax(40px, 1fr) 4fr;
    gap: 20px;
  }
  .speech-article-header-container .speech-topics {
    font-size: 1.6rem;
  }
  .speech-article-thumbnail {
    max-width: 200px;
  }
  .speech-article-section .with-grid-2, .speech-article-section .with-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .article-title,
  .overview-article h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .article-section {
    padding: 60px 0;
    margin: 0px auto;
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 4fr;
    gap: 20px;
  }
  .article-section h3 {
    margin: 0;
  }
  .node-article-section {
    grid-template-columns: minmax(120px, 1fr) 3fr;
  }
  .speech-article-container, .node-article-container {
    display: grid;
    grid-template-columns: 1fr 170px;
    align-items: flex-start;
    grid-gap: 40px;
  }
  .speech-article-content {
    font-size: 2.4rem;
  }
  #toc {
    display: block;
    position: sticky;
    top: 40px;
    align-self: flex-start;
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .article-title,
  .overview-article h1 {
    font-size: 4rem;
  }
  .speech-article-section .with-grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pop-up {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--grey50);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em;
  font-size: 1.8rem;
}
.pop-up div + div {
  margin-left: 1em;
}
.pop-up .btns {
  display: flex;
}
.pop-up .btns button + button {
  margin-left: 0.4em;
}
.pop-up button {
  background: var(--grey100);
  text-decoration: none;
  color: var(--white);
  border-radius: 30px;
  padding: 0.6em 1em 0.5em 1em;
  font: 400 1.8rem/1 var(--mono);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.pop-up button:hover {
  color: var(--white);
  background: var(--black);
}

a.footnote {
  vertical-align: super;
  font-size: 0.45em;
  text-decoration: none;
  background-color: var(--color-header-bg);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  margin-left: 0.2em;
  color: var(--black);
  border-radius: 50%;
}

a.comment {
  background: var(--color-header-bg);
  color: var(--black);
  text-decoration: none;
  padding: 0 0.1em;
  border-radius: 2px;
}

.comment-container {
  background: var(--color-header-bg);
  color: var(--black);
  font-size: 0.8em;
  max-width: 40ch;
  padding: 1em;
  border-radius: 4px;
  margin-top: 0.4em;
}
.comment-container a {
  color: var(--black);
}

.tooltip {
  background: var(--black);
  color: var(--white);
  position: absolute;
  font: 1.4rem/1.4 var(--sans);
  max-width: 300px;
  padding: 0.4em 0.6em;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.footnote-popup {
  --popup-color: var(--white);
  background: var(--popup-color);
  position: absolute;
  font: 1.4rem/1.4 var(--sans);
  max-width: 300px;
  padding: 1em;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.footnote-popup::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}
.footnote-popup.arrow-under::after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--popup-color);
  bottom: -12px;
}
.footnote-popup.arrow-left::after {
  left: 16px;
}
.footnote-popup.arrow-right::after {
  right: 16px;
}
.footnote-popup.arrow-over::after {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--popup-color);
  top: -12px;
}

.news-container, .post-container {
  margin: 20px auto 60px auto;
  max-width: 800px;
}
.news-container .pagination, .post-container .pagination {
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.news-container .pagination a, .post-container .pagination a {
  color: var(--blue);
  text-decoration: none;
}
.news-container .pagination a:hover, .post-container .pagination a:hover {
  text-decoration: underline;
}
.news-container .pagination .last, .news-container .pagination .first, .post-container .pagination .last, .post-container .pagination .first {
  display: none;
}

.posts-container {
  margin: 0 0 40px 0;
}

.post-teaser + .post-teaser {
  border-top: 1px solid var(--grey25);
}

.post-teaser {
  padding: 3em 0;
  font-size: 1.6rem;
}
.post-teaser img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1em 0;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-teaser h3 {
  line-height: 1.2;
  font-size: 1.5em;
  margin: 0 0 0.4em 0;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.post-teaser div {
  line-height: 1.4;
  margin: 0.8em 0 0 0;
}
.post-teaser .post-read-on {
  margin: 2em 0 0 0;
}
.post-teaser .post-read-on a {
  color: var(--blue);
}
.post-teaser a {
  color: black;
  text-decoration: none;
}
.post-teaser a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.post-date {
  font-size: 0.9em;
  color: var(--grey100);
  display: block;
  margin: 0 0 2em 0;
}

.post-container, .overview-article-container {
  font-size: 1.8rem;
  line-height: 1.4;
}
.post-container h1, .overview-article-container h1 {
  margin: 0.2em 0 0.6em 0;
}
.post-container div, .post-container p, .post-container ul, .post-container ol, .post-container figure, .overview-article-container div, .overview-article-container p, .overview-article-container ul, .overview-article-container ol, .overview-article-container figure {
  margin: 1.2em 0;
}
.post-container figcaption, .overview-article-container figcaption {
  margin-top: 0.6em;
  font-size: 0.9em;
  color: var(--grey100);
}
.post-container figcaption div, .overview-article-container figcaption div {
  margin: 0;
}
.post-container ul, .post-container ol, .overview-article-container ul, .overview-article-container ol {
  margin: 0 0 0 1.5em;
}
.post-container img, .overview-article-container img {
  width: 100%;
  height: auto;
}
.post-container strong, .overview-article-container strong {
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.post-container em, .overview-article-container em {
  font-style: italic;
}
.post-container blockquote, .overview-article-container blockquote {
  font-size: 1.6em;
  font-family: var(--serif);
  margin: 1.2em 0;
}
.post-container blockquote::before, .overview-article-container blockquote::before {
  content: "â€œ";
}
.post-container blockquote::after, .overview-article-container blockquote::after {
  content: "â€";
}

.latest-posts &gt; div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.latest-posts .post-teaser {
  padding: 0;
}
.latest-posts .post-teaser + .post-teaser {
  border-top: none;
}

@media (min-width: 426px) {
  .post-teaser h3 {
    font-size: 2em;
  }
}
@media (min-width: 1024px) {
  .post-teaser {
    font-size: 1.8rem;
  }
  .latest-posts &gt; div {
    grid-template-columns: 1fr 1fr;
  }
}
.quiz {
  max-width: 1024px;
  margin: 1.2em auto;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 2em;
  background: var(--quiz);
}
.quiz h1, .quiz h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 0.7em 0;
}
.quiz h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.7em 0;
}
.quiz h3 .correct {
  color: green;
}
.quiz h3 .wrong {
  color: red;
}
.quiz .quiz-question-content {
  margin-bottom: 1em;
}
.quiz ul {
  margin: 1em 0;
  list-style: none;
}
.quiz figure {
  display: none;
}
.quiz figcaption {
  font-size: 0.7em;
  color: var(--grey100);
  position: absolute;
  background: var(--white);
  bottom: 8px;
  right: 8px;
  padding: 0.2em 0.6em;
}
.quiz label {
  cursor: pointer;
}
.quiz img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.quiz-step {
  display: none;
}
.quiz-step.current {
  display: block;
}

.quiz-actions {
  margin: 1.5em 0 0 0;
  display: flex;
  justify-content: center;
}
.quiz-actions button {
  cursor: pointer;
  padding: 0.6em 1em;
  line-height: 1;
  border: none;
  border-radius: 6px;
  background: var(--black);
  color: var(--white);
}

.quiz-question-answers ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quiz-question-answer {
  background: var(--black);
  color: var(--white);
  display: inline-block;
  padding: 0.4em 0.6em;
}
.quiz-question-answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.quiz-question-explanation .question-explanation {
  display: none;
}

.quiz-outro .question-explanation {
  display: block;
}

.question-index {
  position: absolute;
  top: -1.5em;
  right: -1.5em;
  font-size: 0.8em;
}

.quiz-question {
  position: relative;
}

.quiz-question[data-correct] h3 .wrong {
  display: inline;
}
.quiz-question[data-correct] h3 .correct {
  display: none;
}
.quiz-question[data-correct] .quiz-question-answer {
  opacity: 0.4;
}
.quiz-question[data-correct] .quiz-question-answer.checked {
  opacity: 1;
  background: red;
}
.quiz-question[data-correct] .quiz-question-explanation figure {
  display: none;
}
.quiz-question[data-correct] .quiz-question-explanation .question-explanation {
  display: block;
}

.quiz-question[data-correct="1"] .quiz-question-answer.checked {
  background: green;
}
.quiz-question[data-correct="1"] h3 .wrong {
  display: none;
}
.quiz-question[data-correct="1"] h3 .correct {
  display: inline;
}

@media (min-width: 768px) {
  .quiz {
    font-size: 1.8rem;
    padding: 0;
  }
  .quiz figure {
    display: block;
    aspect-ratio: 1/1;
    position: relative;
  }
  .quiz-content {
    margin: 2em;
  }
  .question-index {
    position: absolute;
    left: 1em;
    top: 1em;
  }
  .quiz-step {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
  .quiz-step.current {
    display: grid;
  }
  .quiz-question-explanation {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-container {
  background-color: var(--attachment-bg, none);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.hero h2, .hero h1 {
  line-height: 1.2;
  font-size: 2em;
  margin: 0 0 0.83em 0;
  font-variation-settings: "wght" var(--wght-600);
  font-weight: var(--wght-600);
  letter-spacing: var(--letter-spacing);
}
.hero img {
  width: 100%;
  height: auto;
}
.hero .caption h1 a, .hero .caption h2 a, .hero .caption h3 a {
  text-decoration: none;
  color: var(--black);
}
.hero .caption h1 a:hover, .hero .caption h2 a:hover, .hero .caption h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.hero a:has(img):hover + .caption h1 a:first-of-type, .hero a:has(img):hover + .caption h2 a:first-of-type, .hero a:has(img):hover + .caption h3 a:first-of-type {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.hero .caption &gt; * {
  max-width: 64ch;
}

@media (min-width: 768px) {
  .hero-container .hero {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
  }
  .hero-container .hero .caption {
    align-self: center;
  }
  .hero-container:nth-of-type(odd) .hero {
    grid-template-columns: 3fr 2fr;
  }
  .hero-container:nth-of-type(odd) .hero .caption {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-container:nth-of-type(odd) .hero img {
    grid-column: 2;
  }
}
svg#wheel text {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg#wheel {
  display: block;
  width: calc(100svh - 100px);
  min-width: 310px;
  aspect-ratio: 1/1;
}

#wheel path:hover {
  cursor: pointer;
}

.wheel__container {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr;
}

#wheel__result ul.context__parity {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
}
#wheel__result ul.context__parity &gt; li + li {
  margin-top: 2em;
}
#wheel__result ul.context__parity &gt; li &gt; div {
  margin-bottom: 0.625em;
}
#wheel__result ul.context__parity li &gt; ul {
  margin: 0;
  list-style: disc;
}

@media (min-width: 768px) {
  .wheel__container {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}
.breakable {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.content a:not(.special),
.post-container a:not(.special),
.overview-article-container a:not(.special),
.edu-article a:not(.special),
.theme-article a:not(.special) {
  color: var(--blue);
  text-decoration: none;
}
.content a:not(.special):hover,
.post-container a:not(.special):hover,
.overview-article-container a:not(.special):hover,
.edu-article a:not(.special):hover,
.theme-article a:not(.special):hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.content a:not(.special):visited,
.post-container a:not(.special):visited,
.overview-article-container a:not(.special):visited,
.edu-article a:not(.special):visited,
.theme-article a:not(.special):visited {
  color: var(--grey100);
}

.content a[target=_blank]:not(.youtube-container),
.post-container a[target=_blank]:not(.youtube-container),
.overview-article-container a[target=_blank]:not(.youtube-container),
.edu-section a[target=_blank]:not(.youtube-container),
.context__parity a[target=_blank]:not(.youtube-container) {
  margin-right: 24px;
}
.content a[target=_blank]:not(.youtube-container)::after,
.post-container a[target=_blank]:not(.youtube-container)::after,
.overview-article-container a[target=_blank]:not(.youtube-container)::after,
.edu-section a[target=_blank]:not(.youtube-container)::after,
.context__parity a[target=_blank]:not(.youtube-container)::after {
  position: absolute;
  content: "";
  background: url(/assets/ico-open-in-new-a083eb3a0b6e5663dfde29f31e60823f96780c38d1cb71e15b9314c51fac30e5.svg) no-repeat 50% 50% scroll;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background-size: 18px;
}

a.back-to-parent {
  text-decoration: none;
  color: var(--blue);
}
a.back-to-parent:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a.back-to-parent:visited {
  color: var(--blue) !important;
}
a.back-to-parent + h1 {
  margin-top: 0.2em;
}

.landingpage-section + .landingpage-section {
  margin-top: 60px;
}
</pre></body></html>