@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@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(0.951 0.026 236.824);
    --color-blue-50: oklch(0.97 0.014 254.604);
    --color-blue-200: oklch(0.882 0.059 254.128);
    --color-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-50: oklch(0.985 0.002 247.839);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-500: oklch(0.551 0.027 264.364);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-md: 782px;
    --container-sm: 24rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --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-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);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
    --color-secondary: var(--wp--preset--color--secondary);
    --color-kes-gold: #AB8C5A;
    --font-display: "Poppins", "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;
  }
  body {
    line-height: inherit;
  }
  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;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -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-15 {
    top: calc(var(--spacing) * -15);
  }
  .-top-\[200px\] {
    top: calc(200px * -1);
  }
  .-top-\[230px\] {
    top: calc(230px * -1);
  }
  .-top-\[350px\] {
    top: calc(350px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .-right-40 {
    right: calc(var(--spacing) * -40);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-\[95px\] {
    bottom: calc(95px * -1);
  }
  .-bottom-\[120px\] {
    bottom: calc(120px * -1);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .-left-20 {
    left: calc(var(--spacing) * -20);
  }
  .-left-\[200px\] {
    left: calc(200px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-\[-1\] {
    z-index: calc(-1 * -1);
  }
  .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-8 {
    margin: calc(var(--spacing) * 8);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .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);
  }
  .\!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);
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[98vh\] {
    height: 98vh;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .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-\[345px\] {
    max-height: 345px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[90\%\] {
    width: 90% !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2\/3 {
    width: calc(2/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-\[100\%\] {
    width: 100%;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-\[680px\] {
    width: 680px;
  }
  .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-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-1280 {
    max-width: calc(var(--spacing) * 1280);
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .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-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-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)));
    }
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .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-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#B1B1B1\] {
    border-color: #B1B1B1;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-gray-300 {
    border-bottom-color: var(--color-gray-300);
  }
  .bg-\[\#AB8C5A\] {
    background-color: #AB8C5A;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#acacac\] {
    background-color: #acacac;
  }
  .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-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --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-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .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-\[20px\] {
    font-size: 20px !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-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#0072B1\] {
    color: #0072B1;
  }
  .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;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .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%;
  }
  .opacity-\[\.15\] {
    opacity: .15;
  }
  .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);
  }
  .drop-shadow-xl {
    --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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-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;
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .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-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-gray-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-800);
      }
    }
  }
  .hover\:text-kes-gold {
    &:hover {
      @media (hover: hover) {
        color: var(--color-kes-gold);
      }
    }
  }
  .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\: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\: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\: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\:-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\: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\:h-full {
    @media (width >= 960px) {
      height: 100%;
    }
  }
  .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-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-\[90\%\] {
    @media (width >= 960px) {
      width: 90%;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 960px) {
      width: 400px;
    }
  }
  .lg\:w-full {
    @media (width >= 960px) {
      width: 100%;
    }
  }
  .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-\[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\:items-start {
    @media (width >= 960px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 960px) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 960px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 960px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-6 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .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-20 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-30 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:px-\[10px\] {
    @media (width >= 960px) {
      padding-inline: 10px;
    }
  }
  .lg\:py-20 {
    @media (width >= 960px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-0 {
    @media (width >= 960px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-0 {
    @media (width >= 960px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-\[50px\] {
    @media (width >= 960px) {
      padding-right: 50px;
    }
  }
  .lg\:pl-0 {
    @media (width >= 960px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[50px\] {
    @media (width >= 960px) {
      padding-left: 50px;
    }
  }
  .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-\[25px\] {
    @media (width >= 960px) {
      font-size: 25px;
    }
  }
}
@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 {
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-display);
    @media (width >= 960px) {
      display: flex;
    }
    @media (width >= 960px) {
      height: auto;
    }
    @media (width >= 960px) {
      width: 100%;
    }
    @media (width >= 960px) {
      justify-content: flex-end;
    }
    ul {
      list-style-type: none;
      padding: 0;
      li {
        margin-right: calc(var(--spacing) * 5);
        margin-bottom: calc(var(--spacing) * 5);
        text-decoration-line: underline;
        @media (width >= 960px) {
          font-size: var(--text-lg);
          line-height: var(--tw-leading, var(--text-lg--line-height));
        }
        @media (width >= 960px) {
          text-decoration-line: none;
        }
      }
    }
    a {
      margin-bottom: calc(var(--spacing) * 5);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      font-family: var(--font-display);
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--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) {
        --tw-border-style: none;
        border-style: none;
      }
      @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);
      &: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));
        }
      }
    }
  }
  .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-kes-gold);
    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-kes-gold) !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;
    text-decoration: 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));
    }
    .footer-nav, .footer-sub-nav {
      display: flex;
      list-style-type: none;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      padding: calc(var(--spacing) * 0);
      @media (width >= 960px) {
        flex-direction: row;
      }
    }
    .footer-nav li a, .footer-sub-nav li a {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-bottom-color: var(--color-gray-600);
      padding-bottom: calc(var(--spacing) * 1);
      text-align: center;
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      color: #000;
      text-decoration-line: none !important;
      @media (width >= 960px) {
        border-inline-end-style: var(--tw-border-style);
        border-inline-end-width: 1px;
      }
      @media (width >= 960px) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
      @media (width >= 960px) {
        border-inline-end-color: var(--color-gray-600);
      }
      @media (width >= 960px) {
        padding-inline-end: calc(var(--spacing) * 5);
      }
      @media (width >= 960px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
    }
    .footer-nav li:last-child a, .footer-sub-nav li:last-child a {
      border-inline-end-style: var(--tw-border-style);
      border-inline-end-width: 0px;
      padding-inline-end: calc(var(--spacing) * 0);
    }
  }
  .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);
      }
    }
  }
  .kes-form {
    margin-bottom: calc(var(--spacing) * 20);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-black);
    color: var(--color-white);
    form {
      margin-inline: auto;
      width: 100%;
      padding: calc(var(--spacing) * 20);
      @media (width >= 960px) {
        max-width: 1200px;
      }
      p {
        margin-bottom: calc(var(--spacing) * 0);
      }
      label {
        display: block;
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        color: var(--color-white);
      }
      input[type="text"], input[type="email"], input[type="tel"], textarea {
        margin-top: 10px;
        height: 50px;
        width: 100%;
        border-radius: 0.25rem;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-white);
        background-color: transparent;
        padding: calc(var(--spacing) * 5);
        color: var(--color-white);
      }
      select {
        height: 50px;
        width: 100%;
        border-radius: 0.25rem;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-white);
        background-color: transparent;
        color: var(--color-white);
      }
      .wpcf7-form-control[type="file"] {
        margin-inline: calc(var(--spacing) * 0);
        padding-inline: calc(var(--spacing) * 0);
      }
      .wpcf7-form-control[type="file"]::file-selector-button {
        margin-top: calc(var(--spacing) * 5);
        margin-right: calc(var(--spacing) * 2);
        margin-left: calc(var(--spacing) * 0);
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: var(--color-kes-gold);
        padding-inline: calc(var(--spacing) * 4);
        padding-block: calc(var(--spacing) * 2);
        color: var(--color-white);
      }
      textarea {
        height: 150px;
        @media (width >= 960px) {
          grid-column: span 2 / span 2;
        }
      }
      .wpcf7-submit {
        margin-top: calc(var(--spacing) * 5);
        display: inline-block;
        background-color: var(--color-kes-gold);
        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;
        @media (width >= 960px) {
          grid-column: span 2 / span 2;
        }
        text-decoration: none !important;
        transition: ease-out 0.2s;
        box-shadow: inset 0 0 0 0 #acacac;
        outline: none;
        &:hover {
          color: var(--color-white);
          box-shadow: inset 0 -100px 0 0 #acacac;
        }
      }
    }
  }
  .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-nav, .footer-sub-nav {
    li {
      margin-bottom: calc(var(--spacing) * 0) !important;
      a {
        padding-bottom: calc(var(--spacing) * 0) !important;
        &:hover {
          @media (hover: 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-kes-gold);
      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;
      }
    }
  }
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-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-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}

