/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    @font-face {
        font-family: "MyriadPro";
        src: local("MyriadPro-Light.woff"), local("MyriadPro-Light.woff"),
            url("../fonts/MyriadPro-Light.woff"),
            url("../fonts/MyriadPro-Light.woff2");
        font-display: swap;
        font-weight: 300;
    }
    @font-face {
        font-family: "MyriadPro";
        src: local("MyriadPro-Regular.woff"), local("MyriadPro-Regular.woff"),
            url("../fonts/MyriadPro-Regular.woff"),
            url("../fonts/MyriadPro-Regular.woff2");
        font-display: swap;
        font-weight: 400;
    }

    @font-face {
        font-family: "MyriadPro";
        src: local("MyriadPro-Bold.woff"), local("MyriadPro-Bold.woff"),
            url("../fonts/MyriadPro-Bold.woff"),
            url("../fonts/MyriadPro-Bold.woff2");
        font-display: swap;
        font-weight: 700;
    }

    @font-face {
        font-family: "Kufam";
        src: local("Kufam-Regular.woff"), local("Kufam-Regular.woff"),
            url("../fonts/Kufam-Regular.woff"),
            url("../fonts/Kufam-Regular.woff2");
        font-display: swap;
        font-weight: 400;
    }

    @font-face {
        font-family: "RubikOne";
        src: local("RubikOne-Regular.woff"), local("RubikOne-Regular.woff"),
            url("../fonts/RubikOne-Regular.woff"),
            url("../fonts/RubikOne-Regular.woff2");
        font-display: swap;
        font-weight: 400;
    }

    @font-face {
        font-family: "Rubik";
        src: local("Rubik-SemiBold.woff"), local("Rubik-SemiBold.woff"),
            url("../fonts/Rubik-SemiBold.woff"),
            url("../fonts/Rubik-SemiBold.woff2");
        font-display: swap;
        font-weight: 400;
    }

    body {
  font-family: MyriadPro;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
        body.active-menu {
  overflow: hidden;
}

    h1,
    h2,
    h3,
    h4,
    h5 {
  font-family: Rubik;
  font-weight: 600;
  letter-spacing: -0.9px;
}
        h1.text-5xl, h2.text-5xl, h3.text-5xl, h4.text-5xl, h5.text-5xl {
  font-size: 32px;
}
        @media (min-width: 1024px) {

  h1.text-5xl, h2.text-5xl, h3.text-5xl, h4.text-5xl, h5.text-5xl {
    font-size: 40px;
  }
}

    address {
  font-style: normal;
}

    label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
        label.error {
  margin-bottom: 0px;
  margin-top: 0.5rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 35px;
    padding-left: 35px;
  }
}
@media (min-width: 1540px) {

  .container {
    max-width: 1540px;
  }
}
nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(241 190 34 / var(--tw-text-opacity));
}
nav a {
            transition: 0.4s all;
        }
nav a.active {
  --tw-text-opacity: 1;
  color: rgb(241 190 34 / var(--tw-text-opacity));
}
input,
    select,
    textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-family: MyriadPro;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-family: MyriadPro;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}
input::placeholder,
    select::placeholder,
    textarea::placeholder {
  font-family: MyriadPro;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}
input:focus,
    select:focus,
    textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input.error, select.error, textarea.error {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
input.error::-moz-placeholder, select.error::-moz-placeholder, textarea.error::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
input.error::placeholder, select.error::placeholder, textarea.error::placeholder {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.textarea label.error {
  margin-top: 0px;
}
.input-group {
  display: flex;
  gap: 1rem;
}
.btn-effect {
        position: relative;
        display: inline-block;
        text-decoration: none;
        background: transparent;
        transition: ease-out 0.5s;
    }
.btn-effect.btn-effect--green {
  --tw-bg-opacity: 1;
  background-color: rgb(29 136 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 190 34 / var(--tw-text-opacity));
            border-radius: 10px;
}
.btn-effect.btn-effect--green:hover {
                color: white;
                box-shadow: inset 0 -100px 0 0 #F1BE22;
            }
.btn-effect.btn-effect--amber {
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-effect.btn-effect--amber:hover {
                box-shadow: inset 0 -100px 0 0 #107E2E;
            }
.btn-effect:active {
        transform: scale(0.9);
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-left-6 {
  left: -1.5rem;
}
.-left-\[32px\] {
  left: -32px;
}
.-left-\[72px\] {
  left: -72px;
}
.-left-\[9rem\] {
  left: -9rem;
}
.-right-4 {
  right: -1rem;
}
.-right-5 {
  right: -1.25rem;
}
.-right-\[88px\] {
  right: -88px;
}
.-top-20 {
  top: -5rem;
}
.-top-\[2\.5rem\] {
  top: -2.5rem;
}
.-top-\[32px\] {
  top: -32px;
}
.-top-\[4\.5rem\] {
  top: -4.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[95px\] {
  bottom: 95px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-\[50px\] {
  left: 50px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[35px\] {
  top: 35px;
}
.top-\[40px\] {
  top: 40px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1030\] {
  z-index: 1030;
}
.z-\[1032\] {
  z-index: 1032;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.clear-both {
  clear: both;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[9rem\] {
  margin-top: 9rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\.3\] {
  aspect-ratio: 1.3;
}
.aspect-\[2\/1\.5\] {
  aspect-ratio: 2/1.5;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-\[224px\] {
  height: 224px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[535px\] {
  min-height: 535px;
}
.min-h-\[94px\] {
  min-height: 94px;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[890px\] {
  max-width: 890px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-2 {
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-disc {
  list-style-type: disc;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-12 {
  gap: 3rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.break-all {
  word-break: break-all;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#efefef\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-t-daily-fresh-green-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 126 46 / var(--tw-border-opacity));
}
.bg-\[\#F8F7F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 240 / var(--tw-bg-opacity));
}
.bg-\[\#FFFEFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 254 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-daily-fresh-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity));
}
.bg-daily-fresh-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 175 54 / var(--tw-bg-opacity));
}
.bg-daily-fresh-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 136 48 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_job\.jpg\'\)\] {
  background-image: url('../public/images/page/bg_job.jpg');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_masking_corn\.jpg\'\)\] {
  background-image: url('../public/images/page/bg_masking_corn.jpg');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_wave_about_index\.png\'\)\] {
  background-image: url('../public/images/page/bg_wave_about_index.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_wave_career\.png\'\)\] {
  background-image: url('../public/images/page/bg_wave_career.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_wave_grey_center\.png\'\)\] {
  background-image: url('../public/images/page/bg_wave_grey_center.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_wave_net\.png\'\)\] {
  background-image: url('../public/images/page/bg_wave_net.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/bg_wwn_wave_net\.png\'\)\] {
  background-image: url('../public/images/page/bg_wwn_wave_net.png');
}
.bg-\[url\(\'\.\.\/public\/images\/page\/home-about-us-section-plant-in\.jpg\'\)\] {
  background-image: url('../public/images/page/home-about-us-section-plant-in.jpg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#F8F7F0\] {
  --tw-gradient-from: #F8F7F0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 247 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#ffffff\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#F8F7F0\] {
  --tw-gradient-to: #F8F7F0 var(--tw-gradient-to-position);
}
.to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[center_-118px\] {
  background-position: center -118px;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0px_15px\] {
  padding: 0px 15px;
}
.p-\[14px_15px\] {
  padding: 14px 15px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[14rem\] {
  padding-top: 14rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[9rem\] {
  padding-top: 9rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-kufam {
  font-family: Kufam;
}
.font-myriadpro {
  font-family: MyriadPro;
}
.font-rubik {
  font-family: Rubik;
}
.font-rubikone {
  font-family: RubikOne;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.-tracking-\[0\.9px\] {
  letter-spacing: -0.9px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-daily-fresh-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(241 190 34 / var(--tw-text-opacity));
}
.text-daily-fresh-green-400 {
  --tw-text-opacity: 1;
  color: rgb(40 175 54 / var(--tw-text-opacity));
}
.text-daily-fresh-green-500 {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
.text-daily-fresh-green-600 {
  --tw-text-opacity: 1;
  color: rgb(16 126 46 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-\[0_20px_23px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 20px 23px 0px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 20px 23px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_-30px_22px_0px_rgba\(0\2c 0\2c 0\2c 0\.03\)\] {
  --tw-shadow: 0px -30px 22px 0px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0px -30px 22px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}
.transition-\[0\.6s\] {
  transition-property: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-fill-transparent {
        -webkit-text-fill-color: transparent;
    }
.card-value{
    transition: 0.4s all;
    height: 100%;
}
.card-value:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
        box-shadow: inset 0 -333px 0 0 #e8b518;
}
.card-value:hover h4 {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
.card-value:hover svg{
            transform: scale(1.1);
        }
.card-value svg{
        transition: 0.4s all;
        transform: scale(1);
    }
.vartiant {
  padding-top: 5px;
}
.vartiant div {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  line-height: 24px;
}
.vartiant div::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  width: 7px;
  --tw-translate-y: 110%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.vartiant div:last-child {
  margin-bottom: 0px;
}
.hero-home {
  overflow: hidden;
}
.hero-about .about__stack-img figure {
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .hero-about .about__stack-img figure {
    --tw-rotate: -6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.hero-netwrok {
  padding-top: 9rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .hero-netwrok {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.hero-netwrok p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.hero-netwrok figure {
  padding-right: 0px;
}
@media (min-width: 640px) {

  .hero-netwrok figure {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {

  .hero-netwrok figure {
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .hero-netwrok figure {
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {

  .hero-netwrok figure {
    padding-right: 3.5rem;
  }
}
@media (min-width: 1540px) {

  .hero-netwrok figure {
    padding-right: 8rem;
  }
}
.hero-netwrok img {
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {

  .hero-netwrok img {
    --tw-rotate: -0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 768px) {

  .hero-netwrok img {
    --tw-rotate: -0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {

  .hero-netwrok img {
    --tw-rotate: -0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {

  .hero-netwrok img {
    --tw-rotate: -6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.home-about p {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.home-vision-mission .vision-desc p, .vision-mission .vision-desc p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.home-vision-mission .mission-desc, .vision-mission .mission-desc {
  list-style-type: decimal;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.75;
}
.home-vision-mission .mission-desc ol, .vision-mission .mission-desc ol {
      list-style-type:decimal;
    }
.home-vision-mission .mission-desc ul, .vision-mission .mission-desc ul {
      list-style-type: disc;
    }
.home-vision-mission .mission-desc li, .vision-mission .mission-desc li {
  margin-bottom: 0.25rem;
  line-height: 1.625;
}
.home-netwrok p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.home-worldwide-network__search .search-lists, .worldwide-network__search .search-lists {
        /* @apply relative before:bg-[url('../public/images/page/bg_blur.png')] before:opacity-100 before:visible before:z-10 before:bg-no-repeat before:bg-cover before:absolute before:w-full before:h-[140px] lg:before:h-[250px] before:-bottom-[24px]; */
        max-height: 100%;
        overflow: hidden;
    }
.home-worldwide-network__search .search-lists p, .worldwide-network__search .search-lists p {
  position: relative;
  z-index: 21;
}
.home-worldwide-network__search .search-lists p a:hover, .worldwide-network__search .search-lists p a:hover {
  --tw-text-opacity: 1;
  color: rgb(16 126 46 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.home-worldwide-network__search .search-lists p a, .worldwide-network__search .search-lists p a {
                transition: 0.4s all;
            }
.home-worldwide-network__search .search-lists:before, .worldwide-network__search .search-lists:before {
            transition: 0.4s all;
        }
.home-worldwide-network__search .search-lists.index::before, .worldwide-network__search .search-lists.index::before {
  content: var(--tw-content);
  display: none;
}
.home-worldwide-network__search .search-lists.index, .worldwide-network__search .search-lists.index {
            max-height: 100%;
            overflow: visible;
        }
.home-worldwide-network__search.active .search-lists::before {
  visibility: hidden;
  content: var(--tw-content);
  opacity: 0;
}
.home-worldwide-network__search.active .search-lists {
            max-height: 100%;
        }
.about-philosophy__content p {
  margin-bottom: 0.5rem;
}
.worldwide-network__search .nice-select, .filter-product .nice-select {
  z-index: 22;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  background-color: transparent;
}
.worldwide-network__search .nice-select:after, .filter-product .nice-select:after {
            content: '';
            background-image: url('../public/images/icon/icon_caret_yellow_bottom.svg');
            right: 20px;
        }
.worldwide-network__search .nice-select.open, .filter-product .nice-select.open {
            border-color: #F1BE22;
        }
.worldwide-network__search .nice-select .list, .filter-product .nice-select .list {
  z-index: 22;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 190 34 / var(--tw-border-opacity));
}
.worldwide-network__search .nice-select .list li:hover, .filter-product .nice-select .list li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.worldwide-network__search .nice-select .list li.selected.focus, .filter-product .nice-select .list li.selected.focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.worldwide-network__search .nice-select .list li.selected.disabled, .filter-product .nice-select .list li.selected.disabled {
  background-color: transparent !important;
  color: rgb(68 68 68 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
}
.filter-product .nice-select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.filter-product .nice-select .current {
  display: block;
  width: 245px;
}
@media (min-width: 768px) {

  .filter-product .nice-select .current {
    width: 100%;
  }
}
@media (min-width: 1024px) {

  .filter-product .nice-select .current {
    width: 100%;
  }
}
.filter-product .nice-select .current {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
.filter-product .option {
  line-height: 25px;
}
@media (min-width: 768px) {

  .filter-product .option {
    line-height: 38px;
  }
}
@media (min-width: 1024px) {

  .filter-product .option {
    line-height: 38px;
  }
}
.filter-product .option {
        white-space: break-spaces;
    }
#career-form .nice-select {
  border-width: 1px;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
#career-form .nice-select.error {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
#career-form #err_position{
    display: block;
    margin-top: -20px;
    margin-bottom: .5rem;
   }
/* @apply bg-white border-2 border-gray-300 border-opacity-50 bg-clip-padding rounded-2xl py-8 px-7 hover:border-[2px] hover:border-daily-fresh-amber-400; */
.home-worldwide-network .search-lists .col address {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
                transition: 0.4s all;
}
.home-worldwide-network .search-lists .col address:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 190 34 / var(--tw-border-opacity));
}
.contact-us .product-list .col figure {
  border-radius: 1rem;
  border-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.contact-us .product-list .col figure:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 190 34 / var(--tw-border-opacity));
}
.contact-us .product-list .col figure {
                transition: 0.4s all;
            }
.home-worldwide-network__our-headquarter a:hover, .worldwide-network__our-headquarter a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 136 48 / var(--tw-bg-opacity));
}
.home-worldwide-network__our-headquarter a, .worldwide-network__our-headquarter a {
        transition: 0.4s all;
    }
.hero-about__desc p {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {

  .hero-about__desc p {
    margin-bottom: 0px;
  }
}
.company-policy {
  padding-bottom: 5rem;
}
.company-policy img {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .company-policy img {
    --tw-rotate: 6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.company-policy .company-policy__content ol,
        .company-policy .company-policy__content ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {

  .company-policy .company-policy__content ol,
        .company-policy .company-policy__content ul {
    margin-bottom: 0px;
  }
}
.company-policy .company-policy__content ol li, .company-policy .company-policy__content ul li {
  margin-bottom: 0.5rem;
}
.company-policy .company-policy__content ul {
  list-style-type: disc;
}
.company-policy .company-policy__content p {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.career .nice-select.required {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.swiperProduct .swiper-slide,
    .swiperProduct .our-product,
    .index-product .swiper-slide,
    .index-product .our-product {
  width: 70%;
}
@media (min-width: 768px) {

  .swiperProduct .swiper-slide,
    .swiperProduct .our-product,
    .index-product .swiper-slide,
    .index-product .our-product {
    width: 40%;
  }
}
@media (min-width: 1024px) {

  .swiperProduct .swiper-slide,
    .swiperProduct .our-product,
    .index-product .swiper-slide,
    .index-product .our-product {
    width: 28%;
  }
}
@media (min-width: 1540px) {

  .swiperProduct .swiper-slide,
    .swiperProduct .our-product,
    .index-product .swiper-slide,
    .index-product .our-product {
    width: 22%;
  }
}
.swiperProduct .swiper-slide figure, .swiperProduct .our-product figure, .index-product .swiper-slide figure, .index-product .our-product figure {
  overflow: hidden;
  border-radius: 0.75rem;
}
.swiperProduct .swiper-slide figure figcaption, .swiperProduct .our-product figure figcaption, .index-product .swiper-slide figure figcaption, .index-product .our-product figure figcaption {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                transition: 0.4s all;
            }
.swiperProduct .swiper-slide img, .swiperProduct .our-product img, .index-product .swiper-slide img, .index-product .our-product img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
            backface-visibility: visible;
            transition: 0.4s all;
}
.swiperProduct .swiper-slide:hover img, .swiperProduct .our-product:hover img, .index-product .swiper-slide:hover img, .index-product .our-product:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiperProduct .our-product, .index-product .our-product {
  width: 100%;
}
.swiperProduct .our-product figure, .index-product .our-product figure {
  border-radius: 1.5rem;
}
.swiperProduct .our-product img, .index-product .our-product img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
            backface-visibility: visible;
            transition: 0.4s all;
}
.swiperProduct .our-product img figcaption, .index-product .our-product img figcaption {
                border-bottom-left-radius: 24px;
                border-bottom-right-radius: 24px;
            }
.swiperPartners .swiper-wrapper{    
        transition-timing-function:linear!important; 
    }
.swiperPartners .swiper-slide img {
  height: 130px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
            filter: grayscale(100%);
            transition: 0.4s all;
}
.swiperPartners .swiper-slide img:hover {
                filter: grayscale(0%);
            }
.thumbSwiper .swiper-slide {
  border-radius: 22px;
  padding: 1rem;
}
@media (min-width: 1024px) {

  .thumbSwiper .swiper-slide {
    padding: 0px;
  }
}
.thumbSwiper .swiper-slide img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border-radius: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .thumbSwiper .swiper-slide img {
    height: 450px;
  }
}
@media (min-width: 1280px) {

  .thumbSwiper .swiper-slide img {
    width: 90%;
  }
}
@media (min-width: 1540px) {

  .thumbSwiper .swiper-slide img {
    height: 525px;
    width: 95%;
  }
}
.swiper-3d .swiper-slide-shadow {
  display: none;
}
.swiperProduct-pagination,
.thumbSwiper-pagination,
.catalogueSwiper-pagination {
  position: static;
}
.swiperProduct-pagination .swiper-pagination-bullet, .thumbSwiper-pagination .swiper-pagination-bullet, .catalogueSwiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 28px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
        transition: 0.4s all;
}
.swiperProduct-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .thumbSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .catalogueSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 34 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .swiperProduct-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .thumbSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .catalogueSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 142px;
  }
}
.swiperProduct-pagination {
  display: none;
}
@media (min-width: 1024px) {

  .swiperProduct-pagination {
    display: block;
  }
}
.swiperProduct-button-next,
.swiperProduct-button-prev,
.catalogueSwiper-button-prev,
.catalogueSwiper-button-next,
.thumbSwiper-button-next,
.thumbSwiper-button-prev {
  position: static;
  margin-top: 0px;
  height: 40px;
  width: 40px;
}
.swiperProduct-button-next::after,
.swiperProduct-button-prev::after,
.catalogueSwiper-button-prev::after,
.catalogueSwiper-button-next::after,
.thumbSwiper-button-next::after,
.thumbSwiper-button-prev::after {
  content: var(--tw-content);
  display: none;
}
.swiperProduct-button-next:hover,
.swiperProduct-button-prev:hover,
.catalogueSwiper-button-prev:hover,
.catalogueSwiper-button-next:hover,
.thumbSwiper-button-next:hover,
.thumbSwiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 175 54 / var(--tw-bg-opacity));
}
.swiperProduct-button-next,
.swiperProduct-button-prev,
.catalogueSwiper-button-prev,
.catalogueSwiper-button-next,
.thumbSwiper-button-next,
.thumbSwiper-button-prev {
    transition: 0.4s all;
}
.product-detail .product-desc h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .product-detail .product-desc h2 {
    font-size: 20px;
  }
}
.product-detail .product-desc ul {
  list-style-type: disc;
  padding-left: 1rem;
}
.product-detail .product-desc ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .product-detail .product-desc ul li {
    font-size: 20px;
  }
}
.contact-us .product-list figure {
  border-radius: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.contact-us .product-list img {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
            aspect-ratio: 1;
}
.contact-us .btn-effect.btn-effect--amber {
  --tw-text-opacity: 1;
  color: rgb(40 175 54 / var(--tw-text-opacity));
}
.contact-us .btn-effect.btn-effect--amber:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-shop-online .col .corn-right-shopee,
        .link-shop-online .col .corn-left-shopee,
        .link-shop-online .col .meat-right-tokopedia,
        .link-shop-online .col .corn-left-tokopedia,
        .link-shop-online .col .corn-right-tokopeida {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.link-shop-online .col .link-shop-online__desc.shopee {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  --tw-gradient-from: #F7593D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 89 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 98 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FF6200 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #a73b28 var(--tw-gradient-to-position);
  background-size: 200% 200%;
  background-position: 0% 0%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.link-shop-online .col .link-shop-online__desc.shopee:hover {
  background-position: 100% 100%;
}
.link-shop-online .col .link-shop-online__desc.tokopedia {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #28AF36 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 175 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 10%;
  --tw-gradient-to: rgb(40 175 54 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #28AF36 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #114917 var(--tw-gradient-to-position);
  background-size: 200% 200%;
  background-position: 0% 0%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.link-shop-online .col .link-shop-online__desc.tokopedia:hover {
  background-position: 100% 100%;
}
.link-shop-online .col:hover .corn-right-shopee,
            .link-shop-online .col:hover .meat-right-tokopedia {
  --tw-translate-x: 2rem;
  --tw-translate-y: -2rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.link-shop-online .col:hover .corn-left-shopee,
            .link-shop-online .col:hover .corn-left-tokopedia {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.link-shop-online .col:hover .corn-right-tokopeida {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
footer .active a {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
footer a {
        transition: 0.4s all;
    }
footer a i {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
footer a span {
            word-break: initial;
        }
#fileName {
  margin-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.file-upload {
    position: relative;
    display: block;
    cursor: pointer;
}
.file-input {
    width: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.file-label {
  position: relative;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: MyriadPro;
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
    padding: 10px 20px;
    border-radius: 0.5rem;
    cursor: pointer;
}
.file-label:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        border-radius: 8px;
        --tw-bg-opacity: 1;
        background-color: rgb(241 190 34 / var(--tw-bg-opacity));
        transition: ease-out 0.5s;
    }
.file-label:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.file-label:hover:before {
            box-shadow: inset 0 -100px 0 0 #107E2E;
        }
.file-label:hover {
    background-color: #0056b3;
}
.file-name {
    font-size: 16px;
    padding: 0px;
    color: #fff;
    cursor: pointer;
    display: block;

}
.social-media a {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
.social-media a svg,
        .social-media a i {
            transition: 0.4s all;
        }
.social-media a svg {
  fill: #1D8830;
}
.social-media a:hover i:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.social-media a:hover svg {
  fill: #171717;
}
#menu-wrap {
    background-color:#fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;  
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1030 !important;
  }
.stripe {
    background: rgba(241, 190, 34, 1);
    height:100vh;
    width: 6px;
    position: absolute;
    left:0;
    top:0;
  }
#menu-wrap .navigation {
    text-align: center;
    margin-top: 5rem;
    overflow: hidden;
    opacity: 0;
  }
#menu-wrap .navigation ul {
      list-style: none;
      padding: 0;
      transition: opacity .3s ease-in;
  }
#menu-wrap .navigation li {
      font-size: 32px;  
      line-height: 45px;        
      padding: 0;
      margin: 0;
  }
#menu-wrap .navigation li:before {
      display: none;
  }
#menu-wrap .navigation li a {
      color: rgba(40, 175, 54, 1);
      padding: 4px;
      text-decoration: none;
      transition: color .3s;
      position: relative;
      overflow: hidden;
      display: inline-block
  }
#menu-wrap .navigation li a:hover {
      color: #fff;
  }
#menu-wrap .navigation li a span {
      position: absolute;
      left: -1px;
      overflow: hidden;
      background-color: rgba(241, 190, 34, 1);
      width: 100%;
      display: block;
      transform: translate3d(-100%, 0, 0);
      animation: layer-out .3s ease-out;
      backface-visibility: hidden
  }
#menu-wrap .navigation li a span:before {
      background-color: rgba(241, 190, 34, 1);
      content: attr(data-text);
      width: 100%;
      display: block;
      transform: translate3d(100%, 0, 0);
      color: #fff;
      animation: text-out .3s ease-out;
      backface-visibility: hidden
  }
#menu-wrap .navigation li a:hover span,
  #menu-wrap .navigation li a.active span {
      animation: layer-in .3s ease forwards
  }
#menu-wrap .navigation li a:hover span:before,
  #menu-wrap .navigation li a.active span:before {
      animation: text-in .3s ease forwards
  }
@keyframes layer-in {
      0% {
          transform: translate3d(-100%, 0, 0)
      }
      to {
          transform: translateZ(0)
      }
  }
@keyframes layer-out {
      0% {
          transform: translateZ(0)
      }
      to {
          transform: translate3d(100%, 0, 0)
      }
  }
@keyframes text-in {
      0% {
          transform: translate3d(100%, 0, 0)
      }
      to {
          transform: translateZ(0)
      }
  }
@keyframes text-out {
      0% {
          transform: translateZ(0)
      }
      to {
          transform: translate3d(-100%, 0, 0)
      }
  }
.hamburger {
    display:flex;
    flex-wrap:wrap;
    height: 30px;
    width: 30px;
    margin-left:auto;
}
.hamburger:hover {
      cursor:pointer;
    }
.hamburger .line {
      background:#000;
      width:100%;
      height: 4px;
    }
.list-show ol {
      list-style-type:decimal;
    }
.list-show ul {
      list-style-type: disc;
    }
.back-to-product {
        position: absolute;
        top: -4rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 1rem;
        font-weight: 600;
        color: #2f855a;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 8px 18px 8px 18px;
        border-radius: 999px;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s, transform 0.2s;
        z-index: 10;
    }
.back-to-product  i {
        font-size: 20px;
        margin-right: 5px;
    }
.back-to-product:hover {
        background-color: rgba(255, 255, 255, 1);
        transform: translateX(-4px);
    }
.back-to-product .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        transition: transform 0.2s;
    }
.back-to-product:hover .arrow {
        transform: translateX(-3px);
    }
.product-name {
        font-size: clamp(1.2rem, 4vw, 2rem);
    }
.bg-vegetables {
        border-radius: 40px;
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
        background-color: white;
    }
.bg-vegetables::before {
        content: "";
        background-image: url('../images/page/vegetable_pattern_2.jpg');
        background-repeat: repeat;
        background-size: auto;
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 0;
    }
@media (min-width: 1024px) {
        h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
    font-size: 32px;
  }
        @media (min-width: 1024px) {

    h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
      font-size: 40px;
    }
  }
        h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
    font-size: 32px;
  }
        @media (min-width: 1024px) {

    h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
      font-size: 40px;
    }
  }
        h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
    font-size: 32px;
  }
        @media (min-width: 1024px) {

    h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
      font-size: 40px;
    }
  }
        h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
    font-size: 32px;
  }
        @media (min-width: 1024px) {

    h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
      font-size: 40px;
    }
  }
        h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
    font-size: 32px;
  }
        @media (min-width: 1024px) {

    h1.lg\:text-5xl, h2.lg\:text-5xl, h3.lg\:text-5xl, h4.lg\:text-5xl, h5.lg\:text-5xl {
      font-size: 40px;
    }
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-\[\#efb70a\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 183 10 / var(--tw-bg-opacity));
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.before\:bg-daily-fresh-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(29 136 48 / var(--tw-bg-opacity));
}
.before\:bg-opacity-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}
.before\:bg-opacity-80::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.8;
}
.before\:bg-opacity-95::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.95;
}
.hover\:border-daily-fresh-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 190 34 / var(--tw-border-opacity));
}
.hover\:text-daily-fresh-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(241 190 34 / var(--tw-text-opacity));
}
.hover\:text-daily-fresh-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(29 136 48 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-daily-fresh-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 126 46 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:min-h-\[345px\] {
    min-height: 345px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.3fr_3\.2fr_1fr\] {
    grid-template-columns: 1.3fr 3.2fr 1fr;
  }

  .md\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-0 {
    bottom: -0px;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:bottom-\[30px\] {
    bottom: 30px;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:min-h-\[420px\] {
    min-height: 420px;
  }

  .lg\:min-h-\[445px\] {
    min-height: 445px;
  }

  .lg\:w-\[145px\] {
    width: 145px;
  }

  .lg\:w-\[158px\] {
    width: 158px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[220px\] {
    width: 220px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[355px\] {
    width: 355px;
  }

  .lg\:w-\[370px\] {
    width: 370px;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[485px\] {
    width: 485px;
  }

  .lg\:w-\[50px\] {
    width: 50px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[280px\] {
    max-width: 280px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[470px\] {
    max-width: 470px;
  }

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.3fr_3fr_1fr\] {
    grid-template-columns: 1.3fr 3fr 1fr;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[88px\] {
    gap: 88px;
  }

  .lg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-\[0px_0px\] {
    padding: 0px 0px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[45px\] {
    line-height: 45px;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:-mx-\[110px\] {
    margin-left: -110px;
    margin-right: -110px;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:h-\[415px\] {
    height: 415px;
  }

  .xl\:h-\[540px\] {
    height: 540px;
  }

  .xl\:min-h-\[445px\] {
    min-height: 445px;
  }

  .xl\:w-\[150px\] {
    width: 150px;
  }

  .xl\:w-\[250px\] {
    width: 250px;
  }

  .xl\:w-\[450px\] {
    width: 450px;
  }

  .xl\:w-\[50px\] {
    width: 50px;
  }

  .xl\:w-\[540px\] {
    width: 540px;
  }

  .xl\:max-w-\[380px\] {
    max-width: 380px;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1\.3fr_3fr_1fr\] {
    grid-template-columns: 1.3fr 3fr 1fr;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1540px) {

  .\32xl\:-left-\[110px\] {
    left: -110px;
  }

  .\32xl\:-left-\[262px\] {
    left: -262px;
  }

  .\32xl\:-right-\[232px\] {
    right: -232px;
  }

  .\32xl\:left-\[80px\] {
    left: 80px;
  }

  .\32xl\:top-\[20px\] {
    top: 20px;
  }

  .\32xl\:top-\[55px\] {
    top: 55px;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:h-\[455px\] {
    height: 455px;
  }

  .\32xl\:min-h-\[540px\] {
    min-height: 540px;
  }

  .\32xl\:min-h-\[600px\] {
    min-height: 600px;
  }

  .\32xl\:w-\[180px\] {
    width: 180px;
  }

  .\32xl\:w-\[300px\] {
    width: 300px;
  }

  .\32xl\:w-\[400px\] {
    width: 400px;
  }

  .\32xl\:w-\[520px\] {
    width: 520px;
  }

  .\32xl\:w-\[570px\] {
    width: 570px;
  }

  .\32xl\:max-w-\[1370px\] {
    max-width: 1370px;
  }

  .\32xl\:bg-\[center_-240px\] {
    background-position: center -240px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
  