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

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

/*
! tailwindcss v3.4.15 | 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: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: PP Fraktion Mono, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

*,
  *::after,
  *::before {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
  --color-text: rgba(238, 238, 238, 0.8);
  --color-bg: #050a18;
  --color-link: #fff;
  --color-link-hover: #ef5d36;
  --color-title: #fff;
  --perspective: 0px;
  --grid-width: 100%;
  --grid-max-width: 440px;
  /* 300px */
  --grid-item-ratio: 0.75;
  /* 1.2 */
  --grid-item-radius: 4px;
  --grid-gap: 2rem;
  --grid-columns: 2;
  --grid-columns-full: 7;
  --grid-rows-full: 5;
  --grid-item-translate: 0px;
  --grid-item-height: auto;
}

@font-face {
  font-display: swap;

  font-family: "PP Fragment Serif";

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/pp-fragment-serif-light.woff2") format("woff2"),
      url("../fonts/pp-fragment-serif-light.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "Inter";

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/inter-light.woff2") format("woff2"),
      url("../fonts/inter-light.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "Inter";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/inter-regular.woff2") format("woff2"),
      url("../fonts/inter-regular.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/inter-medium.woff2") format("woff2"),
      url("../fonts/inter-medium.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "PP Fraktion Mono";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/pp-fraktion-mono-regular.woff2") format("woff2"),
      url("../fonts/pp-fraktion-mono-regular.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "PP Fraktion Sans";

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/pp-fraktion-sans-light.woff2") format("woff2"),
      url("../fonts/pp-fraktion-sans-light.woff") format("woff");
}

@font-face {
  font-display: swap;

  font-family: "PP Fraktion Sans";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/pp-fraktion-sans-bold.woff2") format("woff2"),
      url("../fonts/pp-fraktion-sans-bold.woff") format("woff");
}

body {
  margin: 0px;
  width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
  font-family: Inter, system-ui, sans-serif;
  font-weight: 400;
  text-transform: none;
  color: rgba(238,238,238,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  cursor: pointer;
  color: rgba(238,238,238,0.8);
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers that do support :focus-visible */
  background-color: transparent;
}

a:focus-visible {
  /* Draw a very noticeable focus style for keyboard-focus on browsers that do support :focus-visible */
  background-color: transparent;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ef4444;
}

.unbutton {
  margin: 0px;
  cursor: pointer;
  border-width: 0px;
  background-image: none;
  padding: 0px;
  font-weight: 400;
  color: inherit;
}

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

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: PP Fragment Serif, Georgia, serif;
}

h1 {
  font-size: 4.25rem;
}

input,
  select,
  textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  opacity: 0.4;
}

input::placeholder {
  opacity: 0.4;
}

main {
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100vw;
  flex-direction: column;
  overflow: hidden;
}

.container__1140 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.is__desktop,
  .is__desktop * {
  display: none;
}

@media (min-width: 768px) {
  .is__desktop,
  .is__desktop * {
    display: block;
  }
}

.is__mobile,
  .is__mobile * {
  display: block;
}

@media (min-width: 768px) {
  .is__mobile,
  .is__mobile * {
    display: none;
  }
}

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

.page--loader {
  position: fixed;
  z-index: 9999;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
}

.navbar {
  position: fixed;
  z-index: 99;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0.625rem;
  padding-left: 26px;
  padding-right: 26px;
}

.navbar .left,
  .navbar .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}

.navbar .logo {
  display: flex;
  border-radius: 0.5rem;
  padding: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(255, 255, 255, 0.18);
}

.navbar .link--list {
  display: flex;
  height: 2.5rem;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: rgba(255, 255, 255, 0.18);
}

.navbar .link--list.is__desktop {
  display: none;
}

@media (min-width: 768px) {
  .navbar .link--list.is__desktop {
    display: flex;
  }
}

.navbar .mobile--nav {
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgba(255,255,255,0.18);
}

.navbar .mobile--nav.is__mobile {
  display: flex;
}

@media (min-width: 768px) {
  .navbar .mobile--nav.is__mobile {
    display: none;
  }
}

.mobile--nav__open,
  .mobile--nav__close {
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.mobile--nav__close {
  position: absolute;
}

.mobile--nav__dropdown {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 98;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 19 31 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mobile--nav__dropdown.active {
  opacity: 1;
  transform: translateY(0);
}

.mobile--nav__dropdown.close {
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease;
}

.mobile--nav__dropdown li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
}

.mobile--nav__dropdown li a {
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 2rem;
}

.mobile--nav__cta {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  border-radius: 49px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.12);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.mobile--nav__dropdown li a.mobile--nav__cta {
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 1.25rem;
}

.mobile--nav__cta img {
  height: 0.875rem;
  width: 0.875rem;
  opacity: 0.7;
}

.navbar .logo,
  .navbar .link--list {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.navbar .link--list a {
  display: flex;
  font-weight: 500;
  color: #f7f7f7;
}

.navbar .button__primary {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #ffce32, #ddaa0a);
}

@media (min-width: 768px) {
  .navbar .button__primary.is__mobile {
    display: none;
  }
}

.navbar .button__primary.is__desktop {
  display: none;
}

@media (min-width: 768px) {
  .navbar .button__primary.is__desktop {
    display: flex;
  }
}

.button__secondary {
  display: inline-flex;
  height: 2.75rem;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.16);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(238, 238, 238, 0.88);
}

@media (min-width: 640px) {
  .button__secondary {
    font-size: 0.8125rem;
  }
}

.button__secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.home--elevator {
  padding-top: 120px;
}

@media (min-width: 640px) {
  .home--elevator {
    margin-top: 200px;
  }
}

.elevator--pitch {
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.image-scroller {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
  animation: infinite-scroll-left 40s linear infinite;
}

.image-scroller img {
  display: flex;
  flex-shrink: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home--kanban {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home--kanban h2 {
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 328px;
  justify-content: center;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  background: linear-gradient(315deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 640px) {
  .home--kanban h2 {
    max-width: none;
    font-size: 3.5rem;
  }
}

.kanban {
  display: flex;
  flex-direction: column;
  color: rgba(238,238,238,0.8);
}

.kanban .row--header,
  .kanban .row {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}

.kanban .col {
  display: flex;
  flex-grow: 1;
  flex-basis: 0px;
  flex-direction: column;
}

.kanban .row .col {
  padding: 1.5rem;
}

.kanban .col-heading {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,.12);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.kanban .border-r-gradient {
  position: relative;
}

.kanban .border-r-gradient::after {
  background: linear-gradient(
      to bottom,
      #262a37 0%,
      #262a37 75%,
      #050a18 100%
    );
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
}

.kanban .col-heading.border-r-gradient::after {
  background: linear-gradient(to bottom, #050a18, #262a36);
}

.kanban .number {
  margin-right: 0.125rem;
  font-family: PP Fraktion Mono, monospace;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(105 108 116 / var(--tw-text-opacity, 1));
}

.kanban .status,
  .kanban__mobile--content .status {
  margin-bottom: 1rem;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.kanban .kanban--item,
  .kanban__mobile--content .kanban--item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.08)
    );
}

.kanban__mobile--content .kanban--item {
  line-height: 1.3;
}

.kanban .kanban--item__focused,
  .kanban__mobile--content .kanban--item__focused {
  position: relative;
  left: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 30 42 / var(--tw-bg-opacity, 1));
  transform: rotate(8deg);
  z-index: 2;
}

.kanban .user,
  .kanban__mobile--content .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: PP Fraktion Mono, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.kanban .user img,
  .kanban__mobile--content .user img {
  margin-right: 0.625rem;
  height: 1.75rem;
  width: 1.75rem;
}

.kanban--comment,
  .kanban__mobile--content .kanban--comment {
  position: relative;
}

.kanban--comment .user img,
  .kanban__mobile--content .kanban--comment .user img {
  position: relative;
  z-index: 10;
  height: 2rem;
  width: 2rem;
}

.kanban .username,
  .kanban__mobile--content .username {
  position: relative;
  left: -1px;
  top: -4px;
}

.kanban .bubble,
  .kanban__mobile--content .bubble {
  position: relative;
  top: -7px;
  margin-left: 28px;
  max-width: 172px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(70 65 60 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: rgba(238,238,238,0.8);
}

.kanban__mobile--content .bubble {
  max-width: 180px;
  font-size: 0.9375rem;
}

.kanban .circle,
  .kanban__mobile--content .circle {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 128px;
  width: 128px;
  align-items: center;
  justify-content: center;
  border-radius: 128px;
}

.kanban__mobile--content .circle {
  height: 172px;
  width: 172px;
  border-radius: 172px;
}

.kanban .circle-progress,
  .kanban__mobile--content .circle-progress {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.kanban .code-snippet,
  .kanban__mobile--content .code-snippet {
  margin-top: 0.75rem;
  display: inline-flex;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: PP Fraktion Mono, monospace;
  font-size: 0.8125rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(156 220 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.kanban__mobile--content .code-snippet {
  display: inline-block;
  font-size: 0.9375rem;
}

.kanban__mobile--content .code-snippet span {
  display: inline;
}

.home--kanban__mobile h2 {
  margin-bottom: 0.25rem;
  padding-bottom: 0.125rem;
  padding-top: 100px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.1;
  background: linear-gradient(315deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kanban__mobile {
  overflow-x: auto;
}

.kanban__mobile .row--header__mobile {
  position: absolute;
  z-index: 20;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}

.kanban__mobile .col__mobile {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.24);
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}

.kanban__mobile .col__mobile::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  width: 1px;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.24)
    );
  content: "";
}

.kanban__mobile .col__mobile.is__last::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  width: 1px;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.24)
    );
  content: "";
}

.kanban__mobile .col__mobile--spacer {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}

.kanban__mobile--content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  width: 295px;
}

.kanban__mobile .slide {
  width: 67.04545455%;
}

.mark span {
  padding-bottom: 0.375rem;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .mark span {
    font-size: 4rem;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  padding-left: 26px;
  padding-right: 26px;
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
}

.marquee::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Edge */
}

.marquee--content {
  display: flex;
  height: 512px;
  flex-direction: row;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  white-space: nowrap;
}

.marquee--item {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  border-radius: 0.5rem;
  background-color: rgba(255,255,255,0.08);
}

.marquee--item img {
  display: flex;
  flex-shrink: 0;
  border-radius: 0.5rem;
}

.home--services {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home--services .title,
  .home--services__mobile .title {
  margin-left: 26px;
  margin-right: 26px;
  margin-bottom: 1.75rem;
  display: inline-flex;
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 1.75rem;
  background: radial-gradient(
      circle,
      rgba(238, 238, 238, 0.8),
      rgba(238, 238, 238, 0.5)
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 640px) {
  .home--services .title,
  .home--services__mobile .title {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    font-size: 2.5rem;
  }
}

.home--services__mobile .title {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
}

.home--services .list {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}

.home--services .list__item {
  display: flex;
  flex-grow: 1;
  cursor: default;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.home--services .list__item-col {
  align-items: center;
  color: rgba(238,238,238,0.72);
  flex: 1;
}

.home--services .grow-2 {
  flex: 2;
}

.home--services .grow-3 {
  flex: 3;
}

.home--services .list__item-col img {
  display: inline-flex;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.home--services .list__item .item-title {
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(238,238,238,0.8);
}

.home--services__mobile .container__mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 52px);
}

.home--services__mobile .services--card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.16);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.home--services__mobile .services--title {
  margin-bottom: 0.125rem;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 10%;
  color: rgba(238,238,238,0.8);
}

.home--services__mobile .services--disciplines {
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: rgba(238,238,238,0.6);
}

.home--services__mobile .services--apps {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}

.home--services__mobile .services--time {
  font-size: 0.875rem;
}

.home--testimonials {
  position: relative;
  display: none;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 640px) {
  .home--testimonials {
    display: flex;
  }
}

.home--testimonials::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 1;
}

@media (min-width: 640px) {
  .home--testimonials::before {
    display: block;
  }
}

.home--testimonials::before {
  animation: pulse 2.4s ease-in-out infinite;
  background: url("../img/tiled-patterns.webp") no-repeat center center;
  content: "";
}

.home--testimonials .title,
  .home--testimonials__mobile .title {
  position: relative;
  margin-bottom: 1rem;
  max-width: 320px;
  text-align: center;
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  background: linear-gradient(135deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 640px) {
  .home--testimonials .title,
  .home--testimonials__mobile .title {
    max-width: 558px;
    font-size: 4rem;
  }
}

.home--testimonials .description,
  .home--testimonials__mobile .description {
  max-width: 260px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.3;
  color: rgba(238,238,238,0.72);
}

@media (min-width: 640px) {
  .home--testimonials .description,
  .home--testimonials__mobile .description {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

.home--testimonials .testimonial__item {
  position: absolute;
}

.home--testimonials .testimonial-card {
  width: 240px;
  max-width: 240px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 35 47 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(238,238,238,0.8);
  -webkit-text-fill-color: initial;
}

.testimonial-card p {
  margin-bottom: 0.75rem;
}

.testimonial-card .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  line-height: 1.25;
}

.testimonial-card .author-img {
  height: 2rem;
  width: 2rem;
}

.testimonial-card .author-name {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.testimonial-card .author-brand {
  font-family: PP Fraktion Mono, monospace;
  font-size: 0.75rem;
}

.scroller-x {
  width: 100vw;
  max-width: 100%;
  overflow-x: hidden;
}

.scroller-x .track {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  will-change: transform;
  animation: infinite-scroll-left 40s linear infinite;
}

.home--testimonials__mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home--testimonials__mobile::before {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .home--testimonials__mobile::before {
    display: none;
  }
}

.home--testimonials__mobile::before {
  animation: pulse 2.4s ease-in-out infinite;
  background: url("../img/tiled-patterns.webp") no-repeat center center;
  content: "";
}

.home--testimonials__mobile .description {
  margin-bottom: 1.75rem;
}

.testimonial-item__mobile {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: 280px;
  max-width: 280px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 35 47 / var(--tw-bg-opacity, 1));
  text-align: left;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(238,238,238,0.8);
  -webkit-text-fill-color: initial;
}

.testimonial-card__mobile {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.testimonial-card__mobile p {
  font-size: 0.9375rem;
}

.author__mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  line-height: 1.25;
}

.author__mobile .author-img__mobile {
  height: 2rem;
  width: 2rem;
}

.author__mobile .author-name__mobile {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.author__mobile .author-brand__mobile {
  font-family: PP Fraktion Mono, monospace;
  font-size: 0.75rem;
}

.home--pricing {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home--pricing .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 320px;
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 2rem;
  background: linear-gradient(135deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 640px) {
  .home--pricing .title {
    margin-bottom: 3rem;
    max-width: none;
    font-size: 3.5rem;
  }
}

.home--pricing .plans {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .home--pricing .plans {
    width: auto;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.home--pricing .plans--item {
  margin-left: auto;
  margin-right: auto;
  width: 87.27272727%;
  max-width: 340px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 2px;
  border-color: rgba(255,255,255,0.16);
  background-color: rgba(255,255,255,0.04);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .home--pricing .plans--item {
    width: 380px;
    max-width: none;
  }
}

.home--pricing .plans--item {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.home--pricing .plan--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home--pricing .popular {
  border-top-width: 2px;
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.home--pricing .plan--label {
  display: inline-flex;
  height: 1.5rem;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(255,255,255,0.08);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(238,238,238,1);
}

.home--pricing .plan--title {
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .home--pricing .plan--title {
    font-size: 1.625rem;
  }
}

.home--pricing .plan--price {
  margin-bottom: 1.25rem;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.home--pricing .plans--item li {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .home--pricing .plans--item li {
    font-size: 1.25rem;
  }
}

.home--pricing .plans--item li svg {
  margin-right: 7px;
  display: inline-flex;
}

@media (min-width: 640px) {
  .home--pricing .plans--item li svg {
    margin-right: 0.625rem;
  }
}

.home--pricing .btn {
  margin-top: 1.75rem;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.28);
  background-color: rgba(255,255,255,0.16);
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .home--pricing .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.home--pricing .btn {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.btn.brand-yellow-gradient {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: linear-gradient(
      to bottom,
      rgba(255, 206, 50, 1) 0%,
      rgba(195, 150, 11, 1) 100%
    );
}

.btn.brand-yellow-gradient:hover {
  background: linear-gradient(
      to bottom,
      rgba(255, 206, 50, 1) 0%,
      rgba(221, 170, 10, 1) 100%
    );
}

.success--container {
  width: 100%;
  max-width: 461px;
  border-radius: 0.5rem;
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.success--container .container--header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  padding-top: 0.625rem;
  text-align: center;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(238,238,238,0.64);
}

.success--container .container--body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.success--container .list--item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: calc(100% - 32px);
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.success--container .button {
  display: flex;
  height: 32px;
  width: 80px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.08);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.page--success {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100vh;
  width: calc(100% - 52px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page--success .btn {
  display: flex;
  height: 40px;
  width: 160px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.page--planner,
  .page--trial {
  padding-bottom: 80px;
  padding-top: 100px;
}

.page--planner .heading,
  .page--trial .heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 364px;
  padding-left: 0.5rem;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.page--planner .container,
  .page--trial .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 364px;
  border-radius: 0.5rem;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.16);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.page--planner form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
}

.optional {
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
}

input[type="email"],
  input[type="tel"],
  input[type="text"],
  .page--planner select {
  height: 44px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus {
  border-color: rgba(255,255,255,0.2);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    );
}

input[type="checkbox"] {
  margin-right: 0.125rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 3px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.24);
}

.page--planner .radio {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.6);
}

.page--planner .radio:hover {
  color: rgba(255,255,255,0.8);
}

.page--planner .radio.selected {
  border-color: transparent;
  background-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
}

.page--planner .checkbox-label {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
}

.page--planner .custom-checkbox {
  margin-right: 0.125rem;
  display: flex;
  height: 0.75rem;
  width: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.24);
}

.page--planner .custom-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.page--planner textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page--planner textarea:focus {
  border-color: rgba(255,255,255,0.2);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    );
}

.page--planner button[type="submit"] {
  margin-top: 1rem;
  height: 44px;
  width: 100%;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 500;
}

.custom-select {
  position: relative;
}

.custom-select .arrow {
  position: absolute;
  right: 1rem;
  top: 45%;
  z-index: 10;
  height: 5px;
  width: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
  background: url("../img/arrow-down.svg") center center no-repeat;
}

.page--blog .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 946px;
}

.page--blog h1 {
  font-size: 1.75rem;
}

.page--blog .list--posts__featured {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page--blog .card {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 16px;
  background-color: rgba(255,255,255,0.04);
}

.page--blog .card:hover:hover {
  color: inherit;
}

.page--blog .card .post-img {
  height: auto;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  opacity: 0.02;
}

.page--blog .card .post-category {
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.875rem;
}

.page--blog .card .post-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.page--blog .card .post-pfp {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  background-color: rgba(255,255,255,0.08);
}

.page--blog .list--posts .card {
  display: flex;
  height: 56px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.page--web-design .hero {
  margin-top: 80px;
  display: flex;
  height: 800px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 640px) {
  .page--web-design .hero {
    margin-top: 0px;
  }
}

.page--web-design .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.page--web-design .hero-img {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.page--web-design .hero-img::before {
  position: absolute;
  top: -100px;
  left: 200px;
  z-index: 10;
  height: 971px;
  width: 1017px;
  background: url(../img/web-design-hero-bg.webp) center center no-repeat;
  background-size: cover;
  content: "";
}

.page--web-design .hero p {
  max-width: 461px;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.5);
}

@media (min-width: 640px) {
  .page--web-design .hero p {
    font-size: 1.125rem;
  }
}

.page--web-design .hero input[type="text"] {
  font-size: 1.0625rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .page--web-design .hero input[type="text"] {
    font-size: 1.1875rem;
  }
}

.page--web-design .hero input[type="text"]:focus {
  border-color: rgba(255,255,255,0.2);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    );
}

.page--web-design .hero .btn {
  display: flex;
  height: 48px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: linear-gradient(to bottom, #ffce32, #ddaa0a);
}

.page--web-design .counter {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 640px) {
  .page--web-design .counter {
    font-size: 2.5rem;
  }
}

.page--web-design .image-scroller img {
  --tw-scale-x: 0.86;
  --tw-scale-y: 0.86;
  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));
}

.page--web-design .usp .card {
  display: flex;
  height: 320px;
  width: 100%;
  flex-grow: 1;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.16);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .page--web-design .usp .card {
    width: 33.333333%;
    font-size: 1.3125rem;
  }
}

.page--web-design .usp .card {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.page--web-design .usp .btn--ellipse {
  display: flex;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  background-color: transparent;
  font-weight: 400;
  line-height: 1;
  color: rgba(255,255,255,0.5);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page--web-design .usp .card:hover .btn--ellipse {
  border-color: transparent;
  background-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8);
}

.page--web-design .compare {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px) {
  .page--web-design .compare {
    gap: 60px;
  }
}

.page--web-design .compare .description {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  font-size: 1.375rem;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .page--web-design .compare .description {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.4;
  }
}

.page--web-design .comparison-table {
  padding-left: 26px;
  padding-right: 26px;
}

@media (min-width: 640px) {
  .page--web-design .comparison-table {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.page--web-design .comparison-table .row--header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 768px;
  flex-direction: row;
  gap: 0px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.12);
  font-family: PP Fragment Serif, Georgia, serif;
}

.page--web-design .comparison-table .row {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 768px;
  flex-direction: row;
  gap: 0px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.12);
}

.page--web-design .comparison-table .cell {
  display: flex;
  width: 50%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .page--web-design .comparison-table .cell {
    padding: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page--web-design .comparison-table .row--header .cell {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1875rem;
}

@media (min-width: 640px) {
  .page--web-design .comparison-table .row--header .cell {
    font-size: 1.5rem;
  }
}

.page--trial {
  display: flex;
  flex-direction: row;
}

.cta--trial {
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
  height: auto;
  max-width: 946px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.16);
  background-color: rgba(255,255,255,0.1);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .cta--trial {
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.cta--trial {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
    );
}

.cta--trial li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cta--trial li::before {
  position: absolute;
  left: -0px;
  color: rgba(255,255,255,0.32);
  --tw-content: '•';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .cta--trial li {
    padding-left: 0.875rem;
    font-size: 1.1875rem;
  }
}

.cta--trial .btn {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  background: linear-gradient(to bottom, #ffce32, #ddaa0a);
}

.marquee--clients {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 946px;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  border-color: rgba(255,255,255,0.18);
}

.marquee--clients::before {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background: linear-gradient(
      to right,
      rgba(5, 10, 24, 1) 0%,
      rgba(5, 10, 24, 0) 25%,
      rgba(5, 10, 24, 0) 75%,
      rgba(5, 10, 24, 1) 100%
    );
  content: "";
}

.marquee--clients img {
  width: auto;
}

.popover {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  display: flex;
  width: 88.18181818%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 24px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.02);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .popover {
    width: 400px;
    gap: 1rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.popover--title {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .popover--title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.popover ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .popover ul {
    gap: 1rem;
  }
}

.popover li {
  width: 100%;
  border-radius: 0.5rem;
  background-color: rgba(255,255,255,0.08);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.popover li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  color: rgba(255,255,255,0.6);
}

.popover--form {
  position: fixed;
  top: 0px !important;
  z-index: 100;
  display: flex;
  height: 100dvh;
  width: 100vw;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(5,10,24,0.88);
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.popover--form .content {
  display: flex;
  width: 100%;
  max-width: calc(100vw - 52px);
  flex-direction: column;
  border-radius: 0.5rem;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .popover--form .content {
    max-width: 728px;
    flex-direction: row;
  }
}

.popover--form .content {
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.popover--form .container--form {
  width: 100%;
  border-radius: 0.5rem;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.16);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .popover--form .container--form {
    width: 50%;
  }
}

.popover--form .container--form {
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0)
    );
}

.popover--form .title {
  margin-bottom: 1rem;
  font-family: PP Fragment Serif, Georgia, serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.popover--form ul {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.popover--form li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: rgba(255,255,255,0.5);
}

.popover--form li::before {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 15px;
  width: 15px;
  background: url(../img/checkmark-dark.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.popover--form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.popover--form .btn {
  height: 2.75rem;
}

footer .content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1140px;
  flex-direction: column;
  border-radius: 26px;
  border-top-width: 1px;
  border-color: rgba(255,255,255,0.2);
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

footer .row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 1.5rem;
}

@media (min-width: 640px) {
  footer .row {
    flex-direction: row;
  }
}

footer .left {
  max-width: 364px;
  line-height: 1.3;
  color: rgba(242,242,242,0.52);
}

footer .logo {
  height: 18px;
  width: auto;
}

@media (min-width: 640px) {
  footer .logo {
    height: 20px;
  }
}

footer .left p {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

@media (min-width: 640px) {
  footer .left p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

footer .left ul {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

footer .list__col {
  max-width: 170px;
}

footer .left li {
  margin-bottom: 7px;
  font-size: 0.9375rem;
  line-height: 1.2;
}

@media (min-width: 640px) {
  footer .left li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

footer .left li:last-child {
  margin-bottom: 0px;
}

.footer--form {
  width: 100%;
  border-radius: 0.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-color: rgba(255,255,255,0.2);
}

@media (min-width: 640px) {
  .footer--form {
    width: 416px;
  }
}

.footer--form .form__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.form__header button,
  .form__header .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: PP Fraktion Sans, system-ui, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(238,238,238,0.64);
}

@media (min-width: 640px) {
  .form__header button,
  .form__header .btn {
    font-size: 0.8125rem;
  }
}

.form__header .btn img {
  opacity: 0.5;
}

.form__header button:hover,
  .form__header .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form__header .btn:hover img {
  opacity: 1;
}

.form__header button.active {
  color: rgba(238,238,238,1);
}

.form__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.form__body p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.15;
  color: rgba(238,238,238,0.8);
}

.footer--form input,
  .footer--form select {
  height: 44px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  color: rgba(238,238,238,0.8);
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.04) 100%
    );
}

.footer--form select {
  width: 100%;
  padding-right: 49px;
}

.footer--form .select {
  position: relative;
  display: flex;
}

.footer--form .select::after {
  position: absolute;
  right: 14px;
  top: 46%;
  display: inline-block;
  height: 5px;
  width: 10px;
}

@media (min-width: 640px) {
  .footer--form .select::after {
    top: 50%;
    height: 3px;
    width: 6px;
  }
}

.footer--form .select::after {
  background: url("../img/arrow-down.svg") no-repeat center center;
  content: "";
}

.footer--form button[type="submit"] {
  height: 44px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255,255,255,0.12);
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .footer--form button[type="submit"] {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer--form button[type="submit"] {
  background: linear-gradient(
      to bottom,
      rgba(255, 206, 50, 0) 0%,
      rgba(255, 206, 50, 0.16) 100%
    );
}

.footer--form button[type="submit"]:hover {
  cursor: pointer;
  background: linear-gradient(
      to bottom,
      rgba(255, 206, 50, 0.04) 0%,
      rgba(255, 206, 50, 0.2) 100%
    );
}

footer .logo {
  margin-bottom: 1.25rem;
  opacity: 0.5;
}

footer .copyright {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: rgba(242,242,242,0.32);
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-6 {
  left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-16px\] {
  right: -16px;
}

.right-\[-28px\] {
  right: -28px;
}

.right-\[-48px\] {
  right: -48px;
}

.right-\[-60px\] {
  right: -60px;
}

.right-\[14px\] {
  right: 14px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-6 {
  top: 1.5rem;
}

.top-\[-1\.5px\] {
  top: -1.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-\[26px\] {
  margin-left: 26px;
  margin-right: 26px;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[28px\] {
  margin-top: 28px;
  margin-bottom: 28px;
}

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[28px\] {
  margin-left: 28px;
}

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[7px\] {
  margin-right: 7px;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[558\/457\] {
  aspect-ratio: 558/457;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[100dvh\] {
  height: 100dvh;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-1 {
  width: 0.25rem;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[57\.5px\] {
  width: 57.5px;
}

.w-\[67\.04545455\%\] {
  width: 67.04545455%;
}

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

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

.w-\[87\.27272727\%\] {
  width: 87.27272727%;
}

.w-\[88\.18181818\%\] {
  width: 88.18181818%;
}

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

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

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

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

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

.w-\[max-content\] {
  width: -moz-max-content;
  width: max-content;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-80 {
  max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100vw-52px\)\] {
  max-width: calc(100vw - 52px);
}

.max-w-\[calc\(100vw-80px\)\] {
  max-width: calc(100vw - 80px);
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

.\!flex-shrink {
  flex-shrink: 1 !important;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.\!grow-0 {
  flex-grow: 0 !important;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

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

.border-collapse {
  border-collapse: collapse;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-3deg\] {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.86\] {
  --tw-scale-x: 0.86;
  --tw-scale-y: 0.86;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.95\] {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.\!gap-1 {
  gap: 0.25rem !important;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[2rem\] {
  gap: 2rem;
}

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

.gap-x-\[2px\] {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-\[32px\] {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}

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

.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}

.rounded-tl-\[12px\] {
  border-top-left-radius: 12px;
}

.rounded-tl-\[16px\] {
  border-top-left-radius: 16px;
}

.rounded-tl-\[24px\] {
  border-top-left-radius: 24px;
}

.rounded-tl-\[26px\] {
  border-top-left-radius: 26px;
}

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

.rounded-tr-\[12px\] {
  border-top-right-radius: 12px;
}

.rounded-tr-\[16px\] {
  border-top-right-radius: 16px;
}

.rounded-tr-\[24px\] {
  border-top-right-radius: 24px;
}

.rounded-tr-\[26px\] {
  border-top-right-radius: 26px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-\[rgba\(255\2c 255\2c 255\2c \.12\)\] {
  border-color: rgba(255,255,255,.12);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\] {
  border-color: rgba(255,255,255,0.12);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\] {
  border-color: rgba(255,255,255,0.16);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.18\)\] {
  border-color: rgba(255,255,255,0.18);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: rgba(255,255,255,0.2);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.24\)\] {
  border-color: rgba(255,255,255,0.24);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.28\)\] {
  border-color: rgba(255,255,255,0.28);
}

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

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

.bg-\[\#050a18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#10131f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 19 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#191E2A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 30 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1f232f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 35 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#46413c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 65 60 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cf9f07\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 159 7 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.02\)\] {
  background-color: rgba(255,255,255,0.02);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  background-color: rgba(255,255,255,0.04);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  background-color: rgba(255,255,255,0.08);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: rgba(255,255,255,0.1);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.12\)\] {
  background-color: rgba(255,255,255,0.12);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.16\)\] {
  background-color: rgba(255,255,255,0.16);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.18\)\] {
  background-color: rgba(255,255,255,0.18);
}

.bg-\[rgba\(5\2c 10\2c 24\2c 0\.4\)\] {
  background-color: rgba(5,10,24,0.4);
}

.bg-\[rgba\(5\2c 10\2c 24\2c 0\.88\)\] {
  background-color: rgba(5,10,24,0.88);
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-brand-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 50 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white-16 {
  background-color: rgba(255, 255, 255, 0.16);
}

.bg-none {
  background-image: none;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.pl-7 {
  padding-left: 1.75rem;
}

.pr-\[49px\] {
  padding-right: 49px;
}

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

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

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

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

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

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

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

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

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

.\!text-left {
  text-align: left !important;
}

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

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

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

.font-alt-sans {
  font-family: PP Fraktion Sans, system-ui, sans-serif;
}

.font-mono {
  font-family: PP Fraktion Mono, monospace;
}

.font-sans {
  font-family: Inter, system-ui, sans-serif;
}

.font-serif {
  font-family: PP Fragment Serif, Georgia, serif;
}

.\!text-\[0\.9375rem\] {
  font-size: 0.9375rem !important;
}

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

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

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

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

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

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

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

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

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

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

.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.1875rem\] {
  font-size: 1.1875rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.625rem\] {
  font-size: 1.625rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

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

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

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

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

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

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

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

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

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

.text-size-12 {
  font-size: 0.75rem;
}

.text-size-13 {
  font-size: 0.8125rem;
}

.text-size-68 {
  font-size: 4.25rem;
}

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

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

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

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

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

.tracking-normal {
  letter-spacing: 0em;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#57b9ff\] {
  --tw-text-opacity: 1;
  color: rgb(87 185 255 / var(--tw-text-opacity, 1));
}

.text-\[\#696C74\] {
  --tw-text-opacity: 1;
  color: rgb(105 108 116 / var(--tw-text-opacity, 1));
}

.text-\[\#696c74\] {
  --tw-text-opacity: 1;
  color: rgb(105 108 116 / var(--tw-text-opacity, 1));
}

.text-\[\#7bfbbb\] {
  --tw-text-opacity: 1;
  color: rgb(123 251 187 / var(--tw-text-opacity, 1));
}

.text-\[\#9cdcff\] {
  --tw-text-opacity: 1;
  color: rgb(156 220 255 / var(--tw-text-opacity, 1));
}

.text-\[\#eee\] {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(238\2c 238\2c 238\2c 0\.32\)\] {
  color: rgba(238,238,238,0.32);
}

.text-\[rgba\(238\2c 238\2c 238\2c 0\.6\)\] {
  color: rgba(238,238,238,0.6);
}

.text-\[rgba\(238\2c 238\2c 238\2c 0\.64\)\] {
  color: rgba(238,238,238,0.64);
}

.text-\[rgba\(238\2c 238\2c 238\2c 0\.72\)\] {
  color: rgba(238,238,238,0.72);
}

.text-\[rgba\(238\2c 238\2c 238\2c 0\.8\)\] {
  color: rgba(238,238,238,0.8);
}

.text-\[rgba\(238\2c 238\2c 238\2c 1\)\] {
  color: rgba(238,238,238,1);
}

.text-\[rgba\(242\2c 242\2c 242\2c 0\.32\)\] {
  color: rgba(242,242,242,0.32);
}

.text-\[rgba\(242\2c 242\2c 242\2c 0\.52\)\] {
  color: rgba(242,242,242,0.52);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(255,255,255,0.5);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  color: rgba(255,255,255,0.6);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  color: rgba(255,255,255,0.8);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.88\)\] {
  color: rgba(255,255,255,0.88);
}

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

.text-eee-80 {
  color: rgba(238, 238, 238, 0.8);
}

.text-eee-88 {
  color: rgba(238, 238, 238, 0.88);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[0\.02\] {
  opacity: 0.02;
}

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

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

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

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

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

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

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

.will-change-transform {
  will-change: transform;
}

.cursor {
  display: none;
}

.text-gradient-left {
  background: linear-gradient(135deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-radial {
  background: radial-gradient(
      circle,
      rgba(238, 238, 238, 0.8),
      rgba(238, 238, 238, 0.5)
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-right {
  background: linear-gradient(315deg, #eee 0%, rgba(238, 238, 238, 0.4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anim-wipe {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 24 / var(--tw-bg-opacity, 1));
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.anim-blink {
  animation: blink 1s infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.anim-rotate {
  animation: rotate 2s linear infinite;
}

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

  50% {
    opacity: 0.32;
  }
}

.anim-infinite-scroll-left {
  animation: infinite-scroll-left 40s linear infinite;
}

@keyframes infinite-scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

.before\:-left-0::before {
  content: var(--tw-content);
  left: -0px;
}

.before\:text-\[rgba\(255\2c 255\2c 255\2c 0\.32\)\]::before {
  content: var(--tw-content);
  color: rgba(255,255,255,0.32);
}

.before\:content-\[\'\2022\'\]::before {
  --tw-content: '•';
  content: var(--tw-content);
}

.checked\:bg-blue-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:top-\[-2px\] {
    top: -2px;
  }

  .sm\:top-\[50\%\] {
    top: 50%;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

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

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

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

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .sm\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-w-\[calc\(100vw-64px\)\] {
    max-width: calc(100vw - 64px);
  }

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .sm\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

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

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

  .sm\:text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }

  .sm\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .sm\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }

  .sm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .sm\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .sm\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .sm\:text-\[1\.3125rem\] {
    font-size: 1.3125rem;
  }

  .sm\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .sm\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .sm\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .sm\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .sm\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .sm\:text-\[4rem\] {
    font-size: 4rem;
  }

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

  .sm\:text-size-13 {
    font-size: 0.8125rem;
  }

  .sm\:text-size-68 {
    font-size: 4.25rem;
  }

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

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .sm\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .sm\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .sm\:text-gradient-radial {
    background: radial-gradient(
      circle,
      rgba(238, 238, 238, 0.8),
      rgba(238, 238, 238, 0.5)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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