/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-loose: 2;
    --radius-md: 0.375rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .-mb-8 {
    margin-bottom: calc(var(--spacing) * -8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .min-h-\[70vh\] {
    min-height: 70vh;
  }
  .min-h-\[90vh\] {
    min-height: 90vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * 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)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-12 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[\#d2d2d2\] {
    border-bottom-color: #d2d2d2;
  }
  .bg-\[\#000000\] {
    background-color: #000000;
  }
  .bg-\[\#12a11f\] {
    background-color: #12a11f;
  }
  .bg-\[\#052d46\] {
    background-color: #052d46;
  }
  .bg-\[\#f3be2d\] {
    background-color: #f3be2d;
  }
  .bg-\[\#f4bf2e\] {
    background-color: #f4bf2e;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .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-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\[\#042c46\] {
    color: #042c46;
  }
  .text-\[\#d2d2d2\] {
    color: #d2d2d2;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .hover\:bg-\[\#052d46\] {
    &:hover {
      @media (hover: hover) {
        background-color: #052d46;
      }
    }
  }
  .hover\:text-\[\#f4bf2e\] {
    &:hover {
      @media (hover: hover) {
        color: #f4bf2e;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-\[0\.9\] {
    &:hover {
      @media (hover: hover) {
        opacity: 0.9;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:col-span-1 {
    @media (width >= 970px) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-3 {
    @media (width >= 970px) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:mt-0 {
    @media (width >= 970px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-12 {
    @media (width >= 970px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-20 {
    @media (width >= 970px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-32 {
    @media (width >= 970px) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .md\:mr-0 {
    @media (width >= 970px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-40 {
    @media (width >= 970px) {
      margin-right: calc(var(--spacing) * 40);
    }
  }
  .md\:mb-0 {
    @media (width >= 970px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-16 {
    @media (width >= 970px) {
      margin-left: calc(var(--spacing) * 16);
    }
  }
  .md\:ml-44 {
    @media (width >= 970px) {
      margin-left: calc(var(--spacing) * 44);
    }
  }
  .md\:block {
    @media (width >= 970px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 970px) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 970px) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 970px) {
      display: none;
    }
  }
  .md\:h-10 {
    @media (width >= 970px) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-\[90vh\] {
    @media (width >= 970px) {
      height: 90vh;
    }
  }
  .md\:h-full {
    @media (width >= 970px) {
      height: 100%;
    }
  }
  .md\:min-h-\[90vh\] {
    @media (width >= 970px) {
      min-height: 90vh;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 970px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 970px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 970px) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-1\/5 {
    @media (width >= 970px) {
      width: calc(1/5 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 970px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 970px) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-72 {
    @media (width >= 970px) {
      width: calc(var(--spacing) * 72);
    }
  }
  .md\:w-full {
    @media (width >= 970px) {
      width: 100%;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 970px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 970px) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 970px) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 970px) {
      align-items: flex-start;
    }
  }
  .md\:justify-end {
    @media (width >= 970px) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 970px) {
      justify-content: flex-start;
    }
  }
  .md\:space-y-0 {
    @media (width >= 970px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-2 {
    @media (width >= 970px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-6 {
    @media (width >= 970px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:border-b-2 {
    @media (width >= 970px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .md\:px-0 {
    @media (width >= 970px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-12 {
    @media (width >= 970px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-18 {
    @media (width >= 970px) {
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .md\:pt-6 {
    @media (width >= 970px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-12 {
    @media (width >= 970px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-8 {
    @media (width >= 970px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:text-left {
    @media (width >= 970px) {
      text-align: left;
    }
  }
  .md\:text-start {
    @media (width >= 970px) {
      text-align: start;
    }
  }
  .md\:text-2xl {
    @media (width >= 970px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 970px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 970px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 970px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 970px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 970px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 970px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 970px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
body {
  font-family: 'Lato', sans-serif;
  color: #161616;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.parallax {
  background-image: url("../img/background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.parallax-background::after {
  content: "";
  background-image: url("../img/vlnka.png");
  width: 100%;
  height: 61px;
  bottom: 0px;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  position: absolute;
}
.menu-wave::after {
  content: "";
  background-image: url("../img/sticky_menu.png");
  width: 100%;
  height: 40px;
  bottom: -40px;
  background-position: bottom center;
  background-size: auto;
  z-index: 1;
  position: absolute;
}
.top-menu {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.beer-bg {
  background-image: url("../img/beer.png");
  min-height: 450px;
  min-width: 500px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dot-on-beer {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #042c46;
}
.first-dot {
  left: 53%;
}
.second-dot {
  left: 51%;
}
.third-dot {
  left: 55%;
}
.fourth-dot {
  left: 53%;
}
.line-from-beer {
  height: 5px;
  position: relative;
  background-color: #042c46;
}
.first-line {
  width: 100px;
  left: -10px;
  top: calc(10px / 2 + 2.5px);
}
.second-line {
  width: 100px;
  rotate: -20deg;
  top: -9.5px;
  left: -14px;
}
.third-line {
  width: 100px;
  rotate: -30deg;
  top: -17.5px;
  left: -18px;
}
.fourth-line {
  width: calc(100px + 2%);
  left: -25.5px;
  top: -42.5px;
}
.fifth-line {
  width: 140px;
  top: 7.5px;
  left: -2px;
}
.sixth-line {
  width: 100px;
  left: -2px;
  top: 7.5px;
}
.seventh-line {
  width: 80px;
  top: 20.5px;
  left: -5.5px;
  rotate: 20deg;
}
.left-padding-line {
  margin-left: calc((var(--spacing) * 8) - 2.5px);
}
.custom-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  width: 50px;
  height: 40px;
  font-family: sans-serif;
}
.custom-number input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  border: none;
  outline: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  background: transparent;
}

.custom-number select{
    width: 100%;
    padding:0px 5px;
}
.custom-number input::-webkit-outer-spin-button, .custom-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-number input[type="number"] {
  position: relative;
  padding-right: 24px;
}


#form {
  background-image: url("../img/mesto-podklad_03.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}

.desktop-gallery .main img {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

/* thumbs row */
.desktop-gallery .thumbs {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.desktop-gallery .thumbs img {
    width: 100px;      /* fixed size for thumbnails */
    height: 70px;      /* keep them smaller */
    object-fit: cover; /* crop nicely */
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.desktop-gallery .thumbs img:hover {
    opacity: 1;
}

/* Mobile swiper defaults to visible only on mobile */
#mobile-swiper {
    display: none;
}
@media (max-width: 768px) {
    #mobile-swiper {
        display: block;
    }
    #desktop-gallery {
        display: none;
    }
}

.swiper-pagination-bullet {
    background-color: gray; /* normal dots */
}

/* Active dot */
.swiper-pagination-bullet-active {
    background-color: #f4bf2e!important; /* active dot */
}


:target {
  scroll-margin-top: 6rem; /* adjust to your header height */
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-my-gray {
  color: #9d9d9d;
}

.parallax-wrapper {
    position: relative;
    overflow: hidden;
}

.parallax-background {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* extra height for smooth parallax */
    z-index: -1;
}

.wave-shake {
    display: inline-block;
    transform-origin: top left; /* pivot like it's held */
    animation: wave-shake 3.6s ease-in-out infinite;
}

@keyframes wave-shake {
    0%   { transform: rotate(0deg) translate(0, 0); }
    5%   { transform: rotate(-10deg) translate(-5px, -5px); }
    15%  { transform: rotate(10deg) translate(5px, 5px); }
    25%  { transform: rotate(-8deg) translate(-4px, -4px); }
    35%  { transform: rotate(8deg) translate(4px, 4px); }
    45%  { transform: rotate(0deg) translate(0, 0); }
    100% { transform: rotate(0deg) translate(0, 0); } /* rest phase */
}



.effect {
    width: 230px;
    position: relative;
    text-decoration: none;
}

/* effect-1 */
.effect.effect-1 {
    transition: all 0.2s linear 0s;
    position: relative;
}

.effect.effect-1:before {
    content: "🍻";
    font-size: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.3s linear 0s;
}

.effect.effect-1:hover, .effect.effect-1:active {
    text-indent: -20px;
}

.effect.effect-1:hover:before,.effect.effect-1:active:before {
    opacity: 1;
    text-indent: 0;
}


