/*
! tailwindcss v3.4.10 | 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] {
  display: none;
}

*, ::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:  ;
}

.yulo-container {
  width: 100%;
}

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

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

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

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

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

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

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

.yulo-fixed {
  position: fixed;
}

.yulo-absolute {
  position: absolute;
}

.yulo-relative {
  position: relative;
}

.-yulo-left-6 {
  left: -1.5rem;
}

.yulo-bottom-0 {
  bottom: 0px;
}

.yulo-left-0 {
  left: 0px;
}

.yulo-right-0 {
  right: 0px;
}

.yulo-top-0 {
  top: 0px;
}

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

.yulo-z-\[100\] {
  z-index: 100;
}

.yulo-z-\[11\] {
  z-index: 11;
}

.yulo-z-\[12\] {
  z-index: 12;
}

.yulo-z-\[13\] {
  z-index: 13;
}

.yulo-z-\[14\] {
  z-index: 14;
}

.yulo-z-\[1\] {
  z-index: 1;
}

.yulo-z-\[2\] {
  z-index: 2;
}

.yulo-z-\[3\] {
  z-index: 3;
}

.yulo-z-\[51\] {
  z-index: 51;
}

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

.yulo-mx-\[2\.5px\] {
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.yulo-mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}

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

.yulo-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.yulo-mb-0 {
  margin-bottom: 0px;
}

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

.yulo-ml-5 {
  margin-left: 1.25rem;
}

.yulo-mt-2 {
  margin-top: 0.5rem;
}

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

.yulo-block {
  display: block;
}

.yulo-inline-block {
  display: inline-block;
}

.yulo-flex {
  display: flex;
}

.yulo-hidden {
  display: none;
}

.yulo-h-2 {
  height: 0.5rem;
}

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

.yulo-h-\[38\.98px\] {
  height: 38.98px;
}

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

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

.yulo-h-\[41\.06px\] {
  height: 41.06px;
}

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

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

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

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

.yulo-h-auto {
  height: auto;
}

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

.yulo-h-screen {
  height: 100vh;
}

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

.yulo-min-h-\[463px\] {
  min-height: 463px;
}

.yulo-min-h-\[495px\] {
  min-height: 495px;
}

.yulo-w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

.yulo-w-\[calc\(100vw-50px\)\] {
  width: calc(100vw - 50px);
}

.yulo-w-auto {
  width: auto;
}

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

.yulo-min-w-\[105px\] {
  min-width: 105px;
}

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

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

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

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

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

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

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

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

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

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

.yulo-max-w-none {
  max-width: none;
}

.yulo-flex-none {
  flex: none;
}

.-yulo-translate-y-4 {
  --tw-translate-y: -1rem;
  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));
}

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

.-yulo-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.yulo-translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.yulo-translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}

.-yulo-rotate-\[10\.55deg\] {
  --tw-rotate: -10.55deg;
  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));
}

.-yulo-rotate-\[10\.95deg\] {
  --tw-rotate: -10.95deg;
  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));
}

@keyframes yulo-pulse {
  50% {
    opacity: .5;
  }
}

.yulo-animate-pulse {
  animation: yulo-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.yulo-flex-row {
  flex-direction: row;
}

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

.yulo-flex-wrap {
  flex-wrap: wrap;
}

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

.yulo-items-end {
  align-items: flex-end;
}

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

.yulo-items-stretch {
  align-items: stretch;
}

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

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

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

.yulo-gap-0 {
  gap: 0px;
}

.yulo-gap-1 {
  gap: 0.25rem;
}

.yulo-gap-10 {
  gap: 2.5rem;
}

.yulo-gap-2 {
  gap: 0.5rem;
}

.yulo-gap-3 {
  gap: 0.75rem;
}

.yulo-gap-4 {
  gap: 1rem;
}

.yulo-gap-6 {
  gap: 1.5rem;
}

.yulo-gap-8 {
  gap: 2rem;
}

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

.yulo-gap-\[24px\] {
  gap: 24px;
}

.yulo-gap-\[30px\] {
  gap: 30px;
}

.yulo-gap-\[39px\] {
  gap: 39px;
}

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

.yulo-gap-\[60px\] {
  gap: 60px;
}

.yulo-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.yulo-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.yulo-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.yulo-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.yulo-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.yulo-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.yulo-space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.yulo-space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.yulo-space-y-\[32px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.yulo-self-start {
  align-self: flex-start;
}

.yulo-overflow-auto {
  overflow: auto;
}

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

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

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

.yulo-rounded-xl {
  border-radius: 0.75rem;
}

.yulo-border-2 {
  border-width: 2px;
}

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

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

.yulo-border-\[\#1E1E1E\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity));
}

.yulo-border-\[\#762F79\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 47 121 / var(--tw-border-opacity));
}

.yulo-border-b-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.yulo-border-t-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.yulo-bg-\[\#2DA771\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 167 113 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#762F79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 47 121 / var(--tw-bg-opacity));
}

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

.yulo-bg-\[\#A3CA81\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 202 129 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#D6FFED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 255 237 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#D8F8FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 248 254 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#E5E3DF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 227 223 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.yulo-bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.yulo-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.yulo-bg-transparent {
  background-color: transparent;
}

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

.yulo-bg-yulo-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}

.yulo-bg-yulo-dark\/90 {
  background-color: rgb(30 30 30 / 0.9);
}

.yulo-bg-yulo-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(5 147 173 / var(--tw-bg-opacity));
}

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

.yulo-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.yulo-from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.yulo-from-yulo-primary {
  --tw-gradient-from: #0593AD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 147 173 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.yulo-from-60\% {
  --tw-gradient-from-position: 60%;
}

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

.yulo-to-yulo-secondary {
  --tw-gradient-to: #023C47 var(--tw-gradient-to-position);
}

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

.yulo-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.yulo-object-center {
  -o-object-position: center;
     object-position: center;
}

.yulo-object-top {
  -o-object-position: top;
     object-position: top;
}

.yulo-p-2 {
  padding: 0.5rem;
}

.yulo-p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

.yulo-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.yulo-pb-8 {
  padding-bottom: 2rem;
}

.yulo-pr-0 {
  padding-right: 0px;
}

.yulo-pt-4 {
  padding-top: 1rem;
}

.yulo-pt-8 {
  padding-top: 2rem;
}

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

.yulo-text-start {
  text-align: start;
}

.yulo-font-pjs {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

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

.yulo-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

.yulo-text-\[9\.33px\] {
  font-size: 9.33px;
}

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

.yulo-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

.yulo-font-extrabold {
  font-weight: 800;
}

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

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

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

.yulo-leading-10 {
  line-height: 2.5rem;
}

.yulo-leading-6 {
  line-height: 1.5rem;
}

.yulo-leading-\[0\] {
  line-height: 0;
}

.yulo-leading-\[15\.12px\] {
  line-height: 15.12px;
}

.yulo-leading-\[17\.64px\] {
  line-height: 17.64px;
}

.yulo-leading-\[20\.16px\] {
  line-height: 20.16px;
}

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

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

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

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

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

.yulo-leading-\[36\.8px\] {
  line-height: 36.8px;
}

.yulo-leading-\[40\.32px\] {
  line-height: 40.32px;
}

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

.yulo-leading-\[45\.36px\] {
  line-height: 45.36px;
}

.-yulo-tracking-\[0\.02em\] {
  letter-spacing: -0.02em;
}

.yulo-text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.yulo-text-\[\#762F79\] {
  --tw-text-opacity: 1;
  color: rgb(118 47 121 / var(--tw-text-opacity));
}

.yulo-text-transparent {
  color: transparent;
}

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

.yulo-text-yulo-dark {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

.yulo-text-yulo-primary {
  --tw-text-opacity: 1;
  color: rgb(5 147 173 / var(--tw-text-opacity));
}

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

.yulo-decoration-2 {
  text-decoration-thickness: 2px;
}

.yulo-decoration-4 {
  text-decoration-thickness: 4px;
}

.yulo-opacity-0 {
  opacity: 0;
}

.yulo-opacity-50 {
  opacity: 0.5;
}

.yulo-blur-sm {
  --tw-blur: blur(4px);
  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);
}

.yulo-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

/* Body */

html, body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  body {
    padding: 1rem;
  }
}

/* Body */

/* Container */

.yulo-custom-container-fluid {
  width: 100%;
}

@media (min-width: 320px) {
  .yulo-custom-container-fluid {
    max-width: 320px;
  }
}

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

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

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

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

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

@media (min-width: 1920px) {
  .yulo-custom-container-fluid {
    max-width: 1920px;
  }
}

.yulo-custom-container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1888px;
}

/* Container */

/* Heading */

.yulo-heading-xlarge {
  font-size: 40px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-xlarge {
    font-size: 120px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-xlarge {
    font-size: 160px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-xlarge {
    font-size: 200px;
  }
}

.yulo-heading-large {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-large {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-large {
    font-size: 80px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-large {
    font-size: 120px;
  }
}

.yulo-heading-medium {
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-medium {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-medium {
    font-size: 56px;
  }
}

@media (min-width: 1920px) {
  .yulo-heading-medium {
    font-size: 80px;
  }
}

.yulo-heading-extra-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .yulo-heading-extra-small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .yulo-heading-extra-small {
    font-size: 32px;
  }
}

/* Heading */

/* Badge */

.yulo-badge {
  display: inline-block;
  min-width: 105px;
  border-radius: 62px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  line-height: 0;
}

@media (min-width: 1280px) {
  .yulo-badge {
    min-width: 215px;
    border-radius: 120px;
    padding: 1rem;
  }
}

.yulo-badge {
  span {
    font-size: 12px;
  }
  span {
    font-weight: 700;
  }
  span {
    line-height: 15.12px;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    span {
      font-size: 24px;
    }
  }
  @media (min-width: 1280px) {
    span {
      line-height: 30.24px;
    }
  }
  &.primary {
    --tw-bg-opacity: 1;
    background-color: rgb(5 147 173 / var(--tw-bg-opacity));
  }
  &.primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  &.secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(163 202 129 / var(--tw-bg-opacity));
  }
  &.secondary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/* Badge */

/* Button */

.yulo-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .yulo-button {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.yulo-button {
  span {
    font-size: 16px;
  }
  span {
    font-weight: 700;
  }
  span {
    line-height: 20.16px;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    span {
      font-size: 24px;
    }
  }
  @media (min-width: 1280px) {
    span {
      line-height: 30.24px;
    }
  }
  i {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  @media (min-width: 1280px) {
    i {
      font-size: 32px;
    }
  }
  &.prime {
    --tw-bg-opacity: 1;
    background-color: rgb(118 47 121 / var(--tw-bg-opacity));
  }
  &.prime {
    span {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    &.outline {
      border-width: 2px;
    }
    &.outline {
      --tw-border-opacity: 1;
      border-color: rgb(118 47 121 / var(--tw-border-opacity));
    }
    &.outline {
      background-color: transparent;
    }
    &.outline {
      i {
        --tw-text-opacity: 1;
        color: rgb(118 47 121 / var(--tw-text-opacity));
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(118 47 121 / var(--tw-text-opacity));
      }
      &:focus {
        --tw-bg-opacity: 1;
        background-color: rgb(118 47 121 / var(--tw-bg-opacity));
      }
      &:focus {
        i, span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
      }
    }
  }
}

/* Button */

/* Mobile Menu */

.yulo-mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 51;
  width: 100%;
  --tw-translate-y: -100%;
  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));
  background-color: rgb(30 30 30 / 0.9);
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  .content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .content {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  @media (min-width: 640px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .yulo-logo {
      height: 39px;
    }
    .yulo-logo {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-logo {
        height: 60px;
      }
    }
    .yulo-nav-mobile {
      i {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      i {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        i {
          font-size: 32px;
        }
      }
    }
    .yulo-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        gap: 1rem;
      }
      ul {
        li {
          a {
            display: flex;
          }
          a {
            flex-direction: row;
          }
          a {
            align-items: center;
          }
          a {
            justify-content: space-between;
          }
          a {
            gap: 0.25rem;
          }
          a {
            span {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            span {
              font-weight: 700;
            }
            span {
              line-height: 20.16px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1.5rem;
                line-height: 2rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 30.24px;
              }
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
          }
          .wrap-subnav {
            display: none;
          }
          .wrap-subnav {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
          .wrap-subnav {
            padding-top: 1rem;
          }
          .wrap-subnav {
            padding-bottom: 0px;
          }
          .wrap-subnav {
            &.active {
              display: block;
            }
          }
          &.active {
            a {
              span {
                text-decoration-line: underline;
              }
              span {
                text-decoration-thickness: 2px;
              }
              span {
                text-underline-offset: 8px;
              }
            }
          }
        }
      }
    }
    .yulo-google-play {
      height: 35.03px;
    }
    .yulo-google-play {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-google-play {
        height: 47px;
      }
    }
  }
  &.show {
    --tw-translate-y: 0px;
    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));
  }
  &.show {
    opacity: 1;
  }
}

/* Mobile Menu */

/* Header */

.yulo-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  background-color: transparent;
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1280px) {
  .yulo-header {
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 54px;
    padding-right: 54px;
  }
}

.yulo-header {
  .yulo-logo {
    height: 38.98px;
  }
  .yulo-logo {
    width: auto;
  }
  @media (min-width: 640px) {
    .yulo-logo {
      height: 46.78px;
    }
  }
  @media (min-width: 1280px) {
    .yulo-logo {
      height: 77px;
    }
  }
  .yulo-nav {
    ul {
      display: flex;
    }
    ul {
      flex-direction: row;
    }
    ul {
      align-items: center;
    }
    ul {
      gap: 60px;
    }
    ul {
      li {
        position: relative;
      }
      li {
        a {
          position: relative;
        }
        a {
          z-index: 100;
        }
        a {
          display: flex;
        }
        a {
          flex-direction: row;
        }
        a {
          align-items: center;
        }
        a {
          gap: 0.25rem;
        }
        a {
          span {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          span {
            font-weight: 700;
          }
          span {
            line-height: 2.5rem;
          }
          span {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          &.active {
            span, i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
          }
        }
        .wrap-subnav {
          position: absolute;
        }
        .wrap-subnav {
          top: 0px;
        }
        .wrap-subnav {
          left: -1.5rem;
        }
        .wrap-subnav {
          z-index: 99;
        }
        .wrap-subnav {
          display: none;
        }
        .wrap-subnav {
          min-width: 220px;
        }
        .wrap-subnav {
          max-width: 320px;
        }
        .wrap-subnav {
          border-radius: 0.75rem;
        }
        .wrap-subnav {
          background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        }
        .wrap-subnav {
          --tw-gradient-from: #fff var(--tw-gradient-from-position);
          --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
          --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        }
        .wrap-subnav {
          --tw-gradient-from-position: 60%;
        }
        .wrap-subnav {
          --tw-gradient-to: #D4D4D4 var(--tw-gradient-to-position);
        }
        .wrap-subnav {
          padding: 1rem;
        }
        .wrap-subnav {
          padding-top: 2.5rem;
        }
        .wrap-subnav {
          ul {
            display: flex;
          }
          ul {
            flex-direction: column;
          }
          ul {
            align-items: flex-start;
          }
          ul {
            gap: 0.5rem;
          }
          ul {
            li {
              position: relative;
            }
            li {
              width: 100%;
            }
            li {
              a {
                display: flex;
              }
              a {
                flex-direction: row;
              }
              a {
                align-items: center;
              }
              a {
                justify-content: space-between;
              }
              a {
                gap: 0.25rem;
              }
              a {
                border-radius: 0.75rem;
              }
              a {
                padding: 0.5rem;
              }
              a {
                span {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
                span {
                  font-weight: 500;
                }
                span {
                  --tw-text-opacity: 1;
                  color: rgb(30 30 30 / var(--tw-text-opacity));
                }
                i {
                  --tw-text-opacity: 1;
                  color: rgb(30 30 30 / var(--tw-text-opacity));
                }
              }
              &.active {
                a {
                  background-color: #A2CA8180;
                }
                a {
                  span {
                    text-decoration-line: none;
                  }
                }
              }
            }
          }
          &.active {
            display: block;
          }
        }
        &.active {
          a {
            span {
              text-decoration-line: underline;
            }
            span {
              text-decoration-thickness: 2px;
            }
            span {
              text-underline-offset: 8px;
            }
          }
        }
      }
    }
  }
  .yulo-google-play {
    height: 47px;
  }
  .yulo-google-play {
    width: auto;
  }
  .yulo-nav-mobile {
    i {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    i {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
  &.dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  @media (min-width: 640px) {
    &.dark {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  @media (min-width: 1280px) {
    &.dark {
      padding-top: 53px;
      padding-bottom: 53px;
    }
  }
  &.dark {
    .yulo-nav {
      ul {
        li {
          a {
            span, i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
          }
        }
      }
    }
    .yulo-nav-mobile {
      i {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
    }
  }
}

/* Header */

/* Main */

.yulo-main {
  position: relative;
  z-index: 10;
}

@media (min-width: 1280px) {
  .yulo-main > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }
}

/* Main */

/* Footer */

.yulo-footer {
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6.94px;
  margin-top: 1rem;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .yulo-footer {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0.75rem;
    margin-top: 46px;
    border-radius: 1rem;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 52.67px;
    padding-bottom: 52.67px;
  }
}

@media (min-width: 1280px) {
  .yulo-footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 96px;
    border-radius: 1.5rem;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.yulo-footer {
  .img-overlay {
    position: absolute;
  }
  .img-overlay {
    top: 0px;
  }
  .img-overlay {
    left: 0px;
  }
  .img-overlay {
    z-index: 1;
  }
  .img-overlay {
    height: 100%;
  }
  .img-overlay {
    width: 100%;
  }
  .img-overlay {
    border-radius: 0.75rem;
  }
  .img-overlay {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-overlay {
    -o-object-position: center;
       object-position: center;
  }
  @media (min-width: 640px) {
    .img-overlay {
      border-radius: 1rem;
    }
  }
  @media (min-width: 1280px) {
    .img-overlay {
      border-radius: 1.5rem;
    }
  }
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
  @media (min-width: 640px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .yulo-logo {
      height: 77px;
    }
    .yulo-logo {
      width: auto;
    }
    .yulo-address {
      max-width: none;
    }
    .yulo-address {
      text-align: center;
    }
    .yulo-address {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .yulo-address {
      font-weight: 600;
    }
    .yulo-address {
      line-height: 1.5rem;
    }
    .yulo-address {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-address {
        max-width: 429px;
      }
    }
    @media (min-width: 640px) {
      .yulo-address {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 640px) {
      .yulo-address {
        line-height: 30px;
      }
    }
    @media (min-width: 1280px) {
      .yulo-address {
        text-align: start;
      }
    }
    .yulo-meta-contact {
      display: flex;
    }
    .yulo-meta-contact {
      flex-direction: row;
    }
    .yulo-meta-contact {
      align-items: center;
    }
    .yulo-meta-contact {
      gap: 0.75rem;
    }
    @media (min-width: 640px) {
      .yulo-meta-contact {
        gap: 1.5rem;
      }
    }
    .yulo-meta-contact {
      i {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      i {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        i {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      span {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      span {
        font-weight: 600;
      }
      span {
        line-height: 15.12px;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      @media (min-width: 640px) {
        span {
          line-height: 20.16px;
        }
      }
    }
    .yulo-download-label {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .yulo-download-label {
      font-weight: 700;
    }
    .yulo-download-label {
      line-height: 30.24px;
    }
    .yulo-download-label {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-download-label {
        font-size: 32px;
      }
    }
    @media (min-width: 640px) {
      .yulo-download-label {
        line-height: 40.32px;
      }
    }
    .yulo-google-play {
      height: 41.06px;
    }
    .yulo-google-play {
      width: auto;
    }
    @media (min-width: 640px) {
      .yulo-google-play {
        height: 58.65px;
      }
    }
    .yulo-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        align-items: center;
      }
      ul {
        gap: 0.75rem;
      }
      @media (min-width: 1280px) {
        ul {
          flex-direction: row;
        }
      }
      @media (min-width: 1280px) {
        ul {
          gap: 60px;
        }
      }
      ul {
        li {
          a {
            span {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            span {
              font-weight: 600;
            }
            span {
              line-height: 30px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 2.5rem;
              }
            }
            @media (min-width: 1280px) {
              span {
                font-weight: 700;
              }
            }
          }
        }
      }
    }
    .yulo-horizontal-line {
      --tw-border-opacity: 1;
      border-color: rgb(30 30 30 / var(--tw-border-opacity));
    }
    .yulo-copyright {
      text-align: center;
    }
    .yulo-copyright {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    .yulo-copyright {
      font-weight: 400;
    }
    .yulo-copyright {
      line-height: 15.12px;
    }
    .yulo-copyright {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .yulo-copyright {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
    @media (min-width: 640px) {
      .yulo-copyright {
        line-height: 20.16px;
      }
    }
    @media (min-width: 1280px) {
      .yulo-copyright {
        text-align: start;
      }
    }
    .yulo-footbar {
      ul {
        display: flex;
      }
      ul {
        flex-direction: row;
      }
      ul {
        flex-wrap: wrap;
      }
      ul {
        align-items: center;
      }
      ul {
        justify-content: center;
      }
      ul {
        gap: 0.75rem;
      }
      @media (min-width: 1280px) {
        ul {
          justify-content: flex-start;
        }
      }
      ul {
        li {
          a {
            span {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            span {
              font-weight: 400;
            }
            span {
              line-height: 15.12px;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              span {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 640px) {
              span {
                line-height: 20.16px;
              }
            }
          }
        }
      }
    }
    .yulo-socmed {
      ul {
        display: flex;
      }
      ul {
        flex-direction: row;
      }
      ul {
        flex-wrap: wrap;
      }
      ul {
        align-items: center;
      }
      ul {
        justify-content: center;
      }
      ul {
        gap: 2.5rem;
      }
      @media (min-width: 1280px) {
        ul {
          justify-content: flex-start;
        }
      }
      ul {
        li {
          a {
            i {
              font-size: 1.5rem;
              line-height: 2rem;
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(30 30 30 / var(--tw-text-opacity));
            }
            @media (min-width: 640px) {
              i {
                font-size: 32px;
              }
            }
          }
        }
      }
    }
  }
}

/* Footer */

/* ================================================================================================================================= */

/* Body */

html, body {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

/* Hero */

.yulo-hero {
  .yulo-hero-card {
    position: relative;
  }
  .yulo-hero-card {
    z-index: 11;
  }
  .yulo-hero-card {
    height: 100vh;
  }
  .yulo-hero-card {
    overflow: auto;
  }
  .yulo-hero-card {
    --tw-bg-opacity: 1;
    background-color: rgb(30 30 30 / var(--tw-bg-opacity));
  }
  @media (min-width: 640px) {
    .yulo-hero-card {
      height: auto;
    }
  }
  @media (min-width: 1280px) {
    .yulo-hero-card {
      height: calc(100vh - 32px);
    }
  }
  @media (min-width: 1280px) {
    .yulo-hero-card {
      border-radius: 46px;
    }
  }
  .yulo-hero-card {
    .cover {
      position: absolute;
    }
    .cover {
      top: 0px;
    }
    .cover {
      left: 0px;
    }
    .cover {
      z-index: 12;
    }
    .cover {
      height: 100%;
    }
    .cover {
      width: 100%;
    }
    .cover {
      -o-object-fit: cover;
         object-fit: cover;
    }
    .cover {
      -o-object-position: center;
         object-position: center;
    }
    .video {
      position: absolute;
    }
    .video {
      top: 0px;
    }
    .video {
      left: 0px;
    }
    .video {
      z-index: 12;
    }
    .video {
      height: 100%;
    }
    .video {
      width: 100%;
    }
    .video {
      -o-object-fit: cover;
         object-fit: cover;
    }
    .video {
      -o-object-position: center;
         object-position: center;
    }
    .overlay {
      position: absolute;
    }
    .overlay {
      top: 0px;
    }
    .overlay {
      left: 0px;
    }
    .overlay {
      z-index: 13;
    }
    .overlay {
      height: 100%;
    }
    .overlay {
      width: 100%;
    }
    .overlay {
      background-color: rgb(0 0 0 / 0.4);
    }
    .content {
      position: relative;
    }
    .content {
      z-index: 14;
    }
    .content {
      display: flex;
    }
    .content {
      height: 100%;
    }
    .content {
      flex-direction: column;
    }
    .content {
      justify-content: center;
    }
    .content {
      gap: 39px;
    }
    .content {
      padding-top: 120px;
      padding-bottom: 120px;
    }
    .content {
      padding-left: 25px;
      padding-right: 25px;
    }
    @media (min-width: 640px) {
      .content {
        padding-top: 303px;
        padding-bottom: 303px;
      }
    }
    @media (min-width: 1280px) {
      .content {
        padding-top: 167px;
        padding-bottom: 167px;
      }
    }
    @media (min-width: 1280px) {
      .content {
        padding-left: 36px;
        padding-right: 36px;
      }
    }
    @media (min-width: 1536px) {
      .content {
        padding-left: 180px;
        padding-right: 180px;
      }
    }
    .content {
      .title {
        font-size: 32px;
      }
      .title {
        font-weight: 800;
      }
      .title {
        line-height: 40px;
      }
      .title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        .title {
          font-size: 3.75rem;
          line-height: 1;
        }
      }
      @media (min-width: 768px) {
        .title {
          font-size: 3rem;
          line-height: 1;
        }
      }
      @media (min-width: 1920px) {
        .title {
          font-size: 100px;
        }
      }
      @media (min-width: 1920px) {
        .title {
          line-height: 106px;
        }
      }
      .subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      .subtitle {
        font-weight: 400;
      }
      .subtitle {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 1024px) {
        .subtitle {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1024px) {
        .subtitle {
          line-height: 2.5rem;
        }
      }
      @media (min-width: 1024px) {
        .subtitle {
          letter-spacing: 0%;
        }
      }
    }
  }
}

/* Hero */

/* Introduction */

.yulo-introduction {
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32px * var(--tw-space-y-reverse));
  }
  .content {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .content {
    padding-left: 25px;
    padding-right: 25px;
  }
  @media (min-width: 640px) {
    .content {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  @media (min-width: 1280px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 1280px) {
    .content {
      padding: 0px;
    }
  }
  .content {
    .label {
      line-height: 15.12px;
    }
    .label {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .label {
        line-height: 20.16px;
      }
    }
    @media (min-width: 1280px) {
      .label {
        text-align: center;
      }
    }
    @media (min-width: 1280px) {
      .label {
        line-height: 40.32px;
      }
    }
    .services {
      display: flex;
    }
    .services {
      flex-direction: column;
    }
    .services {
      flex-wrap: wrap;
    }
    .services {
      gap: 1.5rem;
    }
    @media (min-width: 1280px) {
      .services {
        flex-direction: row;
      }
    }
    @media (min-width: 1280px) {
      .services {
        align-items: center;
      }
    }
    @media (min-width: 1280px) {
      .services {
        justify-content: center;
      }
    }
    @media (min-width: 1280px) {
      .services {
        gap: 60px;
      }
    }
    .services {
      .item {
        display: flex;
      }
      .item {
        flex-direction: row;
      }
      .item {
        align-items: center;
      }
      .item {
        gap: 0.75rem;
      }
      .item {
        .title {
          line-height: 45.36px;
        }
        .title {
          --tw-text-opacity: 1;
          color: rgb(30 30 30 / var(--tw-text-opacity));
        }
        @media (min-width: 640px) {
          .title {
            line-height: 70.56px;
          }
        }
        @media (min-width: 1280px) {
          .title {
            line-height: 100.8px;
          }
        }
        @media (min-width: 1920px) {
          .title {
            line-height: 151.2px;
          }
        }
        .icon {
          height: 50px;
        }
        .icon {
          width: auto;
        }
        @media (min-width: 1280px) {
          .icon {
            height: 120px;
          }
        }
      }
    }
  }
}

/* Introduction */

/* Long Content */

.yulo-long-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.yulo-long-content {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 640px) {
  .yulo-long-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .yulo-long-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1536px) {
  .yulo-long-content {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/* Promote */

.yulo-promote {
  margin-bottom: 0px;
}

@media (min-width: 1280px) {
  .yulo-promote {
    margin-bottom: 2.5rem;
  }
}

.yulo-promote {
  .content {
    display: flex;
  }
  .content {
    flex-direction: column;
  }
  .content {
    gap: 1rem;
  }
  @media (min-width: 1280px) {
    .content {
      gap: 60px;
    }
  }
  .content {
    .top {
      position: relative;
    }
    .top {
      overflow: hidden;
    }
    .top {
      border-radius: 0.5rem;
    }
    @media (min-width: 1280px) {
      .top {
        border-radius: 46px;
      }
    }
    .top {
      .img {
        margin-left: auto;
        margin-right: auto;
      }
      .img {
        height: auto;
      }
      .img {
        width: 100%;
      }
      .img {
        max-width: 1644px;
      }
      .img {
        border-radius: 0.5rem;
      }
      .img {
        -o-object-fit: cover;
           object-fit: cover;
      }
      .img {
        -o-object-position: center;
           object-position: center;
      }
      @media (min-width: 1280px) {
        .img {
          border-radius: 46px;
        }
      }
    }
    .bottom {
      position: relative;
    }
    .bottom {
      display: flex;
    }
    .bottom {
      flex-direction: column;
    }
    .bottom {
      align-items: flex-end;
    }
    .bottom {
      gap: 30px;
    }
    .bottom {
      overflow: hidden;
    }
    .bottom {
      border-radius: 0.5rem;
    }
    .bottom {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .bottom {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    @media (min-width: 640px) {
      .bottom {
        border-radius: 20px;
      }
    }
    @media (min-width: 640px) {
      .bottom {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }
    @media (min-width: 640px) {
      .bottom {
        padding-top: 5rem;
        padding-bottom: 5rem;
      }
    }
    @media (min-width: 1024px) {
      .bottom {
        padding-left: 84px;
        padding-right: 84px;
      }
    }
    @media (min-width: 1024px) {
      .bottom {
        padding-top: 280px;
        padding-bottom: 280px;
      }
    }
    @media (min-width: 1280px) {
      .bottom {
        border-radius: 46px;
      }
    }
    .bottom {
      .img {
        position: absolute;
      }
      .img {
        top: 0px;
      }
      .img {
        left: 0px;
      }
      .img {
        z-index: 1;
      }
      .img {
        height: 100%;
      }
      .img {
        width: 100%;
      }
      .img {
        -o-object-fit: cover;
           object-fit: cover;
      }
      .img {
        -o-object-position: center;
           object-position: center;
      }
      .overlay {
        position: absolute;
      }
      .overlay {
        top: 0px;
      }
      .overlay {
        left: 0px;
      }
      .overlay {
        z-index: 2;
      }
      .overlay {
        height: 100%;
      }
      .overlay {
        width: 100%;
      }
      .overlay {
        background: linear-gradient(90.42deg, rgba(255, 255, 255, 0.5) 0.35%, rgba(0, 0, 0, 0.5) 50%);
      }
      .title {
        z-index: 3;
      }
      .title {
        width: 100%;
      }
      .title {
        max-width: 851px;
      }
      .title {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
      .title {
        font-weight: 800;
      }
      .title {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        .title {
          font-size: 3rem;
          line-height: 1;
        }
      }
      @media (min-width: 1024px) {
        .title {
          font-size: 74px;
        }
      }
      @media (min-width: 1024px) {
        .title {
          line-height: 100%;
        }
      }
      @media (min-width: 1024px) {
        .title {
          letter-spacing: 0%;
        }
      }
      > ol {
        z-index: 3;
      }
      > ol {
        width: 100%;
      }
      > ol {
        max-width: 851px;
      }
      > ol {
        list-style-type: decimal;
      }
      > ol {
        li {
          margin-left: 1.25rem;
        }
        li {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
        li {
          font-weight: 400;
        }
        li {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
        @media (min-width: 640px) {
          li {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 1024px) {
          li {
            margin-left: 2.25rem;
          }
        }
        @media (min-width: 1024px) {
          li {
            font-size: 32px;
          }
        }
        @media (min-width: 1024px) {
          li {
            line-height: 50px;
          }
        }
        @media (min-width: 1024px) {
          li {
            letter-spacing: 0%;
          }
        }
      }
    }
  }
}

/* Why */

.yulo-why {
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  @media (min-width: 1280px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .title {
      line-height: 45.36px;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .title {
        line-height: 70.56px;
      }
    }
    @media (min-width: 1280px) {
      .title {
        line-height: 100.8px;
      }
    }
    @media (min-width: 1920px) {
      .title {
        line-height: 151.2px;
      }
    }
    .features {
      display: flex;
    }
    .features {
      flex-direction: column;
    }
    .features {
      flex-wrap: wrap;
    }
    .features {
      align-items: stretch;
    }
    .features {
      gap: 1rem;
    }
    @media (min-width: 1280px) {
      .features {
        gap: 2rem;
      }
    }
    .features {
      .card {
        min-height: 495px;
      }
      .card {
        overflow: hidden;
      }
      .card {
        border-radius: 0.5rem;
      }
      @media (min-width: 1280px) {
        .card {
          min-height: 0px;
        }
      }
      @media (min-width: 1280px) {
        .card {
          border-radius: 1.5rem;
        }
      }
      .card {
        .desc {
          font-size: 14px;
        }
        .desc {
          font-weight: 400;
        }
        .desc {
          line-height: 17.64px;
        }
        @media (min-width: 640px) {
          .desc {
            font-size: 16px;
          }
        }
        @media (min-width: 640px) {
          .desc {
            line-height: 20.16px;
          }
        }
        @media (min-width: 1280px) {
          .desc {
            font-size: 32px;
          }
        }
        @media (min-width: 1280px) {
          .desc {
            line-height: 40.32px;
          }
        }
        &.v1 {
          position: relative;
        }
        &.v1 {
          --tw-bg-opacity: 1;
          background-color: rgb(245 245 245 / var(--tw-bg-opacity));
        }
        &.v1 {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        &.v1 {
          padding-bottom: 2rem;
        }
        @media (min-width: 640px) {
          &.v1 {
            height: auto;
          }
        }
        @media (min-width: 1280px) {
          &.v1 {
            height: calc(100vh - 32px);
          }
        }
        @media (min-width: 1280px) {
          &.v1 {
            padding-left: 10px;
          }
        }
        @media (min-width: 1280px) {
          &.v1 {
            padding-right: 60px;
          }
        }
        &.v1 {
          .img-top,
          .img-bottom {
            height: auto;
          }
          .img-top,
          .img-bottom {
            width: 235px;
          }
          .img-top,
          .img-bottom {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .img-top,
          .img-bottom {
            transition-duration: 300ms;
          }
          @media (min-width: 640px) {
            .img-top,
          .img-bottom {
              width: 353px;
            }
          }
          @media (min-width: 1280px) {
            .img-top,
          .img-bottom {
              height: calc((100vh - 32px) / 2);
            }
          }
          @media (min-width: 1280px) {
            .img-top,
          .img-bottom {
              width: auto;
            }
          }
          .img-top {
            height: 450px;
          }
          .img-top {
            width: 350px;
          }
          .img-top {
            --tw-translate-y: -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));
          }
          .img-top {
            -o-object-fit: cover;
               object-fit: cover;
          }
          .img-top {
            -o-object-position: bottom;
               object-position: bottom;
          }
          .img-bottom {
            height: 450px;
          }
          .img-bottom {
            width: 350px;
          }
          .img-bottom {
            --tw-translate-y: -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));
          }
          .img-bottom {
            -o-object-fit: cover;
               object-fit: cover;
          }
          .img-bottom {
            -o-object-position: top;
               object-position: top;
          }
          .title {
            line-height: 35.28px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 640px) {
            .title {
              line-height: 45.36px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 70.56px;
            }
          }
          @media (min-width: 1920px) {
            .title {
              line-height: 100.8px;
            }
          }
          .desc {
            --tw-text-opacity: 1;
            color: rgb(123 125 131 / var(--tw-text-opacity));
          }
          &:hover {
            .img-top {
              --tw-rotate: -10.55deg;
              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));
            }
            .img-bottom {
              --tw-rotate: -10.95deg;
              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));
            }
          }
        }
        &.v2 {
          position: relative;
        }
        &.v2 {
          width: 100%;
        }
        &.v2 {
          flex: none;
        }
        &.v2 {
          --tw-bg-opacity: 1;
          background-color: rgb(216 248 254 / var(--tw-bg-opacity));
        }
        &.v2 {
          padding: 1rem;
        }
        @media (min-width: 1280px) {
          &.v2 {
            max-width: 450px;
          }
        }
        @media (min-width: 1280px) {
          &.v2 {
            padding-left: 60px;
            padding-right: 60px;
          }
        }
        @media (min-width: 1280px) {
          &.v2 {
            padding-top: 120px;
            padding-bottom: 120px;
          }
        }
        @media (min-width: 1920px) {
          &.v2 {
            max-width: 608px;
          }
        }
        &.v2 {
          .title {
            position: relative;
          }
          .title {
            z-index: 2;
          }
          .title {
            max-width: 173px;
          }
          .title {
            line-height: 35.28px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 640px) {
            .title {
              line-height: 45.36px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              max-width: none;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 70.56px;
            }
          }
          @media (min-width: 1920px) {
            .title {
              line-height: 80px;
            }
          }
          .desc {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          .img-discount {
            position: absolute;
          }
          .img-discount {
            right: 0px;
          }
          .img-discount {
            bottom: 0px;
          }
          .img-discount {
            z-index: 1;
          }
          .img-discount {
            width: 191px;
          }
          .img-discount {
            opacity: 0.5;
          }
          @media (min-width: 640px) {
            .img-discount {
              width: 278px;
            }
          }
          @media (min-width: 1280px) {
            .img-discount {
              width: 382px;
            }
          }
        }
        &.v3 {
          position: relative;
        }
        &.v3 {
          --tw-bg-opacity: 1;
          background-color: rgb(163 202 129 / var(--tw-bg-opacity));
        }
        &.v3 {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        &.v3 {
          padding-bottom: 2rem;
        }
        @media (min-width: 1280px) {
          &.v3 {
            padding-left: 60px;
            padding-right: 60px;
          }
        }
        @media (min-width: 1280px) {
          &.v3 {
            padding-bottom: 120px;
          }
        }
        &.v3 {
          .img-top {
            height: auto;
          }
          .img-top {
            width: 281px;
          }
          .img-top {
            --tw-translate-y: -1rem;
            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));
          }
          .img-top {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .img-top {
            transition-duration: 300ms;
          }
          @media (min-width: 640px) {
            .img-top {
              width: 353px;
            }
          }
          @media (min-width: 1280px) {
            .img-top {
              width: 566px;
            }
          }
          .title {
            line-height: 35.28px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          @media (min-width: 640px) {
            .title {
              line-height: 45.36px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 70.56px;
            }
          }
          @media (min-width: 1920px) {
            .title {
              line-height: 100.8px;
            }
          }
          .desc {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          &:hover {
            .img-top {
              --tw-translate-y: 0px;
              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));
            }
          }
        }
        &.v4 {
          position: relative;
        }
        &.v4 {
          --tw-bg-opacity: 1;
          background-color: rgb(45 167 113 / var(--tw-bg-opacity));
        }
        &.v4 {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        &.v4 {
          padding-top: 2rem;
        }
        @media (min-width: 1280px) {
          &.v4 {
            padding-left: 60px;
            padding-right: 60px;
          }
        }
        @media (min-width: 1280px) {
          &.v4 {
            padding-top: 120px;
          }
        }
        &.v4 {
          .img-bottom {
            height: auto;
          }
          .img-bottom {
            width: 281px;
          }
          .img-bottom {
            --tw-translate-y: 1rem;
            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));
          }
          .img-bottom {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .img-bottom {
            transition-duration: 300ms;
          }
          @media (min-width: 640px) {
            .img-bottom {
              width: 353px;
            }
          }
          @media (min-width: 1280px) {
            .img-bottom {
              width: 654px;
            }
          }
          .title {
            max-width: 558px;
          }
          .title {
            line-height: 35.28px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          @media (min-width: 640px) {
            .title {
              line-height: 45.36px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 70.56px;
            }
          }
          @media (min-width: 1920px) {
            .title {
              line-height: 100.8px;
            }
          }
          .desc {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          &:hover {
            .img-bottom {
              --tw-translate-y: 0px;
              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));
            }
          }
        }
        &.v5 {
          position: relative;
        }
        &.v5 {
          width: 100%;
        }
        &.v5 {
          flex: none;
        }
        &.v5 {
          --tw-bg-opacity: 1;
          background-color: rgb(214 255 237 / var(--tw-bg-opacity));
        }
        &.v5 {
          padding: 1rem;
        }
        @media (min-width: 1280px) {
          &.v5 {
            max-width: 450px;
          }
        }
        @media (min-width: 1280px) {
          &.v5 {
            padding-left: 60px;
            padding-right: 60px;
          }
        }
        @media (min-width: 1280px) {
          &.v5 {
            padding-top: 120px;
            padding-bottom: 120px;
          }
        }
        @media (min-width: 1920px) {
          &.v5 {
            max-width: 608px;
          }
        }
        &.v5 {
          .title {
            position: relative;
          }
          .title {
            z-index: 2;
          }
          .title {
            line-height: 35.28px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 640px) {
            .title {
              line-height: 45.36px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 70.56px;
            }
          }
          @media (min-width: 1920px) {
            .title {
              line-height: 80px;
            }
          }
          .desc {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          .img-discount {
            position: absolute;
          }
          .img-discount {
            right: 0px;
          }
          .img-discount {
            bottom: 0px;
          }
          .img-discount {
            z-index: 1;
          }
          .img-discount {
            width: 191px;
          }
          .img-discount {
            opacity: 0.5;
          }
          @media (min-width: 640px) {
            .img-discount {
              width: 278px;
            }
          }
          @media (min-width: 1280px) {
            .img-discount {
              width: 382px;
            }
          }
        }
      }
    }
  }
}

/* Why */

/* Testimoni */

.yulo-testimoni {
  .content {
    display: flex;
  }
  .content {
    flex-direction: column;
  }
  .content {
    gap: 0.5rem;
  }
  @media (min-width: 1280px) {
    .content {
      flex-direction: row;
    }
  }
  @media (min-width: 1280px) {
    .content {
      gap: 2rem;
    }
  }
  .content {
    .title {
      font-size: 32px;
    }
    .title {
      line-height: 40.32px;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .title {
        font-size: 56px;
      }
    }
    @media (min-width: 640px) {
      .title {
        line-height: 70.56px;
      }
    }
    @media (min-width: 1920px) {
      .title {
        font-size: 80px;
      }
    }
    @media (min-width: 1920px) {
      .title {
        line-height: 100.8px;
      }
    }
    #yuloTestimoniCarousel {
      .owl-dots {
        margin-top: 0.5rem;
      }
      @media (min-width: 1280px) {
        .owl-dots {
          margin-top: 2rem;
        }
      }
      .owl-dots {
        .owl-dot {
          span {
            margin-top: 0px;
            margin-bottom: 0px;
          }
          span {
            margin-left: 2.5px;
            margin-right: 2.5px;
          }
          span {
            height: 0.5rem;
          }
          span {
            width: 0.5rem;
          }
          span {
            --tw-bg-opacity: 1;
            background-color: rgb(229 227 223 / var(--tw-bg-opacity));
          }
          @media (min-width: 1280px) {
            span {
              height: 10px;
            }
          }
          @media (min-width: 1280px) {
            span {
              width: 10px;
            }
          }
          &.active {
            span {
              height: 0.5rem;
            }
            span {
              width: 39px;
            }
            span {
              --tw-bg-opacity: 1;
              background-color: rgb(5 147 173 / var(--tw-bg-opacity));
            }
            @media (min-width: 1280px) {
              span {
                height: 10px;
              }
            }
          }
        }
      }
      .item {
        .card > :not([hidden]) ~ :not([hidden]) {
          --tw-space-y-reverse: 0;
          margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
          margin-bottom: calc(10px * var(--tw-space-y-reverse));
        }
        .card {
          border-radius: 0.5rem;
        }
        .card {
          --tw-bg-opacity: 1;
          background-color: rgb(216 248 254 / var(--tw-bg-opacity));
        }
        .card {
          padding: 1rem;
        }
        @media (min-width: 1280px) {
          .card > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(60px * var(--tw-space-y-reverse));
          }
        }
        @media (min-width: 1280px) {
          .card {
            border-radius: 1.5rem;
          }
        }
        @media (min-width: 1280px) {
          .card {
            padding: 60px;
          }
        }
        .card {
          .text {
            font-weight: 700;
          }
          .text {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .text {
              font-size: 1.875rem;
              line-height: 2.25rem;
            }
          }
          @media (min-width: 1920px) {
            .text {
              font-size: 40px;
            }
          }
          @media (min-width: 1920px) {
            .text {
              line-height: 50px;
            }
          }
          @media (min-width: 1920px) {
            .text {
              letter-spacing: -0.02em;
            }
          }
          .profile {
            display: flex;
          }
          .profile {
            flex-direction: row;
          }
          .profile {
            align-items: center;
          }
          .profile {
            gap: 1rem;
          }
          .profile {
            .avatar {
              height: 50px;
            }
            .avatar {
              width: 50px;
            }
            .avatar {
              border-radius: 9999px;
            }
            .avatar {
              -o-object-fit: cover;
                 object-fit: cover;
            }
            .avatar {
              -o-object-position: center;
                 object-position: center;
            }
            @media (min-width: 1280px) {
              .avatar {
                height: 100px;
              }
            }
            @media (min-width: 1280px) {
              .avatar {
                width: 100px;
              }
            }
            .name {
              font-size: 12px;
            }
            .name {
              font-weight: 700;
            }
            .name {
              line-height: 15.12px;
            }
            .name {
              letter-spacing: -0.02em;
            }
            .name {
              --tw-text-opacity: 1;
              color: rgb(0 0 0 / var(--tw-text-opacity));
            }
            @media (min-width: 1280px) {
              .name {
                font-size: 24px;
              }
            }
            @media (min-width: 1280px) {
              .name {
                line-height: 30.24px;
              }
            }
            .job-title {
              font-size: 12px;
            }
            .job-title {
              font-weight: 400;
            }
            .job-title {
              line-height: 15.12px;
            }
            .job-title {
              letter-spacing: -0.02em;
            }
            .job-title {
              --tw-text-opacity: 1;
              color: rgb(0 0 0 / var(--tw-text-opacity));
            }
            @media (min-width: 1280px) {
              .job-title {
                font-size: 24px;
              }
            }
            @media (min-width: 1280px) {
              .job-title {
                line-height: 30.24px;
              }
            }
          }
        }
      }
    }
  }
}

/* Testimoni */

/* FAQ */

.yulo-faq {
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  @media (min-width: 1280px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(130px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .title {
      text-align: start;
    }
    .title {
      line-height: 45.36px;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .title {
        line-height: 70.56px;
      }
    }
    @media (min-width: 1280px) {
      .title {
        text-align: center;
      }
    }
    @media (min-width: 1280px) {
      .title {
        line-height: 100.8px;
      }
    }
    @media (min-width: 1920px) {
      .title {
        line-height: 151.2px;
      }
    }
    .title {
      a {
        text-decoration-line: underline;
      }
      a {
        text-decoration-thickness: 4px;
      }
      a:hover {
        --tw-text-opacity: 1;
        color: rgb(5 147 173 / var(--tw-text-opacity));
      }
    }
    .faq {
      display: flex;
    }
    .faq {
      flex-direction: column;
    }
    .faq {
      gap: 0px;
    }
    .faq {
      li {
        cursor: pointer;
      }
      li > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
      }
      li {
        border-top-width: 1px;
      }
      li {
        --tw-border-opacity: 1;
        border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
      }
      li {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
      }
      li {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
      @media (min-width: 1280px) {
        li > :not([hidden]) ~ :not([hidden]) {
          --tw-space-y-reverse: 0;
          margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
          margin-bottom: calc(2rem * var(--tw-space-y-reverse));
        }
      }
      @media (min-width: 1280px) {
        li {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
      }
      @media (min-width: 1280px) {
        li {
          padding-top: 3.5rem;
          padding-bottom: 3.5rem;
        }
      }
      li {
        .heading {
          display: flex;
        }
        .heading {
          flex-direction: row;
        }
        .heading {
          align-items: center;
        }
        .heading {
          justify-content: space-between;
        }
        .heading {
          gap: 10px;
        }
        .heading {
          .title {
            font-size: 14px;
          }
          .title {
            font-weight: 600;
          }
          .title {
            line-height: 17.64px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .title {
              font-size: 32px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 50px;
            }
          }
          .icon {
            font-size: 9.33px;
          }
          .icon {
            --tw-text-opacity: 1;
            color: rgb(5 147 173 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .icon {
              font-size: 21px;
            }
          }
        }
        .content {
          display: none;
        }
        .content {
          padding-right: 0px;
        }
        @media (min-width: 1280px) {
          .content {
            padding-right: 31px;
          }
        }
        .content {
          .text {
            font-size: 14px;
          }
          .text {
            font-weight: 400;
          }
          .text {
            line-height: 20px;
          }
          .text {
            --tw-text-opacity: 1;
            color: rgb(123 125 131 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .text {
              font-size: 32px;
            }
          }
          @media (min-width: 1280px) {
            .text {
              line-height: 50px;
            }
          }
        }
        &.active {
          .heading {
            .icon {
              --tw-rotate: 180deg;
              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));
            }
          }
          .content {
            display: block;
          }
        }
      }
      &:last-child {
        border-bottom-width: 1px;
      }
      &:last-child {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
      }
    }
  }
}

/* FAQ */

/* Outlet */

.yulo-outlet {
  .content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  @media (min-width: 1280px) {
    .content > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  .content {
    .title {
      max-width: none;
    }
    .title {
      line-height: 45.36px;
    }
    .title {
      --tw-text-opacity: 1;
      color: rgb(30 30 30 / var(--tw-text-opacity));
    }
    @media (min-width: 640px) {
      .title {
        line-height: 70.56px;
      }
    }
    @media (min-width: 1280px) {
      .title {
        max-width: 860px;
      }
    }
    @media (min-width: 1280px) {
      .title {
        line-height: 100.8px;
      }
    }
    @media (min-width: 1920px) {
      .title {
        line-height: 151.2px;
      }
    }
    .outlets {
      display: flex;
    }
    .outlets {
      flex-direction: column;
    }
    .outlets {
      flex-wrap: wrap;
    }
    .outlets {
      gap: 1rem;
    }
    @media (min-width: 1280px) {
      .outlets {
        gap: 60px;
      }
    }
    .outlets {
      .card {
        position: relative;
      }
      .card {
        height: auto;
      }
      .card {
        .overlay {
          position: absolute;
        }
        .overlay {
          top: 0px;
        }
        .overlay {
          left: 0px;
        }
        .overlay {
          z-index: 2;
        }
        .overlay {
          display: flex;
        }
        .overlay {
          height: 100%;
        }
        .overlay {
          width: 100%;
        }
        .overlay {
          flex-direction: column;
        }
        .overlay {
          align-items: center;
        }
        .overlay {
          justify-content: center;
        }
        .overlay {
          gap: 2rem;
        }
        @media (min-width: 1280px) {
          .overlay {
            top: -0.75rem;
          }
        }
        @media (min-width: 1280px) {
          .overlay {
            height: calc(100% + 12px);
          }
        }
        @media (min-width: 1280px) {
          .overlay {
            justify-content: flex-start;
          }
        }
        .overlay {
          .title {
            width: 100%;
          }
          .title {
            max-width: 1562px;
          }
          .title {
            background-image: linear-gradient(to right, var(--tw-gradient-stops));
          }
          .title {
            --tw-gradient-from: #0593AD var(--tw-gradient-from-position);
            --tw-gradient-to: rgb(5 147 173 / 0) var(--tw-gradient-to-position);
            --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
          }
          .title {
            --tw-gradient-to: #023C47 var(--tw-gradient-to-position);
          }
          .title {
            -webkit-background-clip: text;
                    background-clip: text;
          }
          .title {
            text-align: center;
          }
          .title {
            color: transparent;
          }
          .title {
            &.small {
              max-width: 1176px;
            }
            &.small {
              font-size: 29px;
            }
            &.small {
              line-height: 36.8px;
            }
            @media (min-width: 640px) {
              &.small {
                font-size: 50px;
              }
            }
            @media (min-width: 640px) {
              &.small {
                line-height: 63px;
              }
            }
            @media (min-width: 1280px) {
              &.small {
                font-size: 74px;
              }
            }
            @media (min-width: 1280px) {
              &.small {
                line-height: 94.8px;
              }
            }
            @media (min-width: 1920px) {
              &.small {
                max-width: 1562px;
              }
            }
            @media (min-width: 1920px) {
              &.small {
                font-size: 114px;
              }
            }
            @media (min-width: 1920px) {
              &.small {
                line-height: 143.64px;
              }
            }
          }
        }
        .wrap {
          display: flex;
        }
        .wrap {
          flex-direction: column;
        }
        .wrap {
          align-items: flex-start;
        }
        .wrap {
          justify-content: space-between;
        }
        .wrap {
          gap: 0.5rem;
        }
        @media (min-width: 1280px) {
          .wrap {
            flex-direction: row;
          }
        }
        @media (min-width: 1280px) {
          .wrap {
            align-items: center;
          }
        }
        @media (min-width: 1280px) {
          .wrap {
            gap: 60px;
          }
        }
        .wrap {
          .gmaps > iframe,
          .gmaps {
            height: 387px;
          }
          .gmaps > iframe,
          .gmaps {
            width: calc(100vw - 50px);
          }
          .gmaps > iframe,
          .gmaps {
            border-radius: 0.5rem;
          }
          .gmaps > iframe,
          .gmaps {
            -o-object-fit: cover;
               object-fit: cover;
          }
          .gmaps > iframe,
          .gmaps {
            -o-object-position: center;
               object-position: center;
          }
          @media (min-width: 1280px) {
            .gmaps > iframe,
          .gmaps {
              height: 499px;
            }
          }
          @media (min-width: 1280px) {
            .gmaps > iframe,
          .gmaps {
              width: 685px;
            }
          }
          @media (min-width: 1280px) {
            .gmaps > iframe,
          .gmaps {
              border-radius: 1.5rem;
            }
          }
          @media (min-width: 1920px) {
            .gmaps > iframe,
          .gmaps {
              height: 762px;
            }
          }
          @media (min-width: 1920px) {
            .gmaps > iframe,
          .gmaps {
              width: 1047px;
            }
          }
          .title {
            font-size: 16px;
          }
          .title {
            font-weight: 700;
          }
          .title {
            line-height: 25px;
          }
          .title {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .title {
              font-size: 60px;
            }
          }
          @media (min-width: 1280px) {
            .title {
              line-height: 75.6px;
            }
          }
          .subtitle {
            font-size: 12px;
          }
          .subtitle {
            font-weight: 400;
          }
          .subtitle {
            line-height: 25px;
          }
          .subtitle {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .subtitle {
              font-size: 32px;
            }
          }
          @media (min-width: 1280px) {
            .subtitle {
              line-height: 40.32px;
            }
          }
          .subtitle-coming-soon {
            font-size: 12px;
          }
          .subtitle-coming-soon {
            font-weight: 700;
          }
          .subtitle-coming-soon {
            line-height: 25px;
          }
          .subtitle-coming-soon {
            --tw-text-opacity: 1;
            color: rgb(30 30 30 / var(--tw-text-opacity));
          }
          @media (min-width: 1280px) {
            .subtitle-coming-soon {
              font-size: 30px;
            }
          }
          @media (min-width: 1280px) {
            .subtitle-coming-soon {
              line-height: 100%;
            }
          }
        }
        &.blur {
          .wrap {
            --tw-blur: blur(4px);
            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);
          }
          @media (min-width: 1280px) {
            .wrap {
              --tw-blur: blur(12px);
              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);
            }
          }
        }
      }
    }
  }
}

/* Outlet */

/* CTA */

.yulo-cta {
  .card {
    position: relative;
  }
  .card {
    border-radius: 0.5rem;
  }
  .card {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .card {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .card {
    padding-top: 2rem;
  }
  @media (min-width: 640px) {
    .card {
      height: auto;
    }
  }
  @media (min-width: 1280px) {
    .card {
      height: calc(100vh - 32px);
    }
  }
  @media (min-width: 1280px) {
    .card {
      border-radius: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    .card {
      padding-top: 0px;
    }
  }
  @media (min-width: 1280px) {
    .card {
      padding-left: 60px;
    }
  }
  @media (min-width: 1280px) {
    .card {
      padding-right: 60px;
    }
  }
  @media (min-width: 1920px) {
    .card {
      padding-left: 60px;
    }
  }
  @media (min-width: 1920px) {
    .card {
      padding-right: 152px;
    }
  }
  .card {
    .wrap {
      display: flex;
    }
    .wrap {
      flex-direction: column;
    }
    .wrap {
      align-items: center;
    }
    .wrap {
      justify-content: space-between;
    }
    .wrap {
      gap: 24px;
    }
    @media (min-width: 640px) {
      .wrap {
        gap: 34px;
      }
    }
    @media (min-width: 1280px) {
      .wrap {
        height: 100%;
      }
    }
    @media (min-width: 1280px) {
      .wrap {
        flex-direction: row;
      }
    }
    @media (min-width: 1280px) {
      .wrap {
        align-items: center;
      }
    }
    @media (min-width: 1280px) {
      .wrap {
        gap: 60px;
      }
    }
    @media (min-width: 1920px) {
      .wrap {
        gap: 217px;
      }
    }
    .wrap {
      .img {
        height: auto;
      }
      .img {
        max-height: 302px;
      }
      .img {
        width: 236px;
      }
      .img {
        -o-object-fit: cover;
           object-fit: cover;
      }
      .img {
        -o-object-position: top;
           object-position: top;
      }
      @media (min-width: 640px) {
        .img {
          max-height: 418px;
        }
      }
      @media (min-width: 640px) {
        .img {
          width: 338px;
        }
      }
      @media (min-width: 1280px) {
        .img {
          max-height: none;
        }
      }
      @media (min-width: 1280px) {
        .img {
          width: 553px;
        }
      }
      @media (min-width: 1536px) {
        .img {
          height: calc(100vh - 115px);
        }
      }
      @media (min-width: 1536px) {
        .img {
          width: auto;
        }
      }
      @media (min-width: 1920px) {
        .img {
          height: auto;
        }
      }
      @media (min-width: 1920px) {
        .img {
          width: 533px;
        }
      }
      .title {
        font-size: 36px;
      }
      .title {
        line-height: 45.36px;
      }
      .title {
        letter-spacing: -0.02em;
      }
      .title {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        .title {
          font-size: 56px;
        }
      }
      @media (min-width: 640px) {
        .title {
          line-height: 70.56px;
        }
      }
      @media (min-width: 1920px) {
        .title {
          font-size: 80px;
        }
      }
      @media (min-width: 1920px) {
        .title {
          line-height: 86px;
        }
      }
      .subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .subtitle {
        font-weight: 400;
      }
      .subtitle {
        --tw-text-opacity: 1;
        color: rgb(30 30 30 / var(--tw-text-opacity));
      }
      @media (min-width: 640px) {
        .subtitle {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 1024px) {
        .subtitle {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      @media (min-width: 1920px) {
        .subtitle {
          font-size: 32px;
        }
      }
      @media (min-width: 1920px) {
        .subtitle {
          line-height: 100%;
        }
      }
      @media (min-width: 1920px) {
        .subtitle {
          letter-spacing: 0%;
        }
      }
    }
  }
}

/* CTA */

/* Long Content */

@media (min-width: 640px) {
  .sm\:yulo-mx-\[12px\] {
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:yulo-mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:yulo-mt-\[46px\] {
    margin-top: 46px;
  }

  .sm\:yulo-h-\[46\.78px\] {
    height: 46.78px;
  }

  .sm\:yulo-h-\[47px\] {
    height: 47px;
  }

  .sm\:yulo-h-\[58\.65px\] {
    height: 58.65px;
  }

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

  .sm\:yulo-h-auto {
    height: auto;
  }

  .sm\:yulo-max-h-\[418px\] {
    max-height: 418px;
  }

  .sm\:yulo-w-\[278px\] {
    width: 278px;
  }

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

  .sm\:yulo-w-\[353px\] {
    width: 353px;
  }

  .sm\:yulo-max-w-\[429px\] {
    max-width: 429px;
  }

  .sm\:yulo-gap-6 {
    gap: 1.5rem;
  }

  .sm\:yulo-gap-\[34px\] {
    gap: 34px;
  }

  .sm\:yulo-gap-\[6\.11px\] {
    gap: 6.11px;
  }

  .sm\:yulo-gap-\[60px\] {
    gap: 60px;
  }

  .sm\:yulo-gap-\[9px\] {
    gap: 9px;
  }

  .sm\:yulo-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:yulo-space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .sm\:yulo-rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:yulo-rounded-\[20px\] {
    border-radius: 20px;
  }

  .sm\:yulo-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:yulo-px-\[39px\] {
    padding-left: 39px;
    padding-right: 39px;
  }

  .sm\:yulo-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .sm\:yulo-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:yulo-py-\[303px\] {
    padding-top: 303px;
    padding-bottom: 303px;
  }

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

  .sm\:yulo-py-\[52\.67px\] {
    padding-top: 52.67px;
    padding-bottom: 52.67px;
  }

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

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

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

  .sm\:yulo-text-\[120px\] {
    font-size: 120px;
  }

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

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

  .sm\:yulo-text-\[36px\] {
    font-size: 36px;
  }

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

  .sm\:yulo-text-\[56px\] {
    font-size: 56px;
  }

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

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

  .sm\:yulo-leading-10 {
    line-height: 2.5rem;
  }

  .sm\:yulo-leading-\[20\.16px\] {
    line-height: 20.16px;
  }

  .sm\:yulo-leading-\[30\.24px\] {
    line-height: 30.24px;
  }

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

  .sm\:yulo-leading-\[40\.32px\] {
    line-height: 40.32px;
  }

  .sm\:yulo-leading-\[45\.36px\] {
    line-height: 45.36px;
  }

  .sm\:yulo-leading-\[63px\] {
    line-height: 63px;
  }

  .sm\:yulo-leading-\[70\.56px\] {
    line-height: 70.56px;
  }
}

@media (min-width: 768px) {
  .md\:yulo-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:yulo-px-\[84px\] {
    padding-left: 84px;
    padding-right: 84px;
  }

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

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

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

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

  .lg\:yulo-leading-10 {
    line-height: 2.5rem;
  }

  .lg\:yulo-leading-\[100\%\] {
    line-height: 100%;
  }

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

  .lg\:yulo-tracking-\[0\%\] {
    letter-spacing: 0%;
  }
}

@media (min-width: 1280px) {
  .xl\:-yulo-top-3 {
    top: -0.75rem;
  }

  .xl\:yulo-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:yulo-mt-\[96px\] {
    margin-top: 96px;
  }

  .xl\:yulo-block {
    display: block;
  }

  .xl\:yulo-hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:yulo-h-\[calc\(\(100vh-32px\)\/2\)\] {
    height: calc((100vh - 32px) / 2);
  }

  .xl\:yulo-h-\[calc\(100\%\+12px\)\] {
    height: calc(100% + 12px);
  }

  .xl\:yulo-h-\[calc\(100vh-32px\)\] {
    height: calc(100vh - 32px);
  }

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

  .xl\:yulo-min-h-0 {
    min-height: 0px;
  }

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

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

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

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

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

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

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

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

  .xl\:yulo-w-auto {
    width: auto;
  }

  .xl\:yulo-min-w-\[215px\] {
    min-width: 215px;
  }

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

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

  .xl\:yulo-max-w-none {
    max-width: none;
  }

  .xl\:yulo-flex-none {
    flex: none;
  }

  .xl\:yulo-grow {
    flex-grow: 1;
  }

  .xl\:yulo-flex-row {
    flex-direction: row;
  }

  .xl\:yulo-items-start {
    align-items: flex-start;
  }

  .xl\:yulo-items-center {
    align-items: center;
  }

  .xl\:yulo-justify-start {
    justify-content: flex-start;
  }

  .xl\:yulo-justify-center {
    justify-content: center;
  }

  .xl\:yulo-gap-3 {
    gap: 0.75rem;
  }

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

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

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

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

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

  .xl\:yulo-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[120px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[130px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(130px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:yulo-rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:yulo-rounded-\[120px\] {
    border-radius: 120px;
  }

  .xl\:yulo-rounded-\[46px\] {
    border-radius: 46px;
  }

  .xl\:yulo-p-0 {
    padding: 0px;
  }

  .xl\:yulo-p-4 {
    padding: 1rem;
  }

  .xl\:yulo-p-\[60px\] {
    padding: 60px;
  }

  .xl\:yulo-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:yulo-px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:yulo-px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:yulo-px-\[54px\] {
    padding-left: 54px;
    padding-right: 54px;
  }

  .xl\:yulo-px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:yulo-px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .xl\:yulo-py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:yulo-py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:yulo-py-\[167px\] {
    padding-top: 167px;
    padding-bottom: 167px;
  }

  .xl\:yulo-py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xl\:yulo-py-\[53px\] {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:yulo-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:yulo-pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

  .xl\:yulo-pr-\[31px\] {
    padding-right: 31px;
  }

  .xl\:yulo-pr-\[60px\] {
    padding-right: 60px;
  }

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

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

  .xl\:yulo-text-center {
    text-align: center;
  }

  .xl\:yulo-text-start {
    text-align: start;
  }

  .xl\:yulo-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:yulo-text-\[160px\] {
    font-size: 160px;
  }

  .xl\:yulo-text-\[21px\] {
    font-size: 21px;
  }

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

  .xl\:yulo-text-\[30px\] {
    font-size: 30px;
  }

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

  .xl\:yulo-text-\[56px\] {
    font-size: 56px;
  }

  .xl\:yulo-text-\[60px\] {
    font-size: 60px;
  }

  .xl\:yulo-text-\[74px\] {
    font-size: 74px;
  }

  .xl\:yulo-text-\[80px\] {
    font-size: 80px;
  }

  .xl\:yulo-font-bold {
    font-weight: 700;
  }

  .xl\:yulo-leading-\[100\%\] {
    line-height: 100%;
  }

  .xl\:yulo-leading-\[100\.8px\] {
    line-height: 100.8px;
  }

  .xl\:yulo-leading-\[30\.24px\] {
    line-height: 30.24px;
  }

  .xl\:yulo-leading-\[40\.32px\] {
    line-height: 40.32px;
  }

  .xl\:yulo-leading-\[50px\] {
    line-height: 50px;
  }

  .xl\:yulo-leading-\[70\.56px\] {
    line-height: 70.56px;
  }

  .xl\:yulo-leading-\[75\.6px\] {
    line-height: 75.6px;
  }

  .xl\:yulo-leading-\[94\.8px\] {
    line-height: 94.8px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:yulo-h-\[calc\(100vh-115px\)\] {
    height: calc(100vh - 115px);
  }

  .\32xl\:yulo-w-auto {
    width: auto;
  }

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

  .\32xl\:yulo-px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .\32xl\:yulo-px-\[180px\] {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media (min-width: 1920px) {
  .desktop\:yulo-h-\[762px\] {
    height: 762px;
  }

  .desktop\:yulo-h-auto {
    height: auto;
  }

  .desktop\:yulo-w-\[1047px\] {
    width: 1047px;
  }

  .desktop\:yulo-w-\[533px\] {
    width: 533px;
  }

  .desktop\:yulo-w-\[834px\] {
    width: 834px;
  }

  .desktop\:yulo-max-w-\[1562px\] {
    max-width: 1562px;
  }

  .desktop\:yulo-max-w-\[608px\] {
    max-width: 608px;
  }

  .desktop\:yulo-gap-\[217px\] {
    gap: 217px;
  }

  .desktop\:yulo-pl-\[60px\] {
    padding-left: 60px;
  }

  .desktop\:yulo-pr-\[152px\] {
    padding-right: 152px;
  }

  .desktop\:yulo-text-\[100px\] {
    font-size: 100px;
  }

  .desktop\:yulo-text-\[114px\] {
    font-size: 114px;
  }

  .desktop\:yulo-text-\[120px\] {
    font-size: 120px;
  }

  .desktop\:yulo-text-\[200px\] {
    font-size: 200px;
  }

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

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

  .desktop\:yulo-text-\[80px\] {
    font-size: 80px;
  }

  .desktop\:yulo-leading-\[100\%\] {
    line-height: 100%;
  }

  .desktop\:yulo-leading-\[100\.8px\] {
    line-height: 100.8px;
  }

  .desktop\:yulo-leading-\[106px\] {
    line-height: 106px;
  }

  .desktop\:yulo-leading-\[143\.64px\] {
    line-height: 143.64px;
  }

  .desktop\:yulo-leading-\[151\.2px\] {
    line-height: 151.2px;
  }

  .desktop\:yulo-leading-\[50px\] {
    line-height: 50px;
  }

  .desktop\:yulo-leading-\[80px\] {
    line-height: 80px;
  }

  .desktop\:yulo-leading-\[86px\] {
    line-height: 86px;
  }

  .desktop\:-yulo-tracking-\[0\.02em\] {
    letter-spacing: -0.02em;
  }

  .desktop\:yulo-tracking-\[0\%\] {
    letter-spacing: 0%;
  }
}