@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800&display=swap);
/*! 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-sky-100: oklch(95.1% 0.026 236.824);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-md: 782px;
    --container-sm: 24rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: var(--wp--preset--font-size--base, 1rem);
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: var(--wp--preset--font-size--4xl, 2.25rem);
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: 1;
    --text-6xl: var(--wp--preset--font-size--6xl, 3.75rem);
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: var(--wp--preset--color--primary);
    --color-secondary: var(--wp--preset--color--secondary);
    --color-zepz-blue: #3b1280;
    --font-display: "Spartan", "sans-serif";
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-\[200px\] {
    top: calc(200px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .-right-40 {
    right: calc(var(--spacing) * -40);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-\[120px\] {
    bottom: calc(120px * -1);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-100 {
    z-index: 100;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .alignwide {
    width: calc(200px + var(--wp--style--global--wide-size));
    img {
      width: 100%;
      margin: 0 -100px 0 -100px !important;
    }
  }
  .alignfull {
    width: 100vw;
    margin: 0 calc(50% - 50vw) !important;
  }
  .aligncenter {
    margin: 0.5rem auto !important;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[5rem\] {
    margin-top: 5rem;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .alignnone {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .\!mb-\[50px\] {
    margin-bottom: 50px !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[98vh\] {
    height: 98vh;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[auto\] {
    height: auto;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[full\] {
    width: full;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .container {
    max-width: var(--wp--style--global--wide-size);
  }
  .max-w-\(--breakpoint-md\) {
    max-width: var(--breakpoint-md);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1425px\] {
    max-width: 1425px;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .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);
  }
  .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-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)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#fbfbfb\] {
    background-color: #fbfbfb;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-10\% {
    --tw-gradient-from-position: 10%;
  }
  .via-sky-100 {
    --tw-gradient-via: var(--color-sky-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-30\% {
    --tw-gradient-via-position: 30%;
  }
  .to-blue-200 {
    --tw-gradient-to: var(--color-blue-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-90\% {
    --tw-gradient-to-position: 90%;
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .object-top {
    -o-object-position: top;
       object-position: top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .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-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-\[95px\] {
    padding-top: 95px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[36px\] {
    font-size: 36px !important;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#bfa46c\] {
    color: #bfa46c;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --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,);
  }
  .drop-shadow-xl {
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .first\:pt-8 {
    &:first-child {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .hover\:border-\[\#bfa46c\] {
    &:hover {
      @media (hover: hover) {
        border-color: #bfa46c;
      }
    }
  }
  .hover\:bg-gray-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-\[\#bfa46c\] {
    &:hover {
      @media (hover: hover) {
        color: #bfa46c;
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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-gray-900 {
    &:focus {
      --tw-ring-color: var(--color-gray-900);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-white {
    &:focus {
      --tw-ring-offset-color: var(--color-white);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .sm\:w-auto {
    @media (width >= 600px) {
      width: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:col-span-2 {
    @media (width >= 782px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:my-6 {
    @media (width >= 782px) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:flex {
    @media (width >= 782px) {
      display: flex;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 782px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:max-w-\[720px\] {
    @media (width >= 782px) {
      max-width: 720px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 782px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 782px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 782px) {
      flex-direction: row;
    }
  }
  .md\:justify-self-center {
    @media (width >= 782px) {
      justify-self: center;
    }
  }
  .md\:px-10 {
    @media (width >= 782px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:text-3xl {
    @media (width >= 782px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:relative {
    @media (width >= 960px) {
      position: relative;
    }
  }
  .lg\:top-30 {
    @media (width >= 960px) {
      top: calc(var(--spacing) * 30);
    }
  }
  .lg\:right-40 {
    @media (width >= 960px) {
      right: calc(var(--spacing) * 40);
    }
  }
  .lg\:bottom-20 {
    @media (width >= 960px) {
      bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:left-30 {
    @media (width >= 960px) {
      left: calc(var(--spacing) * 30);
    }
  }
  .lg\:z-50 {
    @media (width >= 960px) {
      z-index: 50;
    }
  }
  .lg\:order-1 {
    @media (width >= 960px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 960px) {
      order: 2;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 960px) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:-mx-4 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .lg\:mx-4 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-0 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-4 {
    @media (width >= 960px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-0 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-4 {
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 960px) {
      display: inline;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 960px) {
      height: 400px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 960px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 960px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/5 {
    @media (width >= 960px) {
      width: calc(1/5 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 960px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/4 {
    @media (width >= 960px) {
      width: calc(2/4 * 100%);
    }
  }
  .lg\:w-180 {
    @media (width >= 960px) {
      width: calc(var(--spacing) * 180);
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 960px) {
      width: 35%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 960px) {
      width: 65%;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 960px) {
      width: 400px;
    }
  }
  .lg\:columns-2 {
    @media (width >= 960px) {
      -moz-columns: 2;
           columns: 2;
    }
  }
  .lg\:\[grid-template-columns\:repeat\(3\,minmax\(0\,1fr\)\)\] {
    @media (width >= 960px) {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  .lg\:\[grid-template-columns\:repeat\(4\,minmax\(0\,1fr\)\)\] {
    @media (width >= 960px) {
      grid-template-columns: repeat(4,minmax(0,1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 960px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 960px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,minmax\(300px\,1fr\)\)\] {
    @media (width >= 960px) {
      grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 960px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 960px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 960px) {
      justify-content: flex-start;
    }
  }
  .lg\:justify-self-auto {
    @media (width >= 960px) {
      justify-self: auto;
    }
  }
  .lg\:border-0 {
    @media (width >= 960px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-e {
    @media (width >= 960px) {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 1px;
    }
  }
  .lg\:border-white {
    @media (width >= 960px) {
      border-color: var(--color-white);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 960px) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-0 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-4 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-30 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:px-\[10px\] {
    @media (width >= 960px) {
      padding-inline: 10px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 960px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:\!text-\[34px\] {
    @media (width >= 960px) {
      font-size: 34px !important;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 960px) {
      font-size: 25px;
    }
  }
  .lg\:first\:pt-0 {
    @media (width >= 960px) {
      &:first-child {
        padding-top: calc(var(--spacing) * 0);
      }
    }
  }
}
@layer utilities {
  html {
    scroll-behavior: smooth;
    overflow-y: scroll;
  }
  body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-display);
    h1 {
      font-family: var(--font-display);
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
      @media (width >= 960px) {
        font-size: 42px;
      }
    }
    h2 {
      font-family: var(--font-display);
      font-size: 40px;
    }
    h3 {
      font-family: var(--font-display);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    div {
      font-family: var(--font-display);
    }
    p, ul, ol, li {
      font-family: var(--font-display);
      a {
        font-family: var(--font-display);
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          font-family: var(--font-display);
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  ul {
    padding-left: 20px;
    list-style-type: disc;
  }
  section {
    padding-inline: 20px;
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .custom-wysiwyg-section {
    margin: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
  .key-service-section {
    margin-bottom: calc(var(--spacing) * 0);
  }
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-family: var(--font-display);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-family: var(--font-display);
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-family: var(--font-display);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        font-family: var(--font-display);
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          font-family: var(--font-display);
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
  section {
    margin-block: calc(var(--spacing) * 10);
    @media (width >= 960px) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  h2 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  #primary-menu {
    position: absolute;
    z-index: 10;
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-display);
    @media (width >= 960px) {
      position: relative;
    }
    @media (width >= 960px) {
      display: flex;
    }
    @media (width >= 960px) {
      height: auto;
    }
    @media (width >= 960px) {
      width: 100%;
    }
    @media (width >= 960px) {
      justify-content: flex-end;
    }
    @media (width >= 960px) {
      background-color: transparent;
    }
    ul {
      margin: calc(var(--spacing) * 0);
      list-style-type: none;
      padding: 25px;
      li {
        margin-bottom: calc(var(--spacing) * 5);
        color: var(--color-white);
        text-decoration-line: underline;
        @media (width >= 960px) {
          text-decoration-line: none;
        }
        &:after {
          padding-inline: 20px;
          @media (width >= 960px) {
            --tw-content: "/";
            content: var(--tw-content);
          }
        }
        &:last-child:after {
          content: "";
          padding: 0;
        }
      }
    }
    a {
      margin-bottom: calc(var(--spacing) * 5);
      font-family: var(--font-display);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      color: var(--color-white);
      text-decoration-line: none !important;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      @media (width >= 960px) {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
      text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
      &:hover {
        text-decoration-line: underline !important;
      }
    }
    .overlay-menu {
      @media (width >= 960px) {
        margin-top: calc(var(--spacing) * 0);
      }
      li {
        text-decoration-line: none;
      }
      a {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        text-decoration-line: none;
        @media (width >= 960px) {
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
        }
      }
    }
  }
  .single-press {
    .news-header {
      padding-top: 95px;
    }
    h2 {
      margin-bottom: calc(var(--spacing) * 10);
      font-family: var(--font-display);
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-zepz-blue);
      @media (width >= 960px) {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }
    }
    hr {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .main-button {
      width: 100%;
      @media (width >= 960px) {
        width: -moz-max-content;
        width: max-content;
      }
    }
  }
  .custom-menu-button {
    cursor: pointer;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-white);
    padding-bottom: calc(var(--spacing) * 1);
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    color: var(--color-gray-50);
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    @media (width >= 960px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
    @media (width >= 960px) {
      --tw-border-style: none;
      border-style: none;
    }
    @media (width >= 960px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 960px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
    text-decoration: none;
    &:hover {
      text-decoration-line: underline;
    }
  }
  .overlay-menu {
    a {
      &:after {
        margin-inline: auto;
        margin-top: calc(var(--spacing) * 4);
        display: block;
        height: 1px;
        width: calc(1/4 * 100%);
        background-color: var(--color-gray-300);
        content: "";
        &:last-child {
          background-image: none;
        }
      }
    }
  }
  .button-primary {
    display: inline-block;
    background-color: var(--color-zepz-blue);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 5);
    text-align: center;
    font-family: var(--font-display);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: var(--color-white);
    text-decoration-line: none;
    text-decoration: none !important;
    transition: ease-out 0.2s;
    box-shadow: inset 0 0 0 0 #acacac;
    outline: none;
    margin-top: 20px;
    &:hover {
      box-shadow: inset 0 -100px 0 0 #acacac;
    }
  }
  .typeform-button button {
    all: unset !important;
    display: inline-block;
    background-color: var(--color-zepz-blue) !important;
    padding-inline: calc(var(--spacing) * 8) !important;
    padding-block: calc(var(--spacing) * 5) !important;
    text-align: center !important;
    font-family: var(--font-display) !important;
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    color: var(--color-white) !important;
    text-decoration-line: none !important;
    transition: ease-out 0.2s !important;
    box-shadow: inset 0 0 0 0 #acacac !important;
    outline: none !important;
    margin-top: 20px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    &:hover {
      box-shadow: inset 0 -80px 0 0 #acacac !important;
    }
  }
  .header-section {
    margin-top: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 0);
    height: 98vh;
    width: 100%;
    overflow: hidden;
    padding-inline: calc(var(--spacing) * 0);
    .header-subtitle {
      h2 {
        p {
          margin-bottom: calc(var(--spacing) * 3);
        }
      }
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 100%;
      overflow: hidden;
      @media screen(lg) {
        width: 100%;
        height: 0;
      }
      &:after {
        content: "";
        background: rgb(0, 0, 0);
        background: linear-gradient( 335deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 100% );
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
      }
    }
    .video-iframe-container {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: -200%;
      width: 500%;
      height: 100%;
    }
  }
  .header-block-container {
    &:before {
      content: "";
      background: rgb(0, 0, 0);
      background: linear-gradient( 45deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 100% );
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
    }
    &:after {
      content: "";
      background: rgb(0, 0, 0);
      background: linear-gradient( 335deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 100% );
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
    }
  }
  .video-block {
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 100vh;
      overflow: hidden;
      @media screen(lg) {
        width: 100%;
        height: 0;
      }
      .video-iframe-container {
        position: absolute;
        top: 0;
        left: -200%;
        width: 500%;
        height: 100%;
      }
      .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: -200%;
        width: 500%;
        height: 100%;
      }
    }
  }
  .key-service-section {
    .key-service-single {
      .key-service__image {
        position: absolute;
        left: calc(var(--spacing) * 0);
        height: 100%;
        width: auto;
        max-width: unset;
        -o-object-fit: fill;
           object-fit: fill;
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 1000ms;
        transition-duration: 1000ms;
      }
      &:hover {
        .key-service__image {
          left: calc(var(--spacing) * -30);
        }
        .button-primary {
          box-shadow: inset 0 -100px 0 0 #acacac;
        }
      }
    }
    .button-primary {
      display: flex;
      width: calc(var(--spacing) * 80);
      justify-content: center;
      background-color: #05A8AA;
      text-align: center;
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      color: var(--color-white);
    }
  }
  .block-title {
    margin-bottom: calc(var(--spacing) * 2);
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    padding-block: calc(var(--spacing) * 5);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 960px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    &:after {
      margin-top: 20px;
      display: inline-block;
      height: 1px;
      width: 200px;
      background-color: #B1B1B1;
      @media (width >= 960px) {
        margin-top: 10px;
      }
      content: "";
    }
  }
  .news-title {
    margin-bottom: calc(var(--spacing) * 2);
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    padding-block: calc(var(--spacing) * 5);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 960px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    &:after {
      margin-top: 10px;
      display: flex;
      height: 1px;
      width: 200px;
      background-color: #B1B1B1;
      @media (width >= 960px) {
        margin-top: 20px;
      }
      content: "";
    }
  }
  .testimonials-block {
    margin-inline: auto;
    width: 100%;
    @media (width >= 960px) {
      max-width: 1425px;
    }
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 30);
    }
    .testimonial-person {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      &:before {
        display: flex;
        content: "";
        background-color: #b1b1b1;
        height: 1px;
        width: 150px;
        margin-bottom: 5px;
        margin-top: 10px;
      }
    }
  }
  .recent-news-block {
    .swiper {
      box-shadow: none;
    }
    .swiper-slide {
      width: 100% !important;
    }
  }
  .menu-btn-6 {
    height: 32px;
    width: 40px;
    cursor: pointer;
  }
  .menu-btn-6 span, .menu-btn-6 span::before, .menu-btn-6 span::after {
    background: #ffffff;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    margin-top: 13px;
    z-index: 100;
    transition: 0.3s ease-in-out 0.3s;
  }
  .menu-btn-6 span::before {
    margin-top: -12px;
    transition: 0.3s ease-in-out;
  }
  .menu-btn-6 span::after {
    margin-top: 12px;
    transition: 0.3s ease-in-out;
  }
  .menu-btn-6.active span {
    background: transparent;
    transition: 0.5s ease-in-out;
    transform: rotate(-90deg);
  }
  .menu-btn-6.active span::before {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0.5s;
  }
  .menu-btn-6.active span::after {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0.5s;
  }
  .site-footer {
    padding-inline: 30px;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: #000;
    @media (width >= 960px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .swiper-block {
    overflow: hidden;
  }
  .circle-holder {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    opacity: 0.1;
  }
  .central-circle-zoom {
    position: absolute;
    top: 250px;
    left: calc(1/2 * 100%);
    z-index: calc(10 * -1);
    display: none;
    width: 800px;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    @media (width >= 960px) {
      display: inline;
    }
  }
  [x-cloak] {
    display: none !important;
  }
  .bio-text {
    p {
      margin-bottom: calc(var(--spacing) * 5);
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
      color: var(--color-gray-500);
    }
  }
  .faq-section {
    p {
      padding-top: calc(var(--spacing) * 2);
    }
    ul {
      list-style-type: disc;
    }
    ol {
      list-style-type: decimal;
      padding: calc(var(--spacing) * 10);
      li {
        padding-bottom: calc(var(--spacing) * 10);
      }
    }
  }
  .column-title__container {
    .block-title {
      padding: calc(var(--spacing) * 0);
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .content-grid {
    margin-inline: auto;
    max-width: 1425px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-color: var(--color-gray-300);
    padding-bottom: calc(var(--spacing) * 10);
    img {
      height: calc(var(--spacing) * 50);
      -o-object-fit: contain;
         object-fit: contain;
    }
    .content-container {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-gray-200);
      padding: calc(var(--spacing) * 10);
    }
  }
  .team-member-section {
    position: relative;
    z-index: 10;
    margin-inline: auto;
    display: flex;
    max-width: 1425px;
    padding-inline: calc(var(--spacing) * 0);
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 30);
    }
    .team-member-container {
      display: flex;
      flex-direction: column;
      background-color: var(--color-black);
      @media (width >= 960px) {
        flex-direction: row;
      }
    }
    .button-container {
      display: flex;
      width: 100% !important;
      justify-content: center;
      .button-primary {
        width: auto;
      }
    }
  }
  .sitemap {
    margin-inline: auto;
    max-width: 1425px;
    padding-inline: calc(var(--spacing) * 10);
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 30);
    }
    .wsp-container {
      padding-block: calc(var(--spacing) * 10);
      ul {
        list-style-type: none;
        padding-top: 20px;
        a {
          color: var(--color-black);
          text-decoration-line: none;
          &:hover {
            text-decoration-line: underline;
          }
        }
      }
    }
  }
  .footer-contact-option {
    margin-bottom: calc(var(--spacing) * 2);
    display: flex;
    width: 100%;
    justify-content: center;
    @media (width >= 960px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
    @media (width >= 960px) {
      width: calc(1/3 * 100%);
    }
  }
  .image-text-block {
    li {
      margin-bottom: 0;
    }
  }
  .modal-form {
    p {
      margin: calc(var(--spacing) * 0);
      padding: calc(var(--spacing) * 0);
    }
    input[type="text"], input[type="email"] {
      margin-bottom: calc(var(--spacing) * 8);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-white);
      background-color: var(--color-gray-800);
      padding: calc(var(--spacing) * 2);
    }
    input[type="email"] {
      margin-bottom: calc(var(--spacing) * 0);
    }
    input[type="submit"] {
      display: inline-block;
      width: 100%;
      background-color: var(--color-zepz-blue);
      padding-inline: calc(var(--spacing) * 8);
      padding-block: calc(var(--spacing) * 5);
      text-align: center;
      font-family: var(--font-display);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      color: var(--color-white);
      text-decoration-line: none;
      text-decoration: none !important;
      transition: ease-out 0.2s;
      box-shadow: inset 0 0 0 0 #acacac;
      outline: none;
      margin-top: 10px;
      &:hover {
        box-shadow: inset 0 -100px 0 0 #acacac;
      }
    }
  }
  .grid-container {
    margin-inline: auto;
    max-width: 1140px;
  }
  section {
    margin-block: calc(var(--spacing) * 0);
    margin-top: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 0);
  }
  .news-header {
    margin-bottom: calc(var(--spacing) * 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-display);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--color-white);
    @media (width >= 960px) {
      min-height: 500px;
    }
    @media (width >= 960px) {
      flex-direction: row;
    }
    @media (width >= 960px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
    background: rgb(253, 131, 26);
    background: linear-gradient( 90deg, rgb(253, 131, 26) 0%, rgb(235, 38, 100) 50%, rgb(147, 72, 155) 100% );
    .title {
      margin-top: calc(var(--spacing) * 20);
      margin-bottom: calc(var(--spacing) * 20);
      display: flex;
      height: auto;
      width: 100%;
      align-items: center;
      padding-inline: calc(var(--spacing) * 10);
      @media (width >= 960px) {
        margin-top: calc(var(--spacing) * 40);
      }
      @media (width >= 960px) {
        margin-top: 30px;
      }
      @media (width >= 960px) {
        margin-bottom: calc(var(--spacing) * 0);
      }
      @media (width >= 960px) {
        margin-bottom: calc(var(--spacing) * 40);
      }
      @media (width >= 960px) {
        height: 50vh;
      }
      @media (width >= 960px) {
        height: auto;
      }
      @media (width >= 960px) {
        width: calc(1/2 * 100%);
      }
      h1 {
        text-align: center;
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
        --tw-leading: 1.2;
        line-height: 1.2;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-white);
        opacity: 100%;
        @media (width >= 960px) {
          font-size: var(--text-4xl);
          line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
        transition: opacity 0.5s ease;
      }
    }
    .featured-image {
      margin-bottom: calc(var(--spacing) * 10);
      height: auto;
      width: 100%;
      overflow: hidden;
      padding: 18px;
      @media (width >= 960px) {
        margin-bottom: calc(var(--spacing) * 0);
      }
      @media (width >= 960px) {
        height: 50vh;
      }
      @media (width >= 960px) {
        height: auto;
      }
      @media (width >= 960px) {
        width: calc(1/2 * 100%);
      }
      @media (width >= 960px) {
        padding: calc(var(--spacing) * 0);
      }
      img {
        height: auto;
        width: 100%;
        border-radius: 30px;
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: var(--color-white);
        -o-object-fit: cover;
           object-fit: cover;
        @media (width >= 960px) {
          border-radius: 0;
        }
        @media (width >= 960px) {
          border-top-left-radius: 30px;
        }
        @media (width >= 960px) {
          border-style: var(--tw-border-style);
          border-width: 0;
        }
        @media (width >= 960px) {
          border-top-style: var(--tw-border-style);
          border-top-width: 2px;
        }
        @media (width >= 960px) {
          border-left-style: var(--tw-border-style);
          border-left-width: 2px;
        }
        @media (width >= 960px) {
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
    }
  }
  .subheading {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-zepz-blue);
    @media (width >= 960px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .post-content {
    margin-inline: auto;
    width: 100%;
    padding-inline: calc(var(--spacing) * 4);
  }
  .footer-sub-nav {
    flex-direction: column;
    @media (width >= 960px) {
      flex-direction: row;
    }
  }
  .press-image-section {
    margin-top: calc(var(--spacing) * 10);
    margin-bottom: calc(var(--spacing) * 10);
    display: flex;
    width: 100%;
    flex-direction: column;
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 0);
    @media (width >= 960px) {
      flex-direction: row;
    }
    .img-bg {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: calc(var(--spacing) * 10);
      @media (width >= 960px) {
        height: auto;
      }
      @media (width >= 960px) {
        width: calc(1/3 * 100%);
      }
      img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        @media (width >= 960px) {
          -o-object-fit: contain;
             object-fit: contain;
        }
      }
    }
    .press-image-content {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: calc(var(--spacing) * 10);
      text-align: center;
      @media (width >= 960px) {
        width: calc(2/3 * 100%);
      }
    }
  }
}
body, html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, span, a, label, input, button {
  font-family: "Spartan", sans-serif;
}
h5 {
  font-size: 1.25rem;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
@media only screen and (max-width: 992px) {
  .row-flex-custom {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .row-flex-custom .col-md-6 {
    margin-bottom: 1rem;
  }
}
.fixed {
  position: fixed;
}
.main-color {
  color: #3b1280;
}
.text-center {
  text-align: center;
}
button.main-button {
  border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
}
.main-button {
  background: linear-gradient( 90deg, rgb(253, 131, 26) 0%, rgb(235, 38, 100) 50%, rgb(147, 72, 155) 100% );
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  transform: skewX(-10deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
}
.main-button span {
  color: #fff;
  font-weight: 600;
  transform: skewX(10deg);
  transition: all 0.2s ease-in;
}
.main-button:hover {
  text-decoration: none;
  color: #fff !important;
  transform: skewX(-10deg);
  transition: all 0.2s ease-in;
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}
.main-button:hover span {
  transform: skewX(10deg);
  transition: all 0.2s ease-in;
}
.main-button:not(button):hover {
  text-decoration: none;
  color: #fff !important;
  transform: skewX(-15deg);
  transition: all 0.2s ease-in;
  border-bottom: none !important;
}
.main-button:not(button):hover span {
  transform: skewX(15deg);
  transition: all 0.2s ease-in;
}
.logo {
  img {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 99999999;
  }
}
.videoHolder {
  position: relative;
  height: 56.25vw;
  width: 100vw;
}
@media only screen and (max-width: 640px) {
  .videoHolder {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
  }
}
.vimeo---video--iframe {
  width: 100vw;
  height: 56.25vw;
}
@media only screen and (max-width: 640px) {
  .vimeo---video--iframe {
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mobileVid {
  display: none;
}
.mobileVid.active {
  z-index: 99999999999;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileVid.active iframe {
  width: 95vw;
  height: 63.65vw;
  margin-top: -5rem;
}
.hero-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .hero-banner {
    height: 100vh;
  }
}
.hero-banner .overlay {
  background: linear-gradient( 90deg, rgba(253, 131, 26, 0.9) 0%, rgba(235, 38, 100, 0.9) 50%, rgba(147, 72, 155, 0.9) 100% );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.hero-banner .overlay.active {
  background: linear-gradient( 90deg, rgba(253, 131, 26, 0) 0%, rgba(235, 38, 100, 0) 50%, rgba(147, 72, 155, 0) 100% );
}
.hero-banner .banner-title-container {
  position: absolute;
  z-index: 10;
  h1 {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-banner .banner-title-container {
    display: flex;
    flex-direction: column;
  }
}
.hero-banner .banner-title-container img#playVideo {
  width: 120px;
  margin: 0rem auto 4rem auto;
  margin-left: calc(50% - 60px);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1000px) {
  .hero-banner .banner-title-container img#playVideo {
    width: 90px;
    margin: 0rem auto 2rem auto;
    margin-left: calc(50% - 45px);
  }
}
@media only screen and (max-width: 640px) {
  .hero-banner .banner-title-container img#playVideo {
    margin: 4rem auto 2rem auto;
    display: none;
  }
}
.hero-banner .banner-title-container img#mobileVideo {
  width: 120px;
  margin: 0rem auto 4rem auto;
  margin-left: calc(50% - 60px);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .hero-banner .banner-title-container img#mobileVideo {
    width: 90px;
    margin: 0rem auto 2rem auto;
    margin-left: calc(50% - 45px);
  }
}
@media only screen and (max-width: 640px) {
  .hero-banner .banner-title-container img#mobileVideo {
    margin: 4rem auto 2rem auto;
    display: block;
  }
}
.hero-banner .banner-title-container h1 {
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1210px) {
  .hero-banner .banner-title-container h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner .banner-title-container h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .hero-banner .banner-title-container h1 {
    font-size: 32px;
  }
}
.hero-banner .banner-title-container h2 {
  font-weight: 500;
  font-size: 55px;
  text-align: center;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 1210px) {
  .hero-banner .banner-title-container h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  .hero-banner .banner-title-container h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner .banner-title-container h2 {
    font-size: 28px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner .banner-title-container .desktop-tag {
    display: none;
  }
}
.hero-banner .banner-title-container .mobile-tag {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hero-banner .banner-title-container .mobile-tag {
    display: block;
  }
}
.hero-banner .banner-title-container span {
  padding: 10px 20px;
  background: #3b1280;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.hero-banner .banner-title-container.active img#playVideo {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-banner .banner-title-container.active h1 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-banner .banner-title-container.active h2 {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-banner .banner-title-container.active span {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-banner img#stopVideo {
  width: 80px;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  left: 2rem;
  bottom: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.hero-banner img#stopVideo.active {
  opacity: 1;
  transition: opacity 0.5s ease;
}
h2.section-title {
  font-size: 45px;
  @media (width >= 960px) {
    font-size: 55px;
  }
  font-weight: 700;
  margin: 4rem auto;
}
.story-section {
  background-image: url(../images/page-background-zepz-logo.png?ce115924a41d5e015a19cbfee2f81a9c);
  padding-bottom: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.story-section h2 {
  padding-top: 5rem;
  margin-top: 0;
  margin-bottom: 6rem;
}
.story-section .video-container {
  width: 100%;
  max-width: 640px;
  margin: auto;
  background: linear-gradient(to bottom, #f7614c, #d25279);
  padding: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-section .video-container iframe {
  width: 100%;
}
.story-section .story-container {
  margin-top: 6rem;
  position: relative;
}
.story-section .story-container .arrowLine {
  position: absolute;
  width: 100%;
  top: 100px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .story-section .story-container .arrowLine {
    display: none;
  }
}
.story-section .story-container .arrowLineVertical {
  position: absolute;
  height: 100%;
  top: 0px;
  right: calc(50% - 70px);
  opacity: 0.3;
  display: none;
}
@media only screen and (max-width: 767px) {
  .story-section .story-container .arrowLineVertical {
    display: block;
  }
}
.story-section .story-container .story-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-section .story-container .story-div img {
  margin: 0 auto 3rem auto;
  width: 250px;
  margin-left: calc(50% - 125px + 2rem);
}
.story-section .story-container .story-div h5 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.story-section .story-container .story-div p {
  font-size: 1rem;
  font-weight: 400;
}
.brands-section-remit {
  background: #f8f7f1;
  min-height: 500px;
  padding: 10rem 0;
}
@media only screen and (max-width: 992px) {
  .brands-section-remit {
    padding: 5rem 2rem;
  }
}
.brands-section-remit .brand-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .brands-section-remit .brand-info {
    margin-top: 3rem;
  }
}
.brands-section-remit .brand-info img.brand-logo {
  width: 400px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-remit .brand-info img.brand-logo {
    width: 300px;
  }
}
.brands-section-remit .brand-info h5 {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-remit .brand-info h5 {
    font-size: 1.6rem;
  }
}
.brands-section-remit .brand-info p {
  color: #444c4c;
  font-weight: 500;
  margin-bottom: 3rem;
}
.brands-section-remit .brand-info .app-logos {
  display: flex;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-remit .brand-info .app-logos a {
    width: calc(50% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.brands-section-remit .brand-info .app-logos a img {
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-remit .brand-info .app-logos a img {
    width: 100%;
    margin-right: 0;
  }
}
.brands-section-remit .brand-image {
  display: flex;
  justify-content: center;
}
.brands-section-remit .brand-image img {
  width: 90%;
  max-width: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands-section-sendwave {
  background: #f5f6fd;
  min-height: 500px;
  padding: 10rem 0;
}
@media only screen and (max-width: 992px) {
  .brands-section-sendwave {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 992px) {
  .brands-section-sendwave .brand-row-sendwave {
    flex-direction: column-reverse;
  }
}
.brands-section-sendwave .brand-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .brands-section-sendwave .brand-info {
    margin-top: 3rem;
  }
}
.brands-section-sendwave .brand-info img.brand-logo {
  width: 300px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-sendwave .brand-info img.brand-logo {
    width: 220px;
  }
}
.brands-section-sendwave .brand-info h5 {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-sendwave .brand-info h5 {
    font-size: 1.6rem;
  }
}
.brands-section-sendwave .brand-info p {
  color: #444c4c;
  font-weight: 500;
  margin-bottom: 3rem;
}
.brands-section-sendwave .brand-info .app-logos {
  display: flex;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-sendwave .brand-info .app-logos a {
    width: calc(50% - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.brands-section-sendwave .brand-info .app-logos a img {
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  .brands-section-sendwave .brand-info .app-logos a img {
    width: 100%;
    margin-right: 0;
  }
}
.brands-section-sendwave .brand-image {
  display: flex;
  justify-content: center;
}
.brands-section-sendwave .brand-image img {
  width: 90%;
  max-width: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.stats-section {
  background-image: url(../images/zepz_banner.jpg?cacb5ee29b3b939456dc5f20261ec0b1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .stats-section {
    padding: 4rem 0;
  }
}
.stats-section .overlay {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient( 90deg, rgba(253, 131, 26, 0.9) 0%, rgba(235, 38, 100, 0.9) 50%, rgba(147, 72, 155, 0.9) 100% );
}
.stats-section img {
  position: absolute;
  width: 96%;
  height: 96%;
  z-index: 3;
  opacity: 0.5;
  top: 2%;
  left: 2%;
}
.stats-section .stat-container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section .stat-container .row .stat-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .stats-section .stat-container .row .stat-col {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
.stats-section .stat-container .row .stat-col h2 {
  font-weight: 800;
  font-size: 80px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .stats-section .stat-container .row .stat-col h2 {
    font-size: 60px;
  }
}
.stats-section .stat-container .row .stat-col h6 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .stats-section .stat-container .row .stat-col h6 {
    font-size: 1.2rem;
  }
}
.people-section {
  background-image: url(../images/page-background-zepz-logo.png?ce115924a41d5e015a19cbfee2f81a9c);
  padding-bottom: 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.people-section h2 {
  padding-top: 10rem;
  margin-top: 0;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 992px) {
  .people-section h2 {
    padding-top: 5rem;
  }
}
.people-section .people-div img {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .people-section .people-div img {
    width: 300px;
    margin: auto;
    margin-left: calc(50% - 150px);
  }
}
.people-section .people-stat-div .row {
  margin-top: 3rem;
}
@media only screen and (max-width: 992px) {
  .people-section .people-stat-div .row {
    margin-top: 5rem;
  }
}
.people-section .people-stat-div .stat-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.people-section .people-stat-div .stat-col h5 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #3b1280;
  text-align: center;
  margin-bottom: 2rem;
}
.people-section .people-stat-div .stat-col p {
  font-weight: 400;
  font-size: 14px;
  color: #3b1280;
  text-align: center;
}
.people-section .people-stat-div .buttons {
  display: flex;
  margin: 6rem auto 3rem 2rem;
}
@media only screen and (max-width: 992px) {
  .people-section .people-stat-div .buttons {
    margin: 2rem auto 0rem auto;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) and (max-width: 640px) {
  .people-section .people-stat-div .buttons {
    flex-direction: column;
    align-items: center;
  }
}
.people-section .people-stat-div .buttons .main-button {
  margin-right: 2rem;
}
@media only screen and (max-width: 640px) {
  .people-section .people-stat-div .buttons .main-button {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 250px;
  }
}
section.form-section {
  display: flex;
  padding: 0;
  martgin: 0;
  .form {
    display: block;
    max-width: 680px;
    .wpcf7-not-valid-tip {
      color: #6bfd1cff !important;
      font-size: 12px !important;
      margin-top: 10px !important;
    }
  }
}
.wpcf7-response-output {
  color: #ffffff !important;
}
@media only screen and (max-width: 640px) {
  .form-section {
    flex-direction: column;
  }
}
.form-section .img-bg {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .form-section .img-bg {
    width: 100%;
  }
}
.form-section .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-section .form-div {
  width: 50%;
  background-color: #391c7d;
  padding: 8rem 3rem;
}
@media only screen and (max-width: 840px) {
  .form-section .form-div {
    width: 100%;
  }
}
.form-section .form-div h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.form-section .form-div p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.form-section .form-div form label {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.form-section .form-div form .help-block {
  color: #fd811c;
}
.form-section .form-div form .help-block li {
  font-size: 12px;
}
.form-control {
  display: block;
  width: 100%;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.form-control::-moz-placeholder {
  color: #fff !important;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  opacity: 1;
}
.form-control::placeholder {
  color: #fff !important;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff !important;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.form-control::-ms-input-placeholder {
  color: #fff !important;
  font-family: "Spartan", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.form-section .form-div form .main-button {
  margin-top: 3rem;
}
.form-section .form-div form .messages {
  margin-top: 2rem;
}
.form-section .form-div form .messages .alert {
  color: #ffffff;
  background-color: #974697;
  border-color: #ffffff;
}
.form-section .form-div form .messages .alert .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 15px;
}
footer {
  background: linear-gradient( 90deg, rgb(253, 131, 26) 0%, rgb(235, 38, 100) 50%, rgb(147, 72, 155) 100% );
}
footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0;
}
footer .footer-container .footer-logo {
  width: 300px;
  margin-bottom: 2rem;
}
footer .footer-container .socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-container .socials a {
  margin: 1rem 0.5rem;
}
footer .footer-container .socials a img {
  width: 40px;
}
footer .footer-container p {
  color: #fff;
  margin-bottom: 1rem;
}
footer .footer-container p:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  footer .footer-container p {
    width: 90%;
    text-align: center;
  }
}
header.header-corporate {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header.header-corporate .hero-banner-corporate .overlay {
  background: linear-gradient( 90deg, rgba(253, 131, 26, 0.6) 0%, rgba(235, 38, 100, 0.6) 50%, rgba(147, 72, 155, 0.6) 100% ) !important;
}
header.header-corporate .hero-banner-corporate .banner-title-container h1 {
  font-size: 80px;
  margin-top: 10rem;
}
@media only screen and (max-width: 640px) {
  header.header-corporate .hero-banner-corporate .banner-title-container h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 330px) {
  header.header-corporate .hero-banner-corporate .banner-title-container h1 {
    font-size: 35px;
  }
}
.corporate-intro-section {
  background-image: url(../images/page-background-zepz-logo-chopped.png?4a7635dc466024c97f2a0a78c81e3fd9);
  padding: 10rem 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .corporate-intro-section {
    padding: 5rem 0;
  }
}
.corporate-intro-section h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 1.5rem 0;
}
.corporate-intro-section h3 {
  font-size: 34px;
  font-weight: 600;
}
.corporate-intro-section .story-container {
  position: relative;
}
.corporate-intro-section .story-container .story-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .corporate-intro-section .story-container .story-div:last-child {
    margin-top: 80px;
  }
}
.corporate-intro-section .story-container .story-div img {
  margin: 0 auto 3rem auto;
  width: 150px;
  margin-left: calc(50% - 75px + 2rem);
}
.corporate-intro-section .story-container .story-div img:first-child {
  margin-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  .corporate-intro-section .story-container .story-div img {
    margin-left: calc(50% - 75px);
  }
}
@media only screen and (max-width: 767px) {
  .corporate-intro-section .story-container .story-div img:last-child {
    margin-bottom: 0;
  }
}
.corporate-intro-section .story-container .intro-seperator {
  display: none;
  @media (width >= 960px) {
    display: block;
  }
  height: 75%;
  width: 6px;
  background: #ccc;
  position: absolute;
  left: calc(66.6666666667% + 2rem);
  top: 4%;
}
@media only screen and (max-width: 767px) {
  .corporate-intro-section .story-container .intro-seperator {
    left: 10%;
    width: 80%;
    height: 6px;
    top: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .corporate-intro-section .story-container .intro-seperator {
    left: 10%;
    width: 80%;
    height: 6px;
    top: 375px;
  }
}
.corporate-accolades-section {
  padding-inline: 1rem;
  padding-block: 6rem;
  @media (width >= 960px) {
    padding-inline: 0;
  }
  background-color: #3a1c7e;
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-img-grid-div {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3rem;
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-img-grid-div .accolades-img-div {
  width: calc(50% - 1rem);
  margin: 0.5rem;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-img-grid-div .accolades-img-div img {
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-text-div h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 2rem 0;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .corporate-accolades-section .accolades-container .accolades-row .accolades-text-div h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 2rem 0 0 0;
  }
}
.corporate-accolades-section .accolades-container .accolades-row .accolades-text-div h3 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 2rem 0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .corporate-accolades-section .accolades-container .accolades-row .accolades-text-div h3 {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.corporate-accolades-section .main-button:hover {
  transform: skewX(-10deg);
}
.corporate-accolades-section .main-button span:hover {
  transform: skewX(10deg);
}
.new-nav {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: auto;
  color: #fff;
}
.new-nav span {
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .new-nav {
    top: 120px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .new-nav span {
    font-size: 12px;
    padding: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .new-nav {
    flex-direction: column;
    align-items: center;
  }
  .new-nav span {
    display: none;
  }
}
.new-nav a {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .new-nav a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 330px) {
  .new-nav a {
    font-size: 12px;
  }
}
.slantedImgTeam {
  max-width: 60%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .slantedImgTeam {
    max-width: 50%;
    position: relative;
    z-index: 2;
  }
}
.backgroundSkew {
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  width: 60%;
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 75%;
  transform: skew(-15deg);
}
@media only screen and (max-width: 640px) {
  .backgroundSkew {
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 60%;
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 110%;
    transform: skew(-15deg);
  }
}
.teamInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 75%;
  justify-content: center;
  margin-bottom: 5px;
  width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .teamInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 110%;
    justify-content: center;
    margin-bottom: 5px;
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
.teamInfo p {
  margin-bottom: 8px;
}
.teamInfo .bio-button, .close-bio {
  background: linear-gradient(90deg, #fd831a 0%, #eb2664 50%, #93489b 100%);
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  transition: all 0.2s ease-in;
  font-size: 12px;
  width: 120px;
}
.teamName {
  font-size: 16px;
  font-weight: 600;
}
.jobRole {
  font-size: 12px;
  font-weight: 400;
}
.custom-container-team {
  max-width: 1280px !important;
}
.custom-container-team .col-lg-4 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-right: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 1320px) {
  .custom-container-team .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 990px) {
  .custom-container-team .col-lg-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .custom-container-team .col-lg-4 {
    flex: 0 0 95%;
    max-width: 95%;
    margin-left: -10%;
  }
}
.overlay-bio {
  padding-top: 15vh;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 640px) {
  .overlay-bio {
    padding-top: 173px;
  }
}
.overlay-bio .bio {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 2px;
  padding: 2rem;
  background-color: #fff;
  min-height: 18rem;
  box-shadow: 5px 10px 22px 0 rgba(0, 0, 0, 0.2);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .overlay-bio .bio {
    width: 90%;
    margin-left: 5%;
  }
}
.overlay-bio .bio .bio-top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  .overlay-bio .bio .bio-top {
    flex-direction: column;
  }
}
.overlay-bio .bio .bio-top .main-details {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .overlay-bio .bio .bio-top .main-details {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .overlay-bio .bio .bio-top .main-details {
    text-align: left !important;
  }
}
.overlay-bio .close-bio {
  margin: auto;
  margin-top: 2rem;
}
.slant-gradient {
  width: 65%;
  margin: 0 auto;
  border-radius: 2px;
  padding: 2rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  min-height: 18rem;
  box-shadow: 5px 10px 22px 0 rgba(0, 0, 0, 0.2);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 420px;
  display: flex;
  align-content: center;
  align-items: center;
  position: absolute;
  left: 15%;
  height: 380px;
  z-index: -1;
  top: calc(15vh + 50px);
  left: calc(20% + 10px);
  border-radius: 0;
  background-color: burlywood;
  background: linear-gradient(90deg, #fd831a 0%, #f65f36 50%, #f1454b 100%);
}
@media only screen and (max-width: 1024px) {
  .bio {
    flex-direction: column-reverse;
    padding: 0rem !important;
    padding-top: 1rem !important;
  }
}
.bio img {
  width: 420px;
  height: 420px;
  margin-right: 3rem;
}
@media only screen and (max-width: 1024px) {
  .bio img {
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .bio img {
    width: 220px;
    height: 220px;
    margin-right: 0;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1204px) {
  .overlay-bio {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .overlay-bio {
    padding-top: 50px;
  }
}
.slant-gradient {
  display: none;
}
.text p {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  .text p {
    padding-right: 0;
  }
}
.people-section.people-careers {
  background-image: none;
  background-color: #3b1280;
  color: #fff;
}
.people-section.people-careers h2 {
  color: #fff;
}
.people-section.people-careers .people-stat-div .stat-col h5 {
  color: #fff;
  margin-bottom: 10px;
}
.people-section.people-careers .people-stat-div .stat-col p {
  color: #fff;
}
.people-section.people-careers .people-stat-div .buttons {
  margin: 3rem auto;
}
.people-section.people-careers .our-people-text {
  margin-top: 40px;
}
.open-roles-section {
  margin: calc(var(--spacing) * 0);
  display: flex;
  flex-direction: column;
  padding: calc(var(--spacing) * 0);
  @media (width >= 782px) {
    flex-direction: row;
  }
}
.open-roles-section .img-bg {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .open-roles-section .img-bg {
    width: 100%;
  }
}
.open-roles-section .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.open-roles-section .open-roles-div {
  width: 50%;
  background-color: #391c7d;
  padding: 8rem 3rem;
}
@media only screen and (max-width: 840px) {
  .open-roles-section .open-roles-div {
    width: 100%;
  }
}
.open-roles-section .open-roles-div h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.open-roles-section .open-roles-div p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.open-roles-section .open-roles-div .buttons .main-button {
  width: -moz-fit-content;
  width: fit-content;
}
.commitments-section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: 6rem;
  background: #f8f7f1;
  min-height: 500px;
  color: #3b1280;
}
.commitments-section .grid-container {
  margin-inline: auto;
  max-width: 720px;
  @media (width >= 782px) {
    max-width: 960px;
  }
  @media (width >= 960px) {
    max-width: 1140px;
  }
}
.commitments-section h2 {
  margin-top: 1rem;
}
.commitments-section .commitments-text {
  margin-bottom: 3rem;
}
.commitments-section .custom-zepz-bullet {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.commitments-section .custom-zepz-bullet .bullet {
  margin-right: 20px;
}
.careers-intro-section {
  padding-inline: 1rem;
  padding-block: 6rem;
  @media (width >= 960px) {
    padding-inline: 0;
  }
  background: #f8f7f1;
  min-height: 500px;
}
.careers-intro-section h2 {
  margin-top: 0;
}
.careers-intro-section .buttons {
  margin-top: 1rem;
}
.careers-intro-section .buttons .main-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.careers-intro-section .careers-intro-text {
  color: #3b1280;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 992px) {
  .careers-intro-section .careers-intro-text {
    -moz-columns: 1;
         columns: 1;
  }
}
.new-nav-footer {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .new-nav-footer {
    flex-direction: column;
    align-items: center;
  }
  .new-nav-footer span {
    display: none;
  }
}
.custom-logo {
  width: 300px;
}
.footer-sub-nav {
  margin: calc(var(--spacing) * 0);
  margin-bottom: calc(var(--spacing) * 8);
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding: calc(var(--spacing) * 0);
  color: var(--color-white);
  li {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    text-align: center;
    &:after {
      @media (width >= 960px) {
        margin-inline: calc(var(--spacing) * 2);
      }
      @media (width >= 960px) {
        --tw-content: '/';
        content: var(--tw-content);
      }
    }
    a {
      margin: calc(var(--spacing) * 0);
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding: calc(var(--spacing) * 0);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      color: var(--color-white);
      text-decoration-line: none;
      &:hover {
        text-decoration: underline !important;
      }
    }
    &:last-child:after {
      content: "";
      padding: 0;
    }
  }
}
.testimonial-block {
  display: flex;
  align-items: center;
  padding: calc(var(--spacing) * 0);
  .testimonial-content {
    position: relative;
    display: flex;
    width: 90%;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-gray-600);
    @media (width >= 960px) {
      width: 100%;
    }
    &:before {
      position: relative;
      top: -12px;
      left: calc(var(--spacing) * 0);
      margin-bottom: calc(var(--spacing) * 4);
      display: flex;
      height: 50px;
      width: calc(1/5 * 100%);
      align-items: flex-start;
      padding-right: calc(var(--spacing) * 4);
      text-align: center;
      font-size: 100px;
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: #f67525;
      @media (width >= 960px) {
        padding-inline: calc(var(--spacing) * 4);
      }
      content: "“";
    }
    &:after {
      position: absolute;
      right: -35px;
      bottom: 60px;
      display: flex;
      height: 50px;
      width: calc(1/5 * 100%);
      padding-inline: calc(var(--spacing) * 4);
      text-align: center;
      font-size: 100px;
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: #f67525;
      @media (width >= 960px) {
        right: -80px;
      }
      content: "”";
    }
  }
}
.breadcrumb {
  margin-bottom: calc(var(--spacing) * 10);
  display: flex;
  align-items: center;
  padding-inline: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: linear-gradient( 90deg, rgb(253, 131, 26) 0%, rgb(235, 38, 100) 50%, rgb(147, 72, 155) 100% );
  .seperator {
    margin-inline: calc(var(--spacing) * 2);
  }
}
.paralellogram-mask {
  position: relative;
  margin-left: calc(var(--spacing) * 2);
  display: inline-block;
  height: 40px;
  flex: 1;
  background-color: var(--color-white);
  transform: skew(-20deg);
  &:after {
    position: absolute;
    right: -20px;
    margin-left: calc(var(--spacing) * 2);
    display: inline-block;
    height: 40px;
    width: 100px;
    background-color: var(--color-white);
    content: "";
    transform: skew(0deg);
  }
}
.acceptance-check {
  .wpcf7-list-item-label {
    display: none;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
    }
  }
}

