/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
@layer properties;
*,
::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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.-top-60 {
  top: calc(var(--spacing) * -60);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-2 {
  top: calc(var(--spacing) * 2);
}
.top-7 {
  top: calc(var(--spacing) * 7);
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-10 {
  right: calc(var(--spacing) * 10);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-2 {
  bottom: calc(var(--spacing) * 2);
}
.bottom-4 {
  bottom: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-2 {
  left: calc(var(--spacing) * 2);
}
.left-8 {
  left: calc(var(--spacing) * 8);
}
.left-52 {
  left: calc(var(--spacing) * 52);
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-10 {
  z-index: 10;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.clear-both {
  clear: both;
}
.container {
  width: 100%;
  @media (width >= 1400px) {
    max-width: 1400px;
  }
  @media (width >= 36rem) {
    max-width: 36rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 62rem) {
    max-width: 62rem;
  }
  @media (width >= 75rem) {
    max-width: 75rem;
  }
}
.m-174 {
  margin: calc(var(--spacing) * 174);
}
.m-182 {
  margin: calc(var(--spacing) * 182);
}
.m-280 {
  margin: calc(var(--spacing) * 280);
}
.m-350 {
  margin: calc(var(--spacing) * 350);
}
.m-425 {
  margin: calc(var(--spacing) * 425);
}
.m-469 {
  margin: calc(var(--spacing) * 469);
}
.m-600 {
  margin: calc(var(--spacing) * 600);
}
.m-675 {
  margin: calc(var(--spacing) * 675);
}
.m-893 {
  margin: calc(var(--spacing) * 893);
}
.mx-auto {
  margin-inline: auto;
}
.my-5 {
  margin-block: calc(var(--spacing) * 5);
}
.-mt-3 {
  margin-top: calc(var(--spacing) * -3);
}
.-mt-4 {
  margin-top: calc(var(--spacing) * -4);
}
.-mt-5 {
  margin-top: calc(var(--spacing) * -5);
}
.-mt-7 {
  margin-top: calc(var(--spacing) * -7);
}
.-mt-8 {
  margin-top: calc(var(--spacing) * -8);
}
.-mt-10 {
  margin-top: calc(var(--spacing) * -10);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-32 {
  margin-top: calc(var(--spacing) * 32);
}
.mr-4 {
  margin-right: calc(var(--spacing) * 4);
}
.mr-10 {
  margin-right: calc(var(--spacing) * 10);
}
.mr-40 {
  margin-right: calc(var(--spacing) * 40);
}
.mr-auto {
  margin-right: auto;
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.ml-10 {
  margin-left: calc(var(--spacing) * 10);
}
.ml-48 {
  margin-left: calc(var(--spacing) * 48);
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.size-12 {
  width: calc(var(--spacing) * 12);
  height: calc(var(--spacing) * 12);
}
.size-\[200px\] {
  width: 200px;
  height: 200px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-7 {
  height: calc(var(--spacing) * 7) !important;
}
.\!h-\[350px\] {
  height: 350px !important;
}
.h-1\/2 {
  height: calc(1 / 2 * 100%);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-\[70px\] {
  height: 70px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[120vh\] {
  height: 120vh;
}
.h-\[150vh\] {
  height: 150vh;
}
.h-\[294px\] {
  height: 294px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!w-7 {
  width: calc(var(--spacing) * 7) !important;
}
.\!w-\[240px\] {
  width: 240px !important;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-1\/6 {
  width: calc(1 / 6 * 100%);
}
.w-2\/3 {
  width: calc(2 / 3 * 100%);
}
.w-3\/4 {
  width: calc(3 / 4 * 100%);
}
.w-4\/6 {
  width: calc(4 / 6 * 100%);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7\/8 {
  width: calc(7 / 8 * 100%);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-64 {
  width: calc(var(--spacing) * 64);
}
.w-\[15px\] {
  width: 15px;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[178px\] {
  width: 178px;
}
.w-full {
  width: 100%;
}
.translate-y-16 {
  --tw-translate-y: calc(var(--spacing) * 16);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-105 {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-110 {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-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;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-slate-400 {
  border-color: var(--color-slate-400);
}
.bg-\[\#222222\] {
  background-color: #222222;
}
.bg-\[\#232323\] {
  background-color: #232323;
}
.bg-\[\#f5f5f5\] {
  background-color: #f5f5f5;
}
.bg-slate-50 {
  background-color: var(--color-slate-50);
}
.bg-slate-500 {
  background-color: var(--color-slate-500);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.p-20 {
  padding: calc(var(--spacing) * 20);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-14 {
  padding-inline: calc(var(--spacing) * 14);
}
.px-\[60px\] {
  padding-inline: 60px;
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-32 {
  padding-block: calc(var(--spacing) * 32);
}
.py-\[100px\] {
  padding-block: 100px;
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-14 {
  padding-top: calc(var(--spacing) * 14);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pl-10 {
  padding-left: calc(var(--spacing) * 10);
}
.pl-\[5\%\] {
  padding-left: 5%;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.font-editiorial-italic {
  font-family: var(--font-editiorial-italic);
}
.font-editiorial-light {
  font-family: var(--font-editiorial-light);
}
.font-editiorial-regular {
  font-family: var(--font-editiorial-regular);
}
.font-mori-extraLight {
  font-family: var(--font-mori-extraLight);
}
.font-mori-regular {
  font-family: var(--font-mori-regular);
}
.font-mori-semibold {
  font-family: var(--font-mori-semibold);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-5xl {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[10vw\] {
  font-size: 10vw;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[65px\] {
  font-size: 65px;
}
.leading-12 {
  --tw-leading: calc(var(--spacing) * 12);
  line-height: calc(var(--spacing) * 12);
}
.leading-14 {
  --tw-leading: calc(var(--spacing) * 14);
  line-height: calc(var(--spacing) * 14);
}
.leading-\[0\.9\] {
  --tw-leading: 0.9;
  line-height: 0.9;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.text-\[\#c1c1c1\] {
  color: #c1c1c1;
}
.text-black {
  color: var(--color-black);
}
.text-slate-100 {
  color: var(--color-slate-100);
}
.text-slate-400 {
  color: var(--color-slate-400);
}
.text-slate-500 {
  color: var(--color-slate-500);
}
.text-titleColor {
  color: var(--color-titleColor);
}
.text-white {
  color: var(--color-white);
}
.\!uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
    0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, outline-color,
    text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
    --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
    filter, -webkit-backdrop-filter, backdrop-filter, display, visibility,
    content-visibility, overlay, pointer-events;
  transition-timing-function: var(
    --tw-ease,
    var(--default-transition-timing-function)
  );
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.backface-hidden {
  backface-visibility: hidden;
}
.\*\:py-3 {
  :is(& > *) {
    padding-block: calc(var(--spacing) * 3);
  }
}
.\*\:font-mori-extraLight {
  :is(& > *) {
    font-family: var(--font-mori-extraLight);
  }
}
.\*\:font-mori-regular {
  :is(& > *) {
    font-family: var(--font-mori-regular);
  }
}
.\*\:font-mori-semibold {
  :is(& > *) {
    font-family: var(--font-mori-semibold);
  }
}
.\*\:text-\[12px\] {
  :is(& > *) {
    font-size: 12px;
  }
}
.\*\:text-slate-500 {
  :is(& > *) {
    color: var(--color-slate-500);
  }
}
.\*\:text-titleColor {
  :is(& > *) {
    color: var(--color-titleColor);
  }
}
.\*\:capitalize {
  :is(& > *) {
    text-transform: capitalize;
  }
}
.\*\:uppercase {
  :is(& > *) {
    text-transform: uppercase;
  }
}
.placeholder\:font-mori-extraLight {
  &::placeholder {
    font-family: var(--font-mori-extraLight);
  }
}
.placeholder\:text-\[11px\] {
  &::placeholder {
    font-size: 11px;
  }
}
.placeholder\:text-slate-400 {
  &::placeholder {
    color: var(--color-slate-400);
  }
}
.placeholder\:uppercase {
  &::placeholder {
    text-transform: uppercase;
  }
}
.after\:block {
  &::after {
    content: var(--tw-content);
    display: block;
  }
}
.after\:h-\[2px\] {
  &::after {
    content: var(--tw-content);
    height: 2px;
  }
}
.after\:w-0 {
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
}
.after\:w-full {
  &::after {
    content: var(--tw-content);
    width: 100%;
  }
}
.after\:bg-slate-800 {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-slate-800);
  }
}
.after\:transition-all {
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.after\:duration-1000 {
  &::after {
    content: var(--tw-content);
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
}
.after\:content-\[\'\'\] {
  &::after {
    content: var(--tw-content);
    --tw-content: "";
    content: var(--tw-content);
  }
}
.hover\:scale-100 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:cursor-pointer {
  &:hover {
    @media (hover: hover) {
      cursor: pointer;
    }
  }
}
.hover\:text-slate-800 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-slate-800);
    }
  }
}
.hover\:after\:ml-3 {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        margin-left: calc(var(--spacing) * 3);
      }
    }
  }
}
.hover\:after\:w-\[80\%\] {
  &:hover {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: 80%;
      }
    }
  }
}
.focus\:outline {
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
.focus\:outline-white {
  &:focus {
    outline-color: var(--color-white);
  }
}
.sm\:items-center {
  @media (width >= 36rem) {
    align-items: center;
  }
}
.md\:order-1 {
  @media (width >= 48rem) {
    order: 1;
  }
}
.md\:order-2 {
  @media (width >= 48rem) {
    order: 2;
  }
}
.md\:flex {
  @media (width >= 48rem) {
    display: flex;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:inline-block {
  @media (width >= 48rem) {
    display: inline-block;
  }
}
.md\:w-1\/2 {
  @media (width >= 48rem) {
    width: calc(1 / 2 * 100%);
  }
}
.md\:w-1\/6 {
  @media (width >= 48rem) {
    width: calc(1 / 6 * 100%);
  }
}
.md\:w-4\/6 {
  @media (width >= 48rem) {
    width: calc(4 / 6 * 100%);
  }
}
.md\:w-\[70\%\] {
  @media (width >= 48rem) {
    width: 70%;
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:gap-5 {
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 5);
  }
}
.lg\:absolute {
  @media (width >= 62rem) {
    position: absolute;
  }
}
.lg\:order-1 {
  @media (width >= 62rem) {
    order: 1;
  }
}
.lg\:order-2 {
  @media (width >= 62rem) {
    order: 2;
  }
}
.lg\:order-3 {
  @media (width >= 62rem) {
    order: 3;
  }
}
.lg\:mx-\[10px\] {
  @media (width >= 62rem) {
    margin-inline: 10px;
  }
}
.lg\:mt-12 {
  @media (width >= 62rem) {
    margin-top: calc(var(--spacing) * 12);
  }
}
.lg\:mt-auto {
  @media (width >= 62rem) {
    margin-top: auto;
  }
}
.lg\:block {
  @media (width >= 62rem) {
    display: block;
  }
}
.lg\:flex {
  @media (width >= 62rem) {
    display: flex;
  }
}
.lg\:inline-block {
  @media (width >= 62rem) {
    display: inline-block;
  }
}
.lg\:h-\[120vh\] {
  @media (width >= 62rem) {
    height: 120vh;
  }
}
.lg\:h-\[140vh\] {
  @media (width >= 62rem) {
    height: 140vh;
  }
}
.lg\:w-1\/2 {
  @media (width >= 62rem) {
    width: calc(1 / 2 * 100%);
  }
}
.lg\:w-1\/6 {
  @media (width >= 62rem) {
    width: calc(1 / 6 * 100%);
  }
}
.lg\:w-2\/5 {
  @media (width >= 62rem) {
    width: calc(2 / 5 * 100%);
  }
}
.lg\:w-4\/6 {
  @media (width >= 62rem) {
    width: calc(4 / 6 * 100%);
  }
}
.lg\:w-\[30\%\] {
  @media (width >= 62rem) {
    width: 30%;
  }
}
.lg\:w-\[70\%\] {
  @media (width >= 62rem) {
    width: 70%;
  }
}
.lg\:w-full {
  @media (width >= 62rem) {
    width: 100%;
  }
}
.lg\:flex-row {
  @media (width >= 62rem) {
    flex-direction: row;
  }
}
.lg\:items-start {
  @media (width >= 62rem) {
    align-items: flex-start;
  }
}
.lg\:justify-end {
  @media (width >= 62rem) {
    justify-content: flex-end;
  }
}
.lg\:text-left {
  @media (width >= 62rem) {
    text-align: left;
  }
}
.lg\:text-\[10px\] {
  @media (width >= 62rem) {
    font-size: 10px;
  }
}
.lg\:text-\[10vw\] {
  @media (width >= 62rem) {
    font-size: 10vw;
  }
}
.lg\:text-\[12px\] {
  @media (width >= 62rem) {
    font-size: 12px;
  }
}
@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-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --radius-xl: 0.75rem;
    --radius-4xl: 2rem;
    --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);
    --font-mori-regular: "mori-regular";
    --font-mori-semibold: "mori-semibold";
    --font-mori-extraLight: "mori-extralight";
    --font-editiorial-regular: "editiorial-regular";
    --font-editiorial-light: "editiorial-light";
    --font-editiorial-italic: "editiorial-italic";
    --color-titleColor: #3b3b3b;
    --color-notebox: #f5f5f5;
  }
}
@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;
@font-face {
  font-family: "mori-regular";
  src: url("../font/PP-Mori/PPMori-Regular.otf");
}
@font-face {
  font-family: "mori-semibold";
  src: url("../font/PP-Mori/PPMori-SemiBold.otf");
}
@font-face {
  font-family: "mori-extralight";
  src: url("../font/PP-Mori/PPMori-Extralight.otf");
}
@font-face {
  font-family: "editiorial-regular";
  src: url("../font/editorial/PPEditorialNew-Regular-BF644b214ff145f.otf");
}
@font-face {
  font-family: "editiorial-light";
  src: url("../font/editorial/PPEditorialNew-Ultralight-BF644b21500d0c0.otf");
}
@font-face {
  font-family: "editiorial-italic";
  src: url("../font/editorial/PPEditorialNew-Italic-BF644b214fb0c0a.otf");
}
.wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
@layer components {
  .container {
    margin-inline: auto !important;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .afterline {
    position: relative;
    &::after {
      content: var(--tw-content);
      margin-top: calc(var(--spacing) * 1);
    }
    &::after {
      content: var(--tw-content);
      display: block;
    }
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(
        --tw-ease,
        var(--default-transition-timing-function)
      );
      transition-duration: var(
        --tw-duration,
        var(--default-transition-duration)
      );
    }
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    &::after {
      content: var(--tw-content);
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .box {
    display: flex;
    height: 280px;
    width: calc(var(--spacing) * 52);
    flex-direction: column;
    align-items: center;
    border-radius: var(--radius-xl);
    background-color: var(--color-notebox);
    padding-inline: calc(var(--spacing) * 7);
  }
  .iconbox {
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
  }
  .hide {
    visibility: hidden;
    opacity: 0%;
  }
  .label {
    position: absolute;
    top: calc(var(--spacing) * 3);
    left: calc(var(--spacing) * 3);
    z-index: 10;
    display: flex;
    height: calc(var(--spacing) * 5) !important;
    width: calc(var(--spacing) * 32) !important;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-4xl);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    font-family: var(--font-mori-extraLight);
    font-size: 11px;
    color: var(--color-titleColor);
    text-transform: capitalize;
  }
}
.outer-div {
  width: 35vw;
  height: 120%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(45deg);
}
.inner-div {
  width: 55vw;
  height: 75vw;
  background-image: url(../img/ingredients-clip.jpg);
  background-size: 100% 110%;
  background-repeat: no-repeat;
  background-position: 23% 297%;
  background-attachment: scroll;
  transform: rotate(-45deg);
  scale: 1.3;
}
.clean-journal-posts a:hover {
  img {
    scale: 1;
  }
}
.footer-bg-image {
  background-image: url("../img/footer.jpg");
  background-position: center 100%;
  background-size: 130% 120%;
  background-repeat: no-repeat;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
      --tw-outline-style: solid;
    }
  }
}
