/*!
Theme Name: ON Cologne
Theme URI: https://on-cologne.de/
Author: Yannick Gregoire
Author URI: https://yannickgregoire.nl
Description: ON Cologne main theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oncologne
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Defenitions
	- mixins
	- variables
	- fonts
# Generic
	- normalize
	- base
	- typography
	- header
	- layout
	- footer
# Components
	- navbar
	- intro
	- card
	- filter-bar
	- filter-descriptions
	- filter-results
	- pill
	- newsletter
	- arrow
# Pages
	- single

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Defenitions
--------------------------------------------------------------*/
:root {
  --lg: $lg;
  --md: $md;
  --sm: $sm;
  --xs: $xm;
  --navbar-width: 356px;
  --navbar-height: 150px;
  --navbar-scale: .38;
  --color-black: 29, 29, 27;
  --color-white: 242, 242, 242;
  --color-accent: 0, 26, 255;
  --color-foreground: rgba(var(--color-black), 1);
  --color-background: rgba(var(--color-white), 1);
  --color-foreground-transparent: rgba(var(--color-black), 0);
  --color-background-transparent: rgba(var(--color-white), 0);
  --font-sans: "Ekster Regular", Arial, sans-serif;
  --font-sans-bold: "Ekster Medium", Arial, sans-serif;
  --font-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  --transition-color-fast: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  --transition-fill-slow: fill 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  --transition-opacity-fast: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  --transition-filter-fast: filter 500ms cubic-bezier(0.19, 1, 0.22, 1);
  --transition-filter-opacity-fast: filter 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  --border: 2px solid var(--color-foreground);
  --cmplz-manage-consent-offset: -50px !important; }
  @media only screen and (max-width: 1024px) {
    :root {
      --navbar-width: 285px;
      --navbar-height: 120px;
      --navbar-scale: .38; } }
  @media only screen and (max-width: 767px) {
    :root {
      --navbar-width: 174px;
      --navbar-height: 73px;
      --navbar-scale: .38; } }

@font-face {
  font-family: 'Ekster Regular';
  src: url("./fonts/Ekster-Regular.woff") format("woff"), url("./fonts/Ekster-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ekster Medium';
  src: url("./fonts/Ekster-Medium.woff") format("woff"), url("./fonts/Ekster-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

html {
  font-size: 1rem; }
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 0.8rem; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 0.65rem; } }

body {
  color: var(--color-foreground);
  background: var(--color-background);
  box-sizing: border-box;
  overflow-x: hidden; }

main {
  padding: 0 0 4rem; }

button {
  cursor: pointer; }

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

p a {
  color: rgba(var(--color-accent), 1);
  text-decoration: none; }

body {
  font-family: var(--font-sans);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
.h1 {
  font-family: var(--font-sans);
  font-size: 9.5rem;
  font-weight: normal;
  line-height: 1em;
  margin: 0.4em 0 0.2em; }
  @media only screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 7rem; } }

h2,
.h2 {
  font-family: var(--font-sans);
  font-size: 4.5rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0.4em 0 0.2em; }
  @media only screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 4rem; } }

h3,
.h3 {
  font-family: var(--font-sans);
  font-size: 3rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0.4em 0 0.2em; }

h4,
.h4 {
  font-family: var(--font-sans);
  font-size: 1.3125rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0.4em 0 0.2em; }

h5,
.h5 {
  font-family: var(--font-sans);
  font-size: 1.125rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0.4em 0 0.2em; }

h6,
.h6 {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0.4em 0 0.2em; }

p {
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0 0 1em; }

strong {
  font-family: var(--font-sans-bold);
  font-weight: normal; }

.stylistic {
  font-feature-settings: "ss01"; }

button,
input,
select,
optgroup,
ul,
textarea {
  color: var(--black);
  font-family: var(--font-mono);
  font-size: 1rem;
  line-height: 1.6em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: var(--font-pre);
  margin-bottom: 1.6em;
  line-height: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: var(--font-code); }

abbr,
acronym {
  cursor: help; }

mark,
ins {
  text-decoration: none; }

big {
  font-size: 125%; }

.header {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 90; }
  @media only screen and (max-width: 767px) {
    .header {
      top: 2rem;
      right: 2rem; } }

.navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%; }
  .navigation a {
    text-decoration: none;
    margin-bottom: 0; }
  .navigation ul,
  .navigation li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .navigation ul {
    display: flex; }
    .navigation ul:last-of-type li:last-of-type a {
      margin-right: 0; }
    @media only screen and (max-width: 480px) {
      .navigation ul.navigation-pages {
        display: none; } }
  .navigation li.lang-item a {
    justify-content: center;
    font-size: 2.5rem;
    width: 5rem;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase; }

.mobile-navigation {
  display: none;
  padding: 0 2rem;
  margin: 0 0 3rem;
  z-index: 30; }
  @media only screen and (max-width: 480px) {
    .mobile-navigation {
      display: flex; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.navbar {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10; }
  .navbar .logo {
    width: var(--navbar-width);
    height: var(--navbar-height);
    padding: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .navbar .logo {
        padding: 2rem;
        font-size: 7rem; } }
    .navbar .logo .on {
      position: absolute;
      margin: 0;
      top: 2.5rem;
      left: 2.5rem;
      transform-origin: top left;
      transform: scale(var(--navbar-scale));
      font-family: var(--font-sans-bold); }
      @media only screen and (max-width: 767px) {
        .navbar .logo .on {
          top: 2rem;
          left: 2rem; } }
    .navbar .logo .cologne {
      position: absolute;
      margin: 0;
      bottom: 0;
      right: 2.5rem;
      transform-origin: bottom right;
      transform: scale(var(--navbar-scale));
      font-family: var(--font-sans-bold); }
      @media only screen and (max-width: 767px) {
        .navbar .logo .cologne {
          right: 2rem; } }

.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 100vh; }
  .intro .whiteboard {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2rem) !important; }
    @media only screen and (max-width: 767px) {
      .intro .whiteboard {
        pointer-events: none; } }
  .intro .matter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .intro .matter {
        pointer-events: none; } }
  .intro .cursors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .intro .cursors .cursor {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 22px;
      background: url("./static/images/cursor.png");
      background-size: contain; }
  .intro .gradient {
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: -2rem;
    background: linear-gradient(var(--color-background-transparent) 0%, var(--color-background) 100%); }
  .intro .logo {
    position: fixed;
    pointer-events: none;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 2.5rem;
    z-index: 50; }
    @media only screen and (max-width: 767px) {
      .intro .logo {
        padding: 2rem; } }
    .intro .logo .on {
      position: absolute;
      margin: 0;
      transform-origin: top left;
      font-family: var(--font-sans-bold); }
    .intro .logo .cologne {
      position: absolute;
      margin: 0;
      bottom: 0;
      right: 2.5rem;
      transform-origin: bottom right;
      font-family: var(--font-sans-bold); }
      @media only screen and (max-width: 767px) {
        .intro .logo .cologne {
          right: 2rem; } }
  .intro .summary {
    position: relative;
    padding: 1rem 2.5rem 2rem;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .intro .summary {
        padding: 3rem 2rem 2rem; } }
    .intro .summary p {
      width: 80%;
      font-size: 4.5rem;
      line-height: 1em;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .intro .summary p {
          width: 100%;
          font-size: 3rem; } }
  .intro .scroll-down {
    position: absolute;
    bottom: 3rem;
    right: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .intro .scroll-down {
        display: none; } }

.intro-hook {
  margin-top: -2rem;
  height: calc(var(--navbar-height) + 3rem); }

.card {
  margin-bottom: 2.5rem;
  border: var(--border);
  border-radius: 0.5rem;
  overflow: hidden;
  animation-name: display-none-transition;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 1, 0.22, 1); }
  .card a {
    display: flex;
    min-height: 50vh;
    color: var(--color-foreground);
    text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .card a {
        min-height: 30vh; } }
    @media only screen and (max-width: 767px) {
      .card a {
        flex-direction: column; } }
    .card a .image {
      position: relative;
      flex-basis: 50%;
      margin: 0;
      line-height: 0;
      filter: grayscale(100%);
      opacity: 1;
      transition: var(--transition-filter-opacity-fast); }
      @media only screen and (max-width: 767px) {
        .card a .image {
          flex-basis: unset;
          height: 40vh; } }
      .card a .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: cover; }
    .card a .text {
      display: flex;
      flex-direction: column;
      flex-basis: calc(50% - 2.5rem);
      justify-content: space-between;
      margin: 1.75rem 2.5rem; }
      @media only screen and (max-width: 767px) {
        .card a .text {
          margin: 2rem 2rem; } }
      .card a .text .meta {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem; }
        .card a .text .meta .categories {
          display: flex;
          flex-wrap: wrap;
          margin: 0; }
        .card a .text .meta .date {
          display: flex;
          align-items: center;
          font-size: 1.5rem;
          text-align: right; }
      .card a .text .title {
        margin: auto 0 0; }
      .card a .text .excerpt {
        margin: 1.75rem 0 0; }
        @media only screen and (max-width: 767px) {
          .card a .text .excerpt {
            font-size: 1.5rem; } }
    .card a:hover .image {
      filter: grayscale(0%);
      opacity: 0.9; }
  .card[data-toggle-active="false"] {
    display: none; }
  .card.reverse a {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .card.reverse a {
        flex-direction: column; } }
  .filter-results--archive .card a {
    flex-direction: row-reverse;
    min-height: 30vh; }
    @media only screen and (max-width: 767px) {
      .filter-results--archive .card a {
        flex-direction: column; } }
    .filter-results--archive .card a .text {
      flex: 1.25;
      margin: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .filter-results--archive .card a .text .meta .date {
          font-size: 1.625rem; } }
      .filter-results--archive .card a .text .title {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .filter-results--archive .card a .text .title {
            font-size: 3rem; } }
    .filter-results--archive .card a .image {
      flex-basis: 40%; }
      @media only screen and (max-width: 767px) {
        .filter-results--archive .card a .image {
          flex-basis: unset; } }

@keyframes display-none-transition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.filter-bar {
  position: relative;
  margin-bottom: 5rem;
  padding: 0 2.5rem;
  z-index: 30; }
  @media only screen and (max-width: 767px) {
    .filter-bar {
      padding: 0 2rem; } }
  .filter-bar .filter-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem; }
  .filter-bar .filter-time {
    display: flex;
    flex-wrap: wrap; }
    .filter-bar .filter-time .pill {
      margin-bottom: 0; }

.filter-descriptions {
  display: flex; }
  .filter-descriptions .spacer {
    flex: 1;
    margin-right: 2rem; }
    @media only screen and (max-width: 767px) {
      .filter-descriptions .spacer {
        display: none; } }
  .filter-descriptions .descriptions {
    flex: 2; }
    .filter-descriptions .descriptions .filter-description {
      margin: 2rem; }
      .filter-descriptions .descriptions .filter-description h3 {
        margin: 0 0 1rem; }
      .filter-descriptions .descriptions .filter-description p {
        font-size: 1.625rem;
        margin-bottom: 1em; }
        .filter-descriptions .descriptions .filter-description p:last-of-type {
          margin-bottom: 5rem; }
      .filter-descriptions .descriptions .filter-description[data-active="false"] {
        display: none; }

.filter-results {
  margin: 0 5rem;
  transition: margin 1000ms cubic-bezier(0, 1, 0.22, 1); }
  @media only screen and (max-width: 767px) {
    .filter-results {
      margin: 0 2rem; } }
  .filter-results h2 {
    margin-bottom: 2rem; }
  .filter-results .present {
    display: flex;
    flex-direction: column; }
  .filter-results .present[data-toggle-active="false"],
  .filter-results .past[data-toggle-active="false"] {
    display: none; }
  .filter-results .month {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .filter-results .month {
        margin: 0 0 2rem;
        flex-direction: column; } }
    .filter-results .month .month-name {
      display: none;
      flex: 1;
      padding: calc(2rem + var(--navbar-height)) 0 2rem 0;
      margin: calc(-2rem - var(--navbar-height)) 2rem 0 0;
      top: 0;
      position: sticky;
      align-self: flex-start;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .filter-results .month .month-name {
          position: relative;
          padding: 0 0 2rem 0;
          margin: 0; } }
    .filter-results .month .cards {
      flex: 2; }
    .filter-results .month[data-toggle-active="false"] {
      display: none; }
  .filter-results .error {
    padding: 3rem 0 0; }
    .filter-results .error[data-active="false"] {
      display: none; }
  .filter-results.filter-results--archive {
    margin: 0 2.5rem; }
    @media only screen and (max-width: 767px) {
      .filter-results.filter-results--archive {
        margin: 0 2rem; } }
    .filter-results.filter-results--archive .month .month-name {
      display: inline-block; }
  .filter-results.filter-results--all .present {
    display: flex;
    flex-direction: column-reverse; }
  .filter-results.filter-results--time-names-hidden .time-name {
    display: none; }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  flex: 0 0 auto;
  flex-wrap: wrap;
  height: 5rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 2rem 0;
  font-size: 2.75rem;
  font-weight: normal;
  text-decoration: none;
  color: var(--color-foreground);
  background: var(--color-background);
  border: var(--border);
  border-radius: 999999rem; }
  .pill.pill--small {
    font-size: 1.625rem;
    height: 3rem;
    padding: 0.25rem 1rem 0;
    border: var(--border);
    border-radius: 999999rem; }
  .pill:hover, .pill[data-toggle-active="true"],
  .current-menu-item .pill {
    color: var(--color-background);
    background: var(--color-foreground); }
  .pill:active {
    transform: translate3d(0, 5%, 0); }
  .pill.pill--no-hover:hover {
    color: var(--color-foreground);
    background: var(--color-background); }

.newsletter {
  position: relative;
  margin: 0 5rem 0 0;
  z-index: 40; }
  @media only screen and (max-width: 480px) {
    .newsletter {
      margin: 0 2rem 0 0; } }
  .newsletter .stamp {
    position: absolute;
    width: 17.5rem;
    height: 17.5rem;
    top: calc(-17.5rem - 1rem);
    right: 0;
    overflow: hidden; }
    .newsletter .stamp a {
      display: block;
      animation: spin 10s infinite linear; }
    .newsletter .stamp img,
    .newsletter .stamp svg {
      width: 100%;
      height: 100%; }
    .newsletter .stamp svg path,
    .newsletter .stamp svg tspan {
      fill: var(--color-accent);
      transition: var(--transition-fill-slow); }
    @media only screen and (max-width: 480px) {
      .newsletter .stamp {
        top: -5rem; } }

@keyframes spin {
  from {
    transform: translateY(0) rotate(0deg); }
  to {
    transform: translateY(0) rotate(360deg); } }

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: var(--color-foreground);
  background: var(--color-background);
  border: var(--border);
  border-radius: 999999rem; }
  .arrow::after {
    content: " ";
    position: relative;
    width: 50%;
    height: 50%;
    background: url("./static/images/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .arrow.arrow-up {
    transform: rotate(135deg); }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.article {
  position: relative;
  padding: 0 4.5rem; }
  @media only screen and (max-width: 767px) {
    .article {
      padding: 0 2rem; } }
  .article .navbar-offset {
    height: var(--navbar-height); }
  .article .article-header {
    margin: 7.25rem 0 5.5rem; }
    @media only screen and (max-width: 767px) {
      .article .article-header {
        margin: 3.25rem 0 3rem; } }
  .article .article-content {
    display: flex;
    font-size: 1.625rem;
    line-height: 1.4em; }
    @media only screen and (max-width: 767px) {
      .article .article-content {
        flex-direction: column; } }
    .article .article-content p {
      font-size: 1.625rem;
      margin-bottom: 1em;
      line-height: 1.4em; }
      .article .article-content p.indent {
        width: 80%;
        margin-left: 20%; }
    .article .article-content .article-body {
      display: flex;
      flex-direction: column;
      flex-basis: 66%; }
      .article .article-content .article-body .wp-block-image {
        display: flex;
        flex-direction: column;
        align-self: flex-end;
        width: 80%;
        margin-bottom: 5rem; }
        .article .article-content .article-body .wp-block-image img {
          width: 100%;
          height: auto;
          align-self: flex-end; }
        .article .article-content .article-body .wp-block-image figure {
          display: flex;
          flex-direction: column;
          width: 100%; }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body .wp-block-image {
            margin-bottom: 3rem;
            width: 100%; } }
        .article .article-content .article-body .wp-block-image .aligncenter {
          margin: unset; }
        .article .article-content .article-body .wp-block-image .alignleft {
          margin: unset; }
        .article .article-content .article-body .wp-block-image figcaption {
          align-self: flex-start;
          font-size: 1rem;
          line-height: 1.4em;
          width: 80%;
          margin: 1rem 0 0; }
      .article .article-content .article-body p + .wp-block-image {
        margin-top: calc(5rem - 1em); }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body p + .wp-block-image {
            margin-top: calc(3rem - 1em); } }
      .article .article-content .article-body hr + .wp-block-image {
        margin-top: calc(5rem - 1em); }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body hr + .wp-block-image {
            margin-top: calc(3rem - 1em); } }
      .article .article-content .article-body .embed {
        width: 80%;
        align-self: flex-end; }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body .embed {
            width: 100%; } }
      .article .article-content .article-body iframe {
        width: 100%;
        margin-bottom: 5rem; }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body iframe {
            margin-bottom: 3rem; } }
      .article .article-content .article-body p + iframe {
        margin-top: calc(5rem - 1em); }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body p + iframe {
            margin-top: calc(3rem - 1em); } }
      .article .article-content .article-body hr + iframe {
        margin-top: calc(5rem - 1em); }
        @media only screen and (max-width: 767px) {
          .article .article-content .article-body hr + iframe {
            margin-top: calc(3rem - 1em); } }
    .article .article-content .article-meta {
      flex-basis: 33%;
      align-self: flex-start;
      padding: calc(2rem + var(--navbar-height)) 0 0 5rem;
      margin: calc(-2rem - var(--navbar-height)) 0 0 0;
      top: 0;
      position: sticky; }
      @media only screen and (max-width: 767px) {
        .article .article-content .article-meta {
          position: sticky;
          flex-basis: unset;
          padding: 0;
          margin: 0; } }
  .article .scroll-up {
    position: absolute;
    bottom: 0;
    right: 2.5rem; }
    .article .scroll-up .arrow {
      cursor: pointer; }

.article.post-type-page .article-content .article-body {
  flex-basis: 100%; }
  .article.post-type-page .article-content .article-body .wp-block-columns .wp-block-column:first-of-type {
    padding-right: 5rem; }
