*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@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;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[37px\] {
  bottom: 37px;
}

.left-0 {
  left: 0px;
}

.left-\[0\] {
  left: 0;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[20px\] {
  right: 20px;
}

.right-\[9px\] {
  right: 9px;
}

.top-0 {
  top: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[65px\] {
  top: 65px;
}

.top-\[7px\] {
  top: 7px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[2000\] {
  z-index: 2000;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-\[33px\] {
  margin-top: 33px;
  margin-bottom: 33px;
}

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

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[2\.5px\] {
  margin-bottom: 2.5px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

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

.mr-\[-7px\] {
  margin-right: -7px;
}

.mr-\[60px\] {
  margin-right: 60px;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[-2px\] {
  margin-top: -2px;
}

.mt-\[-8px\] {
  margin-top: -8px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[5\.5px\] {
  margin-top: 5.5px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[848px\] {
  max-height: 848px;
}

.max-h-full {
  max-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-\[1130\.712px\] {
  max-width: 1130.712px;
}

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

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-\[25\%\] {
  --tw-translate-x: -25%;
  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-x-\[50\%\] {
  --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-\[18\%\] {
  --tw-translate-y: -18%;
  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-x-\[-50\%\] {
  --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-\[-50\%\] {
  --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));
}

.scale-\[1\.4\] {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  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));
}

.scale-\[251\%\] {
  --tw-scale-x: 251%;
  --tw-scale-y: 251%;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

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

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

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[54px\] {
  border-radius: 54px;
}

.rounded-\[56px\] {
  border-radius: 56px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-\[54px\] {
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px;
}

.rounded-t-\[54px\] {
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-y-\[0\.5px\] {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-\[\#186E9E\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 110 158 / var(--tw-border-opacity, 1));
}

.border-\[\#23446B\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 68 107 / var(--tw-border-opacity, 1));
}

.border-\[\#CCE187\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 225 135 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-\[\#182744\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 39 68 / var(--tw-bg-opacity, 1));
}

.bg-\[\#21304D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 48 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#475267\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 82 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCE187\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 246 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDFFB3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFECE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6CA69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 202 105 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF80\] {
  background-color: #FFFFFF80;
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.85\)\] {
  background-color: rgba(255,255,255,0.85);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#186E9E\] {
  --tw-gradient-from: #186E9E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 110 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#186E9EB3\] {
  --tw-gradient-to: #186E9EB3 var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.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;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.p-4 {
  padding: 1rem;
}

.p-\[10px_16px\] {
  padding: 10px 16px;
}

.p-\[25px\] {
  padding: 25px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[12\.5px\] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[52px\] {
  padding-bottom: 52px;
}

.pr-\[35px\] {
  padding-right: 35px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[33\.5px\] {
  padding-top: 33.5px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[45px\] {
  padding-top: 45px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.text-center {
  text-align: center;
}

.text-2xl\/\[110\%\] {
  font-size: 1.5rem;
  line-height: 110%;
}

.text-2xl\/\[120\%\] {
  font-size: 1.5rem;
  line-height: 120%;
}

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

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

.text-\[15px\]\/\[150\%\] {
  font-size: 15px;
  line-height: 150%;
}

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

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

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

.text-\[22px\]\/\[110\%\] {
  font-size: 22px;
  line-height: 110%;
}

.text-\[22px\]\/\[150\%\] {
  font-size: 22px;
  line-height: 150%;
}

.text-\[22px\]\/\[normal\] {
  font-size: 22px;
  line-height: normal;
}

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

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

.text-\[26px\]\/\[120\%\] {
  font-size: 26px;
  line-height: 120%;
}

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

.text-\[32px\]\/\[110\%\] {
  font-size: 32px;
  line-height: 110%;
}

.text-\[32px\]\/\[normal\] {
  font-size: 32px;
  line-height: normal;
}

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

.text-\[72px\]\/\[105px\] {
  font-size: 72px;
  line-height: 105px;
}

.text-\[8px\]\/\[120\%\] {
  font-size: 8px;
  line-height: 120%;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base\/\[130\%\] {
  font-size: 1rem;
  line-height: 130%;
}

.text-base\/\[150\%\] {
  font-size: 1rem;
  line-height: 150%;
}

.text-base\/\[1\] {
  font-size: 1rem;
  line-height: 1;
}

.text-base\/\[20px\] {
  font-size: 1rem;
  line-height: 20px;
}

.text-base\/\[218\.75\%\] {
  font-size: 1rem;
  line-height: 218.75%;
}

.text-lg\/\[130\%\] {
  font-size: 1.125rem;
  line-height: 130%;
}

.text-lg\/\[140\%\] {
  font-size: 1.125rem;
  line-height: 140%;
}

.text-lg\/\[150\%\] {
  font-size: 1.125rem;
  line-height: 150%;
}

.text-lg\/\[normal\] {
  font-size: 1.125rem;
  line-height: normal;
}

.text-sm\/\[130\%\] {
  font-size: 0.875rem;
  line-height: 130%;
}

.text-sm\/\[160\%\] {
  font-size: 0.875rem;
  line-height: 160%;
}

.text-sm\/\[250\%\] {
  font-size: 0.875rem;
  line-height: 250%;
}

.text-sm\/\[35px\] {
  font-size: 0.875rem;
  line-height: 35px;
}

.text-sm\/\[normal\] {
  font-size: 0.875rem;
  line-height: normal;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.leading-\[17\.4px\] {
  line-height: 17.4px;
}

.leading-\[18\.85px\] {
  line-height: 18.85px;
}

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

.leading-\[23\.4px\] {
  line-height: 23.4px;
}

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

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

.leading-\[28\.6px\] {
  line-height: 28.6px;
}

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

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

.leading-\[35\.2px\] {
  line-height: 35.2px;
}

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

.leading-normal {
  line-height: 1.5;
}

.-tracking-\[-0\.96px\] {
  letter-spacing: 0.96px;
}

.-tracking-\[0\.14px\] {
  letter-spacing: -0.14px;
}

.-tracking-\[0\.28px\] {
  letter-spacing: -0.28px;
}

.-tracking-\[0\.32px\] {
  letter-spacing: -0.32px;
}

.-tracking-\[0\.42px\] {
  letter-spacing: -0.42px;
}

.-tracking-\[0\.48px\] {
  letter-spacing: -0.48px;
}

.-tracking-\[0\.56px\] {
  letter-spacing: -0.56px;
}

.-tracking-\[0\.66px\] {
  letter-spacing: -0.66px;
}

.-tracking-\[0\.78px\] {
  letter-spacing: -0.78px;
}

.-tracking-\[0\.84px\] {
  letter-spacing: -0.84px;
}

.-tracking-\[0\.96px\] {
  letter-spacing: -0.96px;
}

.-tracking-\[1\.26px\] {
  letter-spacing: -1.26px;
}

.tracking-\[-0\.13px\] {
  letter-spacing: -0.13px;
}

.tracking-\[-0\.42px\] {
  letter-spacing: -0.42px;
}

.tracking-\[-0\.54px\] {
  letter-spacing: -0.54px;
}

.tracking-\[-0\.78px\] {
  letter-spacing: -0.78px;
}

.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-\[0\.42px\] {
  letter-spacing: 0.42px;
}

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.tracking-\[0\.54px\] {
  letter-spacing: 0.54px;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0C374F\] {
  --tw-text-opacity: 1;
  color: rgb(12 55 79 / var(--tw-text-opacity, 1));
}

.text-\[\#182743\] {
  --tw-text-opacity: 1;
  color: rgb(24 39 67 / var(--tw-text-opacity, 1));
}

.text-\[\#186E9E\] {
  --tw-text-opacity: 1;
  color: rgb(24 110 158 / var(--tw-text-opacity, 1));
}

.text-\[\#1C3356\] {
  --tw-text-opacity: 1;
  color: rgb(28 51 86 / var(--tw-text-opacity, 1));
}

.text-\[\#1C3357\] {
  --tw-text-opacity: 1;
  color: rgb(28 51 87 / var(--tw-text-opacity, 1));
}

.text-\[\#21304D\] {
  --tw-text-opacity: 1;
  color: rgb(33 48 77 / var(--tw-text-opacity, 1));
}

.text-\[\#23446B\] {
  --tw-text-opacity: 1;
  color: rgb(35 68 107 / var(--tw-text-opacity, 1));
}

.text-\[\#3DBD00\] {
  --tw-text-opacity: 1;
  color: rgb(61 189 0 / var(--tw-text-opacity, 1));
}

.text-\[\#3FA7B7\] {
  --tw-text-opacity: 1;
  color: rgb(63 167 183 / var(--tw-text-opacity, 1));
}

.text-\[\#47526780\] {
  color: #47526780;
}

.text-\[\#CCE187\] {
  --tw-text-opacity: 1;
  color: rgb(204 225 135 / var(--tw-text-opacity, 1));
}

.text-\[\#D2CABB\] {
  --tw-text-opacity: 1;
  color: rgb(210 202 187 / var(--tw-text-opacity, 1));
}

.text-\[\#D2E78B\] {
  --tw-text-opacity: 1;
  color: rgb(210 231 139 / var(--tw-text-opacity, 1));
}

.text-\[\#DFDACF\] {
  --tw-text-opacity: 1;
  color: rgb(223 218 207 / var(--tw-text-opacity, 1));
}

.text-\[\#EDFFB3\] {
  --tw-text-opacity: 1;
  color: rgb(237 255 179 / var(--tw-text-opacity, 1));
}

.text-\[\#EFECE6\] {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA245\] {
  --tw-text-opacity: 1;
  color: rgb(255 162 69 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF99\] {
  color: #FFFFFF99;
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
  color: rgba(0,0,0,0.9);
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.90\)\] {
  color: rgba(0,0,0,0.90);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-1 {
  text-underline-offset: 1px;
}

.placeholder-\[\#47526780\]::-moz-placeholder {
  color: #47526780;
}

.placeholder-\[\#47526780\]::placeholder {
  color: #47526780;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.text-yellow {
  color: #CCE187;
}

.bg-yellow {
  background-color: #CCE187;
}

* {
  font-family: "Work Sans";
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Light.ttf');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Regular.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Medium.ttf');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-SemiBold.ttf');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Bold.ttf');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-ExtraBold.ttf');

  font-weight: 800;

  font-style: normal;
}

@font-face {
  font-family: "Work Sans";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/WorkSans-Black.ttf');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "Fustat";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/fustat/fustat-latin-300-normal.ttf');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "Fustat";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/fustat/fustat-latin-400-normal.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Fustat";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/fustat/fustat-latin-500-normal.ttf');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Fustat";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/fustat/fustat-latin-600-normal.ttf');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Be Vietnam Pro";

  src:url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/BeVietnam-Regular.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Be Vietnam Pro";

  src:url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/BeVietnam-Bold.ttf');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Blisstwin";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Blisstwin_Regular.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Roboto";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/Roboto-Regular.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Pluto";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/PlutoRegular.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Quiche Display";

  src: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/fonts/quiche-display-bold.ttf');

  font-weight: 700;

  font-style: normal;
}

.hero {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .hero {
    background-image: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/sofon/brand-page/main/sofon-hero-bg.png');
    background-position: center;
  }
}

.text-fustat {
  font-family: "Fustat";
}

.text-vietnam {
  font-family: "Be Vietnam Pro";
}

.text-blisstwin {
  font-family: "Blisstwin";
}

.text-roboto {
  font-family: "Roboto";
}

.text-pluto {
  font-family: "Pluto";
}

.text-quiche-display {
  font-family: "Quiche Display";
}

.text-times-new-roman {
  font-family: "Times New Roman", Times, serif;
}

.header-shop-now {
  transition: all ease 0.2s;
  height: 35px;
}

.header-shop-now:hover {
  border-radius: 50px;
  border: 0.25px solid rgba(32, 52, 85, 0.50);
  background: linear-gradient(0deg, #CCE187 0%, #CCE187 100%), radial-gradient(527.89% 976.74% at 49.97% 48.17%, #EDFFB3 0%, #203455 100%), rgba(52, 62, 52, 0.80);
}

.header-shop-now:hover span {
  color: #203455;
}

.hero-btn {
  border-radius: 100px;
  border: 1px solid #182743;
  background: linear-gradient(180deg, #D6AB4A -104.44%, #FFD56A 37.76%, #F8E48D 166.63%);
  box-shadow: 0px 6px 6px 0px rgba(204, 225, 135, 0.15);
  transition: all ease-in-out 0.2s;
}

.hero-btn:hover {
  background: linear-gradient(90deg, rgba(255, 162, 69, 0.30) 0%, rgba(255, 162, 69, 0.30) 89.83%, rgba(255, 162, 69, 0.30) 89.92%), linear-gradient(180deg, #D6AB4A -104.44%, #FFD56A 37.76%, #F8E48D 166.63%);
  background-blend-mode: multiply, normal;
  box-shadow: 0px 2px 3.4px 0px rgba(204, 225, 135, 0.50);
}

.hero-btn .hero-btn-arrow{
  transition: all ease-in-out 0.2s;
}

.hero-btn:hover .hero-btn-arrow{
  transform: rotate(45deg);
}

.hero-testi {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(239, 236, 230, 0.20) 0%, rgba(239, 236, 230, 0.20) 100%), linear-gradient(0deg, rgba(204, 223, 141, 0.45) 0%, rgba(204, 223, 141, 0.45) 100%), #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.gluten-animation {
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* INPUT BURGER MENU */

.menu-toggle {
  position: relative;
  width: 29px;
  height: 29px;
}

.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.burger span {
  display: block;
  height: 2px;
  background: #CCE187;
  transition: all 0.3s ease;
}

/* Animation when checked */

#toggle:checked + .burger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}

#toggle:checked + .burger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* Hide the checkbox */

#toggle {
  display: none;
}

.linear-text-blue {
  /* background: -webkit-radial-gradient(#4f90a2 0%, #186E9E 100%); */
  background: radial-gradient(#66b8c1 0%, #186E9E 100%);
  background-size: 50%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 15s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-size: 50%;
  }

  50% {
    background-size: 200%;
  }

  100% {
    background-size: 50%;
  }
}

.linear-text-yellow {
  background: -webkit-linear-gradient(#EDFFB3 0%, #EDFFB3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fuller-slide-bg .fuller-slide-img{
  display: none;
}

.fuller-slide-bg .fuller-slide-img.active{
  display: block;
}

.yellow-sliding-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.yellow-sliding-text {
  display: inline-block;
  animation: slide-left 120s linear infinite;
}

@keyframes slide-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.goto-page span{
  color: #3FA7B7;
}

.goto-page {
  transition: all ease-in-out 0.2s;
}

.goto-page:hover span {
  color: #fff;
}

.goto-page:hover {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: radial-gradient(123.32% 228.17% at 49.97% 48.17%, #186E9E 0%, #203455 100%), rgba(52, 62, 52, 0.80);
}

.underlying-images img {
  display:none;
}

.underlying-images img.active {
  display: block;
}

.ingredient-slide {
  border-radius: 50px;
  border: 1px solid #6d7d22;
  background: rgba(204, 225, 135, 0.20);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  color:#688800;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .ingredient-slide {
    border: 1px solid #CCE187;
    color:#CCE187;
    background: rgba(0, 0, 0, 0.35);
    line-height: 1;
  }
}

.ingredient-swiper img {
  height: 200px;
}

.hero-bottom {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .hero-bottom {
    background-image: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/sofon/brand-page/main/sofon-hero-bg-bottom.png');
  }
}

.sub-news-letter-bg {
  border-radius: 54px;
  background: linear-gradient(0deg, rgba(223, 218, 207, 0.20) 0%, rgba(223, 218, 207, 0.20) 100%), linear-gradient(0deg, #21304D 0%, #21304D 100%), #D2E78B;
}

.burger-dropdown {
  background: linear-gradient(180deg, rgba(35, 68, 107, 0.00) 18.11%, #23446B 100%), linear-gradient(0deg, rgba(33, 48, 77, 0.30) 0%, rgba(33, 48, 77, 0.30) 100%), #203455;
  background-blend-mode: normal, multiply, normal;
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  display: none;
}

.burger-dropdown.active {
  display: block;
}

.burger-dropdown a{
  width: 100%;
  padding: 20px 35px;
  color: #CCE187;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 250% */
  letter-spacing: -0.42px;
  text-align: right;
  border-bottom: 0.25px solid #CCE187;
}

.loox-rating .loox-icon {
  display: none;
}

.loox-rating-content .loox-rating-label {
  font-family: 'Fustat';
  font-size: 16px;
  line-height: 1;
  color: inherit;
}

.featured-on {
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: #23446B;
}

[hidden] {
  display: none;
}

@media screen and (min-width: 586px) {
  .ingredient-swiper .swiper-slide {
    width: 333px;
  }
}

.ingredient-item {
  transition: all ease-in 100ms;
}

@media screen and (min-width: 768px) {
  .ingredient-item:hover {
    width: 66.66%;
  }

  .ingredient-item .special-height {
    height: 62.41px;
  }
}

.ingredient-item:hover {
  max-width: 702px;
  cursor:pointer;
}

.ingredient-item .bromelain{
  -o-object-position: top;
     object-position: top;
}

.ingredient-item:hover .bromelain{
  transform: scale(1);
  -o-object-position: center;
     object-position: center;
}

.ingredient-item:hover a{
  display: none;
}

.ingredient-item .active-text {
  display: none;
}

.ingredient-item:hover .default-text {
  display: none;
}

.ingredient-item:hover .active-text {
  display: block;
}

.ingredient-item:hover .ingredients-content {
  height: -moz-max-content !important;
  height: max-content !important;
}

.ingredient-item:hover .special-height {
  height: auto;
}

@media screen and (max-width: 767px) {
  .ingredient-item .default-text {
    display: none;
  }

  .ingredient-item .active-text {
    display: block;
  }
}

.moving-bg {
  background-image: url('https://s3.us-east-1.amazonaws.com/konsciousketo.com/sofon/brand-page/main/ingredients-moving-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease-in 0.5s;
  animation: zoomInOut 15s infinite alternate ease-in-out;
  transform: scale(1);
}

@keyframes zoomInOut {
  0%{
    transform: translateX(0%) scale(1);
  }

  50%{
    transform: translateX(2%) scale(1.1);
  }

  100%{
    transform: translateX(0%) scale(1);
  }
}

.shop-now-yellow:hover {
  border-radius: 50px;
  border: 0.25px solid rgba(32, 52, 85, 0.50);
  background: linear-gradient(0deg, #CCE187 0%, #CCE187 100%), radial-gradient(527.89% 976.74% at 49.97% 48.17%, #EDFFB3 0%, #203455 100%), rgba(52, 62, 52, 0.80);
}

.placeholder\:text-center::-moz-placeholder {
  text-align: center;
}

.placeholder\:text-center::placeholder {
  text-align: center;
}

.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-medium::placeholder {
  font-weight: 500;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:origin-bottom::after {
  content: var(--tw-content);
  transform-origin: bottom;
}

.after\:scale-y-50::after {
  content: var(--tw-content);
  --tw-scale-y: .5;
  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));
}

.after\:scale-y-\[0\.25\]::after {
  content: var(--tw-content);
  --tw-scale-y: 0.25;
  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));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:bg-\[\#23446B\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(35 68 107 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#CCE187\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#CCE187\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#203455\]:hover {
  --tw-text-opacity: 1;
  color: rgb(32 52 85 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:fill-\[\#21304D\] {
  fill: #21304D;
}

.group:hover .group-hover\:text-\[\#21304D\] {
  --tw-text-opacity: 1;
  color: rgb(33 48 77 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1280px) {
  .max-xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .max-lg\:pl-4 {
    padding-left: 1rem;
  }

  .max-lg\:pr-\[11px\] {
    padding-right: 11px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:absolute {
    position: absolute;
  }

  .max-md\:relative {
    position: relative;
  }

  .max-md\:sticky {
    position: sticky;
  }

  .max-md\:top-0 {
    top: 0px;
  }

  .max-md\:top-\[30px\] {
    top: 30px;
  }

  .max-md\:z-10 {
    z-index: 10;
  }

  .max-md\:z-20 {
    z-index: 20;
  }

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-md\:mt-2 {
    margin-top: 0.5rem;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:hidden {
    display: none;
  }

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

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

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

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

  .max-md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .max-md\:gap-4 {
    gap: 1rem;
  }

  .max-md\:rounded-\[54px\] {
    border-radius: 54px;
  }

  .max-md\:bg-\[\#2E568B\] {
    --tw-bg-opacity: 1;
    background-color: rgb(46 86 139 / var(--tw-bg-opacity, 1));
  }

  .max-md\:bg-\[\#E5F6FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 246 255 / var(--tw-bg-opacity, 1));
  }

  .max-md\:p-\[75px_25px\] {
    padding: 75px 25px;
  }

  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-md\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:leading-\[73px\] {
    line-height: 73px;
  }

  .max-md\:leading-\[normal\] {
    line-height: normal;
  }

  .max-md\:-tracking-\[0\.18px\] {
    letter-spacing: -0.18px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:block {
    display: block;
  }

  .max-sm\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .sm\:gap-\[65px\] {
    gap: 65px;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-\[77px\] {
    top: 77px;
  }

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

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

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .md\:mt-\[25px\] {
    margin-top: 25px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

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

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:p-\[10px_22px_10px_10px\] {
    padding: 10px 22px 10px 10px;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[125px\] {
    padding-bottom: 125px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pl-\[25px\] {
    padding-left: 25px;
  }

  .md\:pr-\[100px\] {
    padding-right: 100px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[33\.5px\] {
    padding-top: 33.5px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:text-2xl\/\[normal\] {
    font-size: 1.5rem;
    line-height: normal;
  }

  .md\:text-5xl\/\[110\%\] {
    font-size: 3rem;
    line-height: 110%;
  }

  .md\:text-5xl\/\[normal\] {
    font-size: 3rem;
    line-height: normal;
  }

  .md\:text-\[130px\]\/\[105px\] {
    font-size: 130px;
    line-height: 105px;
  }

  .md\:text-\[22px\]\/\[120\%\] {
    font-size: 22px;
    line-height: 120%;
  }

  .md\:text-\[28px\]\/\[150\%\] {
    font-size: 28px;
    line-height: 150%;
  }

  .md\:text-\[28px\]\/\[normal\] {
    font-size: 28px;
    line-height: normal;
  }

  .md\:text-\[32px\]\/\[110\%\] {
    font-size: 32px;
    line-height: 110%;
  }

  .md\:text-\[42px\]\/\[110\%\] {
    font-size: 42px;
    line-height: 110%;
  }

  .md\:text-\[42px\]\/\[normal\] {
    font-size: 42px;
    line-height: normal;
  }

  .md\:text-\[48px\]\/\[110\%\] {
    font-size: 48px;
    line-height: 110%;
  }

  .md\:text-\[48px\]\/\[normal\] {
    font-size: 48px;
    line-height: normal;
  }

  .md\:text-base\/\[150\%\] {
    font-size: 1rem;
    line-height: 150%;
  }

  .md\:text-base\/\[normal\] {
    font-size: 1rem;
    line-height: normal;
  }

  .md\:text-lg\/\[130\%\] {
    font-size: 1.125rem;
    line-height: 130%;
  }

  .md\:text-lg\/\[150\%\] {
    font-size: 1.125rem;
    line-height: 150%;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:-tracking-\[-1\.44px\] {
    letter-spacing: 1.44px;
  }

  .md\:-tracking-\[0\.84px\] {
    letter-spacing: -0.84px;
  }

  .md\:-tracking-\[0\.96px\] {
    letter-spacing: -0.96px;
  }

  .md\:-tracking-\[1\.44px\] {
    letter-spacing: -1.44px;
  }

  .md\:tracking-\[0\.48px\] {
    letter-spacing: 0.48px;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-\[60px\] {
    top: 60px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-\[50px\] {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

  .lg\:w-\[33\.33\%\] {
    width: 33.33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:translate-x-\[-50\%\] {
    --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));
  }

  .lg\:translate-x-\[100px\] {
    --tw-translate-x: 100px;
    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));
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
    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));
  }

  .lg\:scale-\[120\%\] {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    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));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

  .lg\:rounded-\[54px\] {
    border-radius: 54px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[63px\] {
    padding-left: 63px;
    padding-right: 63px;
  }

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

  .lg\:py-\[50\.5px\] {
    padding-top: 50.5px;
    padding-bottom: 50.5px;
  }

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

  .lg\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

  .lg\:pr-\[24px\] {
    padding-right: 24px;
  }

  .lg\:pt-\[104px\] {
    padding-top: 104px;
  }

  .lg\:text-start {
    text-align: start;
  }

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

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

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

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

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

  .lg\:font-normal {
    font-weight: 400;
  }

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

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

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

  .lg\:leading-\[46\.2px\] {
    line-height: 46.2px;
  }

  .lg\:leading-\[52\.8px\] {
    line-height: 52.8px;
  }

  .lg\:tracking-\[-1\.26px\] {
    letter-spacing: -1.26px;
  }

  .lg\:tracking-\[-1\.44px\] {
    letter-spacing: -1.44px;
  }

  .lg\:tracking-\[0\.28px\] {
    letter-spacing: 0.28px;
  }

  .lg\:placeholder\:text-left::-moz-placeholder {
    text-align: left;
  }

  .lg\:placeholder\:text-left::placeholder {
    text-align: left;
  }

  .placeholder\:lg\:text-\[18px\]::-moz-placeholder {
    font-size: 18px;
  }

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

@media (min-width: 1280px) {
  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:translate-y-\[4rem\] {
    --tw-translate-y: 4rem;
    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));
  }

  .xl\:gap-\[129px\] {
    gap: 129px;
  }

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

  .xl\:pl-\[100px\] {
    padding-left: 100px;
  }
}