/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Civique
Theme URI: https://adamwhyte.nyc
Author: Adam Whyte & Composite
Author URI: https://adamwhyte.nyc/ & https://composite.nyc/ https://underscoretw.com/
Description: Civique WP theme built on _tw
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _tw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_tw is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
: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;
  --spacing: 0.25rem;
  --container-2xl: 42rem;
  --container-7xl: 80rem;
  --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);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --container-content: 60rem;
  --container-wide: var(--wp--style--global--wide-size);
}
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url(fonts/ABCArizonaFlare-Regular.woff) format('woff'), url(fonts/ABCArizonaFlare-Regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url(fonts/ABCArizonaFlare-Medium.woff) format('woff'), url(fonts/ABCArizonaFlare-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}
*, ::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)) {
    ::placeholder {
      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;
}
:-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;
}
:root {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --wp--preset--color--foreground: #373720;
  --color-foreground: #373720;
  --color-background: #FFF0D8;
  --color-accent: #E5CFAD;
  --color-background-overlay: #FFF9F0;
  --color-background-footer: #B0B300;
  --color-background-secondary: #8DB0D0;
  --color-foreground-secondary: #3E3E33;
  --color-background-tertiary: #23231D;
  --color-foreground-tertiary: #FFF0D8;
  --color-background-quaternary: #373720;
  --color-foreground-quaternary: #FFF0D8;
}
::selection {
  background-color: var(--color-foreground);
  color: var(--color-background);
}
body {
  --swup-fade-theme-duration: 0.5s;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color-background);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
html.js .transition-fade {
  opacity: 0;
}
html.js.swup-ready .transition-fade {
  opacity: 1;
}
html.is-swup-transitioning #swup {
  pointer-events: none;
}
.swup-progress-bar {
  height: 3px;
  background-color: var(--color-foreground);
  position: fixed;
  top: 0;
  left: 0;
}
.round {
  border-radius: 1.25rem;
}
media-component {
  overflow: hidden;
  display: block;
  height: 100svh;
  padding-block: 10svh;
  width: 100%;
}
media-component img, .video-player__video-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html:not(.is-swup-ready) #swup {
  opacity: 0;
}
html.is-swup-transitioning #swup {
  opacity: 0;
  pointer-events: none;
}
html.is-swup-transitioning.is-fragment-transition #swup {
  opacity: 1;
}
#swup {
  transition: opacity 0.4s ease;
}
html.is-swup-ready:not(.is-swup-transitioning) #swup {
  opacity: 1;
}
a[href^="tel"], a[href^="sms"], a[href^="geo"], a[href^="maps"], a[href^="http://maps"], a[href^="https://maps"] {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
#sitetitle {
  display: flex;
  gap: calc(var(--spacing) * 3);
}
#sitetitle > a {
  color: #3E3E33;
  font-family: 'ABC Arizona Flare';
  font-size: 1.1395rem;
  font-style: normal;
  font-weight: 400;
  line-height: 63%;
  letter-spacing: -0.03419em;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.50);
  background-blend-mode: screen;
  backdrop-filter: blur(7px);
  color: var(--color-foreground-secondary);
  text-transform: uppercase;
  display: block;
  padding: 0.8rem 0.96rem;
}
#sitetitle .page-nav {
  display: none;
}
@media (width >= 48rem) {
  #sitetitle .page-nav {
    display: block;
  }
}
#sitetitle .page-nav ul {
  display: flex;
  gap: calc(var(--spacing) * 3);
}
#sitetitle .page-nav ul li {
  opacity: 0;
  transition: opacity 0.1s ease-out;
  pointer-events: none;
}
#sitetitle .page-nav ul li:nth-child(1) {
  transition-delay: 0.03s;
}
#sitetitle .page-nav ul li:nth-child(2) {
  transition-delay: 0.06s;
}
#sitetitle .page-nav ul li:nth-child(3) {
  transition-delay: 0.09s;
}
#sitetitle .page-nav ul li:nth-child(4) {
  transition-delay: 0.12s;
}
#sitetitle .page-nav ul li:nth-child(5) {
  transition-delay: 0.15s;
}
#sitetitle .page-nav ul li:nth-child(6) {
  transition-delay: 0.18s;
}
#sitetitle .page-nav ul li:nth-child(7) {
  transition-delay: 0.21s;
}
#site-header.hover .page-nav ul li {
  opacity: 1;
  pointer-events: auto;
}
#site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 89;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
}
.menu {
  display: flex;
  gap: 1.25rem;
}
.menu-item a, #sitetitle .page-nav a {
  padding: 0.8rem 0.96rem;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.50);
  background-blend-mode: screen;
  backdrop-filter: blur(7px);
  color: var(--color-foreground-secondary);
  font-family: "Helvetica Neue";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: block;
}
#menu-item-1097 a {
  background-color: var(--color-background-footer);
}
@media screen and (hover:hover) {
  .menu-item a, #sitetitle a {
    transition: background 0.25s ease-out;
  }
  .menu-item a:hover, #sitetitle a:hover {
    background: rgba(255, 255, 255, 0.75);
  }
  #menu-item-1097 a:hover {
    background-color: #D0D166;
  }
}
.page-overlay {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(255, 249, 240, 0.01);
  backdrop-filter: blur(15px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.4s;
  padding: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}
.page-overlay.is-mounted {
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}
.page-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.overlay-content {
  border-radius: 1.125rem;
  padding: 3rem 1.5rem;
  min-height: calc(100svh - 6rem);
  cursor: default;
}
.the-content {
  padding: 5rem 1.25rem;
}
.page-overlay .overlay-content {
  opacity: 0;
  transform: translateY(2.5rem);
  background: var(--color-background-overlay);
}
.overlay-close {
  opacity: 0;
  transform: translateY(2.5rem);
}
.overlay-content, .overlay-close {
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-overlay.is-ready .overlay-content, .page-overlay.is-ready .overlay-close {
  opacity: 1;
  transform: translateY(0);
}
.overlay-close {
  position: relative;
  float: right;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 10;
  cursor: pointer;
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.50);
  background-blend-mode: screen;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(7px);
  padding: 0.8rem 0.96rem;
}
@media screen and (max-width: 767px) {
  .overlay-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 1s ease-out;
}
img[loading="lazy"].is-visible {
  opacity: 1;
}
.cause-slide-card__image-wrap img[loading="lazy"] {
  transition: opacity 1s ease-out, transform 300ms ease, scale 300ms ease !important;
}
@media screen and (min-width: 768px) {
  .page-overlay {
    padding: 3rem;
  }
  .overlay-content {
    padding: 5rem 2.5rem;
  }
}
.intro-hero {
  --intro-clip-bottom: 0%;
  --intro-media-y: 0%;
  --intro-media-scale: 1;
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--color-background);
  letter-spacing: -0.045rem;
}
.intro-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: inset(0 0 var(--intro-clip-bottom) 0);
  transform: translate3d(0, var(--intro-media-y), 0) scale(var(--intro-media-scale));
  transform-origin: 50% 50%;
  will-change: transform, clip-path;
}
.intro-hero__video, .intro-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-hero__video {
  z-index: 1;
}
.intro-hero__fallback {
  z-index: 0;
}
.intro-hero.is-fallback .intro-hero__video {
  opacity: 0;
  pointer-events: none;
}
.intro-hero.is-fallback .intro-hero__fallback {
  z-index: 1;
}
.intro-hero__tagline {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  padding-inline: 1rem;
  max-width: 90vw;
  width: 100%;
  font-size: 1.125rem;
  pointer-events: none;
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  width: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro-logo svg {
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .intro-hero__media {
    clip-path: none;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #site-header {
    padding: 1rem 1.5rem;
  }
  .intro-hero__tagline {
    bottom: 1.25rem;
    max-width: 94vw;
  }
  .default.h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.03rem;
  }
}
section, #people, #video {
  scroll-margin-top: 40px;
  max-width: 100vw;
  overflow: hidden;
}
.section {
  padding: 2rem 1rem;
}
#people {
  padding-top: 4.5rem;
  padding-bottom: 20rem;
  background-color: var(--color-background-quaternary);
  color: var(--color-foreground-quaternary);
}
#video {
  padding: 4rem 1.25rem;
  background-color: var(--color-background-tertiary);
  color: var(--color-foreground-tertiary);
}
#video iframe {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lenis-scrolling iframe {
  pointer-events: none;
}
#people h2 {
  text-align: center;
  max-width: 22ch;
  margin: 0 auto;
  padding-bottom: 6rem;
}
.headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.875rem;
  font-size: clamp(2.13rem, 5.5vw, 4.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 98%;
  letter-spacing: -0.0975rem;
}
.big {
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0425rem;
}
.default {
  font-family: "ABC Arizona Flare";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 130%;
}
.default p:not(:last-of-type) {
  margin-bottom: 1.25em;
}
h1, h2, .h2 {
  font-family: "ABC Arizona Flare";
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.0675rem;
}
.accordion-heading {
  margin-bottom: 0;
}
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  text-align: left;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.accordion-trigger__label {
  text-wrap: balance;
  line-height: 1.1;
}
.accordion-trigger__icon {
  flex: 0 0 auto;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 0.5rem;
  transform: rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, visibility 0s linear 0.35s;
}
.accordion-panel__inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
}
.accordion-wrapper.is-open .accordion-trigger__icon {
  transform: rotate(90deg);
}
.accordion-wrapper.is-open .accordion-panel {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0s linear 0s;
}
.accordion-wrapper.is-open .accordion-panel__inner {
  padding-top: 2rem;
}
h3 {
  font-family: "ABC Arizona Flare";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.03rem;
}
.default h3 {
  margin-bottom: 2rem;
}
h4 {
  font-family: "ABC Arizona Flare";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}
.btn {
  font-family: 'ABC Arizona Flare';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.02625rem;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 1.25rem;
  border: 1px solid currentColor;
  padding: 0.8rem 1.25rem;
  backdrop-filter: blur(10px);
  background: transparent;
  display: inline-block;
}
#mission .btn {
  margin-bottom: 1.25rem;
}
.involved-title {
  margin-bottom: calc(var(--spacing) * 10);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: #E5CFAD;
  padding-bottom: calc(var(--spacing) * 10);
}
@media (width >= 48rem) {
  .involved-title {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .involved-title {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@media (width >= 48rem) {
  .involved-title {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media screen and (max-width: 767px) {
  .accordion-trigger__icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #video {
    padding: 2rem 1.25rem 3rem;
  }
  #people {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4rem 1.25rem;
  }
  .btn {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    letter-spacing: 0.0375rem;
    padding: 0.5rem 0.96rem;
    margin-block: 1.25rem;
  }
  .default {
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -0.03375rem;
  }
  h1, h2, .h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.05em;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 104%;
    letter-spacing: -0.045rem;
  }
  .big {
    font-size: 4.875rem;
    font-size: clamp(2rem, 5vw,4.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: -0.0975rem;
  }
}
@media screen and (hover:hover) {
  .btn {
    transition: background 0.25s ease-out, border-color 0.25s ease-out;
  }
  .btn:hover {
    border-color: transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), #E5CFAD;
  }
  .overlay-close {
    transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .overlay-close:hover {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-trigger {
    transition: opacity 0.2s ease-out;
  }
  .accordion-trigger:hover {
    opacity: 0.7;
  }
}
.accordion-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 0.35rem;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-trigger__icon, .accordion-panel {
    transition: none;
  }
}
picture {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
}
picture.bw {
  mix-blend-mode: luminosity;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#causes {
  background: var(--color-background-secondary);
  color: var(--color-foreground-secondary);
}
.causes-swiper {
  margin-top: 2rem;
  overflow: visible;
}
.cause-slide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.cause-slide-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.cause-slide-card__image-wrap {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background-color: var(--color-background-secondary);
}
.cause-slide-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.cause-slide-card__title {
  font-family: "ABC Arizona Flare";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  text-align: center;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}
.cause-slide-card__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.76rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  background: rgba(255, 249, 240, 0.5);
  backdrop-filter: blur(10px);
}
.cause-slide-card.is-coming-soon .cause-slide-card__image {
  opacity: 0.2;
}
#ideas, #stories {
  overflow: hidden;
  border-bottom: 1px solid #E5CFAD;
}
.stories-swiper {
  margin-top: 2rem;
  overflow: visible;
}
.stories-swiper .swiper-slide {
  height: auto;
}
.story-slide-card {
  background: var(--color-accent);
  border-radius: 1.25rem;
  padding: 5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  color: var(--color-foreground-primary);
  height: 30rem;
}
.story-slide-card__title {
  font-family: "ABC Arizona Flare";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.045rem;
  text-wrap: balance;
}
.story-slide-card__excerpt {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.02rem;
}
.story-slide-card__link {
  display: inline-block;
  text-decoration: none;
}
#people {
  position: relative;
  overflow: hidden;
}
.profiles-swiper {
  margin-top: 2rem;
  overflow: visible;
  padding-block: 1rem 2rem;
}
.profiles-swiper .swiper-wrapper {
  align-items: center;
}
.profiles-swiper .swiper-slide {
  --profile-media-scale: 1;
  --profile-headshot-scale: 1;
  --profile-slide-scale: 1;
  --profile-slide-shift: 0%;
  --profile-slide-opacity: 0.22;
  --profile-slide-depth: 1;
  opacity: var(--profile-slide-opacity);
  transform: scale(var(--profile-slide-scale));
  transform-origin: center center;
  transition: opacity 340ms ease, transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
  height: auto;
  will-change: opacity, transform;
}
.profiles-swiper .swiper-slide-active {
  --profile-media-scale: 1.45;
  --profile-headshot-scale: 1.14;
  --profile-slide-scale: 1;
  --profile-slide-opacity: 1;
  --profile-slide-depth: 1;
}
.profile-slide-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: absolute;
  top: calc(100% + 6rem);
  width: 100%;
  transition: opacity 260ms ease, transform 260ms ease;
}
.profile-slide-card__text {
  width: 150%;
}
.profile-slide-card__title, .profile-slide-card__location, .profile-slide-card__bio, .profile-slide-card__socials {
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms;
  transition-delay: 0s;
}
.profiles-swiper .swiper-slide-active .profile-slide-card__title, .profiles-swiper .swiper-slide-active .profile-slide-card__location, .profiles-swiper .swiper-slide-active .profile-slide-card__bio, .profiles-swiper .swiper-slide-active .profile-slide-card__socials {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.profiles-swiper .swiper-slide-active .profile-slide-card__location, .profiles-swiper .swiper-slide-active .profile-slide-card__bio, .profiles-swiper .swiper-slide-active .profile-slide-card__socials {
  transition-delay: 0.5s;
}
.profiles-swiper.is-dragging .swiper-slide-active .profile-slide-card__title, .profiles-swiper.is-dragging .swiper-slide-active .profile-slide-card__location, .profiles-swiper.is-dragging .swiper-slide-active .profile-slide-card__bio, .profiles-swiper.is-dragging .swiper-slide-active .profile-slide-card__socials {
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, transform 260ms ease, visibility 260ms;
  transition-delay: 0s;
}
.profiles-swiper .swiper-slide-active {
  z-index: 1;
}
.profile-slide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  text-align: center;
  min-height: 100%;
}
.profile-slide-card__media {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--color-background-quaternary);
  display: block;
  transform: scale(var(--profile-media-scale, 1));
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.profile-slide-card__headshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transform: scale(var(--profile-headshot-scale, 1)), translateZ(0);
  transform-origin: center center;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  border-radius: 1rem;
  backface-visibility: hidden;
}
.profiles-swiper.is-dragging .swiper-slide {
  --profile-slide-scale: 1;
  --profile-slide-opacity: 0.7;
  --profile-slide-depth: 1;
}
.profiles-swiper.is-dragging .profile-slide-card__media {
  --profile-media-scale: 0.88;
}
.profiles-swiper.is-dragging .profile-slide-card__headshot {
  --profile-headshot-scale: 1;
}
.profiles-swiper.is-dragging .swiper-slide, .profiles-swiper.is-dragging .profile-slide-card__media, .profiles-swiper.is-dragging .profile-slide-card__headshot, .profiles-swiper.is-dragging .profile-slide-card__text {
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.profile-slide-card__title {
  font-family: "ABC Arizona Flare";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.012em;
  text-transform: uppercase;
}
.profile-slide-card__location {
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.profile-slide-card__bio, .profile-card p, .profile-card a {
  font-size: 0.7rem;
  line-height: 100%;
  text-wrap: balance;
}
.profile-slide-card__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-slide-card__social-item a, .profile-card a {
  font-size: 0.7rem;
  display: inline-block;
  padding: 0.2rem 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (hover:hover) {
  .story-slide-card {
    transition: background-color 250ms ease-out;
  }
  .story-slide-card:hover {
    background-color: #C8AF88;
  }
  .profile-slide-card__social-item a, .profile-card a {
    position: relative;
    text-decoration: none;
    display: block;
  }
  .profile-slide-card__social-item a:before, .profile-card a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .profile-slide-card__social-item a:hover:before, .profile-card a:hover:before {
    transform: scaleX(0);
  }
  .profile-slide-card__social-item a:after, .profile-card a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0.14s;
  }
  .profile-slide-card__social-item a:hover:after, .profile-card a:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1023px) {
  .profile-slide-card__media {
    max-width: 7.75rem;
  }
  .profile-slide-card__title {
    font-size: 0.82rem;
  }
  .profile-slide-card__bio {
    font-size: 0.66rem;
  }
}
.swiper-next, .swiper-prev {
  position: absolute;
  top: -25%;
  bottom: 0;
  height: 150%;
  width: 15%;
  background: linear-gradient(90deg, #373720, transparent);
  cursor: pointer;
  z-index: 2;
}
.swiper-prev {
  left: 0;
  cursor: w-resize;
}
.swiper-next {
  right: 0;
  background: linear-gradient(270deg, #373720, transparent);
  cursor: e-resize;
}
[data-profiles-swiper], [data-profiles-swiper] * {
  user-select: none;
  -webkit-user-select: none;
}
.swiper {
  overscroll-behavior-x: contain;
}
.instagram-swiper {
  margin-top: 2rem;
  overflow: visible;
}
.instagram-swiper .swiper-slide {
  height: auto;
}
.instagram-slide-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
}
.instagram-slide-card__media-frame {
  aspect-ratio: 4 / 5;
  border-radius: 1.25rem;
  background: var(--color-background);
  overflow: hidden;
}
.instagram-slide-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.instagram-slide-card__caption {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.02rem;
}
.get-involved-section {
  margin-inline: auto;
  margin-block: calc(var(--spacing) * 15);
  max-width: var(--container-7xl);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-bottom-color: #E5CFAD;
  padding-bottom: calc(var(--spacing) * 15);
}
@media (width >= 48rem) {
  .get-involved-section {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@media (width >= 48rem) {
  .get-involved-section {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .get-involved-section {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .get-involved-section {
    padding-inline: calc(var(--spacing) * 10);
  }
}
.get-involved-section:last-of-type {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
  padding-bottom: calc(var(--spacing) * 0);
}
@media screen and (max-width: 767px) {
  .profile-location {
    display: none;
  }
  .profile-card p {
    font-family: "ABC Arizona Flare";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -0.02rem;
    text-wrap: auto;
  }
  #swup .overlay-content {
    padding-top: 8rem;
  }
  .cause-slide-card__title {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 122%;
    letter-spacing: 0.02625rem;
  }
  .profile-slide-card__text {
    top: calc(100% + 7rem);
  }
  .profiles-swiper .swiper-slide-active {
    --profile-media-scale: 2;
  }
  .story-slide-card {
    padding: 2.5rem 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .story-slide-card__link {
    margin-top: auto;
  }
  .story-slide-card {
    height: 28rem;
  }
  .instagram-slide-card {
    gap: 0.5rem;
  }
  .instagram-slide-card__caption {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -0.015rem;
    padding-inline: 0.7rem;
  }
}
#site-footer {
  background-color: var(--color-background-footer);
  padding: 1.25rem 1.25rem 1rem;
  min-height: 75svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.footer-wordmark {
  font-family: 'ABC Arizona Flare';
  font-size: 5.10725rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.10725rem;
  letter-spacing: -0.20431rem;
  text-transform: uppercase;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}
.footer-social {
  position: relative;
}
.footer-social__toggle {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
}
.footer-social__menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: max-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  z-index: 2;
}
.footer-social.is-open .footer-social__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.footer-newsletter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  position: relative;
  align-items: baseline;
}
.footer-newsletter__field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  border-radius: 0;
  padding: 0.2rem 0.1rem;
}
.footer-newsletter__submit button {
  padding: 0.25rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
}
.footer-newsletter__message {
  grid-column: 1 / -1;
  position: absolute;
  bottom: 130%;
  font-size: 0.8rem;
  font-weight: 500;
}
.footer-newsletter__message[data-state="error"] {
  opacity: 1;
}
.footer-newsletter__message[data-state="success"] {
  opacity: 1;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: currentColor;
  transition: background-color 9999s ease-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
}
input:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .footer-wordmark {
    font-size: 23.9vw;
    line-height: 0.85;
  }
  .footer-bottom {
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  .footer-logomark svg {
    width: 3.7rem;
    height: 4.8rem;
    margin-bottom: 1rem;
  }
  .newsletter-signup {
    order: 100;
    margin-top: 5rem;
  }
  .footer-social__menu {
    display: none;
    position: relative;
    padding-block: 0.5rem 1rem;
  }
  .footer-social.is-open .footer-social__menu {
    display: flex;
  }
}
.footer-newsletter.is-submitting button {
  opacity: 0.6;
  pointer-events: none;
}
.footer-newsletter__message[data-state="loading"] {
  opacity: 0.7;
}
.footer-newsletter__message[data-state="success"] {
  opacity: 1;
}
.footer-newsletter__message[data-state="error"] {
  opacity: 1;
}
@media screen and (hover:hover) {
  .footer-newsletter__submit button {
    transition: background 0.25s ease-out, border-color 0.25s ease-out;
  }
  .footer-newsletter__submit button:hover {
    border-color: transparent;
    background: rgba(55, 55, 32, 0.20);
  }
}
.headshot-wrapper {
  display: none;
  aspect-ratio: 4/5;
  width: 100%;
  overflow: hidden;
}
@media (width >= 48rem) {
  .headshot-wrapper {
    display: block;
  }
}
.overlay-content .headshot-wrapper {
  background-color: var(--color-background);
}
#page > .page-overlay .overlay-content .headshot-wrapper {
  background-color: var(--color-background-overlay);
}
.headshot-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.content-section ul, .content-section ol {
  list-style: outside;
}
.causes-map {
  width: 100%;
}
.causes-map__inner {
  position: relative;
  width: 100%;
}
.causes-map__svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.causes-map__pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.causes-map__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
}
.causes-map__pin-dot {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 999px;
  background: currentColor;
  transition: background-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.causes-map__pin-label {
  position: absolute;
  top: 50%;
  left: calc(100% - 0.1rem);
  transform: translateY(-50%) translateX(0.35rem);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.7rem;
  background-color: var(--color-background-tertiary);
  color: var(--color-foreground-quaternary);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.3s;
}
.causes-map__pin:hover, .causes-map__pin:focus-visible {
  z-index: 10;
}
.causes-map__pin:hover .causes-map__pin-dot, .causes-map__pin:focus-visible .causes-map__pin-dot {
  background: var(--color-background);
  transform: scale(1.08);
}
.causes-map__pin:hover .causes-map__pin-label, .causes-map__pin:focus-visible .causes-map__pin-label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0.6rem);
  transition-delay: 0s;
}
.causes-map__pin:focus-visible {
  outline: none;
}
.error404-header {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-caption-text {
  display: none;
}
.content-section figure {
  margin-block: 2rem;
  max-width: 100% !important;
}
.content-section figure img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .content-section figure {
    width: 100% !important;
  }
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.mx-auto {
  margin-inline: auto;
}
.my-5 {
  margin-block: calc(var(--spacing) * 5);
}
.my-15 {
  margin-block: calc(var(--spacing) * 15);
}
.\!mt-8 {
  margin-top: calc(var(--spacing) * 8) !important;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mt-30 {
  margin-top: calc(var(--spacing) * 30);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-15 {
  margin-bottom: calc(var(--spacing) * 15);
}
.mb-20 {
  margin-bottom: calc(var(--spacing) * 20);
}
.mb-40 {
  margin-bottom: calc(var(--spacing) * 40);
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.aspect-1\/1 {
  aspect-ratio: 1/1;
}
.aspect-3\/2 {
  aspect-ratio: 3/2;
}
.aspect-3\/4 {
  aspect-ratio: 3/4;
}
.aspect-4\/5 {
  aspect-ratio: 4/5;
}
.aspect-5\/4 {
  aspect-ratio: 5/4;
}
.aspect-5\/7 {
  aspect-ratio: 5/7;
}
.aspect-9\/16 {
  aspect-ratio: 9/16;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-0 {
  height: calc(var(--spacing) * 0);
}
.h-\[30rem\] {
  height: 30rem;
}
.h-full {
  height: 100%;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[30ch\] {
  max-width: 30ch;
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[\#E5CFAD\] {
  border-color: #E5CFAD;
}
.object-cover {
  object-fit: cover;
}
.px-20 {
  padding-inline: calc(var(--spacing) * 20);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-balance {
  text-wrap: balance;
}
.italic {
  font-style: italic;
}
.opacity-0 {
  opacity: 0%;
}
.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, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.content-none {
  --tw-content: none;
  content: none;
}
.not-last\:pb-10:not(*:last-child) {
  padding-bottom: calc(var(--spacing) * 10);
}
@media (hover: hover) {
  @media (hover: hover) {
    .hover\:group-hover\:scale-105:hover:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
@media (width >= 48rem) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:content-normal {
    align-content: normal;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
}
@media (width >= 64rem) {
  .lg\:w-3\/4 {
    width: calc(3/4 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-divide-y-reverse {
  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;
}
@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-border-style: solid;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-divide-y-reverse: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
