/*
! tailwindcss v3.1.3 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/colors

  -------------------------------- */

:root, [data-theme="default"] {
  /* main */
  --color-primary-darker: 29 79% 60%;
  --color-primary-dark: 29 79% 66%;
  --color-primary: 29 79% 72%;
  --color-primary-light: 29 79% 78%;
  --color-primary-lighter: 29 79% 84%;
  --color-accent-darker: 4 75% 53%;
  --color-accent-dark: 4 88% 59%;
  --color-accent: 4 99% 66%;
  --color-accent-light: 4 99% 72%;
  --color-accent-lighter: 4 99% 76%;
  --color-secondary-darker: 247 73% 69%;
  --color-secondary-dark: 247 73% 74%;
  --color-secondary: 247 73% 78%;
  --color-secondary-light: 247 73% 85%;
  --color-secondary-lighter: 247 73% 90%;
  --color-black: 210 10% 8%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 44 81% 50%;
  --color-warning-dark: 44 81% 59%;
  --color-warning: 44 81% 67%;
  --color-warning-light: 44 81% 75%;
  --color-warning-lighter: 44 81% 82%;
  --color-success-darker: 109 54% 54%;
  --color-success-dark: 109 54% 62%;
  --color-success: 109 54% 69%;
  --color-success-light: 109 54% 78%;
  --color-success-lighter: 109 54% 87%;
  --color-error-darker: 4 75% 53%;
  --color-error-dark: 4 88% 59%;
  --color-error: 4 99% 66%;
  --color-error-light: 4 99% 72%;
  --color-error-lighter: 4 99% 76%;
  /* background */
  --color-floor-darker: 0 0% 89%;
  --color-floor-dark: 0 0% 94%;
  --color-floor: 0 0% 100%;
  --color-floor-light: 0 0% 100%;
  --color-floor-lighter: 0 0% 100%;
  /* color contrasts */
  --color-contrast-lower: 0 0% 84%;
  --color-contrast-low: 180 1% 64%;
  --color-contrast-medium: 220 1% 46%;
  --color-contrast-high: 220 3% 22%;
  --color-contrast-higher: 210 10% 8%;
}

[data-theme="dark"] {
  /* main */
  --color-primary-darker:  29 79% 60%;
  --color-primary-dark: 29 79% 66%;
  --color-primary: 29 79% 72%;
  --color-primary-light: 29 79% 78%;
  --color-primary-lighter: 29 79% 84%;
  --color-accent-darker: 4 75% 53%;
  --color-accent-dark: 4 88% 59%;
  --color-accent: 4 99% 66%;
  --color-accent-light: 4 99% 72%;
  --color-accent-lighter: 4 99% 76%;
  --color-secondary-darker: 247 73% 69%;
  --color-secondary-dark: 247 73% 74%;
  --color-secondary: 247 73% 78%;
  --color-secondary-light: 247 73% 85%;
  --color-secondary-lighter: 247 73% 90%;
  --color-black: 210 10% 8%;
  --color-white: 0 0% 100%;
  /* feedback */
  --color-warning-darker: 44 81% 50%;
  --color-warning-dark: 44 81% 59%;
  --color-warning: 44 81% 67%;
  --color-warning-light: 44 81% 75%;
  --color-warning-lighter:44 81% 82%;
  --color-success-darker: 109 54% 54%;
  --color-success-dark: 109 54% 62%;
  --color-success: 109 54% 69%;
  --color-success-light: 109 54% 78%;
  --color-success-lighter: 109 54% 87%;
  --color-error-darker: 4 75% 53%;
  --color-error-dark: 4 88% 59%;
  --color-error: 4 99% 66%;
  --color-error-light: 4 99% 72%;
  --color-error-lighter: 4 99% 76%;
  /* background */
  --color-floor-darker: 210 7% 8%;
  --color-floor-dark: 210 8% 11%;
  --color-floor: 210 11% 15%;
  --color-floor-light: 210 8% 19%;
  --color-floor-lighter: 210 7% 22%;
  /* color contrasts */
  --color-contrast-lower: 214 5% 26%;
  --color-contrast-low: 214 3% 41%;
  --color-contrast-medium: 214 3% 57%;
  --color-contrast-high: 228 5% 82%;
  --color-contrast-higher: 240 100% 99%;
  /* font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */

body,  [data-theme] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
}

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/typography

  -------------------------------- */

body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

h1,  h2,  h3,  h4 {
  font-family: IBM Plex Serif, serif;
  font-weight: 600;
}

/* --------------------------------

  (END) Global editor code

  -------------------------------- */

body {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h1,  h2,  h3,  h4 {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a,  .link {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

a,  .\!link {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

strong {
  font-weight: 700;
}

s {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

u {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

mark {
  background-color: hsl(var(--color-accent) / 0.2);
  color: inherit;
}

/* no-js support */

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1em;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn {
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease;
  will-change: transform;
}

.btn:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-contrast-higher) / 0.15);
  outline: none;
}

.btn:active {
  transform: translateY(2px);
}

/* themes */

.btn--primary {
  background: hsl(var(--color-primary));
  color: hsl(var(--color-white));
}

.btn--primary:hover {
  background: hsl(var(--color-primary-dark));
}

.btn--primary:focus {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-primary) / 0.2);
}

/* feedback */

.btn--disabled, .btn[disabled], .btn[readonly] {
  opacity: 0.6;
  cursor: not-allowed;
}

/*  size */

.btn--md {
  font-size: 1.2em;
}

.form-control {
  font-size: 1em;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor-dark) / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 1024px) {
  .form-control {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.form-control {
  line-height: 1.2;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
  transition: all 0.2s ease;
}

.form-control::-moz-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.form-control::placeholder {
  opacity: 1;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.form-control:focus,  .form-control:focus-within {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-primary) / var(--tw-border-opacity));
  box-shadow: 0px 0px 0px 2px hsla(var(--color-primary) / 0.2);
  outline: none;
}

.form-control--disabled, .form-control[disabled], .form-control[readonly] {
  cursor: not-allowed;
}

.form-control[aria-invalid="true"],  .form-control.form-control--error {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-error) / var(--tw-border-opacity));
}

.form-control[aria-invalid="true"]:focus, .form-control[aria-invalid="true"]:focus-within,
  .form-control.form-control--error:focus, .form-control.form-control--error:focus-within {
  box-shadow: 0px 0px 0px 2px hsla(var(--color-error) / 0.2);
}

.form-label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .form-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* Custom text component classes */

.text-component {
  --line-height-multiplier: 1;
  --text-space-y-multiplier: 1;
  --heading-line-height: 1.2;
  --body-line-height: 1.4;
}

.text-component.leading-extra-tight {
  line-height: normal;
  --heading-line-height: 1;
  --body-line-height: 1.1;
}

.text-component.leading-tight {
  --heading-line-height: 1.1;
  --body-line-height: 1.2;
  line-height: normal;
}

.text-component.leading-snug {
  --heading-line-height: 1.15;
  --body-line-height: 1.4;
  line-height: normal;
}

.text-component.leading-normal {
  --heading-line-height: 1.22;
  --body-line-height: 1.58;
  line-height: normal;
}

.text-component.leading-relaxed {
  --heading-line-height: 1.3;
  --body-line-height: 1.72;
  line-height: normal;
}

.text-component.text-space-y-xxs {
  --text-space-y-multiplier: 0.25;
}

.text-component.text-space-y-xs {
  --text-space-y-multiplier: 0.5;
}

.text-component.text-space-y-sm {
  --text-space-y-multiplier: 0.75;
}

.text-component.text-space-y-md {
  --text-space-y-multiplier: 1.25;
}

.text-component.text-space-y-lg {
  --text-space-y-multiplier: 1.5;
}

.text-component.text-space-y-xl {
  --text-space-y-multiplier: 1.75;
}

.text-component.text-space-y-xxl {
  --text-space-y-multiplier: 2;
}

.text-component :where(h1), 
  .text-component :where(h2), 
  .text-component :where(h3), 
  .text-component :where(h4) {
  line-height: calc(var(--heading-line-height) * var(--line-height-multiplier, 1));
  margin-bottom: calc(0.3125em * var(--text-space-y-multiplier, 1));
}

.text-component :where(h2), 
  .text-component :where(h3), 
  .text-component :where(h4) {
  margin-top: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component p, 
  .text-component blockquote, 
  .text-component ul li, 
  .text-component ol li {
  line-height: calc(var(--body-line-height) * var(--line-height-multiplier, 1));
}

.text-component ul, 
  .text-component ol, 
  .text-component p, 
  .text-component blockquote {
  margin-bottom: calc(0.9375em * var(--text-space-y-multiplier, 1));
}

.text-component :where(ul), 
  .text-component :where(ol) {
  list-style-position: inside;
}

.text-component ul ul, 
  .text-component ul ol,
  .text-component ol ul, 
  .text-component ol ol {
  padding-left: 1em;
  margin-bottom: 0;
}

.text-component :where(ul) {
  list-style-type: disc;
}

.text-component :where(ol) {
  list-style-type: decimal;
}

.text-component :where(img) {
  display: block;
  margin: 0 auto;
}

.text-component :where(figcaption) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-low) / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .text-component :where(figcaption) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-component :where(figcaption) {
  text-align: center;
  margin-top: 0.5em;
}

.text-component :where(em) {
  font-style: italic;
}

.text-component :where(hr) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  height: 1px;
  margin-top: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-bottom: calc(1.875em * var(--text-space-y-multiplier, 1));
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.text-component > *:first-child {
  margin-top: 0;
}

.text-component > *:last-child {
  margin-bottom: 0;
}

.text-component :where(blockquote) {
  padding-left: 1em;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
  font-style: italic;
}

.article {
  /* e.g., blog posts */
  --body-line-height: 1.58;
  --text-space-y-multiplier: 1.2;
}

/* Icons */

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.icon--is-spinning {
  -webkit-animation: icon-spin 1s infinite linear;
          animation: icon-spin 1s infinite linear;
}

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* inner shadow */

/* colors + base typography */

/* button components */

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/buttons

-------------------------------- */

/* --------------------------------

  (END) Global editor code

-------------------------------- */

/* input/form style  */

/* --------------------------------

  (START) Global editor code https://codyhouse.co/ds/globals/forms

-------------------------------- */

/* --------------------------------

  (END) Global editor code

-------------------------------- */

/* text component + icon + inner shadow */

/* #region CodyHouse components CSS */

/* -------------------------------- 

File#: _1_adv-gallery-v2
Title: Advanced Gallery v2
Descr: Advanced image gallery template
-

-------------------------------- */

.adv-gallery-v2__img-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.adv-gallery-v2__img-link::before, .adv-gallery-v2__img-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

.adv-gallery-v2__img-link::before {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  background-color: hsla(var(--color-black) / 0.9);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adv-gallery-v2__img-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpolyline points='4 2 14 2 14 12' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='14' y1='2' x2='2' y2='14' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.5) translateX(-5px) translateY(5px);
  will-change: transform;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adv-gallery-v2__img-link:hover::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.adv-gallery-v2__img-link:hover::after {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}

/* -------------------------------- 

File#: _1_adv-gallery-v5
Title: Advanced Gallery v5
Descr: Advanced image gallery template
-

-------------------------------- */

/* -------------------------------- 

File#: _1_animated-headline
Title: Animated Headline
Descr: A collection of word replacement effects
-

-------------------------------- */

.text-anim__wrapper {
  position: relative;
  display: inline-block;
}

.js .text-anim__word {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  white-space: nowrap;
}

.js .text-anim__word--in {
  position: relative;
  z-index: 2;
}

.js .text-anim--rotate {
  --text-anim-duration: 0.85s;
  --text-anim-pause: 2.5s;
}

.js .text-anim--rotate .text-anim__wrapper {
  perspective: 300;
}

.js .text-anim--rotate .text-anim__word {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 50% 100%;
  transform: rotateX(-180deg);
  transition: opacity calc(var(--text-anim-duration) / 3) cubic-bezier(0.215, 0.61, 0.355, 1), transform var(--text-anim-duration) cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js .text-anim--rotate .text-anim__word--in {
  opacity: 1;
  transform: rotateX(0deg);
}

.js .text-anim--rotate .text-anim__word--out {
  opacity: 0;
  transform: rotateX(180deg);
  transition: opacity calc(var(--text-anim-duration) / 6) cubic-bezier(0.215, 0.61, 0.355, 1), transform var(--text-anim-duration) cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js .text-anim--loader {
  --text-anim-duration: 2.5s;
  --text-anim-pause: 0s;
}

.js .text-anim--loader .text-anim__word {
  color: transparent;
  transition: color 0.2s;
}

.js .text-anim--loader .text-anim__word::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transform-origin: left center;
  transform: translateY(100%) scaleX(0);
  transition: transform var(--text-anim-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js .text-anim--loader .text-anim__word--in {
  color: currentColor;
}

.js .text-anim--loader .text-anim__word--in::after {
  transform: translateY(100%) scaleX(1);
}

.js .text-anim--loader .text-anim__word--out {
  color: transparent;
}

.js .text-anim--loader .text-anim__word--out::after {
  transition: none;
  transform: translateY(100%) scaleX(0);
}

.js .text-anim--slide {
  --text-anim-duration: 0.5s;
  --text-anim-pause: 2.5s;
}

.js .text-anim--slide .text-anim__wrapper {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding: 0.1em 0;
}

.js .text-anim--slide .text-anim__word {
  height: 100%;
  transform: translateY(-100%);
}

.js .text-anim--slide .text-anim__word--in,
.js .text-anim--slide .text-anim__word--out {
  -webkit-animation-duration: var(--text-anim-duration);
          animation-duration: var(--text-anim-duration);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js .text-anim--slide .text-anim__word--in {
  -webkit-animation-name: text-anim-slide-in;
          animation-name: text-anim-slide-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js .text-anim--slide .text-anim__word--out {
  -webkit-animation-name: text-anim-slide-out;
          animation-name: text-anim-slide-out;
}

@-webkit-keyframes text-anim-slide-in {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

@keyframes text-anim-slide-in {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

@-webkit-keyframes text-anim-slide-out {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes text-anim-slide-out {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(100%);
  }
}

.js .text-anim--zoom {
  --text-anim-duration: 0.85s;
  --text-anim-pause: 2.5s;
}

.js .text-anim--zoom .text-anim__wrapper {
  perspective: 300px;
}

.js .text-anim--zoom .text-anim__word {
  opacity: 0;
  transform: translateZ(100px);
  transition: opacity var(--text-anim-duration), transform var(--text-anim-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js .text-anim--zoom .text-anim__word--in {
  opacity: 1;
  transform: translateZ(0);
}

.js .text-anim--zoom .text-anim__word--out {
  opacity: 0;
  transform: translateZ(-100px);
}

.js .text-anim--push {
  --text-anim-duration: 0.65s;
  --text-anim-pause: 2.5s;
}

.js .text-anim--push .text-anim__word {
  opacity: 0;
  transform: translateX(-100px);
  transition: none;
}

.js .text-anim--push .text-anim__word--in,
.js .text-anim--push .text-anim__word--out {
  transition: opacity var(--text-anim-duration), transform var(--text-anim-duration) cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js .text-anim--push .text-anim__word--in {
  opacity: 1;
  transform: translateX(0);
}

.js .text-anim--push .text-anim__word--out {
  opacity: 0;
  transform: translateX(100px);
}

.js .text-anim--clip {
  --text-anim-duration: 0.7s;
  --text-anim-pause: 2s;
  --text-anim-border-width: 2px;
}

.js .text-anim--clip .text-anim__wrapper {
  overflow: hidden;
  vertical-align: top;
}

.js .text-anim--clip .text-anim__wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.7em);
  height: 1.4em;
  width: var(--text-anim-border-width);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-accent) / var(--tw-bg-opacity));
}

.js .text-anim--clip .text-anim__wrapper--pulse::after {
  -webkit-animation: text-anim-pulse 0.8s infinite;
          animation: text-anim-pulse 0.8s infinite;
}

.js .text-anim--clip .text-anim__word {
  opacity: 0;
  padding-right: var(--text-anim-border-width);
}

.js .text-anim--clip .text-anim__word--in {
  opacity: 1;
}

@-webkit-keyframes text-anim-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes text-anim-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* -------------------------------- 

File#: _1_card-v8
Title: Card v8
Descr: Container of information used as teaser for further content exploration
-

-------------------------------- */

.card-v8 {
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
}

.card-v8 img {
  display: block;
  width: 100%;
}

.card-v8:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-v8:hover .card-v8__title {
  background-size: 100% 100%;
}

.card-v8__title {
  background-repeat: no-repeat;
  will-change: background-size;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
  background-image: linear-gradient(transparent 50%, hsla(var(--color-primary) / 0.2) 50%);
  background-size: 0% 100%;
}

/* -------------------------------- 

File#: _1_feature-v12
Title: Feature v12
Descr: Feature section containing text that overlaps a background image
-

-------------------------------- */

.feature-v12, .feature-v12__offset-item, .feature-v12__bg-item {
  position: relative;
}

.feature-v12, .feature-v12__bg-item {
  z-index: 1;
}

.feature-v12__offset-item {
  z-index: 2;
}

.feature-v12--left .feature-v12__offset-item, .feature-v12--right .feature-v12__offset-item {
  width: calc(100% + var(--feature-v12-offset, 3em));
}

.feature-v12--right .feature-v12__offset-item {
  margin-left: calc(-1 * var(--feature-v12-offset, 3em));
}

.feature-v12--top .feature-v12__offset-item {
  margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
}

.feature-v12--bottom .feature-v12__offset-item {
  margin-top: calc(-1 * var(--feature-v12-offset, 3em));
}

.feature-v12--offset-xs {
  --feature-v12-offset: 2em;
}

.feature-v12--offset-sm {
  --feature-v12-offset: 3em;
}

.feature-v12--offset-md {
  --feature-v12-offset: 5em;
}

.feature-v12--offset-lg {
  --feature-v12-offset: 8em;
}

.feature-v12--offset-xl {
  --feature-v12-offset: 13em;
}

@media (min-width: 32rem) {
  .feature-v12--left\@xs .feature-v12__offset-item, .feature-v12--right\@xs .feature-v12__offset-item {
    width: calc(100% + var(--feature-v12-offset, 3em));
    margin: 0;
  }

  .feature-v12--right\@xs .feature-v12__offset-item {
    margin-left: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--top\@xs .feature-v12__offset-item,
.feature-v12--bottom\@xs .feature-v12__offset-item {
    width: auto;
    margin: 0;
  }

  .feature-v12--top\@xs .feature-v12__offset-item {
    margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--bottom\@xs .feature-v12__offset-item {
    margin-top: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--offset-xs\@xs {
    --feature-v12-offset: 2em;
  }

  .feature-v12--offset-sm\@xs {
    --feature-v12-offset: 3em;
  }

  .feature-v12--offset-md\@xs {
    --feature-v12-offset: 5em;
  }

  .feature-v12--offset-lg\@xs {
    --feature-v12-offset: 8em;
  }

  .feature-v12--offset-xl\@xs {
    --feature-v12-offset: 13em;
  }
}

@media (min-width: 48rem) {
  .feature-v12--left\@sm .feature-v12__offset-item, .feature-v12--right\@sm .feature-v12__offset-item {
    width: calc(100% + var(--feature-v12-offset, 3em));
    margin: 0;
  }

  .feature-v12--right\@sm .feature-v12__offset-item {
    margin-left: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--top\@sm .feature-v12__offset-item,
.feature-v12--bottom\@sm .feature-v12__offset-item {
    width: auto;
    margin: 0;
  }

  .feature-v12--top\@sm .feature-v12__offset-item {
    margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--bottom\@sm .feature-v12__offset-item {
    margin-top: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--offset-xs\@sm {
    --feature-v12-offset: 2em;
  }

  .feature-v12--offset-sm\@sm {
    --feature-v12-offset: 3em;
  }

  .feature-v12--offset-md\@sm {
    --feature-v12-offset: 5em;
  }

  .feature-v12--offset-lg\@sm {
    --feature-v12-offset: 8em;
  }

  .feature-v12--offset-xl\@sm {
    --feature-v12-offset: 13em;
  }
}

@media (min-width: 64rem) {
  .feature-v12--left\@md .feature-v12__offset-item, .feature-v12--right\@md .feature-v12__offset-item {
    width: calc(100% + var(--feature-v12-offset, 3em));
    margin: 0;
  }

  .feature-v12--right\@md .feature-v12__offset-item {
    margin-left: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--top\@md .feature-v12__offset-item,
.feature-v12--bottom\@md .feature-v12__offset-item {
    width: auto;
    margin: 0;
  }

  .feature-v12--top\@md .feature-v12__offset-item {
    margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--bottom\@md .feature-v12__offset-item {
    margin-top: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--offset-xs\@md {
    --feature-v12-offset: 2em;
  }

  .feature-v12--offset-sm\@md {
    --feature-v12-offset: 3em;
  }

  .feature-v12--offset-md\@md {
    --feature-v12-offset: 5em;
  }

  .feature-v12--offset-lg\@md {
    --feature-v12-offset: 8em;
  }

  .feature-v12--offset-xl\@md {
    --feature-v12-offset: 13em;
  }
}

@media (min-width: 80rem) {
  .feature-v12--left\@lg .feature-v12__offset-item, .feature-v12--right\@lg .feature-v12__offset-item {
    width: calc(100% + var(--feature-v12-offset, 3em));
    margin: 0;
  }

  .feature-v12--right\@lg .feature-v12__offset-item {
    margin-left: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--top\@lg .feature-v12__offset-item,
.feature-v12--bottom\@lg .feature-v12__offset-item {
    width: auto;
    margin: 0;
  }

  .feature-v12--top\@lg .feature-v12__offset-item {
    margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--bottom\@lg .feature-v12__offset-item {
    margin-top: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--offset-xs\@lg {
    --feature-v12-offset: 2em;
  }

  .feature-v12--offset-sm\@lg {
    --feature-v12-offset: 3em;
  }

  .feature-v12--offset-md\@lg {
    --feature-v12-offset: 5em;
  }

  .feature-v12--offset-lg\@lg {
    --feature-v12-offset: 8em;
  }

  .feature-v12--offset-xl\@lg {
    --feature-v12-offset: 13em;
  }
}

@media (min-width: 90rem) {
  .feature-v12--left\@xl .feature-v12__offset-item, .feature-v12--right\@xl .feature-v12__offset-item {
    width: calc(100% + var(--feature-v12-offset, 3em));
    margin: 0;
  }

  .feature-v12--right\@xl .feature-v12__offset-item {
    margin-left: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--top\@xl .feature-v12__offset-item,
.feature-v12--bottom\@xl .feature-v12__offset-item {
    width: auto;
    margin: 0;
  }

  .feature-v12--top\@xl .feature-v12__offset-item {
    margin-bottom: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--bottom\@xl .feature-v12__offset-item {
    margin-top: calc(-1 * var(--feature-v12-offset, 3em));
  }

  .feature-v12--offset-xs\@xl {
    --feature-v12-offset: 2em;
  }

  .feature-v12--offset-sm\@xl {
    --feature-v12-offset: 3em;
  }

  .feature-v12--offset-md\@xl {
    --feature-v12-offset: 5em;
  }

  .feature-v12--offset-lg\@xl {
    --feature-v12-offset: 8em;
  }

  .feature-v12--offset-xl\@xl {
    --feature-v12-offset: 13em;
  }
}

/* -------------------------------- 

File#: _1_lazy-load
Title: Lazy Load
Descr: A plugin used to load assets when they enter the viewport
-

-------------------------------- */

html:not(.js) [loading=lazy][data-src],
html:not(.js) [loading=lazy][data-srcset],
html:not(.js) picture[loading=lazy] {
  display: none;
}

/* -------------------------------- 

File#: _1_link-effects
Title: Link Effects
Descr: A collection of link effects
-

-------------------------------- */

.link-fx-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s;
}

.link-fx-1 .icon line {
  transition: transform 0.4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform 0.2s 0.1s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.2s 0.1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform 0.2s;
}

.link-fx-2 {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
  text-decoration: none;
  background-image: linear-gradient(hsl(var(--color-contrast-higher)), hsl(var(--color-contrast-higher)));
  background-size: 100% 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-2::after {
  content: attr(data-link-fx-clone);
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: inherit;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(4px);
  transition: transform 0.3s, -webkit-clip-path 0.3s;
  transition: clip-path 0.3s, transform 0.3s;
  transition: clip-path 0.3s, transform 0.3s, -webkit-clip-path 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-fx-2:hover {
  background-size: 100% 100%;
}

.link-fx-2:hover::after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0px);
}

.link-fx-3 {
  position: relative;
  display: inline-flex;
  padding: 4px 6px;
  text-decoration: none;
  align-items: center;
}

.link-fx-3 .icon {
  display: block;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s 0.3s;
}

.link-fx-3 .icon line {
  transform-origin: 9px 6px;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-fx-3 .icon line:first-child {
  transform: rotate(20deg);
}

.link-fx-3 .icon line:last-child {
  transform: rotate(-20deg);
}

.link-fx-3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 18px);
  height: 1px;
  background-color: currentColor;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-fx-3:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-fx-3:hover .icon line:first-child, .link-fx-3:hover .icon line:last-child {
  transform: rotate(0);
}

.link-fx-3:hover::before {
  width: 100%;
}

.link-fx-4 {
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-4::before {
  content: attr(data-link-fx-clone);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-higher) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
  -webkit-clip-path: polygon(0% 0%, 1px 0%, 1px 100%, 0% 100%);
          clip-path: polygon(0% 0%, 1px 0%, 1px 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.link-fx-4:hover::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.link-fx-5 {
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4' viewBox='0 0 16 4'%3E%3Cpath d='M0,3.5c4,0,4-3,8-3s4,3,8,3' fill='none' stroke='%232a6df4' opacity='0.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0px 100%;
  background-size: 0;
}

.link-fx-5:hover {
  background-size: 16px 4px;
  -webkit-animation: link-fx-5-animation 0.4s linear infinite;
          animation: link-fx-5-animation 0.4s linear infinite;
}

@-webkit-keyframes link-fx-5-animation {
  from {
    background-position: 0px 100%;
  }

  to {
    background-position: 16px 100%;
  }
}

@keyframes link-fx-5-animation {
  from {
    background-position: 0px 100%;
  }

  to {
    background-position: 16px 100%;
  }
}

/* -------------------------------- 

File#: _1_list
Title: List
Descr: Custom list component
-

-------------------------------- */

.list, .text-component .list {
  --list-v-space: 0.65;
  --list-offset: 1;
  padding-left: 0;
  list-style: none;
}

.list ul, .list ol, .text-component .list ul, .text-component .list ol {
  list-style: none;
  margin: 0;
  margin-top: calc(0.25rem * var(--list-v-space, 1));
  padding-top: calc(0.25rem * var(--list-v-space, 1));
  padding-left: calc(0.5rem * var(--list-offset, 1));
}

@media (min-width: 64rem) {
  .list ul, .list ol, .text-component .list ul, .text-component .list ol {
    margin-top: calc(0.375rem * var(--list-v-space, 1));
    padding-top: calc(0.375rem * var(--list-v-space, 1));
    padding-left: calc(0.75rem * var(--list-offset, 1));
  }
}

.list li, .text-component .list li {
  padding-bottom: calc(0.25rem * var(--list-v-space, 1));
  margin-bottom: calc(0.25rem * var(--list-v-space, 1));
}

@media (min-width: 64rem) {
  .list li, .text-component .list li {
    padding-bottom: calc(0.375rem * var(--list-v-space, 1));
    margin-bottom: calc(0.375rem * var(--list-v-space, 1));
  }
}

.list > li:last-child, .list ul > li:last-child, .list ol > li:last-child, .text-component .list > li:last-child, .text-component .list ul > li:last-child, .text-component .list ol > li:last-child {
  margin-bottom: 0;
}

.list:not(.list--border) > li:last-child, .list ul > li:last-child, .list ol > li:last-child, .text-component .list:not(.list--border) > li:last-child, .text-component .list ul > li:last-child, .text-component .list ol > li:last-child {
  padding-bottom: 0;
}

.list--ul li, .list--ol li {
  padding-left: calc(var(--bullet-size) + var(--bullet-margin-right));
}

.list--ul li::before, .list--ol li::before {
  width: var(--bullet-size);
  height: var(--bullet-size);
  margin-left: calc(var(--bullet-size) * -1);
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  left: calc(var(--bullet-margin-right) * -1);
}

.list--ul {
  --bullet-size: 7px;
  --bullet-margin-right: 0.375rem;
}

@media (min-width: 64rem) {
  .list--ul {
    --bullet-margin-right: 0.5625rem;
  }
}

.list--ul li::before {
  content: "";
  border-radius: 50%;
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  background-color: currentColor;
  border: 2px solid currentColor;
}

.list--ul ul li::before {
  background-color: transparent;
}

.list--ol {
  --bullet-size: 26px;
  --bullet-margin-right: 6px;
  counter-reset: list-items;
}

.list--ol li {
  counter-increment: list-items;
}

.list--ol ol {
  counter-reset: list-items;
}

.list--ol li::before {
  content: counter(list-items);
  font-size: 0.75em;
  justify-content: center;
  align-items: center;
  top: -0.1em;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list--ol ol li::before {
  background-color: transparent;
}

.list--border li {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-low) / var(--tw-border-opacity));
}

.list--border ul,  .list--border ol {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-low) / var(--tw-border-opacity));
}

.list--border ul li:last-child, .list--border ol li:last-child {
  border-bottom-width: 0;
}

/* -------------------------------- 

File#: _1_masonry
Title: Masonry
Descr: Gallery with elements laid out in optimal position based on available vertical space
-

-------------------------------- */

:root {
  --masonry-grid-gap: 1.25rem;
  --masonry-col-auto-size: 280px;
}

@media (min-width: 64rem) {
  :root {
    --masonry-grid-gap: 2rem;
  }
}

.masonry__loader {
  display: none;
}

.masonry__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--masonry-grid-gap));
  margin-bottom: calc(-1 * var(--masonry-grid-gap));
}

.masonry__item {
  display: inline-block;
  width: var(--masonry-col-auto-size);
  margin-right: var(--masonry-grid-gap);
  margin-bottom: var(--masonry-grid-gap);
}

.js .masonry {
  position: relative;
}

.js .masonry__loader {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.js .masonry__list {
  opacity: 0;
  transition: opacity 0.4s;
}

.js .masonry--loaded .masonry__loader {
  display: none;
}

.js .masonry--loaded .masonry__list {
  opacity: 1;
}

@supports (flex-basis: 0px) {
  .js .masonry__list {
    flex-direction: column;
  }

  .js .masonry__item {
    flex-basis: 0px;
  }
}

/* -------------------------------- 

File#: _1_menu
Title: Menu
Descr: Application menu that provides access to a set of functionalities
-

-------------------------------- */

.menu {
  --menu-vertical-gap: 4px;
  --menu-item-padding: 0.375rem 0.75rem;
  list-style: none;
  width: 220px;
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.menu {
  border-radius: 0.25rem;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: var(--menu-vertical-gap);
  margin-bottom: var(--menu-vertical-gap);
  overflow: auto;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s;
}

@media (min-width: 64rem) {
  .menu {
    --menu-item-padding: 0.5625rem 1.125rem;
  }
}

.menu--is-visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s;
}

.menu--overlay {
  z-index: 15;
}

.menu__content {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: var(--menu-item-padding);
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu__content:hover {
  background-color: hsl(var(--color-contrast-lower) / 0.3);
}

.menu__content:focus {
  outline: none;
  background-color: hsla(var(--color-primary) / 0.1);
}

.menu__label {
  padding: var(--menu-item-padding);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .menu__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.menu__label {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.menu__separator {
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-low) / var(--tw-bg-opacity));
  margin: var(--menu-item-padding);
}

.menu__icon {
  color: hsla(var(--color-contrast-higher) / 0.7);
  margin-right: 0.375rem;
}

@media (min-width: 1024px) {
  .menu__icon {
    margin-right: 0.5rem;
  }
}

/* -------------------------------- 

File#: _1_modal-window
Title: Modal Window
Descr: A modal dialog used to display critical information
-

-------------------------------- */

.modal {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.modal:not(.modal--is-visible) {
  pointer-events: none;
  background-color: transparent;
}

.modal--is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}

.modal__close-btn {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  transition: 0.2s;
}

.modal__close-btn .icon {
  display: block;
  margin: auto;
}

.modal__close-btn--outer {
  width: 3.2em;
  height: 3.2em;
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
}

@media (min-width: 1024px) {
  .modal__close-btn--outer {
    top: 1.25rem;
    right: 1.25rem;
  }
}

.modal__close-btn--outer {
  z-index: 10;
  background-color: hsla(var(--color-contrast-higher) / 0.8);
}

.modal__close-btn--outer:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-higher) / var(--tw-bg-opacity));
}

.modal__close-btn--outer .icon {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}

.modal__close-btn--inner {
  width: 2em;
  height: 2em;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal__close-btn--inner .icon {
  color: inherit;
}

.modal__close-btn--inner:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:root {
  --modal-transition-duration: 0.2s;
}

@media (prefers-reduced-motion: no-preference) {
  .modal--animate-fade {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-fade.modal--is-visible {
    transition: opacity var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale,
  .modal--animate-translate-up,
  .modal--animate-translate-down,
  .modal--animate-translate-right,
  .modal--animate-translate-left {
    --modal-transition-duration: 0.2s;
    transition: opacity var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-scale .modal__content,
  .modal--animate-translate-up .modal__content,
  .modal--animate-translate-down .modal__content,
  .modal--animate-translate-right .modal__content,
  .modal--animate-translate-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .modal--animate-scale.modal--is-visible,
  .modal--animate-translate-up.modal--is-visible,
  .modal--animate-translate-down.modal--is-visible,
  .modal--animate-translate-right.modal--is-visible,
  .modal--animate-translate-left.modal--is-visible {
    transition: opacity var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-scale.modal--is-visible .modal__content,
  .modal--animate-translate-up.modal--is-visible .modal__content,
  .modal--animate-translate-down.modal--is-visible .modal__content,
  .modal--animate-translate-right.modal--is-visible .modal__content,
  .modal--animate-translate-left.modal--is-visible .modal__content {
    transform: scale(1);
  }

  .modal--animate-slide-up,
  .modal--animate-slide-down,
  .modal--animate-slide-right,
  .modal--animate-slide-left {
    --modal-transition-duration: 0.3s;
    transition: opacity 0s var(--modal-transition-duration), background-color var(--modal-transition-duration), visibility 0s var(--modal-transition-duration);
  }

  .modal--animate-slide-up .modal__content,
  .modal--animate-slide-down .modal__content,
  .modal--animate-slide-right .modal__content,
  .modal--animate-slide-left .modal__content {
    will-change: transform;
    transition: transform var(--modal-transition-duration) var(--ease-out);
  }

  .modal--animate-slide-up.modal--is-visible,
  .modal--animate-slide-down.modal--is-visible,
  .modal--animate-slide-right.modal--is-visible,
  .modal--animate-slide-left.modal--is-visible {
    transition: background-color var(--modal-transition-duration), visibility 0s;
  }

  .modal--animate-slide-up.modal--is-visible .modal__content,
  .modal--animate-slide-down.modal--is-visible .modal__content,
  .modal--animate-slide-right.modal--is-visible .modal__content,
  .modal--animate-slide-left.modal--is-visible .modal__content {
    transform: scale(1);
  }

  .modal--animate-scale .modal__content {
    transform: scale(0.95);
  }

  .modal--animate-translate-up .modal__content {
    transform: translateY(40px);
  }

  .modal--animate-translate-down .modal__content {
    transform: translateY(-40px);
  }

  .modal--animate-translate-right .modal__content {
    transform: translateX(-40px);
  }

  .modal--animate-translate-left .modal__content {
    transform: translateX(40px);
  }

  .modal--animate-slide-up .modal__content {
    transform: translateY(100%);
  }

  .modal--animate-slide-down .modal__content {
    transform: translateY(-100%);
  }

  .modal--animate-slide-right .modal__content {
    transform: translateX(-100%);
  }

  .modal--animate-slide-left .modal__content {
    transform: translateX(100%);
  }
}

.modal--is-loading .modal__content {
  visibility: hidden;
}

.modal--is-loading .modal__loader {
  display: flex;
}

.modal__loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  pointer-events: none;
}

/* -------------------------------- 

File#: _1_progress-bar
Title: Progress Bar
Descr: Display the current progress of page load
-

-------------------------------- */

.progress-bar {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 0.3s;
  pointer-events: none;
}

/* -------------------------------- 

File#: _1_reveal-effects
Title: Reveal Effects
Descr: A collection of reveal effects targeting specific elements as they enter the viewport
-

-------------------------------- */

:root {
  --reveal-fx-duration: 0.6s;
  --reveal-fx-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js .reveal-fx {
  opacity: 0;
  transition: opacity, transform var(--reveal-fx-timing-function);
  transition-duration: var(--reveal-fx-duration);
}

.js .reveal-fx::before {
  display: none;
  content: "reveal-fx";
}

.js .reveal-fx--translate, .js .reveal-fx--translate-up {
  transform: translateY(50px);
}

.js .reveal-fx--translate-right {
  transform: translateX(-50px);
}

.js .reveal-fx--translate-left {
  transform: translateX(50px);
}

.js .reveal-fx--translate-down {
  transform: translateY(-50px);
}

.js .reveal-fx--scale {
  transform: scale(0.8);
}

.js .reveal-fx--scale-up {
  transform: translateY(50px) scale(0.8);
}

.js .reveal-fx--scale-right {
  transform: translateX(-50px) scale(0.8);
}

.js .reveal-fx--scale-left {
  transform: translateX(50px) scale(0.8);
}

.js .reveal-fx--scale-down {
  transform: translateY(-50px) scale(0.8);
}

.js .reveal-fx--rotate, .js .reveal-fx--rotate-down, .js .reveal-fx--rotate-right, .js .reveal-fx--rotate-left, .js .reveal-fx--rotate-up {
  perspective: 1000px;
}

.js .reveal-fx--rotate > *, .js .reveal-fx--rotate-down > *, .js .reveal-fx--rotate-right > *, .js .reveal-fx--rotate-left > *, .js .reveal-fx--rotate-up > * {
  transition: transform var(--reveal-fx-duration) var(--reveal-fx-timing-function);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js .reveal-fx--rotate > *, .js .reveal-fx--rotate-down > * {
  transform-origin: top;
  transform: rotateX(-45deg);
}

.js .reveal-fx--rotate-right > * {
  transform-origin: left center;
  transform: rotateY(45deg);
}

.js .reveal-fx--rotate-left > * {
  transform-origin: right center;
  transform: rotateY(-45deg);
}

.js .reveal-fx--rotate-up > * {
  transform-origin: bottom;
  transform: rotateX(45deg);
}

.js .reveal-fx--text-mask {
  overflow: hidden;
}

.js .reveal-fx--text-mask > * {
  display: inline-block;
  transform: translateY(100%);
  transition: transform var(--reveal-fx-duration) var(--reveal-fx-timing-function);
  will-change: transform;
}

.js [class*=reveal-fx--translate], .js [class*=reveal-fx--scale] {
  will-change: opacity, transform;
}

.js .reveal-fx--text-mask > *, .js [class*=reveal-fx--rotate] > * {
  will-change: transform;
}

.js .reveal-fx--clip-x > *,
.js .reveal-fx--clip-y > * {
  transition: opacity, -webkit-clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity, clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity, clip-path cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: var(--reveal-fx-duration);
}

.js .reveal-fx--clip-x > * {
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 90% 100%, 10% 100%);
          clip-path: polygon(10% 0%, 90% 0%, 90% 100%, 10% 100%);
}

.js .reveal-fx--clip-y > * {
  -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%);
}

.js .reveal-fx--is-visible {
  opacity: 1;
}

.js .reveal-fx--is-visible[class*=reveal-fx--translate], .js .reveal-fx--is-visible[class*=reveal-fx--scale], .js .reveal-fx--is-visible[class*=reveal-fx--rotate] > *, .js .reveal-fx--is-visible.reveal-fx--text-mask > * {
  transform: translate(0);
}

.js .reveal-fx--is-visible.reveal-fx--clip-x > *, .js .reveal-fx--is-visible.reveal-fx--clip-y > * {
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* -------------------------------- 

File#: _1_scrolling-animations
Title: Scrolling Animations
Descr: Scrolling animations plugin
-

-------------------------------- */

:root {
  --scroll-fx-translate-x: 0;
  --scroll-fx-translate-y: 0;
  --scroll-fx-translate-z: 0;
  --scroll-fx-rotate-x: 0;
  --scroll-fx-rotate-y: 0;
  --scroll-fx-rotate-z: 0;
  --scroll-fx-skew-x: 0;
  --scroll-fx-skew-y: 0;
  --scroll-fx-scale-x: 1;
  --scroll-fx-scale-y: 1;
  --scroll-fx-opacity: 1;
}

.js .scroll-fx {
  transform: translate3d(var(--scroll-fx-translate-x), var(--scroll-fx-translate-y), var(--scroll-fx-translate-z)) rotateX(var(--scroll-fx-rotate-x)) rotateY(var(--scroll-fx-rotate-y)) rotateZ(var(--scroll-fx-rotate-z)) skewX(var(--scroll-fx-skew-x)) skewY(var(--scroll-fx-skew-y)) scaleX(var(--scroll-fx-scale-x)) scaleY(var(--scroll-fx-scale-y)) !important;
  opacity: var(--scroll-fx-opacity) !important;
}

.js .scroll-fx.scroll-fx--theme-transition,
.js .scroll-fx.scroll-fx--theme-transition > * {
  transition: 0.3s;
}

/* -------------------------------- 

File#: _1_sliding-panels
Title: Sliding Panels
Descr: A group of sections that expand to reveal additional content, or hide to show the navigation
-

-------------------------------- */

.s-panels__logo {
  position: fixed;
  z-index: 10;
  top: 1.25rem;
  left: 1.25rem;
}

@media (min-width: 1024px) {
  .s-panels__logo {
    top: 2rem;
    left: 2rem;
  }
}

.s-panels__logo {
  display: block;
  width: 100px;
  height: 100px;
}

.s-panels__nav-control {
  position: fixed;
  z-index: 10;
  top: 1.25rem;
  right: 1.25rem;
}

@media (min-width: 1024px) {
  .s-panels__nav-control {
    top: 2rem;
    right: 2rem;
  }
}

.s-panels__nav-control {
  border-radius: 50%;
  border: 1px solid hsla(var(--color-white) / 0.1);
  background-color: hsla(var(--color-black) / 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  --tw-text-opacity: 1;
  color: hsl(var(--color-white) / var(--tw-text-opacity));
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.s-panels__nav-control:active {
  transform: translateY(2px);
}

.s-panels__nav-control .icon__group * {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  stroke-dasharray: 24;
}

.s-panels__nav-control .icon__group *:nth-child(1) {
  transform-origin: 2px 6px;
}

.s-panels__nav-control .icon__group *:nth-child(2) {
  transform-origin: 2px 12px;
}

.s-panels__nav-control .icon__group *:nth-child(3) {
  transform-origin: 2px 18px;
}

@media (orientation: portrait) {
  .s-panels__nav-control.s-panels__nav-control--arrow-down {
    transform: rotate(-180deg);
  }

  .s-panels__nav-control.s-panels__nav-control--arrow-down:active {
    transform: translateY(2px) rotate(-180deg);
  }
}

@media (orientation: landscape) {
  .s-panels__nav-control.s-panels__nav-control--arrow-down {
    transform: rotate(-90deg);
  }

  .s-panels__nav-control.s-panels__nav-control--arrow-down:active {
    transform: translateY(2px) rotate(-90deg);
  }
}

.s-panels__nav-control.s-panels__nav-control--arrow-down .icon__group *:nth-child(1),
.s-panels__nav-control.s-panels__nav-control--arrow-down .icon__group *:nth-child(3) {
  stroke-dashoffset: 14;
}

.s-panels__nav-control.s-panels__nav-control--arrow-down .icon__group *:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}

.s-panels__nav-control.s-panels__nav-control--arrow-down .icon__group *:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

.s-panels__nav-control.s-panels__nav-control--close:active {
  transform: translateY(2px);
}

.s-panels__nav-control.s-panels__nav-control--close .icon__group *:nth-child(1) {
  transform: translateX(2.93px) translateY(-1.07px) rotate(45deg);
}

.s-panels__nav-control.s-panels__nav-control--close .icon__group *:nth-child(2) {
  stroke-dashoffset: 24;
}

.s-panels__nav-control.s-panels__nav-control--close .icon__group *:nth-child(3) {
  transform: translateX(2.93px) translateY(1.07px) rotate(-45deg);
}

.s-panels__projects-list {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

.s-panels__projects-list.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.s-panels__project-preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (orientation: landscape) {
  .s-panels__project-preview:nth-child(2) .s-panels__project-figure {
    transform: translateX(25%) scaleX(0.25);
  }

  .s-panels__project-preview:nth-child(2) .s-panels__project-intro {
    transform: translateX(100%);
  }

  .s-panels__project-preview:nth-child(3) .s-panels__project-figure {
    transform: translateX(50%) scaleX(0.25);
  }

  .s-panels__project-preview:nth-child(3) .s-panels__project-intro {
    transform: translateX(200%);
  }

  .s-panels__project-preview:nth-child(4) .s-panels__project-figure {
    transform: translateX(75%) scaleX(0.25);
  }

  .s-panels__project-preview:nth-child(4) .s-panels__project-intro {
    transform: translateX(300%);
  }

  .s-panels__project-preview--hide {
    transform: translateY(-100%);
  }
}

@media (orientation: portrait) {
  .s-panels__project-preview:nth-child(2) .s-panels__project-figure {
    transform: translateY(25%) scaleY(0.25);
  }

  .s-panels__project-preview:nth-child(2) .s-panels__project-intro {
    transform: translateY(100%);
  }

  .s-panels__project-preview:nth-child(3) .s-panels__project-figure {
    transform: translateY(50%) scaleY(0.25);
  }

  .s-panels__project-preview:nth-child(3) .s-panels__project-intro {
    transform: translateY(200%);
  }

  .s-panels__project-preview:nth-child(4) .s-panels__project-figure {
    transform: translateY(75%) scaleY(0.25);
  }

  .s-panels__project-preview:nth-child(4) .s-panels__project-intro {
    transform: translateY(300%);
  }

  .s-panels__project-preview--hide {
    transform: translateX(-100%);
  }
}

.s-panels__project-preview--selected {
  z-index: 1;
  pointer-events: auto;
}

.s-panels__project-preview--selected .s-panels__project-figure {
  overflow: visible;
}

.s-panels__project-preview--selected .s-panels__project-img {
  opacity: 0.9 !important;
  filter: none !important;
}

.s-panels__project-preview--selected .s-panels__project-intro {
  opacity: 0;
}

.s-panels__project-preview--selected .s-panels__project-control {
  pointer-events: none;
}

.s-panels__project-preview--selected .s-panels__text-component::before,
.s-panels__project-preview--selected .s-panels__text-component::after {
  display: none;
}

.s-panels__project-preview--selected .s-panels__project-title-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s 0.2s;
}

.s-panels__project-preview--selected .s-panels__project-title {
  transform: translateY(0);
  transition-delay: 0.2s;
}

@media (orientation: landscape) {
  .s-panels__project-preview--selected .s-panels__project-figure {
    transform: translateX(calc(50% - 50%/4)) scaleX(0.25) !important;
  }
}

@media (orientation: portrait) {
  .s-panels__project-preview--selected .s-panels__project-figure {
    transform: translateY(calc(50% - 50%/4)) scaleY(0.25) !important;
  }
}

.s-panels__project-preview--no-transition {
  transition: none !important;
}

.s-panels__project-preview--no-transition > * {
  transition: none !important;
}

.s-panels__project-figure,
.s-panels__project-img,
.s-panels__project-intro,
.s-panels__project-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-panels__project-figure {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (orientation: landscape) {
  .s-panels__project-figure {
    transform-origin: left center;
    transform: scaleX(0.25);
  }
}

@media (orientation: portrait) {
  .s-panels__project-figure {
    transform-origin: center top;
    transform: scaleY(0.25);
  }
}

.s-panels__project-img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
  filter: grayscale(100%);
  transition: opacity 0.4s, filter 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 64rem) {
  .s-panels__project-img {
    opacity: 0.15;
  }
}

.s-panels__project-intro {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  transition: opacity 0.3s;
}

.s-panels__project-intro:hover + .s-panels__project-figure .s-panels__project-img, .s-panels__project-intro:focus-within + .s-panels__project-figure .s-panels__project-img {
  opacity: 0.5;
  filter: grayscale(50%);
}

.s-panels__project-intro:hover .s-panels__text-component::before, .s-panels__project-intro:focus-within .s-panels__text-component::before {
  transform: scaleY(1);
}

.s-panels__project-intro:hover .s-panels__text-component::after, .s-panels__project-intro:focus-within .s-panels__text-component::after {
  transform: scaleX(1);
}

@media (orientation: landscape) {
  .s-panels__project-img {
    transform: scaleX(4);
  }

  .s-panels__project-intro {
    width: 25%;
  }
}

@media (orientation: portrait) {
  .s-panels__project-img {
    transform: scaleY(4);
  }

  .s-panels__project-intro {
    height: 25%;
  }
}

.s-panels__text-component {
  --icon-size: 20px;
  --icon-stroke-width: 1px;
  --icon-margin-top: 12px;
  position: relative;
}

.s-panels__text-component::before, .s-panels__text-component::after {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-white) / var(--tw-bg-opacity));
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.s-panels__text-component::before {
  width: var(--icon-stroke-width);
  height: var(--icon-size);
  bottom: calc(-1 * var(--icon-size) - var(--icon-margin-top));
  left: calc(50% - var(--icon-stroke-width) / 2);
  transform: scaleY(0);
}

.s-panels__text-component::after {
  width: var(--icon-size);
  height: var(--icon-stroke-width);
  bottom: calc(-0.5 * (var(--icon-size) + var(--icon-stroke-width)) - var(--icon-margin-top));
  left: calc(50% - var(--icon-size) / 2);
  transform: scaleX(0);
}

@media (min-width: 64rem) {
  .s-panels__text-component {
    --icon-size: 24px;
    --icon-margin-top: 16px;
  }
}

.s-panels__project-control {
  color: transparent;
}

.s-panels__project-control:focus {
  outline: none;
}

.s-panels__project-title-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(hsla(var(--color-black) / 0), hsla(var(--color-black) / 0.7));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s 0.4s;
}

.s-panels__project-title {
  transform: translateY(50px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.s-panels__nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.s-panels__nav-link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .s-panels__nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.s-panels__nav-link {
  line-height: 1;
}

.s-panels__nav-link::before, .s-panels__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

.s-panels__nav-link::before {
  opacity: 0.15;
}

.s-panels__nav-link::after {
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.s-panels__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.s-panels__social-link {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
  text-decoration: none;
  opacity: 1;
  transition: 0.2s;
}

.s-panels__social-link:hover {
  opacity: 0.65;
}

.s-panels__project-content {
  position: relative;
  z-index: 2;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
}

.s-panels__overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}

.s-panels__overlay-layer--visible {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.s-panels__page {
  position: relative;
  z-index: 3;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  min-height: 100vh;
  margin-top: -100vh;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.s-panels__page--selected {
  opacity: 1;
  visibility: visible;
}

.s-panels__page--loaded {
  margin-top: 0;
}

.s-panels__mask {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

/* -------------------------------- 

File#: _1_socials-v3
Title: Socials v3
Descr: Section with links to social media accounts
-

-------------------------------- */

.socials-v3 {
  position: relative;
  z-index: 1;
}

.socials-v3__btns {
  display: flex;
}

.socials-v3__btns > * {
  flex-grow: 1;
}

.socials-v3__btns:hover .socials-v3__btn {
  opacity: 0.5;
}

.socials-v3__btns:hover .socials-v3__btn::after {
  opacity: 0;
}

.socials-v3__btns li:last-child .socials-v3__btn::after {
  display: none;
}

.socials-v3__btn {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .socials-v3__btn {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.socials-v3__btn {
  border-radius: 0.25rem;
  transition: 0.3s;
}

.socials-v3__btn .icon {
  font-size: 1.6em;
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-high) / var(--tw-text-opacity));
  transition: color 0.2s, transform 0.2s;
}

.socials-v3__btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-lower) / var(--tw-bg-opacity));
  transition: opacity 0.2s;
}

.socials-v3__btn:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  opacity: 1 !important;
}

.socials-v3__btn:hover .icon {
  --tw-text-opacity: 1;
  color: hsl(var(--color-primary) / var(--tw-text-opacity));
  transform: scale(1.2);
}

@media (min-width: 48rem) {
  .socials-v3__btn .icon {
    font-size: 2em;
  }
}

/* -------------------------------- 

File#: _1_stacking-cards
Title: Stacking Cards
Descr: Cards stack effect on vertical scrolling
-

-------------------------------- */

.stack-cards {
  --stack-cards-gap: 0.75rem;
}

@media (min-width: 64rem) {
  .stack-cards {
    --stack-cards-gap: 1.125rem;
  }
}

.stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

@media (min-width: 1024px) {
  .stack-cards__item {
    top: 2rem;
  }
}

.stack-cards__item {
  height: 0;
  padding-bottom: 50%;
  transform-origin: center top;
}

.stack-cards__item > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------- 

File#: _1_sticky-hero
Title: Sticky Hero
Descr: A sticky hero section that reveals its content on scroll
-

-------------------------------- */

.sticky-hero {
  position: relative;
  z-index: 1;
}

.sticky-hero__media {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
}

.sticky-hero--overlay-layer .sticky-hero__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-black) / var(--tw-bg-opacity));
  transition: opacity 1s;
}

.sticky-hero--media-is-fixed.sticky-hero--overlay-layer .sticky-hero__media::after {
  opacity: 0.75;
}

.sticky-hero--media-is-fixed.sticky-hero--scale .sticky-hero__media {
  transform: scale(0.9);
}

.sticky-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.sticky-hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.sticky-hero__content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}

/* -------------------------------- 

File#: _1_vertical-timeline
Title: Vertical Timeline
Descr: A vertical timeline used to display a sequence of events/steps
-

-------------------------------- */

:root {
  --v-timeline-marker-size: 16px;
  --v-timeline-track-width: 2px;
  --v-timeline-triangle-size: 12px;
  --v-timeline-sections-gap: 2rem;
  --v-timeline-items-gap: 0.75rem;
}

@media (min-width: 64rem) {
  :root {
    --v-timeline-sections-gap: 3.125rem;
    --v-timeline-items-gap: 1.125rem;
  }
}

.v-timeline {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .v-timeline {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.v-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((var(--v-timeline-marker-size) - var(--v-timeline-track-width)) * 0.5);
  height: 100%;
  width: var(--v-timeline-track-width);
  background-color: hsla(var(--color-contrast-higher) / 0.1);
}

.v-timeline__section {
  position: relative;
  display: flex;
}

.v-timeline__section:not(:last-of-type) {
  margin-bottom: var(--v-timeline-sections-gap);
}

.v-timeline__marker {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  height: var(--v-timeline-marker-size);
  width: var(--v-timeline-marker-size);
  border-radius: 50%;
  margin-right: calc(var(--v-timeline-triangle-size) + 0.375rem);
}

@media (min-width: 64rem) {
  .v-timeline__marker {
    margin-right: calc(var(--v-timeline-triangle-size) + 0.5625rem);
  }
}

.v-timeline__item {
  position: relative;
  top: calc(0.5 * var(--v-timeline-marker-size));
  flex-grow: 1;
}

.v-timeline__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-1 * var(--v-timeline-triangle-size) + 1px);
  height: var(--v-timeline-triangle-size);
  width: var(--v-timeline-triangle-size);
  background-color: inherit;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.v-timeline__item:not(:last-child) {
  margin-bottom: var(--v-timeline-items-gap);
}

.v-timeline__item:not(:first-child) .v-timeline__date {
  display: none;
}

.v-timeline__item:not(:first-child)::before {
  display: none;
}

.v-timeline__date-value {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .v-timeline__date-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.v-timeline__date-value {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media not all and (min-width: 64rem) {
  .v-timeline__item:first-child {
    border-top-left-radius: 0;
  }
}

@media (min-width: 64rem) {
  .v-timeline::before {
    left: calc(50% - var(--v-timeline-track-width) / 2);
  }

  .v-timeline__section {
    width: calc(50% + var(--v-timeline-marker-size) / 2);
  }

  .v-timeline__section:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .v-timeline__section:nth-child(odd) .v-timeline__marker {
    margin-right: 0;
    margin-left: calc(var(--v-timeline-triangle-size) + 0.5625rem);
  }

  .v-timeline__section:nth-child(odd) .v-timeline__item::before {
    left: auto;
    right: calc(-1 * var(--v-timeline-triangle-size) + 1px);
    transform: scaleX(-1);
  }

  .v-timeline__section:nth-child(odd) .v-timeline__item:first-child {
    border-top-right-radius: 0;
  }

  .v-timeline__section:nth-child(odd) .v-timeline__date {
    right: calc(-2 * (var(--v-timeline-triangle-size) + 0.5625rem) - var(--v-timeline-marker-size));
    transform: translateX(100%) translateY(-50%);
  }

  .v-timeline__section:nth-child(even) {
    margin-left: auto;
  }

  .v-timeline__section:nth-child(even) .v-timeline__item:first-child {
    border-top-left-radius: 0;
  }

  .v-timeline__section:nth-child(even) .v-timeline__date {
    left: calc(-2 * (var(--v-timeline-triangle-size) + 0.5625rem) - var(--v-timeline-marker-size));
    transform: translateX(-100%) translateY(-50%);
  }

  .v-timeline__section--is-hidden {
    opacity: 0;
  }

  .v-timeline__date {
    position: absolute;
    top: 0;
    white-space: nowrap;
  }

  .js .v-timeline[data-animation=on] .v-timeline__marker {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s;
  }

  .js .v-timeline[data-animation=on] .v-timeline__item {
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s;
  }

  .js .v-timeline[data-animation=on] .v-timeline__section:nth-child(odd) .v-timeline__item {
    transform: translateX(-50px);
  }

  .js .v-timeline[data-animation=on] .v-timeline__section:nth-child(even) .v-timeline__item {
    transform: translateX(50px);
  }

  .js .v-timeline[data-animation=on] .v-timeline__section--animate .v-timeline__item {
    transform: translateX(0) !important;
    opacity: 1;
  }

  .js .v-timeline[data-animation=on] .v-timeline__section--animate .v-timeline__marker {
    transform: scale(1);
    opacity: 1;
  }
}

.v-timeline--icons {
  --v-timeline-marker-size: 3em;
}

/* -------------------------------- 

File#: _2_adv-gallery-v3
Title: Advanced Gallery v3
Descr: Advanced image gallery template
-

-------------------------------- */

@media (min-width: 64rem) {
  .adv-gallery-v3__title {
    border-top: 1px solid hsla(var(--color-contrast-higher) / 0.1);
    padding-top: 0.5rem;
  }

  @media (min-width: 1024px) {
    .adv-gallery-v3__title {
      padding-top: 0.75rem;
    }
  }
}

.adv-gallery-v3__img-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.adv-gallery-v3__img-link::before, .adv-gallery-v3__img-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

.adv-gallery-v3__img-link::before {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  background-color: hsla(var(--color-black) / 0.9);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adv-gallery-v3__img-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpolyline points='4 2 14 2 14 12' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='14' y1='2' x2='2' y2='14' fill='none' stroke='%23FFF' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0.5) translateX(-5px) translateY(5px);
  will-change: transform;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.adv-gallery-v3__img-link:hover::before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.adv-gallery-v3__img-link:hover::after {
  transform: scale(1) translateX(0) translateY(0);
  opacity: 1;
}

/* -------------------------------- 

File#: _2_feature-v8
Title: Feature v8
Descr: A section containing a list of features
-

-------------------------------- */

:root {
  --feature-v8-gap: 3.25rem;
}

@media (min-width: 64rem) {
  :root {
    --feature-v8-gap: 5.125rem;
  }
}

.feature-v8 {
  position: relative;
  z-index: 1;
}

.feature-v8__main-content {
  padding-bottom: calc(var(--feature-v8-gap) * 2);
}

.feature-v8__sub-content {
  margin-top: calc(var(--feature-v8-gap) * -1);
}

/* -------------------------------- 

File#: _2_image-zoom
Title: Image Zoom
Descr: A lightbox plugin to zoom on an image on click
-

-------------------------------- */

.image-zoom__preview {
  display: block;
  width: 100%;
}

.js .image-zoom {
  position: relative;
}

.js .image-zoom__preview {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ctitle%3EArtboard 1icon-1%3C/title%3E%3Cg opacity='0.9'%3E%3Ccircle cx='24' cy='24' r='24'/%3E%3C/g%3E%3Cpolygon points='34 23 25 23 25 14 23 14 23 23 14 23 14 25 23 25 23 34 25 34 25 25 34 25 34 23' fill='%23fff'/%3E%3C/svg%3E") 24 24, zoom-in;
  cursor: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsSAAALEgHS3X78AAACGklEQVRogeWaO27CQBCG/9meCxDqHAEOQHoEfbgBPRI1Unpu4PSg9PgA+AZJTbgAB5horbGDn/jtXfgkROHX/+9jdj1jYmbUhYjGACYA9P8IwDDjlhcAZwAegBMze7WfXdWAiF4AeAMwqPj8K4AjgH1VM6UNiPCVtHaTaAO7skYKGyCiFwAbANOGhcdxAWyZ+beQriIGiEgPk48aQ6UsemitmflY2wAR6VZfdiQ8jsPM27wTcg0QkW71ecsi73Fg5nXWOSrrgCHiNXPRkkqqARk2JogPmIumBAkDMmH7GvN5LEVbhMgckFD51WG0KYuOTrPbEBvvgY3B4iHaIkMpNCArbNuLVBNMRWvUgGwPbGEVMSCOmt7bgJlf9a+FRhkHvRD0wKKFh7TN4tZAIjxZgK9ZSVeYHHmyGGjtSt6kbGWi2pi8HeL3wMhiAyOV8wJuA8PM7bQtEIDvKlqbXqCI6KfKdc/bA0UIeqlq6xbB+h5Qku6zlYuSXKWtnJWk9GzF0wZOFhs4KUmmXg0QU5ar1h5Eobs5SAPxNQcG9hYa8DWHeSEi+rRoa+0x8ztiC9muPz2lCbWGBmQyuxaId2+rOI+VWpQDmbl4A1jHS0+JzZyUdRwDxTtpJafMCo1BBQ7kVWkyt9NywaFVWcWoVmLCv4k+h5OTJx6PUGYt9EYmN5p1tE64EioL7c+e51ODxIW2fuyRepO+PrcB8AcU++0TpkKrvQAAAABJRU5ErkJggg==") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAABYlAAAWJQFJUiTwAAAEqUlEQVR4nO2dS07cQBCGq0bZkgMA64gcIMM6UfYI9sABEGtAWUcha8QBBvYzYo+SNZMDhGQ9zAHiA1TUQ9nyYzxut9vdbbs+CY2QwI//n+qHu12FRAQhgohjAHgPAG8BYMyXONa81Hnq8wUAFkQ0r/gfLwRjAAu+zyLrCl2XOf88hWKIVwNY9CMA+AwAW45PHwHAIwBMfZrh3ABEVE3KKQu/7fTk5SyVEQAwIaJ/Lk/szABE3AGAcwA4dHJCc2YAcENELy5O1roBHRI+jxMjWjUAEc+5uXHdvtsi4mbppq0TtGIAd67fA2rjm6L6iIs2OmvrBiDiFwA4sXrQcLgjoq82r8aaAYioJk3XALBn5YDh8gwAl0T028YVjmwcBBHVOP5+AOID3+M933NjGhuAiKqTve1wR2uCutdbRDxqeqBGTRAiXndweGmbGRFdmh7TOAJE/IRD1sIIIwNE/ALGJtQ2QMQvxciEWgZwhyvil3NYt2PW7oR52HVr9XL7yxkRPWrpqmMAT7LuBzbUbIJ6hnSsM1nTNeBhIJMsmzwT0UHV8Sr7AH62I+LXZ4+128hGA/ipZl8frLnghDUsZWMThIg/e/RI2RdLIvpYdu7SCODFFBG/Odus5VrWRgAvIz7IqMcaalR0sG55sywCzkV8q2yxpgUKEcDf/h9dvtuA+ZSPgnURUNpeCY0paJuJAN409asLOhPRu/TviPjX39XU4kN681c+Ak7Dve7ekNE4b0DjJTahkozGiQE8Y5Nxf/tsp2fH6QiQb787Eq3TBljZZiFokWi9MoBDQiZe7tiKm6E4AvYHcNOhsdI8NqCtV4KEcjIRIAa459WAqgUDoT2U9iN+FVTww+6I38MV/LAzkvbfK2Mr7wcI5kgE+EUiwDdigGcQAP64vIT8SlZouF5ZkwjwjBjgGTHAM877AFt0eFdEBokAz4gBnhmlEtwJ7plLBHhGIsAvqwhwkhtNWMuLMmAh2nhjMQo1o+wQUNrHnbCY4J6V5mKAPzIGPA1QAN+sNF8ZwP1ANGQ1HBPFfW96IqaV3UOwQqJ12oCpaOuMROvEAA6JZa9vOwyW6aF//lmQREH7ZDTOGzDp0Y2GSkbjN+lf1PuriDjrQl64jq6AzfIFIiRVgVuqUxXwH8z6ef9emdXJlnIjEzOrRKxpgbUGsFPSIdtjUlYKRVKWtY9ZyjLmonO3Gx4bNdxoAM/Y7vqtT6vcVS14SeLW9rCTuJW5lFFRLSLWrBItAzgHsnGViAGiXeRHe2MWZwO/GrqyGlzpZk6HuntDiWgqs+SNzFgjbWpvTeSCNWJCEaNiPkZ7Q8WEAsaVlIw354oJCY3KWDUuZcg1U741Okh3uarb5udpvD2dL+BsYPOEiOvENF7CtfJ+AA+7jrnQZd955vowVrbxWHtBQ008eOrd52dH6tnOga1KqiAFnbXpTkHnzMGlpHklUtS/nO4X9c+cqDtGOBE+xpkByQlfaxSccv7kUPqIJe9Ym+T37bSNcwPScGd9xLmUXfcTEe9Snvp8TcurAWnYjH1OodZWGrU5/zyF8m5cMAbkYUN2VWrHlCG6xsTiqk/Vli+CfBkRAP4DaXHfN1Q11JEAAAAASUVORK5CYII=") 2x) 24 24, zoom-in;
}

.image-zoom__lightbox {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 15;
  overflow-x: hidden;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Ctitle%3EArtboard 1icon-2%3C/title%3E%3Cg opacity='0.9'%3E%3Ccircle cx='24' cy='24' r='24'/%3E%3C/g%3E%3Crect x='23' y='14' width='2' height='20' transform='translate(48) rotate(90)' fill='%23fff'/%3E%3C/svg%3E") 24 24, zoom-out;
  cursor: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsSAAALEgHS3X78AAACEklEQVRoge2ay23CQBCG/7FypYGEcyqIoAByR1AAHXBH4oyUOx24AFDuuACsNJCcCQ1QwERrjQl+4ifeIfkuHPDj/727s+MZEzOjLkQ0ADAEYH77AB4zLnkEcADgA9gzs1/73lUNiOgpgFcAvYr3PwHYAdhUNVPagAify9NuEmNgXdZIYQNE9ARgCWDUsPA4HoAVM38X0lXEABGZafJWY6qUxUytBTPvahsgIvPUZzcSHsdl5lXeAbkGiMg89UnLIq+xZeZF1jFO1h+WiDdMREsqqQZk2tggPmQimhIkDMiC7WrO5zETbREia0BC5fsNo01ZTHQaX4bY+AgsLRYP0RaZSmcDssO2vUk1wUi0Rg1IeqCFecSAOGo6t2mTQTgK4QhMFYkPCTSHBhLhSQGBZkeGwubIk0XPaHfkTUorQ0fZ4o0TjEDfLk2l6BOAT0WCE2Sm01p4qKqTmZ+b9EhEX1XOUz8C/2ugaxwp92nl6EitUisHR0p6WvGNgb1iA/vgpZ6IPhRmpCdmfgmj0NUapIUEmkMDG4UGAs2BAanJa1rMfthHuNzI1t3pKc1Z69mAOPIUiPcuuzj3VVqUPzJr8RawiLeeEsmctHVcC8W7aS2nzA6NRQ0O5HVpMtNpOWHbqqxiVGsx4ddEl9PJzROPe2izFnojkwuNb7RPeBIqC+Vnf+dTg8SJWj/2SL1IV5/bAPgBdRHiSVcA3vQAAAAASUVORK5CYII=") 1x, url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAABYlAAAWJQFJUiTwAAAEmElEQVR4nO2dvU7cQBDHZ05pyQMAdUL65KgTpUfQAw+AqAGljkJqxAMc9HeiR0nNJX1IargHyD3AROvMWbbvfF6v98v2/KQTBeC1//+b/bDXM0hEECOIOASANwDwEgCGfIpDzVOdZn4+A8ATEU0r/icI0RjAgu+yyLpC12XKn4dYDAlqAIt+AAAfAWDDc/NzALgHgHFIM7wbgIiqSzlm4Te9Nl7OTBkBACMi+uuzYW8GIOIWAJwCwL6XBs2ZAMAVET37aMy5AS0SvogXI5wagIin3N347t9tMedu6cpVA04M4MH1a0R9fFPUGHHmYrC2bgAifgKAI6sHjYcbIvps82ysGYCIatF0CQA7Vg4YL48AcE5Ev2yc4cDGQRBRzeNveyA+8DXe8jU3prEBiKgG2esWD7QmqGu9RsSDpgdq1AUh4mULp5e2mRDRuekxjSNAxE/ZZy2MMDJAxF/C2ITaBoj4pRiZUMsAHnBF/HL26w7M2oMwT7uurZ5udzkhonstXXUM4EXWbc+mmk1Q95AOdRZrugbc9WSRZZNHItqrOl7lGMD3dkT8+uywdmtZawDf1ezqjTUfHLGGpaztghDxe4duKYdiRkTvy9oujQB+mCLiN2eTtVzJygjgx4h3MuuxhpoV7a16vFkWAacivlU2WNMlliKAv/3f2ny1EfOhGAWrIqC0vxIas6RtLgJ409QP0dkp77Kbv4oRcNyd64yWnMZFAxo/YhMqyWmcGsArNpn3u2czuzrORoB8+/2Rap01wMo2C0GLVOvEAA4JWXj5Y2PRDS0iYLcHFx0bieYLA1y9EiSUk2ieLMQQ8bcI5R8iej2oemAguENpP+BXQYUwbA/4PVwhDFsDGYCDMrTyfoBgDgKAzIACIhEQGDEgMC98N09Er2ITIQsi/vHZnkRAYMSAwIgBgZFpaGAkAgIjBgRmkElwJ/hnKhEQGImAsCQR4CU3mrCSZ2XAk2gTjCd5KB+Q5KE8Ny/jgH8SzcWAcOQMeOihAKFJNE/fkEHEn7I/1BtzInoLhVsRWtk9BCukWmcNGIu23ki1Tg3grLCzTl92HMyyGXiL94IkCtyT01heU/VP+Wuq/ItJ9zUIxqRYIEJSFfilOlUB/4FEgX0mdbKlXHGKFcEOc9Z0iZUGsFMjEd8ao7JSKJKyzD1mKcuYs9Zdbnys1XCtAbxiu+m2Pk65qao7I4lb3WEncStzLrOiWsxZs0q0DOAcyMZVInqIdpEf7Y1ZnA38ou/KanChmzkd6u4NJaKxrJLXMmGNtKm9NZEL1ogJyxgV8zHaGyomLGFcScl4c66YkNKojFXjUoZcM+VLo4O0l4u6fX6RxtvT+QROerZOmHOdmMaPcK28H8DTrkMudNl1Hrk+jJVtPNZe0FALD156d/nekbq3s2erkipIQWdt2lPQOXdwKWleiRT1L6f9Rf1zDbXHCC/CL/BmQNrg/81fx5w/OZYxYsY71kbFfTuu8W5AFh6sDziXsu9xYs67lMcuBlddghqQhc3Y5SSCrhIJTvnzEFL0LNEYUIQN2VapHTOG6BqzEFf9VH35UyyC5wCAfxBt4NqKekAOAAAAAElFTkSuQmCC") 2x) 24 24, zoom-out;
}

.image-zoom__lightbox img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  transform-origin: top left;
  pointer-events: none;
}

.image-zoom__lightbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
  opacity: 0;
}

.image-zoom__lightbox--is-visible {
  visibility: visible;
}

.image-zoom__lightbox--is-visible img {
  transition: transform 0.3s;
}

.image-zoom__lightbox--is-visible::before {
  transition: opacity 0.3s;
}

.image-zoom__lightbox--animate-bg::before {
  opacity: 1;
}

.image-zoom__lightbox--no-transition img, .image-zoom__lightbox--no-transition::before {
  transition: none;
}

.image-zoom__input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.image-zoom__input:focus ~ .image-zoom__preview {
  box-shadow: 0 0 0 2px hsl(var(--color-floor)), 0 0 0 5px hsla(var(--color-primary) / 0.25);
}


/* #endregion */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-\[calc\(100\%_-_2\.5rem\)\] {
  width: calc(100% - 2.5rem);
}

.w-full {
  width: 100%;
}

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.basis-10\/12 {
  flex-basis: 83.333333%;
}

.basis-full {
  flex-basis: 100%;
}

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

.resize {
  resize: both;
}

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border-floor-dark {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-floor-dark) / var(--tw-border-opacity));
}

.border-contrast-lower {
  --tw-border-opacity: 1;
  border-color: hsl(var(--color-contrast-lower) / var(--tw-border-opacity));
}

.bg-floor-dark {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor-dark) / var(--tw-bg-opacity));
}

.bg-contrast-high {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-contrast-high) / var(--tw-bg-opacity));
}

.bg-floor {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-floor) / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-black) / var(--tw-bg-opacity));
}

.bg-contrast-higher\/90 {
  background-color: hsl(var(--color-contrast-higher) / 0.9);
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-accent) / var(--tw-bg-opacity));
}

.bg-contrast-lower\/30 {
  background-color: hsl(var(--color-contrast-lower) / 0.3);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

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

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

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-secondary {
  font-family: IBM Plex Serif, serif;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.not-italic {
  font-style: normal;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.text-contrast-medium {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-medium) / var(--tw-text-opacity));
}

.text-contrast-higher {
  --tw-text-opacity: 1;
  color: hsl(var(--color-contrast-higher) / var(--tw-text-opacity));
}

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

.text-inherit {
  color: inherit;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: hsl(var(--color-secondary) / var(--tw-text-opacity));
}

.text-floor {
  --tw-text-opacity: 1;
  color: hsl(var(--color-floor) / var(--tw-text-opacity));
}

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

.opacity-60 {
  opacity: 0.6;
}

.opacity-0 {
  opacity: 0;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* overflow */

/* perspective */

/* text shadow */

.text-shadow-md {
  text-shadow: 0 1px 2px rgba(#000, 0.1), 0 2px 4px rgba(#000, 0.2);
}

.text-shadow-lg {
  text-shadow: 0 1px 4px rgba(#000, 0.1), 0 2px 8px rgba(#000, 0.15), 0 4px 16px rgba(#000, 0.2);
}

/* custom utility classes */

@media (min-width: 768px) {
  .text-component.md\:leading-tight {
    --heading-line-height: 1.1;
    --body-line-height: 1.2;
    line-height: normal;
  }

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

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

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .text-component.lg\:leading-tight {
    --heading-line-height: 1.1;
    --body-line-height: 1.2;
    line-height: normal;
  }

  .text-component.lg\:leading-snug {
    --heading-line-height: 1.15;
    --body-line-height: 1.4;
    line-height: normal;
  }

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

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

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

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

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

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%_-_4rem\)\] {
    width: calc(100% - 4rem);
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }

  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-32 {
    padding-left: 8rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

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

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

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

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

  .xl\:p-12 {
    padding: 3rem;
  }
}