/*!
Theme Name: RebelsOfChange
Theme URI: http://underscores.me/
Author: Fabian Pimminger
Author URI: https://fabianpimminger.com/work
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rebelsofchange

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RebelsOfChange is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --color-blue: #022C42;
  --color-green: #25D5A7;
  --color-orange: #FF7360;
  --color-purple: #918BFF;
  --color-yellow: #FFF163;
}

:root {
  --padding-side: 30px;
  --site-width: 1400px;
}

@media (max-width: 640px) {
  :root {
    --padding-side: 24px;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-decoration: underline dotted;
          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;
}

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

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("fonts/source-sans-pro-v21-latin-700italic.woff2") format("woff2"), url("fonts/source-sans-pro-v21-latin-700italic.woff") format("woff");
}
@font-face {
  font-family: "FatFrank";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/FatFrank-Regular.woff2") format("woff2"), url("fonts/FatFrank-Regular.woff") format("woff");
}
@font-face {
  font-family: "Gotcha";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/Gotcha.woff2") format("woff2"), url("fonts/Gotcha.woff") format("woff");
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4d4d4d;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button--primary {
  font-size: 1.375em;
  font-weight: bold;
  border: 3px solid var(--color-blue);
  padding: 0.375em 1em;
  display: inline-block;
  background: transparent;
  color: var(--color-blue);
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  text-align: left;
}
.button--primary:hover {
  background: var(--color-blue);
  color: white;
  text-decoration: none;
}

.button--primary-inverted {
  font-size: 1.375em;
  font-weight: bold;
  border: 3px solid white;
  background: white;
  padding: 0.375em 1em;
  display: inline-block;
  color: var(--color-blue);
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  text-align: left;
}
.button--primary-inverted:hover {
  background: var(--color-blue);
  color: white;
  text-decoration: none;
}

.button--secondary {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  padding: 0 0 0.375em;
  display: inline-block;
  background: transparent;
  color: var(--color-blue);
  cursor: pointer;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  text-align: left;
}
.button--secondary:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #4d4d4d;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #4d4d4d;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.text--rich {
  font-size: 1em;
}
.text--rich a {
  color: currentcolor;
  text-decoration: underline;
}
.text--rich a:hover, .text--rich a:focus, .text--rich a:active {
  color: currentcolor;
  text-decoration: none;
}
.text--rich a:focus {
  outline: thin dotted;
}
.text--rich a:hover, .text--rich a:active {
  outline: 0;
}
.text--rich ul, .text--rich ol, .text--rich p, .text--rich [class^=wp-block-] {
  margin-bottom: 1.5em;
  margin-top: 0px;
}
.text--rich ul:last-child, .text--rich ol:last-child, .text--rich p:last-child, .text--rich [class^=wp-block-]:last-child {
  margin-bottom: 0px;
}
.text--rich h2, .text--rich h3, .text--rich h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.text--rich h2:first-child, .text--rich h3:first-child, .text--rich h4:first-child {
  margin-top: 0px;
}
.text--rich h2 {
  font-size: 1.3em;
}
.text--rich h3 {
  font-size: 1.2em;
}
.text--rich h4 {
  font-size: 1.125em;
}
.text--rich .has-large-font-size {
  font-size: 1.6em;
}
.text--rich .has-medium-font-size {
  font-size: 1.2em;
}
.text--rich ul, .text--rich ol {
  margin-left: 2em;
  padding: 0px;
}
.text--rich ul li, .text--rich ol li {
  margin-bottom: 0.5em;
}
.text--rich .wp-block-embed, .text--rich .video-container {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-embed .wp-block-embed__wrapper, .text--rich .video-container .wp-block-embed__wrapper {
  margin-bottom: 0px;
}
.text--rich .wp-block-image {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-gallery {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.text--rich blockquote,
.text--rich blockquote.wp-block-quote {
  margin: 2.5em 1em;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.5;
}
.text--rich blockquote p:last-of-type,
.text--rich blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0px;
}
.text--rich blockquote cite,
.text--rich blockquote.wp-block-quote cite {
  margin-top: 0.5em;
  display: block;
  text-align: left;
  font-style: normal;
  font-size: 16px;
}
.text--rich blockquote.is-large p, .text--rich blockquote.is-style-large p,
.text--rich blockquote.wp-block-quote.is-large p,
.text--rich blockquote.wp-block-quote.is-style-large p {
  font-size: 1.2em;
  line-height: 1.5;
}
.text--rich .wp-block-separator {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.text--rich .wp-block-button .wp-block-button__link {
  color: white;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
  font-size: 1em;
}
.text--rich .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

.text--minimal h1, .text--minimal h2, .text--minimal h3, .text--minimal h4 {
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.text--minimal h1:first-child, .text--minimal h2:first-child, .text--minimal h3:first-child, .text--minimal h4:first-child {
  margin-top: 0px;
}
.text--minimal h1 {
  font-size: 1.75em;
}
.text--minimal h2 {
  font-size: 1.5em;
}
.text--minimal h3 {
  font-size: 1.25em;
}
.text--minimal h4 {
  font-size: 1.125em;
}
.text--minimal p {
  margin: 0 0 1.5em;
}
.text--minimal p:last-child {
  margin: 0;
}

.headline {
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  line-height: 1.15;
}

.headline--section {
  font-size: 3.4375em;
}

.headline--small {
  font-size: 2.1875em;
}

.intro {
  font-size: 2.1875em;
  font-weight: bold;
  line-height: 1.15;
}

.intro--large {
  font-size: 2.8125em;
}

.text--large {
  font-size: 1.5625em;
  line-height: 1.35;
}

@media (max-width: 1300px) {
  .headline--section {
    font-size: 2.75em;
  }
  .headline--small {
    font-size: 1.75em;
  }
  .intro {
    font-size: 1.75em;
  }
  .intro--large {
    font-size: 2.25em;
  }
  .text--large {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .headline--section {
    font-size: 2.4em;
  }
  .headline--small {
    font-size: 1.5em;
  }
  .intro {
    font-size: 1.5em;
  }
  .intro--large {
    font-size: 2em;
  }
  .text--large {
    font-size: 1.1em;
  }
}
@media (max-width: 640px) {
  .headline--section {
    font-size: 2em;
  }
  .headline--small {
    font-size: 1.25em;
  }
  .intro {
    font-size: 1.25em;
  }
  .intro--large {
    font-size: 1.5em;
  }
  .text--large {
    font-size: 1em;
  }
}
/* Site
--------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--padding-side);
}

.inner--narrow {
  max-width: 1194px;
}

.hide {
  display: none;
}

.fill-viewport, .frontpage__panel, .frontpage__container {
  min-height: 100svh;
}

@supports not (height: 100svh) {
  .fill-viewport, .frontpage__panel, .frontpage__container {
    min-height: 100vh !important;
  }
}
.section, .content__widget {
  margin-bottom: 6em;
  color: var(--color-blue);
}
.section.no-margin-bottom, .content__widget.no-margin-bottom {
  margin-bottom: 0;
}
.section:first-child, .content__widget:first-child {
  margin-top: 6em;
}
.section:first-child.content__widget--header, .content__widget:first-child.content__widget--header {
  margin-top: 0px;
}
.section[class*=section--bg-color], .content__widget[class*=section--bg-color] {
  color: white;
  padding-top: 6em;
  padding-bottom: 6em;
}
.section[class*=section--bg-color]:first-child, .content__widget[class*=section--bg-color]:first-child {
  margin-top: 0;
}
.section[class*=section--bg-color]:last-child, .content__widget[class*=section--bg-color]:last-child {
  margin-bottom: 0;
}
.section[class*=section--bg-color]:not(.no-margin-bottom) + [class*=section--bg-color], .content__widget[class*=section--bg-color]:not(.no-margin-bottom) + [class*=section--bg-color] {
  margin-top: -6em;
}
.section[id], .content__widget[id] {
  scroll-margin-top: 6em;
}

.section--bg-color-blue {
  background: var(--color-blue);
}

.section--bg-color-orange {
  background: var(--color-orange);
}

.section--bg-color-yellow {
  background: var(--color-yellow);
}

.section--bg-color-green {
  background: var(--color-green);
}

.section--bg-color-purple {
  background: var(--color-purple);
}

@media (max-width: 640px) {
  .section, .content__widget {
    margin-bottom: 3.75em;
  }
  .section:first-child, .content__widget:first-child {
    margin-top: 3.75em;
  }
  .section[class*=section--bg-color], .content__widget[class*=section--bg-color] {
    color: white;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
  .section[class*=section--bg-color]:first-child, .content__widget[class*=section--bg-color]:first-child {
    margin-top: 0;
  }
  .section[class*=section--bg-color]:last-child, .content__widget[class*=section--bg-color]:last-child {
    margin-bottom: 0;
  }
  .section[class*=section--bg-color]:not(.no-margin-bottom) + [class*=section--bg-color], .content__widget[class*=section--bg-color]:not(.no-margin-bottom) + [class*=section--bg-color] {
    margin-top: -3.75em;
  }
  .section[id], .content__widget[id] {
    scroll-margin-top: 3.75em;
  }
}
/* Header
--------------------------------------------- */
.site-header {
  background: var(--color-blue);
}
.home .site-header {
  background: transparent;
  position: fixed;
  left: 0px;
  top: var(--wp-admin--admin-bar--height, 0px);
  width: 100%;
  z-index: 100;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  transition: border-bottom-color 0.5s ease-in-out;
}
.home .site-header .site-branding {
  transition: opacity 0.5s ease-in-out;
}
.home.home--started .site-header {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  pointer-events: none;
  border-bottom-color: transparent;
}
.home.home--started .site-header .site-navigation {
  pointer-events: all;
}
.home.home--started .site-header .site-branding {
  opacity: 0;
}

.site-header {
  padding: 16px 0 20px;
  border-bottom: 4px solid white;
}

.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding__logo {
  vertical-align: bottom;
  max-width: 100px;
}

@media (max-width: 1300px) {
  .site-branding__logo {
    max-width: 70px;
  }
}
@media (max-width: 640px) {
  .site-branding__logo {
    max-width: 70px;
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  background: white;
  padding: 3.75em 0 3em;
}
.home.home--started .site-footer {
  display: none;
}
.home.home--ended .site-footer {
  display: block;
}

.site-footer__container {
  display: flex;
  align-items: flex-end;
}

.site-footer__content {
  flex: 1;
}

.site-footer__info {
  color: var(--color-blue);
  font-size: 0.9375em;
}

.site-footer__menu {
  margin-bottom: 1.5em;
}
.site-footer__menu ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.site-footer__menu .menu__item {
  margin-right: 1.75em;
}
.site-footer__menu .menu__item:last-child {
  margin-bottom: 0px;
}
.site-footer__menu .menu__link {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 1.0625em;
  text-decoration: none;
}
.site-footer__menu .menu__link:hover {
  text-decoration: underline;
}

.site-footer__images {
  display: flex;
  gap: 3em;
}

@media (max-width: 1300px) {
  .site-footer__container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .site-footer__content {
    align-items: center;
    text-align: center;
    margin-bottom: 3em;
  }
  .site-footer__menu ul {
    justify-content: center;
  }
  .site-footer__images {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding: 2.75em 0 2.5em;
  }
  .site-footer__menu .menu__item {
    margin-right: 1.25em;
  }
  .site-footer__menu .menu__link {
    font-size: 0.875em;
  }
  .site-footer__info {
    font-size: 0.875em;
  }
  .site-footer__logo {
    width: 40%;
  }
}
/* Navigation
--------------------------------------------- */
.site-navigation__menu {
  display: none;
}
.site-navigation__menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-navigation__menu ul ul {
  background: var(--color-yellow);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.site-navigation__menu ul ul ul {
  left: -999em;
  top: 0;
}
.site-navigation__menu ul ul li {
  font-size: 1.0625rem;
  font-family: "Source Sans Pro", "Arial", sans-serif;
  line-height: 1.2em;
  margin: 0 0 0.75em;
}
.site-navigation__menu ul ul li:last-child {
  margin-bottom: 0px;
}
.site-navigation__menu ul ul li:hover > ul, .site-navigation__menu ul ul li.focus > ul {
  display: block;
  left: auto;
}
.site-navigation__menu ul ul a {
  color: var(--color-blue);
  text-decoration: none;
}
.site-navigation__menu ul ul a:hover {
  text-decoration: underline;
}
.site-navigation__menu ul ul :hover > a,
.site-navigation__menu ul ul .focus > a {
  color: var(--color-blue);
}
.site-navigation__menu ul ul a:hover,
.site-navigation__menu ul ul a.focus {
  color: var(--color-blue);
}
.site-navigation__menu ul li {
  position: relative;
}
.site-navigation__menu ul li:hover > ul,
.site-navigation__menu ul li.focus > ul {
  left: auto;
}
.site-navigation__menu li {
  position: relative;
}
.site-navigation__menu > ul > li > a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1.75em;
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  border-bottom: 2px solid transparent;
  transition: border-color 0.25s ease-in-out;
}
/* Small menu. */
.site-navigation__toggle {
  display: block;
}

@media (min-width: 992px) {
  .home .site-header .site-navigation__toggle {
    display: block;
  }
  .home .site-header .site-navigation__menu {
    display: none;
  }
  .home .site-header .site-header__container {
    position: relative;
  }
  .home .site-header.toggled {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .home .site-header.toggled .site-navigation__menu {
    display: block;
    position: absolute;
    top: -16px;
    right: 0px;
    background: var(--color-yellow);
    color: var(--color-blue);
    z-index: 100;
    max-width: none;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 100px 75px 60px;
    text-align: center;
  }
  .home .site-header.toggled .site-navigation__menu ul {
    flex-direction: column;
  }
  .home .site-header.toggled .site-navigation__menu .menu__item {
    margin: 0 0 1em;
  }
  .home .site-header.toggled .site-navigation__menu .menu__item:last-child {
    margin-bottom: 0px;
  }
  .home .site-header.toggled .site-navigation__menu .menu__link {
    font-size: 1.25em;
  }
  .home .site-header.toggled .site-navigation__toggle path {
    stroke: var(--color-blue);
  }
  .home .site-header.toggled a {
    color: var(--color-blue);
  }
  .site-navigation__menu > ul ul {
    width: calc(100% + 40px);
    padding: 15px 20px;
  }
  .site-navigation__menu > ul li:hover > ul,
.site-navigation__menu > ul li.focus > ul {
    left: -20px;
  }
  .site-navigation__menu > ul > li > a.is-active, .site-navigation__menu > ul > li > a.is-ancestor {
    color: var(--color-yellow);
  }
  .site-navigation__menu li {
    position: relative;
    margin-right: 2em;
  }
  .site-navigation__menu li:last-child {
    margin-right: 0;
  }
  .site-navigation__menu li:hover > a, .site-navigation__menu li.focus > a {
    color: var(--color-yellow);
  }
}
@media (min-width: 992px) {
  .site-navigation__menu {
    display: flex;
  }
}
@media (max-width: 1300px) {
  .site-navigation__menu > ul > li > a {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .site-header.toggled {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .site-header.toggled .site-navigation__menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--color-yellow);
    color: var(--color-blue);
    z-index: 100;
    max-width: none;
    overflow: auto;
    overscroll-behavior: contain;
    padding-top: calc(var(--wp-admin--admin-bar--height, 0) + 50px);
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
  }
  .site-header.toggled .site-navigation__menu ul {
    flex-direction: column;
  }
  .site-header.toggled .site-navigation__menu .menu__item {
    margin-bottom: 0.75em;
  }
  .site-header.toggled .site-navigation__menu .menu__item:last-child {
    margin-bottom: 0;
  }
  .site-header.toggled .site-navigation__menu .menu__link {
    font-size: 1.25em;
  }
  .site-header.toggled .site-navigation__menu .menu__sub-menu .menu__link {
    font-size: 1em;
  }
  .site-header.toggled .site-navigation__toggle path {
    stroke: var(--color-blue);
  }
  .site-header.toggled a {
    color: var(--color-blue);
  }
}
.site-header.toggled .site-navigation__icon--open {
  display: none;
}
.site-header.toggled .site-navigation__icon--close {
  display: inline-block;
}
.site-header.toggled .site-navigation__icon--close line {
  stroke: var(--color-blue);
}

.site-navigation__toggle {
  padding: 3px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 150;
  width: 44px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-navigation__toggle svg {
  vertical-align: bottom;
}
.site-navigation__toggle path {
  stroke: white;
}

.site-navigation__icon--close {
  display: none;
}

@media (min-width: 992px) {
  .site-navigation__toggle {
    display: none;
  }
  .site-navigation__menu ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (min-width: 641px) {
  .site-navigation {
    margin-top: 0.5em;
  }
}
@media (max-width: 640px) {
  .site-navigation__menu a {
    font-size: 1.375em;
  }
}
/* Posts and pages
--------------------------------------------- */
.single__article {
  margin-bottom: 7em;
  margin-top: 5em;
}

.single__header {
  position: relative;
  max-width: 810px;
  margin: 0 auto 3.5em;
  padding: 0 var(--padding-side);
  text-align: center;
}

.single__title {
  font-size: 2.8125em;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 0.25em;
}

.single__meta {
  font-size: 0.8125em;
  font-weight: bold;
  margin: 0 0 3em;
}
.single__meta span {
  margin: 0 0.5em;
}

.single__image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.33;
}

.single__content {
  font-size: 1.25em;
  line-height: 1.4;
}
.single__content > * {
  max-width: 810px;
  padding-left: var(--padding-side) !important;
  padding-right: var(--padding-side) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single__content > .alignwide {
  max-width: var(--site-width);
  padding-left: var(--padding-side) !important;
  padding-right: var(--padding-side) !important;
}
.single__content > .alignfull {
  max-width: none;
}
.single__content > .alignleft {
  float: left;
  margin-right: 2em;
}
.single__content > .alignright {
  float: right;
  margin-right: 2em;
}
.single__content .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--padding-side);
}

.page__inner {
  max-width: 810px;
}

.page__article {
  margin-bottom: 7em;
}

.page__header {
  padding: 2.75em 0;
  background: var(--color-blue);
  margin: 0 0 4em;
}

.page__title {
  font-size: 3em;
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  margin: 0em;
  color: white;
  text-align: center;
}

.page__content {
  font-size: 1.25em;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .page__title {
    font-size: 2.25em;
  }
}
/* Archive
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.accordion__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.accordion__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.accordion__item {
  background: transparent;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  margin-bottom: 1em;
  background: var(--color-blue);
  color: #fff;
  border-radius: 5px;
}
.accordion__item[open] .accordion__question:before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion__question {
  padding: 0.5em 4.75rem 0.5em 0rem;
  font-size: 1.5625em;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid white;
  margin-bottom: 0.5em;
}
.accordion__question:before {
  content: "";
  width: 0.65em;
  height: 1.125em;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg height='34' viewBox='0 0 19 34' width='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 34 16 16-16 16' fill='none' stroke='%23ffffff' stroke-width='3' transform='translate(-7 -33)'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.25s ease-in-out;
}
.accordion__question::marker, .accordion__question::-webkit-details-marker {
  display: none;
  content: none;
}
.accordion__question:focus {
  outline: 0;
}
.accordion__question:focus span {
  outline: 1px dotted #fff;
  outline-offset: 5px;
}
.accordion__question:focus:not(:focus-visible) span {
  outline: 0px;
}

.accordion__answer {
  padding: 1em 4.75rem 1em 0rem;
}

.accordion__footer {
  margin: 2.75em 0 0;
}

.blog-archive__header {
  position: relative;
  padding: 70px 0;
}
.blog-archive__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% + 140px);
  background: #F8C6C0;
  z-index: -1;
}

.blog-archive__title {
  max-width: 750px;
  margin: 0 auto 0.65em;
}
.blog-archive__title span {
  width: 360px;
  border-bottom: 2px solid #000;
  display: inline-block;
  vertical-align: bottom;
}

.blog-archive__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.blog-archive__category input {
  display: none;
}
.blog-archive__category label {
  display: block;
  border: 2px solid #000;
  background: white;
  text-transform: uppercase;
  color: #000;
  padding: 0.75em 1.25em;
  font-weight: bold;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  cursor: pointer;
}
.blog-archive__category label:hover {
  background: #000;
  color: white;
}
.blog-archive__category input:checked + label {
  background: #000;
  color: white;
}

.blog-archive__posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 30px;
}

.blog-archive__footer {
  text-align: center;
  margin: 4.5em 0 0;
}

.blog-single {
  position: relative;
}

.blog-single__image {
  padding-top: 75%;
  position: relative;
  margin: 0 0 1.2em;
}
.blog-single__image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-single__meta {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 0.375em;
}
.blog-single__meta span {
  margin: 0 0.5em;
}

.blog-single__title {
  margin: 0 0 0;
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: bold;
}

.blog-single__link {
  color: white;
  text-decoration: none;
}
.blog-single__link:hover {
  text-decoration: underline;
}

.blog-single__footer {
  margin-top: 1.5em;
}
.blog-single__footer .button--secondary {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
}
.blog-single__footer .button--secondary:hover {
  border-color: white;
}
.blog-single__footer .button--secondary img {
  height: 1em;
  width: auto;
  margin-left: 0.75em;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .blog-archive__posts {
    grid-template-columns: 1fr;
  }
}
.carousel__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.carousel__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.carousel__container .tns-outer {
  position: relative;
}
.carousel__container .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 80px;
  background: white;
  background-position: center center;
  background-size: 40px 74px;
  background-repeat: no-repeat;
  border: none;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
  padding: 0px;
  outline: none;
  transition: opacity 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.carousel__container .tns-controls button:disabled {
  opacity: 0.25;
}
.carousel__container .tns-controls button:hover:disabled {
  opacity: 0.25;
}
.carousel__container .tns-controls button:first-child {
  left: -80px;
  background-image: url("images/arrow-left.svg");
}
.carousel__container .tns-controls button:last-child {
  right: -80px;
  background-image: url("images/arrow-right.svg");
}

@media (max-width: 1500px) {
  .carousel__container {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
  }
  .carousel__container .tns-controls button {
    width: 20px;
    height: 37px;
    background: white;
    background-position: center center;
    background-size: 20px 37px;
  }
  .carousel__container .tns-controls button:first-child {
    left: -30px;
  }
  .carousel__container .tns-controls button:last-child {
    right: -30px;
  }
}
@media (max-width: 640px) {
  .carousel__container {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
  }
  .carousel__container .tns-controls {
    padding-bottom: 75px;
  }
  .carousel__container .tns-controls button {
    position: absolute;
    top: auto;
    bottom: 0px;
  }
  .carousel__container .tns-controls button:first-child {
    left: 0px;
  }
  .carousel__container .tns-controls button:last-child {
    right: 0px;
  }
}
.carousel__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.contact__text {
  border: 2px solid #000;
  margin: 5em auto 0;
  max-width: 900px;
  padding: 60px 90px;
}

@media (max-width: 991px) {
  .contact__text {
    padding: 40px 60px;
  }
}
@media (max-width: 640px) {
  .contact__text {
    padding: 20px 30px;
  }
}
.contents__image {
  max-width: 1024px;
  margin: 0 auto 3em;
}

.contents__body {
  max-width: 950px;
  margin: 0 auto;
}

.contents__intro {
  margin: 0 0 1.25em;
}

.contents__text {
  font-size: 1.625em;
}

.cta__title {
  margin: 0 0 1.5em;
  color: var(--color-yellow);
  max-width: 750px;
}

.cta__link {
  color: currentcolor;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.1em;
}
.cta__link:hover {
  color: currentcolor;
  text-decoration: none;
}

@media (min-width: 641px) {
  .cta__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .cta__image {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .cta__footer {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.section[class*=section--bg-color] .downloads__inner, .content__widget[class*=section--bg-color] .downloads__inner {
  color: var(--color-blue);
  background: white;
  margin: 0 auto;
  padding: 4em 2em;
}

.downloads__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.downloads__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.downloads__downloads {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 30px;
  max-width: 1065px;
  margin: 0 auto;
}

.downloads__download {
  position: relative;
}

.downloads__header {
  background: #F0F0F0;
  padding: 30px;
}

.downloads__image-inner {
  max-width: 200px;
  margin: 0 auto;
}

.downloads__image {
  padding-top: 100%;
  height: 0px;
  position: relative;
}
.downloads__image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.downloads__download-title {
  font-size: 1.625em;
  font-weight: bold;
  margin: 0.75em 0 0;
}

.downloads__download-link {
  color: var(--color-blue);
  text-decoration: none;
}
.downloads__download-link:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

@media (min-width: 641px) {
  .downloads__downloads {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.facts__item {
  margin: 0 0 6.5em;
}
.facts__item:nth-child(3n+1) {
  color: var(--color-orange);
}
.facts__item:nth-child(3n+2) {
  color: var(--color-purple);
}
.facts__item:nth-child(3n+3) {
  color: var(--color-green);
}

.facts__item-title {
  margin: 0;
}

@media (min-width: 641px) {
  .facts__item {
    max-width: 880px;
    padding-left: 60px;
  }
  .facts__item:nth-child(2n) {
    margin-left: auto;
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .facts__item {
    max-width: 940px;
    padding-left: 120px;
  }
  .facts__item:nth-child(2n) {
    margin-left: auto;
    padding-left: 0px;
    padding-right: 120px;
  }
}
.grid__title {
  margin: 0 auto 0.675em;
  max-width: 920px;
}

.grid__text {
  margin: 0 auto 2em;
  max-width: 920px;
}

.grid__header {
  text-align: center;
}

.grid__item {
  position: relative;
}

.grid__item-title {
  margin: 0.5em 0 0;
  font-weight: bold;
  line-height: 1.2;
}

.grid__item-link {
  color: currentcolor;
  text-decoration: none;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.1em;
}
.grid__item-link:hover {
  color: currentcolor;
  text-decoration: underline;
}

.grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 30px;
}

@media (min-width: 641px) {
  .grid__items--col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid__items--col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid__items--col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid--layout-right .grid__container,
.grid--layout-left .grid__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 100px;
    align-items: center;
  }
  .grid--layout-right .grid__header,
.grid--layout-left .grid__header {
    text-align: left;
  }
  .grid--layout-right .grid__text,
.grid--layout-left .grid__text {
    margin-bottom: 0px;
  }
  .grid--layout-left .grid__container {
    grid-template-columns: 3fr 1fr;
  }
  .grid--layout-left .grid__header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .grid--layout-left .grid__items {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 640px) {
  .grid__items--col-6 {
    grid-template-columns: 1fr 1fr;
  }
}
.header {
  background: var(--color-blue);
}

.header__container {
  padding-top: 2.75em;
  padding-bottom: 2.75em;
}

.header__title {
  font-size: 3em;
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  line-height: 1.15;
  margin: 0em;
  color: white;
  text-align: center;
}

@media (max-width: 640px) {
  .page__title {
    font-size: 2.25em;
  }
}
.links__title {
  margin: 0 auto 0.675em;
  max-width: 920px;
}

.links__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
}

.links__header {
  text-align: center;
}

.links__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.links-item__title {
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px;
}

.links-item__link {
  color: currentcolor;
  text-decoration: none;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.1em;
}
.links-item__link:hover {
  color: currentcolor;
  text-decoration: underline;
}

.links-item {
  color: var(--color-blue);
  border: 4px solid currentcolor;
  position: relative;
  padding: 3.75em 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links-item--white {
  color: white;
}

.links-item--blue {
  color: var(--color-blue);
}

.links-item--orange {
  color: var(--color-orange);
}

.links-item--yellow {
  color: var(--color-yellow);
}

.links-item--green {
  color: var(--color-green);
}

.links-item--purple {
  color: var(--color-purple);
}

@media (min-width: 641px) {
  .links--columns-2.links--layout-default .links-item {
    padding: 4em 1.5em;
  }
  .links--columns-2.links--layout-default .links-item__title {
    font-size: 2.4em;
  }
  .links__items--col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .links__items--col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .links__items--col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .links--layout-right .links__container,
.links--layout-left .links__container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 100px;
    align-items: center;
  }
  .links--layout-right .links__header,
.links--layout-left .links__header {
    text-align: left;
  }
  .links--layout-right .links__text,
.links--layout-left .links__text {
    margin-bottom: 0px;
  }
  .links--layout-left {
    grid-auto-flow: dense;
  }
}
@media (min-width: 992px) {
  .links--columns-2.links--layout-default .links-item__title {
    font-size: 2.75em;
  }
}
@media (min-width: 1301px) {
  .links--columns-2.links--layout-default .links-item__title {
    font-size: 3.4375em;
  }
}
@media (max-width: 640px) {
  .links__items--col-6 {
    grid-template-columns: 1fr 1fr;
  }
}
.logos__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.logos__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.logos__items {
  margin: 2.75em auto 0;
  max-width: 1260px;
}

.logos__item {
  padding: 40px 50px;
}

.logos__link {
  opacity: 1;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}
.logos__link:hover {
  opacity: 0.7;
}
.logos__link img {
  width: 100%;
}

@media (min-width: 641px) {
  .logos__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .logos__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .logos__item {
    padding: 20px 25px;
  }
}
.shareables__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.shareables__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.shareable__image {
  margin: 0 0 1.5em;
}
.shareable__image img {
  box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.1607843137);
  vertical-align: bottom;
}

.shareables__container .tns-outer {
  position: relative;
}
.shareables__container .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 80px;
  background: white;
  background-position: center center;
  background-size: 40px 74px;
  background-repeat: no-repeat;
  border: none;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
  padding: 0px;
  outline: none;
  transition: opacity 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.shareables__container .tns-controls button:disabled {
  opacity: 0.25;
}
.shareables__container .tns-controls button:hover:disabled {
  opacity: 0.25;
}
.shareables__container .tns-controls button:first-child {
  left: -80px;
  background-image: url("images/arrow-left.svg");
}
.shareables__container .tns-controls button:last-child {
  right: -80px;
  background-image: url("images/arrow-right.svg");
}

@media (max-width: 1500px) {
  .shareables__container {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
  }
  .shareables__container .tns-controls button {
    width: 20px;
    height: 37px;
    background: white;
    background-position: center center;
    background-size: 20px 37px;
  }
  .shareables__container .tns-controls button:first-child {
    left: -30px;
  }
  .shareables__container .tns-controls button:last-child {
    right: -30px;
  }
}
@media (max-width: 640px) {
  .shareables__container {
    padding-left: var(--padding-side);
    padding-right: var(--padding-side);
  }
  .shareables__container .tns-controls {
    padding-bottom: 75px;
  }
  .shareables__container .tns-controls button {
    position: absolute;
    top: auto;
    bottom: 0px;
  }
  .shareables__container .tns-controls button:first-child {
    left: 0px;
  }
  .shareables__container .tns-controls button:last-child {
    right: 0px;
  }
}
.socialwall__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.socialwall__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.supporters__title {
  max-width: 600px;
  margin: 0 auto 1.25em;
  text-align: center;
}

.supporters__nav {
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.supporters__nav-item {
  font-size: 2.1875em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  padding: 0 0em 0.1em;
  margin: 0 0.5em 3em;
  cursor: pointer;
  transition: border-color 0.25s ease-in-out;
}
.supporters__nav-item.active, .supporters__nav-item:hover {
  border-color: var(--color-yellow);
}

@media (min-width: 641px) {
  .supporter {
    display: none;
    gap: 40px 100px;
    grid-template-columns: 1fr 1fr;
  }
  .supporter.active {
    display: grid;
  }
  .supporter__body {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 4em;
  }
  .supporter__title {
    font-size: 2.8125em;
    line-height: 1.15;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0.5em;
  }
  .supporter__text {
    max-width: 500px;
    font-size: 2.1875em;
    line-height: 1.15;
    font-weight: bold;
  }
  .supporter__image {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: end;
    padding-bottom: 80px;
  }
  .supporter__embed {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .supporter__embed .video-container {
    margin: 0px;
  }
  .supporter__embed-container {
    margin-left: -190px;
    width: calc(100% + 190px);
  }
}
@media (max-width: 640px) {
  .supporters__nav-item {
    font-size: 1.75em;
    margin-bottom: 2em;
  }
  .supporter {
    display: none;
    gap: 0px;
    grid-template-columns: 20px 1fr 20px;
    grid-template-rows: auto auto 50px auto;
  }
  .supporter.active {
    display: grid;
  }
  .supporter__body {
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 2em;
  }
  .supporter__title {
    font-size: 1.75em;
    line-height: 1.15;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0.5em;
  }
  .supporter__text {
    max-width: 500px;
    font-size: 1.75em;
    line-height: 1.15;
    font-weight: bold;
  }
  .supporter__image {
    grid-column: 1/3;
    grid-row: 2/4;
  }
  .supporter__embed {
    grid-column: 2/4;
    grid-row: 3/5;
  }
  .supporter__embed .video-container {
    margin: 0px;
  }
}
.team__title {
  margin: 0 0 0.675em;
  text-align: center;
}

.team__text {
  margin: 0 auto 2.5em;
  max-width: 920px;
  text-align: center;
}

.person__image {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  overflow: hidden;
  margin: 0 0 1.375em;
}
.person__image .person__img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person__name {
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0.2em;
}

.person__function {
  font-size: 1.5625em;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .team__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px 32px;
  }
}
@media (min-width: 641px) and (max-width: 991px) {
  .team__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media (max-width: 640px) {
  .team__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.body__title {
  max-width: 650px;
  margin: 0 auto 0.75em;
  text-align: center;
}
.body__title:last-child {
  margin-bottom: 0px;
}

.body__intro {
  margin: 0 auto 1.5em;
  max-width: 970px;
  text-align: center;
}
.body__intro:last-child {
  margin-bottom: 0px;
}

.body__text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5625em;
  font-weight: bold;
  line-height: 1.3;
}
.body__text a {
  color: currentcolor;
}
.body__text a:hover {
  color: currentcolor;
}

.body--main .body__title {
  margin-bottom: 1em;
}
.body--main .body__intro {
  margin-bottom: 2.5em;
}

.textimage__title {
  margin: 0 0 0.425em;
}

.textimage__footer {
  margin: 3em 0 0;
}

.textimage--hero .textimage__body {
  text-align: left;
  margin-left: 0px;
  max-width: 520px;
}

@media (min-width: 641px) {
  .textimage__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .textimage__body {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .textimage__image {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .textimage__body {
    max-width: 450px;
    text-align: right;
    margin-left: auto;
  }
  .textimage--default .textimage__container {
    align-items: center;
  }
  .textimage--align-left .textimage__body {
    grid-column: 2/3;
    text-align: left;
    margin-left: 0px;
  }
  .textimage--align-left .textimage__image {
    grid-column: 1/2;
  }
}
@media (max-width: 640px) {
  .textimage__image {
    margin-bottom: 2.5em;
  }
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Frontpage
--------------------------------------------- */
body.home {
  overflow-y: scroll;
  background: #022C42;
  will-change: background-color;
}

.frontpage__wrapper {
  color: white;
  font-family: "FatFrank", sans-serif;
  font-weight: normal;
  --padding-side: 40px;
}
.frontpage__wrapper a {
  color: white;
}

.frontpage__wrapper {
  overflow-x: hidden;
}

.frontpage__container {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.frontpage__swiper {
  width: 100%;
  margin: 0 0 3em;
}
@media (max-height: 1000px) {
  .frontpage__swiper {
    margin-bottom: 2em;
  }
}

.swiper-wrapper {
  display: none;
}

.frontpage__swiper-container {
  width: calc(100% + 4 * var(--padding-side));
  margin-left: calc(var(--padding-side) * -2) !important;
  margin-right: calc(var(--padding-side) * -2) !important;
}

.frontpage__slogan {
  text-align: center;
  font-size: clamp(0.65em, 1.6vw, 1.765em);
  margin: -4.5em 0 1.5em;
}
.frontpage__slogan > span {
  font-family: "Gotcha", sans-serif;
  font-weight: normal;
  font-size: 2em;
  display: inline-block;
  transform: rotate(358deg);
}
.frontpage__slogan > span span {
  opacity: 0;
}
.swiper-slide-active .frontpage__slogan span span, .swiper-slide-prev .frontpage__slogan span span {
  -webkit-animation: frontpage__slogan--animation 1s ease-out 1 both;
          animation: frontpage__slogan--animation 1s ease-out 1 both;
  display: inline-block;
}
.swiper-slide-active .frontpage__slogan span span:nth-child(1), .swiper-slide-prev .frontpage__slogan span span:nth-child(1) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.swiper-slide-active .frontpage__slogan span span:nth-child(2), .swiper-slide-prev .frontpage__slogan span span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-stopped .frontpage__slogan span span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1;
}

.frontpage__hashtag {
  text-align: center;
}
.frontpage__hashtag span {
  font-size: 1.75em;
  font-size: clamp(1em, 2.5vw, 2.5em);
  font-weight: normal;
  font-family: "FatFrank", sans-serif;
  color: var(--color-blue);
  background: var(--color-yellow);
  padding: 0.25em 0.5em;
  display: inline-block;
}

.frontpage__panel {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.frontpage__panel--align-start {
  justify-content: flex-start;
  padding-top: 10vh;
}
@media (max-width: 640px) {
  .frontpage__panel--align-start {
    padding-top: 5vh 0;
  }
}

.frontpage__panel--0-0 {
  transition: background-color 0.75s ease-in-out;
}

.frontpage__panel--red {
  background: red;
}

.frontpage__panel--blue {
  background: blue;
}

.frontpage__panel--green {
  background: green;
}

.frontpage__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 10vh 0;
  flex-direction: column;
  position: relative;
}
@media (max-width: 640px) {
  .frontpage__content {
    padding: 5vh 0;
  }
}

.frontpage__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.frontpage__button {
  font-size: 2.5em;
  font-size: clamp(1.3em, 2.25vw, 2.75em);
  font-weight: normal;
  border: 0px;
  padding: 0px;
  display: inline-block;
  background: transparent;
  color: white;
  font-family: "FatFrank", sans-serif;
  cursor: pointer;
  border-bottom: 0.075em solid transparent;
  transition: border-color 0.25s ease-in-out;
  text-decoration: none;
  text-align: left;
}
.frontpage__button:hover, .frontpage__button.clicked {
  border-color: currentcolor;
  text-decoration: none;
}
.frontpage__button.clicked {
  cursor: auto;
}

.frontpage__button--large {
  font-size: 3.4375em;
  font-size: clamp(1.75em, 4vw, 4em);
}

.frontpage__button--stale {
  cursor: auto;
}
.frontpage__button--stale:hover, .frontpage__button--stale.clicked {
  border-color: transparent;
  text-decoration: none;
}

.frontpage__title {
  font-weight: normal;
  font-size: 4.375em;
  font-size: clamp(1.75em, 4.8vw, 5em);
  line-height: 1.2;
  margin: 0;
}

.frontpage__subtitle {
  font-weight: normal;
  font-size: 3.4375em;
  font-size: clamp(1.375em, 3.5vw, 3.875em);
  line-height: 1.2;
  margin: 0.2em 0 0;
}
.frontpage__subtitle small {
  display: block;
  font-size: 1rem;
  margin: 1em 0 0;
}

.frontpage__text {
  font-weight: normal;
  font-size: 2.5em;
  font-size: clamp(1em, 2vw, 2.75em);
  line-height: 1.3;
  margin: 0em 0 0;
}

.frontpage__question {
  margin: 4em 0 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75em;
}
@media (max-width: 640px) {
  .frontpage__question {
    gap: 1em;
    margin-top: 2.5em;
  }
}

.is-hidden {
  display: none;
}

.panel--0-0__image-container {
  max-width: 1050px;
  display: block;
  margin: 0 auto 0;
}
@media (max-height: 1000px) {
  .panel--0-0__image-container {
    max-width: 850px;
  }
}

.panel--0-0__image {
  height: 0px;
  padding-top: 55.13888%;
  width: 100%;
  position: relative;
}
.panel--0-0__image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.panel--0-0__image--fg {
  opacity: 0;
}
.swiper-slide-active .panel--0-0__image--fg, .swiper-slide-prev .panel--0-0__image--fg {
  -webkit-animation: panel--0-0__image--fg--animation 1s 0.65s ease-out 1 both;
          animation: panel--0-0__image--fg--animation 1s 0.65s ease-out 1 both;
}
.swiper-stopped .panel--0-0__image--fg {
  opacity: 1;
  -webkit-animation: none !important;
          animation: none !important;
}

.panel--0-0__image--bg {
  opacity: 0;
}
.swiper-slide-active .panel--0-0__image--bg, .swiper-slide-prev .panel--0-0__image--bg {
  -webkit-animation: panel--0-0__image--bg--animation 1.2s ease-out 1 both;
          animation: panel--0-0__image--bg--animation 1.2s ease-out 1 both;
}
.swiper-stopped .panel--0-0__image--bg {
  opacity: 1;
  -webkit-animation: none !important;
          animation: none !important;
}

.panel--0-0__button {
  color: var(--color-yellow);
  position: relative;
}

.panel--0-0__line1,
.panel--0-1__line1 {
  width: 0px;
  height: 4px;
  background: var(--color-yellow);
  position: absolute;
  transition: width 0.75s linear;
}

.panel--0-1__line1 {
  transition-delay: 1.5s;
}

.panel--0-1__line2 {
  height: 0px;
  width: 4px;
  background: var(--color-yellow);
  position: absolute;
  transition: height 0.75s linear;
  transition-delay: 0.75s;
  z-index: 1;
}

.panel--0-1__line3 {
  position: absolute;
  width: 0px;
  height: 48px;
  background-image: url(images/wave.svg);
  background-repeat: no-repeat;
  background-size: 1406px 48px;
  background-repeat: repeat-x;
  transition: width 0.75s linear;
}

.panel--0-1__body {
  display: flex;
  width: 100%;
}
@media (max-width: 640px) {
  .panel--0-1__body {
    flex-direction: column;
  }
}

.panel--0-1__question {
  flex: 1;
}

.panel--0-1__deco {
  margin-top: 2em;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .panel--0-1__deco {
    max-width: 80%;
    margin: 2em auto 0;
  }
}

.panel--0-2__body-1 {
  width: 100%;
}

.panel--0-2__body-2 {
  display: none;
}
@media (max-width: 640px) {
  .panel--0-2__body-2 {
    display: block;
    margin-top: 10vh;
  }
}

.panel--1-0__title,
.panel--1-0__title2 {
  max-width: 799px;
  margin: 0;
}

.panel--1-0__title2 {
  margin-top: 0.75em;
}

.panel--1-0__line1 {
  width: 0px;
  height: 4px;
  background: var(--color-yellow);
  position: absolute;
  transition: width 0.75s linear;
}

.frontpage__panel--1-1 {
  padding-top: 20vh;
}

.panel--1-1__body {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 640px) {
  .panel--1-1__body {
    flex-direction: column;
  }
}

@media (min-width: 641px) {
  .panel--1-1__deco {
    margin-left: 2em;
  }
}
@media (max-width: 640px) {
  .panel--1-1__deco {
    margin-top: 2em;
    text-align: center;
  }
  .panel--1-1__deco img {
    max-width: 55%;
  }
}

.panel--1-1__line1,
.panel--2-1__line1,
.panel--3-1__line1,
.panel--4-1__line1 {
  position: absolute;
  width: 48px;
  height: 0px;
  background-image: url(images/wave-vertical.svg);
  background-repeat: no-repeat;
  background-size: 48px 1406px;
  background-repeat: repeat-y;
  transition: height 0.75s linear;
}

.panel--2-0__line1,
.panel--3-0__line1,
.panel--4-0__line1 {
  height: 0px;
  width: 4px;
  background: var(--color-yellow);
  position: absolute;
  transition: height 0.75s linear;
}

.panel--2-0__line2,
.panel--3-0__line2,
.panel--4-0__line2 {
  width: 0px;
  height: 4px;
  background: var(--color-yellow);
  position: absolute;
  transition: width 0.75s 0.75s linear;
}

@media (max-width: 640px) {
  .content--0 {
    padding-top: 0;
  }
}

.content--0__body {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .content--0__body {
    flex-direction: column;
  }
}

.content--0__body-0 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content--0__deco {
  width: 30%;
  flex-shrink: 0;
  margin-right: 8%;
}
@media (max-width: 640px) {
  .content--0__deco {
    display: none;
  }
}

.content--0__title {
  color: var(--color-yellow);
  flex: 1;
  margin: 0 0;
}

.content--1__body-1 {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .content--1__body-1 {
    flex-direction: column-reverse;
  }
}

.content--1__deco {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 641px) {
  .content--1__deco {
    width: 45%;
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .content--1__deco {
    margin-bottom: 2em;
  }
}

.content--1__image-2 {
  position: absolute;
  bottom: -200px;
  left: 20px;
}
@media (max-width: 640px) {
  .content--1__image-2 {
    display: none;
  }
}

.content--1__content {
  align-self: flex-end;
  color: var(--color-yellow);
  position: relative;
}
@media (min-width: 641px) {
  .content--1__content {
    margin-left: -5%;
  }
}

.content--1__subtitle {
  margin-bottom: 0.5em;
}

.content--1__body-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content--1__video {
  margin: 4em 0 0;
}
@media (max-width: 640px) {
  .content--1__video {
    margin-top: 2.25em;
  }
}

.content--2__body-1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content--2__video {
  margin: 4em 0 0;
}
@media (max-width: 640px) {
  .content--2__video {
    margin-top: 2.25em;
  }
}

.content--3__body-1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.content--3__video {
  margin: 4em 0 0;
}
@media (max-width: 640px) {
  .content--3__video {
    margin-top: 2.25em;
  }
}

.content--4__body-1 {
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.content--4__title {
  text-align: center;
}

.content--4__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 3em 0 0;
}
@media (max-width: 991px) {
  .content--4__links {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .content--4__links {
    grid-template-columns: 1fr;
  }
}

.content--4__link {
  position: relative;
  aspect-ratio: 4/3;
  border: 4px solid var(--color);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .content--4__link {
    aspect-ratio: 16/9;
  }
}
.content--4__link a {
  text-decoration: none;
  padding: 1.5em 0.3em;
  font-size: clamp(1em, 2.1vw, 2em);
  color: var(--color);
  width: 100%;
  text-align: center;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media (max-width: 640px) {
  .content--4__link a {
    font-size: 1.75em;
  }
}
.content--4__link:hover {
  background: var(--color);
}
.content--4__link:hover a {
  color: var(--color-blue);
}

.content--4__link--purple {
  --color: var(--color-purple);
}

.content--4__link--yellow {
  --color: var(--color-yellow);
}

.content--4__link--green {
  --color: var(--color-green);
}

.content--4__link--orange {
  --color: var(--color-orange);
}

@-webkit-keyframes panel--0-0__button--animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes panel--0-0__button--animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes frontpage__slogan--animation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes frontpage__slogan--animation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes frontpage__slogan--animation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes panel--0-0__image--fg--animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel--0-0__image--fg--animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes panel--0-0__image--bg--animation {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes panel--0-0__image--bg--animation {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Spinner
--------------------------------------------- */
.has-spinner .spinner {
  display: none;
}
.has-spinner.is-loading .js-button {
  display: none;
}
.has-spinner.is-loading .spinner {
  display: block;
}
.has-spinner.is-ended .js-button {
  display: none;
}
.has-spinner.is-ended .spinner {
  display: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}
.ninja-forms-form-wrap .hidden-wrap {
  display: none;
}
.ninja-forms-form-wrap .list-checkbox-wrap .nf-field-element li input,
.ninja-forms-form-wrap .list-radio-wrap .nf-field-element li input {
  margin-top: 0.4em;
}
.ninja-forms-form-wrap .listradio-container.five-col-list .nf-field-element {
  max-width: 400px;
}
.ninja-forms-form-wrap .listradio-container.five-col-list .nf-field-element ul {
  max-width: 500px;
}
.ninja-forms-form-wrap .listradio-container.five-col-list .nf-field-label {
  flex: 1;
}
.ninja-forms-form-wrap .listselect-container .nf-field-element {
  background: white;
  color: #000;
  border: 2px solid #D2D2D2;
}
.ninja-forms-form-wrap .listselect-container .nf-field-element:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40px;
  background-size: 16px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  pointer-events: none;
}
.ninja-forms-form-wrap .listselect-container .nf-field-element select {
  width: 100%;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: transparent;
  padding: 0.75em 2.5em 0.75em 0.875em;
}
.ninja-forms-form-wrap .listselect-container .nf-field-element select:focus {
  border-color: #000;
  outline: none;
}

.nf-mp-footer {
  margin-top: 1.5em;
}

.nf-form-cont .nf-error-msg, .nf-form-cont .ninja-forms-req-symbol {
  color: #000;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 1.25em;
}
.nf-form-cont .checkbox-container {
  margin-top: 1.5em;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-error.listimage-wrap .nf-field-element ul, .nf-form-cont .nf-error .ninja-forms-field {
  color: #000;
  border-color: #000;
}
.nf-form-cont .nf-error.listimage-wrap .nf-field-element ul::-moz-placeholder, .nf-form-cont .nf-error .ninja-forms-field::-moz-placeholder {
  color: #000;
}
.nf-form-cont .nf-error.listimage-wrap .nf-field-element ul::placeholder, .nf-form-cont .nf-error .ninja-forms-field::placeholder {
  color: #000;
}
.nf-form-cont .textarea-container textarea {
  height: 8.5em;
}
.nf-form-cont .nf-after-field .nf-error-msg {
  font-size: 0.875em;
  font-weight: bold;
  margin: 0.5em 0 0;
}
.nf-form-cont .nf-field-label {
  padding: 0;
  margin: 0;
}
.nf-form-cont .nf-field-label label {
  font-weight: bold;
  font-size: 1.5625em;
}
.nf-form-cont .label-above .nf-field-label {
  margin-bottom: 0.1em;
}
.nf-form-cont .nf-field input[type=color], .nf-form-cont .nf-field input[type=date], .nf-form-cont .nf-field input[type=datetime-local], .nf-form-cont .nf-field input[type=datetime], .nf-form-cont .nf-field input[type=email], .nf-form-cont .nf-field input[type=month], .nf-form-cont .nf-field input[type=number], .nf-form-cont .nf-field input[type=password], .nf-form-cont .nf-field input[type=range], .nf-form-cont .nf-field input[type=search], .nf-form-cont .nf-field input[type=tel], .nf-form-cont .nf-field input[type=text], .nf-form-cont .nf-field input[type=time], .nf-form-cont .nf-field input[type=url], .nf-form-cont .nf-field input[type=week], .nf-form-cont .nf-field textarea {
  background: white;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  padding: 1em 1.2em;
  font-size: 0.875rem;
  line-height: 1;
  width: 100%;
}
.nf-form-cont .nf-field input[type=color]:focus, .nf-form-cont .nf-field input[type=date]:focus, .nf-form-cont .nf-field input[type=datetime-local]:focus, .nf-form-cont .nf-field input[type=datetime]:focus, .nf-form-cont .nf-field input[type=email]:focus, .nf-form-cont .nf-field input[type=month]:focus, .nf-form-cont .nf-field input[type=number]:focus, .nf-form-cont .nf-field input[type=password]:focus, .nf-form-cont .nf-field input[type=range]:focus, .nf-form-cont .nf-field input[type=search]:focus, .nf-form-cont .nf-field input[type=tel]:focus, .nf-form-cont .nf-field input[type=text]:focus, .nf-form-cont .nf-field input[type=time]:focus, .nf-form-cont .nf-field input[type=url]:focus, .nf-form-cont .nf-field input[type=week]:focus, .nf-form-cont .nf-field textarea:focus {
  outline: thin dotted;
}
.nf-form-cont .checkbox-wrap {
  position: relative;
}
.nf-form-cont .checkbox-wrap .nf-field-element {
  width: 0px !important;
}
.nf-form-cont .checkbox-wrap .nf-field-element input {
  height: 1.875em;
  width: 1.875em;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0px;
  background: transparent;
  z-index: -1;
}
.nf-form-cont .checkbox-wrap .nf-field-element input:focus {
  outline: thin dotted #000;
}
.nf-form-cont .checkbox-wrap .nf-field-label {
  padding-left: 2.5rem;
  position: relative;
  min-height: 1.875rem;
}
.nf-form-cont .checkbox-wrap .nf-field-label label {
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  max-width: 770px;
}
.nf-form-cont .checkbox-wrap .nf-field-label label a {
  color: #000;
  text-decoration: underline;
}
.nf-form-cont .checkbox-wrap .nf-field-label label a:hover {
  text-decoration: none;
}
.nf-form-cont .checkbox-wrap .nf-field-label label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #000;
  border-radius: 0px;
  vertical-align: bottom;
  top: 0px;
  left: 0px;
}
.nf-form-cont .checkbox-wrap .nf-checked-label:before {
  background-image: url("data:image/svg+xml,%3Csvg height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m145.5 4525.5 17 17m0-17-17 17' fill='none' stroke='%231e1e1e' stroke-linecap='square' stroke-width='2' transform='translate(-144 -4524)'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nf-form-cont input[type=button] {
  font-size: 1.375em;
  font-weight: bold;
  border: 3px solid var(--color-blue);
  padding: 0.375em 1em;
  display: inline-block;
  background: transparent;
  color: var(--color-blue);
  cursor: pointer;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  text-decoration: none;
  text-align: left;
  background: var(--color-blue);
  color: white;
}
.nf-form-cont input[type=button]:hover {
  background: var(--color-blue);
  color: white;
  text-decoration: none;
}
.nf-form-cont input[type=button]:hover {
  background: transparent;
  color: var(--color-blue);
  text-decoration: none;
}
.nf-form-cont .submit-wrap {
  text-align: right;
}
.nf-form-cont .submit-container {
  margin-top: 1.5em;
  margin-bottom: 0px;
}
.nf-form-cont .nf-response-msg {
  margin-top: 4em;
  text-align: center;
}
.nf-form-cont .nf-response-msg h2 {
  font-size: 2.25em;
  font-weight: bold;
  color: black;
  margin: 0 0 0.75em;
}
.nf-form-cont .nf-response-msg > div {
  font-size: 1em;
}

@media (min-width: 641px) {
  .ninja-forms-form-wrap .listradio-container.six-col-list .nf-field-element, .ninja-forms-form-wrap .listradio-container.four-col-list .nf-field-element, .ninja-forms-form-wrap .listradio-container.three-col-list .nf-field-element {
    max-width: 360px;
  }
  .ninja-forms-form-wrap .listradio-container.six-col-list .nf-field-label, .ninja-forms-form-wrap .listradio-container.four-col-list .nf-field-label, .ninja-forms-form-wrap .listradio-container.three-col-list .nf-field-label {
    margin-right: 3em;
    flex: 1;
  }
}
@media (max-width: 640px) {
  .nf-form-cont .ninja-forms-form-wrap .five-sixths,
.nf-form-cont .ninja-forms-form-wrap .four-sixths,
.nf-form-cont .ninja-forms-form-wrap .one-fourth,
.nf-form-cont .ninja-forms-form-wrap .one-half,
.nf-form-cont .ninja-forms-form-wrap .one-sixth,
.nf-form-cont .ninja-forms-form-wrap .one-third,
.nf-form-cont .ninja-forms-form-wrap .three-fourths,
.nf-form-cont .ninja-forms-form-wrap .three-sixths,
.nf-form-cont .ninja-forms-form-wrap .two-fourths,
.nf-form-cont .ninja-forms-form-wrap .two-sixths,
.nf-form-cont .ninja-forms-form-wrap .two-thirds {
    width: 100%;
    margin-left: 0px;
  }
  .contact__form {
    padding: 30px 25px;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Links
--------------------------------------------- */
.link-all:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: transparent;
}
