/*! tailwindcss v4.1.4 | 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;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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);
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[13px\] {
    top: 13px;
  }
  .top-\[73px\] {
    top: 73px;
  }
  .-right-full {
    right: -100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-70 {
    z-index: 70;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .mr-\[7px\] {
    margin-right: 7px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[43px\] {
    margin-bottom: 43px;
  }
  .mb-\[44px\] {
    margin-bottom: 44px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .mb-\[72px\] {
    margin-bottom: 72px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-\[calc\(100\%-73px\)\] {
    height: calc(100% - 73px);
  }
  .h-\[max\(235px\,40vw\)\] {
    height: max(235px, 40vw);
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-\[249px\] {
    width: 249px;
  }
  .w-\[349px\] {
    width: 349px;
  }
  .w-\[calc\(33\.33\%-8px\)\] {
    width: calc(33.33% - 8px);
  }
  .w-\[calc\(100\%-13px\)\] {
    width: calc(100% - 13px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[349px\] {
    max-width: 349px;
  }
  .max-w-\[790px\] {
    max-width: 790px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[49px\] {
    gap: 49px;
  }
  .gap-\[56px\] {
    gap: 56px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#6D7376\] {
    border-color: #6D7376;
  }
  .bg-\[\#31A741\] {
    background-color: #31A741;
  }
  .bg-\[\#00811a\] {
    background-color: #00811a;
  }
  .bg-\[\#414649\] {
    background-color: #414649;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[80\%_50\%\] {
    object-position: 80% 50%;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[63px\] {
    padding-top: 63px;
  }
  .pt-\[67px\] {
    padding-top: 67px;
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[20px\] {
    font-size: 20px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#31A741\] {
    color: #31A741;
  }
  .text-\[\#181818\] {
    color: #181818;
  }
  .text-white {
    color: var(--color-white);
  }
  .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-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .hover\:bg-\[\#218731\] {
    &:hover {
      @media (hover: hover) {
        background-color: #218731;
      }
    }
  }
  .hover\:text-\[\#31A741\] {
    &:hover {
      @media (hover: hover) {
        color: #31A741;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:justify-evenly {
    @media (width >= 40rem) {
      justify-content: space-evenly;
    }
  }
  .lg\:top-\[30px\] {
    @media (width >= 64rem) {
      top: 30px;
    }
  }
  .lg\:-left-\[30px\] {
    @media (width >= 64rem) {
      left: calc(30px * -1);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-\[64px\] {
    @media (width >= 64rem) {
      margin-top: 64px;
    }
  }
  .lg\:mt-\[97px\] {
    @media (width >= 64rem) {
      margin-top: 97px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[14px\] {
    @media (width >= 64rem) {
      margin-bottom: 14px;
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:mb-\[34px\] {
    @media (width >= 64rem) {
      margin-bottom: 34px;
    }
  }
  .lg\:mb-\[45px\] {
    @media (width >= 64rem) {
      margin-bottom: 45px;
    }
  }
  .lg\:mb-\[46px\] {
    @media (width >= 64rem) {
      margin-bottom: 46px;
    }
  }
  .lg\:mb-\[64px\] {
    @media (width >= 64rem) {
      margin-bottom: 64px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:mb-\[112px\] {
    @media (width >= 64rem) {
      margin-bottom: 112px;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 64rem) {
      height: 60px;
    }
  }
  .lg\:h-\[80px\] {
    @media (width >= 64rem) {
      height: 80px;
    }
  }
  .lg\:h-\[382px\] {
    @media (width >= 64rem) {
      height: 382px;
    }
  }
  .lg\:h-\[457px\] {
    @media (width >= 64rem) {
      height: 457px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[80px\] {
    @media (width >= 64rem) {
      width: 80px;
    }
  }
  .lg\:w-\[133px\] {
    @media (width >= 64rem) {
      width: 133px;
    }
  }
  .lg\:w-\[178px\] {
    @media (width >= 64rem) {
      width: 178px;
    }
  }
  .lg\:w-\[504px\] {
    @media (width >= 64rem) {
      width: 504px;
    }
  }
  .lg\:w-\[548px\] {
    @media (width >= 64rem) {
      width: 548px;
    }
  }
  .lg\:w-\[565px\] {
    @media (width >= 64rem) {
      width: 565px;
    }
  }
  .lg\:w-\[570px\] {
    @media (width >= 64rem) {
      width: 570px;
    }
  }
  .lg\:w-\[590px\] {
    @media (width >= 64rem) {
      width: 590px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[calc\(50\%-42px\)\] {
    @media (width >= 64rem) {
      max-width: calc(50% - 42px);
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[49px\] {
    @media (width >= 64rem) {
      gap: 49px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 64rem) {
      gap: 60px;
    }
  }
  .lg\:gap-\[66px\] {
    @media (width >= 64rem) {
      gap: 66px;
    }
  }
  .lg\:gap-\[72px\] {
    @media (width >= 64rem) {
      gap: 72px;
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:py-\[11px\] {
    @media (width >= 64rem) {
      padding-block: 11px;
    }
  }
  .lg\:pt-\[48px\] {
    @media (width >= 64rem) {
      padding-top: 48px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 64rem) {
      padding-top: 60px;
    }
  }
  .lg\:pb-\[26px\] {
    @media (width >= 64rem) {
      padding-bottom: 26px;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .\32 xl\:mt-\[107px\] {
    @media (width >= 96rem) {
      margin-top: 107px;
    }
  }
  .\32 xl\:mt-\[162px\] {
    @media (width >= 96rem) {
      margin-top: 162px;
    }
  }
  .\32 xl\:mb-4 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:mb-\[16px\] {
    @media (width >= 96rem) {
      margin-bottom: 16px;
    }
  }
  .\32 xl\:mb-\[45px\] {
    @media (width >= 96rem) {
      margin-bottom: 45px;
    }
  }
  .\32 xl\:mb-\[50px\] {
    @media (width >= 96rem) {
      margin-bottom: 50px;
    }
  }
  .\32 xl\:mb-\[75px\] {
    @media (width >= 96rem) {
      margin-bottom: 75px;
    }
  }
  .\32 xl\:mb-\[133px\] {
    @media (width >= 96rem) {
      margin-bottom: 133px;
    }
  }
  .\32 xl\:mb-\[160px\] {
    @media (width >= 96rem) {
      margin-bottom: 160px;
    }
  }
  .\32 xl\:mb-\[174px\] {
    @media (width >= 96rem) {
      margin-bottom: 174px;
    }
  }
  .\32 xl\:h-\[36px\] {
    @media (width >= 96rem) {
      height: 36px;
    }
  }
  .\32 xl\:h-\[86px\] {
    @media (width >= 96rem) {
      height: 86px;
    }
  }
  .\32 xl\:h-\[100px\] {
    @media (width >= 96rem) {
      height: 100px;
    }
  }
  .\32 xl\:h-\[120px\] {
    @media (width >= 96rem) {
      height: 120px;
    }
  }
  .\32 xl\:h-\[550px\] {
    @media (width >= 96rem) {
      height: 550px;
    }
  }
  .\32 xl\:h-\[762px\] {
    @media (width >= 96rem) {
      height: 762px;
    }
  }
  .\32 xl\:w-\[36px\] {
    @media (width >= 96rem) {
      width: 36px;
    }
  }
  .\32 xl\:w-\[192px\] {
    @media (width >= 96rem) {
      width: 192px;
    }
  }
  .\32 xl\:w-\[221px\] {
    @media (width >= 96rem) {
      width: 221px;
    }
  }
  .\32 xl\:w-\[520px\] {
    @media (width >= 96rem) {
      width: 520px;
    }
  }
  .\32 xl\:w-\[655px\] {
    @media (width >= 96rem) {
      width: 655px;
    }
  }
  .\32 xl\:w-\[675px\] {
    @media (width >= 96rem) {
      width: 675px;
    }
  }
  .\32 xl\:w-\[790px\] {
    @media (width >= 96rem) {
      width: 790px;
    }
  }
  .\32 xl\:w-\[840px\] {
    @media (width >= 96rem) {
      width: 840px;
    }
  }
  .\32 xl\:max-w-\[480px\] {
    @media (width >= 96rem) {
      max-width: 480px;
    }
  }
  .\32 xl\:max-w-\[calc\(45\%-155px\)\] {
    @media (width >= 96rem) {
      max-width: calc(45% - 155px);
    }
  }
  .\32 xl\:max-w-\[calc\(55\%-155px\)\] {
    @media (width >= 96rem) {
      max-width: calc(55% - 155px);
    }
  }
  .\32 xl\:gap-\[30px\] {
    @media (width >= 96rem) {
      gap: 30px;
    }
  }
  .\32 xl\:gap-\[85px\] {
    @media (width >= 96rem) {
      gap: 85px;
    }
  }
  .\32 xl\:gap-\[155px\] {
    @media (width >= 96rem) {
      gap: 155px;
    }
  }
  .\32 xl\:px-40 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:px-\[40px\] {
    @media (width >= 96rem) {
      padding-inline: 40px;
    }
  }
  .\32 xl\:px-\[160px\] {
    @media (width >= 96rem) {
      padding-inline: 160px;
    }
  }
  .\32 xl\:py-\[17px\] {
    @media (width >= 96rem) {
      padding-block: 17px;
    }
  }
  .\32 xl\:py-\[90px\] {
    @media (width >= 96rem) {
      padding-block: 90px;
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 96rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-xl {
    @media (width >= 96rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:text-\[32px\] {
    @media (width >= 96rem) {
      font-size: 32px;
    }
  }
  .\32 xl\:text-\[64px\] {
    @media (width >= 96rem) {
      font-size: 64px;
    }
  }
  .\32 xl\:leading-\[26px\] {
    @media (width >= 96rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
}
html {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
html, body {
  scroll-behavior: smooth;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}
.body-menu {
  max-width: 100vw;
  max-height: 100vh;
}
.menu-shown {
  transform: translateX(-100%);
}
.button {
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  background-color: #31a741;
}
.button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1b6627;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover::before {
  width: 100%;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
