/*! tailwindcss v4.1.13 | 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-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-thin: 100;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tighter: -0.05em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --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);
    --bg-blue-overlay: #ccecff;
  }
}

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

  p {
    color: var(--primary-black);
  }

  p:has(+ p) {
    margin: 0px 0px 36px;
  }

  p a {
    color: var(--danger-color);
  }

  h1,
  .heading-1,
  h2,
  .heading-2,
  h3,
  .heading-3,
  h4,
  .heading-4,
  h5,
  .heading-5,
  h6,
  .heading-6 {
    font-size: inherit;
    font-weight: inherit;
    white-space: normal !important;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    white-space: normal !important;
  }

  b,
  strong {
    font-weight: bolder;
    white-space: normal !important;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family,
        ui-monospace,
        SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        "Liberation Mono",
        "Courier New",
        monospace);
    white-space: normal !important;

    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%;
    white-space: normal !important;
  }

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

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

  ul,
  ol {
    list-style-position: inside;
  }

  menu {
    list-style: none;
  }

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

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

  form 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: 10px;
    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;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .-top-4 {
    top: calc(var(--spacing) * -4);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }

  .top-20 {
    top: calc(var(--spacing) * 20);
  }

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

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

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

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

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

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

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

  .container {
    width: 100%;

    @media (width >=40rem) {
      max-width: 40rem;
    }

    @media (width >=48rem) {
      max-width: 48rem;
    }

    @media (width >=64rem) {
      max-width: 64rem;
    }

    @media (width >=80rem) {
      max-width: 80rem;
    }

    @media (width >=96rem) {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-\[30px\] {
    margin-block: 30px;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-18 {
    margin-top: calc(var(--spacing) * 18);
  }

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

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

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

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

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

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

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

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

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

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

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

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

  .mr-10\.5 {
    margin-right: calc(var(--spacing) * 10.5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

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

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

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

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

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

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

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

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

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

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

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\!grid {
    display: grid !important;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .table {
    display: table;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-18 {
    height: calc(var(--spacing) * 18);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-18 {
    width: calc(var(--spacing) * 18);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(1\,1fr\)\] {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

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

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

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

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

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

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

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

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

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

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .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-17 {
    gap: calc(var(--spacing) * 17);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .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-\[36px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(36px * var(--tw-space-y-reverse));
      margin-block-end: calc(36px * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .space-y-\[48px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(48px * var(--tw-space-y-reverse));
      margin-block-end: calc(48px * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }

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

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

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

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

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

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

  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .space-x-12 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  .gap-y-2\.5 {
    row-gap: calc(var(--spacing) * 2.5);
  }

  .gap-y-\[18px\] {
    row-gap: 18px;
  }

  .gap-y-\[20px\] {
    row-gap: 20px;
  }

  .gap-y-\[30px\] {
    row-gap: 30px;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: 0.25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

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

  .rounded-\[10px\],
  .rounded-\[10px\]>img {
    border-radius: 10px;
  }

  .rounded-\[50\%\] {
    border-radius: 50%;
  }

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

  .rounded-full {
    border-radius: calc(infinity * 1px);
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

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

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

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

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-l-1 {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-\[var\(--bg-grey\)\] {
    border-color: var(--bg-grey);
  }

  .border-\[var\(--light-black\)\] {
    border-color: var(--light-black);
  }

  .border-\[var\(--light-gray\)\] {
    border-color: var(--light-gray);
  }

  .border-\[var\(--ligt-black\)\] {
    border-color: var(--ligt-black);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .bg-\[\#6A6A6C\] {
    background-color: #6a6a6c;
  }

  .bg-\[\#333333\] {
    background-color: #333333;
  }

  .bg-\[\#CCECFF\] {
    background-color: #ccecff;
  }

  .bg-\[var\(--bg-color\)\] {
    background-color: var(--bg-color);
  }

  .bg-\[var\(--bg-grey\)\] {
    background-color: var(--bg-grey);
  }

  .bg-\[var\(--bg-grey-50\)\] {
    background-color: var(--bg-grey-50);
  }

  .bg-\[var\(--danger-color\)\] {
    background-color: var(--danger-color);
  }

  .bg-\[var\(--dark-gray\)\] {
    background-color: var(--dark-gray);
  }

  .bg-\[var\(--primary-black\)\] {
    background-color: var(--primary-black);
  }

  .bg-\[var\(--secondary-color\)\] {
    background-color: var(--secondary-color);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/0 {
    background-color: color-mix(in srgb, #000 0%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .bg-transparent,
  #dropdown-close {
    background-color: transparent;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.5\)0\%\,rgba\(0\,0\,0\,0\)100\%\)\] {
    background-image: linear-gradient(180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%);
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-9 {
    padding: calc(var(--spacing) * 9);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .p-24 {
    padding: calc(var(--spacing) * 24);
  }

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

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

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

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

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

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

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

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

  .px-\[11px\] {
    padding-inline: 11px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[15px\] {
    padding-inline: 15px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[30px\] {
    padding-inline: 30px;
  }

  .px-\[36px\] {
    padding-inline: 36px;
  }

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

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

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

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }

  .py-23 {
    padding-block: calc(var(--spacing) * 23);
  }

  .py-\[3px\] {
    padding-block: 3px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[15px\] {
    padding-block: 15px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[23px\] {
    padding-block: 23px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[30px\] {
    padding-block: 30px;
  }

  .py-\[35px\] {
    padding-block: 35px;
  }

  .py-\[36px\] {
    padding-block: 36px;
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[44px\] {
    padding-block: 44px;
  }

  .py-\[52px\] {
    padding-block: 52px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .py-\[63px\] {
    padding-block: 63px;
  }

  .py-\[64px\] {
    padding-block: 64px;
  }

  .py-\[72px\] {
    padding-block: 72px;
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }

  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }

  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-4\.5 {
    padding-right: calc(var(--spacing) * 4.5);
  }

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

  .pr-15 {
    padding-right: calc(var(--spacing) * 15);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

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

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

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

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

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

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

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

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

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-\[73px\] {
    padding-left: 73px;
  }

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

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

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

  .font-\[Gotham-lght\] {
    font-family: Gotham-lght;
  }

  .font-\[Gotham-light\] {
    font-family: Gotham-light;
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

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

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

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

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

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

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

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

  .leading-\[105\%\] {
    --tw-leading: 105%;
    line-height: 105%;
  }

  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-\[350\] {
    --tw-font-weight: 350;
    font-weight: 350;
  }

  .font-\[var\(--light-black\)\] {
    --tw-font-weight: var(--light-black);
    font-weight: var(--light-black);
  }

  .font-\[var\(--primary-gotham\)\] {
    --tw-font-weight: var(--primary-gotham);
    font-weight: var(--primary-gotham);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }

  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }

  .tracking-\[-2\%\] {
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }

  .tracking-\[-3\%\] {
    --tw-tracking: -3%;
    letter-spacing: -3%;
  }

  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }

  .text-\[\#6A6A6C\] {
    color: #6a6a6c;
  }

  .text-\[\#333333\] {
    color: #333333;
  }

  .text-\[var\(--danger-color\)\] {
    color: var(--danger-color);
  }

  .text-\[var\(--dark-gray\)\] {
    color: var(--dark-gray);
  }

  .text-\[var\(--light-black\)\] {
    color: var(--light-black);
  }

  .text-\[var\(--primary-black\)\] {
    color: var(--primary-black);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-white,
  .text-white p {
    color: var(--color-white);
  }

  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .font-gothom-book {
    font-family: "Gotham-book" !important;
  }

  .max-width-560 {
    max-width: 560px;
  }

  .max-width-580 {
    max-width: 580px;
  }

  .opacity-0 {
    opacity: 0%;
  }

  .opacity-40 {
    opacity: 40%;
  }

  .opacity-100 {
    opacity: 100%;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
      0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .transition {
    transition-property: color, background-color, border-color, 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, display,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }

  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }

  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .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\/boxicon\:block {
    &:is(:where(.group\/boxicon):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }

  .group-hover\/boxicon\:hidden {
    &:is(:where(.group\/boxicon):hover *) {
      @media (hover: hover) {
        display: none;
      }
    }
  }

  .group-hover\/footer\:h-auto {
    &:is(:where(.group\/footer):hover *) {
      @media (hover: hover) {
        height: auto;
      }
    }
  }

  .group-hover\/footer\:opacity-100 {
    &:is(:where(.group\/footer):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }

  .group-hover\/icon\:bg-\[\#fff\] {
    &:is(:where(.group\/icon):hover *) {
      @media (hover: hover) {
        background-color: #fff;
      }
    }
  }

  .group-hover\/image\:bg-black\/40 {
    &:is(:where(.group\/image):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 40%, transparent);

        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab,
              var(--color-black) 40%,
              transparent);
        }
      }
    }
  }

  .group-hover\/image\:opacity-100 {
    &:is(:where(.group\/image):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }

  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }

  .hover\:bg-\[\#EAF8FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #eaf8ff;
      }
    }
  }

  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }

  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }

  .hover\:bg-gray-900 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-900);
      }
    }
  }

  .hover\:bg-red-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-700);
      }
    }
  }

  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }

  .hover\:text-\[var\(--danger-color\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--danger-color);
      }
    }
  }

  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }

  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }

  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
          0 2px 4px -2px 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);
      }
    }
  }

  .focus\:border-black {
    &:focus {
      border-color: var(--color-black);
    }
  }

  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:ring-black {
    &:focus {
      --tw-ring-color: var(--color-black);
    }
  }

  .sm\:relative {
    @media (width >=40rem) {
      position: relative;
    }
  }

  .sm\:mb-\[128px\] {
    @media (width >=40rem) {
      margin-bottom: 128px;
    }
  }

  .sm\:bottom-auto {
    @media (width >=40rem) {
      bottom: auto;
    }
  }

  .sm\:left-auto {
    @media (width >=40rem) {
      left: auto;
    }
  }

  .sm\:mx-auto {
    @media (width >=40rem) {
      margin-inline: auto;
    }
  }

  .sm\:mb-0 {
    @media (width >=40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .sm\:h-\[0px\] {
    @media (width >=40rem) {
      height: 0px;
    }
  }

  .sm\:h-\[250px\] {
    @media (width >=40rem) {
      height: 250px;
    }
  }

  .sm\:h-\[336px\] {
    @media (width >=40rem) {
      height: 336px;
    }
  }

  .sm\:w-\[100\%\] {
    @media (width >=40rem) {
      width: 100%;
    }
  }

  .sm\:w-\[224px\] {
    @media (width >=40rem) {
      width: 224px;
    }
  }

  .sm\:max-w-\[550px\] {
    @media (width >=40rem) {
      max-width: 550px;
    }
  }

  .sm\:max-w-\[calc\(100\%-48px\)\] {
    @media (width >=40rem) {
      max-width: calc(100% - 48px);
    }
  }

  .sm\:flex-col {
    @media (width >=40rem) {
      flex-direction: column;
    }
  }

  .sm\:gap-\[40px\] {
    @media (width >=40rem) {
      gap: 40px;
    }
  }

  .sm\:p-\[36px\] {
    @media (width >=40rem) {
      padding: 36px;
    }
  }

  .sm\:px-0 {
    @media (width >=40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .sm\:text-center {
    @media (width >=40rem) {
      text-align: center;
    }
  }

  .sm\:opacity-0 {
    @media (width >=40rem) {
      opacity: 0%;
    }
  }

  .md\:top-\[40px\] {
    @media (width >=48rem) {
      top: 40px;
    }
  }

  .md\:left-\[-30px\] {
    @media (width >=48rem) {
      left: -30px;
    }
  }

  .md\:left-\[50px\] {
    @media (width >=48rem) {
      left: 50px;
    }
  }

  .md\:mt-0 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .md\:mt-4 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }

  .md\:mt-18 {
    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 18);
    }
  }

  .md\:mt-\[45px\] {
    @media (width >=48rem) {
      margin-top: 45px;
    }
  }

  .md\:mt-\[48px\] {
    @media (width >=48rem) {
      margin-top: 48px;
    }
  }

  .md\:mt-\[70px\] {
    @media (width >=48rem) {
      margin-top: 70px;
    }
  }

  .md\:mt-\[140px\] {
    @media (width >=48rem) {
      margin-top: 140px;
    }
  }

  .md\:mb-0 {
    @media (width >=48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  .md\:mb-\[48px\] {
    @media (width >=48rem) {
      margin-bottom: 48px;
    }
  }

  .md\:mb-\[72px\] {
    @media (width >=48rem) {
      margin-bottom: 72px;
    }
  }

  .md\:block {
    @media (width >=48rem) {
      display: block;
    }
  }

  .md\:flex {
    @media (width >=48rem) {
      display: flex;
    }
  }

  .md\:hidden {
    @media (width >=48rem) {
      display: none;
    }
  }

  .md\:h-8 {
    @media (width >=48rem) {
      height: calc(var(--spacing) * 8);
    }
  }

  .md\:h-20 {
    @media (width >=48rem) {
      height: calc(var(--spacing) * 20);
    }
  }

  .md\:h-\[40px\] {
    @media (width >=48rem) {
      height: 40px;
    }
  }

  .md\:h-\[54px\] {
    @media (width >=48rem) {
      height: 54px;
    }
  }

  .md\:h-\[70px\] {
    @media (width >=48rem) {
      height: 70px;
    }
  }

  .md\:h-\[72px\] {
    @media (width >=48rem) {
      height: 72px;
    }
  }

  .md\:h-\[132px\] {
    @media (width >=48rem) {
      height: 132px;
    }
  }

  .md\:h-\[180px\] {
    @media (width >=48rem) {
      height: 180px;
    }
  }

  .md\:h-\[181px\] {
    @media (width >=48rem) {
      height: 181px;
    }
  }

  .md\:h-\[245px\] {
    @media (width >=48rem) {
      height: 245px;
    }
  }

  .md\:h-\[260px\] {
    @media (width >=48rem) {
      height: 260px;
    }
  }

  .md\:h-\[300px\] {
    @media (width >=48rem) {
      height: 300px;
    }
  }

  .md\:h-\[316px\] {
    @media (width >=48rem) {
      height: 316px;
    }
  }

  .md\:h-\[380px\] {
    @media (width >=48rem) {
      height: 380px;
    }
  }

  .md\:h-\[401px\] {
    @media (width >=48rem) {
      height: 401px;
    }
  }

  .md\:h-\[495px\] {
    @media (width >=48rem) {
      height: 495px;
    }
  }

  .md\:h-\[520px\] {
    @media (width >=48rem) {
      height: 520px;
    }
  }

  .md\:h-\[550px\] {
    @media (width >=48rem) {
      height: 550px;
    }
  }

  .md\:h-\[874px\] {
    @media (width >=48rem) {
      height: 874px;
    }
  }

  .md\:h-auto {
    @media (width >=48rem) {
      height: auto;
    }
  }

  .md\:max-h-\[580px\] {
    @media (width >=48rem) {
      max-height: 580px;
    }
  }

  .md\:min-h-\[245px\] {
    @media (width >=48rem) {
      min-height: 245px;
    }
  }

  .md\:min-h-screen {
    @media (width >=48rem) {
      min-height: 100vh;
    }
  }

  .md\:w-8 {
    @media (width >=48rem) {
      width: calc(var(--spacing) * 8);
    }
  }

  .md\:w-20 {
    @media (width >=48rem) {
      width: calc(var(--spacing) * 20);
    }
  }

  .md\:w-\[30\%\] {
    @media (width >=48rem) {
      width: 30%;
    }
  }

  .md\:w-\[40\%\] {
    @media (width >=48rem) {
      width: 40%;
    }
  }

  .md\:w-\[40px\] {
    @media (width >=48rem) {
      width: 40px;
    }
  }

  .md\:w-\[45\%\] {
    @media (width >=48rem) {
      width: 45%;
    }
  }

  .md\:w-\[54px\] {
    @media (width >=48rem) {
      width: 54px;
    }
  }

  .md\:w-\[55\%\] {
    @media (width >=48rem) {
      width: 55%;
    }
  }

  .md\:w-\[60\%\] {
    @media (width >=48rem) {
      width: 60%;
    }
  }

  .md\:w-\[70\%\] {
    @media (width >=48rem) {
      width: 70%;
    }
  }

  .md\:w-\[70px\] {
    @media (width >=48rem) {
      width: 70px;
    }
  }

  .md\:w-\[72px\] {
    @media (width >=48rem) {
      width: 72px;
    }
  }

  .md\:w-\[132px\] {
    @media (width >=48rem) {
      width: 132px;
    }
  }

  .md\:w-\[133px\] {
    @media (width >=48rem) {
      width: 133px;
    }
  }

  .md\:w-\[180px\] {
    @media (width >=48rem) {
      width: 180px;
    }
  }

  .md\:w-\[200px\] {
    @media (width >=48rem) {
      width: 200px;
    }
  }

  .md\:w-\[245px\] {
    @media (width >=48rem) {
      width: 245px;
    }
  }

  .md\:w-\[380px\] {
    @media (width >=48rem) {
      width: 380px;
    }
  }

  .md\:w-\[400px\] {
    @media (width >=48rem) {
      width: 400px;
    }
  }

  .md\:w-\[510px\] {
    @media (width >=48rem) {
      width: 510px;
    }
  }

  .md\:w-\[calc\(100\%-300px\)\] {
    @media (width >=48rem) {
      width: calc(100% - 300px);
    }
  }

  .md\:w-\[calc\(100\%-380px\)\] {
    @media (width >=48rem) {
      width: calc(100% - 380px);
    }
  }

  .md\:w-\[calc\(100\%-400px\)\] {
    @media (width >=48rem) {
      width: calc(100% - 400px);
    }
  }

  .md\:w-auto {
    @media (width >=48rem) {
      width: auto;
    }
  }

  .md\:w-full {
    @media (width >=48rem) {
      width: 100%;
    }
  }

  .md\:max-w-\[80\%\] {
    @media (width >=48rem) {
      max-width: 80%;
    }
  }

  .md\:max-w-\[100\%\] {
    @media (width >=48rem) {
      max-width: 100%;
    }
  }

  .md\:max-w-\[200px\] {
    @media (width >=48rem) {
      max-width: 200px;
    }
  }

  .md\:max-w-\[210px\] {
    @media (width >=48rem) {
      max-width: 210px;
    }
  }

  .md\:max-w-\[256px\] {
    @media (width >=48rem) {
      max-width: 256px;
    }
  }

  .md\:max-w-\[290px\] {
    @media (width >=48rem) {
      max-width: 290px;
    }
  }

  .md\:max-w-\[345px\] {
    @media (width >=48rem) {
      max-width: 345px;
    }
  }

  .md\:max-w-\[367px\] {
    @media (width >=48rem) {
      max-width: 367px;
    }
  }

  .md\:max-w-\[375px\] {
    @media (width >=48rem) {
      max-width: 375px;
    }
  }

  .md\:max-w-\[380px\] {
    @media (width >=48rem) {
      max-width: 380px;
    }
  }

  .md\:max-w-\[400px\] {
    @media (width >=48rem) {
      max-width: 400px;
    }
  }

  .md\:max-w-\[450px\] {
    @media (width >=48rem) {
      max-width: 450px;
    }
  }

  .md\:max-w-\[500px\] {
    @media (width >=48rem) {
      max-width: 500px;
    }
  }

  .md\:max-w-\[580px\] {
    @media (width >=48rem) {
      max-width: 580px;
    }
  }

  .md\:max-w-\[595px\] {
    @media (width >=48rem) {
      max-width: 595px;
    }
  }

  .md\:max-w-\[615px\] {
    @media (width >=48rem) {
      max-width: 615px;
    }
  }

  .md\:max-w-\[680px\] {
    @media (width >=48rem) {
      max-width: 680px;
    }
  }

  .md\:max-w-\[980px\] {
    @media (width >=48rem) {
      max-width: 980px;
    }
  }

  .md\:min-w-\[132px\] {
    @media (width >=48rem) {
      min-width: 132px;
    }
  }

  .md\:min-w-\[133px\] {
    @media (width >=48rem) {
      min-width: 133px;
    }
  }

  .md\:grid-cols-2 {
    @media (width >=48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .md\:grid-cols-3 {
    @media (width >=48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .md\:grid-cols-4 {
    @media (width >=48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .md\:flex-row {
    @media (width >=48rem) {
      flex-direction: row;
    }
  }

  .md\:flex-nowrap {
    @media (width >=48rem) {
      flex-wrap: nowrap;
    }
  }

  .md\:flex-wrap {
    @media (width >=48rem) {
      flex-wrap: wrap;
    }
  }

  .md\:items-center {
    @media (width >=48rem) {
      align-items: center;
    }
  }

  .md\:justify-between {
    @media (width >=48rem) {
      justify-content: space-between;
    }
  }

  .md\:gap-4 {
    @media (width >=48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }

  .md\:gap-10 {
    @media (width >=48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }

  .md\:gap-\[24px\] {
    @media (width >=48rem) {
      gap: 24px;
    }
  }

  .md\:gap-\[25px\] {
    @media (width >=48rem) {
      gap: 25px;
    }
  }

  .md\:gap-\[30px\] {
    @media (width >=48rem) {
      gap: 30px;
    }
  }

  .md\:gap-\[40px\] {
    @media (width >=48rem) {
      gap: 40px;
    }
  }

  .md\:gap-\[42px\] {
    @media (width >=48rem) {
      gap: 42px;
    }
  }

  .md\:gap-\[48px\] {
    @media (width >=48rem) {
      gap: 48px;
    }
  }

  .md\:gap-\[49px\] {
    @media (width >=48rem) {
      gap: 49px;
    }
  }

  .md\:gap-\[70px\] {
    @media (width >=48rem) {
      gap: 70px;
    }
  }

  .md\:gap-\[72px\] {
    @media (width >=48rem) {
      gap: 72px;
    }
  }

  .md\:space-y-\[48px\] {
    @media (width >=48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(48px * var(--tw-space-y-reverse));
        margin-block-end: calc(48px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }

  .md\:border {
    @media (width >=48rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  .md\:border-0 {
    @media (width >=48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }

  .md\:border-l-2 {
    @media (width >=48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }

  .md\:border-\[var\(--light-black\)\] {
    @media (width >=48rem) {
      border-color: var(--light-black);
    }
  }

  .md\:bg-gray-800\/50 {
    @media (width >=48rem) {
      background-color: color-mix(in srgb,
          oklch(27.8% 0.033 256.848) 50%,
          transparent);

      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab,
            var(--color-gray-800) 50%,
            transparent);
      }
    }
  }

  .md\:p-0 {
    @media (width >=48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }

  .md\:p-\[23px\] {
    @media (width >=48rem) {
      padding: 23px;
    }
  }

  .md\:p-\[24px\] {
    @media (width >=48rem) {
      padding: 24px;
    }
  }

  .md\:px-0 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .md\:px-10 {
    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  .md\:px-\[30px\] {
    @media (width >=48rem) {
      padding-inline: 30px;
    }
  }

  .md\:px-\[50px\] {
    @media (width >=48rem) {
      padding-inline: 50px;
    }
  }

  .md\:py-0 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  .md\:py-10 {
    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }

  .md\:py-\[0px\] {
    @media (width >=48rem) {
      padding-block: 0px;
    }
  }

  .md\:py-\[13px\] {
    @media (width >=48rem) {
      padding-block: 13px;
    }
  }

  .md\:py-\[20px\] {
    @media (width >=48rem) {
      padding-block: 20px;
    }
  }

  .md\:py-\[30px\] {
    @media (width >=48rem) {
      padding-block: 30px;
    }
  }

  .md\:py-\[36px\] {
    @media (width >=48rem) {
      padding-block: 36px;
    }
  }

  .md\:py-\[50px\] {
    @media (width >=48rem) {
      padding-block: 50px;
    }
  }

  .md\:py-\[52px\] {
    @media (width >=48rem) {
      padding-block: 52px;
    }
  }

  .md\:py-\[54px\] {
    @media (width >=48rem) {
      padding-block: 54px;
    }
  }

  .md\:py-\[60px\] {
    @media (width >=48rem) {
      padding-block: 60px;
    }
  }

  .md\:py-\[72px\] {
    @media (width >=48rem) {
      padding-block: 72px;
    }
  }

  .md\:py-\[96px\] {
    @media (width >=48rem) {
      padding-block: 96px;
    }
  }

  .md\:py-\[128px\] {
    @media (width >=48rem) {
      padding-block: 128px;
    }
  }

  .md\:py-\[236px\] {
    @media (width >=48rem) {
      padding-block: 236px;
    }
  }

  .md\:pt-0 {
    @media (width >=48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }

  .md\:pt-2\.5 {
    @media (width >=48rem) {
      padding-top: calc(var(--spacing) * 2.5);
    }
  }

  .md\:pt-9 {
    @media (width >=48rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }

  .md\:pt-15 {
    @media (width >=48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }

  .md\:pt-\[104px\] {
    @media (width >=48rem) {
      padding-top: 104px;
    }
  }

  .md\:pt-\[154px\] {
    @media (width >=48rem) {
      padding-top: 154px;
    }
  }

  .md\:pt-\[142px\] {
    @media (width >=48rem) {
      padding-top: 142px;
    }
  }

  .md\:pr-\[13px\] {
    @media (width >=48rem) {
      padding-right: 13px;
    }
  }

  .md\:pr-\[60px\] {
    @media (width >=48rem) {
      padding-right: 60px;
    }
  }

  .md\:pr-\[74px\] {
    @media (width >=48rem) {
      padding-right: 74px;
    }
  }

  .md\:pb-\[96px\] {
    @media (width >=48rem) {
      padding-bottom: 96px;
    }
  }

  .md\:pb-\[128px\] {
    @media (width >=48rem) {
      padding-bottom: 128px;
    }
  }

  .md\:pt-\[72px\] {
    @media (width >=48rem) {
      padding-top: 72px;
    }
  }

  .md\:pl-0 {
    @media (width >=48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }

  .md\:pl-8 {
    @media (width >=48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }

  .md\:pl-12 {
    @media (width >=48rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }

  .md\:pl-\[24px\] {
    @media (width >=48rem) {
      padding-left: 24px;
    }
  }

  .md\:pl-\[36px\] {
    @media (width >=48rem) {
      padding-left: 36px;
    }
  }

  .md\:text-\[24px\] {
    @media (width >=48rem) {
      font-size: 24px;
    }
  }

  .md\:text-white,
  .md\:text-white p {
    @media (width >=48rem) {
      color: var(--color-white);
    }
  }

  .md\:opacity-0 {
    @media (width >=48rem) {
      opacity: 0%;
    }
  }

  .md\:backdrop-blur-md {
    @media (width >=48rem) {
      --tw-backdrop-blur: blur(var(--blur-md));
      -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);
    }
  }

  .lg\:mt-0 {
    @media (width >=64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  .lg\:mt-\[96px\] {
    @media (width >=64rem) {
      margin-top: 96px;
    }
  }

  .lg\:mb-\[128px\] {
    @media (width >=64rem) {
      margin-top: 128px;
    }
  }

  .lg\:block {
    @media (width >=64rem) {
      display: block;
    }
  }

  .lg\:flex {
    @media (width >=64rem) {
      display: flex;
    }
  }

  .lg\:hidden {
    @media (width >=64rem) {
      display: none;
    }
  }

  .lg\:h-\[480px\] {
    @media (width >=64rem) {
      height: 480px;
    }
  }

  .lg\:w-\[30\%\] {
    @media (width >=64rem) {
      width: 30%;
    }
  }

  .lg\:w-\[35\%\] {
    @media (width >=64rem) {
      width: 35%;
    }
  }

  .lg\:w-\[70\%\] {
    @media (width >=64rem) {
      width: 70%;
    }
  }

  .lg\:w-\[980px\] {
    @media (width >=64rem) {
      width: 980px;
    }
  }

  .lg\:max-w-\[400px\] {
    @media (width >=64rem) {
      max-width: 400px;
    }
  }

  .lg\:max-w-\[690px\] {
    @media (width >=64rem) {
      max-width: 690px;
    }
  }

  .lg\:max-w-\[700px\] {
    @media (width >=64rem) {
      max-width: 700px;
    }
  }

  .lg\:max-w-\[740px\] {
    @media (width >=64rem) {
      max-width: 740px;
    }
  }

  .lg\:max-w-\[762px\] {
    @media (width >=64rem) {
      max-width: 762px;
    }
  }

  .lg\:max-w-\[980px\] {
    @media (width >=64rem) {
      max-width: 980px;
    }
  }

  .lg\:max-w-\[990px\] {
    @media (width >=64rem) {
      max-width: 990px;
    }
  }

  .lg\:max-w-\[1085px\] {
    @media (width >=64rem) {
      max-width: 1085px;
    }
  }

  .lg\:max-w-\[calc\(100\%-610px\)\] {
    @media (width >=64rem) {
      max-width: calc(100% - 610px);
    }
  }

  .lg\:min-w-\[550px\] {
    @media (width >=64rem) {
      min-width: 550px;
    }
  }

  .lg\:grid-cols-\[repeat\(2\,1fr\)\] {
    @media (width >=64rem) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .lg\:grid-cols-\[repeat\(3\,1fr\)\] {
    @media (width >=64rem) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .lg\:flex-row {
    @media (width >=64rem) {
      flex-direction: row;
    }
  }

  .lg\:items-start {
    @media (width >=64rem) {
      align-items: flex-start;
    }
  }

  .lg\:justify-between {
    @media (width >=64rem) {
      justify-content: space-between;
    }
  }

  .lg\:gap-5 {
    @media (width >=64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }

  .lg\:gap-\[80px\] {
    @media (width >=64rem) {
      gap: 80px;
    }
  }

  .lg\:px-0 {
    @media (width >=64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .lg\:pt-18 {
    @media (width >=64rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }

  .lg\:pb-\[150px\] {
    @media (width >=64rem) {
      padding-bottom: 150px;
    }
  }

  .lg\:pl-\[calc\(\(100\%-1180px\)\/2\)\] {
    @media (width >=64rem) {
      padding-left: calc((100% - 1180px) / 2);
    }
  }

  .xl\:left-\[calc\(\(100\%-1180px\)\/2\)\] {
    @media (width >=80rem) {
      left: calc((100% - 1180px) / 2);
    }
  }

  .xl\:h-\[510px\] {
    @media (width >=80rem) {
      height: 510px;
    }
  }

  .xl\:w-\[65\%\] {
    @media (width >=80rem) {
      width: 65%;
    }
  }

  .xl\:w-\[100\%\] {
    @media (width >=80rem) {
      width: 100%;
    }
  }

  .xl\:w-\[510px\] {
    @media (width >=80rem) {
      width: 510px;
    }
  }

  .xl\:px-0 {
    @media (width >=80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .\[\&_a\]\:text-\[var\(--danger-color\)\] {
    & a {
      color: var(--danger-color);
    }
  }

  .\[\&_h1\]\:mb-6 {
    & h1 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }

  .\[\&_h2\]\:pl-25 {
    & h2 {
      padding-left: calc(var(--spacing) * 25);
    }
  }

  .\[\&_h2\]\:text-\[var\(--danger-color\)\] {
    & h2 {
      color: var(--danger-color);
    }
  }

  .\[\&_h2\]\:text-\[var\(--light-black\)\] {
    & h2 {
      color: var(--light-black);
    }
  }

  .\[\&_h2\]\:text-\[var\(--primary-green\)\] {
    & h2 {
      color: var(--primary-green);
    }
  }

  .md\:\[\&_h2\]\:text-white {
    @media (width >=48rem) {
      & h2 {
        color: var(--color-white);
      }
    }
  }

  .lg\:\[\&_h2\]\:pl-0 {
    @media (width >=64rem) {
      & h2 {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }

  .\[\&_h4\]\:pl-25 {
    & h4 {
      padding-left: calc(var(--spacing) * 25);
    }
  }

  .\[\&_h5\]\:pb-\[30px\] {
    & h5 {
      padding-bottom: 30px;
    }
  }

  .\[\&_h5\]\:text-\[var\(--light-black\)\] {
    & h5 {
      color: var(--light-black);
    }
  }

  .lg\:\[\&_h5\]\:pb-9 {
    @media (width >=64rem) {
      & h5 {
        padding-bottom: calc(var(--spacing) * 9);
      }
    }
  }

  .\[\&_img\]\:h-full {
    & img {
      height: 100%;
    }
  }

  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }

  .\[\&_img\]\:max-w-\[72px\] {
    & img {
      max-width: 72px;
    }
  }

  .\[\&_img\]\:rounded-\[10px\] {
    & img {
      border-radius: 10px;
    }
  }

  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }

  .\[\&_img\]\:md\:max-w-\[100px\] {
    & img {
      @media (width >=48rem) {
        max-width: 100px;
      }
    }
  }

  .\[\&_p\]\:mt-6 {
    & p {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  .\[\&_p\]\:font-\[Gotham-light\] {
    & p {
      font-family: Gotham-light;
    }
  }

  .\[\&_p\]\:font-\[Gotham\] {
    & p {
      font-family: Gotham;
    }
  }

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

  .\[\&_p\]\:text-\[var\(--light-black\)\] {
    & p {
      color: var(--light-black);
    }
  }

  .md\:\[\&_p\]\:mt-7 {
    @media (width >=48rem) {
      & p {
        margin-top: calc(var(--spacing) * 7);
      }
    }
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-gotham);
  white-space: normal !important;
  font-variant-ligatures: none;
  white-space: normal !important;
  word-spacing: normal !important;
  font-feature-settings: "kern";
  white-space-collapse: collapse;
  /* modern browsers */
}

* {
  font-variant-ligatures: none;
  white-space: normal !important;
  word-spacing: normal !important;
  font-feature-settings: "kern";
}

:root {
  --primary-color: #ccecff80;
  --primary-black: #333333;
  --primary-dark-black: #000000;
  --bg-grey: #e6e6e6;
  --bg-color: #ccecff80;
  --bg-grey-50: #e6e6e680;
  --secondary-color: #009adb;
  --danger-color: #e11b22;
  --danger-color-darker: #c81016;
  --primary-green: #58b947;
  --dark-gray: #6a6a6c;
  --primary-gotham: "Gotham Book";
  --primary-serifa: "serifa";
}



@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham/gotham_book.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham/gotham_medium.otf") format("opentype");
}

@font-face {
  font-family: "serifa";
  src: url("../fonts/Serifa/Serifa\ BT_.ttf") format("truetype");
  font-weight: medium;
  font-style: medium;
}

.font-weight-400 {
  font-weight: 400;
}

.bottoml-rounded-10x {
  border-bottom-right-radius: 10px;

}

.rounded-tl-10px {
  border-top-left-radius: 10px;
}

.dcac-color-primary-black {
  color: #333333;
}

.dcac-gray {
  color: #6a6a6c;
}

.dcacupcomingevents-event-details-text {
  font-family: "Gotham Medium", sans-serif;

}

.dcacupcomingevents-event-title {
  color: #333333;
  font-weight: 500;
}

#plan-event .description p {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;
}

.download_btn_wrapper a {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;

}

.download_btn_wrapper a:hover {
  text-decoration: underline;
}

#gform_fields_3 .gfield_label {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;
  font-size: 16px;
}

#sponsor .help-headline {
  font-family: "serifa";

}


#dcacstats-68fa3a8ea2ba6 .stats-item .stats-item-description {
  color: #333333 !important;
}

.dcac-font-gotham {
  font-family: "Gotham Book", sans-serif;
}

#medium-text-hero .dcac_herotitle_full_width .dcachero-hero-section .hero-description p {
  font-family: "Gotham Medium", sans-serif;

}

.dcac-font-gotham-medium {
  font-family: "Gotham Medium", sans-serif;
}

#remove-padding-leftright {
  padding: 0 !important;
}

.dcaccontactinfo-block a {
  font-family: "Gotham Medium", sans-serif;
}


#event-overview-fontmd .event-info p {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;
}



.service-description strong {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;
}

@layer components {

  h1,
  .dcac-80-350,
  .heading-1 {
    font-size: clamp(2.5rem, 4.51vw + 1rem, 5rem);
    font-family: "Gotham Medium", sans-serif;
    font-weight: 350;
    --tw-leading: 95%;
    line-height: 95%;
    --tw-tracking: -2%;
    letter-spacing: -2%;
    color: var(--color-white);
  }

  h2,
  .heading-2 {
    font-size: clamp(2.5rem, 4.51vw + 1rem, 4rem);
    font-family: "Gotham Medium", sans-serif;
    --tw-leading: 95%;
    line-height: 95%;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }

  .h2-plus {
    font-size: clamp(2.5rem, 3.76vw + 1.618rem, 5rem);
    font-family: "Gotham Medium", sans-serif;
    font-weight: 350;
    letter-spacing: clamp(-1.6px, -0.0751vw - 0.5186px, -0.8px);
    --tw-leading: 95%;
    line-height: 95%;
  }

  h3,
  .heading-3 {
    font-size: clamp(2.375rem, 3.4vw + 1rem, 3rem);
    font-family: "Gotham Medium", sans-serif;
    --tw-leading: 95%;
    line-height: 95%;
    --tw-font-weight: var(--primary-gotham);
    font-weight: var(--primary-gotham);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }

  h4,
  .heading-4 {
    font-size: clamp(1.625rem, 1.4049rem + 0.939vw, 2.25rem);
    font-family: "Gotham Medium", sans-serif;
    --tw-leading: 105%;
    line-height: 105%;
    --tw-font-weight: 350;
    font-weight: 350;
    --tw-font-weight: var(--primary-gotham);
    font-weight: var(--primary-gotham);
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }

  h5,
  .heading-5 {
    font-size: clamp(1.625rem, 1vw + 1rem, 2.125rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 350;
    font-weight: 350;
    --tw-font-weight: var(--primary-gotham);
    font-weight: var(--primary-gotham);
    --tw-tracking: -3%;
    letter-spacing: -3%;
  }

  p {
    font-size: clamp(1rem, 0.2vw + 1rem, 1.125rem);
    font-weight: 350;
    --tw-leading: 150%;
    line-height: 150%;
    --tw-tracking: -2%;
    letter-spacing: -2%;
    line-break: unset;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .top-font {
    font-size: clamp(2.5rem, 4.51vw + 1rem, 5rem);
    font-family: "Gotham Medium", sans-serif;
    font-weight: 350;
    --tw-leading: 95%;
    line-height: 95%;
  }

  .font-28 {
    font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
    --tw-leading: 105%;
    line-height: 105%;
    --tw-font-weight: var(--primary-serifa);
    font-weight: var(--primary-serifa);
  }

  .font-20,
  .font-20 p {
    font-size: clamp(1rem, 0.2vw + 1rem, 1.25rem);
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: 350;
    font-weight: 350;
  }

  .font-18,
  .font-18 p {
    font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 350;
    font-weight: 350;
  }

  .font-16-350,
  .font-16-350 p {
    font-size: 16px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: 350;
    font-weight: 350;
  }

  .font-15-350,
  .font-15-350 p {
    font-size: 15px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: 350;
    font-weight: 350;
  }

  .font-16-500 {
    font-size: 16px;
    --tw-leading: 130%;
    line-height: 130%;
    --tw-font-weight: 500;
    font-weight: 500;
  }

  .font-36-400,
  .font-36-400 p {
    font-size: clamp(1.625rem, 1.3963rem + 0.9756vw, 2.25rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 400;
    font-weight: 400;
  }

  .font-34-400,
  .font-34-400 p {
    font-size: clamp(1.625rem, 1.4049rem + 0.939vw, 2.188rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 400;
    font-weight: 400;
  }

  .font-24-400,
  .font-24-400 p {
    font-size: clamp(1.375rem, 1.331rem + 0.1878vw, 1.5rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 400;
    font-weight: 400;
  }

  .font-14-400,
  .font-14-400 p {
    font-size: clamp(0.8125rem, 0.7905rem + 0.0939vw, 0.875rem);
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: 400;
    font-weight: 400;
  }

  .btn {
    font-size: clamp(1.125rem, 0.3vw + 1rem, 1.25rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(infinity * 1px);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -2%;
    letter-spacing: -2%;
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .redbuttonicon-btn {
    background-color: var(--danger-color);
    padding-block: 9px;
    padding-right: 9px;
    padding-left: 30px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: var(--danger-color-darker);
      }
    }
  }

  .redbuttonnoicon-btn {
    background-color: var(--danger-color);
    padding-inline: 30px;
    padding-block: 14px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: var(--danger-color-darker);
      }
    }

    & span {
      display: none;
    }
  }

  .blackbuttonwithicons-btn {
    background-color: var(--primary-black);
    padding-block: 9px;
    padding-right: 9px;
    padding-left: 30px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: var(--primary-dark-black);
      }
    }
  }

  .blackbuttonnoicons-btn {
    background-color: var(--primary-black);
    padding-inline: 30px;
    padding-block: 14px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: var(--primary-dark-black);
      }
    }

    & span {
      display: none;
    }
  }

  .whitebuttonwithicon-btn {
    background-color: var(--color-white);
    padding-block: 9px;
    padding-right: 9px;
    padding-left: 30px;
    color: var(--primary-black);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        color: var(--danger-color);
      }
    }
  }

  .whitebuttonnoicon-btn {
    background-color: var(--color-white);
    padding-inline: 30px;
    padding-block: 14px;
    color: var(--primary-black);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
        var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        color: var(--danger-color);
      }
    }

    & span {
      display: none;
    }
  }

  .bluebuttonwithicon-btn {
    background-color: var(--secondary-color);
    padding-block: 9px;
    padding-right: 9px;
    padding-left: 30px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
    var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: #008ACA;
      }
    }
  }

  .bluebuttonnoicon-btn {
    background-color: var(--secondary-color);
    padding-inline: 30px;
    padding-block: 14px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease,
    var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));

    &:hover {
      @media (hover: hover) {
        background-color: #008ACA;
      }
    }

    & span {
      display: none;
    }
  }

  .whitebuttonwithicon-btn svg circle {
    fill: var(--primary-black);
  }

  .whitebuttonbodywithicon-btn:hover svg circle {
    fill: var(--danger-color);
  }

  .whitebuttonwithicon-btn svg path {
    stroke: white;
  }

  .bluebuttonwithicon-btn svg path {
    stroke: var(--secondary-color);
  }

  .containers {
    margin-inline: auto;
    width: 100%;
    max-width: 1180px;
    padding-inline: calc(var(--spacing) * 4);

    @media (width >=80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  .containers-980 {
    margin-inline: auto;
    width: 100%;
    max-width: 980px;
    padding-inline: calc(var(--spacing) * 4);

    @media (width >=80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }


  .font-family-gotham {
    font-family: var(--primary-gotham);
  }

  .font-family-serifa {
    font-family: var(--primary-serifa);
  }

  .red-border-all {
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 5px;
    border-color: var(--danger-color);
  }

  .red-border-left {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 14px;
    border-color: var(--danger-color);
  }

  .red-border-right {
    border-right-style: var(--tw-border-style);
    border-right-width: 14px;
    border-color: var(--danger-color);

  }

  @media (max-width: 640px) {
    .red-border-left {
      border-inline-start-width: 4px;
    }



  }


  .red-border-all-1 {
    border-right-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--danger-color);
  }

  .border-black-all {
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--primary-black);
  }

  .dcad-mt-0 {
    margin-top: 0px !important;
  }

  .dcac-text-black,
  .dcac-text-black p {
    color: var(--primary-black);
  }

  .dcac-text-red,
  .dcac-text-red p {
    color: var(--danger-color);
  }

  .dcacreduldisc ul,
  .dcacgreendisc ul

  /* .uldcacreduldisc*/
    {
    padding-left: 18px;
    list-style-type: disc;
  }

  .dcacreduldisc li:first-child,
  .dcacgreendisc li:first-child {
    margin-top: 8px;
  }

  /* .uldcacreduldisc li {
    margin-bottom: 24px;
  } */


  /* .dcacgreendisc li::marker {
    color: var(--primary-green);
    font-size: 18px;
  } */
  .dcacgreendisc li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 24px;
  }

  .dcacgreendisc li:before {
    position: absolute;
    content: "";
    background-color: var(--primary-green);
    width: 6px;
    height: 6px;
    border-radius: 20px;
    left: 0;
    top: 12px
  }

  /* .dcacreduldisc li::marker,
  .uldcacreduldisc li::marker {
    color: red;
    font-size: 22px;
    
  } */

  /* --------------red-disc---------------------- */

  .dcacreduldisc ul {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
  }

  .dcacreduldisc ul li {
    position: relative;
    padding-left: 18px;
    /* space for custom disc */
    margin-bottom: 10px;
  }

  .dcacreduldisc ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /* adjust vertically */
    width: 8px;
    /* bullet size */
    height: 8px;
    background-color: red;
    /* bullet color */
    border-radius: 50%;
    /* make it circular */
  }


  .dcacreduldisc ul li,
  .dcacreduldisc li,
  .dcacgreendisc ul li,
  .dcacgreendisc li {
    margin-bottom: 8px;
    font-weight: 350;
    font-family: var(--primary-gotham);
  }

  .get-tickets-btn {
    font-size: clamp(1.125rem, 0.3vw + 1rem, 1.25rem);
    margin-top: calc(var(--spacing) * 2);
    transform: scale(1.05);
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--danger-color);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    color: var(--color-white);
    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));

    &:hover {
      @media (hover: hover) {
        background-color: var(--danger-color-darker);
      }
    }

    @media (width >=48rem) {
      margin-top: calc(var(--spacing) * 0);
    }

    @media (width >=48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }

    @media (width >=48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  .event-team-name p {
    font-size: clamp(1.125rem, 0.3vw + 1rem, 1.25rem);
    width: clamp(10rem, 19vw + 1rem, 17.063rem);
    border-radius: var(--radius-lg);
    background-color: var(--bg-grey);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
    --tw-leading: 130%;
    line-height: 130%;
    --tw-tracking: -3%;
    letter-spacing: -3%;
    color: var(--primary-black);
  }

  .dcacembedmap iframe {
    width: 100% !important;
    border-radius: 10px;
  }
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.blue-gradient {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #0284c7 100%);
}

.line-break-unset,
.line-break-unset p {
  line-break: unset !important;
  line-height: 150%;
}

.hero,
.midpagectabgimage-image-background {
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.midpagectabgimage-image-background {
  background-attachment: fixed;
}

.themequote-quote-content-wrapper {
  position: relative;
  z-index: 0;
}

.themequote-quote-content-wrapper .themequote-image {
  z-index: 2;
}

.themequote-quote-content-wrapper::after {
  content: "";
  width: 4px;
  height: 100%;
  background: var(--danger-color);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.themequote-nav:hover svg {
  color: var(--danger-color);
}

.dcac_image_wrapper_section .dcac_main_featured_image {
  transition: all 0.5s ease-in-out;
}

.dcac_image_wrapper_section:hover .dcac_main_featured_image {
  transform: scale(1.3);
}

.dcac-bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.dcadhasoverlay::after,
.midpagectabgimage-video-overlay,
.midpagectabgimage-image-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.alongsideimage-hero,
.dcachero-textonly-section,
.dcachero-content-form {
  z-index: 0;
  background-color: #ccecff;
}

.alongsideimage-hero::before,
.dcachero-textonly-section::before,
.dcachero-content-form::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  z-index: 1;
  filter: saturate(4);
  background-color: transparent !important;
  background: url("../assets/img/pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* .alongsideimage-hero {
  padding-top: 156px !important;
} */

.dcachero-donate-section {
  background-position: top center;
  background-size: 100% 1000px;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 1000px;
  padding-top: 202px;
  position: relative;
  margin-bottom: 128px;
}

.blogpage-heading {
  margin: 0 0 0;
}



/* .dcachero-donate-section::after {
  height: 1000px;
} */



.embededcode-wrapper iframe {
  border-radius: 10px;
}

.service-title {
  font-family: "serifa";
}

.service-link {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350 !important;
  gap: 10px !important;
}

.dcacservice-icon img {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
  z-index: 1;
}

.dcacservice-icon .service-icon-red {
  opacity: 0;
}

.dcacservice-icon::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../assets/img/Vector.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  right: -15px;
  top: 15px;
}

.dcacservice-card {
  transition: all 0.3s;
}


.dcacservice-card:hover {
  background: white;

}

.dcacservice-card:hover .service-icon-red {
  opacity: 1;
}

.dcacservice-card:hover .service-icon-black {
  opacity: 0;
}

.dcacoverlapping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.iconcolor_update svg circle {
  fill: var(--primary-black);
}

.iconcolor_update svg path {
  stroke: white;
}

.midpagectabgimage-variant-background {
  position: relative;
  overflow: hidden;
  background: url("../assets/img/Group\ 1756.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.midpagectabgimage-image-cutout-image--heart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='white'/%3E%3C/svg%3E") center/110% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z' fill='white'/%3E%3C/svg%3E") center/110% no-repeat;
  border-radius: 50%;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.midpagectabgimage-image-cutout-image--circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.midpagectabgimage-image-cutout-image--message {
  -webkit-mask-image: url(https://dcac.org/wp-content/uploads/message-icon.png);
  mask-image: url(https://dcac.org/wp-content/uploads/message-icon.png);
  -webkit-mask-position: top;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  border-radius: inherit;
  width: 300px;
  height: 300px;
  border-radius: 0;
}

.midpagectabgimage-image-cutout-image--speech-bubble {
  /* -webkit-mask: url("../assets/img/chat.png") center/contain no-repeat;
  mask: url("../assets/img/chat.png") center/contain no-repeat; */
  border-radius: 50%;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.midpagectabgimage-image-cutout-image--lightbulb {
  /* -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cpath d='M215.664 282.791C213.732 303.871 196.051 320.004 174.883 320H145.115C123.947 320.003 106.266 303.871 104.334 282.791H215.664ZM60.7256 143.926C69.6581 89.1312 121.32 51.9525 176.114 60.8848C224.711 68.807 260.416 110.763 260.465 160C260.537 190.479 246.666 219.318 222.81 238.288C218.384 241.771 215.805 247.095 215.814 252.726V260.465H104.187V252.726C104.055 246.977 101.384 241.581 96.8936 237.99C68.76 215.449 54.9402 179.508 60.7256 143.926ZM40.9307 148.838C47.0953 148.838 52.0927 153.835 52.0928 160C52.0928 166.165 47.0954 171.163 40.9307 171.163H11.1631C4.99818 171.163 0 166.165 0 160C0.0001 153.835 4.99824 148.838 11.1631 148.838H40.9307ZM308.837 148.838C315.002 148.838 319.999 153.835 319.999 160C319.999 166.165 315.002 171.163 308.837 171.163H279.069C272.904 171.163 267.906 166.165 267.906 160C267.906 153.835 272.904 148.838 279.069 148.838H308.837ZM257.355 46.8838C261.952 42.775 269.008 43.1703 273.117 47.7666C276.905 52.0034 276.905 58.4087 273.117 62.6455L252.102 83.7061C250.004 85.7993 247.161 86.9726 244.198 86.9658C238.033 86.9602 233.04 81.9579 233.045 75.793C233.048 72.8382 234.221 70.0051 236.31 67.9141L257.355 46.8838ZM47.7666 46.8838C52.0034 43.0963 58.4087 43.0963 62.6455 46.8838L83.7061 67.9141C88.0629 72.276 88.0582 79.3439 83.6963 83.7002C81.6013 85.7923 78.7625 86.9665 75.8027 86.9648C72.8446 86.971 70.0051 85.7978 67.9141 83.7051L46.8838 62.6455C42.775 58.049 43.1702 50.9926 47.7666 46.8838ZM160.001 0C166.166 0.00016 171.163 4.99828 171.163 11.1631V40.9307C171.163 47.0953 166.166 52.0926 160.001 52.0928C153.836 52.0928 148.838 47.0954 148.838 40.9307V11.1631C148.838 4.99818 153.836 0 160.001 0Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cpath d='M215.664 282.791C213.732 303.871 196.051 320.004 174.883 320H145.115C123.947 320.003 106.266 303.871 104.334 282.791H215.664ZM60.7256 143.926C69.6581 89.1312 121.32 51.9525 176.114 60.8848C224.711 68.807 260.416 110.763 260.465 160C260.537 190.479 246.666 219.318 222.81 238.288C218.384 241.771 215.805 247.095 215.814 252.726V260.465H104.187V252.726C104.055 246.977 101.384 241.581 96.8936 237.99C68.76 215.449 54.9402 179.508 60.7256 143.926ZM40.9307 148.838C47.0953 148.838 52.0927 153.835 52.0928 160C52.0928 166.165 47.0954 171.163 40.9307 171.163H11.1631C4.99818 171.163 0 166.165 0 160C0.0001 153.835 4.99824 148.838 11.1631 148.838H40.9307ZM308.837 148.838C315.002 148.838 319.999 153.835 319.999 160C319.999 166.165 315.002 171.163 308.837 171.163H279.069C272.904 171.163 267.906 166.165 267.906 160C267.906 153.835 272.904 148.838 279.069 148.838H308.837ZM257.355 46.8838C261.952 42.775 269.008 43.1703 273.117 47.7666C276.905 52.0034 276.905 58.4087 273.117 62.6455L252.102 83.7061C250.004 85.7993 247.161 86.9726 244.198 86.9658C238.033 86.9602 233.04 81.9579 233.045 75.793C233.048 72.8382 234.221 70.0051 236.31 67.9141L257.355 46.8838ZM47.7666 46.8838C52.0034 43.0963 58.4087 43.0963 62.6455 46.8838L83.7061 67.9141C88.0629 72.276 88.0582 79.3439 83.6963 83.7002C81.6013 85.7923 78.7625 86.9665 75.8027 86.9648C72.8446 86.971 70.0051 85.7978 67.9141 83.7051L46.8838 62.6455C42.775 58.049 43.1702 50.9926 47.7666 46.8838ZM160.001 0C166.166 0.00016 171.163 4.99828 171.163 11.1631V40.9307C171.163 47.0953 166.166 52.0926 160.001 52.0928C153.836 52.0928 148.838 47.0954 148.838 40.9307V11.1631C148.838 4.99818 153.836 0 160.001 0Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat; */
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.dcac-masking-dottedtyres {
  /* mask: url("../assets/img/tyre.svg") center/contain no-repeat;
  -webkit-mask: url("../assets/img/tyre.svg") center/contain no-repeat; */
  border-radius: 50%;
}

.dcac-maskedcoutout-wrapper {
  position: relative;
  background: #6a6a6c;
  transition: transform 1.5s ease, background 1.5s ease;
  overflow: hidden;
}

.dcac-maskedcoutout-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.iconhover_wrapper:hover .dcac-maskedcoutout-wrapper {
  transform: rotate(360deg);
  background: transparent;
}

.alongsideimage {
  max-width: 550px;
  min-width: 550px;
  height: 580px;
  /* Fixed height */
  border-top-left-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;

}

.font-color333 {
  color: #333333;
}

.dcachero-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
}

.iconhover_wrapper:hover img {
  opacity: 1;
}

.dcac-masking-flowers {
  /* mask: url("../assets/img/flower.svg") center/contain no-repeat;
  -webkit-mask: url("../assets/img/flower.svg") center/contain no-repeat; */
  border-radius: 50%;
}

.dcac-masking-twistedwheel {
  /* mask: url("../assets/img/wheel.svg") center/contain no-repeat;
  -webkit-mask: url("../assets/img/wheel.svg") center/contain no-repeat; */
  border-radius: 50%;

}

.icons_hover_effect {
  background-color: var(--bg-grey);
  color: var(--dark-gray);
}

.iconhover_wrapper:hover .icons_hover_effect {
  background-color: var(--dark-gray);
  color: var(--bg-grey);
}

.image_overlay_icons {
  width: 120px;
  height: 120px;
  padding: 28px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.description blockquote {
  border-left: 4px solid var(--danger-color);
  padding-left: 16px;
  margin: 36px 0px;
}

.description blockquote,
.description blockquote p {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  line-height: 105%;
  max-width: 90%;
  font-family: var(--primary-serifa);
}

.icongrid-additional-icons a {
  color: var(--danger-color);
}

.dcac-border-bg-grey {
  border-bottom: 1px solid var(--bg-grey);
}

.dcac-border-bg-grey:first-child,
.dcac-border-bg-grey:nth-child(2) {
  border-top: 1px solid var(--bg-grey);
}

.dcactabtitle.dcacactivetab {
  background: var(--secondary-color);
  color: white;

}

.dcactabcontent .dcactabtitle:first-child,
.dcactabtitle:first-child {
  border-radius: 10px 0px 0px 10px;
}

.dcactabtitle {
  border-right: 1px solid var(--primary-black);
}

.dcactabtitle:last-child {
  border-radius: 0px 10px 10px 0px;
  border-right: none;
}

#dcac_quote_carousel .owl-item {
  width: 100% !important;
}

#dcac_quote_carousel .owl-stage {
  display: flex;
}

.dcac-withrect {
  padding-left: 15px;
  position: relative;
}


#dcac-media-sec .dcac-mobile-padtop-50 .text-list-link .description strong {
  font-family: "Gotham Medium";
  font-weight: 350;
}

#dcac-media-sec .dcac-mobile-padtop-50 .text-list-link .description a {
  font-family: "Gotham Medium";
  font-weight: 350;
}

#dcac-rep-child-ab .featured-content-container p a {
  font-family: "Gotham Medium";
  font-weight: 350;
}

#dcac-rep-child-ab .featured-content-container p strong {
  font-family: "Gotham Medium";
  font-weight: 350;
}

.dcaccontactinfo-block .ctalist-slides-container .ctalist-slides-header h6 {
  font-family: "Gotham Medium";

}

.dcaccontactinfo-block .ctalist-slides-container .ctalist-slides-header a {
  color: #333333;

}

.dcaccontactinfo-block .ctalist-slides-container .ctalist-slides-header a.dcac-text-red {
  color: #e11b22;

}

.dcac-help-right .service-description {
  font-family: "Gotham Book";
  font-weight: 400;
}

.dcaccontactinfo-block .contact-info .contact-info-col .dcac-para-m-4 p strong {
  font-family: "Gotham Medium";
  font-weight: 350;
}

.dcaccontactinfo-block .contact-info .contact-info-col .dcac-para-m-4 p a {
  font-family: "Gotham Medium";
  font-weight: 350;
}

.dcac-withrect::before {
  content: "";
  background-color: white;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: calc(50% - 3px);
}

.imagealongside-image-cutout {
  mask: url("../assets/img/twisted.png") center/contain no-repeat;
  -webkit-mask: url("../assets/img/twisted.png") center/contain no-repeat;
}

.dcac-padd-y-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.dcacupcomingevents-event-visual {
  border-radius: 10px;
}

.dcacupcomingevents-event-visual img {
  border-radius: 10px;
}

.padding-bottom-10 {
  padding-bottom: 36px;
}

#event-overview-fontmd span {
  font-family: "Gotham Medium";
  font-weight: 350;
  color: #6a6a6c;
  letter-spacing: -0.48px;
}

.kwayy-html-sitemap-post-title.kwayy-event-title {
  margin: 20px 0;
}

#cta-list .mb-\[30px\] {
  margin-bottom: 48px;
}

#cta-list .ctalist-slides-card-content {
  padding: 60px 70px;
}

.cta-list-icon-wh {
  width: 90px !important;
  height: 90px !important;
  left: -50px !important;
  top: 37px !important;
}

@media (max-width: 768px) {

  .kwayy-html-sitemap-post-title.kwayy-event-title {
    margin: 10px 0;
  }

  #cta-list .ctalist-slides-card-content {
    padding: 30px 40px;
  }

  .cta-list-icon-wh {
    width: 50px !important;
    height: 50px !important;
    left: -25px !important;
    top: 27px !important;
  }

  .dcacnumberedlist-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;

  }


  /* .alongsideimage-hero {
    padding-top: 130px !important;
  } */

  #i-want-btn {
    height: 49px !important;
  }

  .padding-bottom-20 {
    padding-bottom: 20px;
  }

  .midpagectabgimage-image-cutout-image {
    margin-inline: auto !important;
  }

  .padding-bottom-10 {
    padding-bottom: 15px;
  }

  .dcac-padd-y-128 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .red-border-right {
    border-right-width: 4px;
  }

  #dcac-icon-grid-variant .dcachelp-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }


  #dcacevents-block .containers {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .dcacctatiles-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .ctalist-image-cutouts-layout {
    gap: 0px !important;
  }

  .ctalist-image-cutouts-item-content h3 {
    margin-bottom: 5px !important;
  }

  #colophon .dcacfooterlogo .containers {
    flex: 0 1 auto;
    column-gap: 10px !important;

  }



  .dcacfooterlogo {
    max-width: 55% !important;
  }

  .gap-x-26 {
    column-gap: 26;
  }




  .margin-top-4> :first-child {
    margin-bottom: 24px !important;
  }

  .margin-top-4> :nth-child(2) {
    margin-bottom: 10px !important;
  }

  .margin-top-4 a.btn {
    margin-top: 25px !important;
  }

  .margin-top-4 {
    margin-top: 16px !important;
  }

  .margin-top-2 {
    margin-top: 8px !important;
  }

  .variant-boxed-mb-30PX {
    margin-bottom: 16px !important;
  }

  #cta-list .btn {
    margin-top: 24px !important;

  }

  #cta-list .mb-\[30px\] {
    margin-bottom: 30px;
  }

  #dcac-faq-space .containers {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #cta-list .ctalist-slides {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #icon-grid-variant .dcachelp-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* .imagealongside-text-content .main-heading{
  margin-bottom: 24px !important;
} */

  .imagealongside-text-content .mt-\[30px\] {
    margin-top: 24px;
  }

  .dcachelp-block {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #dcac-cta-buttons .paddingtp {
    padding-bottom: 64px !important;
  }

  .imagealongside-text-content p:has(+ p) {
    margin: 0;
  }

  .variant-boxed-py-44px {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  /* .imagealongside-content {
    gap: 0px !important;
  } */

  .dcac-h-133 {
    height: 100px !important;
  }

  .main-container {
    min-height: auto;
    display: block;
  }

  .bg-image-container {
    height: 16rem;
    position: relative;
  }

  .content-wrapper {
    position: relative;
    z-index: 10;
    background: transparent;
    margin-top: 0;
  }

  .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0;
  }

  .trust-card.rounded-full {
    border-radius: 1rem;
    max-width: none;
    min-height: auto;
    grid-column: span 1;
  }

  .trust-card.rounded-3xl {
    border-radius: 1rem;
    max-width: none;
    min-height: auto;
    padding: 1rem;
    grid-column: span 2;
    margin-top: 1rem;
  }

  .dcachero-block.dcachero-variant-1>section,
  .dcachero-block.dcachero-variant-2>section,
  .dcachero-block.dcachero-variant-3>section,
  .dcachero-block.dcachero-variant-4>section,
  .dcachero-block.dcachero-variant-5>section,
  .dcachero-block.dcachero-variant-6>section {
    /* padding-top: 224px; */
    min-height: fit-content;
  }

}

.help-image-wrapper img {
  border-top-right-radius: 10px;
}

@media (min-width: 1180px) {
  .dcad-padd-container {
    padding-left: calc((100% - 1180px) / 2);
  }

  .dcac-h-133 {
    height: 133px !important;
  }

  .module-3 .module-content .module-heading {
    max-width: 210px;
  }

  .module-4 .module-content .module-heading {
    max-width: 184px;
  }

  .module-4 .module-content .module-description {
    max-width: 300px;
  }

  .module-5 .module-content .module-description {
    max-width: 410px;
  }

  .module-6 .module-content .module-heading {
    max-width: 281px;
  }

  .module-6 .module-content .module-description {
    max-width: 394px;
  }
}

@media (max-width: 1180px) and (min-width: 768px) {
  .dcad-padd-container {
    padding-left: 20px;
  }

  .dcac-h-133 {
    height: 133px !important;
  }
}

@media (min-width: 1250px) and (max-width: 1340px) {
  .help-image-wrapper {
    width: 380px;
    height: 380px;
  }

}

@media (max-width: 768px) {
  .padding-y-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .module {

    min-height: auto !important;
  }

  .dcad-padd-container {
    padding: 0px 20px;
  }

  .dcacoverlapping {
    position: relative;
    height: 300px;
  }

  .midpagectabgimage-hero-section {
    padding: 0px !important;
  }

  .dcac-description-coloring,
  .dcac-description-coloring p {
    color: var(--primary-black);
  }
}

.number-list-title {
  font-size: clamp(2.5rem, 4.51vw + 1rem, 5rem);
  margin-inline: auto;
  max-width: 968px;
  text-align: center;
  --tw-leading: 95%;
  line-height: 95%;
  --tw-font-weight: 350;
  font-weight: 350;
  --tw-tracking: -2%;
  letter-spacing: -2%;
  color: var(--light-black);
}

.module {
  display: flex;
  height: auto;
  max-width: 470px;
  gap: 30px;
  min-height: 300px;
}

.module {
  position: relative;
  overflow: visible;
}

.module::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  left: 50px;
  width: 340px;
  height: 340px;
  background-image: url("../assets/Ellipse 10.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.module>* {
  position: relative;
  z-index: 10;
}

.module .module-image {
  max-width: 100px;
  min-width: 100px;
  border-radius: calc(infinity * 1px);

  @media (width >=48rem) {
    max-width: 120px;
  }

  @media (width >=48rem) {
    min-width: 120px;
  }

  @media (width >=64rem) {
    max-width: 133px;
  }

  @media (width >=64rem) {
    min-width: 133px;
  }
}

.module .module-image .image-wraper {
  position: absolute;
  top: calc(var(--spacing) * -10);
  height: 100%;
}

.rounded-img {
  height: auto;
  width: 100%;
  border-radius: calc(infinity * 1px);
  object-fit: cover;
}

.top-icon {
  position: absolute;
  top: calc(18px * -1);
  right: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
}

.module-content .module-heading {
  font-size: clamp(1.5rem, 0.9vw + 1rem, 1.75rem);
  max-width: 230px;
  --tw-leading: 105%;
  line-height: 105%;
  --tw-tracking: -3%;
  letter-spacing: -0.5px;
  font-family: var(--primary-serifa);
}

.module-content .module-description {
  margin-top: calc(var(--spacing) * 5);
  font-size: 15px;
  --tw-leading: 150%;
  line-height: 150%;
  --tw-tracking: -3%;
  letter-spacing: -0.5px;
  color: var(--light-black);

  @media (width >=48rem) {
    font-size: 16px;
  }
}

.module-2 {
  @media (width >=64rem) {
    position: absolute;
  }

  @media (width >=64rem) {
    top: calc(var(--spacing) * 17);
  }

  @media (width >=64rem) {
    right: calc(var(--spacing) * 0);
  }
}

.second-vector {
  top: calc(var(--spacing) * 12);
  right: calc(var(--spacing) * 105);

  @media (width >=64rem) {
    position: absolute;
  }
}

.module-3 {
  @media (width >=64rem) {
    position: absolute;
  }

  @media (width >=64rem) {
    top: calc(var(--spacing) * 40);
  }

  @media (width >=64rem) {
    left: calc(var(--spacing) * 50);
  }
}

img.second-vector {
  top: 10px;
  right: 383px;
  min-height: 139px;
}

img.fourth-vector {
  min-width: 270px;
}

.spacer1 {
  @media (width >=64rem) {
    margin-block: calc(var(--spacing) * 80);
  }
}

.spacer2 {
  @media (width >=64rem) {
    margin-block: calc(var(--spacing) * 20);
  }
}

.third-vector {
  margin-left: calc(var(--spacing) * 45);
}

.fourth-vector {
  position: absolute;
  top: -70px;
  left: calc(var(--spacing) * 85);
}

.module-5 {
  max-width: 617px;
}

.module-3 {
  max-width: 645px;
}

.fifth-vector {
  position: absolute;
  top: calc(var(--spacing) * -50);
  left: calc(var(--spacing) * 135);
}

.module-6 {
  max-width: 600px;

  @media (width >=64rem) {
    position: absolute;
  }

  @media (width >=64rem) {
    top: calc(var(--spacing) * 23);
  }

  @media (width >=64rem) {
    left: calc(var(--spacing) * 68);
  }
}

.spacer-bottom {
  width: 100%;

  @media (width >=64rem) {
    min-height: 340px;
  }
}

.down-arrow {
  margin-top: calc(var(--spacing) * 5);
  margin-left: calc(var(--spacing) * 10);
  display: none;
}

@media (max-width: 1190px) and (min-width: 1180px) {
  .spacer2 {
    display: none;
  }

  .animated-vector[data-vector="fourth"] {
    width: 100%;
  }

  .spacer1 {
    margin-block: 215px;
  }

  .dcac-vector-3 {
    margin: -80px 0px 80px 0px;
  }

  .fourth-vector {
    top: -340px;
  }

  .module-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* .top-two-sectlist-dcac{
  min-height: 340px;
} */
@media (max-width: 1175px) {
  .top-two-sectlist-dcac {
    flex-direction: column !important;
  }

  .spacer1,
  .spacer2,
  .animated-vector[data-vector="second"],
  .animated-vector[data-vector="top"],
  .animated-vector[data-vector="third"],
  .animated-vector[data-vector="fourth"],
  .animated-vector[data-vector="fifth"] {
    display: none !important;
  }

  .module {
    width: 100% !important;
    max-width: 100% !important;
  }

  .animated-vector[data-vector="fourth"] {
    margin: 0px !important;
  }

  .module-2,
  .module-3,
  .module-4,
  .module-5,
  .module-6 {
    margin-top: 180px;
    left: auto !important;
    top: auto !important;
    position: relative !important;
    right: auto !important;
  }

  /* .module-4 {
    margin-top: 190px;
  } */
  .down-arrow {
    height: 100%;
  }

  .down-arrow {
    display: block;
  }


  .module::before {
    content: "";
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    width: 335px;
    height: 335px;
  }
}

@media (max-width: 450px) {
  .module {
    margin-top: calc(var(--spacing) * 17);
  }

  .mb-108 {
    margin-bottom: 52px !important;
  }

  .module-4 {
    margin-top: calc(var(--spacing) * 40);
  }

  .module-2,
  .module-3,
  .module-5,
  .module-6 {
    margin-top: 135px;
  }
}

/* Animated Vector Arrow Styles */
.dcac-numberlist-wrapper-id.animated-vector {
  position: relative;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dcac-numberlist-wrapper-id.animated-vector.in-view {
  opacity: 1;
}

.dcac-numberlist-wrapper-id.animated-vector img {
  display: block;
}

/* Top arrow - curves downward */
.dcac-numberlist-wrapper-id.animated-vector[data-vector="top"] img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="top"].animate img {
  animation: revealCurveDown 1.8s ease-out forwards;
}

@keyframes revealCurveDown {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Second vector - curves to the left/down */
.dcac-numberlist-wrapper-id.animated-vector[data-vector="second"] img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="second"].animate img {
  animation: revealCurveLeft 1.8s ease-out forwards;
}

@keyframes revealCurveLeft {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  50% {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Third vector - curves downward (FIXED) */
.dcac-numberlist-wrapper-id.animated-vector[data-vector="third"] img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="third"].animate img {
  animation: revealCurveDownThird 1.8s ease-out forwards;
}

@keyframes revealCurveDownThird {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  50% {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Fourth vector - horizontal/curved (FIXED) */
.dcac-numberlist-wrapper-id.animated-vector[data-vector="fourth"] {
  display: flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0;
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="fourth"] img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="fourth"].animate img {
  animation: revealHorizontalFourth 1.8s ease-out forwards;
}

@keyframes revealHorizontalFourth {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }

  50% {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Adjust vertical alignment for module 4-5 container */
@media (min-width: 1024px) {
  .dcac-numberlist-wrapper-id.animated-vector[data-vector="fourth"] {
    margin-top: 60px;
  }

  #gform_fields_3 .gfield_label {

    font-size: 16px;
  }

  .footer-cta .dcachero-primary-btn {
    font-size: 16px;
  }

  .ctalist-slides-card-text p {
    font-size: 20px;
  }

  .ctalist-slides-card-text ul li {
    font-size: 18px;
  }

  .dcacfaq-icon-content-inner ul li {
    font-size: 18px;
  }

  .midpagectabgimage-image-cutout-disclaimer p {
    font-size: 16px;

  }
}

/* Fifth vector - curves downward */
.dcac-numberlist-wrapper-id.animated-vector[data-vector="fifth"] img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.dcac-numberlist-wrapper-id.animated-vector[data-vector="fifth"].animate img {
  animation: revealDown 1.8s ease-out forwards;
}

@keyframes revealDown {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* Down arrows - animate downward */
.dcac-numberlist-wrapper-id.down-arrow {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  animation: none !important;
}

.dcac-numberlist-wrapper-id.module.in-view .down-arrow {
  animation: revealDownArrow 1s ease-out forwards !important;
  animation-delay: 0.3s !important;
}

@keyframes revealDownArrow {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.dcacfootersubscribe-block {
  background: url("../assets/img/footersub.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dcacfooteroverly {
  background: rgba(0, 0, 0, 0.6);
}

.dcac-transition-all {
  transition: all 2.5s ease-in-out;
}

.dcac-fade-in-view {
  opacity: 1;
}

@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-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;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
      --tw-tracking: initial;
    }
  }
}

.imagealongside-icon .imagealongside-image>img {
  height: clamp(335px, calc(20.9375rem + ((1vw - 7.68px) * 28.3505)), 500px);
  object-fit: cover;
}

.trusticonbg-parralles {
  background: url("../assets/img/trust.webp") center/cover no-repeat;
  background-attachment: fixed;
}

.ctalist-text-links ul li {
  font-family: "Gotham Medium", sans-serif;
}

.ctalist-text-links ul {
  gap: 0px 117px;
}

.letter-space-05 {
  letter-spacing: -0.5px;
}

.dcac_herotitle_full_width #left-aligned-content {
  max-width: 100%;
}

.event-team-block-style .event-team-name {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px !important;
  max-width: 892px !important;
}

@media (max-width: 768px) {
  .resize-onmobile-250px img {
    height: 223px !important;
  }

  .event-team-block-style .event-team-name {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }

  .event-team-block-style .event-team-name p {
    width: 100% !important;
  }

  .module {
    min-height: auto !important;
  }

  .dcac-card-footer-animate {
    opacity: 1 !important;
    transform: translate(0) !important;
  }

  .dcac-card-footer-wrapper-animate:hover .dcac-card-footer-animate {
    opacity: 1 !important;
    transform: translate(0) !important;
  }


  .padding-top-48 {
    padding-top: 0 !important;

  }

  .font-38px {
    font-size: 38px !important;
  }

  .dcachero-donate-section {
    min-height: 455px;
    margin-bottom: 67px;
  }

  .dcac_mobile_black {
    background-color: var(--primary-black) !important;
    color: white !important;
  }

  .midpagectabgimage-image-background,
  .trusticonbg-parralles {
    background-attachment: unset !important;
  }

  .dcac-mobile-margin-50 {
    margin: 50px 0px !important;
  }

  .dcacevents-block,
  .dcac-impactstats,
  .dcacteams-headshot,
  .dcac-mobile-pad-50,
  .dcac-mobile-pad-50 section {
    padding: 50px 0px !important;
  }

  .dcac-mobile-padtop-50 {
    padding-top: 50px !important;
  }

  .dcac-mobile-padbottom-50 {
    padding-bottom: 50px !important;
  }

  .dcac-remaining-padt-0,
  .dcac-mobile-pad-50>.containers {
    padding-top: 0px !important;
  }

  .dcac-remaining-pad-0,
  .dcac-remaining-pad-0 section,
  .dcac-mobile-pad-50>.containers {
    padding-bottom: 0px !important;
  }

  .dcac-padding-none {
    padding: 0px !important;
  }

  .after-img {
    padding: 12px 30px;
  }

  .headshorwrapper {
    min-width: 130px;
  }

  .dcac-mobile-pad-50 .featuredcontentwrapper {
    padding: 0px 20px !important;
  }

  .dcacteams-text_only {
    padding: 0px;
  }

  .imagealongside-icon,
  .imagealongside-block {
    margin: 0 0px !important;
  }

  /* .bg-image-container-variant-5,
  .dcachero-donate-section::after {
    height: 455px;
  } */



  .gap-y44 {
    row-gap: 44px !important;
  }

  .dcac-numberlist-wrapper-id .dcacnumberedlist-block .module-wraper .module .module-image .top-icon {
    height: 36px !important;
    width: 36px !important;
  }

  .mb-108 {
    margin-bottom: 120px;
  }

  .event-team-block-style .containers {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #midpage-cta-id .midpagectabgimage-content a.btn {
    margin-bottom: 34px !important;
    margin-top: 30px !important;
  }

  #mid-pge-input-space .midpagectabgimage-subscribe-container {
    gap: 30px !important;
  }

  .dcac-mainfooter-menu34-last nav {
    margin-bottom: 0px !important;
  }

  .btn {
    width: 100%;
    /* height: 54px !important; */
    padding-left: 24px !important;
    letter-spacing: -0.5px;
  }

  .dcachero-variant-2>section {
    background-position: right !important;
  }

  .btn svg {
    width: 32px;
    height: 32px;
  }

  .ctalist-slides-card-image img {
    object-position: top;
  }

  .ctalist-image-cutouts-container .btn {
    display: none;
  }

  .imagealongside-full-width {
    margin: 0px !important;
  }

  .image_overlay_icons {
    width: 80px;
    height: 80px;
    padding: 15px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }

  .imagealongside-icon .imagealongside-image>img {
    min-height: 343px;
    object-fit: cover;
  }

  .imagealongside-boxed .imagealongside-text-content .flex {
    gap: 0px;
  }

  .imagealongside-boxed .imagealongside-text-content .flex .dcacreduldisc:last-child ul li:first-child {
    margin-top: 0px;
  }

  .dcacfaq-icon-content {
    padding: 0px 13px 20px 13px;
  }

  .dcacembedmap iframe {
    height: 248px !important;
  }

  .dcac-padding-0>div {
    padding: 0px !important;
  }
}

.dcacfaq-icon-item>button {
  border-radius: 10px;
  background-color: white;
}

.dcac-w-full-image img {
  width: 100%;
}

/* solve mobile services issue  */
#services-dropdown a {
  display: flex !important;
  align-items: flex-start !important;
  /* keeps icons aligned to the top of multi-line text */
}

#services-dropdown .icon-div {
  flex-shrink: 0 !important;
  /* prevents icon from shrinking */
}

#services-dropdown h2 {
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  /* keeps text vertically aligned even if it's one or two lines */
  min-height: 32px !important;
  /* ensures all rows stay the same height */
}


/* header */
.language-selector {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
  outline: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
}

.kwayy-html-sitemap-post-list ul li {
  margin-top: 10px;
}

.kwayy-html-sitemap-post-list ul li a:hover {
  color: red;
  text-decoration: underline;
  display: inline-block;
}

.kwayy-html-sitemap-post-list ul ul {
  margin-left: 10px;
}

.kwayy-html-sitemap-post-list ul ul li::marker {
  color: red;
}

.service-submenu.w-\[200px\] {
  width: 240px !important;
}

.language-selector .active-lang {
  background-color: rgba(255, 255, 255, 0.3);
}

.language-selector .inactive-lang {
  background: transparent;
  transition: background 0.3s;
}

.language-selector .inactive-lang:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#mobile-menu .language-selector,
#i-want-btn,
.donate-btn {
  margin-top: 20px;
}

#mobile-menu .donate-btn,
#i-want-btn,
.lang-btn {
  font-size: 14px;
  font-family: "Gotham Medium", sans-serif;
}

#mobile-menu .dropdown #services-dropdown {
  padding: 24px 0;
  border-top: 1px solid #E6E6E6;
}

#mobile-menu .dropdown #services-dropdown .grid {
  gap: 24px;
}

#mobile-menu .dropdown #services-dropdown .space-y-6 .grid-cols-1 a {

  padding-block: 0 !important;
}

#mobile-menu .dropdown #services-dropdown .space-y-6 {
  padding-bottom: 15px;
}

.mobile-menu {
  z-index: 999 !important;
}

#mobile-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999 !important;
  overflow-y: auto;
  padding-top: 16px;
}

#mobile-dropdown {
  z-index: 10000 !important;
  position: relative;
}

.padding-top-48 {
  padding-top: 65px !important;

}


/* Mobile menu styles */
.mobile-menu {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Hamburger styles */
.hamburger {
  display: none;
  z-index: 9999 !important;
  cursor: pointer;
  background: transparent;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 32px;
  background: #333;
  margin: 7px 0;
  transition: 0.3s;
  z-index: 0;
}

.dcac-header-white .hamburger span {
  background: var(--primary-black);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (max-width: 1224px) {

  .desktop-navigation,
  .desktop-nav-buttons {
    display: none;
  }

  .hamburger {
    display: block;
    z-index: 1;
  }
}

#notification {
  transition: opacity 0.3s ease, height 0.3s ease, padding 0.3s ease;
}

#notification.hide {
  opacity: 0;
  height: 0;
  padding: 0 6px;
  overflow: hidden;
}

#close-notification {
  position: absolute;
  right: 8px;
  cursor: pointer;
}

header .desktop-nav-buttons .dropdown {
  display: none;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

}

header .desktop-nav-buttons .dropdown.active {
  display: block;
  animation: fadeIn 0.3s ease-in forwards;
}

header .desktop-nav-buttons .dropdown.fadeout {
  animation: fadeOut 0.3s ease-in forwards;

}

/* Define the keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

header .desktop-navigation .dropdown {
  display: none;
}

.nav-item {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350 !important;
}

.midpagectabgimage-subscribe-content .hero-description {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350 !important;
}

.nav-item:active {}

.nav-item {
  position: relative;
  color: #333;
  z-index: 1;
  display: flex;
}

.nav-item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #dc2626;
  transition: width 0.3s ease;
}

.nav-item:hover::after,
.nav-item.activenavitem::after {
  width: 100%;
}

.donate-btn {
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--danger-color);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3.5);
  font-size: 16px;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  transition-property: all;
  transition-timing-function: var(--tw-ease,
      var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  line-height: 130%;
  letter-spacing: -0.48px;

  &:hover {
    @media (hover: hover) {
      background-color: #c81016;
    }
  }
}

.midpagectabgimage-content p {
  font-family: "Gotham Medium";
}

.ctalist-slides-card-text p strong {
  font-family: "Gotham Medium";
  font-weight: 500;
}

.midpagectabgimage-image-cutout-content p {
  font-family: "Gotham Medium";

}

.midpagectabgimage-image-cutout-disclaimer p {
  font-family: "Gotham Book";

}


.legalmenu .footer-menu-custom-horizontal .toplevel {
  gap: 30px;
}

.legalmenu .footer-menu-custom-horizontal .toplevel .footer-item a {
  opacity: 100%;
  transition-duration: 0.3s ease-in-out;
}

.legalmenu .footer-menu-custom-horizontal .toplevel .footer-item a:hover {
  opacity: 70%;
}

/*---------------------------------------------------*/

/* Hide Email label */

/* Form container */
/* #gform_2 .gform_body {
    background: white;
    padding: 3px 28px ;
    border-radius: 40px;
    position: relative;
} */
/* Make input wrapper relative anchor */
#gform_2 {
  position: relative;
  /* Needed for absolute positioning of footer */
}

#gform_2 .gfield_label {
  display: none;
}

#gform_2 #field_2_1 .ginput_container {
  position: relative;
}

/* Input styling */
#input_2_1 {
  width: 100%;
  background: white;
  border: none !important;
  outline: none !important;
  padding: 33px 65px 33px 28px;
  /* Space for button */
  border-radius: 40px;
  font-size: 20px;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
  color: #333333;
}

/* Placeholder */
#input_2_1::placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 20px;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}

/* Position footer container to overlap the input */
#gform_2 .gform_footer {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  /* Allows clicks to pass through to input */
  display: flex;
  align-items: center;
}

/* Submit button styling and placement */
#gform_submit_button_2 {
  position: absolute !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #666666 !important;
  padding: 0 !important;
  cursor: pointer;
  border: none !important;
  pointer-events: auto;
  /* Re-enable clicks on button */
  object-fit: contain !important;
}

#gform_submit_button_2:hover,
#gform_submit_button_2:focus {
  border: none !important;
  outline: none !important;
  background-color: #555555 !important;
}

/* Hide other hidden inputs from layout */
#gform_2 .gform_footer .gform_hidden {
  position: absolute;
  visibility: hidden;
}

/* Hide validation message or position it absolutely so it doesn't affect layout */
#gform_2 #field_2_1 .validation_message {
  position: absolute;
  bottom: -25px;
  /* Position below the input */
  left: 28px;
  /* Align with input   padding */
  margin: 0;
  font-size: 14px;
  color: white;
}

/* Ensure field container doesn't grow with validation message */


/* Alternative: Hide validation message completely if you don't want to show it */


/*---------------------------------------------------*/

.dcacfaq-icon-accordion .dcacfaq-icon-item .dcacfaq-icon-content .dcacfaq-icon-content-inner ul li a {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, font-family 0.3s ease-in-out;
}

.dcacfaq-icon-accordion .dcacfaq-icon-item .dcacfaq-icon-content .dcacfaq-icon-content-inner ul li a:hover {
  font-family: "Gotham Medium", sans-serif;
  text-decoration: underline;
  color: #c81016;
}

.ctalist-block.ctalist-with-text .dcac-with-text-wrapper .text-links-left .text-list-link .description a {
  font-family: "Gotham Medium", sans-serif;
}

strong {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}

#want-to-btn-desktop {
  font-size: 16px !important;
  padding: 15px 30px;
  line-height: 20px;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.stats-grid .stats-item-description {
  max-width: 250px;
}

.mb-want-to-btn {
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--light-black);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3.5);
  background-color: #333333;
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease,
      var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));

  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
}

.interviewer {
  font-size: 24px;
  font-family: "Gotham Book";
  line-height: 150%;
  letter-spacing: -3%;
  font-weight: 350;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.text {
  color: #333333;
  font-family: "Gotham Book";
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -3%;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.img {
  justify-self: anchor-center;
  margin-bottom: 0px;
}

.after-img {
  color: #333333;
  width: 100%;
  justify-self: anchor-center;
  background: #e6e6e6;
  margin-top: -16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 40px;
}

header .desktop-navigation .group:hover .dropdown {
  display: block;
}


.service-submenu {
  display: none;
  max-height: 90vh;
  overflow-y: auto;
}

.service-submenu.active {
  display: block;
}

.hidden-iwant {
  display: none;
}

span.blog-Category-name {
  background: var(--primary-black);
  color: white;
  padding: 3px 6px;
  border-radius: 0px 0px 10px 10px;
}

.blog-Category-name-single {
  background: var(--dark-gray);
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
}

/* paginations blog */

.dcac-blog-pagination ul.page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
}

.dcac-blog-pagination ul .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--primary-black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gotham Medium";

}

.dcac-blog-pagination ul .page-numbers.current {
  background-color: #e6e6e6;
}

.blog-filter-btn.active {
  background-color: var(--dark-gray);
  color: white;
}

.blog-filter-btn:hover {
  background-color: var(--dark-gray);
  color: white;
}

.blog-filter-btn {
  padding: 7px 16px;
  border-radius: 30px;
}

.bg-blue-overlay {
  background-color: var(--bg-blue-overlay);
}

.dcac-share-wrapper {
  border-radius: 10px;
  border: 1px solid var(--primary-black);
  padding: 13px 28px;
  gap: 20px;
  z-index: 10;
  background-color: white;
  bottom: 0px;
}

.dcac-z-0 {
  position: relative;
  z-index: 0;
}

header #mobile-menu .dropdown-toggle {
  background-color: transparent !important;
  color: #6A6A6C;
}

header .dropdown-toggle span {
  background: var(--dark-gray);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header span.headermenu-down-arrow.arrow.rotate-180 {
  background: var(--bg-grey);
}

header span.headermenu-down-arrow.arrow.rotate-180 svg path {
  stroke: var(--primary-black);
}

.dropdown-toggle {
  border-top: 1px solid var(--bg-grey);
  padding: 13px 0px;
}

.header-wrappers-white {
  position: relative !important;
  top: auto;
}

.border-bottom-grey {
  border-bottom: 1px solid var(--bg-grey);
}

.event-template-default :where(figure) {
  margin-bottom: 0px;
}

.dcac-sticky-menu {
  padding: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dcac-sticky-menu-list {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.dcac-sticky-menu-item {
  flex: 0 0 auto;
}

.dcac-page-menu {
  position: sticky;
  top: 82px;
  z-index: 55;
  background-color: white;
}

.dcac-sticky-menu-item a {
  text-decoration: none;
  font-weight: 350;
  color: #333;
  display: inline-block;
  padding: 8px 12px;
  white-space: nowrap;
  font-family: "Gotham Medium";
}

.dcac-sticky-menu-item a:hover {
  color: var(--danger-color);
}

/* Hide scrollbar but keep scrollable */
.dcac-sticky-menu::-webkit-scrollbar {
  display: none;
}

.dcac-sticky-menu {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* Firefox */
}

.dcacdonatlist {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When active, fade + slide in */
.dcacdonatlist.show {
  opacity: 1;
  transform: translateY(0);
}

.soicla_profiles_wrapper {
  margin-top: 30px;
}

.dcac-card-footer-animate {
  opacity: 0;
  transition: all 0.9s ease-in-out;
  transform: translateY(30px);
}


.footer-link {
  opacity: 70%;
  transition: all 0.3s ease-in-out;
}

.footer-link:hover {
  opacity: 100%;
}

.dcac-card-footer-wrapper-animate {
  padding-left: 20px;
  padding-right: 20px;
}

.ctalist-image-cutouts-item-arrow {
  width: 64px;
  height: 64px;
}

.ctalist-image-cutouts-item-arrow svg {
  width: 40px;
  height: 40px;
}


@media (max-width: 640px) {
  .ctalist-image-cutouts-item-arrow {
    width: 36px;
    height: 36px;
  }

  .ctalist-image-cutouts-item-arrow svg {
    width: 22px;
    height: 22px;
  }
}



.ctalist-image-cutouts-item {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: none;
  border-bottom: none;
}

/* Top card */
.ctalist-image-cutouts-item:first-child {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* Bottom card */
.ctalist-image-cutouts-item:last-child {
  border-top: 1px solid #000;

  border-bottom: 1px solid #000;
}

header.is-sticky nav {
  align-items: center !important;
}

.imagealongside-text-section {
  font-family: "Gotham Book", sans-serif;
}

.imagealongside-container .imagealongside-text-section .main-heading {
  color: #333;
}

.hamburger span {
  transition: background 0.3s ease-in-out;
}

/* Hamburger spans turn white when header is sticky */
.dcac-header-transparent.is-sticky .hamburger span {
  background: white;
}


#impact-stats-border .max-w-\[700px\]>div {
  border: 1px solid #000;
  border-radius: 8px;
  border-top: none;
}

/* First child: add top border */
#impact-stats-border .max-w-\[700px\]>div:first-child {
  border-top: 1px solid #000;
}


.dcac-card-footer-wrapper-animate:hover .dcac-card-footer-animate {
  opacity: 1;
  transform: translateY(0);
}

.dcac-card-footer-wrapper-animate:hover a span {
  margin-bottom: 0px;
}

.dcac-card-footer-wrapper-animate>a span {
  margin-bottom: -24px;
  transition: all 0.4s ease-in-out;

}

.dcac-card-footer-wrapper-animate .event-teaser-bottom-title {
  font-family: "Gotham Medium", sans-serif;
}

.dcac-card-footer-wrapper-animate .sub-label {
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 130%;
  letter-spacing: -0.42px;
  position: relative;
  padding-left: 12px;
}

.dcac-card-footer-wrapper-animate .sub-label:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    top: 6px;
    left: 0;
}

.dcac-card-footer-wrapper-animate .description-text {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.form-wraper input[type="submit"] {
  background-color: var(--danger-color) !important;
  padding-inline: 30px !important;
  padding-block: 14px !important;
  color: var(--color-white) !important;
  border-radius: 100px !important;
  transition-property: all;
  transition-timing-function: var(--tw-ease,
      var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));

  &:hover {
    @media (hover: hover) {
      background-color: var(--danger-color-darker);
    }
  }

  & span {
    display: none;
  }
}

/** sticky header*/
header {
  position: relative;
  transition: all 0.3s ease;
  z-index: 9999;
}

.dcac-desktop-logo-colored-sticky {
  display: none;
}

.dcac-mb-0 {
  margin-bottom: 0px !important;
}

.midpagectabgimage-image-cutout-container .midpagectabgimage-image-cutout-content .hero-description {
  margin-top: 20px;
}

header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  align-items: center;
  isolation: isolate;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  background: rgba(0, 0, 0, 0.7) !important;
  /* translucent white */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header.is-sticky.dcac-header-transparent .dcac-desktop-logo-colored-sticky {
  display: block;
}

header.is-sticky.dcac-header-transparent .dcac-desktop-main-simple-logo {
  display: none;
}

.dcac-inner-heading-center {
  text-align: center;
}

.inneriframe-center-dcac iframe {
  margin: auto;
}

.dcachero-variant-5 .main-heading {
  max-width: 530px;
}


.imagealongside-boxed .description ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.imagealongside-text-section .hero-description {
  letter-spacing: -0.6px;
}


.dcacfaq-icon-item button .dcacfaq-icon-trigger-content {
  flex: 1 0 0;
}

.imagealongside-block:has(#imagerotateranimate) {
  overflow: hidden;
}

header .service-submenu.w-\[200px\] {
  width: 280px !important;
}

.service-submenu .icon-div {
  flex: 28px 0 0;
}

header .service-submenu.mega-menu .icon-group-col .icon-group-content {
  font-size: 14px;
  font-family: "Gotham Book";
  letter-spacing: -0.39px;
  line-height: 130%;
}

header .service-submenu.mega-menu .icon-group-col:hover .icon-img img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(70%) saturate(2595%) hue-rotate(338deg) brightness(110%) contrast(110%);
}

header .service-submenu.mega-menu .icon-group-col .icon-img img {
  width: 40px;
  height: 40px;
}

.mega-menu.service-submenu .icon-group-col,
.mega-menu.service-submenu .icon-group-col .icon-img img,
.mega-menu.service-submenu .icon-group-col .icon-img {
  transition: all 0.3s ease-in-out;
}

.normal-menu.service-submenu .simpler-item-menu .simpler-item-list {
  min-height: 44px
}

.normal-menu.service-submenu .simpler-item-menu:not(:has(.icon-div)):hover .simpler-item-list .text-base {
  padding-left: 8px;
}

.normal-menu.service-submenu .simpler-item-menu:not(:has(.icon-div)) .simpler-item-list .text-base {
  transition: all 0.3s ease-in-out;
  padding-left: 8px;
}

header .desktop-navigation .dcac-parent-nav:has(.service-submenu.active) .nav-item::after {
  width: 100%;
}

.header-wrapper .hello-bar {
  background: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(25px);
}

.dcachelp-block .help-right.dcac-help-right .help-image-wrapper {
  display: none;
}

.icon-state-col .icon-state-number:not(:has(.icon-state-icon)) .icon-state-title,
.icon-state-col .icon-state-number:not(:has(.icon-state-icon)) .icon-state-content {
  padding: 0;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.dcacstats-block {
  padding-top: 48px;
  padding-bottom: 48px;
}

.stats-grid .stats-item {
  flex: calc(33.33% - 20px) 0 0;
  margin-top: 12px;
}

.stats-grid .stats-item .stats-number {
  margin-bottom: 12px;
}

.stats-grid .stats-item .stats-item-description {
  margin-top: 20px;
}

.stats-grid .stats-item .stats-item-description {
  color: #333;
}

.stats-grid .stats-item .stats-number {
  color: #6A6A6C;
}


/* spacing */
.glide-pt-2 {
  padding-top: clamp(1px, calc(0.125rem + ((1vw - 7.68px) * 0)), 1px);
}

.glide-pt-4 {
  padding-top: clamp(4px, calc(0.25rem + ((1vw - 7.68px) * 0)), 4px);
}

.glide-pt-6 {
  padding-top: clamp(6px, calc(0.375rem + ((1vw - 7.68px) * 0)), 6px);
}

.glide-pt-8 {
  padding-top: clamp(8px, calc(0.5rem + ((1vw - 7.68px) * 0)), 8px);
}

.glide-pt-12 {
  padding-top: clamp(10px, calc(0.625rem + ((1vw - 7.68px) * 0.3436)), 12px);
}

.glide-pt-16 {
  padding-top: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.6873)), 16px);
}

.glide-pt-20 {
  padding-top: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.6873)), 20px);
}

.glide-pt-24 {
  padding-top: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.6873)), 24px);
}

.glide-pt-30 {
  padding-top: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
}

.glide-pt-32 {
  padding-top: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3746)), 32px);
}

.glide-pt-64 {
  padding-top: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 3.4364)), 64px);
}

.glide-pt-36 {
  padding-top: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 1.0309)), 36px);
}

.glide-pt-48 {
  padding-top: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 2.0619)), 48px);
}

.glide-pt-72 {
  padding-top: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 4.811)), 72px);
}

.glide-pt-96 {
  padding-top: clamp(52px, calc(3.25rem + ((1vw - 7.68px) * 7.5601)), 96px);
}

.glide-pt-80 {
  padding-top: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 7.5601)), 80px);
}

.glide-pt-112 {
  padding-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 8.2474)), 112px);
}

.glide-pt-120 {
  padding-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 9.622)), 120px);
}

.glide-pt-128 {
  padding-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 10.9966)), 128px);
}

.glide-pt-156 {
  padding-top: clamp(72px, calc(4.5rem + ((1vw - 7.68px) * 14.433)), 156px);
}

.glide-pt-200 {
  padding-top: clamp(84px, calc(5.25rem + ((1vw - 7.68px) * 19.9313)), 200px);
}

.glide-pt-236 {
  padding-top: clamp(98px, calc(6.125rem + ((1vw - 7.68px) * 23.7113)), 236px);
}

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

.glide-pb-2 {
  padding-bottom: clamp(1px, calc(0.125rem + ((1vw - 7.68px) * 0)), 1px);
}

.glide-pb-4 {
  padding-bottom: clamp(4px, calc(0.25rem + ((1vw - 7.68px) * 0)), 4px);
}

.glide-pb-6 {
  padding-bottom: clamp(6px, calc(0.375rem + ((1vw - 7.68px) * 0)), 6px);
}

.glide-pb-8 {
  padding-bottom: clamp(8px, calc(0.5rem + ((1vw - 7.68px) * 0)), 8px);
}

.glide-pb-12 {
  padding-bottom: clamp(10px, calc(0.625rem + ((1vw - 7.68px) * 0.3436)), 12px);
}

.glide-pb-16 {
  padding-bottom: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.6873)), 16px);
}

.glide-pb-20 {
  padding-bottom: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.6873)), 20px);
}

.glide-pb-24 {
  padding-bottom: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.6873)), 24px);
}

.glide-pb-30 {
  padding-bottom: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
}

.glide-pb-32 {
  padding-bottom: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3746)), 32px);
}

.glide-pb-64 {
  padding-bottom: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 3.4364)), 64px);
}

.glide-pb-36 {
  padding-bottom: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 1.0309)), 36px);
}

.glide-pb-48 {
  padding-bottom: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 2.0619)), 48px);
}

.glide-pb-72 {
  padding-bottom: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 4.811)), 72px);
}

.glide-pb-96 {
  padding-bottom: clamp(52px, calc(3.25rem + ((1vw - 7.68px) * 7.5601)), 96px);
}

.glide-pb-80 {
  padding-bottom: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 7.5601)), 80px);
}

.glide-pb-112 {
  padding-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 8.2474)), 112px);
}

.glide-pb-120 {
  padding-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 9.622)), 120px);
}

.glide-pb-128 {
  padding-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 10.9966)), 128px);
}

.glide-pb-156 {
  padding-bottom: clamp(72px, calc(4.5rem + ((1vw - 7.68px) * 14.433)), 156px);
}

.glide-pb-200 {
  padding-bottom: clamp(84px, calc(5.25rem + ((1vw - 7.68px) * 19.9313)), 200px);
}

.glide-pb-236 {
  padding-bottom: clamp(98px, calc(6.125rem + ((1vw - 7.68px) * 23.7113)), 236px);
}




.glide-mt-2 {
  margin-top: clamp(1px, calc(0.125rem + ((1vw - 7.68px) * 0)), 1px);
}

.glide-mt-4 {
  margin-top: clamp(4px, calc(0.25rem + ((1vw - 7.68px) * 0)), 4px);
}

.glide-mt-6 {
  margin-top: clamp(6px, calc(0.375rem + ((1vw - 7.68px) * 0)), 6px);
}

.glide-mt-8 {
  margin-top: clamp(8px, calc(0.5rem + ((1vw - 7.68px) * 0)), 8px);
}

.glide-mt-12 {
  margin-top: clamp(10px, calc(0.625rem + ((1vw - 7.68px) * 0.3436)), 12px);
}

.glide-mt-16 {
  margin-top: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.6873)), 16px);
}

.glide-mt-20 {
  margin-top: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.6873)), 20px);
}

.glide-mt-24 {
  margin-top: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.6873)), 24px);
}

.glide-mt-30 {
  margin-top: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
}

.glide-mt-32 {
  margin-top: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3746)), 32px);
}

.glide-mt-64 {
  margin-top: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 3.4364)), 64px);
}

.glide-mt-36 {
  margin-top: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 1.0309)), 36px);
}

.glide-mt-48 {
  margin-top: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 2.0619)), 48px);
}

.glide-mt-72 {
  margin-top: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 4.811)), 72px);
}

.glide-mt-96 {
  margin-top: clamp(52px, calc(3.25rem + ((1vw - 7.68px) * 7.5601)), 96px);
}

.glide-mt-80 {
  margin-top: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 7.5601)), 80px);
}

.glide-mt-112 {
  margin-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 8.2474)), 112px);
}

.glide-mt-120 {
  margin-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 9.622)), 120px);
}

.glide-mt-128 {
  margin-top: clamp(64px, calc(4rem + ((1vw - 7.68px) * 10.9966)), 128px);
}

.glide-mt-156 {
  margin-top: clamp(72px, calc(4.5rem + ((1vw - 7.68px) * 14.433)), 156px);
}

.glide-mt-200 {
  margin-top: clamp(84px, calc(5.25rem + ((1vw - 7.68px) * 19.9313)), 200px);
}

.glide-mt-236 {
  margin-top: clamp(98px, calc(6.125rem + ((1vw - 7.68px) * 23.7113)), 236px);
}


.glide-mb-2 {
  margin-bottom: clamp(1px, calc(0.125rem + ((1vw - 7.68px) * 0)), 1px);
}

.glide-mb-4 {
  margin-bottom: clamp(4px, calc(0.25rem + ((1vw - 7.68px) * 0)), 4px);
}

.glide-mb-6 {
  margin-bottom: clamp(6px, calc(0.375rem + ((1vw - 7.68px) * 0)), 6px);
}

.glide-mb-8 {
  margin-bottom: clamp(8px, calc(0.5rem + ((1vw - 7.68px) * 0)), 8px);
}

.glide-mb-12 {
  margin-bottom: clamp(10px, calc(0.625rem + ((1vw - 7.68px) * 0.3436)), 12px);
}

.glide-mb-16 {
  margin-bottom: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.6873)), 16px);
}

.glide-mb-20 {
  margin-bottom: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.6873)), 20px);
}

.glide-mb-24 {
  margin-bottom: clamp(20px, calc(1.25rem + ((1vw - 7.68px) * 0.6873)), 24px);
}

.glide-mb-30 {
  margin-bottom: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
}

.glide-mb-32 {
  margin-bottom: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.3746)), 32px);
}

.glide-mb-64 {
  margin-bottom: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 3.4364)), 64px);
}

.glide-mb-36 {
  margin-bottom: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 1.0309)), 36px);
}

.glide-mb-48 {
  margin-bottom: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 2.0619)), 48px);
}

.glide-mb-72 {
  margin-bottom: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 4.811)), 72px);
}

.glide-mb-96 {
  margin-bottom: clamp(52px, calc(3.25rem + ((1vw - 7.68px) * 7.5601)), 96px);
}

.glide-mb-80 {
  margin-bottom: clamp(36px, calc(2.25rem + ((1vw - 7.68px) * 7.5601)), 80px);
}

.glide-mb-112 {
  margin-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 8.2474)), 112px);
}

.glide-mb-120 {
  margin-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 9.622)), 120px);
}

.glide-mb-128 {
  margin-bottom: clamp(64px, calc(4rem + ((1vw - 7.68px) * 10.9966)), 128px);
}

.glide-mb-156 {
  margin-bottom: clamp(72px, calc(4.5rem + ((1vw - 7.68px) * 14.433)), 156px);
}

.glide-mb-200 {
  margin-bottom: clamp(84px, calc(5.25rem + ((1vw - 7.68px) * 19.9313)), 200px);
}

.glide-mb-236 {
  margin-bottom: clamp(98px, calc(6.125rem + ((1vw - 7.68px) * 23.7113)), 236px);
}

/* end */

.masonry-grid .grid-item:last-child {
  margin-bottom: 0;
}

header .dcac-parent-nav .list-angle {
  position: relative;
}

header .dcac-parent-nav .list-angle:after,
header .dcac-parent-nav .list-angle:before {
  content: "";
  display: block;
  height: 143px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 27px;
  transform: rotate(-50deg);
  transform-origin: top;
  visibility: hidden;
  width: 67px;
  z-index: 0;
}

header .dcac-parent-nav .list-angle:before {
  left: 0;
  right: auto;
  transform: rotate(45deg);
}

header .dcac-parent-nav .list-angle:hover:after,
header .dcac-parent-nav .list-angle:hover:before {
  height: 0;
  transition: height 8s linear, top .5s linear, bottom .5s linear;
  visibility: visible
}

.desktop-navigation .service-submenu .grid {
  row-gap: 0px;
}

.cta-mobile-dropdown {
  position: absolute !important;
  padding: 36px 20px 30px;
}

.remove-padding-leftright {
  padding: 0 !important;
}

.icon-content-gap {
  gap: 12px;
}

.blog-card-index-2 {
  z-index: 2;
}

.themequote-image-section .themequote-image img {
  border-radius: 10px 0px 0px 0px;
}

.themequote-quote-content-wrapper::after {
  width: 14px;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.dropdown-iwant {
  margin: 0px -10px;
}

.themequote-text p {
  line-height: 120%;
  letter-spacing: -0.03em;
}

span.blog-Category-name {
  border-radius: 4px;
  margin: 0;
}

.full-blog-card span.blog-Category-name {
  top: 20px;
}

.full-blog-card .blog-hero-content-heading {
  margin-top: 20px;
}

.masonry-grid span.blog-Category-name {
  top: 16px;
}

.masonry-grid .blog-post-heading {
  margin-top: 16px;
}

.image-wrapper img {
  object-position: top center;
}

.blog-Category-name-single {
  border-radius: 4px;
}

.dcac-page-menu {
  z-index: 11;
}

.themequote-quote-content .owl-carousel .owl-stage {
  margin-left: 2px;
}

.dropdown-custom-arrow {
  position: relative;
  appearance: none;
  z-index: 1;
  background-image: url("../assets/chevron-right.svg");
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 20px;
}

.blog-detail-hero {
  height: calc(100% - clamp(232px, calc(14.5rem + ((1vw - 7.68px) * 33.3333)), 426px));
}

.newsletter-form form {
  position: relative;
}

.newsletter-form .gform_wrapper .gform_fields,
.midpagectabgimage-subscribe-form .gform_wrapper .gform_fields {
  row-gap: 0px;
}

.newsletter-form form .gform_fields .gfield .gfield_label {
  display: none;
}

.newsletter-form form .gform_fields .ginput_container {
  position: relative;
}

.newsletter-form form .gform_fields input[type="email"] {
  width: 100%;
  background: white;
  border: none !important;
  outline: none !important;
  padding: 33px 65px 33px 28px;
  border-radius: 40px;
  font-size: 20px;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
  color: #333333;
}

.newsletter-form form .gform_fields input[type="email"]::placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 20px;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}

.newsletter-form form .gform_footer {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.newsletter-form form .gform_button {
  position: absolute !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #666666 !important;
  padding: 0 !important;
  cursor: pointer;
  border: none !important;
  pointer-events: auto;
  object-fit: contain !important;
}

.newsletter-form form .gform_button:hover,
.newsletter-form form .gform_button:focus {
  border: none !important;
  outline: none !important;
  background-color: #555555 !important;
}

.newsletter-form form .gform_button .gform_footer .gform_hidden {
  position: absolute;
  visibility: hidden;
}

.newsletter-form form .gform_fields .gfield .validation_message {
  position: absolute;
  bottom: -25px;
  left: 28px;
  margin: 0;
  font-size: 14px;
  color: white;
}

.newsletter-form .gform_validation_errors {
  display: none;
}


.footer-block-row {
  gap: clamp(44px, calc(2.75rem + ((1vw - 7.68px) * 13.0584)), 120px);
}

.footer-block-row .footer-menu-row {
  flex: 1 0 0;
}

.footer-block-row .footer-menu-row .footer-menu-custom .toplevel>div:last-child {
  margin-bottom: 0;
}

.footer-block-row .footer-menu-row .footer-list-col .menu-col-list {
  margin-bottom: 44px;
}

.footer-block-row .footer-menu-row .footer-list-col .menu-col-list:last-child {
  margin-bottom: 0;
}

.footer-block-row .footer-menu-row .footer-list-col .menu-col-list .footer-menu-custom {
  margin: 0;
}

.blog-index-1 {
  z-index: 1;
}

.event-form .gform_wrapper .gfield input[type="text"],
.event-form .gform_wrapper .gfield input[type="number"],
.event-form .gform_wrapper .gfield input[type="email"],
.event-form .gform_wrapper .gfield input[type="tel"],
.event-form .gform_wrapper .gfield input[type="url"],
.event-form .gform_wrapper .gfield input[type="search"],
.event-form .gform_wrapper .gfield input[type="password"],
.event-form .gform_wrapper .gfield input[type="time"],
.event-form .gform_wrapper .gfield input[type="date"],
.event-form .gform_wrapper .gfield input[type="datetime-local"],
.event-form .gform_wrapper .gfield input[type="week"],
.event-form .gform_wrapper .gfield input[type="month"],
.event-form .gform_wrapper .gfield input[type="file"],
.event-form .gform_wrapper .gfield input[type="range"],
.event-form .gform_wrapper .gfield input[list],
.event-form .gform_wrapper .gfield input[type="string"],
.event-form .gform_wrapper .gfield select,
.event-form .gform_wrapper .gfield textarea {
  font-family: "Gotham Book", sans-serif;
  font-weight: 350;
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 7.68px) * 0.1718)), 16px);
  line-height: clamp(19.5px, calc(1.21875rem + ((1vw - 7.68px) * 0.2234)), 20.8px);
  letter-spacing: clamp(-0.48px, calc(-0.028125rem + ((1vw - 7.68px) * -0.0052)), -0.45px);
  height: clamp(42px, calc(2.625rem + ((1vw - 7.68px) * 1.0309)), 48px);
  width: 100%;
  border: 1px solid #333333;
  background-color: #FFF;
  border-radius: 10px;
  color: #202020;
  outline: none;
  padding: 0 0 0 12px;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.event-form .gform_wrapper .gfield textarea {
  height: clamp(100px, calc(11.25rem + ((1vw - 7.68px) * -13.7457)), 180px);
  padding: 13px 0 0 12px;
}

.event-form .gform_wrapper .gfield .gfield_label {
  font-size: clamp(15px, calc(0.9375rem + ((1vw - 7.68px) * 0.1718)), 16px);
  line-height: clamp(19.5px, calc(1.21875rem + ((1vw - 7.68px) * 0.2234)), 20.8px);
  letter-spacing: clamp(-0.48px, calc(-0.028125rem + ((1vw - 7.68px) * -0.0052)), -0.45px);
  font-family: "Gotham Medium", sans-serif;
  font-weight: 350;
  margin-bottom: clamp(10px, calc(0.625rem + ((1vw - 7.68px) * 0.3436)), 12px);
}

.event-form::input-placeholder,
.event-form::-webkit-input-placeholder,
.event-form::-moz-placeholder,
.event-form::-ms-input-placeholder,
.event-form::placeholder {
  color: #6A6A6C;
}

.event-form .gform_wrapper .gform_fields {
  row-gap: clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
  column-gap: 20px;
}

.event-form .gform_wrapper .gform_footer {
  margin-top: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 1.0309)), 36px);
}

.event-form .gform_wrapper .gform-footer .gform_button {
  padding: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 0.3436)), 14px) clamp(24px, calc(1.5rem + ((1vw - 7.68px) * 1.0309)), 30px);
  border-radius: 50px;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 7.68px) * 0.3436)), 20px);
  line-height: clamp(23.4px, calc(1.4625rem + ((1vw - 7.68px) * 0.4467)), 26px);
  letter-spacing: clamp(-0.6px, calc(-0.03375rem + ((1vw - 7.68px) * -0.0103)), -0.54px);
}

.event-form .gform_wrapper .validation_message {
  color: #ffffff;
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: -0.36px;
  margin-top: 4px;
  font-family: "Gotham Medium";
  font-weight: 350;
}

.event-form .gform_wrapper .gform_validation_errors {
  display: none;
}

.icon-content-list {
  font-family: "Gotham Book";
  font-weight: 325;
  font-size: 14px;
  line-height: 130%;
}

.dcachero-donate-section .embededcode-wrapper iframe {
  max-width: 100% !important;
}

.dcachero-textonly-section,
.alongsideimage-hero::before,
.dcachero-textonly-section::before,
.dcachero-content-form::before {
  filter: none;
}

.single-post .dcac-share-wrapper .share-btn {
  margin: 0;
}

.single-details {
  margin-top: 27px;
}

.newsletter-form .gform-theme--framework .gform_validation_errors {
  display: none;
}

.dcacupcomingevents-events .dcacupcomingevents-event-visual {
  height: 460px;
}

.dcaccontactinfo-block .description.dcac-text-black,
.dcaccontactinfo-block .description.dcac-text-black p {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
}

#mobile-menu .dropdown .services-btn {
  display: inline-block !important;
}

.header-wrapper .hello-bar a {
  font-family: "Gotham Book";
  font-weight: 325;
  font-size: 16px;
  line-height: 130%;
}

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

.gtranslate_wrapper {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.4);
  outline: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: calc(var(--spacing) * 2);
  height: 50px;
  border-radius: calc(infinity * 1px);
}

.gtranslate_wrapper .glink {
  background: transparent;
  transition: background 0.3s ease;
  font-size: 14px;
  font-family: "Gotham Medium", sans-serif;
  padding: calc(var(--spacing) * 2);
  color: var(--color-white);
  font-weight: 350;
  line-height: var(--tw-leading, var(--text-sm--line-height));
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.gtranslate_wrapper .glink:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.gtranslate_wrapper .glink.gt-current-lang {
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 350;
}

#mobile-menu .gtranslate_wrapper {
  margin-top: 20px;
}

#gform_2 .gfield_label {
  display: block;
}

.imagealongside-image img {
  border-radius: 0px 10px 10px 0px;
}

.dcacfaq-block .dcacfaq-icon-content {
  padding-top: 7px;
}

.dcacfaq-block .dcacfaq-icon-content-inner ul {
  padding-left: 0px !important;
}

.text-white p a {
  color: var(--color-white);
}

.volunteer-form {
  height: 400px;
  width: 1000px;
  padding-left: 100px;
  padding-right: 100px;
}

.dcacservice-card ul,
.imagealongside-block ul {
  list-style: none;
  padding-left: 0;
}

.dcacservice-card ul li,
.imagealongside-block ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.dcacservice-card ul li::before,
.imagealongside-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}

.dcacservice-card ul li:last-child,
.imagealongside-block ul li:last-child {
  margin-bottom: 0px;
}

.help-right .service-description p {
  font-size: 15px;
}

.dcacupcomingevents-events .dcacupcomingevents-event-visual {
  height: 360px;
}

.carousel-container .carousel-slide {
  padding: 0 0px;
}

.logged-in .section-dcac-hero {
  padding-top: 150px;
}

.hello-bar-appear .section-dcac-hero {
  padding-top: 158px;
}

.logged-in.hello-bar-appear .section-dcac-hero {
  padding-top: 190px;
}

.section-dcac-hero {
  padding-top: 118px;
}

.event-teaser-bottom-btn {
  display: inline-flex;
}

.midpagectabgimage-image-background {
  background-position: top center;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.image-card-hover {
  display: flex;
  flex-direction: column;
}

.grecaptcha-badge{
   z-index: 98 !important;
}
.location-detail-title{
  font-family: "Gotham Medium";
}
@media(max-width: 1224px) {
  .header-white-show .hamburger span {
    background: #fff;
  }
}

@media(max-width: 1023px) {
  .themequote-quote-content-wrapper::after {
    width: 4px;
  }

  .themequote-quote-icon {
    max-width: 55px;
  }

  .themequote-content {
    align-items: flex-end;
  }
}

@media(max-width: 991px) {
  .stats-grid {
    gap: 24px;
  }

  .stats-grid .stats-item {
    flex: calc(50% - 20px) 0 0;
  }

  .footer-block-row .footer-menu-row {
    flex: 100% 0 0;
    column-gap: 34px;
  }

  .footer-block-row .footer-menu-row .footer-list-col {
    flex: calc(50% - 17px) 0 0;
  }

  .footer-block-row .dcac-mainfooter-logo {
    flex: 100% 0 0;
    width: 100%;
    max-width: 100%;
  }

  .footer-block-row .footer-menu-row .footer-menu-custom .toplevel>div {
    margin-bottom: 16px;
  }

  .footer-link {
    font-size: 15px;
    letter-spacing: -0.45px;
    line-height: 130%;
  }

  .footer-block-row .footer-menu-row .footer-menu-custom {
    margin-bottom: 44px;
  }

  .footer-block-row .footer-menu-row .footer-list-col.dcac-mainfooter-menu34-last {
    order: 2;
  }

  .footer-block-row .footer-menu-row .footer-list-col.menu-list-second {
    order: 3;
    width: 100%;
    flex: 100% 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
  }

  .footer-block-row .footer-menu-row .footer-list-col.menu-list-second .menu-col-list {
    flex: 1 0 0;
    margin: 0;
  }

  .dcachelp-block .help-left .help-image-wrapper {
    display: none;
  }

  .dcachelp-block .help-right.dcac-help-right .help-image-wrapper {
    display: block;
    position: relative;
    margin-left: -30px;
    top: 27px;
    width: 238px;
    height: 238px;
  }

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


@media(max-width: 768px) {

  .mobile-menu .mobile-menu-btns .btn,
  .mobile-menu .mobile-menu-btns #i-want-btn {
    padding: 0 16px !important;
    height: 44px !important;
  }

  .mobile-menu-btns .donate-btn {
    padding: 13px 24px;
    height: 44px;
    margin-right: 10px;
  }

  #mobile-menu .mobile-menu-btns .language-selector,
  #mobile-menu .gtranslate_wrapper {
    height: 44px;
    margin-right: 10px;
  }

  #mobile-menu .mobile-menu-btns .language-selector .lang-btn,
  #mobile-menu .gtranslate_wrapper .glink {
    width: 32px;
    height: 32px;
    padding: 2px;
  }

  .ctalist-slides-card-content .cta-icon {
    left: 20px !important;
    top: -30px !important;
  }

  .ctalist-with-image .ctalist-slides-card-content {
    padding: 54px 20px 44px !important;
  }

  .single-details {
    margin-top: 23px;
  }

  #dcac-faq-space .containers {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .video-home-hero .btn {
    width: fit-content;
  }

  .imagealongside-text-content p:has(+ p) {
    margin-bottom: 24px;
  }
}


@media(max-width: 767px) {
  .logged-in .section-dcac-hero {
    padding-top: 94px;
  }

  .section-dcac-hero {
    padding-top: 94px;
  }

  .hello-bar-appear .section-dcac-hero {
    padding-top: 93px;
  }

  .logged-in.hello-bar-appear .section-dcac-hero {
    padding-top: 125px;
  }

  .dcachelp-block {
    margin-bottom: 52px;
    padding-bottom: 27px !important;
    position: relative;
  }

  .dcachelp-block:after {
    content: "";
    position: absolute;
    bottom: -52px;
    background-color: var(--bg-color);
    left: -4px;
    width: calc(100% + 4px);
    height: 52px;
  }

  .dcachelp-block .help-right.dcac-help-right .help-image-wrapper img {
    border-bottom-right-radius: 10px;
  }



  .dcacupcomingevents-events {
    flex-wrap: wrap
  }

  .dcacupcomingevents-events .dcacupcomingevents-events-item {
    width: 100%;
  }

  .imagealongside-container .imagealongside-boxed-wrapper .imagealongside-text-section {
    padding-bottom: 30px !important;
  }

  .imagealongside-container .imagealongside-boxed-wrapper .imagealongside-text-section .description blockquote {
    margin: 30px 0;
    max-width: 100%;
    letter-spacing: -0.72px;
  }

  .imagealongside-container .imagealongside-boxed-wrapper .imagealongside-text-section .description blockquote:last-child {
    margin-bottom: 0;
  }

  .midpagectabgimage-background-container .midpagectabgimage-background-content .btn {
    width: auto;
  }

  .stats-grid .stats-item {
    flex: 100% 0 0;
  }

  .dcacfaq-icon-item>button {
    padding: 16px 16px 16px 20px;
    align-items: flex-start;
  }

  .dcacfaq-block .dcacfaq-icon-content {
    padding-top: 0px;
  }

  .dcacfaq-icon-accordion .dcacfaq-icon-item {
    margin-bottom: 16px;
  }

  .dcacfaq-icon-accordion .dcacfaq-icon-item:last-child {
    margin-bottom: 0;
  }

  .dcacupcomingevents-events .dcacupcomingevents-event-visual {
    height: 180px;
  }

  .header-wrapper .hello-bar {
    background: #6A6A6C;
    backdrop-filter: blur(50px);
  }

  .header-wrapper .hello-bar a {
    font-size: 15px;
    line-height: 130%;
  }

  .volunteer-form {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .dcacupcomingevents-events .dcacupcomingevents-event-visual {
    height: 180px;
  }

  .midpagectabgimage-block .midpagectabgimage-image-background .midpagectabgimage-image-overlay {
    display: none;
  }

  .midpagectabgimage-block .midpagectabgimage-image-background {
    height: 280px;
    background-position: top;
  }
}

@media(max-width: 639px) {
  .stats-grid .stats-item {
    gap: 24px;
    margin-top: 0;
  }

  .dcacstats-block {
    padding-top: 72px;
  }

  .stats-grid .stats-item .stats-item-description {
    margin-top: 0;
    flex: 1 0 0;
  }

  .stats-grid .stats-item .stats-number {
    flex: 134px 0 0;
  }

  .stats-grid .stats-item .stats-separator {
    height: 3px;
    width: 30px;
    left: 159px;
  }
}