/*
Theme Name: Turners House
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-heading {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
}

.\!font-body {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.font-body {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow: hidden;
}

p {
  font-size: 16px;
  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-inside {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1420px;
}

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

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

.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: 0px !important;
         column-gap: 0px !important;
    row-gap: 2rem !important;
  }
}

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

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

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

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

.center-reset {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

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

.contain {
  background-size: contain;
  background-repeat: no-repeat;
}

html.is-animating .transition-fade {
  opacity: 0;
}

h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
  letter-spacing: 0.025em;
}


  .\!h5 {
  letter-spacing: 0.025em;
}

h1,
  .h1 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 54px;
  line-height: 110%;
}

@media (max-width: 860px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

h2,
  .h2 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 32px;
  line-height: 120%;
}

@media (max-width: 1080px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  h2,
  .h2 {
    font-size: 22px;
    line-height: 130%;
  }
}

h3,
  .h3 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 24px;
  line-height: 130%;
}

h4,
  .h4 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 20px;
  line-height: 150%;
}

h5,
  .h5 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 16px;
  line-height: 140%;
}


  .\!h5 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 16px;
  line-height: 140%;
}

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

p.large {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 16px;
  line-height: 130%;
}

.eyebrow {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.tag {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

em {
  font-style: normal;
}

/*
      xxs: ["11px", "100%"],
      xs: ["14px", "100%"],
      sm: ["14px", "140%"],
      base: ["16px", "150%"],
      lg: ["16px", "130%"],
      xl: ["20px", "150%"],
      "2xl": ["24px", "130%"],
      "3xl": ["32px", "120%"],
      "4xl": ["54px", "110%"],
  */

/*.text-4xl {
    @apply medium:!text-[94px] mobile:!text-[65px];
  }
  .text-3xl {
    @apply medium:!text-[65px] mobile:!text-[50px];
  }
  .text-2xl {
    @apply medium:!text-[42px] mobile:!text-[35px];
  }
  .text-xl {
    @apply medium:!text-[26px] mobile:!text-[22px];
  }
  .text-lg {
    @apply medium:!text-[18px] mobile:!text-[16px];
  }*/

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,
  .btn,
  .wp-element-button,
  .wpcf7-submit {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  line-height: 1 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button:hover,
  .btn:hover,
  .wp-element-button:hover,
  .wpcf7-submit:hover {
  border-color: inherit;
}

@media (max-width: 860px) {
  .button,
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    width: 100%;
  }
}

.button.white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.button.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.green {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.button.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.dark-outline,
  .wp-element-button {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.button.dark-outline:hover,
  .wp-element-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

hr {
  height: 1px;
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-\[120px\] {
  bottom: 120px;
}

.left-0 {
  left: 0px;
}

.left-\[20px\] {
  left: 20px;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-\[33\%\] {
  top: 33%;
}

.top-\[75px\] {
  top: 75px;
}

.\!z-\[100\] {
  z-index: 100 !important;
}

.\!z-\[90\] {
  z-index: 90 !important;
}

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.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-5 {
  grid-column-start: 5;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-mb-\[2px\] {
  margin-bottom: -2px;
}

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

.mr-32 {
  margin-right: 8rem;
}

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

.mr-8 {
  margin-right: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.mt-\[70px\] {
  margin-top: 70px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.\!h-full {
  height: 100% !important;
}

.h-10 {
  height: 2.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[720px\] {
  height: 720px;
}

.h-\[780px\] {
  height: 780px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.\!max-h-0 {
  max-height: 0px !important;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[75\%\] {
  max-height: 75%;
}

.max-h-\[calc\(100vh-75px\)\] {
  max-height: calc(100vh - 75px);
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

.w-\[calc\(33\.3333\%-40px\)\] {
  width: calc(33.3333% - 40px);
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-x-\[100\%\] {
  --tw-translate-x: -100%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -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));
}

.-translate-y-\[7px\] {
  --tw-translate-y: -7px;
  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));
}

.translate-y-\[7px\] {
  --tw-translate-y: 7px;
  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));
}

.-translate-x-1\/2 {
  --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));
}

.-translate-x-\[25\%\] {
  --tw-translate-x: -25%;
  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));
}

.-rotate-\[225deg\] {
  --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));
}

.rotate-45 {
  --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));
}

.-scale-x-100 {
  --tw-scale-x: -1;
  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));
}

.transform {
  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 {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

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

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

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

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

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

.\!gap-0 {
  gap: 0px !important;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[6px\] {
  gap: 6px;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

.\!border-red-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 10 28 / var(--tw-border-opacity, 1)) !important;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
}

.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(174 221 255 / var(--tw-border-opacity, 1));
}

.border-green-light {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 111 / var(--tw-border-opacity, 1));
}

.border-grey-line {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-grey\/30 {
  border-color: rgb(63 63 63 / 0.3);
}

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

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

.bg-black\/70 {
  background-color: rgb(26 26 31 / 0.7);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(96 116 138 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(107 106 92 / var(--tw-bg-opacity, 1));
}

.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 111 / var(--tw-bg-opacity, 1));
}

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

.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity, 1));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(117 95 100 / var(--tw-bg-opacity, 1));
}

.bg-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(61 10 28 / var(--tw-bg-opacity, 1));
}

.bg-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 90 / var(--tw-bg-opacity, 1));
}

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

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

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-0 {
  padding-left: 0px !important;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[28px\] {
  padding-bottom: 28px;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

.pt-44 {
  padding-top: 11rem;
}

.pt-\[28px\] {
  padding-top: 28px;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.text-2xl {
  font-size: 24px;
  line-height: 130%;
}

.text-3xl {
  font-size: 32px;
  line-height: 120%;
}

.text-4xl {
  font-size: 54px;
  line-height: 110%;
}

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

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

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

.text-lg {
  font-size: 16px;
  line-height: 130%;
}

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

.text-xl {
  font-size: 20px;
  line-height: 150%;
}

.text-xs {
  font-size: 13px;
  line-height: 100%;
}

.text-xxs {
  font-size: 11px;
  line-height: 100%;
}

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.\!leading-none {
  line-height: 1 !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[140\%\] {
  line-height: 140%;
}

.leading-\[150\%\] {
  line-height: 150%;
}

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

.tracking-\[0\%\] {
  letter-spacing: 0%;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

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

.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(174 221 255 / var(--tw-text-opacity, 1));
}

.text-green-light {
  --tw-text-opacity: 1;
  color: rgb(228 231 111 / var(--tw-text-opacity, 1));
}

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

.text-red {
  --tw-text-opacity: 1;
  color: rgb(117 95 100 / var(--tw-text-opacity, 1));
}

.text-red-light {
  --tw-text-opacity: 1;
  color: rgb(255 203 90 / var(--tw-text-opacity, 1));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.outline-green {
  outline-color: #6B6A5C;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  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: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[300ms\] {
  transition-duration: 300ms;
}

.duration-\[500ms\] {
  transition-duration: 500ms;
}

.duration-\[600ms\] {
  transition-duration: 600ms;
}

.duration-\[800ms\] {
  transition-duration: 800ms;
}

.ease-\[cubic-bezier\(0\.75\2c 0\2c 0\.29\2c 1\.01\)\] {
  transition-timing-function: cubic-bezier(0.75,0,0.29,1.01);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100 !important;
  display: flex;
  min-height: 75px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 1140px) {
  #header {
    min-height: 65px;
  }
}

@media (max-width: 860px) {
  #header {
    border-color: transparent;
  }

  #header.mobile {
    border-color: transparent;
  }
}

#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (max-width: 860px) {
  #header .logo {
    height: 19px;
    width: 198px;
  }

  #header .logo.mobile {
    opacity: 0;
  }
}

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

#header .left,
  #header .right {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  display: flex;
  height: 100% !important;
  align-items: center;
  gap: 1.25rem;
  font-size: 16px;
  line-height: 150%;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media (max-width: 1360px) {
  #header .left,
  #header .right {
    gap: 1rem;
  }
}

@media (max-width: 1140px) {
  #header .left a,
  #header .right a {
    display: none;
  }
}

#header .left a:not(.button),
  #header .right a:not(.button) {
  margin-bottom: -2px;
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-top: 28px;
  padding-bottom: 28px;
  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: 200ms;
}

#header .left a:not(.button):hover,
  #header .right a:not(.button):hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
}

#header .left a.hovered,
  #header .right a.hovered {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
}

.headerOverlay {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  background-color: rgb(26 26 31 / 0.7);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
}

.headerOverlay.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.subNavBar {
  pointer-events: none;
  position: fixed;
  top: 75px;
  left: 0px;
  z-index: 90 !important;
  max-height: calc(100vh - 75px);
  width: 100%;
  --tw-translate-x: -100%;
  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));
  overflow-y: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (max-width: 1140px) {
  .subNavBar {
    top: 65px;
    max-height: calc(100vh - 65px);
  }
}

.subNavBar.active {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.subNavBar .subNavList li {
  position: relative;
  margin-bottom: 0.5rem;
}

.subNavList li a {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 24px;
  line-height: 130%;
  text-transform: 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: 200ms;
}

.subNavList li a:hover {
  --tw-text-opacity: 1;
  color: rgb(117 95 100 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .subNavList li a {
    font-size: 22px;
  }
}

@media (min-width: 860px) {
  .subNavList li a span {
    margin-bottom: 2.5rem;
  }
}

.subNavBar .subNavList li a::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  --tw-content: url('./images/arrow-right-dark.svg');
  content: var(--tw-content);
}

.subNavBar .subNavList li:last-child a::after {
  display: none;
}

.subNavOverlay {
  pointer-events: none;
  position: fixed;
  top: 75px;
  left: 0px;
  z-index: 90 !important;
  max-height: calc(100vh - 75px);
  width: 100%;
  overflow-y: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1140px) {
  .subNavOverlay {
    top: 65px;
    max-height: calc(100vh - 65px);
    --tw-translate-x: -100%;
    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));
  }
}

.subNavOverlay.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1140px) {
  .subNavOverlay.active {
    --tw-translate-x: 0px;
    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));
  }
}

.subNavBackground {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 75px;
  left: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
}

@media (max-width: 1140px) {
  .subNavBackground {
    display: none;
  }
}

.subNavBackground.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1140px) {
  .subNavBackground.active {
    display: none;
  }
}

.subNavOverlay.no-transition {
  transition-duration: 0s !important;
}

/*.subNavOverlay * {
    @apply opacity-0 transition-all duration-[300ms] ease-in-out;
  }

  .subNavOverlay.active * {
    @apply opacity-100;
  }*/

.subNavList li {
  margin-bottom: 0.5rem;
}

.subNavList li a {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 24px;
  line-height: 130%;
  text-transform: 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: 200ms;
}

.subNavList li a:hover {
  --tw-text-opacity: 1;
  color: rgb(117 95 100 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .subNavList li a {
    font-size: 22px;
  }
}

.homeSlider {
  position: relative;
  margin-top: 70px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1140px) {
  .homeSlider {
    margin-top: 65px;
  }
}

.homeSlider .homeSlide {
  height: 780px;
  width: 100%;
  padding: 4rem;
  padding-bottom: 0px;
}

@media (max-width: 860px) {
  .homeSlider .homeSlide {
    padding: 0px;
    padding-top: 2.5rem;
  }
}

.homeSlider .homeSlide .leftImage {
  top: 0px;
  left: 0px;
  z-index: 10;
  max-height: 75%;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 501px) {
  .homeSlider .homeSlide .leftImage {
    max-height: 26%;
  }
}

.homeSlider .homeSlide .rightImage {
  bottom: 8rem;
  right: 0px;
  z-index: 30;
  max-height: 75%;
  -o-object-position: right;
     object-position: right;
}

@media (max-width: 860px) {
  .homeSlider .homeSlide .rightImage {
    bottom: 16rem;
  }
}

@media (max-width: 700px) {
  .homeSlider .homeSlide .rightImage {
    bottom: 300px;
  }
}

@media (max-width: 501px) {
  .homeSlider .homeSlide .rightImage {
    max-height: 26%;
  }
}

.homeSlider .homeSlide .leftImage,
  .homeSlider .homeSlide .rightImage {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: 43%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 501px) {
  .homeSlider .homeSlide .leftImage,
  .homeSlider .homeSlide .rightImage {
    min-width: 66%;
  }
}

.homeSlider .homeSlide .midLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  margin-top: -4rem;
  width: 302px;
}

@media (max-width: 860px) {
  .homeSlider .homeSlide .midLogo {
    margin-top: -8rem;
    width: 250px;
  }
}

@media (max-width: 700px) {
  .homeSlider .homeSlide .midLogo {
    width: 196px;
  }
}

@media (max-width: 501px) {
  .homeSlider .homeSlide .midLogo {
    margin-top: -9rem;
  }
}

@media (max-width: 860px) {
  .homeSlider .homeSlide .midLogo svg,
  .homeSlider .homeSlide .midLogo lottie-player {
    height: 400px;
    width: 250px;
  }
}

@media (max-width: 700px) {
  .homeSlider .homeSlide .midLogo svg,
  .homeSlider .homeSlide .midLogo lottie-player {
    height: 287px;
    width: 196px;
  }
}

.homeSlider .homeSlide .text {
  position: absolute;
  bottom: 120px;
  left: 0px;
  z-index: 40;
  width: 340px;
}

@media (max-width: 860px) {
  .homeSlider .homeSlide .text {
    bottom: 90px;
    max-width: 287px;
    padding-left: 1.25rem;
  }
}

.homeSlider .homeSlide .text p {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  padding-bottom: 2rem;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.025em;
}

@media (max-width: 860px) {
  .homeSlider .homeSlide .text p {
    padding-bottom: 1rem;
    font-size: 35px;
  }
}

.homeSlider .homeSlide .text a {
  font-size: 16px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.arrowLink {
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
}

@media (max-width: 860px) {
  a.arrowLink {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 140%;
  }
}

a.arrowLink:hover img {
  margin-left: 1rem;
}

a.arrowLink img {
  margin-left: 0.75rem;
  display: inline-block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.homeSlider .homeSlide .bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  text-align: center;
}

.homeSlider .homeSlide .bar .barInner {
  width: 100%;
  padding: 1.25rem;
}

.homeSlider .homeSlide .bar .barInner p {
  font-size: 14px;
  line-height: 140%;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.homeSlider .homeSlide.green {
  --tw-bg-opacity: 1;
  background-color: rgb(107 106 92 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.green .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 111 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.green .text p {
  --tw-text-opacity: 1;
  color: rgb(228 231 111 / var(--tw-text-opacity, 1));
}

.homeSlider .homeSlide.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(96 116 138 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.blue .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(174 221 255 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.blue .text p {
  --tw-text-opacity: 1;
  color: rgb(174 221 255 / var(--tw-text-opacity, 1));
}

.homeSlider .homeSlide.red {
  --tw-bg-opacity: 1;
  background-color: rgb(117 95 100 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.red .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 90 / var(--tw-bg-opacity, 1));
}

.homeSlider .homeSlide.red .text p {
  --tw-text-opacity: 1;
  color: rgb(255 203 90 / var(--tw-text-opacity, 1));
}

.oneBlock {
  text-align: left;
}

@media (max-width: 860px) {
  .oneBlock {
    grid-column: span 12 / span 12;
  }
}

.oneBlock .images {
  position: relative;
  display: block;
  overflow: hidden;
}

.oneBlock .images .top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.oneBlock .images .bottom {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneBlock h4 {
  margin-top: 2rem;
  margin-bottom: 0.875rem;
}

.oneBlock p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .oneBlock p {
    margin-bottom: 1rem;
    max-width: 50%;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .oneBlock p {
    max-width: 100%;
  }
}

.oneBlock ul {
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1.25rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .oneBlock ul {
    margin-bottom: 1rem;
    max-width: 50%;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .oneBlock ul {
    max-width: 100%;
  }
}

.oneBlock ul li {
  margin-bottom: 0.25rem;
}

@media (max-width: 1140px) {
  .oneBlock a.arrowLink {
    margin-bottom: 3rem;
  }
}

@media (max-width: 860px) {
  .oneBlock a.arrowLink {
    margin-bottom: 2rem;
  }

  .oneBlock a.arrowLink:last-of-type {
    margin-bottom: 0px;
  }
}

.oneBlock div p a:not(.arrowLink) {
  text-decoration-line: underline;
}

.colText p,
  .richText p {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .colText p,
  .richText p {
    margin-bottom: 1rem;
    max-width: 50%;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .colText p,
  .richText p {
    max-width: 100%;
  }
}

.colText ul,
  .richText ul {
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1.25rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .colText ul,
  .richText ul {
    margin-bottom: 1rem;
    max-width: 50%;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .colText ul,
  .richText ul {
    max-width: 100%;
  }
}

.colText ul li,
  .richText ul li {
  margin-bottom: 0.25rem;
}

.colText a:not(.arrowLink),
  .richText a:not(.arrowLink) {
  text-decoration-line: underline;
}

.richText strong {
  font-weight: 600;
}

.homeScroller .os-scrollbar {
  z-index: 40;
  /*The size of the scrollbar*/
  --os-size: 2px;
  /*The axis-perpendicular padding of the scrollbar (horizontal: padding-y, vertical: padding-x)*/
  --os-padding-perpendicular: 1px;
  /*The axis padding of the scrollbar (horizontal: padding-x, vertical: padding-y)*/
  --os-padding-axis: 0;
  /*The border radius of the scrollbar track*/
  --os-track-border-radius: 6px;
  /*The background of the scrollbar track*/
  --os-track-bg: #1a1a1f;
  /*The :hover background of the scrollbar track*/
  --os-track-bg-hover: #1a1a1f;
  /*The :active background of the scrollbar track*/
  --os-track-bg-active: #1a1a1f;
  /*The border radius of the scrollbar handle*/
  --os-handle-border-radius: 6px;
  /*The background of the scrollbar handle*/
  --os-handle-bg: #1a1a1f;
  /*The :hover background of the scrollbar handle*/
  --os-handle-bg-hover: #1a1a1f;
  /*The :active background of the scrollbar handle*/
  --os-handle-bg-active: #1a1a1f;
  /*The min size of the scrollbar handle*/
  --os-handle-min-size: 33px;
  /*The max size of the scrollbar handle*/
  --os-handle-max-size: 360px;
  /*The axis-perpendicular size of the scrollbar handle (horizontal: height, vertical: width)*/
  --os-handle-perpendicular-size: 200%;
  /*The :hover axis-perpendicular size of the scrollbar handle (horizontal: height, vertical: width)*/
  --os-handle-perpendicular-size-hover: 200%;
  /*The :active axis-perpendicular size of the scrollbar handle (horizontal: height, vertical: width)*/
  --os-handle-perpendicular-size-active: 200%;
  /*Increases the interactive area of the scrollbar handle.*/
  --os-handle-interactive-area-offset: 2px;
}

.homeScroller .inner {
  margin-left: 2.5rem;
  white-space: nowrap;
}

@media (max-width: 860px) {
  .homeScroller .inner {
    margin: 0px;
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    overflow-x: auto;
  }
}

.oneScroller {
  margin-right: 2rem;
  margin-bottom: 3rem;
  display: inline-block;
  width: 420px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  vertical-align: bottom;
}

.oneScroller:last-of-type {
  margin-right: 2.5rem;
}

@media (max-width: 1140px) {
  .oneScroller {
    margin-right: 1.5rem;
  }
}

@media (max-width: 860px) {
  .oneScroller {
    margin-right: 0.5rem;
    width: 90%;
    scroll-snap-align: center;
    vertical-align: top;
  }

  .oneScroller:last-of-type {
    margin-right: 1.25rem;
  }
}

.oneScroller > img,
  .oneEvent > a > img,
  .oneNews > a > img {
  height: auto;
  width: 100%;
}

.oneScroller .text,
  .oneEvent .text,
  .oneNews .text {
  margin-top: 1.5rem;
  width: 100%;
  white-space: normal;
}

.oneScroller .tag,
  .oneEvent .tag,
  .oneNews .tag {
  margin-bottom: 1rem;
  display: block;
}

.oneScroller .h5,
  .oneEvent .h5,
  .oneNews .h5 {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  display: block;
}

.oneScroller .\!h5,
  .oneEvent .\!h5,
  .oneNews .\!h5 {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  display: block;
}

.oneScroller p,
  .oneEvent p,
  .oneNews p {
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.oneScroller .links,
  .oneEvent .links,
  .oneNews .links {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 860px) {
  .oneScroller .links,
  .oneEvent .links,
  .oneNews .links {
    padding-bottom: 0px;
  }
}

.oneEvent .links .arrowLink {
  margin-top: 0px !important;
}

.oneEvent > a img,
  .oneScroller > a img,
  .oneNews > a img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.oneScroller .links a {
  display: block;
}

@media (max-width: 860px) {
  .oneScroller .links a {
    margin-top: 0px;
    max-width: 50%;
  }
}

.eventsContainer {
  margin-bottom: 3.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-size: 0;
}

@media (max-width: 860px) {
  .eventsContainer {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
  }
}

.oneEvent {
  margin: 1.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: calc(33.3333% - 40px);
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (max-width: 1140px) {
  .oneEvent {
    margin: 0.75rem;
    width: calc(33.3333% - 24px);
  }
}

@media (max-width: 860px) {
  .oneEvent {
    margin: 0px;
    margin-bottom: 3.5rem;
    width: 100%;
  }
}

.oneNews {
  width: 100%;
}

/*
  Footer menus

  .footerLists .eyebrow {
    @apply opacity-80;
  }
  .footerLists ul {
    @apply mt-2 mb-14 pr-4 mobile:mb-10 mobile:pr-4;
  }
  .footerLists ul li {
    @apply mb-0.5;
  }
  .footerLists ul li a {
    @apply hover:underline;
  }*/

/* wp-menu-top level ul wrapper */

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

@media (max-width: 1360px) {
  .footerLists > ul {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (max-width: 1140px) {
  .footerLists > ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (max-width: 860px) {
  .footerLists > ul {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
    row-gap: 2rem !important;
    gap: 0px !important;
  }
}

/*each list containing the top level menu item a-tag and a ul of list items*/

.footerLists > ul > li {
  grid-column: span 4 / span 4;
}

@media (max-width: 860px) {
  .footerLists > ul > li {
    grid-column: span 6 / span 6;
  }
}

/*each menus' a-tag title: the eyebrow*/

.footerLists > ul > li > a {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

/*each nested ul within a top-level menu item*/

.footerLists > ul > li > ul {
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 860px) {
  .footerLists > ul > li > ul {
    margin-bottom: 2.5rem;
    padding-right: 1rem;
  }
}

/*each list item within the nested ul*/

.footerLists > ul > li > ul > li {
  margin-bottom: 0.125rem;
}

/*each anchor tag within the list items of the nested ul*/

.footerLists > ul > li > ul > li a:hover {
  text-decoration-line: underline;
}

.onePrice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
}

.onePrice .top {
  margin-bottom: 2rem;
}

.onePrice .tag {
  margin-bottom: 0.875rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(117 95 100 / var(--tw-text-opacity, 1));
}

.onePrice .extra {
  font-size: 13px;
  line-height: 100%;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.answer {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.answer p {
  margin-bottom: 1.5rem;
  display: block;
  padding-right: 1.5rem;
  padding-top: 1rem;
  font-size: 16px;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.textContent::first-child {
  margin-top: 0px !important;
}

.textContent h3 {
  margin-top: 0px !important;
}

.textContent p:not(:first-child) {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 1.5rem;
  letter-spacing: 0%;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.textContent h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.textContent h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.textContent h4 {
  margin-top: 2.5rem;
  margin-bottom: 0.875rem;
}

.textContent h5 {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.textContent a {
  text-decoration-line: underline;
}

.textContent ul {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.textContent ul li {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 0.5rem;
  letter-spacing: 0%;
}

.textContent ol {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  padding-left: 1.25rem;
  letter-spacing: 0%;
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.textContent ol li {
  font-family: "Libre Franklin", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin-bottom: 0.5rem;
  letter-spacing: 0%;
}

.textContent img {
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: auto;
  width: 100%;
}

.textContent .blogIntro p {
  letter-spacing: 0.025em;
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  font-size: 16px;
  line-height: 140%;
}

.oneScroller .textContent .blogIntro p,
  .oneEvent .textContent .blogIntro p,
  .oneNews .textContent .blogIntro p {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  display: block;
}

@keyframes fadeInMoveUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInMoveUpLess {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromBlur {
  0% {
    opacity: 0;
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes moveInDown {
  0% {
    transform: translateY(-3%);
    filter: blur(2px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes moveInUp {
  0% {
    transform: translateY(3%);
    filter: blur(2px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes moveInForward {
  0% {
    transform: translateX(-3%);
    filter: blur(2px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes moveInLeft {
  0% {
    transform: translateX(3%);
    filter: blur(2px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}

.animate-fadeInMoveUp {
  animation: fadeInMoveUp 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
}

.animate-fadeInMoveUpLess {
  animation: fadeInMoveUpLess 1700ms ease forwards;
}

.animate-fadeInMoveUp-delay {
  animation: fadeInMoveUp 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 0.8s;
}

.animate-fadeIn {
  animation: fadeIn 1500ms ease-out forwards;
}

.animate-fadeInFromBlur {
  animation: fadeInFromBlur 1200ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.fadeInFromBlur {
  opacity: 0;
  filter: blur(3px);
}

.animate-fadeIn-delay {
  animation: fadeIn 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 0.8s;
}

.animate-moveIn-up {
  animation: moveInUp 2500ms ease-in-out forwards;
}

.animate-moveIn-down {
  animation: moveInDown 2500ms ease-in-out forwards;
}

.animate-moveIn-forward {
  animation: moveInForward 2500ms ease-in-out forwards;
}

.animate-moveIn-left {
  animation: moveInLeft 2000ms ease-in-out forwards;
}

.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% - 24px);
  }
}

.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;
  background-color: rgb(26 26 31 / 0.3);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.wpcf7-form {
  margin-left: auto;
  max-width: 580px;
}

.wpcf7-form label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 14px;
  line-height: 140%;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 150%;
}

.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.wpcf7-form textarea {
  height: 190px;
  resize: none;
}

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

.wpcf7-form .wpcf7-submit {
  font-family: "Faculty Glyphic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2%;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  line-height: 1 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wpcf7-form .wpcf7-submit:hover {
  border-color: inherit;
}

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

.wpcf7-form .wpcf7-submit.white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit.green {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit.dark-outline {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit.dark-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpcf7-form .wpcf7-submit {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.visitPageIntro .wpcf7-form .wpcf7-submit {
  opacity: 0;
  animation: fadeIn 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 1.2s;
}

.wpcf7-form .wpcf7-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0.5rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(61 10 28 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(61 10 28 / var(--tw-bg-opacity, 1));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 14px;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.grecaptcha-badge {
  visibility: hidden;
}

.menuToggle {
  position: absolute;
  left: 20px;
  z-index: 5010;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

@media (max-width: 1140px) {
  .menuToggle {
    display: flex;
  }
}

.menuToggle .menuI {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / 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);
}

.menuToggle .menuI.topI.topAnimate {
  --tw-translate-y: 7px;
  --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.middleI.middleAnimate {
  opacity: 0;
}

.menuToggle .menuI.bottomI.bottomAnimate {
  --tw-translate-y: -7px;
  --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));
}

/*hides second promoted nav item zero-indexed*/

@media (max-width: 1140px) {
  .promoted-nav-item-1 {
    display: none !important;
  }
}

/*selectors for page content/intros*/

.visitPageIntro > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 610px;
  opacity: 0;
  animation: fadeIn 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 0.8s;
}

@media (max-width: 860px) {
  .visitPageIntro > p {
    margin-top: 2rem;
  }
}

.visitPageIntro .button,
.defaultPage .wp-element-button {
  opacity: 0;
  animation: fadeIn 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 1.2s;
}

.findUs > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 510px;
}

.defaultPage > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 610px;
  opacity: 0;
  animation: fadeIn 1500ms cubic-bezier(0.43, 0.195, 0.02, 1) forwards;
  animation-delay: 0.8s;
}

@media (max-width: 860px) {
  .defaultPage > p {
    margin-top: 1.25rem;
  }
}

.defaultPage .wp-element-button,
.defaultPage .wpcf7-submit {
  margin-top: 3rem;
}

/*
.overlayNav {
  @apply desktop:hidden fixed top-0 left-0 w-full h-full bg-grey z-[50] opacity-0 invisible transition-opacity duration-300;
}
.overlayNav.open {
  opacity: 1;
  visibility: visible;
  @include transition(opacity 0.3s ease, visibility 0.1s ease);
}
.overlayNav nav {
  @apply h-full flex flex-col text-white pt-40 pl-5;
}
.overlayNav nav .menu-item a {
  @apply h1 mb-5 block;
}
#header {
  @apply fixed w-full py-10 z-[60] mobile:py-3 mobile:px-5 mobile:rounded-[50px] mobile:bg-grey/15 mobile:backdrop-blur-[40px] mobile:top-5 mobile:left-5 mobile:right-5 mobile:w-auto;
}
#header .wrapper {
  @apply mobile:p-0;
}*/

/*style for block custom wysiwyg components pulled in from blocks*/

.wp-block-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 860px) {
  .wp-block-buttons {
    flex-direction: column;
    gap: 0px;
  }

  .wp-block-buttons .wp-block-button a {
    margin-top: 1.5rem !important;
  }
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(26 26 31 / var(--tw-text-opacity, 1));
}

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

.placeholder\:text-grey::placeholder {
  --tw-text-opacity: 1;
  color: rgb(63 63 63 / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -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));
}

.after\:text-xl::after {
  content: var(--tw-content);
  font-size: 20px;
  line-height: 150%;
}

.after\:content-\[\'\+\'\]::after {
  --tw-content: '+';
  content: var(--tw-content);
}

.after\:content-\[\'-\'\]::after {
  --tw-content: '-';
  content: var(--tw-content);
}

.after\:content-\[url\(\'\.\/images\/arrow-right-dark\.svg\'\)\]::after {
  --tw-content: url('./images/arrow-right-dark.svg');
  content: var(--tw-content);
}

.last-of-type\:mr-10:last-of-type {
  margin-right: 2.5rem;
}

.hover\:border-\[inherit\]:hover {
  border-color: inherit;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 31 / var(--tw-border-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity, 1));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(117 95 100 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

  .laptop\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .laptop\:pr-8 {
    padding-right: 2rem;
  }
}

@media (max-width: 1140px) {
  .medium\:top-\[65px\] {
    top: 65px;
  }

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

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

  .medium\:m-3 {
    margin: 0.75rem;
  }

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

  .medium\:mb-12 {
    margin-bottom: 3rem;
  }

  .medium\:ml-12 {
    margin-left: 3rem;
  }

  .medium\:mr-6 {
    margin-right: 1.5rem;
  }

  .medium\:mt-\[65px\] {
    margin-top: 65px;
  }

  .medium\:flex {
    display: flex;
  }

  .medium\:\!hidden {
    display: none !important;
  }

  .medium\:hidden {
    display: none;
  }

  .medium\:max-h-\[calc\(100vh-65px\)\] {
    max-height: calc(100vh - 65px);
  }

  .medium\:min-h-\[65px\] {
    min-height: 65px;
  }

  .medium\:w-\[calc\(33\.3333\%-24px\)\] {
    width: calc(33.3333% - 24px);
  }

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

  .medium\:-translate-x-\[100\%\] {
    --tw-translate-x: -100%;
    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));
  }

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

  .medium\:gap-6 {
    gap: 1.5rem;
  }

  .medium\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .medium\:p-20 {
    padding: 5rem;
  }

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

  .medium\:pl-8 {
    padding-left: 2rem;
  }

  .medium\:pr-5 {
    padding-right: 1.25rem;
  }

  .medium\:\!text-\[18px\] {
    font-size: 18px !important;
  }

  .medium\:\!text-\[26px\] {
    font-size: 26px !important;
  }

  .medium\:\!text-\[42px\] {
    font-size: 42px !important;
  }

  .medium\:\!text-\[65px\] {
    font-size: 65px !important;
  }

  .medium\:\!text-\[94px\] {
    font-size: 94px !important;
  }
}

@media (max-width: 1080px) {
  .tablet\:order-1 {
    order: 1;
  }

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

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

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

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

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

  .tablet\:\!gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

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

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

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

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

  .mobile\:bottom-64 {
    bottom: 16rem;
  }

  .mobile\:bottom-\[90px\] {
    bottom: 90px;
  }

  .mobile\:left-5 {
    left: 1.25rem;
  }

  .mobile\:right-2 {
    right: 0.5rem;
  }

  .mobile\:right-5 {
    right: 1.25rem;
  }

  .mobile\:top-5 {
    top: 1.25rem;
  }

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

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

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

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

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

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

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

  .mobile\:m-0 {
    margin: 0px;
  }

  .mobile\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .mobile\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .mobile\:\!mt-0 {
    margin-top: 0px !important;
  }

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

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

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

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

  .mobile\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

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

  @media (max-width: 860px) {
    .mobile\:mobile\:ml-0 {
      margin-left: 0px;
    }
  }

  .mobile\:mr-0 {
    margin-right: 0px;
  }

  .mobile\:mr-2 {
    margin-right: 0.5rem;
  }

  .mobile\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

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

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

  .mobile\:block {
    display: block;
  }

  .mobile\:inline-block {
    display: inline-block;
  }

  .mobile\:inline {
    display: inline;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

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

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

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

  .mobile\:h-auto {
    height: auto;
  }

  .mobile\:max-h-\[100px\] {
    max-height: 100px;
  }

  .mobile\:\!w-\[90\%\] {
    width: 90% !important;
  }

  .mobile\:w-\[180px\] {
    width: 180px;
  }

  .mobile\:w-\[198px\] {
    width: 198px;
  }

  .mobile\:w-\[250px\] {
    width: 250px;
  }

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

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

  .mobile\:w-\[calc\(100\%-24px\)\] {
    width: calc(100% - 24px);
  }

  .mobile\:w-auto {
    width: auto;
  }

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

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

  .mobile\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

  .mobile\:snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .mobile\:snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

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

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

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

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

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

  .mobile\:\!gap-6 {
    gap: 1.5rem !important;
  }

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

  .mobile\:gap-2 {
    gap: 0.5rem;
  }

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

  .mobile\:\!gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .mobile\:\!gap-y-12 {
    row-gap: 3rem !important;
  }

  .mobile\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .mobile\:gap-y-4 {
    row-gap: 1rem;
  }

  .mobile\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .mobile\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .mobile\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .mobile\:border-grey-line {
    --tw-border-opacity: 1;
    border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
  }

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

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

  .mobile\:p-0 {
    padding: 0px;
  }

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

  .mobile\:p-3 {
    padding: 0.75rem;
  }

  .mobile\:p-5 {
    padding: 1.25rem;
  }

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

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

  .mobile\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mobile\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

  .mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .mobile\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

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

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

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

  .mobile\:pb-16 {
    padding-bottom: 4rem;
  }

  .mobile\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

  .mobile\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .mobile\:pb-\[20px\] {
    padding-bottom: 20px;
  }

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

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

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

  .mobile\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .mobile\:pt-2 {
    padding-top: 0.5rem;
  }

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

  .mobile\:pt-28 {
    padding-top: 7rem;
  }

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

  .mobile\:pt-\[22px\] {
    padding-top: 22px;
  }

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

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

  .mobile\:align-top {
    vertical-align: top;
  }

  .mobile\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .mobile\:\!text-\[22px\] {
    font-size: 22px !important;
  }

  .mobile\:\!text-\[35px\] {
    font-size: 35px !important;
  }

  .mobile\:\!text-\[50px\] {
    font-size: 50px !important;
  }

  .mobile\:\!text-\[65px\] {
    font-size: 65px !important;
  }

  .mobile\:\!text-base {
    font-size: 16px !important;
    line-height: 150% !important;
  }

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

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

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

  .mobile\:text-base {
    font-size: 16px;
    line-height: 150%;
  }

  .mobile\:text-sm {
    font-size: 14px;
    line-height: 140%;
  }

  .mobile\:text-xl {
    font-size: 20px;
    line-height: 150%;
  }

  .mobile\:\!font-normal {
    font-weight: 400 !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);
  }

  .mobile\:last-of-type\:mr-5:last-of-type {
    margin-right: 1.25rem;
  }
}

@media (max-width: 700px) {
  .smaller\:bottom-\[300px\] {
    bottom: 300px;
  }

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

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

  .smaller\:h-\[287px\] {
    height: 287px;
  }

  .smaller\:w-\[196px\] {
    width: 196px;
  }

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

  .smaller\:leading-\[130\%\] {
    line-height: 130%;
  }
}

@media (max-width: 501px) {
  .small\:col-span-full {
    grid-column: 1 / -1;
  }

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

  .small\:ml-12 {
    margin-left: 3rem;
  }

  .small\:max-h-\[26\%\] {
    max-height: 26%;
  }

  .small\:min-w-\[66\%\] {
    min-width: 66%;
  }

  .small\:\!gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
}

@media (max-width: 1140px) {
  .\[\&_a\]\:medium\:hidden a {
    display: none;
  }
}
