/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --gutter: 20px;
  --grid-width: calc(100vw - (var(--gutter) * 2));
  --global-content-max-width-hero: 1680px;
  --global-content-max-width: 1340px;
}
[data-component-list*=StaggeredFadeIn] {
  --staggered-delay: 0.15;
  --staggered-opacity-duration: 0.9;
  --staggered-translate-y: 30px;
  --staggered-translate-y-duration: 0.7;
}
@media ( max-width: 734px) {
  :root {
    --global-content-max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --gutter: calc((100vw - 970px) / 2);
  }
}
@media screen and (min-width: 1300px) {
  :root {
    --gutter: calc((100vw - 1340px) / 2);
  }
}
@media screen and (min-width: 1536px) {
  :root {
    --gutter: calc((100vw - 1500px) / 2);
    --global-content-max-width: 1530px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container-inline-size {
  container-type: inline-size;
}
p {
  font-size: 15px;
  line-height: 23px;
}
.text-size-xxsmall {
  font-size: 13px;
  line-height: 18px;
}
.text-size-xsmall {
  font-size: 14px;
}
.text-size-small {
  font-size: 17px;
  line-height: 25px;
}
.text-size-small-2 {
  font-size: 20px;
  line-height: 26px;
}
.text-size-medium {
  font-size: 23px;
  line-height: 30px;
}
.fp-sec-my-path p, .fp-sec-main-content-single-post p {
  margin-bottom: 1.5em;
}
.site-main {
  background: #fff;
}
.logo-blend {
  display: inline-block;
  mix-blend-mode: difference;
  isolation: auto;
}
.site-branding-default svg path {
  fill: #fff;
}
.fp-video-anim {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fp-video-anim {
  will-change: transform;
}
.fp-video-anim video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.scroll-spacer {
  height: 100vh;
}
.scroll-spacer-1 {
  height: calc(100vh - 146px);
}
.fp-clone {
  pointer-events: none;
}
.fp-list-including {
  font-size: 14px;
  color: #424242;
}
.fp-mask.fp-anim-fill-bg {
  will-change: width;
}
.fp-sec-cta .fp-cta-grid, .fp-sec-cta-2 .fp-cta-grid, .fp-sec-cta-3 .fp-cta-grid, .fp-sec-cta-4 .fp-cta-grid {
  display: grid;
  grid-template-areas: "intro" "mask" "action";
  grid-template-rows: auto auto auto;
}
.site-header {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-navigation-default, .site-branding-default {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
body:not(.home) .site-branding-default, body:not(.home) .header-navigation-default {
  mix-blend-mode: difference;
}
body.menu-is-open .site-header, body.menu-is-open .site-header .fp-expand-menu {
  height: 100dvh;
}
.site-header .fp-menu-inner {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
body.menu-is-open .fp-menu-inner {
  opacity: 1;
}
body.error404 .site {
  height: 100vh;
}
[data-staggered-item].fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease-out, transform 1s ease;
}
[data-staggered-item].fade-up-2 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.2s ease-out, transform 1.5s ease;
}
[data-staggered-item].fade-up.in-view, [data-staggered-item].fade-up-2.in-view {
  opacity: 1;
  transform: translateY(0px);
}
:root {
  --taupe: #bfac97;
}
@keyframes gradientSize {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.25;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.75;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveLine {
  0% {
    left: 0;
    opacity: 0;
  }
  9% {
    left: 0;
    opacity: 0;
  }
  10% {
    left: 15%;
    opacity: 0.25;
  }
  15% {
    left: 20%;
    opacity: 0.1;
  }
  20% {
    left: 10%;
    opacity: 0.2;
  }
  25% {
    left: 25%;
    opacity: 0.2;
  }
  30% {
    left: 30%;
    opacity: 0.3;
  }
  40% {
    left: 20%;
    opacity: 0.2;
  }
  50% {
    left: 30%;
    opacity: 0.1;
  }
  60% {
    left: 20%;
    opacity: 0.2;
  }
  70% {
    left: 0%;
    opacity: 0.2;
  }
  80% {
    left: 10%;
    opacity: 0.2;
  }
  90% {
    left: 30%;
    opacity: 0.3;
  }
  100% {
    left: 10%;
    opacity: 0;
  }
}
@keyframes bgMove {
  0% {
    background-position: 0px center;
  }
  5% {
    background-position: 0 center;
  }
  10% {
    background-position: 0 -2px;
  }
  15% {
    background-position: 0 center;
  }
  30% {
    background-position: 0px center;
  }
  37% {
    background-position: 0 -2px;
  }
  40% {
    background-position: 0px center;
  }
  45% {
    background-position: 0 2px;
  }
  50% {
    background-position: 0px center;
  }
  62% {
    background-position: 0px center;
  }
  65% {
    background-position: 0 -2px;
  }
  67% {
    background-position: 0px center;
  }
  78% {
    background-position: 0px center;
  }
  80% {
    background-position: 0 2px;
  }
  85% {
    background-position: 0 center;
  }
  87% {
    background-position: 0 center;
  }
  89% {
    background-position: 0 -2px;
  }
  91% {
    background-position: 0 center;
  }
  100% {
    background-position: 0px center;
  }
}
@keyframes overlayFade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fp-hint {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  pointer-events: none;
  opacity: 0.7;
  z-index: 10;
}
@media screen and (min-width: 735px) {
  .fp-sec-cta-2 .fp-cta-grid, .fp-sec-cta-4 .fp-cta-grid {
    display: grid;
    grid-template-areas: "intro" "action" "mask";
    grid-template-rows: auto auto auto;
  }
  .fp-list-including ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .fp-sec-cta .fp-cta-grid, .fp-sec-cta-2 .fp-cta-grid, .fp-sec-cta-3 .fp-cta-grid, .fp-sec-cta-4 .fp-cta-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "intro  mask" "action mask";
  }
}
.fp-sec-cta .fp-cta-intro {
  grid-area: intro;
}
.fp-sec-cta .fp-cta-action-wrap {
  grid-area: action;
  align-self: end;
}
.fp-sec-cta .fp-mask {
  grid-area: mask;
}
@media screen and (min-width: 1200px) {
  body.menu-is-open .site-header, body.menu-is-open .site-header .fp-expand-menu {
    height: 260px;
  }
  .site-header {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1200px) {
  body.menu-is-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .fp-mask-full-mob {
    width: calc(100% + 20px * 2);
    margin-left: calc(20px * -1);
    margin-right: calc(20px * -1);
  }
  .fp-sec-main-content-single-post p {
    font-size: 18px;
    line-height: 27px;
  }
  .site-header .fp-menu-inner {
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .site-header .fp-menu-inner {
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 734px) {
  .fp-sec-main-content-single-post p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
}
.fp-font-extra {
  font-family: "Figtree", sans-serif;
}
.fp-font-extra-2 {
  font-family: "Inter", sans-serif;
}
.fp-font-extra-3 {
  font-family: "Give You Glory", cursive;
  font-weight: 400;
  font-style: normal;
}
.fp-font-extra-4 {
  font-family: "Freehand", cursive;
}
.fp-font-extra-5 {
  font-family: "Square Peg", cursive;
}
.fp-heading {
  font-family: "Figtree", sans-serif;
}
.fp-heading-1 {
  font-size: 32px;
  line-height: 1.2;
}
.fp-heading-2 {
  font-size: 25px;
  line-height: 1.2;
}
.fp-title-1 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
:root {
  --container-padding: 20px;
  --container-max-width: 100%;
  --custom-offset: 970px;
}
@media screen and (min-width: 735px) {
  :root {
    --container-padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --container-padding: 15px;
    --container-max-width: 1000px;
  }
}
@media screen and (min-width: 1099px) {
  :root {
    --container-max-width: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --container-max-width: 1370px;
    --custom-offset: 1340px;
  }
}
@media screen and (min-width: 1536px) {
  :root {
    --container-max-width: 1530px;
    --custom-offset: 1500px;
  }
}
.container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.custom-margin-left {
  margin-left: calc((100vw - var(--custom-offset)) / 2);
}
.custom-margin-right {
  margin-right: calc((100vw - var(--custom-offset)) / 2);
}
@media screen and (min-width: 1200px) {
  .xl-custom-margin-left {
    margin-left: calc((100vw - var(--custom-offset)) / 2);
  }
  .xl-custom-margin-right {
    margin-right: calc((100vw - var(--custom-offset)) / 2);
  }
}
.card-set {
  margin: 0;
  list-style-type: none;
  grid-auto-flow: column;
  grid-template-columns: unset;
  grid-auto-columns: 1fr;
}
.fp-btn {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 28px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 500ms cubic-bezier(0.25, 1, 0.5, 1);
  box-sizing: border-box;
}
.fp-btn-outline-1 {
  border: 1px solid #000;
}
.fp-btn-outline-2 {
  border: 1px solid #fff;
  color: #fff;
}
.fp-btn-filled-1 {
  background: #000;
  color: #FFF;
}
.fp-btn svg.animated-border {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  overflow: visible;
}
.fp-btn svg.animated-border rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-dasharray: var(--stroke-length, 1000px) calc(var(--stroke-length, 1000px) + 20px);
  stroke-dashoffset: var(--stroke-length, 1000px);
  transition: stroke-dashoffset 500ms cubic-bezier(0.25, 1, 0.5, 1);
}
.fp-btn:hover svg.animated-border rect {
  stroke-dashoffset: 0;
}
.fp-btn-outline-1 .fp-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  pointer-events: none;
  z-index: 1;
}
.menu-link {
  position: relative;
  display: inline-block;
  color: #fff;
}
.menu-link-dark {
  color: #000;
}
.fp-menu-footer-wrap .menu-link {
  align-self: flex-start;
}
.header-navigation ul li {
  margin-bottom: 5px;
}
.fp-slider-nav .fp-arrow {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.fp-slider-nav .fp-arrow.move-left {
  transform: translateX(-37px);
}
.fp-slider-nav .fp-arrow.move-right {
  transform: translateX(37px);
}
@media screen and (min-width: 1200px) {
  .fp-link-underline {
    position: relative;
    color: #000;
  }
  .fp-card .fp-link-underline {
    position: absolute;
  }
  .fp-link-underline.white {
    color: #fff;
  }
  .menu-link::after, .fp-link-underline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-link:hover::after, .menu-link.active::after, .fp-link-underline:hover::after, .fp-link-underline.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 1199px) {
  .menu-link {
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
  }
}
.scroll-gallery {
  --paddlenav-height: 36px;
  --paddlenavs-width: 90px;
  --paddlenav-sticky-offset: 0px;
  --paddlenav-padding: 48px;
  --responsive-content-width: 93.06%;
  --responsive-content-max-width: var(--global-content-max-width);
  --responsive-content-clamped-width: min(var(--responsive-content-max-width), var(--responsive-content-width));
  --responsive-gutter-width: calc(50% - var(--container-max-width)/2 + 15px);
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1068px) {
  .scroll-gallery {
    --paddlenav-padding: 44px;
  }
}
@media screen and (max-width: 734px) {
  .scroll-gallery {
    --paddlenav-padding: 40px;
    --responsive-gutter-width: 20px;
  }
}
.scroll-gallery.no-paddlenav {
  padding-bottom: 0;
}
.scroll-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: rgba(0,0,0,0);
}
.scroll-gallery .scroll-container {
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding: var(--responsive-gutter-width);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.scroll-gallery .scroll-container::-webkit-scrollbar {
  display: none;
}
.scroll-gallery .item-container {
  width: var(--container-max-width);
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 var(--responsive-gutter-width);
}
.scroll-gallery .gallery-item {
  scroll-snap-align: start;
}
.scroll-gallery .gxallery-item:last-child {
  scroll-snap-align: start end;
}
.scroll-gallery .card-container:focus-visible, .scroll-gallery .card-set:focus-visible, .scroll-gallery .gallery-item:focus-visible, .scroll-gallery .item-container:focus-visible, .scroll-gallery .scroll-container:focus-visible {
  outline: unset;
}
@media screen and (min-width: 1536px) {
  .scroll-gallery {
    --responsive-content-width: 90%;
  }
}
.slide-gallery {
  --frame-transition-duration: 200ms;
}
.slide-gallery .card-container {
  --width-multiplier: 1;
  --gutter-quantity: 0;
  --full-width: calc(var(--shared-media-gallery-width) - 20px*var(--gutter-quantity));
  --divided-width: calc(var(--full-width)*var(--width-multiplier));
  flex-direction: column;
  scroll-snap-align: start;
  justify-content: start;
}
.slide-gallery .card-container.width-100 {
  --width-multiplier: 1;
  --gutter-quantity: 0;
}
@media screen and (min-width: 735px) {
  .slide-gallery .card-container.width-33 {
    --width-multiplier: 0.33;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.width-50 {
    --width-multiplier: 0.5;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.width-66 {
    --width-multiplier: 0.67;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.large-width-33 {
    --width-multiplier: 0.33;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.large-width-50 {
    --width-multiplier: 0.5;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.large-width-66 {
    --width-multiplier: 0.67;
    --gutter-quantity: 1;
  }
}
.slide-gallery .card-container.large-width-100 {
  --width-multiplier: 1;
  --gutter-quantity: 0;
}
@media screen and (max-width: 1068px) {
  .slide-gallery .card-container.medium-width-100 {
    --width-multiplier: 1;
    --gutter-quantity: 0;
  }
}
@media screen and (max-width: 735px) and (min-width: 1068px) {
  .slide-gallery .card-container.medium-width-33 {
    --width-multiplier: 0.33;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.medium-width-50 {
    --width-multiplier: 0.5;
    --gutter-quantity: 1;
  }
  .slide-gallery .card-container.medium-width-66 {
    --width-multiplier: 0.67;
    --gutter-quantity: 1;
  }
}
.media-card-set {
  --shared-media-gallery-transition-duration: 1s;
  --shared-media-gallery-responsive-content-absolute-max-width: var(--global-content-max-width);
  --shared-media-gallery-responsive-content-absolute-min-width: 280px;
  --shared-media-gallery-viewport-content: max(87.5vw - var(--global-scrollbar-width),var(--shared-media-gallery-responsive-content-absolute-min-width));
  --shared-media-gallery-padding: max(6.25vw,(100vw - var(--shared-media-gallery-responsive-content-absolute-max-width))/2,env(safe-area-inset-left),env(safe-area-inset-right));
  --shared-media-gallery-width: min(var(--shared-media-gallery-viewport-content),var(--shared-media-gallery-responsive-content-absolute-max-width));
  --shared-media-gallery-height: 680px;
}
@media (max-width: 1068px) {
  .media-card-set {
    --shared-media-gallery-height: 628px;
  }
}
@media (max-width: 734px) {
  .media-card-set {
    --shared-media-gallery-height: 480px;
    --shared-media-gallery-width-single: max(min(var(--shared-media-gallery-responsive-content-absolute-max-width),87.5vw - var(--global-scrollbar-width)),var(--shared-media-gallery-responsive-content-absolute-min-width));
    --shared-media-gallery-viewport-content: calc(var(--shared-media-gallery-width-single) - 20px);
  }
}
.media-card-set .scroll-container {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--staggered-translate-y,30px);
  margin-bottom: calc(var(--staggered-translate-y, 30px)*-1);
  scrollbar-width: none;
}
.media-card-set .gallery-item {
  display: flex;
  width: var(--shared-media-gallery-width);
  min-height: var(--shared-media-gallery-height);
  scroll-snap-align: center;
  list-style-type: none;
}
html.no-touch .media-card-set .gallery-item:not(.current,:only-child):hover {
  cursor: pointer;
}
@media (max-width: 734px) {
  .media-card-set .gallery-item {
    scroll-snap-align: start;
  }
  .media-card-set .gallery-item:only-child {
    width: var(--shared-media-gallery-width-single);
  }
}
.media-card-set .card-container:focus-visible, .media-card-set .card-set:focus-visible, .media-card-set .gallery-item:focus-visible, .media-card-set .item-container:focus-visible, .media-card-set .scroll-container:focus-visible {
  outline: unset;
}
.faq-accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 400ms ease;
}
.accordion-item {
  position: relative;
}
.accordion-item svg {
  transition: transform 400ms ease;
}
.accordion-item button {
  background: none;
  border: none;
  text-align: left;
  outline: none;
}
.accordion-item button:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.fp-cursor-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: auto;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease, scale 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform, opacity, scale;
  backface-visibility: hidden;
}
.fp-cursor-image.active {
  opacity: 1;
  scale: 1;
}
.fp-note-text {
  position: relative;
  will-change: transform, opacity;
}
.fp-note-text .char {
  display: inline-block;
  will-change: transform, opacity;
}
.fp-list-work-steps {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fp-list-work-steps::-webkit-scrollbar {
  display: none;
}
.fp-slider-work .fp-mask {
  position: relative;
  overflow: hidden;
}
.fp-slider-work .fp-mask video.hover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.fp-slider-work .fp-mask video.hover-video.is-playing {
  opacity: 1;
}
@media screen and (min-width: 1099px) {
  .fp-transition-1 {
    transition: all 0.6s cubic-bezier(0.45, 0, 0.15, 1);
  }
  .fp-slider-work {
    scrollbar-width: none;
  }
  .fp-slider-work.card-set {
    grid-auto-columns: 175px;
  }
  .fp-slider-work .item:hover .fp-mask {
    width: 230px;
    height: 290px;
  }
  .fp-slider-work .item:hover .fp-name, .fp-slider-work .item:hover .fp-info {
    opacity: 1;
    filter: blur(0);
  }
}
.fp-anim-handwriting {
  width: 315px;
}
.fp-anim-handwriting .anim-path {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-0 {
  stroke-width: 12.0;
  animation: draw 1.5s ease-out forwards;
  animation-delay: 0.0s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-1 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 0.07s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-2 {
  stroke-width: 10.3;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 0.12s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-3 {
  stroke-width: 9.7;
  animation: draw 1.2s ease-out forwards;
  animation-delay: 0.16s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-5 {
  stroke-width: 14.0;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.33s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-6 {
  stroke-width: 11.9;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.38s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-7 {
  stroke-width: 10.3;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 0.43s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-8 {
  stroke-width: 17.5;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.48s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-9 {
  stroke-width: 13.8;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.52s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-11 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.67s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-12 {
  stroke-width: 14.0;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.72s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-13 {
  stroke-width: 9.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 0.77s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-14 {
  stroke-width: 12.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.82s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-15 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 0.86s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-16 {
  stroke-width: 10.3;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 0.91s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-17 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 0.96s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-18 {
  stroke-width: 7.4;
  animation: draw 0.4s ease-out forwards;
  animation-delay: 1.01s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-20 {
  stroke-width: 13.8;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.16s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-21 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.2s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-22 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.25s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-23 {
  stroke-width: 9.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.3s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-24 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.35s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-25 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.4s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-26 {
  stroke-width: 12.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 1.44s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-27 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 1.49s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-28 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.54s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-29 {
  stroke-width: 9.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 1.59s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-30 {
  stroke-width: 7.4;
  animation: draw 0.4s ease-out forwards;
  animation-delay: 1.64s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-32 {
  stroke-width: 14.0;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.78s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-33 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.83s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-34 {
  stroke-width: 9.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 1.88s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-35 {
  stroke-width: 13.8;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.93s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-36 {
  stroke-width: 12.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 1.98s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-37 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.02s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-38 {
  stroke-width: 13.8;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.07s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-39 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 2.12s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-40 {
  stroke-width: 12.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 2.17s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-42 {
  stroke-width: 11.0;
  animation: draw 1.2s ease-out forwards;
  animation-delay: 2.32s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-43 {
  stroke-width: 10.3;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 2.38s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-44 {
  stroke-width: 12.4;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 2.43s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-45 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 2.48s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-46 {
  stroke-width: 9.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.53s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-47 {
  stroke-width: 7.4;
  animation: draw 0.4s ease-out forwards;
  animation-delay: 2.58s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-49 {
  stroke-width: 14.0;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.72s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-50 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.77s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-51 {
  stroke-width: 9.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.82s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-53 {
  stroke-width: 9.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 2.97s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-54 {
  stroke-width: 14.2;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 3.02s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-55 {
  stroke-width: 9.6;
  animation: draw 0.9s ease-out forwards;
  animation-delay: 3.06s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-56 {
  stroke-width: 5;
  animation: draw 0.6s ease-out forwards;
  animation-delay: 3.11s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-57 {
  stroke-width: 9.7;
  animation: draw 1.2s ease-out forwards;
  animation-delay: 3.16s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-58 {
  stroke-width: 13.4;
  animation: draw 1.0s ease-out forwards;
  animation-delay: 3.23s;
}
.fp-sec-blog.is-visible .fp-anim-handwriting .letter-59 {
  stroke-width: 5;
  animation: draw 0.4s ease-out forwards;
  animation-delay: 3.28s;
}
@keyframes draw {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.fp-input-wrap input[name="fields[email]"] {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-success-message {
  position: absolute;
  inset: 0;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fp-success-message.fp-visible {
  opacity: 1;
  transform: translateY(0);
}
.ml-form-embedSubmit button[type="submit"] {
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ml-form-embedSubmit button[type="submit"].fp-btn-out {
  opacity: 0;
  transform: translateX(24px);
}
.ml-form-embedSubmit button[type="submit"].fp-btn-reset {
  transition: none;
  opacity: 0;
  transform: translateX(-24px);
}
.ml-form-embedSubmit button[type="submit"].fp-btn-in {
  opacity: 1;
  transform: translateX(0);
}
.fp-sec-hero-home .fp-intro-card .fp-mask {
  backdrop-filter: blur(10px);
  border: 1px solid #8a7e76;
}
.fp-sec-hero-services .fp-heading {
  letter-spacing: -10px;
}
.fp-sec-hero-about .fp-hero-part-2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "intro-about intro-about intro-about" ".           photo       welcome" "experience  .           upgrades" "tools       .           .";
  align-items: start;
  row-gap: 0;
}
.fp-sec-hero-about .fp-experience {
  grid-area: experience;
  align-self: start;
}
.fp-sec-hero-about .fp-upgrades {
  grid-area: upgrades;
  grid-row: span 2;
  align-self: start;
}
.fp-sec-hero-about .fp-intro-about-text {
  grid-area: intro-about;
  align-self: center;
}
.fp-sec-hero-about .fp-photo-profile {
  grid-area: photo;
}
.fp-sec-hero-about .fp-welcome-text {
  grid-area: welcome;
  align-self: center;
  justify-self: end;
  text-align: left;
  min-width: 270px;
}
.fp-sec-hero-about .fp-tools {
  grid-area: tools;
  align-self: start;
  justify-self: end;
  text-align: left;
  min-width: 270px;
}
@media screen and (max-width: 734px) {
  .fp-sec-hero-about .fp-hero-part-2 {
    display: flex;
    flex-direction: column;
  }
  .fp-sec-hero-about .fp-photo-profile {
    order: 1;
  }
  .fp-sec-hero-about .fp-intro-about-text {
    order: 2;
  }
  .fp-sec-hero-about .fp-welcome-text {
    order: 3;
  }
  .fp-sec-hero-about .fp-experience {
    order: 4;
  }
  .fp-sec-hero-about .fp-upgrades {
    order: 5;
  }
  .fp-sec-hero-about .fp-tools {
    order: 6;
  }
  .fp-sec-hero-about .fp-resume {
    max-width: 100%;
  }
  .fp-sec-hero-about .fp-tools {
    justify-self: start;
    align-self: start;
  }
}
.fp-sec-main-content-single-post p {
  font-size: 18px;
  line-height: 27px;
}
.fp-sec-main-content-single-post h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-size: 23px;
}
@media screen and (min-width: 735px) {
  .fp-sec-main-content-single-post h3 {
    margin-top: 55px;
  }
}
@media screen and (min-width: 992px) {
  .fp-sec-hero-about .fp-photo-profile {
    align-self: center;
  }
  .fp-sec-hero-about .fp-tools {
    align-self: self-end;
  }
  .fp-sec-hero-about .fp-hero-part-2 {
    grid-template-areas: "intro-about intro-about intro-about" ". photo welcome" ". photo tools";
  }
}
.fp-sec-welcome .fp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "header ." "image ." "mission handwritten";
  position: relative;
  min-height: 750px;
}
.fp-sec-welcome .fp-header {
  grid-area: header;
}
.fp-sec-welcome .fp-mask-1 {
  grid-area: image;
  width: 100%;
  max-width: 660px;
  height: 450px;
}
.fp-sec-welcome .fp-mask-2-wrap {
  position: absolute;
  top: 0;
  right: 62px;
  width: calc(50% - 20px);
  max-width: 542px;
  height: 677px;
  transform: rotate(5.43deg);
}
.fp-sec-welcome .fp-mask-2 {
  margin-top: 8px;
}
.fp-sec-welcome .fp-mission-parts {
  grid-area: mission;
}
.fp-sec-welcome .fp-handwritten {
  grid-area: handwritten;
  align-self: end;
}
.fp-sec-welcome .fp-header .fp-title {
  font-size: 22px;
  margin-bottom: 18px;
}
.fp-sec-welcome .fp-header .fp-text {
  font-size: 17px;
  line-height: 25px;
}
.fp-sec-welcome .fp-mask-1 img, .fp-sec-welcome .fp-mask-2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fp-sec-welcome .fp-part {
  margin-bottom: 16px;
}
.fp-sec-welcome .fp-part:last-child {
  margin-bottom: 0;
}
.fp-sec-welcome .fp-part-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fp-sec-welcome .fp-part-text {
  font-size: 15px;
  line-height: 22px;
}
.fp-sec-welcome .fp-handwritten {
  font-size: 44px;
  line-height: 1;
  color: #424242;
  transform: rotate(0.82deg);
}
@media screen and (min-width: 992px) {
  .fp-sec-welcome .fp-mask-1 {
    max-width: 660px;
  }
  .fp-sec-welcome .fp-mask-2 {
    max-width: 540px;
  }
}
@media screen and (min-width: 1300px) {
  .fp-sec-welcome .fp-handwritten {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .fp-sec-welcome {
    padding: 40px 0;
  }
  .fp-sec-welcome .fp-inner {
    display: flex;
    flex-direction: column;
    position: static;
    min-height: auto;
  }
  .fp-sec-welcome .fp-header .fp-title {
    margin-bottom: 16px;
  }
  .fp-sec-welcome .fp-mask-1, .fp-sec-welcome .fp-mask-2 {
    width: 100%;
    height: 765px;
    max-width: 100%;
  }
  .fp-sec-welcome .fp-mask-2 {
    transform: rotate(3deg);
  }
  .fp-sec-welcome .fp-handwritten {
    padding: 0;
    font-size: 36px;
    text-align: center;
    justify-self: center;
  }
  .fp-sec-welcome .fp-mask-2 {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px;
    order: 2;
  }
  .fp-sec-welcome .fp-header {
    order: 1;
  }
  .fp-sec-welcome .fp-mask-1 {
    order: 3;
  }
  .fp-sec-welcome .fp-mission-parts {
    order: 4;
  }
  .fp-sec-welcome .fp-handwritten {
    order: 5;
  }
}
@media screen and (max-width: 735px) {
  .fp-sec-welcome .fp-mask-1, .fp-sec-welcome .fp-mask-2 {
    height: 350px;
  }
}
.fp-sec-services {
  position: relative;
  width: 100%;
}
.fp-sec-services .fp-inner {
  position: relative;
  width: 100%;
}
.fp-sec-services .fp-services-scroller {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.fp-sec-services .fp-header-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  mix-blend-mode: difference;
  z-index: 1000;
}
.fp-sec-services .fp-header-services .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fp-sec-services .fp-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fp-sec-services .fp-bg-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}
.fp-sec-services .fp-bg-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.fp-sec-services .fp-bg-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fp-sec-services .fp-thumb-scroller {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1120px) / 2 + 243px);
  transform: translate(0%, -50%);
  width: 252px;
  height: 313px;
  z-index: 999;
  overflow: hidden;
}
.fp-sec-services .fp-thumb-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}
.fp-sec-services .fp-thumb-item {
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-sec-services .fp-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #999;
}
.fp-sec-services .fp-project-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1120px;
  min-width: 320px;
  height: 370px;
  z-index: 100;
  overflow: hidden;
  background: #F5F4EF;
}
.fp-sec-services .fp-card-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
}
.fp-sec-services .fp-card-slide {
  width: 100%;
  height: 370px;
  display: grid;
  grid-template-columns: 185px 252px 1fr;
  gap: 30px;
  padding: 38px 28px;
  background: #F5F4EF;
}
.fp-sec-services .fp-left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.fp-sec-services .fp-center-col {
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
}
.fp-sec-services .fp-right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.fp-sec-services .fp-content-block {
  margin-top: auto;
  max-width: 512px;
}
.fp-services-list .item {
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .fp-sec-services .fp-card-slide {
    grid-template-columns: 252px 1fr;
    gap: 20px;
    padding: 32px 40px 32px 32px;
  }
}
@media screen and (min-width: 735px) and (max-width: 1199px) {
  .fp-sec-services .fp-left-col {
    grid-column: 1 / 2;
  }
  .fp-sec-services .fp-left-col, .fp-sec-services .fp-right-col {
    grid-column: 2 / 3;
  }
  .fp-sec-services .fp-thumb-scroller {
    left: calc((100vw - 90vw) / 2 + 32px);
    transform: translate(0%, -50%);
  }
  .fp-sec-services .fp-left-col {
    justify-content: start;
  }
  .fp-sec-services .fp-link {
    position: absolute;
    top: -120px;
    right: -10px;
  }
}
@media screen and (max-width: 734px) {
  .fp-sec-services .fp-card-slide {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 24px 16px 32px;
    height: 500px;
  }
  .fp-sec-services .fp-left-col {
    justify-content: flex-start;
  }
  .fp-sec-services .fp-project-card {
    height: auto;
    height: 500px;
    top: 55%;
  }
  .fp-sec-services .fp-center-col {
    width: 200px;
    height: 250px;
  }
  .fp-sec-services .fp-thumb-scroller {
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 250px;
  }
  .fp-sec-services .fp-thumb-item {
    height: 250px;
  }
  .fp-sec-services .fp-project-type {
    max-width: none;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-orange-950: oklch(26.6% 0.079 36.259);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-yellow-950: oklch(28.6% 0.066 53.813);
    --color-lime-50: oklch(98.6% 0.031 120.757);
    --color-lime-100: oklch(96.7% 0.067 122.328);
    --color-lime-200: oklch(93.8% 0.127 124.321);
    --color-lime-300: oklch(89.7% 0.196 126.665);
    --color-lime-400: oklch(84.1% 0.238 128.85);
    --color-lime-500: oklch(76.8% 0.233 130.85);
    --color-lime-600: oklch(64.8% 0.2 131.684);
    --color-lime-700: oklch(53.2% 0.157 131.589);
    --color-lime-800: oklch(45.3% 0.124 130.933);
    --color-lime-900: oklch(40.5% 0.101 131.063);
    --color-lime-950: oklch(27.4% 0.072 132.109);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-green-950: oklch(26.6% 0.065 152.934);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-emerald-950: oklch(26.2% 0.051 172.552);
    --color-teal-50: oklch(98.4% 0.014 180.72);
    --color-teal-100: oklch(95.3% 0.051 180.801);
    --color-teal-200: oklch(91% 0.096 180.426);
    --color-teal-300: oklch(85.5% 0.138 181.071);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-teal-500: oklch(70.4% 0.14 182.503);
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-teal-700: oklch(51.1% 0.096 186.391);
    --color-teal-800: oklch(43.7% 0.078 188.216);
    --color-teal-900: oklch(38.6% 0.063 188.416);
    --color-teal-950: oklch(27.7% 0.046 192.524);
    --color-cyan-50: oklch(98.4% 0.019 200.873);
    --color-cyan-100: oklch(95.6% 0.045 203.388);
    --color-cyan-200: oklch(91.7% 0.08 205.041);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-600: oklch(60.9% 0.126 221.723);
    --color-cyan-700: oklch(52% 0.105 223.128);
    --color-cyan-800: oklch(45% 0.085 224.283);
    --color-cyan-900: oklch(39.8% 0.07 227.392);
    --color-cyan-950: oklch(30.2% 0.056 229.695);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-indigo-50: oklch(96.2% 0.018 272.314);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-200: oklch(87% 0.065 274.039);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-indigo-700: oklch(45.7% 0.24 277.023);
    --color-indigo-800: oklch(39.8% 0.195 277.366);
    --color-indigo-900: oklch(35.9% 0.144 278.697);
    --color-indigo-950: oklch(25.7% 0.09 281.288);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-200: oklch(89.4% 0.057 293.283);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-violet-400: oklch(70.2% 0.183 293.541);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-violet-800: oklch(43.2% 0.232 292.759);
    --color-violet-900: oklch(38% 0.189 293.745);
    --color-violet-950: oklch(28.3% 0.141 291.089);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-200: oklch(90.2% 0.063 306.703);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-purple-950: oklch(29.1% 0.149 302.717);
    --color-fuchsia-50: oklch(97.7% 0.017 320.058);
    --color-fuchsia-100: oklch(95.2% 0.037 318.852);
    --color-fuchsia-200: oklch(90.3% 0.076 319.62);
    --color-fuchsia-300: oklch(83.3% 0.145 321.434);
    --color-fuchsia-400: oklch(74% 0.238 322.16);
    --color-fuchsia-500: oklch(66.7% 0.295 322.15);
    --color-fuchsia-600: oklch(59.1% 0.293 322.896);
    --color-fuchsia-700: oklch(51.8% 0.253 323.949);
    --color-fuchsia-800: oklch(45.2% 0.211 324.591);
    --color-fuchsia-900: oklch(40.1% 0.17 325.612);
    --color-fuchsia-950: oklch(29.3% 0.136 325.661);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-pink-100: oklch(94.8% 0.028 342.258);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-pink-600: oklch(59.2% 0.249 0.584);
    --color-pink-700: oklch(52.5% 0.223 3.958);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-pink-900: oklch(40.8% 0.153 2.432);
    --color-pink-950: oklch(28.4% 0.109 3.907);
    --color-rose-50: oklch(96.9% 0.015 12.422);
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-500: oklch(64.5% 0.246 16.439);
    --color-rose-600: oklch(58.6% 0.253 17.585);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-rose-800: oklch(45.5% 0.188 13.697);
    --color-rose-900: oklch(41% 0.159 10.272);
    --color-rose-950: oklch(27.1% 0.105 12.094);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-mauve-50: oklch(98.5% 0 0);
    --color-mauve-100: oklch(96% 0.003 325.6);
    --color-mauve-200: oklch(92.2% 0.005 325.62);
    --color-mauve-300: oklch(86.5% 0.012 325.68);
    --color-mauve-400: oklch(71.1% 0.019 323.02);
    --color-mauve-500: oklch(54.2% 0.034 322.5);
    --color-mauve-600: oklch(43.5% 0.029 321.78);
    --color-mauve-700: oklch(36.4% 0.029 323.89);
    --color-mauve-800: oklch(26.3% 0.024 320.12);
    --color-mauve-900: oklch(21.2% 0.019 322.12);
    --color-mauve-950: oklch(14.5% 0.008 326);
    --color-olive-50: oklch(98.8% 0.003 106.5);
    --color-olive-100: oklch(96.6% 0.005 106.5);
    --color-olive-200: oklch(93% 0.007 106.5);
    --color-olive-300: oklch(88% 0.011 106.6);
    --color-olive-400: oklch(73.7% 0.021 106.9);
    --color-olive-500: oklch(58% 0.031 107.3);
    --color-olive-600: oklch(46.6% 0.025 107.3);
    --color-olive-700: oklch(39.4% 0.023 107.4);
    --color-olive-800: oklch(28.6% 0.016 107.4);
    --color-olive-900: oklch(22.8% 0.013 107.4);
    --color-olive-950: oklch(15.3% 0.006 107.1);
    --color-mist-50: oklch(98.7% 0.002 197.1);
    --color-mist-100: oklch(96.3% 0.002 197.1);
    --color-mist-200: oklch(92.5% 0.005 214.3);
    --color-mist-300: oklch(87.2% 0.007 219.6);
    --color-mist-400: oklch(72.3% 0.014 214.4);
    --color-mist-500: oklch(56% 0.021 213.5);
    --color-mist-600: oklch(45% 0.017 213.2);
    --color-mist-700: oklch(37.8% 0.015 216);
    --color-mist-800: oklch(27.5% 0.011 216.9);
    --color-mist-900: oklch(21.8% 0.008 223.9);
    --color-mist-950: oklch(14.8% 0.004 228.8);
    --color-taupe-50: oklch(98.6% 0.002 67.8);
    --color-taupe-100: oklch(96% 0.002 17.2);
    --color-taupe-200: oklch(92.2% 0.005 34.3);
    --color-taupe-300: oklch(86.8% 0.007 39.5);
    --color-taupe-400: oklch(71.4% 0.014 41.2);
    --color-taupe-500: oklch(54.7% 0.021 43.1);
    --color-taupe-600: oklch(43.8% 0.017 39.3);
    --color-taupe-700: oklch(36.7% 0.016 35.7);
    --color-taupe-800: oklch(26.8% 0.011 36.5);
    --color-taupe-900: oklch(21.4% 0.009 43.1);
    --color-taupe-950: oklch(14.7% 0.004 49.3);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --breakpoint-2xl: 96rem;
    --container-3xs: 16rem;
    --container-2xs: 18rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
    --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
    --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
    --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
    --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
    --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
    --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075),
      0px 2px 2px rgb(0 0 0 / 0.075);
    --text-shadow-md: 0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1),
      0px 2px 4px rgb(0 0 0 / 0.1);
    --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
      0px 4px 8px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --perspective-dramatic: 100px;
    --perspective-near: 300px;
    --perspective-normal: 500px;
    --perspective-midrange: 800px;
    --perspective-distant: 1200px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-\[26px\] {
    top: calc(26px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4\.5 {
    top: calc(var(--spacing) * 4.5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-8\.75 {
    top: calc(var(--spacing) * 8.75);
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-12\.5 {
    right: calc(var(--spacing) * 12.5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .left-\[2px\] {
    left: 2px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-9 {
    z-index: 9;
  }
  .z-99 {
    z-index: 99;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-m-4 {
    margin: calc(var(--spacing) * -4);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-14 {
    margin-block: calc(var(--spacing) * 14);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-18 {
    margin-block: calc(var(--spacing) * 18);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-8\.5 {
    margin-top: calc(var(--spacing) * 8.5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-12\.5 {
    margin-top: calc(var(--spacing) * 12.5);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-22 {
    margin-top: calc(var(--spacing) * 22);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-28 {
    margin-top: calc(var(--spacing) * 28);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\.5 {
    margin-bottom: calc(var(--spacing) * 4.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-5\.5 {
    margin-bottom: calc(var(--spacing) * 5.5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\.5 {
    margin-bottom: calc(var(--spacing) * 6.5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-8\.5 {
    margin-bottom: calc(var(--spacing) * 8.5);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-23 {
    margin-bottom: calc(var(--spacing) * 23);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .-ml-\[10px\] {
    margin-left: calc(10px * -1);
  }
  .ml-22 {
    margin-left: calc(var(--spacing) * 22);
  }
  .ml-23 {
    margin-left: calc(var(--spacing) * 23);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[138px\] {
    height: 138px;
  }
  .h-\[188px\] {
    height: 188px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[213px\] {
    height: 213px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[278px\] {
    height: 278px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[324px\] {
    height: 324px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[370px\] {
    height: 370px;
  }
  .h-\[372px\] {
    height: 372px;
  }
  .h-\[376px\] {
    height: 376px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[405px\] {
    height: 405px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-\[412px\] {
    height: 412px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[438px\] {
    height: 438px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[458px\] {
    height: 458px;
  }
  .h-\[490px\] {
    height: 490px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[620px\] {
    height: 620px;
  }
  .h-\[677px\] {
    height: 677px;
  }
  .h-\[730px\] {
    height: 730px;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-8\.5 {
    width: calc(var(--spacing) * 8.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[138px\] {
    width: 138px;
  }
  .w-\[148px\] {
    width: 148px;
  }
  .w-\[162px\] {
    width: 162px;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[204px\] {
    width: 204px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[287px\] {
    width: 287px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-114 {
    max-width: calc(var(--spacing) * 114);
  }
  .max-w-\[72px\] {
    max-width: 72px;
  }
  .max-w-\[74px\] {
    max-width: 74px;
  }
  .max-w-\[117px\] {
    max-width: 117px;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[275px\] {
    max-width: 275px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[285px\] {
    max-width: 285px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[295px\] {
    max-width: 295px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[342px\] {
    max-width: 342px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[354px\] {
    max-width: 354px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[483px\] {
    max-width: 483px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[545px\] {
    max-width: 545px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[645px\] {
    max-width: 645px;
  }
  .max-w-\[650px\] {
    max-width: 650px;
  }
  .max-w-\[710px\] {
    max-width: 710px;
  }
  .max-w-\[726px\] {
    max-width: 726px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[886px\] {
    max-width: 886px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-1 {
    rotate: 1deg;
  }
  .rotate-7 {
    rotate: 7deg;
  }
  .rotate-8 {
    rotate: 8deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    -moz-column-gap: calc(var(--spacing) * 1);
         column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-1\.5 {
    -moz-column-gap: calc(var(--spacing) * 1.5);
         column-gap: calc(var(--spacing) * 1.5);
  }
  .gap-x-2 {
    -moz-column-gap: calc(var(--spacing) * 2);
         column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    -moz-column-gap: calc(var(--spacing) * 3);
         column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
         column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    -moz-column-gap: calc(var(--spacing) * 5);
         column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    -moz-column-gap: calc(var(--spacing) * 6);
         column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
         column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-12 {
    -moz-column-gap: calc(var(--spacing) * 12);
         column-gap: calc(var(--spacing) * 12);
  }
  .gap-x-14 {
    -moz-column-gap: calc(var(--spacing) * 14);
         column-gap: calc(var(--spacing) * 14);
  }
  .gap-x-18 {
    -moz-column-gap: calc(var(--spacing) * 18);
         column-gap: calc(var(--spacing) * 18);
  }
  .gap-x-28 {
    -moz-column-gap: calc(var(--spacing) * 28);
         column-gap: calc(var(--spacing) * 28);
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#000\] {
    border-color: #000;
  }
  .border-\[\#D2D2D2\] {
    border-color: #D2D2D2;
  }
  .border-b-\[\#D2D2D2\] {
    border-bottom-color: #D2D2D2;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#2D1817\] {
    background-color: #2D1817;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[\#F5F4EF\] {
    background-color: #F5F4EF;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-top {
    -o-object-position: top;
       object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-36 {
    padding-top: calc(var(--spacing) * 36);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-56 {
    padding-top: calc(var(--spacing) * 56);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-13 {
    padding-bottom: calc(var(--spacing) * 13);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[29px\] {
    font-size: 29px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[33px\] {
    font-size: 33px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[75px\] {
    font-size: 75px;
  }
  .text-\[144px\] {
    font-size: 144px;
  }
  .\!leading-\[21px\] {
    --tw-leading: 21px !important;
    line-height: 21px !important;
  }
  .leading-5\.25 {
    --tw-leading: calc(var(--spacing) * 5.25);
    line-height: calc(var(--spacing) * 5.25);
  }
  .leading-6\.75 {
    --tw-leading: calc(var(--spacing) * 6.75);
    line-height: calc(var(--spacing) * 6.75);
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[37px\] {
    --tw-leading: 37px;
    line-height: 37px;
  }
  .leading-\[39px\] {
    --tw-leading: 39px;
    line-height: 39px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0006\] {
    color: #0006;
  }
  .text-\[\#424242\] {
    color: #424242;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(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-filter {
    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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-900 {
    --tw-duration: 900ms;
    transition-duration: 900ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:scale-102 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 102%;
        --tw-scale-y: 102%;
        --tw-scale-z: 102%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .placeholder\:text-black {
    &::-moz-placeholder {
      color: var(--color-black);
    }
    &::placeholder {
      color: var(--color-black);
    }
  }
  .hover\:opacity-60 {
    &:hover {
      @media (hover: hover) {
        opacity: 60%;
      }
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .max-xl\:mt-5 {
    @media (width < 80rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:mb-3 {
    @media (width < 80rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-xl\:mb-5 {
    @media (width < 80rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:mb-9 {
    @media (width < 80rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .max-xl\:mb-12 {
    @media (width < 80rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-xl\:hidden {
    @media (width < 80rem) {
      display: none;
    }
  }
  .max-xl\:w-full {
    @media (width < 80rem) {
      width: 100%;
    }
  }
  .max-xl\:space-y-13 {
    @media (width < 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 13) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 13) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-xl\:pr-5 {
    @media (width < 80rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:pb-10 {
    @media (width < 80rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-xl\:pl-5 {
    @media (width < 80rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:relative {
    @media (width < 64rem) {
      position: relative;
    }
  }
  .max-lg\:top-0 {
    @media (width < 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:bottom-0 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:m-auto {
    @media (width < 64rem) {
      margin: auto;
    }
  }
  .max-lg\:mx-5 {
    @media (width < 64rem) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:my-10 {
    @media (width < 64rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mt-6 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:mt-8 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:mt-10 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mt-12 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:mt-16 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .max-lg\:mt-20 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .max-lg\:mt-24 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .max-lg\:mb-3 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-lg\:mb-4 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:mb-5 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:mb-6 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:mb-7 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .max-lg\:mb-9\.5 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 9.5);
    }
  }
  .max-lg\:mb-16 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .max-lg\:mb-24 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .max-lg\:ml-auto {
    @media (width < 64rem) {
      margin-left: auto;
    }
  }
  .max-lg\:flex {
    @media (width < 64rem) {
      display: flex;
    }
  }
  .max-lg\:grid {
    @media (width < 64rem) {
      display: grid;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:h-\[725px\] {
    @media (width < 64rem) {
      height: 725px;
    }
  }
  .max-lg\:min-h-svh {
    @media (width < 64rem) {
      min-height: 100svh;
    }
  }
  .max-lg\:max-w-\[725px\] {
    @media (width < 64rem) {
      max-width: 725px;
    }
  }
  .max-lg\:min-w-\[100px\] {
    @media (width < 64rem) {
      min-width: 100px;
    }
  }
  .max-lg\:min-w-fit {
    @media (width < 64rem) {
      min-width: -moz-fit-content;
      min-width: fit-content;
    }
  }
  .max-lg\:snap-x {
    @media (width < 64rem) {
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
    }
  }
  .max-lg\:snap-mandatory {
    @media (width < 64rem) {
      --tw-scroll-snap-strictness: mandatory;
    }
  }
  .max-lg\:scroll-pl-5 {
    @media (width < 64rem) {
      scroll-padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-\[6fr_2\.5fr_2\.5fr\] {
    @media (width < 64rem) {
      grid-template-columns: 6fr 2.5fr 2.5fr;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:flex-col-reverse {
    @media (width < 64rem) {
      flex-direction: column-reverse;
    }
  }
  .max-lg\:justify-center {
    @media (width < 64rem) {
      justify-content: center;
    }
  }
  .max-lg\:space-y-4 {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-lg\:space-y-5 {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-lg\:space-y-10 {
    @media (width < 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-lg\:gap-x-4 {
    @media (width < 64rem) {
      -moz-column-gap: calc(var(--spacing) * 4);
           column-gap: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:gap-y-5 {
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:overflow-x-scroll {
    @media (width < 64rem) {
      overflow-x: scroll;
    }
  }
  .max-lg\:px-5 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pt-42 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 42);
    }
  }
  .max-lg\:pt-50 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 50);
    }
  }
  .max-lg\:pt-54 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 54);
    }
  }
  .max-lg\:pr-5 {
    @media (width < 64rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pb-5 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pb-10 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:pl-5 {
    @media (width < 64rem) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-lg\:\!text-\[17px\] {
    @media (width < 64rem) {
      font-size: 17px !important;
    }
  }
  .max-lg\:\!leading-\[25px\] {
    @media (width < 64rem) {
      --tw-leading: 25px !important;
      line-height: 25px !important;
    }
  }
  .max-lg\:text-balance {
    @media (width < 64rem) {
      text-wrap: balance;
    }
  }
  .max-lg\:\[scrollbar-width\:none\] {
    @media (width < 64rem) {
      scrollbar-width: none;
    }
  }
  .max-md\:relative {
    @media (width < 48rem) {
      position: relative;
    }
  }
  .max-md\:-top-\[3px\] {
    @media (width < 48rem) {
      top: calc(3px * -1);
    }
  }
  .max-md\:-top-\[4px\] {
    @media (width < 48rem) {
      top: calc(4px * -1);
    }
  }
  .max-md\:top-10 {
    @media (width < 48rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:right-6 {
    @media (width < 48rem) {
      right: calc(var(--spacing) * 6);
    }
  }
  .max-md\:bottom-8 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:left-6 {
    @media (width < 48rem) {
      left: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .max-md\:my-8 {
    @media (width < 48rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .max-md\:mt-0 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mt-2 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .max-md\:mt-3 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .max-md\:mt-5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mt-6 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mt-8 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-md\:mt-12 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .max-md\:mt-20 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .max-md\:-mr-\[2px\] {
    @media (width < 48rem) {
      margin-right: calc(2px * -1);
    }
  }
  .max-md\:mb-0 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mb-1\.5 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .max-md\:mb-4 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mb-6 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mb-10 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mb-20 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .max-md\:mb-26 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  .max-md\:-ml-\[2px\] {
    @media (width < 48rem) {
      margin-left: calc(2px * -1);
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:inline-block {
    @media (width < 48rem) {
      display: inline-block;
    }
  }
  .max-md\:h-\[405px\] {
    @media (width < 48rem) {
      height: 405px;
    }
  }
  .max-md\:h-\[650px\] {
    @media (width < 48rem) {
      height: 650px;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:min-w-fit {
    @media (width < 48rem) {
      min-width: -moz-fit-content;
      min-width: fit-content;
    }
  }
  .max-md\:snap-x {
    @media (width < 48rem) {
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
    }
  }
  .max-md\:snap-mandatory {
    @media (width < 48rem) {
      --tw-scroll-snap-strictness: mandatory;
    }
  }
  .max-md\:scroll-pl-5 {
    @media (width < 48rem) {
      scroll-padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-md\:grid-cols-\[7\.5fr_2\.5fr\] {
    @media (width < 48rem) {
      grid-template-columns: 7.5fr 2.5fr;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .max-md\:justify-between {
    @media (width < 48rem) {
      justify-content: space-between;
    }
  }
  .max-md\:justify-end {
    @media (width < 48rem) {
      justify-content: flex-end;
    }
  }
  .max-md\:space-y-4\.5 {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4.5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:space-y-6 {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:gap-x-1\.5 {
    @media (width < 48rem) {
      -moz-column-gap: calc(var(--spacing) * 1.5);
           column-gap: calc(var(--spacing) * 1.5);
    }
  }
  .max-md\:gap-x-5 {
    @media (width < 48rem) {
      -moz-column-gap: calc(var(--spacing) * 5);
           column-gap: calc(var(--spacing) * 5);
    }
  }
  .max-md\:gap-y-3 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .max-md\:gap-y-8 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .max-md\:overflow-x-scroll {
    @media (width < 48rem) {
      overflow-x: scroll;
    }
  }
  .max-md\:border-t {
    @media (width < 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .max-md\:border-\[\#D2D2D2\] {
    @media (width < 48rem) {
      border-color: #D2D2D2;
    }
  }
  .max-md\:px-5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pt-12 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .max-md\:pt-32 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .max-md\:pt-48 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 48);
    }
  }
  .max-md\:pl-4\.5 {
    @media (width < 48rem) {
      padding-left: calc(var(--spacing) * 4.5);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:\!text-\[14px\] {
    @media (width < 48rem) {
      font-size: 14px !important;
    }
  }
  .max-md\:\!text-\[18px\] {
    @media (width < 48rem) {
      font-size: 18px !important;
    }
  }
  .max-md\:\!text-\[19px\] {
    @media (width < 48rem) {
      font-size: 19px !important;
    }
  }
  .max-md\:text-\[13px\] {
    @media (width < 48rem) {
      font-size: 13px;
    }
  }
  .max-md\:\!leading-\[21px\] {
    @media (width < 48rem) {
      --tw-leading: 21px !important;
      line-height: 21px !important;
    }
  }
  .max-md\:\!leading-\[26px\] {
    @media (width < 48rem) {
      --tw-leading: 26px !important;
      line-height: 26px !important;
    }
  }
  .max-md\:leading-\[21px\] {
    @media (width < 48rem) {
      --tw-leading: 21px;
      line-height: 21px;
    }
  }
  .max-md\:text-balance {
    @media (width < 48rem) {
      text-wrap: balance;
    }
  }
  .max-md\:text-pretty {
    @media (width < 48rem) {
      text-wrap: pretty;
    }
  }
  .max-md\:opacity-100 {
    @media (width < 48rem) {
      opacity: 100%;
    }
  }
  .max-md\:\[scrollbar-width\:none\] {
    @media (width < 48rem) {
      scrollbar-width: none;
    }
  }
  .md\:top-9 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 9);
    }
  }
  .md\:right-4 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .md\:right-6 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 6);
    }
  }
  .md\:bottom-8 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:row-span-2 {
    @media (width >= 48rem) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:row-start-1 {
    @media (width >= 48rem) {
      grid-row-start: 1;
    }
  }
  .md\:mx-5 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:my-20 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-2\.5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mt-7\.5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 7.5);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-14 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-18 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 18);
    }
  }
  .md\:mt-32 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .md\:mt-42 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 42);
    }
  }
  .md\:mt-52 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 52);
    }
  }
  .md\:mt-56 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 56);
    }
  }
  .md\:mt-\[29\.5px\] {
    @media (width >= 48rem) {
      margin-top: 29.5px;
    }
  }
  .md\:mt-auto {
    @media (width >= 48rem) {
      margin-top: auto;
    }
  }
  .md\:mr-\[78px\] {
    @media (width >= 48rem) {
      margin-right: 78px;
    }
  }
  .md\:mr-\[135px\] {
    @media (width >= 48rem) {
      margin-right: 135px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-1 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .md\:mb-2\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-6\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6.5);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-11 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-24 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:mb-28 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:mb-32 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:mb-36 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .md\:mb-42 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 42);
    }
  }
  .md\:-ml-\[30px\] {
    @media (width >= 48rem) {
      margin-left: calc(30px * -1);
    }
  }
  .md\:ml-7 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 7);
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[305px\] {
    @media (width >= 48rem) {
      height: 305px;
    }
  }
  .md\:h-\[320px\] {
    @media (width >= 48rem) {
      height: 320px;
    }
  }
  .md\:h-\[348px\] {
    @media (width >= 48rem) {
      height: 348px;
    }
  }
  .md\:h-\[360px\] {
    @media (width >= 48rem) {
      height: 360px;
    }
  }
  .md\:h-\[380px\] {
    @media (width >= 48rem) {
      height: 380px;
    }
  }
  .md\:h-\[392px\] {
    @media (width >= 48rem) {
      height: 392px;
    }
  }
  .md\:h-\[460px\] {
    @media (width >= 48rem) {
      height: 460px;
    }
  }
  .md\:h-\[470px\] {
    @media (width >= 48rem) {
      height: 470px;
    }
  }
  .md\:h-\[480px\] {
    @media (width >= 48rem) {
      height: 480px;
    }
  }
  .md\:h-\[490px\] {
    @media (width >= 48rem) {
      height: 490px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:h-\[560px\] {
    @media (width >= 48rem) {
      height: 560px;
    }
  }
  .md\:h-\[582px\] {
    @media (width >= 48rem) {
      height: 582px;
    }
  }
  .md\:h-\[640px\] {
    @media (width >= 48rem) {
      height: 640px;
    }
  }
  .md\:h-\[725px\] {
    @media (width >= 48rem) {
      height: 725px;
    }
  }
  .md\:h-\[770px\] {
    @media (width >= 48rem) {
      height: 770px;
    }
  }
  .md\:h-\[810px\] {
    @media (width >= 48rem) {
      height: 810px;
    }
  }
  .md\:h-\[830px\] {
    @media (width >= 48rem) {
      height: 830px;
    }
  }
  .md\:h-\[840px\] {
    @media (width >= 48rem) {
      height: 840px;
    }
  }
  .md\:h-\[865px\] {
    @media (width >= 48rem) {
      height: 865px;
    }
  }
  .md\:h-\[870px\] {
    @media (width >= 48rem) {
      height: 870px;
    }
  }
  .md\:h-\[900px\] {
    @media (width >= 48rem) {
      height: 900px;
    }
  }
  .md\:h-dvh {
    @media (width >= 48rem) {
      height: 100dvh;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 48rem) {
      width: 240px;
    }
  }
  .md\:w-\[272px\] {
    @media (width >= 48rem) {
      width: 272px;
    }
  }
  .md\:w-\[316px\] {
    @media (width >= 48rem) {
      width: 316px;
    }
  }
  .md\:w-\[430px\] {
    @media (width >= 48rem) {
      width: 430px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 48rem) {
      width: 550px;
    }
  }
  .md\:w-\[570px\] {
    @media (width >= 48rem) {
      width: 570px;
    }
  }
  .md\:max-w-\[350px\] {
    @media (width >= 48rem) {
      max-width: 350px;
    }
  }
  .md\:max-w-\[380px\] {
    @media (width >= 48rem) {
      max-width: 380px;
    }
  }
  .md\:max-w-\[420px\] {
    @media (width >= 48rem) {
      max-width: 420px;
    }
  }
  .md\:max-w-\[435px\] {
    @media (width >= 48rem) {
      max-width: 435px;
    }
  }
  .md\:max-w-\[460px\] {
    @media (width >= 48rem) {
      max-width: 460px;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 48rem) {
      max-width: 470px;
    }
  }
  .md\:max-w-\[473px\] {
    @media (width >= 48rem) {
      max-width: 473px;
    }
  }
  .md\:max-w-\[490px\] {
    @media (width >= 48rem) {
      max-width: 490px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[512px\] {
    @media (width >= 48rem) {
      max-width: 512px;
    }
  }
  .md\:max-w-\[532px\] {
    @media (width >= 48rem) {
      max-width: 532px;
    }
  }
  .md\:max-w-\[540px\] {
    @media (width >= 48rem) {
      max-width: 540px;
    }
  }
  .md\:max-w-\[570px\] {
    @media (width >= 48rem) {
      max-width: 570px;
    }
  }
  .md\:max-w-\[580px\] {
    @media (width >= 48rem) {
      max-width: 580px;
    }
  }
  .md\:max-w-\[585px\] {
    @media (width >= 48rem) {
      max-width: 585px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[615px\] {
    @media (width >= 48rem) {
      max-width: 615px;
    }
  }
  .md\:max-w-\[630px\] {
    @media (width >= 48rem) {
      max-width: 630px;
    }
  }
  .md\:max-w-\[637px\] {
    @media (width >= 48rem) {
      max-width: 637px;
    }
  }
  .md\:max-w-\[640px\] {
    @media (width >= 48rem) {
      max-width: 640px;
    }
  }
  .md\:max-w-\[650px\] {
    @media (width >= 48rem) {
      max-width: 650px;
    }
  }
  .md\:max-w-\[657px\] {
    @media (width >= 48rem) {
      max-width: 657px;
    }
  }
  .md\:max-w-\[680px\] {
    @media (width >= 48rem) {
      max-width: 680px;
    }
  }
  .md\:max-w-\[700px\] {
    @media (width >= 48rem) {
      max-width: 700px;
    }
  }
  .md\:max-w-\[710px\] {
    @media (width >= 48rem) {
      max-width: 710px;
    }
  }
  .md\:max-w-\[740px\] {
    @media (width >= 48rem) {
      max-width: 740px;
    }
  }
  .md\:max-w-\[760px\] {
    @media (width >= 48rem) {
      max-width: 760px;
    }
  }
  .md\:max-w-\[845px\] {
    @media (width >= 48rem) {
      max-width: 845px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[3fr_7fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 3fr 7fr;
    }
  }
  .md\:grid-cols-\[25\%_75\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 25% 75%;
    }
  }
  .md\:grid-cols-\[33\.6\%_66\.4\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 33.6% 66.4%;
    }
  }
  .md\:grid-cols-\[33\.8\%_66\.2\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 33.8% 66.2%;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-col-reverse {
    @media (width >= 48rem) {
      flex-direction: column-reverse;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-14 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:space-y-1 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-2 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-4 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-9 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-3 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 3);
           column-gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-x-6 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 6);
           column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-x-6\.5 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 6.5);
           column-gap: calc(var(--spacing) * 6.5);
    }
  }
  .md\:gap-x-7 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 7);
           column-gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 10);
           column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-x-16 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 16);
           column-gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-x-18\.5 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 18.5);
           column-gap: calc(var(--spacing) * 18.5);
    }
  }
  .md\:gap-x-24 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 24);
           column-gap: calc(var(--spacing) * 24);
    }
  }
  .md\:gap-y-8 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:self-end {
    @media (width >= 48rem) {
      align-self: flex-end;
    }
  }
  .md\:border-t {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .md\:border-\[\#D2D2D2\] {
    @media (width >= 48rem) {
      border-color: #D2D2D2;
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-1\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 1.5);
    }
  }
  .md\:pt-8\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8.5);
    }
  }
  .md\:pt-9 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-10\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10.5);
    }
  }
  .md\:pt-12 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pt-15 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pt-19 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 19);
    }
  }
  .md\:pt-33 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 33);
    }
  }
  .md\:pt-40 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .md\:pt-48 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 48);
    }
  }
  .md\:pt-61 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 61);
    }
  }
  .md\:pb-3 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:pb-8 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-13 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 13);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-24 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-32 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:pl-14 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 14);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[20\.4cqw\] {
    @media (width >= 48rem) {
      font-size: 20.4cqw;
    }
  }
  .md\:text-\[23px\] {
    @media (width >= 48rem) {
      font-size: 23px;
    }
  }
  .md\:text-\[29px\] {
    @media (width >= 48rem) {
      font-size: 29px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:text-\[46px\] {
    @media (width >= 48rem) {
      font-size: 46px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:text-\[164px\] {
    @media (width >= 48rem) {
      font-size: 164px;
    }
  }
  .md\:leading-\[48px\] {
    @media (width >= 48rem) {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }
  .md\:leading-\[54px\] {
    @media (width >= 48rem) {
      --tw-leading: 54px;
      line-height: 54px;
    }
  }
  .md\:leading-\[76px\] {
    @media (width >= 48rem) {
      --tw-leading: 76px;
      line-height: 76px;
    }
  }
  .md\:leading-none {
    @media (width >= 48rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .md\:-tracking-\[2px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2px * -1);
      letter-spacing: calc(2px * -1);
    }
  }
  .md\:max-xl\:order-1 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        order: 1;
      }
    }
  }
  .md\:max-xl\:order-2 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        order: 2;
      }
    }
  }
  .md\:max-xl\:order-3 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        order: 3;
      }
    }
  }
  .md\:max-xl\:order-4 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        order: 4;
      }
    }
  }
  .md\:max-xl\:mb-3 {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        margin-bottom: calc(var(--spacing) * 3);
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 64rem) {
      position: fixed;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-6\.5 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-10 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:bottom-\[260px\] {
    @media (width >= 64rem) {
      bottom: 260px;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:m-0 {
    @media (width >= 64rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:my-20 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:my-32 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-14 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-24 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mt-45 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 45);
    }
  }
  .lg\:mt-52 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 52);
    }
  }
  .lg\:mt-auto {
    @media (width >= 64rem) {
      margin-top: auto;
    }
  }
  .lg\:mr-15 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 15);
    }
  }
  .lg\:mr-28 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 28);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-6\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:mb-15 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-22 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 22);
    }
  }
  .lg\:mb-22\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 22.5);
    }
  }
  .lg\:mb-23 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 23);
    }
  }
  .lg\:mb-24 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:mb-28 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:mb-30 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .lg\:mb-32 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:mb-36 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:mb-46 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 46);
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-12 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 12);
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-\[225px\] {
    @media (width >= 64rem) {
      height: 225px;
    }
  }
  .lg\:h-\[260px\] {
    @media (width >= 64rem) {
      height: 260px;
    }
  }
  .lg\:h-\[278px\] {
    @media (width >= 64rem) {
      height: 278px;
    }
  }
  .lg\:h-\[360px\] {
    @media (width >= 64rem) {
      height: 360px;
    }
  }
  .lg\:h-\[408px\] {
    @media (width >= 64rem) {
      height: 408px;
    }
  }
  .lg\:h-\[415px\] {
    @media (width >= 64rem) {
      height: 415px;
    }
  }
  .lg\:h-\[468px\] {
    @media (width >= 64rem) {
      height: 468px;
    }
  }
  .lg\:h-\[520px\] {
    @media (width >= 64rem) {
      height: 520px;
    }
  }
  .lg\:h-\[530px\] {
    @media (width >= 64rem) {
      height: 530px;
    }
  }
  .lg\:h-\[550px\] {
    @media (width >= 64rem) {
      height: 550px;
    }
  }
  .lg\:h-\[575px\] {
    @media (width >= 64rem) {
      height: 575px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 64rem) {
      height: 600px;
    }
  }
  .lg\:h-\[620px\] {
    @media (width >= 64rem) {
      height: 620px;
    }
  }
  .lg\:h-\[640px\] {
    @media (width >= 64rem) {
      height: 640px;
    }
  }
  .lg\:h-\[660px\] {
    @media (width >= 64rem) {
      height: 660px;
    }
  }
  .lg\:h-\[730px\] {
    @media (width >= 64rem) {
      height: 730px;
    }
  }
  .lg\:h-\[745px\] {
    @media (width >= 64rem) {
      height: 745px;
    }
  }
  .lg\:h-\[770px\] {
    @media (width >= 64rem) {
      height: 770px;
    }
  }
  .lg\:h-\[800px\] {
    @media (width >= 64rem) {
      height: 800px;
    }
  }
  .lg\:h-dvh {
    @media (width >= 64rem) {
      height: 100dvh;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-\[34\.62\%\] {
    @media (width >= 64rem) {
      width: 34.62%;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[63\.46\%\] {
    @media (width >= 64rem) {
      width: 63.46%;
    }
  }
  .lg\:w-\[130px\] {
    @media (width >= 64rem) {
      width: 130px;
    }
  }
  .lg\:w-\[175px\] {
    @media (width >= 64rem) {
      width: 175px;
    }
  }
  .lg\:w-\[405px\] {
    @media (width >= 64rem) {
      width: 405px;
    }
  }
  .lg\:w-\[430px\] {
    @media (width >= 64rem) {
      width: 430px;
    }
  }
  .lg\:w-\[570px\] {
    @media (width >= 64rem) {
      width: 570px;
    }
  }
  .lg\:w-\[650px\] {
    @media (width >= 64rem) {
      width: 650px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[260px\] {
    @media (width >= 64rem) {
      max-width: 260px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 64rem) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[435px\] {
    @media (width >= 64rem) {
      max-width: 435px;
    }
  }
  .lg\:max-w-\[450px\] {
    @media (width >= 64rem) {
      max-width: 450px;
    }
  }
  .lg\:max-w-\[460px\] {
    @media (width >= 64rem) {
      max-width: 460px;
    }
  }
  .lg\:max-w-\[480px\] {
    @media (width >= 64rem) {
      max-width: 480px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .lg\:max-w-\[525px\] {
    @media (width >= 64rem) {
      max-width: 525px;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:max-w-\[546px\] {
    @media (width >= 64rem) {
      max-width: 546px;
    }
  }
  .lg\:max-w-\[585px\] {
    @media (width >= 64rem) {
      max-width: 585px;
    }
  }
  .lg\:max-w-\[590px\] {
    @media (width >= 64rem) {
      max-width: 590px;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .lg\:max-w-\[620px\] {
    @media (width >= 64rem) {
      max-width: 620px;
    }
  }
  .lg\:max-w-\[630px\] {
    @media (width >= 64rem) {
      max-width: 630px;
    }
  }
  .lg\:max-w-\[660px\] {
    @media (width >= 64rem) {
      max-width: 660px;
    }
  }
  .lg\:max-w-\[1100px\] {
    @media (width >= 64rem) {
      max-width: 1100px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[3fr_7fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 3fr 7fr;
    }
  }
  .lg\:grid-cols-\[6\.71fr_3\.29fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 6.71fr 3.29fr;
    }
  }
  .lg\:grid-cols-\[8fr_7fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 8fr 7fr;
    }
  }
  .lg\:grid-cols-\[25\%_75\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 25% 75%;
    }
  }
  .lg\:grid-cols-\[33\.8\%_66\.2\%\] {
    @media (width >= 64rem) {
      grid-template-columns: 33.8% 66.2%;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-x-3 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 3);
           column-gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-x-6 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 6);
           column-gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-x-7 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 7);
           column-gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-x-9 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 9);
           column-gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-x-12 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 12);
           column-gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-x-13\.5 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 13.5);
           column-gap: calc(var(--spacing) * 13.5);
    }
  }
  .lg\:gap-x-16 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 16);
           column-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-x-17 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 17);
           column-gap: calc(var(--spacing) * 17);
    }
  }
  .lg\:gap-x-20 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 20);
           column-gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-x-21 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 21);
           column-gap: calc(var(--spacing) * 21);
    }
  }
  .lg\:gap-x-26 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 26);
           column-gap: calc(var(--spacing) * 26);
    }
  }
  .lg\:space-x-11 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 11) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 11) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-28 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .lg\:py-3 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-8\.5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8.5);
    }
  }
  .lg\:py-26 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 26);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-9 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-14 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-22 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 22);
    }
  }
  .lg\:pt-26 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pt-36\.5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 36.5);
    }
  }
  .lg\:pt-46\.5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 46.5);
    }
  }
  .lg\:pt-76 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 76);
    }
  }
  .lg\:pb-3 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-18 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-22 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-36 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:text-\[23px\] {
    @media (width >= 64rem) {
      font-size: 23px;
    }
  }
  .lg\:text-\[76px\] {
    @media (width >= 64rem) {
      font-size: 76px;
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 64rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[85px\] {
    @media (width >= 64rem) {
      --tw-leading: 85px;
      line-height: 85px;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:fixed {
    @media (width >= 80rem) {
      position: fixed;
    }
  }
  .xl\:top-8\.75 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 8.75);
    }
  }
  .xl\:top-30 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 30);
    }
  }
  .xl\:top-36\.5 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 36.5);
    }
  }
  .xl\:right-\[calc\(50vw-670px\)\] {
    @media (width >= 80rem) {
      right: calc(50vw - 670px);
    }
  }
  .xl\:left-12\.5 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * 12.5);
    }
  }
  .xl\:left-\[calc\(50vw-670px\)\] {
    @media (width >= 80rem) {
      left: calc(50vw - 670px);
    }
  }
  .xl\:my-42 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 42);
    }
  }
  .xl\:mb-24 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:ml-auto {
    @media (width >= 80rem) {
      margin-left: auto;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[405px\] {
    @media (width >= 80rem) {
      height: 405px;
    }
  }
  .xl\:h-\[calc\(100vh-146px\)\] {
    @media (width >= 80rem) {
      height: calc(100vh - 146px);
    }
  }
  .xl\:w-\[220px\] {
    @media (width >= 80rem) {
      width: 220px;
    }
  }
  .xl\:w-\[660px\] {
    @media (width >= 80rem) {
      width: 660px;
    }
  }
  .xl\:w-\[773px\] {
    @media (width >= 80rem) {
      width: 773px;
    }
  }
  .xl\:max-w-130 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 130);
    }
  }
  .xl\:max-w-\[254px\] {
    @media (width >= 80rem) {
      max-width: 254px;
    }
  }
  .xl\:max-w-\[448px\] {
    @media (width >= 80rem) {
      max-width: 448px;
    }
  }
  .xl\:max-w-\[660px\] {
    @media (width >= 80rem) {
      max-width: 660px;
    }
  }
  .xl\:max-w-\[842px\] {
    @media (width >= 80rem) {
      max-width: 842px;
    }
  }
  .xl\:max-w-\[1350px\] {
    @media (width >= 80rem) {
      max-width: 1350px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:gap-x-32 {
    @media (width >= 80rem) {
      -moz-column-gap: calc(var(--spacing) * 32);
           column-gap: calc(var(--spacing) * 32);
    }
  }
  .xl\:pr-\[265px\] {
    @media (width >= 80rem) {
      padding-right: 265px;
    }
  }
  .xl\:text-center {
    @media (width >= 80rem) {
      text-align: center;
    }
  }
  .xl\:text-\[290px\] {
    @media (width >= 80rem) {
      font-size: 290px;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-tracking: initial;
    }
  }
}
/*# sourceMappingURL=main.css.map */
