/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.normal-layout {
  min-height: 100vh;
}

.sidebar-layout {
  min-height: 100vh;
}
.sidebar-layout main {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1400px) {
  .sidebar-layout main {
    flex-direction: row;
  }
  .sidebar-layout main > aside.sidebar {
    flex-shrink: 0;
    max-width: 20rem;
  }
}

.limit-slim {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-normal {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-wide {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-ultrawide {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-header {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-main {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.limit-footer {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.alignfull, .alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull .wp-block-cover__inner-container, .alignfull .wp-block-group__inner-container, .alignwide .wp-block-cover__inner-container, .alignwide .wp-block-group__inner-container {
  max-width: 1000px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1000px) {
  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
}

:root {
  --color-primary: #808a08;
  --color-secondary: #DDE577;
  --color-tertiary: #DDE577;
  --color-dark: #181818;
  --color-light: #eee;
}

.color-primary {
  color: #808a08;
}

.has-primary-color {
  color: #808a08;
}

.bg-color-primary {
  background-color: #808a08;
}

.has-primary-background-color {
  background-color: #808a08;
}

.color-secondary {
  color: #DDE577;
}

.has-secondary-color {
  color: #DDE577;
}

.bg-color-secondary {
  background-color: #DDE577;
}

.has-secondary-background-color {
  background-color: #DDE577;
}

.color-tertiary {
  color: #DDE577;
}

.has-tertiary-color {
  color: #DDE577;
}

.bg-color-tertiary {
  background-color: #DDE577;
}

.has-tertiary-background-color {
  background-color: #DDE577;
}

.color-dark {
  color: #181818;
}

.has-dark-color {
  color: #181818;
}

.bg-color-dark {
  background-color: #181818;
}

.has-dark-background-color {
  background-color: #181818;
}

.color-light {
  color: #eee;
}

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

.bg-color-light {
  background-color: #eee;
}

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

.color-dynamic {
  color: #181818;
}
@media (prefers-color-scheme: dark) {
  .color-dynamic {
    color: #eee;
  }
}

.bg-color-dynamic {
  background-color: #eee;
}
@media (prefers-color-scheme: dark) {
  .bg-color-dynamic {
    background-color: #181818;
  }
}

.bg-color-dynamic-tint {
  background-color: white;
}
@media (prefers-color-scheme: dark) {
  .bg-color-dynamic-tint {
    background-color: #111111;
  }
}

.color-dynamic-reversed {
  background-color: #eee;
}
@media (prefers-color-scheme: dark) {
  .color-dynamic-reversed {
    background-color: #181818;
  }
}

.bg-color-dynamic-reversed {
  background-color: #181818;
}
@media (prefers-color-scheme: dark) {
  .bg-color-dynamic-reversed {
    background-color: #eee;
  }
}

.bg-color-dynamic-tint-reversed {
  background-color: #111111;
}
@media (prefers-color-scheme: dark) {
  .bg-color-dynamic-tint-reversed {
    background-color: white;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Thin.ttf?a732a12eb07742232407);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.ttf?fc2b5060f7accec5cf74);
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Bold.ttf?f80816a5455d171f948d);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url(fonts/RobotoCondensed-Thin.ttf?315e30bd24f609c6f8d1);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url(fonts/RobotoCondensed-Regular.ttf?fc3d2f2e3a203d0037c1);
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url(fonts/RobotoCondensed-Bold.ttf?c5fe6deebafaec078e64);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(fonts/Lato-Thin.ttf?5a60dde25d817751d590);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(fonts/Lato-Regular.ttf?9d883d540ee2b4de8024);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url(fonts/Lato-Bold.ttf?636be8de934918e38ed9);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Thin.ttf?f341ca512063c66296d1);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Light.ttf?eec8664621fec98efb37);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Regular.ttf?e89cb19905e7db5591b0);
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Bold.ttf?88fa7ae373b07b41ecce);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-Light.ttf?0ec468f65958d1263b60);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-Regular.ttf?99a3b019e7727ac19479);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-Bold.ttf?f4338623f94e6079de97);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-Italic.ttf?89a1d755eb8a9098d26b);
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-BoldItalic.ttf?89c3f5b69415fb11a526);
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(fonts/Nunito-LightItalic.ttf?ca6674927a6bf05c3bf7);
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "ChivoMono";
  src: url(fonts/ChivoMono-Thin.ttf?4a3723a87229ca8a0570);
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "ChivoMono";
  src: url(fonts/ChivoMono-Regular.ttf?a627697a9b0005aa6c30);
  font-display: swap;
}
@font-face {
  font-family: "ChivoMono";
  src: url(fonts/ChivoMono-Bold.ttf?e3085ebc14710edbabbc);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url(fonts/PlayfairDisplay-Regular.ttf?27705d9c43e8c36b1abd);
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url(fonts/PlayfairDisplay-Bold.ttf?93cdecc21109a014b86b);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url(fonts/PlayfairDisplay-Italic.ttf?e07c93f2a8635b5cef7b);
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url(fonts/PlayfairDisplay-BoldItalic.ttf?a31df86d28c290c8e682);
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url(fonts/Lora-Regular.ttf?d3cbc2c45690ac3703d2);
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url(fonts/Lora-Bold.ttf?ea8e35d6420e18885a30);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Light.ttf?f8765117ee72baf98124);
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Regular.ttf?d89eda6750f6960a7456);
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Bold.ttf?acc5e44d1628ee74573b);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-Italic.ttf?d042ad307d88cf0e4bc7);
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-BoldItalic.ttf?aeb90b365486fcad9a44);
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url(fonts/Ubuntu-LightItalic.ttf?b226162a5c65442495b4);
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url(fonts/BebasNeue-Regular.ttf?2bd598112a71b3600ffc);
  font-display: swap;
}
.font-family-base {
  font-family: "Ubuntu", sans-serif;
}

.font-family-headline {
  font-family: "Roboto", serif;
}

.font-family-special {
  font-family: "Roboto", monospace;
}

.font-small {
  font-size: 0.8rem;
  line-height: 1.4rem;
}

.font-normal {
  font-size: 1rem;
  line-height: 1.75rem;
}

.font-lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
}

.font-large {
  font-size: 2rem;
  line-height: 3.5rem;
}

.font-xlarge {
  font-size: 3rem;
  line-height: 5.25rem;
}

.font-xxlarge {
  font-size: 4rem;
  line-height: 7rem;
}

.font-weight-Thin {
  font-weight: 100;
}

.font-weight-Regular {
  font-weight: 400;
}

.font-weight-Bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: uppercase;
}

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

.text-right {
  text-align: right;
}

.z-under {
  z-index: -1;
}

.z-normal {
  z-index: 1;
}

.z-high {
  z-index: 10;
}

.z-higher {
  z-index: 20;
}

.z-highest {
  z-index: 30;
}

.grid-autofit {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}

.image-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-contain > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.w-100 {
  width: 100%;
}

.full-width {
  margin-left: -2rem;
  margin-right: -2rem;
  width: auto;
}
@media (min-width: 1000px) {
  .full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.shadow {
  box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25);
}

.animated {
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
}

.faded {
  opacity: 0.5;
}

.fade-away {
  opacity: 0;
  pointer-events: none;
}

.overflow-hidden {
  overflow: hidden;
}

.background-fader {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
}
@media (prefers-color-scheme: dark) {
  .background-fader {
    background: linear-gradient(rgba(17, 17, 17, 0) 0%, #111111 70%);
  }
}

.border-radius-full {
  border-radius: 50%;
}

.border-radius-large {
  border-radius: 2rem;
}

.border-radius-medium {
  border-radius: 1rem;
}

.border-radius-small {
  border-radius: 0.5rem;
}

.flex-grow {
  flex-grow: 1;
}

.no-flex-shrink {
  flex-shrink: 0;
}

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

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

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

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

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

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

.flex-1-columns {
  flex-wrap: wrap;
}
.flex-1-columns > * {
  width: 100%;
}
@media (min-width: 1000px) {
  .flex-1-columns > * {
    width: 100%;
  }
}

.flex-2-columns {
  flex-wrap: wrap;
}
.flex-2-columns > * {
  width: 100%;
}
@media (min-width: 1000px) {
  .flex-2-columns > * {
    width: 50%;
  }
}

.flex-3-columns {
  flex-wrap: wrap;
}
.flex-3-columns > * {
  width: 100%;
}
@media (min-width: 1000px) {
  .flex-3-columns > * {
    width: 33.3333333333%;
  }
}

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

.p-none {
  padding: 0;
}

.p-v-none {
  padding-top: 0;
  padding-bottom: 0;
}

.p-h-none {
  padding-left: 0;
  padding-right: 0;
}

.p-l-none {
  padding-left: 0;
}

.p-r-none {
  padding-right: 0;
}

.p-t-none {
  padding-top: 0;
}

.p-b-none {
  padding-bottom: 0;
}

.m-none {
  margin: 0;
}

.m-v-none {
  margin-top: 0;
  margin-bottom: 0;
}

.m-h-none {
  margin-left: 0;
  margin-right: 0;
}

.m-l-none {
  margin-left: 0;
}

.m-r-none {
  margin-right: 0;
}

.m-t-none {
  margin-top: 0;
}

.m-b-none {
  margin-bottom: 0;
}

.gap-none {
  gap: 0;
}

.top-none {
  top: 0;
}

.left-none {
  left: 0;
}

.bottom-none {
  bottom: 0;
}

.right-none {
  right: 0;
}

.p-small {
  padding: 0.5rem;
}

.p-v-small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-h-small {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-l-small {
  padding-left: 0.5rem;
}

.p-r-small {
  padding-right: 0.5rem;
}

.p-t-small {
  padding-top: 0.5rem;
}

.p-b-small {
  padding-bottom: 0.5rem;
}

.m-small {
  margin: 0.5rem;
}

.m-v-small {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-h-small {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.m-l-small {
  margin-left: 0.5rem;
}

.m-r-small {
  margin-right: 0.5rem;
}

.m-t-small {
  margin-top: 0.5rem;
}

.m-b-small {
  margin-bottom: 0.5rem;
}

.gap-small {
  gap: 0.5rem;
}

.top-small {
  top: 0.5rem;
}

.left-small {
  left: 0.5rem;
}

.bottom-small {
  bottom: 0.5rem;
}

.right-small {
  right: 0.5rem;
}

.p-normal {
  padding: 1rem;
}

.p-v-normal {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-h-normal {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-l-normal {
  padding-left: 1rem;
}

.p-r-normal {
  padding-right: 1rem;
}

.p-t-normal {
  padding-top: 1rem;
}

.p-b-normal {
  padding-bottom: 1rem;
}

.m-normal {
  margin: 1rem;
}

.m-v-normal {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-h-normal {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-l-normal {
  margin-left: 1rem;
}

.m-r-normal {
  margin-right: 1rem;
}

.m-t-normal {
  margin-top: 1rem;
}

.m-b-normal {
  margin-bottom: 1rem;
}

.gap-normal {
  gap: 1rem;
}

.top-normal {
  top: 1rem;
}

.left-normal {
  left: 1rem;
}

.bottom-normal {
  bottom: 1rem;
}

.right-normal {
  right: 1rem;
}

.p-large {
  padding: 2rem;
}

.p-v-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-h-large {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-l-large {
  padding-left: 2rem;
}

.p-r-large {
  padding-right: 2rem;
}

.p-t-large {
  padding-top: 2rem;
}

.p-b-large {
  padding-bottom: 2rem;
}

.m-large {
  margin: 2rem;
}

.m-v-large {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-h-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-l-large {
  margin-left: 2rem;
}

.m-r-large {
  margin-right: 2rem;
}

.m-t-large {
  margin-top: 2rem;
}

.m-b-large {
  margin-bottom: 2rem;
}

.gap-large {
  gap: 2rem;
}

.top-large {
  top: 2rem;
}

.left-large {
  left: 2rem;
}

.bottom-large {
  bottom: 2rem;
}

.right-large {
  right: 2rem;
}

.p-xlarge {
  padding: 4rem;
}

.p-v-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-h-xlarge {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p-l-xlarge {
  padding-left: 4rem;
}

.p-r-xlarge {
  padding-right: 4rem;
}

.p-t-xlarge {
  padding-top: 4rem;
}

.p-b-xlarge {
  padding-bottom: 4rem;
}

.m-xlarge {
  margin: 4rem;
}

.m-v-xlarge {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-h-xlarge {
  margin-left: 4rem;
  margin-right: 4rem;
}

.m-l-xlarge {
  margin-left: 4rem;
}

.m-r-xlarge {
  margin-right: 4rem;
}

.m-t-xlarge {
  margin-top: 4rem;
}

.m-b-xlarge {
  margin-bottom: 4rem;
}

.gap-xlarge {
  gap: 4rem;
}

.top-xlarge {
  top: 4rem;
}

.left-xlarge {
  left: 4rem;
}

.bottom-xlarge {
  bottom: 4rem;
}

.right-xlarge {
  right: 4rem;
}

.card-inner {
  height: 100%;
}
.card-inner p {
  margin-top: 0;
}
.card-image img {
  max-height: 70vh;
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.logo .custom-logo-link {
  display: block;
}
.logo img {
  height: 3rem;
  width: auto;
  display: block;
}

.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 800px) {
  .menu {
    display: block;
  }
}
.menu-item {
  list-style: none;
}
.menu-item .sub-menu {
  padding-left: 1rem;
}

.site-navigation .menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
}
@media (min-width: 800px) {
  .site-navigation .menu {
    position: static;
    width: auto;
    background-color: transparent;
    padding: 0;
    transform: translateY(0) !important;
    opacity: 1;
    z-index: 1;
  }
}
.site-navigation .menu-item {
  font-size: 1.2rem;
}
.site-navigation .menu-item a {
  padding: 0.5rem 1rem;
  display: block;
  color: #181818;
  background-color: #eee;
}
@media (prefers-color-scheme: dark) {
  .site-navigation .menu-item a {
    color: #eee;
  }
}
@media (prefers-color-scheme: dark) {
  .site-navigation .menu-item a {
    background-color: #181818;
  }
}
.site-navigation .menu-item a:hover {
  box-shadow: none;
}
.site-navigation .menu-item.current-menu-item > a {
  color: #808a08;
}
@media (min-width: 800px) {
  .site-navigation .menu-item .sub-menu {
    position: absolute;
    background-color: #eee;
    transform: translateY(-100%);
    opacity: 0;
    padding: 0;
    transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 800px) and (prefers-color-scheme: dark) {
  .site-navigation .menu-item .sub-menu {
    background-color: #181818;
  }
}
.site-navigation .menu-item:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.site-navigation-button {
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 800px) {
  .site-navigation-button {
    display: none;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icon-text {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Roboto", monospace;
}
@media (min-width: 1000px) {
  .icon-text {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.comment-avatar {
  aspect-ratio: 1/1;
  width: 1.5rem;
}
@media (min-width: 1000px) {
  .comment-avatar {
    width: 2.5rem;
  }
}
.comment-avatar img {
  display: block;
}
.comment .comment {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  padding: 4rem 0;
  text-align: center;
  background-color: #eee;
}
@media (prefers-color-scheme: dark) {
  .swiper-slide {
    background-color: #181818;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: #808a08;
  font-size: 2rem;
  font-weight: bold;
}
.swiper-pagination-bullet {
  background: #808a08;
}

.post-thumbnail img,
.page-thumbnail img {
  max-height: 70vh;
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.site-navigation .menu[data-state=open] {
  transform: translateY(100%);
  opacity: 1;
}

.site-header[data-state=fixed] {
  position: sticky;
  top: 0;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  .site-header[data-state=fixed] {
    position: static;
  }
}

.post-thumbnail.scrollover[data-state=overscrolled] img,
.page-thumbnail.scrollover[data-state=overscrolled] img {
  opacity: 0.3;
  filter: blur(5px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  color: #181818;
  background-color: #eee;
}
@media (prefers-color-scheme: dark) {
  body {
    color: #eee;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #181818;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", serif;
  hyphens: auto;
}

p,
li {
  hyphens: auto;
  font-family: "Ubuntu", sans-serif;
}

main p,
main code,
main li,
aside p,
aside code,
aside li {
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: 200;
}
main code,
aside code {
  background-color: #eee;
  padding: 1rem 2rem;
}
@media (prefers-color-scheme: dark) {
  main code,
  aside code {
    background-color: #181818;
  }
}

a:not(.wp-block-button__link) {
  color: #808a08;
  text-decoration: none;
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
}
a:not(.wp-block-button__link):hover {
  filter: brightness(0.8);
  box-shadow: 0px 0.1em 0px #808a08;
}
a:not(.wp-block-button__link):focus-visible {
  outline: solid 0.2rem rgba(128, 138, 8, 0.2);
}

div,
nav,
section,
aside,
article,
footer,
header,
main {
  box-sizing: border-box;
}

input:not([type=checkbox], [type=submit], [type=radio]),
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0.75rem 1rem;
  color: inherit;
  background-color: transparent;
  box-shadow: 0px 0.1em 0px rgba(128, 138, 8, 0.5);
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
}
input:not([type=checkbox], [type=submit], [type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.6;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  background-color: rgba(128, 138, 8, 0.05);
}

textarea {
  resize: vertical;
}

button,
input[type=submit],
.button,
.wp-block-button__link {
  -webkit-appearance: none;
  appearance: none;
  color: #eee;
  border: none;
  background-color: #808a08;
  padding: 0.75rem 1rem;
  font-weight: 700;
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
  cursor: pointer;
  will-change: transform;
}
button:hover,
input[type=submit]:hover,
.button:hover,
.wp-block-button__link:hover {
  transform: scale(0.97);
}

input[type=checkbox], input[type=radio] {
  appearance: none;
  background-color: #eee;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
@media (prefers-color-scheme: dark) {
  input[type=checkbox], input[type=radio] {
    background-color: #181818;
  }
}
input[type=checkbox] + label, input[type=radio] + label {
  cursor: pointer;
}
input[type=checkbox]:checked::after, input[type=radio]:checked::after {
  content: "";
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  background-color: rgba(128, 138, 8, 0.7);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

label {
  font-size: 1rem;
  font-family: "Roboto", monospace;
  line-height: 1rem;
}
label:has(input[type=checkbox], input[type=radio]) {
  cursor: pointer;
}

::selection {
  color: #eee;
  background-color: #181818;
}
@media (prefers-color-scheme: dark) {
  ::selection {
    color: #181818;
  }
}
@media (prefers-color-scheme: dark) {
  ::selection {
    background-color: #eee;
  }
}

details summary {
  margin-bottom: 0.5rem;
  color: #808a08;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, transform 0.25s, filter 0.25s, box-shadow 0.25s, opacity 0.25s;
}
details summary:hover {
  filter: brightness(0.8);
}

blockquote {
  font-style: italic;
  border-left: solid 0.25rem #808a08;
  padding-left: 1rem;
}
@media (max-width: 1000px) {
  blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

cite {
  opacity: 0.5;
}
