/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "source-sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --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);
    --container-width: 1118px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .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-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-\[33px\] {
    top: 33px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-\[100px\] {
    right: 100px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-12 {
    z-index: calc(12 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 250px) {
      max-width: 250px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 993px) {
      max-width: 993px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .table {
    display: table;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[330px\] {
    height: 330px;
  }
  .h-\[678px\] {
    height: 678px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .max-h-\[503px\] {
    max-height: 503px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[342px\] {
    max-width: 342px;
  }
  .max-w-\[356px\] {
    max-width: 356px;
  }
  .max-w-\[448px\] {
    max-width: 448px;
  }
  .max-w-\[453px\] {
    max-width: 453px;
  }
  .max-w-\[456px\] {
    max-width: 456px;
  }
  .max-w-\[479px\] {
    max-width: 479px;
  }
  .max-w-\[507px\] {
    max-width: 507px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[547px\] {
    max-width: 547px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[811px\] {
    max-width: 811px;
  }
  .max-w-\[856px\] {
    max-width: 856px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .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));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#BE9F5A\] {
    border-color: #BE9F5A;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .bg-\[\#777\] {
    background-color: #777;
  }
  .bg-\[\#777777\] {
    background-color: #777777;
  }
  .bg-\[\#BD9D5A\] {
    background-color: #BD9D5A;
  }
  .bg-\[\#BD9D5A\]\! {
    background-color: #BD9D5A !important;
  }
  .bg-\[\#F9F5EF\] {
    background-color: #F9F5EF;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#FDF0E0\] {
    background-color: #FDF0E0;
  }
  .bg-\[\#FDF3E6\] {
    background-color: #FDF3E6;
  }
  .bg-\[\#FEF6EB\] {
    background-color: #FEF6EB;
  }
  .bg-\[\#FEF9F2\] {
    background-color: #FEF9F2;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .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-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-\[abril\] {
    font-family: abril;
  }
  .font-\[raleway\] {
    font-family: raleway;
  }
  .font-\[soruce-sans\] {
    font-family: soruce-sans;
  }
  .font-\[source-sans\] {
    font-family: source-sans;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[44px\]\/\[1\] {
    font-size: 44px;
    line-height: 1;
  }
  .text-\[64px\]\/\[1\] {
    font-size: 64px;
    line-height: 1;
  }
  .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-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[33px\] {
    font-size: 33px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#1F1F1F\] {
    color: #1F1F1F;
  }
  .text-\[\#231F20\] {
    color: #231F20;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#262626\] {
    color: #262626;
  }
  .text-\[\#484546\] {
    color: #484546;
  }
  .text-\[\#504326\] {
    color: #504326;
  }
  .text-\[\#AD9152\] {
    color: #AD9152;
  }
  .text-\[\#BD9D5A\] {
    color: #BD9D5A;
  }
  .text-\[\#BE9F5A\] {
    color: #BE9F5A;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-\[0_0px_12px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 0px 12px 0 var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_4px_0_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:text-\[\#BD9D5A\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #BD9D5A;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:bg-\[\#FFF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FFF;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-\[\#BD9D5A\] {
    &:hover {
      @media (hover: hover) {
        color: #BD9D5A;
      }
    }
  }
  .hover\:text-\[\#BE9F5A\] {
    &:hover {
      @media (hover: hover) {
        color: #BE9F5A;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .md\:block\! {
    @media (width >= 768px) {
      display: block !important;
    }
  }
  .md\:hidden\! {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:pt-6 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:\!flex {
    @media (width >= 993px) {
      display: flex !important;
    }
  }
  .lg\:block {
    @media (width >= 993px) {
      display: block;
    }
  }
  .lg\:block\! {
    @media (width >= 993px) {
      display: block !important;
    }
  }
  .lg\:flex\! {
    @media (width >= 993px) {
      display: flex !important;
    }
  }
  .lg\:hidden {
    @media (width >= 993px) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 993px) {
      display: none !important;
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 993px) {
      height: 200px;
    }
  }
  .lg\:h-full {
    @media (width >= 993px) {
      height: 100%;
    }
  }
  .lg\:w-\[257px\] {
    @media (width >= 993px) {
      width: 257px;
    }
  }
  .lg\:w-\[410px\] {
    @media (width >= 993px) {
      width: 410px;
    }
  }
  .lg\:w-fit {
    @media (width >= 993px) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[249px\] {
    @media (width >= 993px) {
      max-width: 249px;
    }
  }
  .lg\:max-w-\[256px\] {
    @media (width >= 993px) {
      max-width: 256px;
    }
  }
  .lg\:max-w-\[300px\] {
    @media (width >= 993px) {
      max-width: 300px;
    }
  }
  .lg\:max-w-\[393px\] {
    @media (width >= 993px) {
      max-width: 393px;
    }
  }
  .lg\:max-w-\[461px\] {
    @media (width >= 993px) {
      max-width: 461px;
    }
  }
  .lg\:max-w-\[568px\] {
    @media (width >= 993px) {
      max-width: 568px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 993px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 993px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 993px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:gap-10 {
    @media (width >= 993px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 993px) {
      background-color: transparent;
    }
  }
  .lg\:py-25 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 25);
    }
  }
  .lg\:py-40 {
    @media (width >= 993px) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 993px) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 993px) {
      padding-block: 120px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 993px) {
      padding-top: 100px;
    }
  }
  .lg\:pb-\[188px\] {
    @media (width >= 993px) {
      padding-bottom: 188px;
    }
  }
  .lg\:text-start {
    @media (width >= 993px) {
      text-align: start;
    }
  }
  .lg\:text-white {
    @media (width >= 993px) {
      color: var(--color-white);
    }
  }
  .xl\:max-w-\[535px\] {
    @media (width >= 1200px) {
      max-width: 535px;
    }
  }
}
@font-face {
  font-family: 'abril';
  src: url(../assets/fonts/Abril_Fatface/AbrilFatface-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'raleway';
  src: url(../assets/fonts/Raleway/Raleway-Light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'raleway';
  src: url(../assets/fonts/Raleway/Raleway-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: 'raleway';
  src: url(../assets/fonts/Raleway/Raleway-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'source-sans';
  src: url(../assets/fonts/SourceSansPro-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'source-sans';
  src: url(../assets/fonts/SourceSansPro-Semibold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'source-sans';
  src: url(../assets/fonts/SourceSansPro-Regular.ttf);
  font-weight: 400;
}
.container1 {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: 12px;
}
.has-submenu {
  position: relative;
}
.submenu {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 100;
}
.has-submenu:hover .submenu {
  display: flex;
}
.submenu.small {
  width: auto;
  min-width: 150px;
  margin-left: 0;
  right: initial;
  left: initial;
  padding: 40px;
}
.has-submenu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 140%;
  width: 100%;
  height: 52px;
  background: transparent;
  z-index: 199;
}
.ancho {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
header {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.video-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20.63%, rgba(0, 0, 0, 0.7) 71.12%), transparent;
  z-index: 1;
  opacity: 0.6;
}
.img-movil {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
.ti-fade-container {
  position: absolute;
  top: 20px;
  right: 56px;
  @media (max-width:1050px) {
    position: relative;
  }
}
.form-contacto {
  .gform_required_legend {
    display: none;
  }
  .large, .textarea {
    background-color: #FFF;
    border: 1px solid rgba(165, 163, 164, 0.55);
  }
  #input_2_1_3 {
    background-color: #FFF;
    border: 1px solid rgba(165, 163, 164, 0.55);
  }
  #input_2_1_6 {
    background-color: #FFF;
    border: 1px solid rgba(165, 163, 164, 0.55);
  }
  .gform_button {
    border-radius: 4px;
    background: #BD9D5A;
    padding: 16px;
    color: #FFF;
    font-weight: 700;
    font-family: 'source-sans', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in;
    &:hover {
      background: #FFF;
      color: #BD9D5A;
    }
  }
  .gform-field-label {
    font-family: 'source-sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #484546;
  }
  .gfield_label {
    font-family: 'source-sans', sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #484546;
  }
  .gfield_required {
    display: none !important;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
