/*
Theme Name: SLI
Theme URI: https://opencollective.com/blankslate
Author: 93FT
Author URI: https://93ft.com
Description: Custom theme for the Sport Legacy Institute
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.font-monoz {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

html {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(36 55 67 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 15px;
  line-height: 150%;
}

a {
  cursor: pointer;
}

.wrapper {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1140px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 860px) {
  .wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.wrapper-narrow {
  max-width: 1360px;
}

.wrapper-narrowest {
  max-width: 1180px;
}

.full-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (max-width: 1360px) {
  .full-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (max-width: 1140px) {
  .full-grid {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (max-width: 860px) {
  .full-grid {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1,
  .h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  h1,
  .h1 {
    font-size: 94px !important;
  }
}

@media (max-width: 860px) {
  h1,
  .h1 {
    font-size: 65px !important;
  }
}

h1,
  .h1 {
  font-size: 120px;
  line-height: 80%;
  text-transform: uppercase;
}

@media (max-width: 1360px) {
  h1.hero,
  .h1.hero {
    font-size: 160px !important;
  }
}

@media (max-width: 1140px) {
  h1.hero,
  .h1.hero {
    font-size: 120px !important;
  }
}

@media (max-width: 860px) {
  h1.hero,
  .h1.hero {
    font-size: 80px !important;
  }
}

h1.hero,
  .h1.hero {
  font-size: 200px;
  line-height: 80%;
}

h2,
  .h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  h2,
  .h2 {
    font-size: 65px !important;
  }
}

@media (max-width: 860px) {
  h2,
  .h2 {
    font-size: 50px !important;
  }
}

h2,
  .h2 {
  font-size: 78px;
  line-height: 80%;
  text-transform: uppercase;
}

h3,
  .h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  h3,
  .h3 {
    font-size: 42px !important;
  }
}

@media (max-width: 860px) {
  h3,
  .h3 {
    font-size: 35px !important;
  }
}

h3,
  .h3 {
  font-size: 50px;
  line-height: 80%;
  text-transform: uppercase;
}

h4,
  .h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  h4,
  .h4 {
    font-size: 26px !important;
  }
}

@media (max-width: 860px) {
  h4,
  .h4 {
    font-size: 22px !important;
  }
}

h4,
  .h4 {
  font-size: 32px;
  line-height: 80%;
  text-transform: uppercase;
}

h5,
  .h5 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  h5,
  .h5 {
    font-size: 18px !important;
  }
}

@media (max-width: 860px) {
  h5,
  .h5 {
    font-size: 16px !important;
  }
}

h5,
  .h5 {
  font-size: 18px;
  line-height: 140%;
  text-transform: none;
}

p {
  font-size: 15px;
  line-height: 150%;
}

@media (max-width: 1140px) {
  p.large {
    font-size: 18px !important;
  }
}

@media (max-width: 860px) {
  p.large {
    font-size: 16px !important;
  }
}

p.large {
  font-size: 18px;
  line-height: 140%;
}

em {
  font-style: normal;
}

/*
      xs: ["13px", "90%"],
      sm: ["14px", "150%"],
      base: ["15px", "150%"],
      lg: ["18px", "140%"],
      xl: ["32px", "80%"],
      "2xl": ["50px", "80%"],
      "3xl": ["78px", "80%"],
      "4xl": ["120px", "80%"],
  */

@media (max-width: 1360px) {
  .text-5xl {
    font-size: 160px !important;
  }
}

@media (max-width: 1140px) {
  .text-5xl {
    font-size: 120px !important;
  }
}

@media (max-width: 860px) {
  .text-5xl {
    font-size: 80px !important;
  }
}

@media (max-width: 1140px) {
  .text-3xl {
    font-size: 65px !important;
  }
}

@media (max-width: 860px) {
  .text-3xl {
    font-size: 50px !important;
  }
}

@media (max-width: 1140px) {
  .text-2xl {
    font-size: 42px !important;
  }
}

@media (max-width: 860px) {
  .text-2xl {
    font-size: 35px !important;
  }
}

html.lenis,
  html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.container {
  width: 100%;
}

@media (min-width: 860px) {
  .container {
    max-width: 860px;
  }
}

.button {
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 500 !important;
  font-style: normal !important;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 860px) {
  .button {
    width: 100%;
  }
}

.button.white {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 244 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.button.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 220 222 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.button.red {
  --tw-border-opacity: 1;
  border-color: rgb(237 108 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 108 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.button.red:hover {
  border-color: rgb(237 108 96 / 0.8);
  background-color: rgb(237 108 96 / 0.8);
}

.button.navy,
  .button-navy {
  --tw-border-opacity: 1;
  border-color: rgb(0 22 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.button.navy:hover,
  .button-navy:hover {
  border-color: rgb(0 22 36 / 0.8);
  background-color: rgb(0 22 36 / 0.8);
}

.dark-header .button {
  --tw-border-opacity: 1;
  border-color: rgb(0 22 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.dark-header .button:hover {
  border-color: rgb(0 22 36 / 0.8);
  background-color: rgb(0 22 36 / 0.8);
}

#menu-main-menu {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.75rem;
  border-radius: 50px;
  background-color: rgb(88 88 88 / 0.15);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#menu-main-menu li {
  line-height: 1;
}

#menu-main-menu li a {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dark-header #menu-main-menu li a {
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.logo svg {
  height: 50px;
  width: auto;
}

@media (max-width: 860px) {
  .logo svg {
    height: 38px;
  }
}

.dark-header .logo svg path {
  fill: #001624;
}

.light-header .logo svg path {
  fill: #F0F0F4 !important;
}

.width-animation.animated {
  width: 100%;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-animation {
  position: relative;
  overflow: hidden;
  background: #001624;
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

.bg-animation::before,
  .bg-animation::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(200px);
  animation: float 20s ease-in-out infinite;
}

.bg-animation::before {
  width: 500px;
  height: 500px;
  background: #4da9f8;
  top: 400px;
  left: -250px;
  animation: float 20s ease-in-out infinite;
}

.bg-animation::after {
  width: 400px;
  height: 400px;
  background: #2b59ba;
  bottom: 400px;
  right: -200px;
  animation: float 25s ease-in-out infinite reverse;
}

.bg-lines {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 15rem;
  padding-bottom: 15rem;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

@media (max-width: 1140px) {
  .bg-lines {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}

@media (max-width: 860px) {
  .bg-lines {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@keyframes gradientShift {
  0%,
    100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes float {
  0%,
    100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -30px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

.left-20 {
  left: 5rem;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

.top-52 {
  top: 13rem;
}

.z-0 {
  z-index: 0;
}

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

.z-\[1\] {
  z-index: 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-9 {
  grid-column-start: 9;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-full {
  width: 100%;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[332px\] {
  max-width: 332px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[412px\] {
  max-width: 412px;
}

.max-w-\[416px\] {
  max-width: 416px;
}

.max-w-\[430px\] {
  max-width: 430px;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-\[460px\] {
  max-width: 460px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

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

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

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

.items-end {
  align-items: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(77 169 248 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 244 / var(--tw-border-opacity, 1));
}

.bg-\[\#dddddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
}

.bg-grey-body\/15 {
  background-color: rgb(88 88 88 / 0.15);
}

.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
}

.bg-navy\/50 {
  background-color: rgb(0 22 36 / 0.5);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
}

.bg-lines {
  background-image: url('images/bg-lines.webp');
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

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

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

.text-2xl {
  font-size: 50px;
  line-height: 80%;
}

.text-3xl {
  font-size: 78px;
  line-height: 80%;
}

.text-5xl {
  font-size: 200px;
  line-height: 80%;
}

.text-\[0px\] {
  font-size: 0px;
}

.text-base {
  font-size: 15px;
  line-height: 150%;
}

.text-sm {
  font-size: 14px;
  line-height: 150%;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-none {
  line-height: 1;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(77 169 248 / var(--tw-text-opacity, 1));
}

.text-grey-light {
  --tw-text-opacity: 1;
  color: rgb(217 220 222 / var(--tw-text-opacity, 1));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(237 108 96 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.backdrop-blur-\[40px\] {
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.case-studies-slider .slick-dots {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

@media (max-width: 1140px) {
  .case-studies-slider .slick-dots {
    bottom: 2.5rem;
    right: 0px;
  }
}

@media (max-width: 860px) {
  .case-studies-slider .slick-dots {
    left: 3rem;
    bottom: 2rem;
    right: auto;
  }
}

.case-studies-slider .slick-dots li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.case-studies-slider .slick-dots li:hover {
  opacity: 0.8;
}

.case-studies-slider .slick-dots li.slick-active {
  opacity: 1;
}

.marquee-logos {
  text-align: center;
  white-space: nowrap;
}

.marquee-logos .slick-slide div {
  display: flex !important;
  height: 50px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.marquee-logos .slick-slide img {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  max-height: 50px;
  max-width: 120px;
}

.case-study {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 860px) {
  .case-study {
    aspect-ratio: 4/3;
  }
}

.case-study .case-study-image {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study .case-study-info {
  position: absolute;
  top: 5rem;
  left: 5rem;
  z-index: 1;
  max-width: 400px;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

@media (max-width: 1140px) {
  .case-study .case-study-info {
    top: 3.5rem;
    left: 2.5rem;
  }
}

@media (max-width: 860px) {
  .case-study .case-study-info {
    top: 2rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}

.case-study .case-study-info p {
  margin-top: 2.5rem;
}

@media (max-width: 860px) {
  .case-study .case-study-info p {
    margin-top: 1.5rem;
  }
}

.case-study .case-study-info .button {
  margin-top: 2.5rem;
}

@media (max-width: 860px) {
  .case-study .case-study-info .button {
    margin-top: 1.5rem;
  }
}

.case-study .case-study-logos {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  display: flex;
}

.case-study .case-study-logos > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (max-width: 1140px) {
  .case-study .case-study-logos {
    bottom: 2.5rem;
    left: 2.5rem;
  }
}

@media (max-width: 860px) {
  .case-study .case-study-logos {
    display: none;
  }
}

.case-study .case-study-logos img {
  height: 2rem;
}

.homeScroller .os-scrollbar-handle,
.homeScroller .os-scrollbar-track {
  width: calc(100% - 40px);
  left: 0;
}

@media (max-width: 860px) {
  .homeScroller .os-scrollbar-handle,
.homeScroller .os-scrollbar-track {
    width: calc(100% - 20px);
  }
}

.homeScroller .os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: -2px;
  cursor: pointer;
  left: 0;
  height: 5px;
}

@media (max-width: 860px) {
  .homeScroller .os-scrollbar-horizontal .os-scrollbar-handle {
    width: 180px;
  }
}

.homeScroller .os-scrollbar-track {
  height: 1px;
  overflow: visible;
  margin-top: -2px;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (max-width: 1140px) {
  .blogIntro p {
    font-size: 18px !important;
  }
}

@media (max-width: 860px) {
  .blogIntro p {
    font-size: 16px !important;
  }
}

.blogIntro p {
  font-size: 18px;
  line-height: 140%;
}

.blogContent p,
.blogContent ul,
.blogContent ol {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 630px;
  font-size: 15px;
  line-height: 150%;
}

.blogContent img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
  height: auto;
  width: 100%;
  max-width: 1060px;
}

@media (max-width: 860px) {
  .blogContent img {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.blogContent .wp-block-heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}

.blogContent h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  .blogContent h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 860px) {
  .blogContent h2 {
    font-size: 35px !important;
  }
}

.blogContent h2 {
  font-size: 50px;
  line-height: 80%;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

@media (max-width: 860px) {
  .blogContent h2 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

.blogContent h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  .blogContent h3 {
    font-size: 26px !important;
  }
}

@media (max-width: 860px) {
  .blogContent h3 {
    font-size: 22px !important;
  }
}

.blogContent h3 {
  font-size: 32px;
  line-height: 80%;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  max-width: 630px;
}

@media (max-width: 860px) {
  .blogContent h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

.blogContent ul {
  margin-bottom: 0px;
  list-style-type: disc;
  padding-left: 1rem;
}

.blogContent p a,
.blogContent ul a,
.blogContent ol a {
  --tw-text-opacity: 1;
  color: rgb(237 108 96 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
}

.oneCaseStudy {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.oneCaseStudy::before {
  display: block;
  padding-bottom: 60%;
  --tw-content: '';
  content: var(--tw-content);
}

.oneCaseStudy::after {
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}

.oneCaseStudy:hover::after {
  content: var(--tw-content);
  opacity: 0;
}

.oneCaseStudy .inner {
  position: absolute;
  inset: 3rem;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 860px) {
  .oneCaseStudy .inner {
    inset: 1.5rem;
  }
}

.oneCaseStudy h3 {
  margin-top: 1.5rem;
  max-width: 460px;
}

@media (max-width: 860px) {
  .oneCaseStudy h3 {
    margin-top: 0.75rem;
  }
}

.aboutScroller {
  overflow-x: auto;
  white-space: nowrap;
}

.aboutScroller .inner {
  display: flex;
  gap: 1.25rem;
  overflow: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.aboutScroller .inner .slick-slide {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.aboutScroller .inner .oneCard {
  height: 400px;
  width: 305px;
  flex-shrink: 0;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.aboutScroller .inner .oneCard .text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  white-space: normal;
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.card1 {
  background-image: url("/wp-content/themes/sli/images/lines-1.webp");
}

.card2 {
  background-image: url("/wp-content/themes/sli/images/lines-2.webp");
}

.card3 {
  background-image: url("/wp-content/themes/sli/images/lines-3.webp");
}

.card4 {
  background-image: url("/wp-content/themes/sli/images/lines-4.webp");
}

.card5 {
  background-image: url("/wp-content/themes/sli/images/lines-5.webp");
}

.card6 {
  background-image: url("/wp-content/themes/sli/images/lines-6.webp");
}

.onePartner {
  margin-top: 1.25rem;
}

.onePartner .image {
  position: relative;
  height: 280px;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
}

.onePartner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75px;
  width: auto;
}

.onePartner .text p {
  margin-top: 0.5rem;
}

.wpcf7-form label {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1.5rem;
  display: block;
  font-size: 14px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(77 169 248 / var(--tw-text-opacity, 1));
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 244 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 15px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 244 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wpcf7-form textarea {
  height: 8rem;
  resize: none;
  border-radius: 20px;
}

.wpcf7-form .wpcf7-form-control {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.wpcf7-form .wpcf7-submit {
  font-family: "IBM Plex Mono", monospace !important;
  font-weight: 500 !important;
  font-style: normal !important;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 108 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 108 96 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wpcf7-form .wpcf7-submit:hover {
  border-color: rgb(237 108 96 / 0.8);
  background-color: rgb(237 108 96 / 0.8);
}

.wpcf7-response-output {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-style: normal;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 1.25rem;
  border-radius: 50px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 169 248 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  font-size: 14px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.grecaptcha-badge {
  visibility: hidden;
}

.flywheelImage {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.flywheelImage.active {
  opacity: 1;
}

.flwheelImages img {
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh !important;
  width: auto !important;
  max-width: 100%;
  padding-top: 2.5rem;
}

.menuToggle {
  position: fixed;
  top: 11px;
  right: 14px;
  z-index: 5010;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}

@media (max-width: 860px) {
  .menuToggle {
    display: block;
  }
}

.menuToggle .menuI {
  position: absolute;
  left: 10px;
  height: 0.125rem;
  width: 1.25rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.75,0,0.29,1.01);
}

.dark-header .menuToggle .menuI {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
}

.light-header .menuToggle .menuI {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 240 244 / var(--tw-bg-opacity, 1)) !important;
}

.menuToggle .menuI.topI {
  top: 13px;
}

.menuToggle .menuI.topI.topAnimate {
  top: 1.25rem !important;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menuToggle .menuI.midI {
  top: 1.25rem;
}

.menuToggle .menuI.midI.midAnimate {
  opacity: 0;
}

.menuToggle .menuI.bottomI {
  top: 27px;
}

.menuToggle .menuI.bottomI.bottomAnimate {
  top: 1.25rem !important;
  --tw-rotate: -225deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.overlayNav {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 36 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 860px) {
  .overlayNav {
    display: none;
  }
}

.overlayNav.open {
  opacity: 1;
  visibility: visible;
  @include transition(opacity 0.3s ease, visibility 0.1s ease);
}

.overlayNav nav {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 10rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.overlayNav nav .menu-item a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1140px) {
  .overlayNav nav .menu-item a {
    font-size: 94px !important;
  }
}

@media (max-width: 860px) {
  .overlayNav nav .menu-item a {
    font-size: 65px !important;
  }
}

.overlayNav nav .menu-item a {
  font-size: 120px;
  line-height: 80%;
  text-transform: uppercase;
}

@media (max-width: 1360px) {
  .overlayNav nav .menu-item a.hero {
    font-size: 160px !important;
  }
}

@media (max-width: 1140px) {
  .overlayNav nav .menu-item a.hero {
    font-size: 120px !important;
  }
}

@media (max-width: 860px) {
  .overlayNav nav .menu-item a.hero {
    font-size: 80px !important;
  }
}

.overlayNav nav .menu-item a.hero {
  font-size: 200px;
  line-height: 80%;
}

.overlayNav nav .menu-item a {
  margin-bottom: 1.25rem;
  display: block;
}

#header {
  position: fixed;
  z-index: 60;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 860px) {
  #header {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    width: auto;
    border-radius: 50px;
    background-color: rgb(88 88 88 / 0.15);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-backdrop-blur: blur(40px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  #header .wrapper {
    padding: 0px;
  }

  @media (max-width: 1140px) {
    .mobile\:\!text-2xl {
      font-size: 42px !important;
    }
  }

  @media (max-width: 860px) {
    .mobile\:\!text-2xl {
      font-size: 35px !important;
    }
  }
}

.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(240 240 244 / var(--tw-text-opacity, 1));
}

.hover\:border-navy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 22 36 / var(--tw-border-opacity, 1));
}

.hover\:text-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(0 22 36 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 1360px) {
  .laptop\:gap-6 {
    gap: 1.5rem;
  }
}

@media (max-width: 1140px) {
  .medium\:bottom-10 {
    bottom: 2.5rem;
  }

  .medium\:left-10 {
    left: 2.5rem;
  }

  .medium\:mt-10 {
    margin-top: 2.5rem;
  }

  .medium\:max-w-\[300px\] {
    max-width: 300px;
  }

  .medium\:max-w-\[600px\] {
    max-width: 600px;
  }

  .medium\:gap-10 {
    gap: 2.5rem;
  }

  .medium\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (max-width: 1080px) {
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:gap-8 {
    gap: 2rem;
  }
}

@media (max-width: 860px) {
  .mobile\:relative {
    position: relative;
  }

  .mobile\:bottom-8 {
    bottom: 2rem;
  }

  .mobile\:left-8 {
    left: 2rem;
  }

  .mobile\:top-auto {
    top: auto;
  }

  .mobile\:order-1 {
    order: 1;
  }

  .mobile\:order-2 {
    order: 2;
  }

  .mobile\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .mobile\:col-span-full {
    grid-column: 1 / -1;
  }

  .mobile\:col-start-1 {
    grid-column-start: 1;
  }

  .mobile\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mobile\:mb-0 {
    margin-bottom: 0px;
  }

  .mobile\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .mobile\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .mobile\:ml-0 {
    margin-left: 0px;
  }

  .mobile\:mt-10 {
    margin-top: 2.5rem;
  }

  .mobile\:mt-14 {
    margin-top: 3.5rem;
  }

  .mobile\:mt-16 {
    margin-top: 4rem;
  }

  .mobile\:mt-2 {
    margin-top: 0.5rem;
  }

  .mobile\:mt-20 {
    margin-top: 5rem;
  }

  .mobile\:mt-3 {
    margin-top: 0.75rem;
  }

  .mobile\:mt-32 {
    margin-top: 8rem;
  }

  .mobile\:mt-4 {
    margin-top: 1rem;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .mobile\:mt-7 {
    margin-top: 1.75rem;
  }

  .mobile\:mt-8 {
    margin-top: 2rem;
  }

  .mobile\:mb-20 {
    margin-bottom: 5rem;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .mobile\:min-h-\[400px\] {
    min-height: 400px;
  }

  .mobile\:w-full {
    width: 100%;
  }

  .mobile\:max-w-full {
    max-width: 100%;
  }

  .mobile\:max-w-none {
    max-width: none;
  }

  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobile\:flex-col {
    flex-direction: column;
  }

  .mobile\:gap-0 {
    gap: 0px;
  }

  .mobile\:gap-12 {
    gap: 3rem;
  }

  .mobile\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .mobile\:rounded-full {
    border-radius: 9999px;
  }

  .mobile\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .mobile\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .mobile\:bg-grey-body\/15 {
    background-color: rgb(88 88 88 / 0.15);
  }

  .mobile\:bg-transparent {
    background-color: transparent;
  }

  .mobile\:p-6 {
    padding: 1.5rem;
  }

  .mobile\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mobile\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mobile\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .mobile\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .mobile\:pb-20 {
    padding-bottom: 5rem;
  }

  .mobile\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .mobile\:pt-0 {
    padding-top: 0px;
  }

  .mobile\:pt-10 {
    padding-top: 2.5rem;
  }

  .mobile\:pt-12 {
    padding-top: 3rem;
  }

  .mobile\:pt-14 {
    padding-top: 3.5rem;
  }

  .mobile\:pt-16 {
    padding-top: 4rem;
  }

  .mobile\:pt-20 {
    padding-top: 5rem;
  }

  .mobile\:pt-32 {
    padding-top: 8rem;
  }

  .mobile\:pt-40 {
    padding-top: 10rem;
  }

  .mobile\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .mobile\:\!text-2xl {
    font-size: 50px !important;
    line-height: 80% !important;
  }

  .mobile\:backdrop-blur-\[40px\] {
    --tw-backdrop-blur: blur(40px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}
