:root {
    --color-black: #333333;
    --color-purple-light: #f3e7fd;
    --color-pink: #eb4677;
    --color-yellow: #ffe1a5;
    --color-white: #ffffff;
    --font-headline: 'Boska Black', serif;
    --font-body: 'Boska Regular', serif;
    --transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: 'Boska Black';
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/Boska-Black.woff2) format('woff2');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Boska Regular';
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/Boska-Regular.woff2) format('woff2');
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-display: swap;
    font-family: Fraunces;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/fraunces-v38-latin-regular.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Fraunces;
    font-style: italic;
    font-weight: 400;
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/fraunces-v38-latin-italic.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Fraunces;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/fraunces-v38-latin-500.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: Fraunces;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/fraunces-v38-latin-700.woff2) format('woff2');
}

.bento-container {
    background-color: #ffe1a5;
    border-radius: 3rem;
    border: 3px solid var(--color-black);
    transition: var(--transition);
}
.btn-gradient {
    background: padding-box transparent;
    border: 2px solid #ffe1a5;
    transition: .3s;
    padding: 1.25rem 2.5rem;
    border-radius: 9999px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #ffe1a5;
    transition: var(--transition);
    text-decoration: none;
}
.btn-gradient-menu {
    color: #333333;
    padding: 1.25rem 2.5rem;
    transition: var(--transition);
    text-decoration: none;
    background: padding-box transparent;
    border: 2px solid #333333;
    transition: .3s;
    padding: .75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}
.btn-gradient:hover {
    transform: scale(1.05);
}
.resource-pill {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    background-color: #fff;
    border: 2px solid #f7be4e;
    border-radius: 1.5rem;
    transition: all .2s ease-in-out;
    text-decoration: none;
    height: 100%;
}
a.resource-pill:hover {
    box-shadow: 0 4px 12px rgba(243, 166, 153, .3);
    transform: translateY(-2px);
    border-color: #f7be4e;
}
.pill-label {
    font-weight: 800;
    letter-spacing: .1em;
    color: #eb4677;
    margin-bottom: .25rem;
    text-transform: uppercase;
    display: block;
    font-size: .75rem;
    opacity: .8;
}
.pill-title {
    color: #3b0764;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
    font-weight: 600;
}
.dropdown-item {
    display: flex;
    align-items: center;
    transition: background .15s;
    padding: .75rem 1rem;
}
.dropdown-item {
  transition: font-weight 0.2s ease;
}
.dropdown-item:hover {
  font-weight: bold;
}
.about-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.responsive-bg-image {
    background-image: url("https://cdn.shopify.com/s/files/1/0006/9556/6392/files/kaytee_in_office.jpg?width=1200&format=webp");
}
.hero-img img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
}
.font-headline {
    font-family: 'Boska Black', serif !important;
}
.sparkle {
    pointer-events: none;
}
@media (min-width: 769px) {
    .desktop-hide { display: none; }
main {
  padding-top: 9rem;
}
.index-main {
  padding-top: 0;
}
.mobile-p, .mobile-p-flex {
  display: none;
}
}

@media (max-width: 768px) {
    .consult-img { width: 100% !important; }
    .bento { height: 24rem !important; }
    .mobile-hide { display: none; }
    .bento-container { max-height: auto !important; }
    .indie { align-items: flex-start; flex-direction: column; align-items: center; }
  .logo {
    height: 60px; 
}
    .hero-section{padding-top: 5.5rem;}
    .mobile-title-nd { 
        display: block !important; 
        text-align: center !important; 
        padding-right: 0 !important; 
        width: 100% !important; 
        margin-left: 0 !important; 
        font-size: 22px !important; 
        margin-right: 0 !important; 
        padding-left: 0 !important; 
    }
    .mobile-p-flex { display: flex; justify-content: center; }
    .hero-section { margin-bottom: 0 !important; }
    .indie-mobile { display: flex; margin-top: 15px; justify-content: center; text-align: center;}
    .text-xs {margin-right: 8px; }
    .purple-cards { text-align: center; }
    .button-mob { padding: 20px; }
    .about-grid-container {
        grid-template-columns: 1fr;
    }
    .responsive-bg-image {
        background-image: url("https://cdn.shopify.com/s/files/1/0006/9556/6392/files/kaytee_in_office.jpg?width=400");
    }
}
.grainy-bg {
    background-image: url("data:image/svg+xml,  %3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: .04;
}
body {
    font-size: 1rem;
}
.nav-link {
    color: var(--color-black);
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
     font-size: 1.4rem;
    transition: .2s;
    font-family: 'Fraunces', serif;
}
.nav-link:hover {
    color: #eb4677;
    border-color: #f7be4e;
    font-weight: 700;
}

.card-shadow::before {
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, .3);
    transform: translate(10px, 10px);
    background: rgba(255, 255, 255, .9);
    z-index: -1;
}
.card-shadow::after {
    border-radius: 3rem;
    transform: translate(13px, 13px);
    background: #3b0764;
    z-index: -2;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-yellow);
    z-index: 200;
    flex-direction: column;
    align-items: center;
    padding-top: 8rem;
    justify-content: flex-start;
}
.mobile-menu.open {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
}
@keyframes wave-slide {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}@keyframes retro-sparkle {
    0%, 100% {
    transform: scale(0);
    opacity: 0;
}
50% {
    transform: scale(1.2);
    opacity: 1;
}
}.sparkle-container {
    position: relative;
    display: inline-block;
}
.sparkle {
    position: absolute;
    color: #f7be4e;
    font-size: 1.2rem;
    animation: 2s ease-in-out infinite retro-sparkle;
    opacity: 0;
}
.s1 {
    top: -10px;
    left: -15px;
    animation-delay: 0s;
}
.s2 {
    top: -15px;
    right: -10px;
    animation-delay: .7s;
    font-size: .9rem;
}
.s3 {
    bottom: -14px;
    right: 108px;
    animation-delay: 1.3s;
    font-size: 1rem;
}
.blur-3xl {
    filter: blur(64px);
}
@media (min-width:701px) {
    .desktop-hide {
    display: none;
}
.bento-container {
    max-height: 650px;
}
 .indie-mobile {
     text-align: right;}
}
@media (max-width:768px) {
    .hero-img {
    top: 18%!important;
    transform: none!important;
    width: 45%!important;
    left: 1rem!important;
}
body>main>section.hero-section.relative.mb-10>div.title-text.relative.z-10.max-w-9xl.mx-auto.px-6.pt-20.pb-8>h1>span.block.mt-2.mobile-title-nd {
    margin-top: 1.5rem;
}
.hero-section, h1 {
    margin-bottom: 0!important;
}
.mobile-p {
    background: #fff;
    padding: 1.25rem;
    border-radius: 2rem;
    border: 2px solid #333333;
}
body>main>section.hero-section.relative.mb-10>div.title-text.relative.z-10.max-w-9xl.mx-auto.px-6.pt-24.pb-8>h1>span.text-white.block {
    margin-bottom: 30px;
}
.indie {
    flex-direction: column;
    align-items: center;
}
.text-xs {
    padding-left: 10px;
}
body>main>section.max-w-7xl.mx-auto.px-6.grid.grid-cols-1.md\:grid-cols-12.gap-8.items-stretch.pb-12>div:nth-child(2)>div>div.md\:w-1\/2.p-12.flex.flex-col.justify-center>div.indie.flex.justify-between.mb-6>div.text-right.indie-mobile>span:nth-child(2), body>main>section.max-w-7xl.mx-auto.px-6.grid.grid-cols-1.md\:grid-cols-12.gap-8.items-stretch.pb-12>div:nth-child(2)>div>div.md\:w-1\/2.p-12.flex.flex-col.justify-center>div.indie.flex.justify-between.mb-6>div.text-right.indie-mobile>span:nth-child(3) {
    margin-right: 5px;
}

.about-p {
    width: 20rem;
}
.mobile-title-nd {
    display: block!important;
    text-align: center!important;
    padding-right: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    font-size: 22px!important;
    margin-right: 0!important;
    padding-left: 0!important;
}
.mobile-menu-top-link {
    display: block!important;
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #333333!important;
    text-decoration: none;
}
}input::placeholder, textarea::placeholder {
    font-family: Fraunces, serif;
    font-size: 1rem;
    line-height: 1.5rem;
}
.send {
    font-size: 1.35em;
}
.bg-surface-container-high {
    --tw-bg-opacity: 1;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
body {
    font-family: Fraunces, serif;
    color: var(--color-black);
}
a.button-mob {
    width: max-content;
    margin: auto;
}
.responsive-bg-image {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
}
.video-container {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 800px;
    overflow: hidden;
    display: block;
}
.video-container video {
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
@media (max-width:768px) {
    .about-left-right, .about-right-left {
    display: block!important;
}
.about-right-left {
    display: flex!important;
    flex-direction: column-reverse!important;
    margin-top: 60px;
}
.about-left-right>div, .about-right-left>div {
    width: 100%!important;
    padding: 30px 20px!important;
    box-sizing: border-box!important;
}
.video-container {
    width: 90%!important;
    height: auto!important;
    min-height: 0!important;
    max-height: none!important;
    padding: 0!important;
    margin: 1rem auto;
}
.video-container video {
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 9/16!important;
    object-fit: cover!important;
}
h2, h2+span {
    text-align: center;
}
}.about-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%}
.responsive-bg-image {
    background-image: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/kaytee_in_office.jpg?width=1200&format=webp);
}
@media (max-width:600px) {
    .about-grid-container {
    grid-template-columns: 1fr;
}
.responsive-bg-image {
    background-image: url(https://cdn.shopify.com/s/files/1/0006/9556/6392/files/kaytee_in_office.jpg?width=400);
}
}input:focus {
    outline: 0;
    border-color: #eb4677;
}
input, textarea {
    color: #3b0764;
    border: 1px solid rgba(243, 166, 153, .2);
    background-color: rgb(243 231 253 / .3);
}
.resource-pill {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    background-color: #fff;
    border: 2px solid #f3a699;
    border-radius: 1.5rem;
    transition: all .2s ease-in-out;
    text-decoration: none;
    height: 100%}
a.resource-pill:hover {
    box-shadow: 0 4px 12px rgba(243, 166, 153, .3);
    transform: translateY(-2px);
    border-color: #f7be4e;
}
.pill-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #eb4677;
    margin-bottom: .25rem;
}
.pill-title {
    font-weight: 700;
    color: #3b0764;
    font-size: 1rem;
    line-height: 1.4;
}
.sub-group-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #eb4677;
    margin-bottom: .75rem;
    margin-left: 1rem;
}
.category-pill {
    display: inline-block;
    background-color: var(--color-pink);
    color: #fff;
    padding: .75rem 2rem;
    border-radius: 9999px;
    font-family: 'Farunces', serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.resource-pill {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    background-color: #fff;
    border: 2px solid #f7be4e;
    border-radius: 1.5rem;
    transition: all .2s ease-in-out;
    text-decoration: none;
    height: 100%}
a.resource-pill:hover {
    box-shadow: 0 4px 12px rgba(243, 166, 153, .3);
    transform: translateY(-2px);
    border-color: #f7be4e;
}
.pill-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-black);
    margin-bottom: .25rem;
}
.pill-title {
    font-weight: 700;
    color: var(--color-black);
    font-size: 1rem;
    line-height: 1.4;
}
.sub-group-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--color-pink);
    margin-bottom: .75rem;
    margin-left: 1rem;
}

h2 {
    padding: 0 275px 10px 275px;
}
.about-text-up h2 {
  padding: 0;
}
@media (max-width:768px) {
    h1 {
    padding: 0 15px 20px 15px;
}
h2 {
    padding: 10px 15px 20px 15px;
}
.about-main {
  top: 4.75rem;
}
}

/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --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-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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-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-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;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none!important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0;
  }
  .-top-24 {
    top: calc(var(--spacing) * -24);
  }
  .top-0 {
    top: 0;
  }
  .top-full {
    top: 100%;
  }
  .-right-24 {
    right: calc(var(--spacing) * -24);
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-auto {
    height: auto;
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-none {
    max-width: none;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .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-6 {
    :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)));
    }
  }
  .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-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .rounded-\[3rem\] {
    border-radius: 3rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#f3a699\]\/30 {
    border-color: color-mix(in oklab, #f3a699 30%, transparent);
  }
  .border-white\/40 {
    border-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-\[\#f3e7fd\]\/30 {
    background-color: color-mix(in oklab, #f3e7fd 30%, transparent);
  }
  .bg-\[\#f7be4e\]\/20 {
    background-color: color-mix(in oklab, #f7be4e 20%, transparent);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#3b0764\] {
    color: #3b0764;
  }
  .text-\[\#eb4677\] {
    color: #eb4677;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow-\[0_2px_20px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 2px 20px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-sm {
    --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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:bg-\[rgba\(235\,70\,119\,0\.15\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(235,70,119,0.15);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:col-span-12 {
    @media (width >= 48rem) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@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-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-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-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-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;
}
@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-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-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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

.bento-container1::before {
    background: rgba(0, 0, 0, .45);
    z-index: 0;
}
.bento-container1::before, .card-shadow::after, .card-shadow::before {
    content: '';
    position: absolute;
    inset: 0;
}
.vibe-check-pic {
  width: 100%;
}
.hover\:pb-10:hover, .pb-10 {
    padding-bottom: 2.5rem;
}
.hover\:pt-32:hover, .pt-32 {
    padding-top: 8rem;
}
.hover\:overflow-hidden:hover, .overflow-hidden {
    overflow: hidden;
}
.hover\:mt-8:hover, .mt-8 {
    margin-top: 2rem;
}
.hero-section, .hover\:relative:hover, .relative {
    position: relative;
}
@media (min-width: 701px) {
    .bento-container {
        max-height: 650px;
    }
    .why-so-hard h1 {
    padding: 0 170px 20px 170px;
}
}
.footer-wave {background-color: #ffe1a5}

/* The main wrapper */
.hero-content-container {
  position: relative;
  z-index: 10;
  max-width: 1440px; /* Equivalent to a large max-width */
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Mobile first: stack */
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px; /* Equivalent to gap-10 */
  width: 100%;
  box-sizing: border-box;
}

/* Targeting the children inside */
.hero-image-wrapper {
  width: 90%;
  flex-shrink: 0;
  margin: auto;
}

.hero-text-wrapper {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
.hero-content-container {
    flex-direction: row;
    align-items: flex-start;
    padding: 80px 54px 128px 54px; 
  }
  .hero-image-wrapper {
    width: 35%;
  }
  .hero-text-wrapper {
    width: 65%;
    text-align: right;
  }
  .indie-mobile2 {
    justify-content: space-between;
    }
.logo {
    height: 100px; 
}
}
