@charset "UTF-8";
/*!
Theme Name: Koryon
Theme URI: https://twotenstudio.co.uk
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: Koryon Motorsport — ACF block theme built by TwoTen Studio.
Version: 1.0.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koryon
Tags: custom-logo, custom-menu, featured-images, translation-ready

Koryon is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
:root {
  --k-bg: #021c15;
  --k-bg-panel: #04140f;
  --k-bg-card: #08221b;
  --k-green: #39fe9f;
  --k-green-bright: #5bff7e;
  --k-text: #e9f1ed;
  --k-grey-light: #9da8a5;
  --k-grey-mid: #858585;
  --k-grey-muted: #5c6462;
}

@font-face {
  font-family: "Denton";
  src: url("assets/fonts/Denton-Light.woff2") format("woff2"), url("assets/fonts/Denton-Light.woff") format("woff");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Normal";
  src: url("assets/fonts/ABCNormal-Light.woff2") format("woff2"), url("assets/fonts/ABCNormal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Normal";
  src: url("assets/fonts/ABCNormal-Book.woff2") format("woff2"), url("assets/fonts/ABCNormal-Book.woff") format("woff");
  font-weight: 350 500;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  background: #021c15;
}

body {
  margin: 0;
  background: #021c15;
  color: rgba(233, 241, 237, 0.8);
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}

#page {
  position: relative;
  overflow-x: clip;
}

.site-main {
  display: block;
}

.site-main > * {
  width: 100%;
}

.container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #39fe9f;
  margin: 0 0 0.5em;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5,
h6 {
  font-size: 17px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39fe9f;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover, a:focus {
  color: #5bff7e;
}
a:focus-visible {
  outline: 1px solid #39fe9f;
  outline-offset: 3px;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}

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

figure {
  margin: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid rgba(92, 100, 98, 0.3);
  margin: 2em 0;
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #39fe9f;
  font-weight: 300;
  color: #39fe9f;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid rgba(91, 255, 126, 0.3);
  border-radius: 3px;
  background: #04140f;
  color: #e9f1ed;
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
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,
textarea:focus,
select:focus {
  outline: none;
  border-color: #39fe9f;
}

::placeholder {
  color: #5c6462;
}

.page-header,
.entry-header,
.entry-content,
.entry-summary,
.page-content,
.no-results,
.error-404 {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .page-header,
  .entry-header,
  .entry-content,
  .entry-summary,
  .page-content,
  .no-results,
  .error-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header,
.error-404 {
  padding-top: 220px;
}

.error-404 {
  padding-bottom: 160px;
}

.page-title {
  font-family: "Denton", "Times New Roman", Times, Georgia, serif;
  font-weight: 300;
  font-size: 90px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #39fe9f;
  margin: 0;
  font-size: 64px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .page-title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 44px;
  }
}

.entry-title a {
  color: #39fe9f;
}

.post-navigation,
.posts-navigation {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .post-navigation,
  .posts-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.k-button,
[class*=wp-block-acf-] [class$=__button] {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 186px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(91, 255, 126, 0.3);
  border-radius: 3px;
  background: transparent;
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #39fe9f;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.k-button svg,
[class*=wp-block-acf-] [class$=__button] svg {
  width: 13px;
  height: 12px;
  flex: 0 0 auto;
  color: inherit;
  transition: transform 0.25s ease;
}
.k-button:hover, .k-button:focus-visible,
[class*=wp-block-acf-] [class$=__button]:hover,
[class*=wp-block-acf-] [class$=__button]:focus-visible {
  background: #5bff7e;
  border-color: #5bff7e;
  color: #04140f;
  outline: none;
}
.k-button:hover svg, .k-button:focus-visible svg,
[class*=wp-block-acf-] [class$=__button]:hover svg,
[class*=wp-block-acf-] [class$=__button]:focus-visible svg {
  transform: translate(2px, -2px);
}
.k-button:visited,
[class*=wp-block-acf-] [class$=__button]:visited {
  color: #39fe9f;
}
.k-button:visited:hover,
[class*=wp-block-acf-] [class$=__button]:visited:hover {
  color: #04140f;
}

.k-button--filled, .k-button.is-style-filled {
  background: #5bff7e;
  border-color: #5bff7e;
  color: #04140f;
}
.k-button--filled:visited, .k-button.is-style-filled:visited {
  color: #04140f;
}
.k-button--filled:hover, .k-button--filled:focus-visible, .k-button.is-style-filled:hover, .k-button.is-style-filled:focus-visible {
  background: #39fe9f;
  border-color: #39fe9f;
  color: #04140f;
}
.k-button--small {
  min-width: 0;
  gap: 12px;
  padding: 9px 12px 8px;
  font-size: 15px;
}
.k-button--block {
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 186px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(91, 255, 126, 0.3);
  border-radius: 3px;
  background: transparent;
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #39fe9f;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  background: #5bff7e;
  border-color: #5bff7e;
  color: #04140f;
  justify-content: center;
}
button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg,
.gform_button svg {
  width: 13px;
  height: 12px;
  flex: 0 0 auto;
  color: inherit;
  transition: transform 0.25s ease;
}
button:hover, button:focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
input[type=reset]:hover,
input[type=reset]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible,
.gform_button:hover,
.gform_button:focus-visible {
  background: #5bff7e;
  border-color: #5bff7e;
  color: #04140f;
  outline: none;
}
button:hover svg, button:focus-visible svg,
input[type=button]:hover svg,
input[type=button]:focus-visible svg,
input[type=reset]:hover svg,
input[type=reset]:focus-visible svg,
input[type=submit]:hover svg,
input[type=submit]:focus-visible svg,
.gform_button:hover svg,
.gform_button:focus-visible svg {
  transform: translate(2px, -2px);
}
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited,
.gform_button:visited {
  color: #39fe9f;
}
button:visited:hover,
input[type=button]:visited:hover,
input[type=reset]:visited:hover,
input[type=submit]:visited:hover,
.gform_button:visited:hover {
  color: #04140f;
}

.k-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 49px;
  padding: 0;
  min-width: 0;
  border: 0;
  border-radius: 3px;
  background: #0d2b23;
  color: #39fe9f;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.k-arrow svg {
  width: 16px;
  height: 13px;
}
.k-arrow--prev svg {
  transform: rotate(180deg);
}
.k-arrow:hover, .k-arrow:focus-visible {
  background: #5bff7e;
  color: #04140f;
  outline: none;
}
.k-arrow[disabled] {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 78px 0 0;
  pointer-events: none;
  transition: transform 0.35s ease, padding 0.35s ease;
}
@media (max-width: 1024px) {
  .site-header {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding-top: 16px;
  }
}
.site-header.is-scrolled {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .site-header.is-scrolled {
    padding-top: 12px;
  }
}
.site-header.is-hidden {
  transform: translateY(-140%);
}
.site-header.nav-open {
  transform: none;
}

.site-header__bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: calc(100% - 40px);
  max-width: 892px;
  min-height: 88px;
  margin: 0 auto;
  padding: 25px 25px 25px 40px;
  border-radius: 5px;
  background: rgba(0, 18, 13, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.3s ease;
}
@media (max-width: 1024px) {
  .site-header__bar {
    min-height: 70px;
    padding: 16px 16px 16px 24px;
  }
}
@media (max-width: 768px) {
  .site-header__bar {
    width: calc(100% - 32px);
    min-height: 62px;
    padding: 12px 12px 12px 18px;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.site-branding a {
  display: flex;
  align-items: center;
  color: #9da8a5;
  transition: color 0.2s ease;
}
.site-branding a:hover, .site-branding a:focus {
  color: #39fe9f;
}
.site-branding svg {
  display: block;
  width: 50px;
  height: 30px;
}
.site-branding img {
  display: block;
  width: 50px;
  height: auto;
}
@media (max-width: 768px) {
  .site-branding svg,
  .site-branding img {
    width: 40px;
    height: auto;
  }
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav li {
  margin: 0;
}
.site-nav a {
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 350;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.34px;
  color: #9da8a5;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.site-nav a:hover, .site-nav a:focus {
  color: #39fe9f;
}
.site-nav .current-menu-item > a,
.site-nav .current-menu-ancestor > a,
.site-nav .is-current > a {
  color: #39fe9f;
}
.site-nav .sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 0;
  min-width: 200px;
  margin-top: 12px;
  padding: 10px 0;
  border-radius: 5px;
  background: rgba(0, 18, 13, 0.95);
}
.site-nav .sub-menu a {
  display: block;
  padding: 8px 20px;
}
.site-nav li {
  position: relative;
}
.site-nav li:hover > .sub-menu, .site-nav li:focus-within > .sub-menu {
  display: flex;
}
@media (max-width: 1200px) {
  .site-nav ul {
    gap: 22px;
  }
  .site-nav a {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .site-nav {
    display: none;
  }
}

.site-header__cta {
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .site-header__cta {
    display: none;
  }
}

.hamburger {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: #9da8a5;
  cursor: pointer;
}
.hamburger:hover, .hamburger:focus-visible {
  background: transparent;
  color: #39fe9f;
}
@media (max-width: 1024px) {
  .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.hamburger__icon {
  width: 26px;
  height: 18px;
}
.hamburger__line {
  stroke: currentColor;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger.is-active .hamburger__line--top {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.is-active .hamburger__line--mid {
  opacity: 0;
}
.hamburger.is-active .hamburger__line--bot {
  transform: translateY(-8px) rotate(-45deg);
}

.fullscreen-nav {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 30px 40px;
  background: rgba(2, 28, 21, 0.98);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.fullscreen-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.fullscreen-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-nav li {
  margin: 0;
  border-bottom: 1px solid rgba(92, 100, 98, 0.3);
}
.fullscreen-nav a {
  display: block;
  padding: 18px 0;
  font-family: "Denton", "Times New Roman", Times, Georgia, serif;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9da8a5;
}
.fullscreen-nav a:hover, .fullscreen-nav a:focus {
  color: #39fe9f;
}
.fullscreen-nav .sub-menu {
  padding: 0 0 12px 20px;
}
.fullscreen-nav .sub-menu li {
  border: 0;
}
.fullscreen-nav .sub-menu a {
  padding: 8px 0;
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
}
.fullscreen-nav__cta {
  margin-top: 40px;
}

.skip-link {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed !important;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  clip: auto;
  z-index: 2000;
  background: #5bff7e;
  color: #04140f;
}

.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-footer {
  background: #000000;
  color: #858585;
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.site-footer a {
  color: #858585;
}
.site-footer a:hover, .site-footer a:focus {
  color: #39fe9f;
}

.footer-row {
  border-bottom: 1px solid rgba(133, 133, 133, 0.3);
}
.footer-row:last-child {
  border-bottom: 0;
}
.footer-row__inner {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 768px) {
  .footer-row__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer-row__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footer-top .footer-row__inner {
  padding-top: 90px;
  padding-bottom: 36px;
}
@media (max-width: 1024px) {
  .footer-top .footer-row__inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.footer-logo {
  display: block;
  width: 176px;
  color: #858585;
}
.footer-logo svg,
.footer-logo img {
  display: block;
  width: 176px;
  height: auto;
}
.footer-logo:hover, .footer-logo:focus {
  color: #39fe9f;
}

.footer-about {
  max-width: 535px;
}
.footer-about__name {
  font-weight: 500;
  color: #858585;
  margin: 0 0 14px;
}
.footer-about__text {
  font-family: "ABC Normal", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(233, 241, 237, 0.8);
  font-size: 16px;
  line-height: 1.25;
  color: #858585;
}
.footer-about__text p {
  margin: 0 0 18px;
}
.footer-about__text p:last-child {
  margin-bottom: 0;
}
.footer-about__text a {
  color: #39fe9f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-about__text ul,
.footer-about__text ol {
  margin: 0 0 16px;
  padding-left: 1.2em;
}
.footer-about__text p {
  margin-bottom: 10px;
}

.footer-menu-row .footer-row__inner {
  padding-top: 40px;
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .footer-menu-row .footer-row__inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .footer-menu-row .footer-row__inner {
    padding-bottom: 50px;
  }
}

.footer-menu {
  grid-column: 2;
  columns: 2;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-menu {
    grid-column: 1;
  }
}
.footer-menu li {
  margin: 0;
  break-inside: avoid;
}
.footer-menu a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(133, 133, 133, 0.3);
  font-weight: 300;
  line-height: 1.2;
}
.footer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}

.footer-bottom .footer-row__inner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .footer-bottom .footer-row__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer-copyright {
  font-weight: 300;
  letter-spacing: 0.16px;
  margin: 0;
}

.footer-bottom__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer-bottom__right {
    flex-wrap: wrap;
  }
}

.footer-legal {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-legal li {
  margin: 0;
}
.footer-legal a {
  font-weight: 300;
  letter-spacing: 0.16px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 19px;
}
.footer-social a {
  display: inline-flex;
  color: #858585;
}
.footer-social a:hover, .footer-social a:focus {
  color: #39fe9f;
}
.footer-social svg {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-social__instagram svg {
  width: 23px;
  height: 23px;
}
.footer-social__youtube svg {
  width: 25px;
}

.editor-styles-wrapper .acf-block-component,
.editor-styles-wrapper .acf-block-fields {
  background: #fff;
}

.has-fade-in {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--fade-delay, 0s);
}
.has-fade-in.is-visible {
  opacity: 1;
  transform: none;
}

.no-js .has-fade-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .has-fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #5bff7e;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #04140f;
  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;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.5em;
}

.alignwide,
.alignfull {
  width: 100%;
}

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

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

.uppercase {
  text-transform: uppercase;
}
