@font-face {
  font-family: "Gothic";
  font-weight: 400;
  src: url(./fonts/Gothic.ttf);
}
@font-face {
  font-family: "Gothic";
  font-weight: 600;
  src: url(./fonts/GOTHICB0.TTF);
}
@font-face {
  font-family: "Superior";
  font-weight: 400;
  src: url(./fonts/SuperiorTitle.otf);
}

body {
  font-family: Gothic, sans-serif;
}

main {
  min-height: 85vh;
}

.full-page-menu {
  z-index: 100;
  grid-column-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-link {
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.menu-button_bullet {
  background-color: #fff;
  border-radius: 20px;
  width: 6px;
  height: 6px;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-links-wrapper {
  grid-column-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scrolldown {
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  border: calc(var(--sizeX) / 10) solid #273a3b;
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .scrolldown {
    transform: scale(0.7);
  }
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #273a3b;
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #2a547066;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }

  40% {
    opacity: 1;
    height: 10px;
  }

  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }

  100% {
    height: 3px;
    opacity: 0;
  }
}

.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid #273a3b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
  animation: pulse54012 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
  animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.5;
  }
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.15s ease;
}

.button::before,
.button::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #6d7d6b;
  transition: all 0.15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 32px;
  color: #fff;
  background-color: #6d7d6b;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #6d7d6b;
}

.button_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #6d7d6b;
  transition: all 0.2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #273a3b;
  transform: skew(-15deg);
  transition: all 0.2s ease;
}

.button_text {
  position: relative;
}

.button:hover {
  color: #6d7d6b;
}

.button:hover .button_sl {
  width: calc(100% + 15px);
}

.button:hover .button_lg::after {
  background-color: #fff;
}

.pattern {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.798 13.573C-3.149 12.533-1.446 11.306 0 10c2.812-2.758 6.18-4.974 10-5 4.183.336 7.193 2.456 10 5 2.86 2.687 6.216 4.952 10 5 4.185-.315 7.35-2.48 10-5 1.452-1.386 3.107-3.085 4.793-4.176'  stroke-width='2' stroke='hsla(183, 20%, 19%, 0.06)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-6,-2)' fill='url(%23a)'/></svg>");
}
.swiper.is-team {
  overflow: visible;
}
.team_link:hover .image {
  filter: saturate(0%);
}
.swiper-wrapper.is-team * {
  user-select: none;
}
.team_photo-height {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.6s;
}
.team_link:hover .team_color {
  opacity: 1;
}

@media (pointer: fine) {
  .cursor {
    display: flex;
  }
  .team_photo-height.scaled {
    clip-path: polygon(4% 4%, 96% 4%, 96% 96%, 4% 96%);
    transition: all 0.6s;
  }
}

/* Popup */
.popup_gradient {
  pointer-events: none;
}
html:not(.w-editor) .loader {
  display: flex;
}
.popup_bg,
.popup_content,
.popup_close {
  opacity: 0;
}
.popup_item {
  display: none;
}
.popup_item.active {
  display: block;
}

.swiper.is-team {
  width: 100%;
  position: relative;
}

.swiper-wrapper.is-team {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.is-team {
  width: 34.11%;
  flex: none;
  margin-right: 9.37%;
}

.team_header-spacer {
  padding-bottom: 1em;
}

.team_photo-height {
  width: 100%;
  aspect-ratio: 16/11;
  position: relative;
}

.team_name-info {
  padding-top: 1.84em;
}

.team_header-flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.1em;
  display: flex;
}

.team_link {
  width: 100%;
  cursor: pointer;
}

.team_color {
  z-index: 3;
  opacity: 0;
  mix-blend-mode: saturation;
  background-color: #000;
  transition: opacity 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor_dot {
  width: 9em;
  height: 9em;
  opacity: 0;
  background-color: rgba(32, 39, 25, 0.07);
  border-radius: 50%;
  padding: 2px;
  font-size: 0.8rem;
  transition: all 0.25s;
}

.cursor_dot-fill {
  width: 100%;
  height: 100%;
  background-color: var(--floral-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  display: flex;
}

.cursor_svg {
  width: 60%;
  opacity: 1;
  transition: opacity 0.15s;
}

.news_link {
  width: 100%;
  padding-top: 1.56em;
  padding-bottom: 1.56em;
  position: relative;
}

.popup {
  z-index: 4000;
  width: 100%;
  height: 100vh;
  color: var(--floral-white);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_bg {
  z-index: 1;
  width: 100%;
  height: 200vh;
  background-color: var(--black);
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.popup_wrapper {
  z-index: 2;
  position: relative;
}

.popup_list {
  width: 100%;
  height: 100vh;
}

.popup_item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.popup_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.popup_img-height {
  width: 100%;
  height: 100%;
}

.popup_visual {
  width: 45%;
  height: 100vh;
  position: relative;
}

.popup_content {
  width: 55%;
  height: 100vh;
  position: relative;
}

.popup_flex {
  width: 100%;
  height: 100vh;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.popup_content-contain {
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding: 25vh 7.9em 10em;
  position: relative;
  overflow: scroll;
}

.popup_name-wrap {
  padding-bottom: 2.7em;
}

.rich p {
  margin-bottom: 1.3em;
}

.popup_gradient {
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(39 58 59 / 0),
    rgba(39 58 59 / 0.2) 58%,
    rgba(39 58 59 / 0.5) 95%
  );
  padding-top: 15%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_close {
  z-index: 10;
  color: var(--goldenrod);
  background-color: #dee1e1;
  justify-content: center;
  align-items: center;
  margin: 0.8em;
  transition: color 0.2s, background-color 0.2s, transform 0.2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup_close:hover {
  background-color: var(--floral-white);
  color: var(--firebrick);
  transform: scale(0.9);
}

.popup_close-x {
  width: 40%;
  height: 40%;
}

.div-block {
  filter: saturate(0%);
}

@media screen and (max-width: 767px) {
  .swiper-slide.is-team {
    width: 50%;
    margin-right: 4.37%;
  }

  .team_header-flex {
    display: block;
  }

  .news_link {
    padding-top: 2.26em;
    padding-bottom: 2.26em;
  }

  .popup_visual {
    width: 100%;
    height: 70vw;
  }

  .popup_content {
    width: 100%;
    height: auto;
  }

  .popup_flex {
    display: block;
    overflow: scroll;
  }

  .popup_content-contain {
    height: auto;
    padding: 5em 6vw 15em;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .swiper-slide.is-team {
    width: 80%;
  }
}


*, ::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 */
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
  }
  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */
  body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
  }
  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */
  hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }
  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  abbr:where([title]) {
    text-decoration: underline dotted;
  }
  /*
  Remove the default font size and weight for headings.
  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */
  a {
    color: inherit;
    text-decoration: inherit;
  }
  /*
  Add the correct font weight in Edge and Safari.
  */
  b,
  strong {
    font-weight: bolder;
  }
  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
  }
  /*
  Add the correct font size in all browsers.
  */
  small {
    font-size: 80%;
  }
  /*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */
  table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
  }
  /*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
  }
  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */
  button,
  select {
    text-transform: none;
  }
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */
  button,
  input:where([type='button']),
  input:where([type='reset']),
  input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
  }
  /*
  Use the modern Firefox focus style for all focusable elements.
  */
  :-moz-focusring {
    outline: auto;
  }
  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */
  :-moz-ui-invalid {
    box-shadow: none;
  }
  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */
  progress {
    vertical-align: baseline;
  }
  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  /*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */
  [type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /*
  Add the correct display in Chrome and Safari.
  */
  summary {
    display: list-item;
  }
  /*
  Removes the default spacing and border for appropriate elements.
  */
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }
  fieldset {
    margin: 0;
    padding: 0;
  }
  legend {
    padding: 0;
  }
  ol,
  ul,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /*
  Reset default styling for dialogs.
  */
  dialog {
    padding: 0;
  }
  /*
  Prevent resizing textareas horizontally by default.
  */
  textarea {
    resize: vertical;
  }
  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */
  input::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;
  }
  .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;
    }
  }

  .-top-\[500px\] {
    top: -500px;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .h-9 {
    height: 2.25rem;
  }
  .max-h-\[36px\] {
    max-height: 36px;
  }
  .w-9 {
    width: 2.25rem;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .max-w-\[36px\] {
    max-width: 36px;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: 0.25rem;
  }
  .overflow-auto {
    overflow: auto;
  }
  .\!rounded-full {
    border-radius: 9999px!important;
  }
  .rounded-full {
    border-radius: 9999px;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: 0.25rem;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-medium {
    font-weight: 500;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .leading-normal {
    line-height: 1.5;
  }
  .text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }
  .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .hover\:bg-black\/10:hover {
    background-color: rgb(0 0 0 / 0.1);
  }
  .hover\:bg-gray-900\/10:hover {
    background-color: rgb(17 24 39 / 0.1);
  }
  .hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }
  .focus\:bg-black\/10:focus {
    background-color: rgb(0 0 0 / 0.1);
  }
  .focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }
  .focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .active\:bg-black\/10:active {
    background-color: rgb(0 0 0 / 0.1);
  }
  .active\:bg-gray-900\/20:active {
    background-color: rgb(17 24 39 / 0.2);
  }
  .active\:bg-opacity-80:active {
    --tw-bg-opacity: 0.8;
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:opacity-50:disabled {
    opacity: 0.5;
  }
  .disabled\:shadow-none:disabled {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-1\.5 {
    top: -0.375rem;
  }
  .-top-12 {
    top: -3rem;
  }
  .bottom-5 {
    bottom: 1.25rem;
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-1\/3 {
    left: 33.333333%;
  }
  .right-0 {
    right: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .-z-10 {
    z-index: -10;
  }
  .-z-20 {
    z-index: -20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mb-2 {
    margin-bottom: 0.5rem;
  }
  .mb-20 {
    margin-bottom: 5rem;
  }
  .mb-3 {
    margin-bottom: 0.75rem;
  }
  .mb-32 {
    margin-bottom: 8rem;
  }
  .mt-10 {
    margin-top: 2.5rem;
  }
  .mt-2 {
    margin-top: 0.5rem;
  }
  .mt-20 {
    margin-top: 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;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .inline-block {
    display: inline-block;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-\[426\/566\] {
    aspect-ratio: 426/566;
  }
  .aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: 16 / 9;
  }
  .size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .h-0\.5 {
    height: 0.125rem;
  }
  .h-10 {
    height: 2.5rem;
  }
  .h-11 {
    height: 2.75rem;
  }
  .h-14 {
    height: 3.5rem;
  }
  .h-20 {
    height: 5rem;
  }
  .h-24 {
    height: 6rem;
  }
  .h-5 {
    height: 1.25rem;
  }
  .h-60 {
    height: 15rem;
  }
  .h-80 {
    height: 20rem;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-\[2lh\] {
    height: 2lh;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .w-0 {
    width: 0px;
  }
  .w-14 {
    width: 3.5rem;
  }
  .w-2\/3 {
    width: 66.666667%;
  }
  .w-24 {
    width: 6rem;
  }
  .w-40 {
    width: 10rem;
  }
  .w-5 {
    width: 1.25rem;
  }
  .w-\[200\%\] {
    width: 200%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: 48rem;
  }
  .max-w-screen-2xl {
    max-width: 1536px;
  }
  .max-w-screen-xl {
    max-width: 1280px;
  }
  .max-w-xl {
    max-width: 36rem;
  }
  .-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-6 {
    --tw-translate-y: -1.5rem;
    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-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .scale-\[0\.4\] {
    --tw-scale-x: 0.4;
    --tw-scale-y: 0.4;
    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\.8\] {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: 2.5rem;
  }
  .gap-2 {
    gap: 0.5rem;
  }
  .gap-3 {
    gap: 0.75rem;
  }
  .gap-4 {
    gap: 1rem;
  }
  .gap-5 {
    gap: 1.25rem;
  }
  .gap-6 {
    gap: 1.5rem;
  }
  .gap-x-4 {
    column-gap: 1rem;
  }
  .gap-y-2 {
    row-gap: 0.5rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!overflow-visible {
    overflow: visible!important;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-2xl {
    border-radius: 1rem;
  }
  .rounded-3xl {
    border-radius: 1.5rem;
  }
  .rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }
  .border {
    border-width: 1px;
  }
  .border-2 {
    border-width: 2px;
  }
  .border-b {
    border-bottom-width: 1px;
  }
  .border-t {
    border-top-width: 1px;
  }
  .border-olive\/30 {
    border-color: rgb(110 126 108 / 0.3);
  }
  .border-teal\/5 {
    border-color: rgb(39 58 59 / 0.05);
  }
  .border-teal\/70 {
    border-color: rgb(39 58 59 / 0.7);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/15 {
    border-color: rgb(255 255 255 / 0.15);
  }
  .bg-\[\#dee1e1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(222 225 225 / var(--tw-bg-opacity, 1));
  }
  .bg-lightolive\/15 {
    background-color: rgb(109 125 107 / 0.15);
  }
  .bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(39 58 59 / var(--tw-bg-opacity, 1));
  }
  .bg-teal\/15 {
    background-color: rgb(39 58 59 / 0.15);
  }
  .bg-teal\/5 {
    background-color: rgb(39 58 59 / 0.05);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .from-olive\/35 {
    --tw-gradient-from: rgb(110 126 108 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(110 126 108 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .to-olive\/10 {
    --tw-gradient-to: rgb(110 126 108 / 0.1) var(--tw-gradient-to-position);
  }
  .to-white\/35 {
    --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
  }
  .bg-clip-border {
    background-clip: border-box;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[38\%\] {
    object-position: 38%;
  }
  .p-3 {
    padding: 0.75rem;
  }
  .p-4 {
    padding: 1rem;
  }
  .p-5 {
    padding: 1.25rem;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .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;
  }
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .pb-1\.5 {
    padding-bottom: 0.375rem;
  }
  .pb-20 {
    padding-bottom: 5rem;
  }
  .pr-10 {
    padding-right: 2.5rem;
  }
  .pt-10 {
    padding-top: 2.5rem;
  }
  .pt-4 {
    padding-top: 1rem;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-superior {
    font-family: Superior, serif;
  }
  .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-\[11px\] {
    font-size: 11px;
  }
  .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-bold {
    font-weight: 700;
  }
  .font-medium {
    font-weight: 500;
  }
  .font-normal {
    font-weight: 400;
  }
  .font-semibold {
    font-weight: 600;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!leading-tight {
    line-height: 1.25!important;
  }
  .leading-6 {
    line-height: 1.5rem;
  }
  .leading-snug {
    line-height: 1.375;
  }
  .leading-tight {
    line-height: 1.25;
  }
  .tracking-normal {
    letter-spacing: 0em;
  }
  .tracking-wide {
    letter-spacing: 0.025em;
  }
  .tracking-wider {
    letter-spacing: 0.05em;
  }
  .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
  .text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
  .text-olive {
    --tw-text-opacity: 1;
    color: rgb(110 126 108 / var(--tw-text-opacity, 1));
  }
  .text-silver {
    --tw-text-opacity: 1;
    color: rgb(113 122 135 / var(--tw-text-opacity, 1));
  }
  .text-silver\/70 {
    color: rgb(113 122 135 / 0.7);
  }
  .text-teal {
    --tw-text-opacity: 1;
    color: rgb(39 58 59 / var(--tw-text-opacity, 1));
  }
  .text-teal\/70 {
    color: rgb(39 58 59 / 0.7);
  }
  .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-15 {
    opacity: 0.15;
  }
  .shadow-\[rgba\(50\2c _50\2c _105\2c _0\.15\)_0px_2px_5px_0px\2c _rgba\(0\2c _0\2c _0\2c _0\.05\)_0px_1px_1px_0px\] {
    --tw-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    --tw-shadow-colored: 0px 2px 5px 0px var(--tw-shadow-color), 0px 1px 1px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .outline {
    outline-style: solid;
  }
  .outline-0 {
    outline-width: 0px;
  }
  .drop-shadow-\[-5px_5px_5px_\#222\] {
    --tw-drop-shadow: drop-shadow(-5px 5px 5px #222);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-500 {
    transition-duration: 500ms;
  }
  .placeholder\:opacity-0::placeholder {
    opacity: 0;
  }
  .after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:-bottom-1\.5::after {
    content: var(--tw-content);
    bottom: -0.375rem;
  }
  .after\:block::after {
    content: var(--tw-content);
    display: block;
  }
  .after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }
  .after\:scale-x-0::after {
    content: var(--tw-content);
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .after\:border-b-2::after {
    content: var(--tw-content);
    border-bottom-width: 2px;
  }
  .after\:border-teal\/70::after {
    content: var(--tw-content);
    border-color: rgb(39 58 59 / 0.7);
  }
  .after\:transition-transform::after {
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .after\:duration-300::after {
    content: var(--tw-content);
    transition-duration: 300ms;
  }
  .placeholder-shown\:border-teal\/70:placeholder-shown {
    border-color: rgb(39 58 59 / 0.7);
  }
  .hover\:border-teal\/10:hover {
    border-color: rgb(39 58 59 / 0.1);
  }
  .hover\:bg-teal\/10:hover {
    background-color: rgb(39 58 59 / 0.1);
  }
  .hover\:tracking-widest:hover {
    letter-spacing: 0.1em;
  }
  .hover\:\!opacity-100:hover {
    opacity: 1!important;
  }
  .focus\:border-teal\/70:focus {
    border-color: rgb(39 58 59 / 0.7);
  }
  .focus\:outline-0:focus {
    outline-width: 0px;
  }
  .focus\:placeholder\:opacity-100:focus::placeholder {
    opacity: 1;
  }
  .disabled\:border-0:disabled {
    border-width: 0px;
  }
  .disabled\:bg-teal\/10:disabled {
    background-color: rgb(39 58 59 / 0.1);
  }
  .group:hover .group-hover\:z-0 {
    z-index: 0;
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
  .group:hover .group-hover\:opacity-70 {
    opacity: 0.7;
  }
  .peer:placeholder-shown ~ .peer-placeholder-shown\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .peer:placeholder-shown ~ .peer-placeholder-shown\:leading-\[4\.25\] {
    line-height: 4.25;
  }
  .peer:focus ~ .peer-focus\:text-\[11px\] {
    font-size: 11px;
  }
  .peer:focus ~ .peer-focus\:leading-tight {
    line-height: 1.25;
  }
  .peer:focus ~ .peer-focus\:text-teal {
    --tw-text-opacity: 1;
    color: rgb(39 58 59 / var(--tw-text-opacity, 1));
  }
  .peer:focus ~ .peer-focus\:after\:scale-x-100::after {
    content: var(--tw-content);
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .peer:focus ~ .peer-focus\:after\:border-teal::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(39 58 59 / var(--tw-border-opacity, 1));
  }
  .peer:disabled ~ .peer-disabled\:text-transparent {
    color: transparent;
  }
  .peer:disabled:placeholder-shown ~ .peer-disabled\:peer-placeholder-shown\:text-teal\/70 {
    color: rgb(39 58 59 / 0.7);
  }
  @media (min-width: 640px) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 768px) {
    .md\:p-6 {
      padding: 1.5rem;
    }
    .md\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1024px) {
    .lg\:size-8 {
        width: 2rem;
        height: 2rem;
      }
      .lg\:h-10 {
        height: 2.5rem;
      }
      .lg\:max-h-\[40px\] {
        max-height: 40px;
      }
      .lg\:w-10 {
        width: 2.5rem;
      }
      .lg\:max-w-\[40px\] {
        max-width: 40px;
      }
      .lg\:gap-4 {
        gap: 1rem;
      }
      .lg\:p-2 {
        padding: 0.5rem;
      }
      .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    .lg\:-top-24 {
      top: -6rem;
    }
    .lg\:bottom-10 {
      bottom: 2.5rem;
    }
    .lg\:left-1\/2 {
      left: 50%;
    }
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:my-10 {
      margin-top: 2.5rem;
      margin-bottom: 2.5rem;
    }
    .lg\:my-20 {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
    .lg\:my-40 {
      margin-top: 10rem;
      margin-bottom: 10rem;
    }
    .lg\:mb-40 {
      margin-bottom: 10rem;
    }
    .lg\:mt-10 {
      margin-top: 2.5rem;
    }
    .lg\:mt-2 {
      margin-top: 0.5rem;
    }
    .lg\:mt-20 {
      margin-top: 5rem;
    }
    .lg\:mt-4 {
      margin-top: 1rem;
    }
    .lg\:mt-40 {
      margin-top: 10rem;
    }
    .lg\:block {
      display: block;
    }
    .lg\:aspect-square {
      aspect-ratio: 1 / 1;
    }
    .lg\:size-12 {
      width: 3rem;
      height: 3rem;
    }
    .lg\:h-20 {
      height: 5rem;
    }
    .lg\:h-32 {
      height: 8rem;
    }
    .lg\:h-96 {
      height: 24rem;
    }
    .lg\:h-\[550px\] {
      height: 550px;
    }
    .lg\:h-\[70px\] {
      height: 70px;
    }
    .lg\:w-1\/2 {
      width: 50%;
    }
    .lg\:w-20 {
      width: 5rem;
    }
    .lg\:w-52 {
      width: 13rem;
    }
    .lg\:w-60 {
      width: 15rem;
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:-translate-y-20 {
      --tw-translate-y: -5rem;
      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));
    }
    .lg\:translate-y-32 {
      --tw-translate-y: 8rem;
      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));
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-12 {
      gap: 3rem;
    }
    .lg\:gap-14 {
      gap: 3.5rem;
    }
    .lg\:gap-20 {
      gap: 5rem;
    }
    .lg\:gap-32 {
      gap: 8rem;
    }
    .lg\:gap-8 {
      gap: 2rem;
    }
    .lg\:gap-x-12 {
      column-gap: 3rem;
    }
    .lg\:gap-y-6 {
      row-gap: 1.5rem;
    }
    .lg\:rounded-\[100px\] {
      border-radius: 100px;
    }
    .lg\:p-5 {
      padding: 1.25rem;
    }
    .lg\:px-20 {
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .lg\:py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .lg\:py-40 {
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .lg\:pb-40 {
      padding-bottom: 10rem;
    }
    .lg\:pr-0 {
      padding-right: 0px;
    }
    .lg\:pt-20 {
      padding-top: 5rem;
    }
    .lg\:pt-44 {
      padding-top: 11rem;
    }
    .lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .lg\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .lg\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .lg\:text-5xl {
      font-size: 3rem;
      line-height: 1;
    }
    .lg\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
    }
    .lg\:text-base {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .lg\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .lg\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .lg\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .lg\:leading-10 {
      line-height: 2.5rem;
    }
    .lg\:leading-7 {
      line-height: 1.75rem;
    }
    .lg\:leading-8 {
      line-height: 2rem;
    }
    .lg\:drop-shadow-\[-5px_15px_20px_\#222\] {
      --tw-drop-shadow: drop-shadow(-5px 15px 20px #222);
      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);
    }
  }
  @media (min-width: 1280px) {
    .xl\:w-64 {
      width: 16rem;
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:p-8 {
      padding: 2rem;
    }
    .xl\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  