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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('/public/assets/font/Figtree-Regular.ttf') format('truetype');
}

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('/public/assets/font/Geist-Regular.ttf') format('truetype');
}

body {
  font-family: 'Figtree','Geist', sans-serif;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 390px) {
  .\!container {
    max-width: 390px !important;
  }

  .container {
    max-width: 390px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

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

  .container {
    max-width: 1920px;
  }
}

@media (min-width: 2560px) {
  .\!container {
    max-width: 2560px !important;
  }

  .container {
    max-width: 2560px;
  }
}

/* navbar new */

.navbar-box {
  position: absolute;
  right: 1rem;
  top: 100%;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 390px) {
  .navbar-box {
    display: none;
  }
}

@media (min-width: 1024px) {
  .navbar-box {
    position: static;
    display: flex;
    max-width: 100%;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.navbar-fixed-font-black {
  position: fixed;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .navbar-fixed-font-black {
    --tw-bg-opacity: 0.65;
  }
}

.navbar-bg-black {
  display: block;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 390px) {
  .navbar-bg-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .navbar-bg-black {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1920px) {
  .navbar-bg-black {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .navbar-bg-black {
    font-size: 26px;
  }
}

.navbar-bg-white {
  display: block;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .navbar-bg-white {
    display: flex;
  }
}

@media (min-width: 1920px) {
  .navbar-bg-white {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .navbar-bg-white {
    font-size: 26px;
  }
}

/* text pura group hitam */

.param-top-logo {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  height: 40px;
  width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .param-top-logo {
    top: 50px;
    left: 25px;
    display: flex;
    height: auto;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .param-top-logo {
    top: 60px;
    left: 30px;
    height: auto;
    width: 220px;
  }
}

@media (min-width: 1280px) {
  .param-top-logo {
    top: 60px;
    left: 30px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .param-top-logo {
    top: 60px;
    left: 30px;
    height: auto;
    width: 275px;
  }
}

@media (min-width: 1920px) {
  .param-top-logo {
    top: 80px;
    left: 30px;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 2560px) {
  .param-top-logo {
    top: 90px;
    left: 40px;
    height: auto;
    width: 375px;
  }
}

.param-top-logo-modif {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  height: 40px;
  width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .param-top-logo-modif {
    top: 25px;
    left: 25px;
    display: flex;
    height: auto;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .param-top-logo-modif {
    top: 25px;
    left: 25px;
    height: auto;
    width: 200px;
  }
}

@media (min-width: 1280px) {
  .param-top-logo-modif {
    top: 25px;
    left: 25px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .param-top-logo-modif {
    top: 30px;
    left: 30px;
    height: auto;
    width: 275px;
  }
}

@media (min-width: 1920px) {
  .param-top-logo-modif {
    top: 30px;
    left: 30px;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 2560px) {
  .param-top-logo-modif {
    top: 50px;
    left: 40px;
    height: auto;
    width: 375px;
  }
}

.param-top-logo-new {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  height: 40px;
  width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .param-top-logo-new {
    top: 50px;
    left: 25px;
    height: 40px;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .param-top-logo-new {
    top: 60px;
    left: 40px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1280px) {
  .param-top-logo-new {
    top: 60px;
    left: 40px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .param-top-logo-new {
    top: 60px;
    left: 50px;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 1920px) {
  .param-top-logo-new {
    top: 80px;
    left: 60px;
    height: auto;
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .param-top-logo-new {
    top: 90px;
    left: 60px;
    height: auto;
    width: 400px;
  }
}

.param-top-logo-special-page {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  height: 40px;
  width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .param-top-logo-special-page {
    top: 50px;
    left: 25px;
    height: 40px;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .param-top-logo-special-page {
    top: 20px;
    left: 20px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1280px) {
  .param-top-logo-special-page {
    top: 20px;
    left: 30px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .param-top-logo-special-page {
    top: 20px;
    left: 30px;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 1920px) {
  .param-top-logo-special-page {
    top: 20px;
    left: 30px;
    height: auto;
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .param-top-logo-special-page {
    top: 30px;
    left: 40px;
    height: auto;
    width: 400px;
  }
}

/* text puragroup putih */

.param-top-logo-white {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  height: 40px;
  width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .param-top-logo-white {
    top: 30px;
    left: 30px;
    display: none;
    height: auto;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .param-top-logo-white {
    top: 30px;
    left: 30px;
    display: flex;
    height: auto;
    width: 220px;
  }
}

@media (min-width: 1280px) {
  .param-top-logo-white {
    top: 40px;
    left: 30px;
    height: auto;
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .param-top-logo-white {
    top: 40px;
    left: 40px;
    height: auto;
    width: 275px;
  }
}

@media (min-width: 1920px) {
  .param-top-logo-white {
    top: 40px;
    left: 50px;
    height: auto;
    width: 300px;
  }
}

@media (min-width: 2560px) {
  .param-top-logo-white {
    top: 40px;
    left: 60px;
    height: auto;
    width: 375px;
  }
}

/* symbol pura group - backgroud putih di hero */

.set-box-outline-logo-background-white {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

@media (min-width: 768px) {
  .set-box-outline-logo-background-white {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .set-box-outline-logo-background-white {
    display: flex;
  }
}

@media (min-width: 1440px) {
  .set-box-outline-logo-background-white {
    display: flex;
  }
}

@media (min-width: 1920px) {
  .set-box-outline-logo-background-white {
    display: flex;
  }
}

@media (min-width: 2560px) {
  .set-box-outline-logo-background-white {
    display: flex;
  }
}

.outline-logo-white {
  /* @apply top-0 left-0 md:w-8/12 lg:w-9/12 xl:w-10/12 2xl:w-11/12 3xl:w-full 4xl:w-[600px] opacity-50 shrink-0; */
  top: 0px;
  left: 0px;
  flex-shrink: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .outline-logo-white {
    height: auto;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .outline-logo-white {
    height: auto;
    width: 450px;
  }
}

@media (min-width: 1280px) {
  .outline-logo-white {
    height: auto;
    width: 500px;
  }
}

@media (min-width: 1440px) {
  .outline-logo-white {
    height: auto;
    width: 550px;
  }
}

@media (min-width: 1920px) {
  .outline-logo-white {
    height: auto;
    width: 600px;
  }
}

@media (min-width: 2560px) {
  .outline-logo-white {
    height: auto;
    width: 725px;
  }
}

.outline-logo-white-modif {
  position: relative;
  top: 0px;
  left: 0px;
  flex-shrink: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .outline-logo-white-modif {
    top: -2.5rem;
    height: auto;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .outline-logo-white-modif {
    top: -3.5rem;
    left: -10px;
    height: auto;
    width: 450px;
  }
}

@media (min-width: 1280px) {
  .outline-logo-white-modif {
    top: -3.5rem;
    height: auto;
    width: 500px;
  }
}

@media (min-width: 1440px) {
  .outline-logo-white-modif {
    top: -3.5rem;
    height: auto;
    width: 550px;
  }
}

@media (min-width: 1920px) {
  .outline-logo-white-modif {
    top: -3.5rem;
    height: auto;
    width: 600px;
  }
}

@media (min-width: 2560px) {
  .outline-logo-white-modif {
    height: auto;
    width: 725px;
  }
}

.outline-logo-white-new {
  top: 0px;
  left: 0px;
  flex-shrink: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .outline-logo-white-new {
    height: auto;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .outline-logo-white-new {
    height: auto;
    width: 375px;
  }
}

@media (min-width: 1280px) {
  .outline-logo-white-new {
    height: 100%;
    width: 385px;
  }
}

@media (min-width: 1440px) {
  .outline-logo-white-new {
    height: auto;
    width: 400px;
  }
}

@media (min-width: 1920px) {
  .outline-logo-white-new {
    height: auto;
    width: 550px;
  }
}

@media (min-width: 2560px) {
  .outline-logo-white-new {
    height: auto;
    width: 725px;
  }
}

/* symbol pura group - backgroud hitam di hero */

.outline-logo-black {
  top: 0px;
  left: 0px;
  flex-shrink: 0;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .outline-logo-black {
    height: auto;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .outline-logo-black {
    height: auto;
    width: 450px;
  }
}

@media (min-width: 1280px) {
  .outline-logo-black {
    height: auto;
    width: 500px;
  }
}

@media (min-width: 1440px) {
  .outline-logo-black {
    height: auto;
    width: 550px;
  }
}

@media (min-width: 1920px) {
  .outline-logo-black {
    height: auto;
    width: 600px;
  }
}

@media (min-width: 2560px) {
  .outline-logo-black {
    height: auto;
    width: 725px;
  }
}

/* symbol pura group - backgroud berwarna di hero subsolutions */

.outline-logo-subsolutions {
  top: 0px;
  left: 0px;
  flex-shrink: 0;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 400px;
  }
}

@media (min-width: 1024px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 450px;
  }
}

@media (min-width: 1280px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 500px;
  }
}

@media (min-width: 1440px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 550px;
  }
}

@media (min-width: 1920px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 600px;
  }
}

@media (min-width: 2560px) {
  .outline-logo-subsolutions {
    height: auto;
    width: 725px;
  }
}

/* .innovative {
        mix-blend-mode:difference;
        /* color:white; */

/* filter:invert(100%); 
      } */

/* trial component  */

.toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.toggle-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.toggle-button {
  min-height: 24px;
  min-width: 24px;
}

.toggle-button[aria-pressed="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.toggle-button[aria-pressed="false"] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/* header & menu horizontal */

.set-header-navbar {
  /* @apply bg-gradient-to-r from-warna1 via-warna2 via-warna3 via-warna4 via-warna5 to-warna6; */
  border-width: 1.5px;
  border-style: solid;
  border-radius: 12px;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 96%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  border-color: transparent;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  background-clip: border-box;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -o-border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
     border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
  border-image-slice: 1;
}

@media (min-width: 768px) {
  .set-header-navbar {
    position: fixed;
    display: none;
    width: 97%;
  }
}

@media (min-width: 1024px) {
  .set-header-navbar {
    width: 98%;
    --tw-bg-opacity: 0.7;
  }
}

@media (min-width: 1280px) {
  .set-header-navbar {
    width: 98%;
  }
}

@media (min-width: 1440px) {
  .set-header-navbar {
    width: 98%;
  }
}

@media (min-width: 1920px) {
  .set-header-navbar {
    width: 99%;
  }
}

/* menu vertical active / noactive  */

.set-layout-navbar {
  right: 1.75rem;
  top: 1.75rem;
  align-items: flex-end;
}

@media (min-width: 1440px) {
  .set-layout-navbar {
    right: 2rem;
  }
}

@media (min-width: 1920px) {
  .set-layout-navbar {
    right: 2.25rem;
  }
}

@media (min-width: 2560px) {
  .set-layout-navbar {
    right: 2.5rem;
  }
}

.set-navbar {
  display: none;
  flex-direction: column;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-navbar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.125rem;
  }
}

@media (min-width: 1440px) {
  .set-navbar {
    gap: 0.25rem;
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .set-navbar {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-navbar {
    gap: 0.5rem;
    font-size: 26px;
  }
}

.set-navbar-white {
  display: none;
  flex-direction: column;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-navbar-white {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.125rem;
  }
}

@media (min-width: 1440px) {
  .set-navbar-white {
    gap: 0.25rem;
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .set-navbar-white {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-navbar-white {
    gap: 0.5rem;
    font-size: 26px;
  }
}

.set-navbar-box-menu-mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .set-navbar-box-menu-mobile {
    display: none;
  }
}

@media (min-width: 1920px) {
  .set-navbar-box-menu-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.set-navbar-box-menu-desktop {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .set-navbar-box-menu-desktop {
    display: flex;
  }
}

@media (min-width: 1920px) {
  .set-navbar-box-menu-desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.set-bahasa {
  top: 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0em;
}

@media not all and (min-width: 768px) {
  .set-bahasa {
    position: static;
    order: 1;
    margin-bottom: 1.5rem;
  }
}

@media not all and (min-width: 390px) {
  .set-bahasa {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1920px) {
  .set-bahasa {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-bahasa {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-bahasa-id {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  align-self: stretch;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
}

@media (min-width: 1024px) {
  .set-bahasa-id {
    display: flex;
  }
}

.set-bahasa-id-active {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-id-active:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.set-bahasa-id-active:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .set-bahasa-id-active {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.set-bahasa-id-active {
  min-height: 24px;
  min-width: 24px;
}

.set-bahasa-id-active-new {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.125rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-id-active-new:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.set-bahasa-id-active-new:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.set-bahasa-id-active-new {
  /* min-height: 20px;
        min-width: 20px; */
}

.set-bahasa-id-noactive {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-id-noactive:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.set-bahasa-id-noactive:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .set-bahasa-id-noactive {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.set-bahasa-id-noactive {
  min-height: 24px;
  min-width: 24px;
}

.set-bahasa-id-noactive-new {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-id-noactive-new:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.set-bahasa-id-noactive-new:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.set-bahasa-id-noactive-new {
  /* min-height: 20px;
        min-width: 20px; */
}

.set-bahasa-en-active {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-en-active:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.set-bahasa-en-active:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .set-bahasa-en-active {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.set-bahasa-en-active {
  min-height: 24px;
  min-width: 24px;
}

.set-bahasa-en-active-new {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-en-active-new:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.set-bahasa-en-active-new:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.set-bahasa-en-active-new {
  /* min-height: 20px;
        min-width: 20px; */
}

.set-bahasa-en-noactive {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-en-noactive:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.set-bahasa-en-noactive:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .set-bahasa-en-noactive {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.set-bahasa-en-noactive {
  min-height: 24px;
  min-width: 24px;
}

.set-bahasa-en-noactive-new {
  margin-top: auto;
  margin-bottom: auto;
  touch-action: manipulation;
  gap: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.set-bahasa-en-noactive-new:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.set-bahasa-en-noactive-new:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.set-bahasa-en-noactive-new {
  /* min-height: 20px;
        min-width: 20px; */
}

.menu-active {
  font-weight: 600;
  opacity: 1;
}

.menu-active:hover {
  font-weight: 600;
  opacity: 1;
}

.menu-active:focus {
  opacity: 1;
}

.menu-noactive {
  opacity: 0.7;
}

.menu-noactive:hover {
  font-weight: 600;
  opacity: 1;
}

.menu-noactive:focus {
  opacity: 1;
}

.menu-active-product {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.menu-active-product:hover {
  font-weight: 600;
  opacity: 1;
}

.menu-active-product:focus {
  opacity: 1;
}

.menu-noactive-product {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}

.menu-noactive-product:hover {
  font-weight: 600;
  opacity: 1;
}

.menu-noactive-product:focus {
  opacity: 1;
}

/* footer */

.set-footer-box-logo-creating {
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .set-footer-box-logo-creating {
    gap: 0.5rem;
    padding-right: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
  }
}

.set-footer-frame-logo-creating {
  position: relative;
  display: flex;
  width: 342px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-footer-frame-logo-creating {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}

.set-footer-logo-pura {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: flex-start;
  overflow: visible;
}

@media (min-width: 768px) {
  .set-footer-logo-pura {
    height: 80px;
    width: 80px;
  }
}

@media (min-width: 1024px) {
  .set-footer-logo-pura {
    height: 72px;
    width: 72px;
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .set-footer-logo-pura {
    height: 96px;
    width: 96px;
  }
}

.set-footer-text-creating {
  position: relative;
  width: 416px;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-footer-text-creating {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .set-footer-text-creating {
    width: 450px;
  }
}

@media (min-width: 1440px) {
  .set-footer-text-creating {
    width: 525px;
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-footer-text-creating {
    width: 565px;
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-footer-text-creating {
    width: 600px;
    font-size: 62px;
  }
}

.set-footer-quick-chat {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
}

.set-footer-copyright {
  position: absolute;
  bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.3;
}

@media (min-width: 768px) {
  .set-footer-copyright {
    left: 2.5rem;
    bottom: 1.25rem;
  }
}

/* Menu Footer */

.set-footer-box-menu {
  z-index: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 2560px) {
  .set-footer-box-menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-footer-box-nav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-footer-box-nav {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .set-footer-box-nav {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-footer-box-nav {
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .set-footer-box-nav {
    width: 98%;
  }
}

@media (min-width: 2560px) {
  .set-footer-box-nav {
    width: 97%;
  }
}

.set-footer-btn-to-top {
  position: fixed;
  bottom: 0.75rem;
  left: 1.25rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.set-footer-btn-to-top {
  animation: bounce 2s infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

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

.set-footer-btn-to-top:hover {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.set-footer-btn-to-top:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.set-footer-menu {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 150%;
}

@media (min-width: 1440px) {
  .set-footer-menu {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-footer-menu {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-footer-menu {
    font-size: 22px;
  }
}

.set-footer-menuitem {
  opacity: 0.7;
}

.set-footer-menuitem:hover {
  font-weight: 600;
  opacity: 1;
}

/* page home - h-[640px] md:h-[720px] xl:h-[750px] 2xl:h-[800px] 3xl:h-[950px] 4xl:h-[1124px]*/

.set-home-box-hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 640px;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1px;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-home-box-hero {
    left: 0px;
    height: 720px;
  }
}

@media (min-width: 1024px) {
  .set-home-box-hero {
    left: 0px;
  }
}

@media (min-width: 1280px) {
  .set-home-box-hero {
    height: 700px;
  }
}

@media (min-width: 1440px) {
  .set-home-box-hero {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-home-box-hero {
    height: 900px;
  }
}

@media (min-width: 2560px) {
  .set-home-box-hero {
    height: 1124px;
  }
}

.set-home-hero-box-video {
  left: 0px;
  top: 0px;
  display: flex;
  height: 640px;
  width: 430px;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .set-home-hero-box-video {
    height: 700px;
    width: 100vw;
  }
}

@media (min-width: 1024px) {
  .set-home-hero-box-video {
    right: 0px;
    height: 700px;
    width: 100vw;
  }
}

@media (min-width: 1280px) {
  .set-home-hero-box-video {
    height: 700px;
    width: 100vw;
  }
}

@media (min-width: 1440px) {
  .set-home-hero-box-video {
    height: 800px;
    width: 100vw;
  }
}

@media (min-width: 1920px) {
  .set-home-hero-box-video {
    height: 900px;
    width: 100vw;
  }
}

@media (min-width: 2560px) {
  .set-home-hero-box-video {
    height: 1124px;
    width: 100vw;
  }
}

.set-home-hero-frame-video {
  left: 0px;
  top: 0px;
  height: 640px;
  width: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .set-home-hero-frame-video {
    height: 720px;
    width: 58.333333%;
  }
}

@media (min-width: 1024px) {
  .set-home-hero-frame-video {
    right: 0px;
    height: 750px;
    width: 58.333333%;
  }
}

@media (min-width: 1280px) {
  .set-home-hero-frame-video {
    height: 700px;
    width: 66.666667%;
  }
}

@media (min-width: 1440px) {
  .set-home-hero-frame-video {
    height: 800px;
    width: 66.666667%;
  }
}

@media (min-width: 1920px) {
  .set-home-hero-frame-video {
    height: 900px;
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .set-home-hero-frame-video {
    height: 1124px;
    width: 66.666667%;
  }
}

@media (min-width: 768px) {
  .set-home-hero-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .set-home-hero-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .set-home-hero-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .set-home-hero-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .set-home-hero-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 2560px) {
  .set-home-hero-source-video {
    height: 1124px;
    max-width: 100%;
  }
}

.set-home-hero-box-innovative {
  position: absolute;
  bottom: 3rem;
  left: 1.25rem;
  top: 300px;
  display: flex;
  height: auto;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .set-home-hero-box-innovative {
    left: 25px;
    top: 370px;
    height: auto;
    width: 38%;
  }
}

@media (min-width: 1024px) {
  .set-home-hero-box-innovative {
    left: 25px;
    top: 450px;
    height: auto;
    width: 38%;
  }
}

@media (min-width: 1280px) {
  .set-home-hero-box-innovative {
    left: 25px;
    top: 410px;
    height: auto;
    width: 30%;
  }
}

@media (min-width: 1440px) {
  .set-home-hero-box-innovative {
    left: 30px;
    top: 470px;
    height: auto;
    width: 30%;
  }
}

@media (min-width: 1920px) {
  .set-home-hero-box-innovative {
    left: 40px;
    top: 580px;
    height: auto;
    width: 30%;
  }
}

@media (min-width: 2560px) {
  .set-home-hero-box-innovative {
    left: 50px;
    top: 830px;
    height: auto;
    width: 30%;
  }
}

.set-home-hero-text-innovative {
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  color: transparent;
  mix-blend-mode: difference;
}

@media (min-width: 1024px) {
  .set-home-hero-text-innovative {
    font-size: 38px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .set-home-hero-text-innovative {
    font-size: 38px;
    line-height: 100%;
  }
}

@media (min-width: 1440px) {
  .set-home-hero-text-innovative {
    font-size: 44px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .set-home-hero-text-innovative {
    font-size: 56px;
    line-height: 100%;
  }
}

@media (min-width: 2560px) {
  .set-home-hero-text-innovative {
    font-size: 60px;
    line-height: 100%;
  }
}

.set-home-box-recent-news {
  /* @apply relative bg-white w-full h-[1860px] md:h-[1540px] lg:h-[1390px] xl:h-[1140px] 2xl:h-[1220px] 3xl:h-[1340px] 4xl:h-[1490px] gap-2 pt-20 pb-20; */
  position: relative;
  height: auto;
  width: 100%;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .set-home-box-recent-news {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-home-box-recent-news {
    padding-top: 3rem;
  }
}

@media (min-width: 1440px) {
  .set-home-box-recent-news {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-recent-news {
    padding-top: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-recent-news {
    padding-top: 5rem;
  }
}

.set-home-frame-recent-news {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-home-frame-recent-news {
    width: 20%;
  }
}

.set-home-text-recent-news {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-home-text-recent-news {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-home-text-recent-news {
    font-size: 18px;
  }
}

.set-home-frame-recent-whats-news {
  position: relative;
  display: flex;
  max-width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .set-home-frame-recent-whats-news {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-home-frame-recent-whats-news {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1440px) {
  .set-home-frame-recent-whats-news {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-frame-recent-whats-news {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-home-frame-recent-whats-news {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
  }
}

.set-home-box-whats-news {
  /* @apply relative w-full flex flex-col gap-6 h-[128px] md:w-[559px] md:h-[160px] lg:w-[600px] xl:w-[759px] 2xl:w-4/6 2xl:h-[144px] 3xl:w-4/6 4xl:w-[1672px]; */
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .set-home-box-whats-news {
    height: auto;
    width: 72%;
  }
}

@media (min-width: 1280px) {
  .set-home-box-whats-news {
    width: 70%;
  }
}

@media (min-width: 2560px) {
  .set-home-box-whats-news {
    width: 75%;
  }
}

.set-home-frame-whats-news {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.set-home-text-whats-news {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-home-text-whats-news {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-home-text-whats-news {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-whats-news {
    font-size: 42px;
  }
}

@media (min-width: 1440px) {
  .set-home-text-whats-news {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-home-text-whats-news {
    font-size: 54px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-whats-news {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.set-home-text-uncover {
  max-width: 100%;
  font-size: 32px;
}

@media (min-width: 768px) {
  .set-home-text-uncover {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-home-text-uncover {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-uncover {
    font-size: 42px;
  }
}

@media (min-width: 1440px) {
  .set-home-text-uncover {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-home-text-uncover {
    font-size: 54px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-uncover {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.set-home-box-btn-see-all-news {
  /* @apply w-full flex flex-row items-center justify-center py-8 gap-2 md:items-center md:justify-start md:pl-[29%] lg:pl-[27%] xl:pl-[457px] 2xl:pl-[512px] 3xl:pl-[777px] 4xl:pl-[1097px] bg-white; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .set-home-box-btn-see-all-news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-home-box-btn-see-all-news {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-btn-see-all-news {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-btn-see-all-news {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.set-home-frame-btn-see-all-news {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-home-frame-btn-see-all-news {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1920px) {
  .set-home-frame-btn-see-all-news {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.set-home-label-btn-see-all-news {
  display: flex;
  height: auto;
  width: auto;
  flex-shrink: 0;
  flex-direction: row;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-home-label-btn-see-all-news {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

.set-home-image-driven {
  left: 0px;
  bottom: 0px;
  top: 0px;
  display: flex;
  height: 640px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1440px) {
  .set-home-image-driven {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-home-image-driven {
    height: 900px;
  }
}

@media (min-width: 2560px) {
  .set-home-image-driven {
    height: 1000px;
  }
}

.set-home-text-driven {
  position: absolute;
  top: 140px;
  left: 24px;
  height: auto;
  width: 324px;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-home-text-driven {
    top: 140px;
    height: auto;
    width: 60%;
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .set-home-text-driven {
    top: 140px;
    left: 50px;
    height: auto;
    width: 65%;
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-driven {
    top: 140px;
    left: 50px;
    height: auto;
    width: 67%;
    font-size: 42px;
    line-height: 110%;
  }
}

@media (min-width: 1440px) {
  .set-home-text-driven {
    top: 140px;
    height: auto;
    width: 75%;
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-home-text-driven {
    top: 140px;
    height: auto;
    width: 65%;
    font-size: 54px;
    line-height: 110%;
  }
}

@media (min-width: 2560px) {
  .set-home-text-driven {
    top: 140px;
    height: auto;
    width: 65%;
    font-size: 64px;
  }
}

.set-home-scroll-indicator {
  position: absolute;
  left: 75%;
  top: 94%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
}

@media (min-width: 768px) {
  .set-home-scroll-indicator {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .set-home-scroll-indicator {
    left: 82%;
    top: 80%;
  }
}

@media (min-width: 1280px) {
  .set-home-scroll-indicator {
    left: 82%;
    top: 75%;
  }
}

@media (min-width: 1440px) {
  .set-home-scroll-indicator {
    left: 85%;
    top: 90%;
  }
}

@media (min-width: 1920px) {
  .set-home-scroll-indicator {
    left: 90%;
    top: 90%;
  }
}

@media (min-width: 2560px) {
  .set-home-scroll-indicator {
    left: 90%;
    top: 90%;
  }
}

.set-home-box-with-over {
  border-bottom-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 268px;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .set-home-box-with-over {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 150px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .set-home-box-with-over {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 200px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .set-home-box-with-over {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 400px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .set-home-box-with-over {
    padding-top: 2.5rem;
    padding-right: 3.5rem;
    padding-left: 450px;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-with-over {
    padding-top: 3rem;
    padding-right: 3.5rem;
    padding-left: 600px;
    padding-bottom: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-with-over {
    padding-top: 3rem;
    padding-right: 3.5rem;
    padding-left: 900px;
    padding-bottom: 4rem;
  }
}

.set-home-frame-with-over {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (min-width: 1280px) {
  .set-home-frame-with-over {
    width: 95%;
  }
}

.set-home-text-with-over {
  align-self: stretch;
  text-wrap: wrap;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-home-text-with-over {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-home-text-with-over {
    font-size: 26px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-with-over {
    font-size: 30px;
  }
}

.set-home-box-our-featured {
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .set-home-box-our-featured {
    gap: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .set-home-box-our-featured {
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    padding-right: 2.5rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1440px) {
  .set-home-box-our-featured {
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
    padding-right: 2.5rem;
    padding-left: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-our-featured {
    gap: 3.5rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
    padding-right: 3.5rem;
    padding-left: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-our-featured {
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-right: 4rem;
    padding-left: 5rem;
  }
}

.set-home-text-our-featured {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-home-text-our-featured {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-home-text-our-featured {
    font-size: 26px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-our-featured {
    font-size: 30px;
  }
}

.set-home-box-hybrid-solutions {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 3rem;
  }
}

@media (min-width: 1440px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-hybrid-solutions {
    flex-direction: row;
    gap: 6rem;
  }
}

.set-home-frame-image-hybrid-solutions {
  position: relative;
  height: 450px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 768px) {
  .set-home-frame-image-hybrid-solutions {
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .set-home-frame-image-hybrid-solutions {
    height: 550px;
  }
}

@media (min-width: 1280px) {
  .set-home-frame-image-hybrid-solutions {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-home-frame-image-hybrid-solutions {
    height: 650px;
  }
}

@media (min-width: 1920px) {
  .set-home-frame-image-hybrid-solutions {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-home-frame-image-hybrid-solutions {
    height: 1200px;
  }
}

.set-home-frame-image-hybrid-solutions {
  /* @apply w-full h-[450px] md:w-[350px] md:h-[450px] lg:w-[450px] lg:h-[550px] xl:w-[570px] xl:h-[600px] 2xl:w-[644px] 2xl:h-[650px] 3xl:w-[850px] 3xl:h-[850px] 4xl:w-[1100px] 4xl:h-[1200px] overflow-hidden relative  transition-all duration-1000; */
}

.set-home-image-hybrid-solutions {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.group:hover .set-home-image-hybrid-solutions {
  --tw-rotate: 12deg;
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.set-home-box-text-hybrid-solutions {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .set-home-box-text-hybrid-solutions {
    left: 40px;
    top: 56px;
    width: 100%;
  }
}

.set-home-text-hybrid-solutions {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-home-text-hybrid-solutions {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-hybrid-solutions {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-home-text-hybrid-solutions {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-home-text-hybrid-solutions {
    font-size: 34px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-hybrid-solutions {
    color: 36xp;
  }
}

.set-home-desc-hybrid-solutions {
  position: relative;
  display: flex;
  width: 100%;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-home-desc-hybrid-solutions {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-home-box-security-printing {
  position: relative;
  height: 450px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

@media (min-width: 768px) {
  .set-home-box-security-printing {
    height: 450px;
  }
}

@media (min-width: 1024px) {
  .set-home-box-security-printing {
    height: 550px;
  }
}

@media (min-width: 1280px) {
  .set-home-box-security-printing {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-home-box-security-printing {
    height: 650px;
  }
}

@media (min-width: 1920px) {
  .set-home-box-security-printing {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-home-box-security-printing {
    height: 1200px;
  }
}

.set-home-box-security-printing {
  /* @apply w-full h-[450px] md:w-[350px] md:h-[450px] lg:w-[450px] lg:h-[550px] xl:w-[570px] xl:h-[600px] 2xl:w-[644px] 2xl:h-[650px] 3xl:w-[850px] 3xl:h-[850px] 4xl:w-[1100px] 4xl:h-[1200px] overflow-hidden relative transition-all duration-1000; */
}

.set-home-image-security-printing {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.group:hover .set-home-image-security-printing {
  --tw-rotate: 12deg;
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.set-home-frame-text-security-printing {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .set-home-frame-text-security-printing {
    left: 40px;
    top: 430px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .set-home-frame-text-security-printing {
    left: 40px;
    top: 480px;
  }
}

@media (min-width: 1440px) {
  .set-home-frame-text-security-printing {
    left: 40px;
    top: 520px;
  }
}

@media (min-width: 1920px) {
  .set-home-frame-text-security-printing {
    left: 40px;
    top: 700px;
  }
}

@media (min-width: 2560px) {
  .set-home-frame-text-security-printing {
    left: 40px;
    top: 1050px;
  }
}

.set-home-text-security-printing {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-home-text-security-printing {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-security-printing {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-home-text-security-printing {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-home-text-security-printing {
    font-size: 34px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-security-printing {
    color: 36xp;
  }
}

.set-home-desc-security-printing {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-home-desc-security-printing {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-home-box-contact-form {
  position: relative;
  display: flex;
  height: auto;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .set-home-box-contact-form {
    gap: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .set-home-box-contact-form {
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .set-home-box-contact-form {
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-home-box-contact-form {
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 2560px) {
  .set-home-box-contact-form {
    gap: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-home-frame-header-contact {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.set-home-text-header-contact {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-home-text-header-contact {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-home-box-detail-contact-form {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-home-box-detail-contact-form {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .set-home-box-detail-contact-form {
    justify-content: space-between;
  }
}

.set-home-frame-detail-contact-form {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-home-frame-detail-contact-form {
    width: 40%;
  }
}

.set-home-text-header-contact-form {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-home-text-header-contact-form {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-home-text-header-contact-form {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-home-text-header-contact-form {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-home-text-header-contact-form {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-home-text-header-contact-form {
    font-size: 54px;
  }
}

@media (min-width: 2560px) {
  .set-home-text-header-contact-form {
    font-size: 60px;
  }
}

/* home - contact form */

/* Base styles for step content */

.step-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateX(20px);
  transition:
            opacity 0.5s ease,
            transform 0.5s ease,
            visibility 0s 0.5s,
            height 0s 0.5s;
}

/* Active step styles */

.step-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateX(0);
  transition:
            opacity 0.5s ease,
            transform 0.5s ease;
}

/* Reduced motion preferences */

@media (prefers-reduced-motion: reduce) {
  .step-content {
    transition:
               opacity 0.1s linear,
               visibility 0s 0.1s,
               height 0s 0.1s !important;
    transform: none !important;
  }

  .step-content.active {
    transition: opacity 0.1s linear !important;
  }

  button {
    transition: none !important;
  }
}

/* page solutions - flex */

.set-number-subcategory-solutions {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.group:hover .set-number-subcategory-solutions {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 2560px) {
  .set-number-subcategory-solutions {
    width: 1.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-name-subcategory-solutions {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.group:hover .set-name-subcategory-solutions {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-name-subcategory-solutions {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-name-subcategory-solutions {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-solutions-box-hero {
  height: auto;
  max-width: 100%;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 132px;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .set-solutions-box-hero {
    height: 650px;
  }
}

@media (min-width: 1024px) {
  .set-solutions-box-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-solutions-box-hero {
    height: 675px;
  }
}

@media (min-width: 1920px) {
  .set-solutions-box-hero {
    height: 750px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-box-hero {
    height: 850px;
  }
}

/* solutions hero no form search */

/* solutions hero include form search */

.set-solutions-box-header-search {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .set-solutions-box-header-search {
    left: 60px;
    top: 80px;
    height: auto;
    width: 620px;
    gap: 1.5rem;
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .set-solutions-box-header-search {
    left: 90px;
    top: 100px;
    height: auto;
    width: 700px;
  }
}

@media (min-width: 1280px) {
  .set-solutions-box-header-search {
    left: 150px;
    top: 110px;
    height: auto;
    width: 900px;
  }
}

@media (min-width: 1440px) {
  .set-solutions-box-header-search {
    left: 200px;
    top: 160px;
    height: auto;
    width: 975px;
  }
}

@media (min-width: 1920px) {
  .set-solutions-box-header-search {
    left: 270px;
    top: 180px;
    height: auto;
    width: 1275px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-box-header-search {
    left: 420px;
    top: 230px;
    height: auto;
    width: 1575px;
    gap: 1.75rem;
  }
}

.set-solutions-header-text {
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-solutions-header-text {
    font-size: 54px;
  }
}

@media (min-width: 1280px) {
  .set-solutions-header-text {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .set-solutions-header-text {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-solutions-header-text {
    font-size: 86px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-header-text {
    font-size: 100px;
  }
}

.set-solutions-sub-header-text {
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-solutions-sub-header-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-solutions-sub-header-text {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-solutions-sub-header-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-solutions-box-category-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-solutions-box-category-product {
    gap: 0.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-solutions-box-category-product {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-box-category-product {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.set-solutions-box-image-category-product {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-solutions-box-image-category-product {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-solutions-frame-image-category-product {
  position: relative;
  height: auto;
  width: 250px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .set-solutions-frame-image-category-product {
    width: 180px;
  }
}

@media (min-width: 1024px) {
  .set-solutions-frame-image-category-product {
    width: 180px;
  }
}

@media (min-width: 1280px) {
  .set-solutions-frame-image-category-product {
    width: 250px;
  }
}

@media (min-width: 1440px) {
  .set-solutions-frame-image-category-product {
    width: 275px;
  }
}

@media (min-width: 1920px) {
  .set-solutions-frame-image-category-product {
    width: 300px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-frame-image-category-product {
    width: 325px;
  }
}

.set-solutions-name-category-product {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-solutions-name-category-product {
    font-size: 40px;
  }
}

@media (min-width: 2560px) {
  .set-solutions-name-category-product {
    font-size: 48px;
  }
}

.set-solutions-box-desc-category-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-solutions-box-desc-category-product {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .set-solutions-box-desc-category-product {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .set-solutions-box-desc-category-product {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .set-solutions-box-desc-category-product {
    width: 75%;
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-solutions-box-desc-category-product {
    width: 75%;
  }
}

@media (min-width: 2560px) {
  .set-solutions-box-desc-category-product {
    width: 1850px;
  }
}

.set-solutions-text-desc-category-product {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-solutions-text-desc-category-product {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .set-solutions-text-desc-category-product {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 2560px) {
  .set-solutions-text-desc-category-product {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 150%;
  }
}

.set-solutions-box-contact-form {
  position: relative;
  display: flex;
  height: 900px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  overflow: hidden;
  padding-top: 4rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-solutions-box-contact-form {
    height: 700px;
  }
}

@media (min-width: 1024px) {
  .set-solutions-box-contact-form {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  .set-solutions-box-contact-form {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .set-solutions-box-contact-form {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-solutions-box-contact-form {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 2560px) {
  .set-solutions-box-contact-form {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* page solutions - commercial printing - grid */

.grid-item-commercial-printing:hover .number,
      .grid-item-commercial-printing:hover .txtlabel {
  color: #fff;
}

.grid-item-commercial-printing:hover .arrow-icon path {
  fill: #fff;
}

.news-item:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-commercial-printing:hover {
  background: linear-gradient(78.83deg, #03242D 0%, #004445 26.56%, #378C5B 69.33%, #7DB959 100%);
  border: 1px;
  /* border-radius: 6px; */
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  color: #fff;
}

.set-frame-subcategory-commercial-printing:hover .number,.set-frame-subcategory-commercial-printing:hover .txtlabel {
  color: #fff;
}

.set-frame-subcategory-commercial-printing:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-commercial-printing {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 390px) {
  .set-frame-subcategory-commercial-printing {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.set-number-subcategory {
  margin-right: 0.25rem;
  width: 1.5rem;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

@media (min-width: 2560px) {
  .set-number-subcategory {
    width: 1.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-name-subcategory {
  flex: 1 1 0%;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-name-subcategory {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-name-subcategory {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* page solutions - security printing - grid */

.grid-item-security-printing:hover .number,
      .grid-item-security-printing:hover .txtlabel {
  color: #fff;
}

.grid-item-security-printing:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-security-printing:hover {
  background: linear-gradient(78.83deg, #03112D 0%, #001745 26.56%, #37698C 69.33%, #59A4B9 100%);
  border: 1px;
  /* border-radius: 6px; */
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  color: #fff;
}

.set-frame-subcategory-security-printing:hover .number,.set-frame-subcategory-security-printing:hover .txtlabel {
  color: #fff;
}

.set-frame-subcategory-security-printing:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-security-printing {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 390px) {
  .set-frame-subcategory-security-printing {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* page solutions - innovative materials - grid  */

.grid-item-innovative-materials:hover .number,
      .grid-item-innovative-materials:hover .txtlabel {
  color: #fff;
}

.grid-item-innovative-materials:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-innovative-materials:hover {
  background: linear-gradient(98.58deg, #0A0B27 6.59%, #211555 31.64%, #472F9F 71.97%, #6142C4 100.91%);
  border: 1px;
  /* border-radius: 6px; */
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  color: #fff;
}

.set-frame-subcategory-innovative-materials:hover .number,.set-frame-subcategory-innovative-materials:hover .txtlabel {
  color: #fff;
}

.set-frame-subcategory-innovative-materials:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-innovative-materials {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 390px) {
  .set-frame-subcategory-innovative-materials {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* page solutions - smart technology - grid  */

.grid-item-smart-technology:hover .number,
      .grid-item-smart-technology:hover .txtlabel {
  color: #fff;
}

.grid-item-smart-technology:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-smart-technology:hover {
  background: linear-gradient(98.58deg, #1D1C17 6.59%, #915A08 31.64%, #DDA103 71.97%, #F1CF03 100.91%);
  border: 1px;
  /* border-radius: 6px; */
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  color: #fff;
}

.set-frame-subcategory-smart-technology:hover .number,.set-frame-subcategory-smart-technology:hover .txtlabel {
  color: #fff;
}

.set-frame-subcategory-smart-technology:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-smart-technology {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 390px) {
  .set-frame-subcategory-smart-technology {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* page solutions - engineering - grid  */

.grid-item-engineering:hover .number,
      .grid-item-engineering:hover .txtlabel {
  color: #fff;
}

.grid-item-engineering:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-engineering:hover {
  background: linear-gradient(98.58deg, #0A0B27 6.59%, #380C4B 31.64%, #800F67 71.97%, #AA145E 100.91%);
  border: 1px;
  /* border-radius: 6px; */
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
  color: #fff;
}

.set-frame-subcategory-engineering:hover .number,.set-frame-subcategory-engineering:hover .txtlabel {
  color: #fff;
}

.set-frame-subcategory-engineering:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-subcategory-engineering {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media not all and (min-width: 390px) {
  .set-frame-subcategory-engineering {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* page subsolutions commercial printing  */

.set-hero-all-subsolutions {
  position: relative;
  display: flex;
  height: 465px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 132px;
  padding-right: 24px;
  padding-bottom: 4rem;
  padding-left: 24px;
}

@media (min-width: 768px) {
  .set-hero-all-subsolutions {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .set-hero-all-subsolutions {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-hero-all-subsolutions {
    height: 700px;
  }
}

@media (min-width: 2560px) {
  .set-hero-all-subsolutions {
    height: 800px;
  }
}

.set-hero-commercial-printing {
  position: relative;
  display: flex;
  height: 465px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 132px;
  padding-right: 24px;
  padding-bottom: 4rem;
  padding-left: 24px;
}

@media (min-width: 768px) {
  .set-hero-commercial-printing {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .set-hero-commercial-printing {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-hero-commercial-printing {
    height: 700px;
  }
}

@media (min-width: 2560px) {
  .set-hero-commercial-printing {
    height: 800px;
  }
}

.set-box-header-subcategory-commercial-printing {
  position: absolute;
  display: flex;
  width: 90%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-box-header-subcategory-commercial-printing {
    left: 40px;
    top: 300px;
    width: 657px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-box-header-subcategory-commercial-printing {
    top: 350px;
    width: 750px;
  }
}

@media (min-width: 1280px) {
  .set-box-header-subcategory-commercial-printing {
    top: 350px;
    width: 900px;
  }
}

@media (min-width: 1440px) {
  .set-box-header-subcategory-commercial-printing {
    left: 50px;
    top: 345px;
    width: 1100px;
  }
}

@media (min-width: 1920px) {
  .set-box-header-subcategory-commercial-printing {
    top: 380px;
    left: 70px;
    width: 1350px;
  }
}

@media (min-width: 2560px) {
  .set-box-header-subcategory-commercial-printing {
    top: 450px;
    left: 80px;
    width: 1750px;
  }
}

.set-hero-box-subcategory {
  position: absolute;
  display: flex;
  width: 90%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-hero-box-subcategory {
    top: 300px;
    left: 40px;
    width: 85%;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-hero-box-subcategory {
    top: 350px;
    width: 90%;
  }
}

@media (min-width: 1280px) {
  .set-hero-box-subcategory {
    top: 350px;
    width: 85%;
  }
}

@media (min-width: 1440px) {
  .set-hero-box-subcategory {
    top: 345px;
    left: 50px;
    width: 80%;
  }
}

@media (min-width: 1920px) {
  .set-hero-box-subcategory {
    top: 380px;
    left: 70px;
    width: 75%;
  }
}

@media (min-width: 2560px) {
  .set-hero-box-subcategory {
    top: 450px;
    left: 80px;
    width: 70%;
  }
}

.header-product-commercial-printing {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  align-self: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .header-product-commercial-printing {
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .header-product-commercial-printing {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.set-subsolution-box-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  overflow: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-subsolution-frame-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  align-self: stretch;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-subsolution-frame-product {
    gap: 4rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-subsolution-frame-product {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.set-subsolution-frame-title-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.set-hero-frame-category-product-mobile {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .set-hero-frame-category-product-mobile {
    display: none;
  }
}

.set-hero-name-category-product-mobile {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-hero-name-category-product-mobile {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-hero-name-category-product-mobile {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-hero-name-category-product-mobile {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .set-hero-frame-category-product-desktop {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.set-hero-name-category-product-desktop {
  position: relative;
  display: none;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-hero-name-category-product-desktop {
    display: flex;
    width: 38%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-hero-name-category-product-desktop {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-hero-name-category-product-desktop {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-hero-title-category-product {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-hero-title-category-product {
    font-size: 54px;
  }
}

@media (min-width: 1024px) {
  .set-hero-title-category-product {
    font-size: 58px;
  }
}

@media (min-width: 1280px) {
  .set-hero-title-category-product {
    font-size: 64px;
  }
}

@media (min-width: 1440px) {
  .set-hero-title-category-product {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-hero-title-category-product {
    font-size: 80px;
  }
}

@media (min-width: 2560px) {
  .set-hero-title-category-product {
    font-size: 6rem;
    line-height: 1;
  }
}

.set-hero-desc-category-product {
  position: relative;
  display: flex;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-hero-desc-category-product {
    width: 60%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 130%;
  }
}

@media (min-width: 1920px) {
  .set-hero-desc-category-product {
    font-size: 22px;
    line-height: 130%;
  }
}

@media (min-width: 2560px) {
  .set-hero-desc-category-product {
    font-size: 26px;
    line-height: 130%;
  }
}

.set-header-title-product {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-header-title-product {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-header-title-product {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-header-title-product {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-number-sub-product {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-number-sub-product {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1440px) {
  .set-number-sub-product {
    font-size: 26px;
  }
}

@media (min-width: 1920px) {
  .set-number-sub-product {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 2560px) {
  .set-number-sub-product {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.set-box-all-subcategory-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  align-self: stretch;
}

@media (min-width: 1920px) {
  .set-box-all-subcategory-product {
    gap: 5rem;
  }
}

@media (min-width: 2560px) {
  .set-box-all-subcategory-product {
    gap: 100px;
  }
}

.set-box-subcategory-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-box-subcategory-product {
    flex-direction: row;
    justify-content: space-between;
  }
}

.set-name-sub-product {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-name-sub-product {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-name-sub-product {
    font-size: 44px;
  }
}

@media (min-width: 1920px) {
  .set-name-sub-product {
    font-size: 48px;
  }
}

@media (min-width: 2560px) {
  .set-name-sub-product {
    font-size: 54px;
  }
}

.set-border-item-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1920px) {
  .set-border-item-product {
    gap: 0.5rem;
  }
}

@media (min-width: 2560px) {
  .set-border-item-product {
    gap: 0.75rem;
  }
}

.set-number-item-product {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-number-item-product {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-number-item-product {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-name-item-product {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-name-item-product {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-name-item-product {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .set-name-item-product {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-frame-foto-product {
  position: relative;
  display: flex;
  height: 420px;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  overflow: visible;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.set-frame-foto-product::-webkit-scrollbar {
  display: none;
}

.set-frame-foto-product {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (min-width: 768px) {
  .set-frame-foto-product {
    height: 590px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-frame-foto-product {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  .set-frame-foto-product {
    height: 580px;
  }
}

@media (min-width: 1440px) {
  .set-frame-foto-product {
    height: 665px;
  }
}

@media (min-width: 1920px) {
  .set-frame-foto-product {
    height: 800px;
  }
}

@media (min-width: 2560px) {
  .set-frame-foto-product {
    height: 990px;
  }
}

.set-detail-foto-product {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-detail-foto-product {
    height: 557px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .set-detail-foto-product {
    height: 477px;
    width: 95%;
  }
}

@media (min-width: 1280px) {
  .set-detail-foto-product {
    height: 557px;
  }
}

@media (min-width: 1440px) {
  .set-detail-foto-product {
    height: 637px;
  }
}

@media (min-width: 1920px) {
  .set-detail-foto-product {
    height: 756px;
  }
}

@media (min-width: 2560px) {
  .set-detail-foto-product {
    height: 955px;
  }
}

.set-detail-foto-product {
  /* @apply flex flex-col gap-2 items-start justify-start shrink-0 w-[342px] h-[400px] md:w-[700px] md:h-[557px] lg:w-[600px] lg:h-[477px] xl:w-[750px] xl:h-[557px] 2xl:w-[850px] 2xl:h-[637px] 3xl:w-[1100px] 3xl:h-[756px] 4xl:w-[1550px] 4xl:h-[955px] relative cursor-pointer; */
}

.set-frame-nav-subcategory {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .set-frame-nav-subcategory {
    flex: 1 1 0%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.set-frame-btn-prev {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  align-self: stretch;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.group:hover .set-frame-btn-prev {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-frame-btn-prev {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    border-bottom-width: 0px;
    padding: 2rem;
  }
}

.set-text-btn-prev {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-text-btn-prev {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-text-subcategory-prev {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-text-subcategory-prev {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-text-subcategory-prev {
    font-size: 32px;
  }
}

.set-frame-btn-next {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  align-self: stretch;
  padding: 1.5rem;
}

.group:hover .set-frame-btn-next {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-frame-btn-next {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    border-bottom-width: 0px;
    padding: 2rem;
  }
}

.set-text-btn-next {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-text-btn-next {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-text-subcategory-next {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  text-align: right;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-text-subcategory-next {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-text-subcategory-next {
    font-size: 32px;
  }
}

/* subsolutions security printing  */

/* Page Founder */

.set-founder-frame-btn-connect-with-us {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-founder-frame-btn-connect-with-us {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1920px) {
  .set-founder-frame-btn-connect-with-us {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.set-founder-label-btn-connect-with-us {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  flex-direction: row;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-founder-label-btn-connect-with-us {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-founder-arrow-btn-connect-with-us {
  width: 16px;
  height: 16px;
  position: relative;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  overflow: visible;
  transition-property: transform;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .set-founder-arrow-btn-connect-with-us {
  --tw-translate-x: 0.25rem;
  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));
}

.set-founder-box-image-innovation {
  position: relative;
  height: 640px;
  min-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-box-image-innovation {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-founder-box-image-innovation {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-founder-box-image-innovation {
    height: 900px;
  }
}

.set-founder-image-innovation {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 640px;
  width: 100%;
}

@media (min-width: 1440px) {
  .set-founder-image-innovation {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-founder-image-innovation {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-founder-image-innovation {
    height: 900px;
  }
}

.set-founder-text-title-innovation {
  position: absolute;
  left: 50%;
  top: 4rem;
  width: 342px;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-founder-text-title-innovation {
    top: 80px;
    left: 50%;
    width: 644px;
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-title-innovation {
    font-size: 52px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-title-innovation {
    font-size: 58px;
  }
}

.set-founder-frame-subtitle-innovation {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-founder-frame-subtitle-innovation {
    width: 644px;
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-frame-subtitle-innovation {
    width: 744px;
  }
}

@media (min-width: 2560px) {
  .set-founder-frame-subtitle-innovation {
    width: 844px;
  }
}

.set-founder-text-subtitle-innovation {
  position: relative;
  align-self: stretch;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-founder-text-subtitle-innovation {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-subtitle-innovation {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-subtitle-innovation {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-founder-box-achievements {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

.set-founder-text-title-achievements {
  position: relative;
  flex: 1 1 0%;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-founder-text-title-achievements {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .set-founder-text-title-achievements {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .set-founder-text-title-achievements {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-title-achievements {
    font-size: 40px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-title-achievements {
    font-size: 54px;
  }
}

.set-founder-box-2-column-achievements {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-founder-box-2-column-achievements {
    width: 50%;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-founder-box-1-column-achievements {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-founder-box-1-column-achievements {
    width: 100%;
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-founder-box-1-column-achievements {
    width: 50%;
    gap: 1.5rem;
  }
}

.set-founder-box-data-achievements {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-founder-box-data-achievements {
    gap: 1.5rem;
  }
}

.set-founder-box-detail-achievements {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .set-founder-box-detail-achievements {
    height: auto;
    width: 100%;
  }
}

.set-founder-number-achievements {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-founder-number-achievements {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-number-achievements {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-founder-text-header-achievements {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-header-achievements {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-header-achievements {
    font-size: 24px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-header-achievements {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.set-founder-text-detail-achievements {
  position: relative;
  flex: 1 1 0%;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-detail-achievements {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-detail-achievements {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-detail-achievements {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
  }
}

.set-founder-image-top-founder {
  position: absolute;
  top: 0px;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: 559px;
    width: 325px;
  }
}

@media (min-width: 1024px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: auto;
    width: 402px;
  }
}

@media (min-width: 1280px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: auto;
    width: 450px;
  }
}

@media (min-width: 1440px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: auto;
    width: 472px;
  }
}

@media (min-width: 1920px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: auto;
    width: 600px;
  }
}

@media (min-width: 2560px) {
  .set-founder-image-top-founder {
    position: fixed;
    right: 0px;
    display: flex;
    height: auto;
    width: 850px;
  }
}

.set-founder-box-history {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  border-top-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-founder-box-history {
    gap: 0.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-founder-box-history {
    gap: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-founder-box-history {
    gap: 0.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-box-history {
    gap: 0.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.set-founder-box-data-history {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-founder-box-data-history {
    gap: 2.5rem;
  }
}

.set-founder-box-header-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.set-founder-text-header-history {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.set-founder-text-title-history {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-founder-text-title-history {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .set-founder-text-title-history {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-founder-text-title-history {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-title-history {
    font-size: 52px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-title-history {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.set-founder-box-year-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

.set-founder-box-btn-year-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1440px) {
  .set-founder-box-btn-year-history {
    gap: 1.5rem;
  }
}

.set-founder-frame-btn-year-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

@media (min-width: 1280px) {
  .set-founder-frame-btn-year-history {
    gap: 0.375rem;
  }
}

@media (min-width: 1440px) {
  .set-founder-frame-btn-year-history {
    gap: 0.5rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-frame-btn-year-history {
    gap: 0.625rem;
  }
}

.set-founder-btn-year-active {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.group:hover .set-founder-btn-year-active {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-founder-text-year-active {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-year-active {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-year-active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-year-active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-founder-btn-year-noactive {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.group:hover .set-founder-btn-year-noactive {
  border-color: rgb(17 17 17 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-founder-text-year-noactive {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-year-noactive {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-year-noactive {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-year-noactive {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-founder-box-detail-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.set-founder-box-year-detail-history {
  /* @apply flex flex-col gap-6 items-start justify-start shrink-0 w-[342px] relative md:w-[657px] md:h-[360px] md:gap-10 2xl:w-[782px] 2xl:h-[376px] 2xl:gap-10 3xl:w-[932px] 3xl:h-auto 3xl:gap-10 4xl:w-[1232px] 4xl:h-auto 4xl:gap-10 overflow-hidden; */
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  overflow: hidden;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .set-founder-box-year-detail-history {
    height: 360px;
    width: 85%;
    gap: 2.5rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-founder-box-year-detail-history {
    width: 65%;
  }
}

@media (min-width: 1280px) {
  .set-founder-box-year-detail-history {
    width: 65%;
  }
}

@media (min-width: 1440px) {
  .set-founder-box-year-detail-history {
    height: 376px;
    width: 65%;
    gap: 2.5rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-box-year-detail-history {
    height: auto;
    width: 65%;
    gap: 2.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-box-year-detail-history {
    height: auto;
    width: 70%;
    gap: 2.5rem;
    padding-right: 1.75rem;
  }
}

.set-founder-frame-year-detail-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

.set-founder-text-year-detail-history {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-founder-text-year-detail-history {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-founder-text-year-detail-history {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-year-detail-history {
    font-size: 52px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-year-detail-history {
    font-size: 56px;
  }
}

.set-founder-line-year-detail-history {
  position: relative;
  height: 0px;
  flex: 1 1 0%;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.set-founder-frame-image-desc-detail-history {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-founder-frame-image-desc-detail-history {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .set-founder-frame-image-desc-detail-history {
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-frame-image-desc-detail-history {
    gap: 2rem;
  }
}

.set-founder-frame-image-history {
  /* ukuran lama : w-[340px] h-[270px] md:w-[310px] md:h-[270px] 2xl:w-[302px] 2xl:h-[240px] 3xl:w-[340px] 3xl:h-[278px] 4xl:w-[400px] 4xl:h-[318px] */
  position: relative;
  display: flex;
  height: 340px;
  width: 340px;
  flex-shrink: 0;
  flex-direction: column;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .set-founder-frame-image-history {
    height: 240px;
    width: 240px;
    padding-right: 0px;
  }
}

@media (min-width: 1440px) {
  .set-founder-frame-image-history {
    height: 300px;
    width: 300px;
  }
}

@media (min-width: 1920px) {
  .set-founder-frame-image-history {
    height: 340px;
    width: 340px;
  }
}

@media (min-width: 2560px) {
  .set-founder-frame-image-history {
    height: 400px;
    width: 400px;
  }
}

.set-founder-image-history {
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.set-founder-text-desc-history {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-desc-history {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-desc-history {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-desc-history {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
  }
}

.set-founder-box-legacy {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-founder-box-legacy {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.set-founder-text-title-legacy {
  position: relative;
  flex: 1 1 0%;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-founder-text-title-legacy {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .set-founder-text-title-legacy {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .set-founder-text-title-legacy {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-title-legacy {
    font-size: 40px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-title-legacy {
    font-size: 54px;
  }
}

.set-founder-box-foto-founder {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-founder-box-foto-founder {
    flex-direction: row;
  }
}

@media (min-width: 1440px) {
  .set-founder-box-foto-founder {
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-box-foto-founder {
    gap: 2.5rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-box-foto-founder {
    gap: 2.5rem;
  }
}

.set-founder-foto-galeri-founder {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  align-items: flex-start;
  align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
}

.set-founder-box-pura-journey {
  position: relative;
  display: flex;
  height: auto;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .set-founder-box-pura-journey {
    top: 180px;
    left: 30px;
    width: 360px;
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .set-founder-box-pura-journey {
    top: 220px;
    width: 540px;
  }
}

@media (min-width: 1280px) {
  .set-founder-box-pura-journey {
    left: 35px;
    top: 240px;
    width: 58.333333%;
  }
}

@media (min-width: 1440px) {
  .set-founder-box-pura-journey {
    top: 280px;
    left: 40px;
    width: 60%;
    padding: 0px;
  }
}

@media (min-width: 1920px) {
  .set-founder-box-pura-journey {
    left: 50px;
    top: 300px;
    width: 60%;
    gap: 2.5rem;
    padding: 0px;
  }
}

@media (min-width: 2560px) {
  .set-founder-box-pura-journey {
    left: 70px;
    top: 400px;
    width: 58.333333%;
    gap: 4rem;
  }
}

.set-founder-text-title-pura-journey {
  position: relative;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-founder-text-title-pura-journey {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-founder-text-title-pura-journey {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-founder-text-title-pura-journey {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-founder-text-title-pura-journey {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-title-pura-journey {
    font-size: 60px;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-title-pura-journey {
    font-size: 72px;
  }
}

.set-founder-text-subtitle-pura-journey {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: Figtree, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
}

@media (min-width: 1280px) {
  .set-founder-text-subtitle-pura-journey {
    font-size: 26px;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-subtitle-pura-journey {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 2560px) {
  .set-founder-text-subtitle-pura-journey {
    font-size: 46px;
    line-height: 110%;
  }
}

.set-founder-text-desc-pura-journey {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-founder-text-desc-pura-journey {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-founder-text-desc-pura-journey {
    font-size: 22px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 2560px) {
  .set-founder-text-desc-pura-journey {
    font-size: 34px;
    line-height: 1.5;
  }
}

/* Page Company  */

.set-company-box-hero {
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-box-hero {
    height: 1400px;
  }
}

@media (min-width: 1440px) {
  .set-company-box-hero {
    height: 1490px;
  }
}

@media (min-width: 1920px) {
  .set-company-box-hero {
    height: 1780px;
  }
}

@media (min-width: 2560px) {
  .set-company-box-hero {
    height: 2050px;
  }
}

.set-company-box-title-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 132px;
  padding-bottom: 110px;
}

@media (min-width: 768px) {
  .set-company-box-title-hero {
    top: 260px;
    left: 10%;
    height: auto;
    width: 75%;
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .set-company-box-title-hero {
    top: 300px;
    left: 10%;
    height: auto;
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .set-company-box-title-hero {
    top: 350px;
    left: 12%;
    height: auto;
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .set-company-box-title-hero {
    top: 350px;
    left: 12%;
    height: auto;
    width: 75%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-title-hero {
    top: 450px;
    left: 12%;
    height: auto;
    width: 75%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-title-hero {
    top: 470px;
    left: 10%;
    height: auto;
    width: 75%;
  }
}

.set-company-frame-title-hero {
  position: relative;
  top: 0px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-title-hero {
    gap: 1.5rem;
  }
}

.set-company-text-title-hero {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-hero {
    font-size: 54px;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-hero {
    font-size: 58px;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-hero {
    font-size: 66px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-title-hero {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-hero {
    font-size: 80px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-hero {
    font-size: 88px;
  }
}

.set-company-text-subtitle-hero {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-subtitle-hero {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
  .set-company-text-subtitle-hero {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-company-text-subtitle-hero {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-subtitle-hero {
    font-size: 32px;
    line-height: 1.5;
  }
}

.set-company-box-video {
  position: relative;
  display: inline-block;
  width: 100%;
  align-items: flex-end;
  justify-content: stretch;
}

@media (min-width: 768px) {
  .set-company-box-video {
    top: 320px;
    height: 720px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .set-company-box-video {
    top: 360px;
    height: 720px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .set-company-box-video {
    top: 410px;
    height: 800px;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .set-company-box-video {
    top: 430px;
    height: 830px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-video {
    top: 520px;
    height: 1024px;
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-video {
    top: 570px;
    height: 1200px;
    width: 100%;
  }
}

.set-company-frame-video {
  left: 0px;
  top: 0px;
  display: flex;
  height: 640px;
  width: 100%;
}

@media (min-width: 1024px) {
  .set-company-frame-video {
    right: 0px;
  }
}

.set-company-player-video {
  left: 0px;
  top: 0px;
  height: 640px;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .set-company-player-video {
    height: 720px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .set-company-player-video {
    right: 0px;
    height: 750px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .set-company-player-video {
    height: 800px;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .set-company-player-video {
    height: 830px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .set-company-player-video {
    height: 1024px;
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .set-company-player-video {
    height: 1200px;
    width: 100%;
  }
}

.set-company-source-video {
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .set-company-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .set-company-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .set-company-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .set-company-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .set-company-source-video {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 2560px) {
  .set-company-source-video {
    height: 1124px;
    max-width: 100%;
  }
}

.set-company-tooltip-video {
  position: absolute;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.set-company-box-vision {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 120px;
  align-self: stretch;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-vision {
    height: auto;
    gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-company-box-vision {
    height: auto;
    gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-box-vision {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.set-company-frame-vision {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-vision {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-vision {
    height: auto;
  }
}

.set-company-frame-header1-vision {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-header1-vision {
    width: 15%;
    gap: 0.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-header1-vision {
    height: auto;
    width: 15%;
    gap: 0.5rem;
  }
}

.set-company-text-header1-vision {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-company-text-header1-vision {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-company-text-header1-vision {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header1-vision {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header1-vision {
    font-size: 24px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header1-vision {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-company-frame-header2-vision {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-header2-vision {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .set-company-frame-header2-vision {
    flex-wrap: wrap;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-header2-vision {
    height: auto;
    width: 75%;
    gap: 1.5rem;
  }
}

.set-company-text-header2-vision {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .set-company-text-header2-vision {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .set-company-text-header2-vision {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .set-company-text-header2-vision {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header2-vision {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header2-vision {
    font-size: 60px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header2-vision {
    font-size: 80px;
  }
}

.set-company-box-iso-small {
  position: relative;
  display: flex;
  height: auto;
  width: 300px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.set-company-logo-iso {
  position: relative;
  height: 55px;
  width: 55px;
}

.set-company-logo-fsc {
  position: relative;
  height: 55px;
  width: 50px;
}

.set-company-logo-halal {
  position: relative;
  height: 55px;
  width: 55px;
}

.set-company-frame-text-iso {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.set-company-text-iso {
  top: 0.25rem;
  display: flex;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-company-text-iso {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-company-box-principals {
  position: relative;
  display: flex;
  min-width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-principals {
    gap: 2.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1440px) {
  .set-company-box-principals {
    gap: 4rem;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

.set-company-text-title-principals {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-title-principals {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-principals {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-company-text-title-innovation {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-innovation {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-title-innovation {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-innovation {
    font-size: 54px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-innovation {
    font-size: 60px;
  }
}

.set-company-text-desc-innovation {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-desc-innovation {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-desc-innovation {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-company-box-president-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-president-director {
    flex-direction: row;
    gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-company-box-president-director {
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-box-president-director {
    gap: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 2560px) {
  .set-company-box-president-director {
    gap: 5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.set-company-text-title-president-director {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-president-director {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-president-director {
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-president-director {
    width: 15%;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-president-director {
    width: 15%;
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-president-director {
    width: 20%;
    font-size: 26px;
  }
}

.set-company-text-title-director-header {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-director-header {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-director-header {
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-director-header {
    width: 15%;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-director-header {
    width: 15%;
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-director-header {
    width: 20%;
    font-size: 26px;
  }
}

.set-company-text-title-manager-header {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-manager-header {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-manager-header {
    width: 20%;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-manager-header {
    width: 15%;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-manager-header {
    width: 15%;
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-manager-header {
    width: 20%;
    font-size: 26px;
  }
}

.set-company-box-foto-president-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-foto-president-director {
    width: 80%;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .set-company-box-foto-president-director {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .set-company-box-foto-president-director {
    width: 85%;
    flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .set-company-box-foto-president-director {
    width: 85%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-foto-president-director {
    width: 80%;
    gap: 3.5rem;
  }
}

.set-company-foto-president-director {
  position: relative;
  display: flex;
  height: 385px;
  width: 342px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  border-width: 1px;
}

@media (min-width: 768px) {
  .set-company-foto-president-director {
    height: 300.5px;
    width: 267px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-company-foto-president-director {
    height: 264px;
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .set-company-foto-president-director {
    height: 242px;
    width: 215px;
  }
}

@media (min-width: 1440px) {
  .set-company-foto-president-director {
    height: 264px;
    width: 235px;
  }
}

@media (min-width: 1920px) {
  .set-company-foto-president-director {
    height: 310px;
    width: 275px;
  }
}

@media (min-width: 2560px) {
  .set-company-foto-president-director {
    height: 340px;
    width: 302px;
  }
}

.set-company-box-introduction-president-director {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .set-company-box-introduction-president-director {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .set-company-box-introduction-president-director {
    width: 75%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-introduction-president-director {
    width: 75%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-introduction-president-director {
    width: 70%;
  }
}

.set-company-text-introduction-president-director {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-company-text-introduction-president-director {
    gap: 1rem;
  }
}

@media (min-width: 1920px) {
  .set-company-text-introduction-president-director {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-introduction-president-director {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-company-box-name-president-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-name-president-director {
    left: 0px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.set-company-text-name-president-director {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-name-president-director {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-name-president-director {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-company-text-status-president-director-mobile {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-status-president-director-mobile {
    display: none;
  }
}

@media (min-width: 1920px) {
  .set-company-text-status-president-director-mobile {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-status-president-director-mobile {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-company-text-status-president-director-desktop {
  position: relative;
  display: none;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-status-president-director-desktop {
    display: flex;
  }
}

@media (min-width: 1920px) {
  .set-company-text-status-president-director-desktop {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-status-president-director-desktop {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-company-box-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-director {
    flex-direction: row;
    gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-director {
    gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-box-director {
    gap: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-company-box-director {
    gap: 4rem;
  }
}

.set-company-text-title-director {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-director {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-director {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-director {
    width: 15%;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-director {
    width: 15%;
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-director {
    width: 20%;
    font-size: 26px;
  }
}

.set-company-box-foto-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-foto-director {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .set-company-box-foto-director {
    width: 85%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-foto-director {
    width: 85%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-foto-director {
    width: 80%;
  }
}

.set-company-frame-foto-director {
  display: grid;
  width: 100%;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-foto-director {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .set-company-frame-foto-director {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-company-frame-foto-director {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-foto-director {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-foto-director {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.set-company-inner-foto-director {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-inner-foto-director {
    width: 267px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-company-inner-foto-director {
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .set-company-inner-foto-director {
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .set-company-inner-foto-director {
    width: 215px;
  }
}

@media (min-width: 1920px) {
  .set-company-inner-foto-director {
    width: 275px;
  }
}

@media (min-width: 2560px) {
  .set-company-inner-foto-director {
    width: 302px;
  }
}

.set-company-size-foto-director {
  position: relative;
  display: flex;
  height: 385px;
  width: 342px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  border-width: 1px;
}

@media (min-width: 768px) {
  .set-company-size-foto-director {
    height: 300.5px;
    width: 267px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-company-size-foto-director {
    height: 264px;
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .set-company-size-foto-director {
    height: 225px;
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .set-company-size-foto-director {
    height: 242px;
    width: 215px;
  }
}

@media (min-width: 1920px) {
  .set-company-size-foto-director {
    height: 310px;
    width: 275px;
  }
}

@media (min-width: 2560px) {
  .set-company-size-foto-director {
    height: 340px;
    width: 302px;
  }
}

.set-company-box-name-director {
  position: relative;
  display: flex;
  height: 3rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.set-company-text-name-director {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-name-director {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-company-text-title-director {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-title-director {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-company-box-manager {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-manager {
    flex-direction: row;
    gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-manager {
    gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-box-manager {
    gap: 4rem;
  }
}

@media (min-width: 2560px) {
  .set-company-box-manager {
    gap: 4rem;
  }
}

.set-company-text-title-manager {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-title-manager {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-manager {
    font-size: 26px;
  }
}

.set-company-box-foto-manager {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-foto-manager {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .set-company-box-foto-manager {
    width: 85%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-foto-manager {
    width: 85%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-foto-manager {
    width: 80%;
  }
}

.set-company-frame-foto-manager {
  display: grid;
  width: 100%;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-foto-manager {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .set-company-frame-foto-manager {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-company-frame-foto-manager {
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-foto-manager {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-foto-manager {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.set-company-inner-foto-manager {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-inner-foto-manager {
    width: 267px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-company-inner-foto-manager {
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .set-company-inner-foto-manager {
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .set-company-inner-foto-manager {
    width: 215px;
  }
}

@media (min-width: 1920px) {
  .set-company-inner-foto-manager {
    width: 275px;
  }
}

@media (min-width: 2560px) {
  .set-company-inner-foto-manager {
    width: 302px;
  }
}

.set-company-size-foto-manager {
  position: relative;
  display: flex;
  height: 385px;
  width: 342px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  border-width: 1px;
}

@media (min-width: 768px) {
  .set-company-size-foto-manager {
    height: 300.5px;
    width: 267px;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .set-company-size-foto-manager {
    height: 264px;
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .set-company-size-foto-manager {
    height: 225px;
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .set-company-size-foto-manager {
    height: 242px;
    width: 215px;
  }
}

@media (min-width: 1920px) {
  .set-company-size-foto-manager {
    height: 310px;
    width: 275px;
  }
}

@media (min-width: 2560px) {
  .set-company-size-foto-manager {
    height: 340px;
    width: 302px;
  }
}

.set-company-box-name-manager {
  position: relative;
  display: flex;
  height: 3rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.set-company-text-name-manager {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-company-text-name-manager {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-name-manager {
    font-size: 22px;
  }
}

.set-company-text-title-manager {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 2560px) {
  .set-company-text-title-manager {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-company-text-title-our-lasting {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-our-lasting {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-company-text-title-our-lasting {
    width: 872px;
  }
}

@media (min-width: 1280px) {
  .set-company-text-title-our-lasting {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-title-our-lasting {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-our-lasting {
    width: 950px;
    font-size: 52px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-our-lasting {
    width: 1150px;
    font-size: 60px;
  }
}

.set-company-box-list-our-lasting {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .set-company-box-list-our-lasting {
    width: 85%;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-list-our-lasting {
    width: 80%;
  }
}

@media (min-width: 1920px) {
  .set-company-box-list-our-lasting {
    width: 80%;
  }
}

@media (min-width: 2560px) {
  .set-company-box-list-our-lasting {
    width: 80%;
  }
}

.set-company-frame-list-our-lasting {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-list-our-lasting {
    flex: 1 1 0%;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.set-company-list-our-lasting {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-list-our-lasting {
    height: auto;
    width: 48%;
  }
}

.set-company-text-our-lasting {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-our-lasting {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-our-lasting {
    font-size: 24px;
  }
}

.set-company-box-news-socials {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .set-company-box-news-socials {
    padding-top: 5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-news-socials {
    padding-top: 100px;
    padding-bottom: 0.5rem;
  }
}

.set-company-frame-header-socials {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  align-self: stretch;
  border-bottom-width: 2px;
  border-style: solid;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-header-socials {
    flex-direction: row;
    gap: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-header-socials {
    padding-right: 3.5rem;
    padding-bottom: 4rem;
    padding-left: 3.5rem;
  }
}

.set-company-box-btn-see-all-socials {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .set-company-box-btn-see-all-socials {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-btn-see-all-socials {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1920px) {
  .set-company-box-btn-see-all-socials {
    padding-top: 3.5rem;
    padding-bottom: 72px;
  }
}

@media (min-width: 2560px) {
  .set-company-box-btn-see-all-socials {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.set-company-box-facilities {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-facilities {
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-facilities {
    gap: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-company-frame-title-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.set-company-box-list-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-list-facilities {
    flex: 1 1 0%;
  }
}

.set-company-header-list-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  place-items: start;
  align-items: flex-end;
  justify-content: space-between;
  justify-items: end;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-company-header-list-facilities {
    flex: 1 1 0%;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-company-text-header-list-facilities {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-header-list-facilities {
    width: 48%;
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-company-text-header-list-facilities {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-company-text-header-list-facilities {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header-list-facilities {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header-list-facilities {
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header-list-facilities {
    width: 48%;
    font-size: 74px;
  }
}

.set-company-text-subheader-list-facilities {
  position: relative;
  align-items: flex-start;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-subheader-list-facilities {
    width: 48%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
}

@media (min-width: 1920px) {
  .set-company-text-subheader-list-facilities {
    font-size: 26px;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-subheader-list-facilities {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
  }
}

.set-company-box-item-list-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-item-list-facilities {
    flex: 1 1 0%;
    flex-wrap: wrap;
  }
}

.set-company-frame-item-list-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-item-list-facilities {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.set-company-box-item-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-item-facilities {
    width: 48%;
    gap: 1rem;
    padding-bottom: 2.5rem;
  }
}

.set-company-text-title-item-facilities {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-title-item-facilities {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-company-text-title-item-facilities {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-item-facilities {
    font-size: 26px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-item-facilities {
    font-size: 32px;
  }
}

.set-company-frame-desc-item-facilities {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .set-company-frame-desc-item-facilities {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-company-frame-image-item-facilities {
  position: relative;
  height: 15rem;
  flex-shrink: 0;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-frame-image-item-facilities {
    height: 150px;
    width: 225px;
  }
}

@media (min-width: 1280px) {
  .set-company-frame-image-item-facilities {
    height: 120px;
    width: 188px;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-image-item-facilities {
    height: 150px;
    width: 250px;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-image-item-facilities {
    height: 200px;
    width: 350px;
  }
}

.set-company-image-item-facilities {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  opacity: 0.7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .set-company-image-item-facilities {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  opacity: 1;
}

.set-company-text-desc-item-facilities {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-company-text-desc-item-facilities {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-company-text-desc-item-facilities {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-desc-item-facilities {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

.set-company-box-unit-ecosystem {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  border-bottom-width: 4px;
  border-style: solid;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-box-unit-ecosystem {
    gap: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-box-unit-ecosystem {
    gap: 5rem;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-company-box-header-item-unit-ecosystem {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 768px) {
  .set-company-box-header-item-unit-ecosystem {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.set-company-frame-header-item-unit-ecosystem {
  width: 100%;
  flex-shrink: 0;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-company-frame-header-item-unit-ecosystem {
    width: 48%;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-company-frame-header-item-unit-ecosystem {
    width: 40%;
  }
}

.set-company-box-list-item-unit-ecosystem {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-list-item-unit-ecosystem {
    width: 48%;
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .set-company-box-list-item-unit-ecosystem {
    width: 55%;
  }
}

.set-company-frame-title-small-unit-ecosystem {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}

.set-company-text-title-small-unit-ecosystem {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-company-text-title-small-unit-ecosystem {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-small-unit-ecosystem {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-company-box-header-list-unit-ecosystem {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-box-header-list-unit-ecosystem {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.set-company-sticky-header-unit-ecosystem {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-sticky-header-unit-ecosystem {
    position: sticky;
    top: 4rem;
    gap: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-sticky-header-unit-ecosystem {
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-sticky-header-unit-ecosystem {
    position: sticky;
    top: 72px;
  }
}

.set-company-text-header-unit-ecosystem {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-header-unit-ecosystem {
    font-size: 40px;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .set-company-text-header-unit-ecosystem {
    font-size: 44px;
    line-height: 1;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header-unit-ecosystem {
    font-size: 48px;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header-unit-ecosystem {
    font-size: 56px;
    line-height: 1;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header-unit-ecosystem {
    font-size: 70px;
    line-height: 1;
  }
}

.set-company-text-subheader-unit-ecosystem {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-subheader-unit-ecosystem {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .set-company-text-subheader-unit-ecosystem {
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-company-text-subheader-unit-ecosystem {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-subheader-unit-ecosystem {
    font-size: 30px;
  }
}

.set-company-frame-item-unit-ecosystem {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .set-company-frame-item-unit-ecosystem {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-item-unit-ecosystem {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-item-unit-ecosystem {
    gap: 2rem;
  }
}

.set-company-frame-image-unit-ecosystem {
  position: relative;
  display: flex;
  height: 240px;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .set-company-frame-image-unit-ecosystem {
    height: auto;
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .set-company-frame-image-unit-ecosystem {
    height: 136px;
    width: 210px;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-image-unit-ecosystem {
    height: 162px;
    width: 250px;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-image-unit-ecosystem {
    height: 200px;
    width: 300px;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-image-unit-ecosystem {
    height: 200px;
    width: 325px;
  }
}

.set-company-image-unit-ecosystem {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  opacity: 0.7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.group:hover .set-company-image-unit-ecosystem {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  opacity: 1;
}

.set-company-frame-title-unit-ecosystem {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .set-company-frame-title-unit-ecosystem {
    width: 65%;
  }
}

.set-company-number-unit-ecosystem {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-company-number-unit-ecosystem {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-number-unit-ecosystem {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-company-number-unit-ecosystem {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-company-text-title-unit-ecosystem {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-company-text-title-unit-ecosystem {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
  .set-company-text-title-unit-ecosystem {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-company-text-title-unit-ecosystem {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-title-unit-ecosystem {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.5;
  }
}

.set-company-text-desc-unit-ecosystem {
  position: relative;
  display: flex;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-company-text-desc-unit-ecosystem {
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
  .set-company-text-desc-unit-ecosystem {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-company-text-desc-unit-ecosystem {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-company-text-desc-unit-ecosystem {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

.set-company-frame-header1-news-socials {
  position: relative;
  display: flex;
  width: 188px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-header1-news-socials {
    width: 25%;
  }
}

.set-company-frame-header2-news-socials {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-company-frame-header2-news-socials {
    width: 70%;
  }
}

.set-company-box-sustainability {
  position: relative;
  height: 640px;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .set-company-box-sustainability {
    height: 720px;
  }
}

@media (min-width: 1024px) {
  .set-company-box-sustainability {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-company-box-sustainability {
    height: 1024px;
  }
}

@media (min-width: 2560px) {
  .set-company-box-sustainability {
    height: 1250px;
  }
}

.set-company-image-sustainability {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .set-company-image-sustainability {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .set-company-image-sustainability {
    height: 100%;
  }
}

@media (min-width: 2560px) {
  .set-company-image-sustainability {
    height: 100%;
  }
}

.set-company-frame-header1-sustainability {
  position: absolute;
  left: 50%;
  top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1920px) {
  .set-company-frame-header1-sustainability {
    top: 6rem;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-header1-sustainability {
    top: 7rem;
  }
}

.set-company-text-header1-sustainability {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-company-text-header1-sustainability {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header1-sustainability {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header1-sustainability {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-company-text-header2-sustainability {
  position: absolute;
  left: 50%;
  top: 86px;
  width: 342px;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-header2-sustainability {
    top: 104px;
    width: 754px;
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-company-text-header2-sustainability {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-company-text-header2-sustainability {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header2-sustainability {
    top: 104px;
    width: 872px;
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header2-sustainability {
    top: 150px;
    font-size: 54px;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header2-sustainability {
    top: 185px;
    font-size: 64px;
  }
}

.set-company-frame-header3-sustainability {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  display: flex;
  width: 342px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .set-company-frame-header3-sustainability {
    top: 516px;
    width: 644px;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-company-frame-header3-sustainability {
    top: 596px;
  }
}

@media (min-width: 1440px) {
  .set-company-frame-header3-sustainability {
    width: 644px;
    gap: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-company-frame-header3-sustainability {
    top: 775px;
    width: 744px;
  }
}

@media (min-width: 2560px) {
  .set-company-frame-header3-sustainability {
    top: 1000px;
    width: 875px;
  }
}

.set-company-text-header3-sustainability {
  position: relative;
  align-self: stretch;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-company-text-header3-sustainability {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-company-text-header3-sustainability {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-company-text-header3-sustainability {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .set-company-text-header3-sustainability {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-company-frame-btn-discover-more {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-company-frame-btn-discover-more {
  --tw-text-opacity: 1;
}

@media (min-width: 1920px) {
  .set-company-frame-btn-discover-more {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.set-company-label-btn-discover-more {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  flex-direction: row;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.7;
}

.group:hover .set-company-label-btn-discover-more {
  --tw-text-opacity: 1;
}

@media (min-width: 1920px) {
  .set-company-label-btn-discover-more {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-company-arrow-btn-discover-more {
  width: 16px;
  height: 16px;
  position: relative;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  overflow: visible;
  opacity: 0.7;
  transition-property: transform;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .set-company-arrow-btn-discover-more {
  --tw-translate-x: 0.25rem;
  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));
  opacity: 1;
}

/* Page News */

.set-news-box-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-news-box-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-news-box-hero {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-news-box-hero {
    height: 680px;
  }
}

@media (min-width: 2560px) {
  .set-news-box-hero {
    height: 760px;
  }
}

/* Page News Details */

.set-news-detail-box-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-news-detail-frame-header-image {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-news-detail-frame-header-image {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-frame-header-image {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-frame-header-image {
    height: 800px;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-frame-header-image {
    height: 1060px;
  }
}

.set-news-detail-header-image-news {
  position: relative;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.set-news-detail-box-article {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-news-detail-box-article {
    height: auto;
    justify-content: space-between;
    gap: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-box-article {
    gap: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-right: 56px;
    padding-left: 56px;
  }
}

.set-news-detail-frame-article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .set-news-detail-frame-article {
    position: sticky;
    top: 4rem;
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-news-detail-box-left-article {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-detail-box-left-article {
    width: 48%;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-news-detail-box-left-article {
    width: 36%;
  }
}

.set-news-detail-box-right-article {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-detail-box-right-article {
    width: 48%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 45px;
  }
}

@media (min-width: 1024px) {
  .set-news-detail-box-right-article {
    width: 60%;
  }
}

.set-news-detail-box-date-article {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.set-news-detail-box-category-article {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17,17,17,0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.set-news-detail-text-category-article {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-text-category-article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-category-article {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-news-detail-text-date-article {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-text-date-article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-date-article {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-news-detail-h1-title-article {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-news-detail-h1-title-article {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .set-news-detail-h1-title-article {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .set-news-detail-h1-title-article {
    font-size: 3rem;
    line-height: 1;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-h1-title-article {
    font-size: 56px;
    line-height: 100%;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-h1-title-article {
    font-size: 64px;
    line-height: 100%;
  }
}

.set-news-detail-h3-title-article {
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-news-detail-h3-title-article {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .set-news-detail-h3-title-article {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 150%;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-h3-title-article {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-h3-title-article {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 150%;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-h3-title-article {
    font-size: 3rem;
    line-height: 1;
    line-height: 150%;
  }
}

.set-news-detail-h5-title-article {
  font-family: Figtree, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.set-news-detail-box-share-article-desktop {
  position: relative;
  display: none;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-detail-box-share-article-desktop {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
}

.set-news-detail-text-share-article-desktop {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-text-share-article-desktop {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-share-article-desktop {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-news-detail-box-share-link-article-desktop {
  width: 100%;
}

@media (min-width: 768px) {
  .set-news-detail-box-share-link-article-desktop {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .set-news-detail-box-share-link-article-desktop {
    width: 60%;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-box-share-link-article-desktop {
    width: 60%;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-box-share-link-article-desktop {
    width: 50%;
  }
}

.set-news-detail-frame-share-link-article-desktop {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding: 0.125rem;
}

.group:hover .set-news-detail-frame-share-link-article-desktop {
  border-radius: 0.375rem;
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
  transition-property: all;
  transition-delay: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.set-news-detail-btn-share-link-article-desktop {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .set-news-detail-btn-share-link-article-desktop {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.set-news-detail-text-share-link-article-desktop {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.group:hover .set-news-detail-text-share-link-article-desktop {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-text-share-link-article-desktop {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-share-link-article-desktop {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-news-detail-frame-image-share-link-desktop {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.set-news-detail-image-share-link-desktop {
  position: relative;
  height: auto;
  width: 1rem;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 1920px) {
  .set-news-detail-image-share-link-desktop {
    width: 1.5rem;
  }
}

.set-news-detail-frame-right-article {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-news-detail-frame-right-article {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-frame-right-article {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-frame-right-article {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-frame-right-article {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 150%;
  }
}

.set-news-detail-box-share-article-mobile {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-detail-box-share-article-mobile {
    display: none;
    width: 48%;
  }
}

.set-news-detail-text-share-article-mobile {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.set-news-detail-frame-share-link-article-mobile {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding: 0.125rem;
}

.group:hover .set-news-detail-frame-share-link-article-mobile {
  border-radius: 0.375rem;
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
  transition-property: all;
  transition-delay: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.set-news-detail-btn-share-link-article-mobile {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .set-news-detail-btn-share-link-article-mobile {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.set-news-detail-text-share-link-article-mobile {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.group:hover .set-news-detail-text-share-link-article-mobile {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-text-share-link-article-mobile {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-share-link-article-mobile {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-news-detail-frame-image-share-link-mobile {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.set-news-detail-image-share-link-mobile {
  position: relative;
  height: auto;
  width: 1rem;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 1920px) {
  .set-news-detail-image-share-link-mobile {
    width: 1.5rem;
  }
}

.set-news-detail-box-related-article {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.set-news-detail-frame-header-related-article {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-news-detail-frame-header-related-article {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-frame-header-related-article {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.set-news-detail-frame-related-article {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.set-news-detail-header-left-related-article {
  position: relative;
  display: flex;
  width: 188px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-news-detail-header-left-related-article {
    width: 25%;
  }
}

.set-news-detail-header-right-related-article {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-detail-header-right-related-article {
    width: 70%;
  }
}

/* Page sustainability */

.set-sustainability-box-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-sustainability-frame-hero {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-sustainability-frame-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-sustainability-frame-hero {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-sustainability-frame-hero {
    height: 800px;
  }
}

@media (min-width: 2560px) {
  .set-sustainability-frame-hero {
    height: 1060px;
  }
}

.set-sustainability-frame-image-hero {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.set-sustainability-image-hero {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.set-sustainability-frame-hero-title {
  position: absolute;
  top: 225px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-sustainability-frame-hero-title {
    top: 325px;
  }
}

@media (min-width: 1440px) {
  .set-sustainability-frame-hero-title {
    top: 350px;
  }
}

@media (min-width: 1920px) {
  .set-sustainability-frame-hero-title {
    top: 450px;
  }
}

@media (min-width: 2560px) {
  .set-sustainability-frame-hero-title {
    top: 600px;
  }
}

.set-sustainability-box-SDG {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
  border-bottom-width: 4px;
  border-style: solid;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-top: 3.5rem;
}

@media (min-width: 768px) {
  .set-sustainability-box-SDG {
    gap: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .set-sustainability-box-SDG {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-sustainability-box-SDG {
    gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1920px) {
  .set-sustainability-box-SDG {
    gap: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 2560px) {
  .set-sustainability-box-SDG {
    gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.set-sustainability-frame-SDG {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .set-sustainability-frame-SDG {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-sustainability-frame-SDG {
    gap: 3rem;
  }
}

.set-sustainability-frame-image-SDG {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-sustainability-frame-image-SDG {
    width: 40%;
  }
}

.set-sustainability-image-SDG {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.set-sustainability-text-desc-SDG {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-sustainability-text-desc-SDG {
    width: 55%;
  }
}

.set-sustainability-frame-header-news {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  align-self: stretch;
  border-bottom-width: 2px;
  border-style: solid;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-sustainability-frame-header-news {
    flex-direction: row;
    gap: 1.5rem;
    padding-right: 2.5rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-sustainability-frame-header-news {
    padding-right: 3.5rem;
    padding-bottom: 4rem;
    padding-left: 3.5rem;
  }
}

.set-sustainability-box-news {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 0.5rem;
}

.set-sustainability-frame-news {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.set-sustainability-frame-header1-news {
  position: relative;
  display: flex;
  width: 188px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-sustainability-frame-header1-news {
    width: 30%;
  }
}

.set-sustainability-frame-header2-news {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-sustainability-frame-header2-news {
    width: 65%;
  }
}

/* Typhography */

.hero-title-white {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-title-white {
    font-size: 54px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .hero-title-white {
    font-size: 58px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .hero-title-white {
    font-size: 64px;
    line-height: 100%;
  }
}

@media (min-width: 1440px) {
  .hero-title-white {
    font-size: 72px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .hero-title-white {
    font-size: 84px;
    line-height: 100%;
  }
}

@media (min-width: 2560px) {
  .hero-title-white {
    font-size: 96px;
    line-height: 100%;
  }
}

.h1 {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 40px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .h1 {
    font-size: 44px;
    line-height: 100%;
  }
}

@media (min-width: 1440px) {
  .h1 {
    font-size: 48px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .h1 {
    font-size: 56px;
    line-height: 100%;
  }
}

@media (min-width: 2560px) {
  .h1 {
    font-size: 68px;
    line-height: 100%;
  }
}

.h4 {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.h5-white {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .h5-white {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .h5-white {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .h5-white {
    font-size: 28px;
    line-height: 1.5;
  }
}

/* news hero no form search */

.set-frame-header-latest {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 132px;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-frame-header-latest {
    top: 370px;
    left: 100px;
    width: 570px;
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1024px) {
  .set-frame-header-latest {
    top: 420px;
    left: 100px;
    width: 840px;
  }
}

@media (min-width: 1280px) {
  .set-frame-header-latest {
    top: 400px;
    left: 180px;
    width: 930px;
  }
}

@media (min-width: 1440px) {
  .set-frame-header-latest {
    left: 220px;
    top: 420px;
    width: 1000px;
  }
}

@media (min-width: 1920px) {
  .set-frame-header-latest {
    left: 400px;
    top: 440px;
    width: 1170px;
  }
}

@media (min-width: 2560px) {
  .set-frame-header-latest {
    left: 650px;
    top: 500px;
    width: 1300px;
  }
}

/* news hero include form search */

.set-text-header-latest {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-text-header-latest {
    font-size: 54px;
  }
}

@media (min-width: 1024px) {
  .set-text-header-latest {
    font-size: 60px;
  }
}

@media (min-width: 1280px) {
  .set-text-header-latest {
    font-size: 66px;
  }
}

@media (min-width: 1440px) {
  .set-text-header-latest {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-text-header-latest {
    font-size: 80px;
  }
}

@media (min-width: 2560px) {
  .set-text-header-latest {
    font-size: 90px;
  }
}

.set-frame-btn-latest-news-active {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.set-frame-btn-latest-news-active:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-label-btn-latest-news-active {
  position: relative;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-label-btn-latest-news-active {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-latest-news-active {
    width: 120px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-frame-btn-latest-news-noactive {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.set-frame-btn-latest-news-noactive:hover {
  border-color: rgb(17 17 17 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-label-btn-latest-news-noactive {
  position: relative;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-label-btn-latest-news-noactive {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-latest-news-noactive {
    width: 120px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-frame-btn-latest-solutions-active {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.set-frame-btn-latest-solutions-active:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-label-btn-latest-solutions-active {
  position: relative;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-label-btn-latest-solutions-active {
    width: 115px;
  }
}

@media (min-width: 1920px) {
  .set-label-btn-latest-solutions-active {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-latest-solutions-active {
    width: 130px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-frame-btn-latest-solutions-noactive {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
}

.set-frame-btn-latest-solutions-noactive:hover {
  border-color: rgb(17 17 17 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.set-label-btn-latest-solutions-noactive {
  position: relative;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-label-btn-latest-solutions-noactive {
    width: 115px;
  }
}

@media (min-width: 1920px) {
  .set-label-btn-latest-solutions-noactive {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-latest-solutions-noactive {
    width: 130px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-news-box-featured {
  position: relative;
  display: flex;
  height: 980px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  overflow: hidden;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .set-news-box-featured {
    height: 1200px;
    gap: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .set-news-box-featured {
    height: 1175px;
  }
}

@media (min-width: 1280px) {
  .set-news-box-featured {
    height: 1150px;
  }
}

@media (min-width: 1440px) {
  .set-news-box-featured {
    height: 1200px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1920px) {
  .set-news-box-featured {
    height: 1260px;
  }
}

@media (min-width: 2560px) {
  .set-news-box-featured {
    height: 1370px;
  }
}

.set-news-frame-featured {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-news-frame-featured {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-news-frame-featured {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-news-text-featured {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-news-text-featured {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-news-text-featured {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-news-text-featured {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-news-box-complit-headline {
  position: relative;
  top: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-news-box-complit-headline {
    top: 5rem;
  }
}

@media (min-width: 1440px) {
  .set-news-box-complit-headline {
    gap: 0.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-news-box-image {
  position: relative;
  left: 0px;
  top: 0.75rem;
  height: 400px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .set-news-box-image {
    top: 2.5rem;
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-news-box-image {
    height: 720px;
  }
}

@media (min-width: 2560px) {
  .set-news-box-image {
    height: 800px;
  }
}

.set-news-detail-image {
  position: relative;
  height: 400px;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .set-news-detail-image {
    height: 640px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-image {
    height: 720px;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-image {
    height: 800px;
  }
}

.set-news-box-date-category-headline {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-news-box-date-category-headline {
    width: 22%;
    flex-direction: column;
  }
}

.set-news-detail-date-headline {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-detail-date-headline {
    font-size: 22px;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-date-headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-news-frame-category-headline {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.set-news-text-category-headline {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-news-text-category-headline {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-news-text-category-headline {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-news-box-headline {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-box-headline {
    width: 73%;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.set-news-title-headline {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-news-title-headline {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-news-title-headline {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-news-title-headline {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-news-title-headline {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-news-title-headline {
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-news-title-headline {
    font-size: 64px;
  }
}

.set-news-detail-headline {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-news-detail-headline {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-headline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-frame-body-news:hover .arrow-icon path {
  fill: #fff;
}

.set-frame-body-news {
  position: relative;
  display: flex;
  height: auto;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.group:hover .set-frame-body-news {
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.85)), linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
}

@media (min-width: 768px) {
  .set-frame-body-news {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .set-frame-body-news {
    gap: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-frame-body-news {
    gap: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}

.set-frame-news-item {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-frame-news-item {
    height: auto;
    width: 100%;
    flex-direction: row-reverse;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-frame-news-item {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .set-frame-news-item {
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.set-frame-news-image-text {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-frame-news-image-text {
    width: 73%;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-frame-news-image-text {
    width: 82%;
    flex-direction: row;
  }
}

@media (min-width: 1440px) {
  .set-frame-news-image-text {
    gap: 2.5rem;
  }
}

.set-frame-news-image {
  display: flex;
  height: 240px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-frame-news-image {
    height: 180px;
    width: 302px;
  }
}

@media (min-width: 1920px) {
  .set-frame-news-image {
    height: 209px;
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .set-frame-news-image {
    height: 239px;
    width: 400px;
  }
}

.set-detail-news-image {
  position: relative;
  height: 240px;
  width: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .set-detail-news-image {
    height: 180px;
    width: 302px;
  }
}

@media (min-width: 1920px) {
  .set-detail-news-image {
    height: 209px;
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .set-detail-news-image {
    height: 239px;
    width: 400px;
  }
}

.set-frame-news-text {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .set-frame-news-text {
    height: 180px;
    width: 65%;
    justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .set-frame-news-text {
    height: 209px;
  }
}

@media (min-width: 2560px) {
  .set-frame-news-text {
    height: 239px;
  }
}

.set-header-news-text {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px) {
  .set-header-news-text {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-header-news-text {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-header-news-text {
    font-size: 40px;
  }
}

@media (min-width: 2560px) {
  .set-header-news-text {
    font-size: 50px;
  }
}

.set-detail-news-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  opacity: 0;
}

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

@media (min-width: 1280px) {
  .set-detail-news-text {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1920px) {
  .set-detail-news-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-frame-arrow-news {
  position: relative;
  bottom: 0px;
  display: none;
  transition-property: transform;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .set-frame-arrow-news {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
  .set-frame-arrow-news {
    display: flex;
    align-self: flex-end;
  }
}

.set-frame-news-date-category {
  position: relative;
  display: flex;
  height: auto;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-frame-news-date-category {
    width: 22%;
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .set-frame-news-date-category {
    width: 15%;
  }
}

.set-detail-news-date {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.group:hover .set-detail-news-date {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-detail-news-date {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-detail-news-date {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-detail-news-date {
    font-size: 22px;
  }
}

.set-frame-news-category {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17,17,17,0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.group:hover .set-frame-news-category {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.set-detail-news-category {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.group:hover .set-detail-news-category {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-detail-news-category {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-frame-nav-news {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-frame-nav-news {
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-frame-nav-news {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}

.set-nav-news-number {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-nav-news-number {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-nav-news-number {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-frame-nav-news-prev-next {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-frame-nav-news-prev-next {
    width: 200px;
    gap: 0.75rem;
  }
}

.set-nav-news-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.set-nav-news-btn:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.set-separator-btn-prev-next {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.set-nav-news-btn-prev-noactive {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-nav-news-btn-prev-noactive {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-nav-news-btn-prev-noactive {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-nav-news-btn-next-active {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-nav-news-btn-next-active {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-nav-news-btn-next-active {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-news-header-box-sosmed {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-news-header-box-sosmed {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .set-news-header-box-sosmed {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 4rem;
  }
}

.set-news-header-frame-sosmed {
  position: relative;
  display: flex;
  width: 188px;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.set-news-header-text-sosmed {
  position: relative;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.set-news-detail-frame-sosmed {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-news-detail-frame-sosmed {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .set-news-detail-frame-sosmed {
    width: 80%;
    justify-content: center;
  }
}

.set-news-detail-text-sosmed {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-news-detail-text-sosmed {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-news-detail-text-sosmed {
    font-size: 42px;
  }
}

@media (min-width: 1280px) {
  .set-news-detail-text-sosmed {
    font-size: 44px;
  }
}

@media (min-width: 1440px) {
  .set-news-detail-text-sosmed {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-news-detail-text-sosmed {
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-news-detail-text-sosmed {
    font-size: 64px;
  }
}

.set-news-box-btn-prev-next {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-news-box-btn-prev-next {
    width: 200px;
    gap: 0.75rem;
  }
}

.set-news-box-btn-prev-next {
  top: 270px;
  display: none;
  height: auto;
  width: 110px;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-news-box-btn-prev-next {
    left: 55%;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .set-news-box-btn-prev-next {
    left: 45%;
  }
}

@media (min-width: 1280px) {
  .set-news-box-btn-prev-next {
    left: 35%;
  }
}

@media (min-width: 1920px) {
  .set-news-box-btn-prev-next {
    left: 25%;
  }
}

.set-news-box-ig-gallery {
  position: absolute;
  left: 37px;
  top: 380px;
  display: flex;
  height: 704px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-news-box-ig-gallery {
    left: 60px;
    top: 320px;
    height: 720px;
  }
}

@media (min-width: 1024px) {
  .set-news-box-ig-gallery {
    left: 72px;
  }
}

@media (min-width: 1920px) {
  .set-news-box-ig-gallery {
    top: 320px;
  }
}

.set-news-box-ig-gallery-1 {
  position: relative;
  left: 0px;
  top: 0.25rem;
  display: flex;
  height: 704px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .set-news-box-ig-gallery-1 {
    height: 720px;
  }
}

/* hover categori solution berdasar warna */

/* Page Contact */

.set-contact-box-hero {
  position: relative;
  display: flex;
  height: 452px;
  width: 100%;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 132px;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .set-contact-box-hero {
    height: 600px;
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 1440px) {
  .set-contact-box-hero {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-contact-box-hero {
    height: 700px;
  }
}

@media (min-width: 2560px) {
  .set-contact-box-hero {
    height: 800px;
  }
}

.set-contact-frame-header-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-contact-frame-header-hero {
    top: 298px;
    left: 110px;
    height: 220px;
    width: 75%;
    gap: 24px;
  }
}

@media (min-width: 1280px) {
  .set-contact-frame-header-hero {
    left: 160px;
    height: 240px;
    width: 70%;
  }
}

@media (min-width: 1920px) {
  .set-contact-frame-header-hero {
    top: 320px;
    left: 300px;
    height: 275px;
    width: 65%;
  }
}

@media (min-width: 2560px) {
  .set-contact-frame-header-hero {
    left: 400px;
    height: 400px;
  }
}

.set-contact-text-header-hero {
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-contact-text-header-hero {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .set-contact-text-header-hero {
    font-size: 54px;
  }
}

@media (min-width: 1280px) {
  .set-contact-text-header-hero {
    font-size: 68px;
  }
}

@media (min-width: 1440px) {
  .set-contact-text-header-hero {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-header-hero {
    font-size: 80px;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-header-hero {
    font-size: 8rem;
    line-height: 1;
  }
}

.set-contact-text-subheader-hero {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-contact-text-subheader-hero {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .set-contact-text-subheader-hero {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-contact-text-subheader-hero {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-subheader-hero {
    font-size: 26px;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-subheader-hero {
    font-size: 36px;
  }
}

.set-contact-image-header-hero {
  position: relative;
  display: flex;
  height: 640px;
  width: 100%;
}

@media (min-width: 768px) {
  .set-contact-image-header-hero {
    height: 720px;
  }
}

@media (min-width: 1024px) {
  .set-contact-image-header-hero {
    height: 768px;
  }
}

@media (min-width: 1440px) {
  .set-contact-image-header-hero {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-contact-image-header-hero {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-contact-image-header-hero {
    height: 950px;
  }
}

.set-contact-box-business-hour {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

.set-contact-frame-business-hour {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

.set-contact-text-header-business {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-contact-text-header-business {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-header-business {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-contact-text-desc-business {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-contact-text-desc-business {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-desc-business {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-contact-box-office {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1440px) {
  .set-contact-box-office {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-box-office {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

.set-contact-frame-office {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-contact-frame-office {
    height: auto;
    gap: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .set-contact-frame-office {
    height: auto;
  }
}

.set-contact-box-location-office {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.set-contact-text-location-office {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-contact-text-location-office {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-location-office {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-location-office {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-contact-box-office-map {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.set-contact-frame-office-map {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.set-contact-box-head-office {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-contact-box-head-office {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .set-contact-box-head-office {
    width: 83.333333%;
  }
}

@media (min-width: 1280px) {
  .set-contact-box-head-office {
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .set-contact-box-head-office {
    width: 75%;
  }
}

@media (min-width: 1920px) {
  .set-contact-box-head-office {
    width: 58.333333%;
  }
}

@media (min-width: 2560px) {
  .set-contact-box-head-office {
    width: 50%;
  }
}

.set-contact-text-head-office {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-contact-text-head-office {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-contact-text-head-office {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-head-office {
    width: 465px;
    color: 52xl;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-head-office {
    width: 565px;
    font-size: 60px;
  }
}

.set-contact-box-address-head-office {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .set-contact-box-address-head-office {
    align-items: stretch;
    padding-top: 2rem;
    vertical-align: bottom;
  }
}

@media (min-width: 1440px) {
  .set-contact-box-address-head-office {
    padding-top: 2.5rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-box-address-head-office {
    padding-top: 3.5rem;
  }
}

.set-contact-text-title-address-office {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-contact-text-title-address-office {
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-title-address-office {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-title-address-office {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-contact-text-desc-address-office {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-contact-text-desc-address-office {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-contact-text-desc-address-office {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-text-desc-address-office {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-contact-box-office-pwk {
  position: relative;
  margin-top: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-contact-box-office-pwk {
    display: flex;
  }
}

.set-contact-frame-office-pwk {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 2560px) {
  .set-contact-frame-office-pwk {
    font-size: 40px;
  }
}

.set-contact-text-office-pwk {
  position: relative;
  display: flex;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-contact-text-office-pwk {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-contact-text-office-pwk {
    font-size: 48px;
  }
}

.set-contact-list-office-pwk {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-contact-list-office-pwk {
    display: flex;
    flex-direction: row;
  }
}

.set-contact-location-office-pwk {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .set-contact-location-office-pwk {
    width: 32%;
  }
}

@media (min-width: 2560px) {
  .set-contact-location-office-pwk {
    padding-bottom: 1rem;
  }
}

.set-contact-city-office-pwk {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-contact-city-office-pwk {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-contact-city-office-pwk {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-city-office-pwk {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.set-contact-address-office-pwk {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-contact-address-office-pwk {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-contact-address-office-pwk {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-contact-address-office-pwk {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Page Career  */

.set-career-box-hero {
  position: relative;
  display: flex;
  height: 496px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-box-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-career-box-hero {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-career-box-hero {
    height: 750px;
  }
}

@media (min-width: 2560px) {
  .set-career-box-hero {
    height: 870px;
  }
}

.set-career-box-hero-header {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 132px;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-box-hero-header {
    top: 45%;
    left: 10%;
    height: auto;
    width: 74%;
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .set-career-box-hero-header {
    top: 58%;
  }
}

@media (min-width: 1280px) {
  .set-career-box-hero-header {
    top: 55%;
    left: 12%;
  }
}

.set-career-title-hero-header {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-title-hero-header {
    font-size: 54px;
  }
}

@media (min-width: 1024px) {
  .set-career-title-hero-header {
    font-size: 58px;
  }
}

@media (min-width: 1280px) {
  .set-career-title-hero-header {
    font-size: 64px;
  }
}

@media (min-width: 1440px) {
  .set-career-title-hero-header {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-career-title-hero-header {
    font-size: 84px;
  }
}

@media (min-width: 2560px) {
  .set-career-title-hero-header {
    font-size: 96px;
  }
}

.set-career-text-hero-header {
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-career-text-hero-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

@media (min-width: 1440px) {
  .set-career-text-hero-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .set-career-text-hero-header {
    font-size: 28px;
    line-height: 150%;
  }
}

@media (min-width: 2560px) {
  .set-career-text-hero-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 150%;
  }
}

.set-career-box1-value {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.set-career-box2-value {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 4rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-box2-value {
    gap: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-career-box2-value {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-box2-value {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.set-career-frame-value {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-career-frame-value {
    gap: 2.5rem;
  }
}

.set-career-frame-header-value {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

.set-career-box-title-value {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 1440px) {
  .set-career-box-title-value {
    gap: 4rem;
  }
}

.set-career-frame-title-value {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-career-frame-title-value {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.set-career-title-value {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-career-title-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-title-value {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-career-title-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-career-text-value {
  position: relative;
  width: 530px;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-career-text-value {
    width: 50%;
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-career-text-value {
    font-size: 48px;
    line-height: 100%;
  }
}

@media (min-width: 1920px) {
  .set-career-text-value {
    font-size: 54px;
    line-height: 100%;
  }
}

@media (min-width: 2560px) {
  .set-career-text-value {
    font-size: 64px;
    line-height: 100%;
  }
}

.set-career-text-desc-value {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-text-desc-value {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .set-career-text-desc-value {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 150%;
  }
}

@media (min-width: 1920px) {
  .set-career-text-desc-value {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 150%;
  }
}

@media (min-width: 2560px) {
  .set-career-text-desc-value {
    font-size: 28px;
    line-height: 150%;
  }
}

.set-career-box-hero-image {
  position: relative;
  display: flex;
  height: 640px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-box-hero-image {
    height: 720px;
  }
}

@media (min-width: 1024px) {
  .set-career-box-hero-image {
    height: 768px;
  }
}

@media (min-width: 1440px) {
  .set-career-box-hero-image {
    height: 800px;
  }
}

@media (min-width: 1920px) {
  .set-career-box-hero-image {
    height: 850px;
  }
}

@media (min-width: 2560px) {
  .set-career-box-hero-image {
    height: 950px;
  }
}

.set-career-box-culture {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-career-box-culture {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .set-career-box-culture {
    justify-content: flex-start;
    gap: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-career-box-culture {
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-box-culture {
    justify-content: space-between;
  }
}

.set-career-frame-box-culture {
  /* @apply bg-gradient-to-r from-warna1 via-warna2 via-warna3 via-warna4 via-warna5 to-warna6; */
  border-radius: 12px;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -o-border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
     border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
  border-image-slice: 1;
}

@media (min-width: 768px) {
  .set-career-frame-box-culture {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .set-career-frame-box-culture {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .set-career-frame-box-culture {
    width: 22%;
  }
}

.set-career-number-box-culture {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-number-box-culture {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-career-text-box-culture {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.set-career-title-activities {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.set-career-text-activites {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-text-activites {
    font-size: 40px;
  }
}

.set-career-box-image-podcast {
  position: relative;
  display: flex;
  height: 400px;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 1440px) {
  .set-career-box-image-podcast {
    height: 480px;
  }
}

@media (min-width: 1920px) {
  .set-career-box-image-podcast {
    height: 560px;
  }
}

@media (min-width: 2560px) {
  .set-career-box-image-podcast {
    height: 720px;
  }
}

.set-career-title-podcast {
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-title-podcast {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-career-sub-title-podcast {
  position: relative;
  align-self: stretch;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-career-sub-title-podcast {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-career-sub-title-podcast {
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-career-sub-title-podcast {
    font-size: 64px;
  }
}

.set-career-desc-podcast {
  position: relative;
  align-self: stretch;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-career-desc-podcast {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-career-desc-podcast {
    font-size: 22px;
  }
}

.set-career-box-video {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-box-video {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.set-career-frame-box-video {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-career-frame-box-video {
    flex-direction: row-reverse;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-career-frame-box-video {
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.set-career-box-video-and-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-career-box-video-and-desc {
    height: 100%;
    width: 74%;
  }
}

@media (min-width: 1280px) {
  .set-career-box-video-and-desc {
    width: 78%;
    flex-direction: row;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-box-video-and-desc {
    width: 80%;
  }
}

.set-career-box-video-image {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

@media (min-width: 768px) {
  .set-career-box-video-image {
    height: 180px;
    width: 302px;
  }
}

@media (min-width: 1920px) {
  .set-career-box-video-image {
    height: 224px;
    width: 375px;
  }
}

@media (min-width: 2560px) {
  .set-career-box-video-image {
    height: 254px;
    width: 425px;
  }
}

.set-career-box-video-time {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17,17,17,0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.set-career-text-video-time {
  position: relative;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-text-video-time {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-career-text-video-time {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-career-btn-play-video {
  position: absolute;
  left: calc(50% - -99px);
  top: 178px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
}

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

.set-career-btn-play-video {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  padding: 0.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-delay: 75ms;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .set-career-btn-play-video {
    left: 50%;
    top: 125px;
  }
}

@media (min-width: 1024px) {
  .set-career-btn-play-video {
    left: 35%;
  }
}

@media (min-width: 1280px) {
  .set-career-btn-play-video {
    left: 250px;
  }
}

@media (min-width: 1920px) {
  .set-career-btn-play-video {
    top: 170px;
    left: 320px;
  }
}

@media (min-width: 2560px) {
  .set-career-btn-play-video {
    top: 200px;
    left: 375px;
  }
}

.set-career-box-title-and-desc {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 1280px) {
  .set-career-box-title-and-desc {
    width: 64%;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {
  .set-career-box-title-and-desc {
    width: 69%;
  }
}

@media (min-width: 1920px) {
  .set-career-box-title-and-desc {
    width: 72%;
  }
}

@media (min-width: 2560px) {
  .set-career-box-title-and-desc {
    width: 76%;
  }
}

.set-career-title-video {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-career-title-video {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .set-career-title-video {
    font-size: 32px;
  }
}

@media (min-width: 1920px) {
  .set-career-title-video {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 2560px) {
  .set-career-title-video {
    font-size: 44px;
  }
}

.set-career-desc-video {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}

@media (min-width: 1024px) {
  .set-career-desc-video {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-desc-video {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-career-desc-video {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-career-box-narasumber {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .set-career-box-narasumber {
    height: 310px;
    width: 24%;
  }
}

@media (min-width: 1280px) {
  .set-career-box-narasumber {
    height: 185px;
    width: 20%;
  }
}

@media (min-width: 1920px) {
  .set-career-box-narasumber {
    height: 224px;
    width: 17%;
  }
}

@media (min-width: 2560px) {
  .set-career-box-narasumber {
    height: 254px;
  }
}

.set-career-box-exclusive {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
}

.set-career-text-exclusive {
  position: relative;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-text-exclusive {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-career-text-exclusive {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-career-box-guest {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.125rem;
  align-self: stretch;
}

.set-career-text-guest {
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-text-guest {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-career-text-guest {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-career-name-narasumber {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-name-narasumber {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-career-name-narasumber {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-career-box-btn-sosmed {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-box-btn-sosmed {
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .set-career-box-btn-sosmed {
    padding-left: 25%;
  }
}

@media (min-width: 1280px) {
  .set-career-box-btn-sosmed {
    padding-left: 25%;
  }
}

@media (min-width: 1920px) {
  .set-career-box-btn-sosmed {
    padding-left: 43%;
  }
}

@media (min-width: 2560px) {
  .set-career-box-btn-sosmed {
    padding-left: 39%;
  }
}

.set-career-title-vacancies {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-career-title-vacancies {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .set-career-title-vacancies {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .set-career-title-vacancies {
    font-size: 44px;
  }
}

@media (min-width: 1920px) {
  .set-career-title-vacancies {
    font-size: 50px;
  }
}

@media (min-width: 2560px) {
  .set-career-title-vacancies {
    font-size: 60px;
  }
}

.set-career-box-button-job {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.set-career-box-button-job:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.set-career-box-button-job:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1920px) {
  .set-career-box-button-job {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.set-career-number-job {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-number-job {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-career-box-name-job {
  /* @apply relative flex w-[302px] md:w-[290px] lg:w-[460px] xl:w-[670px] 2xl:w-[720px] 3xl:w-[1000px] 4xl:w-[1300px]; */
  position: relative;
  display: flex;
  width: 100%;
}

.set-career-text-valid-job {
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-text-valid-job {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-career-text-valid-job {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-career-text-name-job {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 110%;
}

@media (min-width: 1280px) {
  .set-career-text-name-job {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 110%;
  }
}

@media (min-width: 1440px) {
  .set-career-text-name-job {
    font-size: 32px;
    line-height: 110%;
  }
}

@media (min-width: 1920px) {
  .set-career-text-name-job {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 110%;
  }
}

@media (min-width: 2560px) {
  .set-career-text-name-job {
    font-size: 40px;
    line-height: 110%;
  }
}

.set-career-box-big-jobs {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-box-big-jobs {
    gap: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .set-career-box-big-jobs {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1440px) {
  .set-career-box-big-jobs {
    gap: 3rem;
  }
}

@media (min-width: 1920px) {
  .set-career-box-big-jobs {
    padding-bottom: 7rem;
  }
}

.set-career-box-jobs {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px) {
  .set-career-box-jobs {
    flex-direction: row;
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-career-box-jobs {
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-box-jobs {
    gap: 3.5rem;
  }
}

.set-career-sticky-jobs {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .set-career-sticky-jobs {
    position: sticky;
    top: 4rem;
    gap: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .set-career-sticky-jobs {
    position: sticky;
    top: 72px;
  }
}

.set-career-box-step-selection {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  align-self: stretch;
}

.set-career-frame-step-selection {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.set-career-frame-image-step-selection {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.set-career-image-step-selection {
  position: relative;
  height: 0.875rem;
  width: 0.875rem;
  flex-shrink: 0;
  overflow: visible;
}

.set-career-number-step-selection {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.set-career-text-step-selection {
  position: relative;
  display: flex;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-career-text-step-selection {
    font-size: 22px;
  }
}

.set-career-line-step-selection {
  position: absolute;
  left: 7px;
  bottom: 38px;
  height: 0px;
  width: 34px;
  flex-shrink: 0;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.set-career-frame-jobs {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.set-career-number-name-job {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .set-career-number-name-job {
    flex-direction: row;
    gap: 1rem;
  }
}

@media (min-width: 1440px) {
  .set-career-number-name-job {
    gap: 1.5rem;
  }
}

.set-career-frame-name-job {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}

@media (min-width: 1920px) {
  .set-career-frame-name-job {
    gap: 0.5rem;
  }
}

.set-career-frame-arrow-job {
  display: flex;
  height: 100px;
  width: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .set-career-frame-arrow-job {
    height: 75px;
  }
}

.set-career-text-requirements-job {
  margin-bottom: 0.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-text-requirements-job {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-career-box-requirements-job {
  margin-bottom: 0.5rem;
  list-style-type: disc;
  align-self: stretch;
  padding-left: 1.75rem;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-career-box-requirements-job {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-career-frame-btn-medsos {
  display: flex;
  height: 48px;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.set-career-label-btn-medsos {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}

.group:hover .set-career-label-btn-medsos {
  --tw-text-opacity: 1;
}

@media (min-width: 1440px) {
  .set-career-label-btn-medsos {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-career-label-btn-medsos {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-career-label-btn-medsos {
    font-size: 22px;
  }
}

.set-career-frame-image-culture {
  position: relative;
  height: 15rem;
  width: 188px;
  flex-shrink: 0;
}

@media (min-width: 1920px) {
  .set-career-frame-image-culture {
    height: 287px;
    width: 225px;
  }
}

@media (min-width: 2560px) {
  .set-career-frame-image-culture {
    height: 351px;
    width: 275px;
  }
}

/* Page form career  */

.set-form-career-box-hero {
  position: relative;
  display: flex;
  height: 449px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 132px;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .set-form-career-box-hero {
    height: 550px;
  }
}

@media (min-width: 1024px) {
  .set-form-career-box-hero {
    height: 550px;
  }
}

@media (min-width: 1280px) {
  .set-form-career-box-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-form-career-box-hero {
    height: 640px;
  }
}

@media (min-width: 1920px) {
  .set-form-career-box-hero {
    height: 750px;
  }
}

@media (min-width: 2560px) {
  .set-form-career-box-hero {
    height: 870px;
  }
}

.set-form-career-box-title-job {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .set-form-career-box-title-job {
    top: 135px;
    left: 30px;
    width: 85%;
  }
}

@media (min-width: 1024px) {
  .set-form-career-box-title-job {
    top: 180px;
    left: 45px;
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .set-form-career-box-title-job {
    top: 200px;
    left: 45px;
    width: 75%;
  }
}

@media (min-width: 1440px) {
  .set-form-career-box-title-job {
    top: 210px;
    left: 56px;
    width: 65%;
  }
}

@media (min-width: 1920px) {
  .set-form-career-box-title-job {
    top: 270px;
    left: 100px;
    width: 65%;
  }
}

@media (min-width: 2560px) {
  .set-form-career-box-title-job {
    top: 340px;
    left: 150px;
    width: 65%;
  }
}

.set-form-career-text-backtocareer {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  align-self: stretch;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
}

@media (min-width: 1440px) {
  .set-form-career-text-backtocareer {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-form-career-text-backtocareer {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-form-career-text-backtocareer {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.set-form-career-title-job {
  position: relative;
  align-self: stretch;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
}

@media (min-width: 768px) {
  .set-form-career-title-job {
    font-size: 54px;
  }
}

@media (min-width: 1280px) {
  .set-form-career-title-job {
    font-size: 62px;
  }
}

@media (min-width: 1440px) {
  .set-form-career-title-job {
    font-size: 72px;
  }
}

@media (min-width: 1920px) {
  .set-form-career-title-job {
    font-size: 80px;
  }
}

@media (min-width: 2560px) {
  .set-form-career-title-job {
    font-size: 96px;
  }
}

.set-form-career-until-job {
  position: relative;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-form-career-until-job {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-form-career-until-job {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-form-career-until-job {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-form-career-box-input {
  position: relative;
  width: 100%;
  gap: 5rem;
  overflow: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--neutral-smoke,#D9D9D9);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
}

@media not all and (min-width: 768px) {
  .set-form-career-box-input {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .set-form-career-box-input {
    gap: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .set-form-career-box-input {
    gap: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 120px;
  }
}

/* Special Page */

.set-special-box-hero {
  position: relative;
  height: 640px;
  flex-shrink: 0;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-special-box-hero {
    height: 720px;
  }
}

@media (min-width: 1440px) {
  .set-special-box-hero {
    height: 800px;
  }
}

@media (min-width: 2560px) {
  .set-special-box-hero {
    height: 900px;
  }
}

.set-special-hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 640px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .set-special-hero-image {
    height: 720px;
    width: 405px;
  }
}

@media (min-width: 1024px) {
  .set-special-hero-image {
    width: 512px;
  }
}

@media (min-width: 1280px) {
  .set-special-hero-image {
    width: 640px;
  }
}

@media (min-width: 1440px) {
  .set-special-hero-image {
    height: 800px;
    width: 720px;
  }
}

@media (min-width: 1920px) {
  .set-special-hero-image {
    width: 960px;
  }
}

@media (min-width: 2560px) {
  .set-special-hero-image {
    height: 900px;
    width: 1280px;
  }
}

.set-special-hero-box-title {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-special-hero-box-title {
    top: 520px;
    right: 0.5rem;
    width: 60%;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .set-special-hero-box-title {
    top: 490px;
  }
}

@media (min-width: 1280px) {
  .set-special-hero-box-title {
    top: 480px;
    width: 60%;
  }
}

@media (min-width: 1440px) {
  .set-special-hero-box-title {
    top: 540px;
  }
}

@media (min-width: 2560px) {
  .set-special-hero-box-title {
    top: 600px;
  }
}

.set-special-hero-text-title-1 {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-special-hero-text-title-1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-special-hero-text-title-2 {
  position: relative;
  align-self: stretch;
  text-align: center;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-special-hero-text-title-2 {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .set-special-hero-text-title-2 {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  .set-special-hero-text-title-2 {
    font-size: 54px;
  }
}

@media (min-width: 1440px) {
  .set-special-hero-text-title-2 {
    font-size: 60px;
  }
}

@media (min-width: 1920px) {
  .set-special-hero-text-title-2 {
    font-size: 66px;
  }
}

@media (min-width: 2560px) {
  .set-special-hero-text-title-2 {
    font-size: 72px;
  }
}

.set-special-product-text-header {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-special-product-text-header {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .set-special-product-text-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.set-special-box-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  align-self: stretch;
}

.set-special-frame-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.set-special-box-title-product {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .set-special-box-title-product {
    flex-direction: row;
    justify-content: space-between;
  }
}

.set-special-number-title-product {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-special-number-title-product {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .set-special-number-title-product {
    width: 25%;
  }
}

@media (min-width: 1920px) {
  .set-special-number-title-product {
    font-size: 28px;
  }
}

@media (min-width: 2560px) {
  .set-special-number-title-product {
    font-size: 32px;
  }
}

.set-special-text-title-product {
  position: relative;
  width: 100%;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-special-text-title-product {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .set-special-text-title-product {
    width: 70%;
  }
}

@media (min-width: 1440px) {
  .set-special-text-title-product {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .set-special-text-title-product {
    font-size: 56px;
  }
}

@media (min-width: 2560px) {
  .set-special-text-title-product {
    font-size: 64px;
  }
}

.set-special-box-subcategory {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.set-special-number-subcategory {
  position: relative;
  width: 1.5rem;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.set-special-text-subcategory {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-special-text-subcategory {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-special-box-product-list {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .set-special-box-product-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.set-special-text-product-list {
  position: relative;
  flex: 1 1 0%;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .set-special-text-product-list {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .set-special-text-product-list {
    font-size: 30px;
  }
}

@media (min-width: 2560px) {
  .set-special-text-product-list {
    font-size: 36px;
  }
}

.set-special-logo-outline-contactus {
  position: absolute;
  left: -200px;
  bottom: -350px;
  height: 480px;
  width: 480px;
  flex-shrink: 0;
  overflow: visible;
}

@media (min-width: 1280px) {
  .set-special-logo-outline-contactus {
    height: 600px;
    width: 600px;
  }
}

@media (min-width: 1920px) {
  .set-special-logo-outline-contactus {
    left: -300px;
    bottom: -550px;
    height: 800px;
    width: 800px;
  }
}

/* FAQ Page */

.set-faq-box-hero {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 132px;
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .set-faq-box-hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  .set-faq-box-hero {
    height: 640px;
  }
}

.set-faq-frame-title-hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-faq-frame-title-hero {
    top: 180px;
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .set-faq-frame-title-hero {
    top: 220px;
    width: 65%;
  }
}

@media (min-width: 1920px) {
  .set-faq-frame-title-hero {
    top: 200px;
  }
}

.set-faq-text-title-hero {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-faq-text-title-hero {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .set-faq-text-title-hero {
    font-size: 52px;
  }
}

@media (min-width: 1440px) {
  .set-faq-text-title-hero {
    font-size: 56px;
  }
}

@media (min-width: 1920px) {
  .set-faq-text-title-hero {
    font-size: 66px;
  }
}

@media (min-width: 2560px) {
  .set-faq-text-title-hero {
    font-size: 72px;
  }
}

.set-faq-text-subtitle-hero {
  position: relative;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .set-faq-text-subtitle-hero {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1440px) {
  .set-faq-text-subtitle-hero {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-faq-text-subtitle-hero {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 2560px) {
  .set-faq-text-subtitle-hero {
    font-size: 34px;
  }
}

.set-faq-box-content {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5rem;
  align-self: stretch;
  overflow: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-right: 1.5rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .set-faq-box-content {
    gap: 0.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .set-faq-box-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .set-faq-box-content {
    gap: 0.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.set-faq-frame-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .set-faq-frame-content {
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
}

.set-faq-box-left-content {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-faq-box-left-content {
    width: 35%;
  }
}

@media (min-width: 1024px) {
  .set-faq-box-left-content {
    width: 30%;
  }
}

@media (min-width: 1920px) {
  .set-faq-box-left-content {
    width: 25%;
  }
}

.set-faq-frame-left-content {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  align-self: stretch;
}

.set-faq-text-faq-category {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-faq-text-faq-category {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-faq-btn-faq-category {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}

@media (min-width: 768px) {
  .set-faq-btn-faq-category {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.set-faq-btn-category {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .set-faq-btn-category {
    width: 230px;
    gap: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .set-faq-btn-category {
    width: 268px;
  }
}

@media (min-width: 1440px) {
  .set-faq-btn-category {
    width: 302px;
    gap: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1920px) {
  .set-faq-btn-category {
    width: 350px;
  }
}

@media (min-width: 2560px) {
  .set-faq-btn-category {
    width: 400px;
  }
}

.set-faq-text-category {
  position: relative;
  text-align: right;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

@media (min-width: 1920px) {
  .set-faq-text-category {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-faq-text-category {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.set-faq-box-right-content {
  width: 100%;
  min-width: 15rem;
}

@media not all and (min-width: 768px) {
  .set-faq-box-right-content {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .set-faq-box-right-content {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .set-faq-box-right-content {
    width: 65%;
  }
}

@media (min-width: 1920px) {
  .set-faq-box-right-content {
    width: 70%;
  }
}

.set-faq-frame-right-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
}

.set-faq-btn-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0px;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.set-faq-btn-content:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.set-faq-btn-content:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.set-faq-frame-text-content {
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .set-faq-frame-text-content {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .set-faq-frame-text-content {
    padding-left: 2.75rem;
  }
}

@media (min-width: 1920px) {
  .set-faq-frame-text-content {
    padding-left: 3rem;
  }
}

.set-faq-text-content {
  margin-bottom: 0.5rem;
  align-self: stretch;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .set-faq-text-content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .set-faq-text-content {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-faq-text-content {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Component lain2 */

.border-gradient {
  /* @apply bg-gradient-to-r from-warna1 via-warna2 via-warna3 via-warna4 via-warna5 to-warna6; */
  border-width: 1.5px;
  border-style: solid;
  border-radius: 12px;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
}

.border-bottom-gradient {
  border-bottom-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 1;
}

/* setting button */

.set-frame-btn-primary-contactus {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-primary-contactus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1440px) {
  .set-frame-btn-primary-contactus {
    height: auto;
  }
}

.set-frame-btn-apply {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-apply {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-label-btn-apply {
  position: relative;
  height: 100%;
  flex-shrink: 0;
  text-align: right;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-label-btn-apply {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-wadah-btn-primary-readmore {
  /* w-[155px] 2xl:w-[167px] 3xl:w-[175px] 4xl:w-[192px] */
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
  padding: 1px;
}

.set-frame-btn-primary-readmore {
  /* w-[153px] 2xl:w-[165px] 2xl:h-auto 3xl:w-[173px] 4xl:w-[190px] */
  display: flex;
  height: 48px;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-primary-readmore {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.set-box-btn-ig {
  position: relative;
  display: inline-block;
  width: 147px;
  border-radius: 0.375rem;
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
  padding: 1px;
}

.set-frame-btn-ig {
  display: flex;
  height: 42px;
  width: 144px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-ig {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-frame-btn-primary-inquiry {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-primary-inquiry {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1440px) {
  .set-frame-btn-primary-inquiry {
    height: auto;
  }
}

.set-label-btn-primary {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-label-btn-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-label-btn-primary {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-primary {
    font-size: 22px;
  }
}

.set-label-btn-sosmed-career {
  position: relative;
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1440px) {
  .set-label-btn-sosmed-career {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-label-btn-sosmed-career {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-label-btn-sosmed-career {
    font-size: 22px;
  }
}

.set-arrow-btn-primary {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
  margin-left: 0.25rem;
  letter-spacing: 0em;
  transition-property: transform;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .set-arrow-btn-primary {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1440px) {
  .set-arrow-btn-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1920px) {
  .set-arrow-btn-primary {
    height: 22px;
    width: 22px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 2560px) {
  .set-arrow-btn-primary {
    height: 24px;
    width: 24px;
    font-size: 24px;
  }
}

.set-frame-btn-back-next {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .set-frame-btn-back-next {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.set-label-btn-back {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  flex-direction: row;
  text-align: right;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-label-btn-back {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.set-label-btn-next {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  flex-direction: row;
  text-align: left;
  font-family: Geist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1920px) {
  .set-label-btn-next {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.button-primary {
  background: #fcfcfc;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(
            90deg,
            rgba(132, 225, 255, 1) 5.730000138282776%,
            rgba(129, 241, 142, 1) 21.99999988079071%,
            rgba(249, 230, 63, 1) 38.999998569488525%,
            rgba(107, 166, 255, 1) 56.99999928474426%,
            rgba(238, 136, 255, 1) 75.99999904632568%,
            rgba(255, 115, 36, 1) 94.9999988079071%
        );
     border-image: linear-gradient(
            90deg,
            rgba(132, 225, 255, 1) 5.730000138282776%,
            rgba(129, 241, 142, 1) 21.99999988079071%,
            rgba(249, 230, 63, 1) 38.999998569488525%,
            rgba(107, 166, 255, 1) 56.99999928474426%,
            rgba(238, 136, 255, 1) 75.99999904632568%,
            rgba(255, 115, 36, 1) 94.9999988079071%
        );
  border-image-slice: 1;
  /* padding: 16px 20px 16px 20px; */
  display: flex;
  flex-direction: row;
  /* gap: 40px; */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.button-label {
  color: var(--neutral-dark, #111111);
  text-align: right;
  font-family: var(--desktop-body-text-base-semibold-font-family, 'Figtree');
  font-size: var(--desktop-body-text-base-semibold-font-size, 16px);
  line-height: var(--desktop-body-text-base-semibold-line-height, 150%);
  letter-spacing: var(
            --desktop-body-text-base-semibold-letter-spacing,
            -0.02em
        );
  font-weight: var(--desktop-body-text-base-semibold-font-weight, 600);
  position: relative;
}

.button-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.text-innovative {
  letter-spacing: var(--mobile-heading-h1-letter-spacing, -0.05em);
  mix-blend-mode: difference;
}

.header {
  transition: background-color 0.3s ease;
}

.navbar-fixed {
  position: fixed;
  z-index: 9999;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.hamburger-line {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  height: 2px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.hamburger-active > span:nth-child(1) {
  --tw-rotate: 45deg;
  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));
}

.hamburger-active > span:nth-child(2) {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.hamburger-active > span:nth-child(3) {
  transform-origin: bottom left;
  --tw-rotate: -45deg;
  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));
}

/* #dark-toggle:checked~label div.toggle-circle {
        @apply translate-x-3;
    }        */

.home {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-0\.5 {
  inset: -0.125rem;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.-top-40 {
  top: -10rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-0\.26\%\] {
  bottom: -0.26%;
}

.bottom-\[-100\%\] {
  bottom: -100%;
}

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

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

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

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

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

.bottom-\[-58\.75\%\] {
  bottom: -58.75%;
}

.bottom-\[-59\.94\%\] {
  bottom: -59.94%;
}

.bottom-\[-59\.96\%\] {
  bottom: -59.96%;
}

.bottom-\[-77\.98\%\] {
  bottom: -77.98%;
}

.bottom-\[-79\.17\%\] {
  bottom: -79.17%;
}

.bottom-\[-79\.19\%\] {
  bottom: -79.19%;
}

.bottom-\[0\%\] {
  bottom: 0%;
}

.bottom-\[0\.09\%\] {
  bottom: 0.09%;
}

.bottom-\[0\.66\%\] {
  bottom: 0.66%;
}

.bottom-\[1\.84\%\] {
  bottom: 1.84%;
}

.bottom-\[10\.04\%\] {
  bottom: 10.04%;
}

.bottom-\[10\.05\%\] {
  bottom: 10.05%;
}

.bottom-\[11\.79\%\] {
  bottom: 11.79%;
}

.bottom-\[21\.92\%\] {
  bottom: 21.92%;
}

.bottom-\[3\.5\%\] {
  bottom: 3.5%;
}

.bottom-\[3\.85\%\] {
  bottom: 3.85%;
}

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

.bottom-\[5\%\] {
  bottom: 5%;
}

.bottom-\[55\.94\%\] {
  bottom: 55.94%;
}

.bottom-\[58\.69\%\] {
  bottom: 58.69%;
}

.bottom-\[65\.41\%\] {
  bottom: 65.41%;
}

.bottom-\[76\.42\%\] {
  bottom: 76.42%;
}

.bottom-\[89\.11\%\] {
  bottom: 89.11%;
}

.bottom-\[98\.43\%\] {
  bottom: 98.43%;
}

.bottom-\[99\.31\%\] {
  bottom: 99.31%;
}

.bottom-full {
  bottom: 100%;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

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

.left-14 {
  left: 3.5rem;
}

.left-2 {
  left: 0.5rem;
}

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

.left-3 {
  left: 0.75rem;
}

.left-3\/4 {
  left: 75%;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.left-\[-0\.01\%\] {
  left: -0.01%;
}

.left-\[-1509\.25px\] {
  left: -1509.25px;
}

.left-\[-1606px\] {
  left: -1606px;
}

.left-\[-195px\] {
  left: -195px;
}

.left-\[-200px\] {
  left: -200px;
}

.left-\[-240px\] {
  left: -240px;
}

.left-\[-43px\] {
  left: -43px;
}

.left-\[-77\.22px\] {
  left: -77.22px;
}

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

.left-\[0\.01\%\] {
  left: 0.01%;
}

.left-\[0\.34px\] {
  left: 0.34px;
}

.left-\[0\.3px\] {
  left: 0.3px;
}

.left-\[0\.71\%\] {
  left: 0.71%;
}

.left-\[0\.98\%\] {
  left: 0.98%;
}

.left-\[1\.24\%\] {
  left: 1.24%;
}

.left-\[1247px\] {
  left: 1247px;
}

.left-\[1301\.09px\] {
  left: 1301.09px;
}

.left-\[149px\] {
  left: 149px;
}

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

.left-\[20\.78\%\] {
  left: 20.78%;
}

.left-\[21\.78\%\] {
  left: 21.78%;
}

.left-\[246px\] {
  left: 246px;
}

.left-\[24px\] {
  left: 24px;
}

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

.left-\[4\.69\%\] {
  left: 4.69%;
}

.left-\[42\.83\%\] {
  left: 42.83%;
}

.left-\[435px\] {
  left: 435px;
}

.left-\[465\.1px\] {
  left: 465.1px;
}

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

.left-\[5\.62\%\] {
  left: 5.62%;
}

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

.left-\[520px\] {
  left: 520px;
}

.left-\[565\.11px\] {
  left: 565.11px;
}

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

.left-\[6\.3\%\] {
  left: 6.3%;
}

.left-\[603\.67px\] {
  left: 603.67px;
}

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

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

.left-\[883px\] {
  left: 883px;
}

.left-\[96\.15\%\] {
  left: 96.15%;
}

.left-\[97\.63\%\] {
  left: 97.63%;
}

.left-\[97\.64\%\] {
  left: 97.64%;
}

.left-\[99\.02\%\] {
  left: 99.02%;
}

.left-\[calc\(50\%\+3rem\)\] {
  left: calc(50% + 3rem);
}

.left-\[calc\(50\%-11rem\)\] {
  left: calc(50% - 11rem);
}

.left-\[calc\(50\%_-_-99px\)\] {
  left: calc(50% - -99px);
}

.left-\[calc\(50\%_-_124px\)\] {
  left: calc(50% - 124px);
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-14 {
  right: 3.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[-0\.01\%\] {
  right: -0.01%;
}

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

.right-\[-107\.56\%\] {
  right: -107.56%;
}

.right-\[-107\.64\%\] {
  right: -107.64%;
}

.right-\[-107\.8\%\] {
  right: -107.8%;
}

.right-\[-75\.9\%\] {
  right: -75.9%;
}

.right-\[0\%\] {
  right: 0%;
}

.right-\[0\.01\%\] {
  right: 0.01%;
}

.right-\[0\.76\%\] {
  right: 0.76%;
}

.right-\[0\.89\%\] {
  right: 0.89%;
}

.right-\[0\.9\%\] {
  right: 0.9%;
}

.right-\[0\.91\%\] {
  right: 0.91%;
}

.right-\[1\.16\%\] {
  right: 1.16%;
}

.right-\[13\.15px\] {
  right: 13.15px;
}

.right-\[13\.16px\] {
  right: 13.16px;
}

.right-\[13\.81px\] {
  right: 13.81px;
}

.right-\[20\.44\%\] {
  right: 20.44%;
}

.right-\[4\.39\%\] {
  right: 4.39%;
}

.right-\[42\.93\%\] {
  right: 42.93%;
}

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

.right-\[6\.25\%\] {
  right: 6.25%;
}

.right-\[6\.41\%\] {
  right: 6.41%;
}

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

.right-\[77\.95\%\] {
  right: 77.95%;
}

.right-\[97\.55\%\] {
  right: 97.55%;
}

.right-\[97\.63\%\] {
  right: 97.63%;
}

.right-\[99\.02\%\] {
  right: 99.02%;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

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

.top-1\/4 {
  top: 25%;
}

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\/4 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-\[-1102\.49px\] {
  top: -1102.49px;
}

.top-\[-19\.59px\] {
  top: -19.59px;
}

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

.top-\[0\.09\%\] {
  top: 0.09%;
}

.top-\[0\.34px\] {
  top: 0.34px;
}

.top-\[0\.3px\] {
  top: 0.3px;
}

.top-\[0\.55\%\] {
  top: 0.55%;
}

.top-\[0\.89\%\] {
  top: 0.89%;
}

.top-\[1\.16px\] {
  top: 1.16px;
}

.top-\[1\.82\%\] {
  top: 1.82%;
}

.top-\[10\.08\%\] {
  top: 10.08%;
}

.top-\[10\.12\%\] {
  top: 10.12%;
}

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

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

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

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

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

.top-\[13\.15px\] {
  top: 13.15px;
}

.top-\[13\.16px\] {
  top: 13.16px;
}

.top-\[134\.61\%\] {
  top: 134.61%;
}

.top-\[134\.62\%\] {
  top: 134.62%;
}

.top-\[137\.2px\] {
  top: 137.2px;
}

.top-\[153\.84\%\] {
  top: 153.84%;
}

.top-\[153\.85\%\] {
  top: 153.85%;
}

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

.top-\[187\.1px\] {
  top: 187.1px;
}

.top-\[19\.33\%\] {
  top: 19.33%;
}

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

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

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

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

.top-\[26\.7\%\] {
  top: 26.7%;
}

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

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

.top-\[29\.33\%\] {
  top: 29.33%;
}

.top-\[3\.47\%\] {
  top: 3.47%;
}

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

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

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

.top-\[36\.25\%\] {
  top: 36.25%;
}

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

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

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

.top-\[48\.33\%\] {
  top: 48.33%;
}

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

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

.top-\[540\.81px\] {
  top: 540.81px;
}

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

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

.top-\[59\.56px\] {
  top: 59.56px;
}

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

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

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

.top-\[770\.13px\] {
  top: 770.13px;
}

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

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

.top-\[89\.38\%\] {
  top: 89.38%;
}

.top-\[89\.4\%\] {
  top: 89.4%;
}

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

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

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

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

.top-\[99\.34\%\] {
  top: 99.34%;
}

.top-\[calc\(100\%-13rem\)\] {
  top: calc(100% - 13rem);
}

.top-\[calc\(50\%_-_-13px\)\] {
  top: calc(50% - -13px);
}

.top-\[calc\(50\%_-_13px\)\] {
  top: calc(50% - 13px);
}

.top-\[calc\(50\%_-_45px\)\] {
  top: calc(50% - 45px);
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

.mb-32 {
  margin-bottom: 8rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[1\.38\] {
  aspect-ratio: 1.38;
}

.aspect-\[1\.42\] {
  aspect-ratio: 1.42;
}

.aspect-\[1\.68\] {
  aspect-ratio: 1.68;
}

.aspect-\[1\.95\] {
  aspect-ratio: 1.95;
}

.aspect-\[1155\/678\] {
  aspect-ratio: 1155/678;
}

.aspect-\[2\.27\] {
  aspect-ratio: 2.27;
}

.aspect-\[3\] {
  aspect-ratio: 3;
}

.aspect-\[6\.17\] {
  aspect-ratio: 6.17;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.57\%\] {
  height: 0.57%;
}

.h-\[0\.66\%\] {
  height: 0.66%;
}

.h-\[0\.68\%\] {
  height: 0.68%;
}

.h-\[0\.69\%\] {
  height: 0.69%;
}

.h-\[0\.77\%\] {
  height: 0.77%;
}

.h-\[0\.81\%\] {
  height: 0.81%;
}

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

.h-\[100\.26\%\] {
  height: 100.26%;
}

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

.h-\[11\.98\%\] {
  height: 11.98%;
}

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

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

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

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

.h-\[17\.14px\] {
  height: 17.14px;
}

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

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

.h-\[18\.42px\] {
  height: 18.42px;
}

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

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

.h-\[19\.73px\] {
  height: 19.73px;
}

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

.h-\[20\.72px\] {
  height: 20.72px;
}

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

.h-\[21\.58px\] {
  height: 21.58px;
}

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

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

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

.h-\[24\.13\%\] {
  height: 24.13%;
}

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

.h-\[25\.32\%\] {
  height: 25.32%;
}

.h-\[25\.34\%\] {
  height: 25.34%;
}

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

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

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

.h-\[27\.62px\] {
  height: 27.62px;
}

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

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

.h-\[30\%\] {
  height: 30%;
}

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

.h-\[310\.76px\] {
  height: 310.76px;
}

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

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

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

.h-\[377\] {
  height: 377;
}

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

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

.h-\[39\.87\%\] {
  height: 39.87%;
}

.h-\[4\.25\%\] {
  height: 4.25%;
}

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

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

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

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

.h-\[434\.9px\] {
  height: 434.9px;
}

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

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

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

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

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

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

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

.h-\[56\.08\%\] {
  height: 56.08%;
}

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

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

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

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

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

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

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

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

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

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

.h-\[7\.81\%\] {
  height: 7.81%;
}

.h-\[7\.89\%\] {
  height: 7.89%;
}

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

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

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

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

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

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

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

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

.h-\[9\.93px\] {
  height: 9.93px;
}

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

.h-\[903\.52px\] {
  height: 903.52px;
}

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

.h-\[93\.03\%\] {
  height: 93.03%;
}

.h-\[96\.15\%\] {
  height: 96.15%;
}

.h-\[96\.34\%\] {
  height: 96.34%;
}

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

.h-\[98\%\] {
  height: 98%;
}

.h-\[98\.79\%\] {
  height: 98.79%;
}

.h-\[99\.82\%\] {
  height: 99.82%;
}

.h-\[auto\] {
  height: auto;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

.min-h-12 {
  min-height: 3rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-3\.5 {
  min-height: 0.875rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

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

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

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

.w-0 {
  width: 0px;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-\[0\.98\%\] {
  width: 0.98%;
}

.w-\[1\.27\%\] {
  width: 1.27%;
}

.w-\[1\.39\%\] {
  width: 1.39%;
}

.w-\[1\.45\%\] {
  width: 1.45%;
}

.w-\[1\.47\%\] {
  width: 1.47%;
}

.w-\[1\.55\%\] {
  width: 1.55%;
}

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

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

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

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

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

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

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

.w-\[14\.24\%\] {
  width: 14.24%;
}

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

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

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

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

.w-\[1539\.78px\] {
  width: 1539.78px;
}

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

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

.w-\[18\.42px\] {
  width: 18.42px;
}

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

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

.w-\[19\.73px\] {
  width: 19.73px;
}

.w-\[19\.75px\] {
  width: 19.75px;
}

.w-\[20\.72px\] {
  width: 20.72px;
}

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

.w-\[207\.56\%\] {
  width: 207.56%;
}

.w-\[207\.64\%\] {
  width: 207.64%;
}

.w-\[207\.8\%\] {
  width: 207.8%;
}

.w-\[21\.58px\] {
  width: 21.58px;
}

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

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

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

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

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

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

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

.w-\[27\.62px\] {
  width: 27.62px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[36\.125rem\] {
  width: 36.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[78\.22\%\] {
  width: 78.22%;
}

.w-\[79\.74\%\] {
  width: 79.74%;
}

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

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

.w-\[87\.29\%\] {
  width: 87.29%;
}

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

.w-\[88\.13\%\] {
  width: 88.13%;
}

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

.w-\[9\.93px\] {
  width: 9.93px;
}

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

.w-\[90\.93\%\] {
  width: 90.93%;
}

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

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

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

.w-\[97\.6\%\] {
  width: 97.6%;
}

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

.w-\[98\.13\%\] {
  width: 98.13%;
}

.w-\[98\.53\%\] {
  width: 98.53%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-60 {
  min-width: 15rem;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-sm {
  max-width: 390px;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.origin-\[0\] {
  transform-origin: 0;
}

.origin-top-left {
  transform-origin: top left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-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));
}

.translate-y-\[-20px\] {
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[0\%\] {
  --tw-translate-y: 0%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[110\] {
  --tw-scale-x: 110;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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 bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-\[bounce_2s_infinite\] {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

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

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-manipulation {
  touch-action: manipulation;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-\[repeat\(2\2c 1fr\)\] {
  grid-template-columns: repeat(2,1fr);
}

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

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

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

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

.place-items-start {
  place-items: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[11\.22px\] {
  gap: 11.22px;
}

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

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

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

.gap-\[3\.45px\] {
  gap: 3.45px;
}

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

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

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

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

.gap-\[8\.63px\] {
  gap: 8.63px;
}

.gap-\[9\.21px\] {
  gap: 9.21px;
}

.gap-px {
  gap: 1px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(107 114 128 / 0.1);
}

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

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[1\.12px\] {
  border-radius: 1.12px;
}

.rounded-\[2\.59px\] {
  border-radius: 2.59px;
}

.rounded-\[3\.45px\] {
  border-radius: 3.45px;
}

.rounded-\[34\.94px\] {
  border-radius: 34.94px;
}

.rounded-\[35\.71px\] {
  border-radius: 35.71px;
}

.rounded-\[48\.07px\] {
  border-radius: 48.07px;
}

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

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

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

.rounded-\[8\.74px\] {
  border-radius: 8.74px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-\[0\.29px\] {
  border-width: 0.29px;
}

.border-\[0\.35px\] {
  border-width: 0.35px;
}

.border-\[0\.42px\] {
  border-width: 0.42px;
}

.border-\[0\.56px\] {
  border-width: 0.56px;
}

.border-\[0\.71px\] {
  border-width: 0.71px;
}

.border-\[0\.86px\] {
  border-width: 0.86px;
}

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

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

.border-\[3\.63px\] {
  border-width: 3.63px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-\[0\] {
  border-bottom-width: 0;
}

.border-l-\[0\] {
  border-left-width: 0;
}

.border-r-\[0\] {
  border-right-width: 0;
}

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

.border-t-\[0\.86px\] {
  border-top-width: 0.86px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

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

.border-\[\#111\] {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.border-\[\#292824\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 40 36 / var(--tw-border-opacity, 1));
}

.border-\[\#373634\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 54 52 / var(--tw-border-opacity, 1));
}

.border-\[\#808080\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-\[color\:var\(--neutral-dark\2c \#111\)\] {
  border-color: var(--neutral-dark,#111);
}

.border-\[color\:var\(--neutral-smoke\2c \#D9D9D9\)\] {
  border-color: var(--neutral-smoke,#D9D9D9);
}

.border-\[none\] {
  border-color: none;
}

.border-\[rgba\(17\2c 17\2c 17\2c 0\.25\)\] {
  border-color: rgba(17,17,17,0.25);
}

.border-\[rgba\(17\2c 17\2c 17\2c 0\.50\)\] {
  border-color: rgba(17,17,17,0.50);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.15\)\] {
  border-color: rgba(255,255,255,0.15);
}

.border-\[transparent\] {
  border-color: transparent;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-neutral-dark {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.border-neutral-muted {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}

.border-neutral-slate {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

.border-neutral-smoke {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-b-\[color\:var\(--neutral-smoke\2c \#D9D9D9\)\] {
  border-bottom-color: var(--neutral-smoke,#D9D9D9);
}

.border-b-neutral-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-b-sky-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-b-zinc-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#0035ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#005080\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0095f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 149 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#04ffb1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 255 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.bg-\[\#141414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1ac7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 199 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#666560\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 101 96 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF8F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ac1461\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 20 97 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ebebeb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#f2cf01\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 207 1 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fcfcfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff94c8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 148 200 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.00\)\] {
  background-color: rgba(0,0,0,0.00);
}

.bg-\[rgba\(17\2c 17\2c 17\2c 0\.25\)\] {
  background-color: rgba(17,17,17,0.25);
}

.bg-\[rgba\(17\2c 17\2c 17\2c 0\.80\)\] {
  background-color: rgba(17,17,17,0.80);
}

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

.bg-\[rgba\(55\2c 54\2c 52\2c 0\.90\)\] {
  background-color: rgba(55,54,52,0.90);
}

.bg-\[rgba\(55\2c 54\2c 52\2c 0\.95\)\] {
  background-color: rgba(55,54,52,0.95);
}

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

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.bg-neutral-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

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

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-color-gradient {
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
}

.bg-commercial-printing-hero {
  background-image: linear-gradient(78.83deg, #03242D 0%, #004445 30.67%, #378C5B 73.44%, #7DB959 100%);
}

.bg-engineering-hero {
  background-image: linear-gradient(98.58deg, #0A0B27 6.59%, #380C4B 31.64%, #800F67 71.97%, #AA145E 100.91%);
}

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

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

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

.bg-innovative-materials-hero {
  background-image: linear-gradient(98.58deg, #0A0B27 6.59%, #211555 31.64%, #472F9F 71.97%, #6142C4 100.91%);
}

.bg-security-printing-hero {
  background-image: linear-gradient(78.83deg, #03112D 0%, #001745 26.56%, #37698C 69.33%, #59A4B9 100%);
}

.bg-smart-technology-hero {
  background-image: linear-gradient(98.58deg, #1D1C17 6.59%, #915A08 31.64%, #DDA103 71.97%, #F1CF03 100.91%);
}

.from-\[\#84E1FF\] {
  --tw-gradient-from: #84E1FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 225 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#81F18E\] {
  --tw-gradient-to: rgb(129 241 142 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #81F18E var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-500 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-500 {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

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

.bg-clip-border {
  background-clip: border-box;
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-\[1\.5px\] {
  padding: 1.5px;
}

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

.p-\[2\.86px\] {
  padding: 2.86px;
}

.p-\[8\.57px\] {
  padding: 8.57px;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-\[1\.73px\] {
  padding-bottom: 1.73px;
}

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

.pb-\[5\.18px\] {
  padding-bottom: 5.18px;
}

.pb-\[7\.77px\] {
  padding-bottom: 7.77px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-\[10\.36px\] {
  padding-left: 10.36px;
}

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

.pl-\[9\.5px\] {
  padding-left: 9.5px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-\[10\.36px\] {
  padding-right: 10.36px;
}

.pr-\[9\.5px\] {
  padding-right: 9.5px;
}

.ps-3\.5 {
  padding-inline-start: 0.875rem;
}

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-\[1\.73px\] {
  padding-top: 1.73px;
}

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

.pt-\[5\.18px\] {
  padding-top: 5.18px;
}

.pt-\[7\.77px\] {
  padding-top: 7.77px;
}

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

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

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

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

.font-\[\'Degular-Medium\'\2c _sans-serif\] {
  font-family: 'Degular-Medium', sans-serif;
}

.font-\[\'Degular-SemiBold\'\2c _sans-serif\] {
  font-family: 'Degular-SemiBold', sans-serif;
}

.font-\[\'Geist\'\2c sans-serif\] {
  font-family: 'Geist',sans-serif;
}

.font-\[\'Geist-SemiBold\'\2c _sans-serif\] {
  font-family: 'Geist-SemiBold', sans-serif;
}

.font-\[\'Inter-Medium\'\2c _sans-serif\] {
  font-family: 'Inter-Medium', sans-serif;
}

.font-desktop-body-text-base-medium-font-family {
  font-family: Figtree, sans-serif;
}

.font-desktop-body-text-base-semibold-font-family {
  font-family: Figtree, sans-serif;
}

.font-desktop-body-text-large-semibold-font-family {
  font-family: Figtree, sans-serif;
}

.font-desktop-body-text-small-semibold-font-family {
  font-family: Figtree, sans-serif;
}

.font-desktop-eyebrow-text-font-family {
  font-family: Figtree, sans-serif;
}

.font-desktop-heading-h2-font-family {
  font-family: Geist, sans-serif;
}

.font-figtree {
  font-family: Figtree, sans-serif;
}

.font-geist {
  font-family: Geist, sans-serif;
}

.font-mobile-body-text-large-medium-font-family {
  font-family: Figtree, sans-serif;
}

.font-mobile-body-text-large-semibold-font-family {
  font-family: Figtree, sans-serif;
}

.font-mobile-heading-h1-font-family {
  font-family: Geist, sans-serif;
}

.font-mobile-heading-h2-font-family {
  font-family: Geist, sans-serif;
}

.font-mobile-heading-h3-font-family {
  font-family: Geist, sans-serif;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[10\.35865306854248px\] {
  font-size: 10.35865306854248px;
}

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

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

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

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

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

.text-\[3\.7943785190582275px\] {
  font-size: 3.7943785190582275px;
}

.text-\[3\.797313928604126px\] {
  font-size: 3.797313928604126px;
}

.text-\[3\.984097480773926px\] {
  font-size: 3.984097480773926px;
}

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

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

.text-\[8\.632211685180664px\] {
  font-size: 8.632211685180664px;
}

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

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

.text-desktop-body-text-base-medium-font-size {
  font-size: 16px;
}

.text-desktop-body-text-base-semibold-font-size {
  font-size: 16px;
}

.text-desktop-body-text-large-semibold-font-size {
  font-size: 20px;
}

.text-desktop-body-text-small-semibold-font-size {
  font-size: 14px;
}

.text-desktop-eyebrow-text-font-size {
  font-size: 14px;
}

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

.text-mobile-body-text-large-medium-font-size {
  font-size: 18px;
}

.text-mobile-body-text-large-semibold-font-size {
  font-size: 18px;
}

.text-mobile-heading-h1-font-size {
  font-size: 44px;
}

.text-mobile-heading-h2-font-size {
  font-size: 32px;
}

.text-mobile-heading-h3-font-size {
  font-size: 24px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

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

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

.font-black {
  font-weight: 900;
}

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

.font-desktop-body-text-base-medium-font-weight {
  font-weight: 500;
}

.font-desktop-body-text-base-semibold-font-weight {
  font-weight: 600;
}

.font-desktop-body-text-large-semibold-font-weight {
  font-weight: 600;
}

.font-desktop-body-text-small-semibold-font-weight {
  font-weight: 600;
}

.font-desktop-eyebrow-text-font-weight {
  font-weight: 600;
}

.font-desktop-heading-h2-font-weight {
  font-weight: 600;
}

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

.font-mobile-body-text-large-medium-font-weight {
  font-weight: 500;
}

.font-mobile-body-text-large-semibold-font-weight {
  font-weight: 600;
}

.font-mobile-heading-h1-font-weight {
  font-weight: 600;
}

.font-mobile-heading-h2-font-weight {
  font-weight: 600;
}

.font-mobile-heading-h3-font-weight {
  font-weight: 600;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-100 {
  line-height: 100%;
}

.leading-110 {
  line-height: 110%;
}

.leading-150 {
  line-height: 150%;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

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

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

.leading-desktop-body-height {
  line-height: 150%;
}

.leading-desktop-body-text-base-medium-line-height {
  line-height: 150%;
}

.leading-desktop-body-text-base-semibold-line-height {
  line-height: 150%;
}

.leading-desktop-body-text-large-semibold-line-height {
  line-height: 150%;
}

.leading-desktop-body-text-small-semibold-line-height {
  line-height: 150%;
}

.leading-desktop-eyebrow-text-line-height {
  line-height: 100%;
}

.leading-desktop-heading-h2-line-height {
  line-height: 100%;
}

.leading-mobile-body-text-large-medium-line-height {
  line-height: 150%;
}

.leading-mobile-body-text-large-semibold-line-height {
  line-height: 150%;
}

.leading-mobile-heading-h1-line-height {
  line-height: 100%;
}

.leading-mobile-heading-h2-line-height {
  line-height: 100%;
}

.leading-mobile-heading-h3-line-height {
  line-height: 110%;
}

.leading-none {
  line-height: 1;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-1 {
  letter-spacing: -0.01em;
}

.-tracking-2 {
  letter-spacing: -0.02em;
}

.-tracking-4 {
  letter-spacing: -0.04em;
}

.-tracking-5 {
  letter-spacing: -0.05em;
}

.tracking-012 {
  letter-spacing: 0.12em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-\[\#0196f6\] {
  --tw-text-opacity: 1;
  color: rgb(1 150 246 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.text-\[rgba\(179\2c 179\2c 179\2c 1\)\] {
  color: rgba(179,179,179,1);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.75\)\] {
  color: rgba(255,255,255,0.75);
}

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

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-dark {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-neutral-muted {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.text-neutral-slate {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-neutral-smoke {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

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

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 1px 2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_5px_rgba\(35\2c 31\2c 32\2c 0\.1\)\] {
  --tw-shadow: 0px 2px 5px rgba(35,31,32,0.1);
  --tw-shadow-colored: 0px 2px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom-border {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-900\/10 {
  --tw-ring-color: rgb(17 24 39 / 0.1);
}

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

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

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

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

.backdrop-blur-\[7\.5px\] {
  --tw-backdrop-blur: blur(7.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.delay-75 {
  transition-delay: 75ms;
}

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

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

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

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

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

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

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

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

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

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

.border-gradient {
  -o-border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
     border-image: linear-gradient(90deg, rgba(132, 225, 255, 1) 5.73%, rgba(129, 241, 142, 1) 21.99%, rgba(249, 230, 63, 1) 38.99%, rgba(107, 166, 255, 1) 56.99%, rgba(238, 136, 255, 1) 75.99%, rgba(255, 115, 36, 1) 94.99%);
  border-image-slice: 1;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* add the code bellow */

.group:hover .group-hover\:green-gradient {
  background: linear-gradient(
                         78.83deg,
                         rgba(125, 185, 89, 1) 0%,
                         rgba(55, 140, 91, 1) 30.67496120929718%,
                         rgba(0, 68, 69, 1) 73.4390139579773%,
                         rgba(3, 36, 45, 1) 100%
                       );
  -o-border-image: linear-gradient(
                         90deg,
                         rgba(132, 225, 255, 1) 5.730000138282776%,
                         rgba(129, 241, 142, 1) 21.99999988079071%,
                         rgba(249, 230, 63, 1) 38.999998569488525%,
                         rgba(107, 166, 255, 1) 56.99999928474426%,
                         rgba(238, 136, 255, 1) 75.99999904632568%,
                         rgba(255, 115, 36, 1) 94.9999988079071%
                       );
     border-image: linear-gradient(
                         90deg,
                         rgba(132, 225, 255, 1) 5.730000138282776%,
                         rgba(129, 241, 142, 1) 21.99999988079071%,
                         rgba(249, 230, 63, 1) 38.999998569488525%,
                         rgba(107, 166, 255, 1) 56.99999928474426%,
                         rgba(238, 136, 255, 1) 75.99999904632568%,
                         rgba(255, 115, 36, 1) 94.9999988079071%
                       );
  border-image-slice: 1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:blue-gradient {
  background: linear-gradient(
                         78.83deg,
                         rgba(89, 164, 185, 1) 0%,
                         rgba(55, 105, 140, 1) 30.67496120929718%,
                         rgba(0, 23, 69, 1) 73.4390139579773%,
                         rgba(3, 17, 45, 1) 100%
                       );
  -o-border-image: linear-gradient(
                         90deg,
                         rgba(132, 225, 255, 1) 5.730000138282776%,
                         rgba(129, 241, 142, 1) 21.99999988079071%,
                         rgba(249, 230, 63, 1) 38.999998569488525%,
                         rgba(107, 166, 255, 1) 56.99999928474426%,
                         rgba(238, 136, 255, 1) 75.99999904632568%,
                         rgba(255, 115, 36, 1) 94.9999988079071%
                       );
     border-image: linear-gradient(
                         90deg,
                         rgba(132, 225, 255, 1) 5.730000138282776%,
                         rgba(129, 241, 142, 1) 21.99999988079071%,
                         rgba(249, 230, 63, 1) 38.999998569488525%,
                         rgba(107, 166, 255, 1) 56.99999928474426%,
                         rgba(238, 136, 255, 1) 75.99999904632568%,
                         rgba(255, 115, 36, 1) 94.9999988079071%
                       );
  border-image-slice: 1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.group:hover .group-hover\:border-gradient-list {
  /* @apply bg-gradient-to-r from-warna1 via-warna2 via-warna3 via-warna4 via-warna5 to-warna6; */
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
     border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
}

@media (min-width: 390px) {
  .sm\:navbar-fixed-font-black {
    position: fixed;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.8;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  @media (min-width: 1024px) {
    .sm\:navbar-fixed-font-black {
      --tw-bg-opacity: 0.65;
    }
  }
}

@media (min-width: 768px) {
  .group:hover .md\:group-hover\:border-gradient-list {
    /* @apply bg-gradient-to-r from-warna1 via-warna2 via-warna3 via-warna4 via-warna5 to-warna6; */
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
       border-image: linear-gradient(to right, #84E1FF, #81F18E, #F9E63F, #6BA6FF, #EE88FF, #FF7324) 2;
  }
}

@media (min-width: 2560px) {
  .\34xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 390px) {
    .\34xl\:container {
      max-width: 390px;
    }
  }

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

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

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

  @media (min-width: 1440px) {
    .\34xl\:container {
      max-width: 1440px;
    }
  }

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

  @media (min-width: 2560px) {
    .\34xl\:container {
      max-width: 2560px;
    }
  }
}

.out-of-range\:border-red-500:out-of-range {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.hover\:origin-right:hover {
  transform-origin: right;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
  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));
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
  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 pulse {
  50% {
    opacity: .5;
  }
}

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

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

.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-color-gradient:hover {
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
}

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:ring-gray-900\/20:hover {
  --tw-ring-color: rgb(17 24 39 / 0.2);
}

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

.hover\:delay-300:hover {
  transition-delay: 300ms;
}

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

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

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

.focus\:opacity-100:focus {
  opacity: 1;
}

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

.focus\:outline-double:focus {
  outline-style: double;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-offset-2:focus {
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline-color: #ffffff;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-neutral-900:focus {
  --tw-ring-offset-color: #171717;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-sky-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.active\:bg-stone-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.active\:text-stone-300:active {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:rounded-md {
  border-radius: 0.375rem;
}

.group:hover .group-hover\:border {
  border-width: 1px;
}

.group:hover .group-hover\:border-solid {
  border-style: solid;
}

.group:hover .group-hover\:bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-dark-overlay\/65 {
  background-color: rgba(17, 17, 17, 0.65);
}

.group:hover .group-hover\:bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

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

.group:hover .group-hover\:bg-color-gradient {
  background-image: linear-gradient(90deg, #84E1FF 5.73%, #81F18E 22%, #F9E63F 39%, #6BA6FF 57%, #EE88FF 76%, #FF7324 95%);
}

.group:hover .group-hover\:bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: 0.5rem;
}

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

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

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:delay-150 {
  transition-delay: 150ms;
}

.group:hover .group-hover\:duration-500 {
  transition-duration: 500ms;
}

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

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\: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));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\: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));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:hover ~ .peer-hover\:before\:-translate-y-8::before {
  content: var(--tw-content);
  --tw-translate-y: -2rem;
  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));
}

.peer:focus ~ .peer-focus\:start-0 {
  inset-inline-start: 0px;
}

.peer:focus ~ .peer-focus\:-translate-y-6 {
  --tw-translate-y: -1.5rem;
  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));
}

.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:font-medium {
  font-weight: 500;
}

.peer:focus ~ .peer-focus\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .max-lg\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

  .max-md\:order-3 {
    order: 3;
  }

  .max-md\:order-4 {
    order: 4;
  }

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

  .max-md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

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

  .max-md\:ml-0 {
    margin-left: 0px;
  }

  .max-md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

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

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

  .max-md\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .max-md\:h-auto {
    height: auto;
  }

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

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

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

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

  .max-md\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:gap-10 {
    gap: 2.5rem;
  }

  .max-md\:gap-12 {
    gap: 3rem;
  }

  .max-md\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-md\:p-5 {
    padding: 1.25rem;
  }

  .max-md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .max-md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

  .max-md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .max-md\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

  .max-md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-md\:leading-10 {
    line-height: 2.5rem;
  }

  .max-md\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media not all and (min-width: 390px) {
  .max-sm\:static {
    position: static;
  }

  .max-sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .max-sm\:left-5 {
    left: 1.25rem;
  }

  .max-sm\:right-3 {
    right: 0.75rem;
  }

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

  .max-sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .max-sm\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

  .max-sm\:w-10 {
    width: 2.5rem;
  }

  .max-sm\:w-3\.5 {
    width: 0.875rem;
  }

  .max-sm\:w-\[45\%\] {
    width: 45%;
  }

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:gap-10 {
    gap: 2.5rem;
  }

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

  .max-sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .max-sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .max-sm\:p-4 {
    padding: 1rem;
  }

  .max-sm\:p-6 {
    padding: 1.5rem;
  }

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

  .max-sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

  .max-sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

  .max-sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .max-sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

  .max-sm\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .max-sm\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

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

  .max-sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .max-sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-sm\:leading-9 {
    line-height: 2.25rem;
  }

  .max-sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media (min-width: 390px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:left-\[calc\(50\%\+36rem\)\] {
    left: calc(50% + 36rem);
  }

  .sm\:left-\[calc\(50\%-30rem\)\] {
    left: calc(50% - 30rem);
  }

  .sm\:top-\[calc\(100\%-30rem\)\] {
    top: calc(100% - 30rem);
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-\[72\.1875rem\] {
    width: 72.1875rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\: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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

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

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

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl\/8 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-gray-900\/10 {
    --tw-ring-color: rgb(17 24 39 / 0.1);
  }
}

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

  .md\:sticky {
    position: sticky;
  }

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

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

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

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-\[10\%\] {
    left: 10%;
  }

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

  .md\:left-\[320px\] {
    left: 320px;
  }

  .md\:left-\[338px\] {
    left: 338px;
  }

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

  .md\:left-\[40px\] {
    left: 40px;
  }

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

  .md\:left-\[60px\] {
    left: 60px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

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

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

  .md\:top-1\/3 {
    top: 33.333333%;
  }

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

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:top-\[45\%\] {
    top: 45%;
  }

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-screen {
    width: 100vw;
  }

  .md\:min-w-44 {
    min-width: 11rem;
  }

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

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

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

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

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

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

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

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

  .md\:pl-\[29\%\] {
    padding-left: 29%;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

  .md\:text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-100 {
    line-height: 100%;
  }

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

  .md\:opacity-100 {
    opacity: 1;
  }
}

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

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-left-\[512px\] {
    left: -512px;
  }

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

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

  .lg\:left-\[10\%\] {
    left: 10%;
  }

  .lg\:left-\[1247px\] {
    left: 1247px;
  }

  .lg\:left-\[1301\.09px\] {
    left: 1301.09px;
  }

  .lg\:left-\[35\%\] {
    left: 35%;
  }

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

  .lg\:left-\[40px\] {
    left: 40px;
  }

  .lg\:left-\[450px\] {
    left: 450px;
  }

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

  .lg\:left-\[512px\] {
    left: 512px;
  }

  .lg\:left-\[565\.11px\] {
    left: 565.11px;
  }

  .lg\:left-\[56px\] {
    left: 56px;
  }

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

  .lg\:left-\[82\%\] {
    left: 82%;
  }

  .lg\:left-\[89\%\] {
    left: 89%;
  }

  .lg\:left-\[90\%\] {
    left: 90%;
  }

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

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:top-\[58\%\] {
    top: 58%;
  }

  .lg\:top-\[591\.13px\] {
    top: 591.13px;
  }

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

  .lg\:top-\[75\%\] {
    top: 75%;
  }

  .lg\:top-\[8\.1px\] {
    top: 8.1px;
  }

  .lg\:top-\[80\%\] {
    top: 80%;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

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

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

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

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .lg\:pl-\[27\%\] {
    padding-left: 27%;
  }

  .lg\:pl-\[28\%\] {
    padding-left: 28%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[58px\] {
    font-size: 58px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:left-\[12\%\] {
    left: 12%;
  }

  .xl\:left-\[19\%\] {
    left: 19%;
  }

  .xl\:left-\[250px\] {
    left: 250px;
  }

  .xl\:left-\[35px\] {
    left: 35px;
  }

  .xl\:left-\[40px\] {
    left: 40px;
  }

  .xl\:left-\[45px\] {
    left: 45px;
  }

  .xl\:left-\[48px\] {
    left: 48px;
  }

  .xl\:left-\[500px\] {
    left: 500px;
  }

  .xl\:left-\[512px\] {
    left: 512px;
  }

  .xl\:left-\[70px\] {
    left: 70px;
  }

  .xl\:left-\[82\%\] {
    left: 82%;
  }

  .xl\:left-\[92\%\] {
    left: 92%;
  }

  .xl\:right-\[70px\] {
    right: 70px;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-\[110px\] {
    top: 110px;
  }

  .xl\:top-\[130px\] {
    top: 130px;
  }

  .xl\:top-\[190px\] {
    top: 190px;
  }

  .xl\:top-\[310px\] {
    top: 310px;
  }

  .xl\:top-\[350px\] {
    top: 350px;
  }

  .xl\:top-\[360px\] {
    top: 360px;
  }

  .xl\:top-\[410px\] {
    top: 410px;
  }

  .xl\:top-\[430px\] {
    top: 430px;
  }

  .xl\:top-\[525px\] {
    top: 525px;
  }

  .xl\:top-\[55\%\] {
    top: 55%;
  }

  .xl\:top-\[629px\] {
    top: 629px;
  }

  .xl\:top-\[75\%\] {
    top: 75%;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-\[1150px\] {
    height: 1150px;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:h-\[124px\] {
    height: 124px;
  }

  .xl\:h-\[1385px\] {
    height: 1385px;
  }

  .xl\:h-\[1430px\] {
    height: 1430px;
  }

  .xl\:h-\[180px\] {
    height: 180px;
  }

  .xl\:h-\[185px\] {
    height: 185px;
  }

  .xl\:h-\[2300px\] {
    height: 2300px;
  }

  .xl\:h-\[234px\] {
    height: 234px;
  }

  .xl\:h-\[276px\] {
    height: 276px;
  }

  .xl\:h-\[600px\] {
    height: 600px;
  }

  .xl\:h-\[700px\] {
    height: 700px;
  }

  .xl\:h-\[720px\] {
    height: 720px;
  }

  .xl\:h-\[744px\] {
    height: 744px;
  }

  .xl\:h-\[750px\] {
    height: 750px;
  }

  .xl\:h-\[800px\] {
    height: 800px;
  }

  .xl\:h-\[950px\] {
    height: 950px;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-\[1024px\] {
    width: 1024px;
  }

  .xl\:w-\[15\%\] {
    width: 15%;
  }

  .xl\:w-\[183px\] {
    width: 183px;
  }

  .xl\:w-\[188px\] {
    width: 188px;
  }

  .xl\:w-\[192px\] {
    width: 192px;
  }

  .xl\:w-\[20\%\] {
    width: 20%;
  }

  .xl\:w-\[22\%\] {
    width: 22%;
  }

  .xl\:w-\[240px\] {
    width: 240px;
  }

  .xl\:w-\[25\%\] {
    width: 25%;
  }

  .xl\:w-\[250px\] {
    width: 250px;
  }

  .xl\:w-\[302px\] {
    width: 302px;
  }

  .xl\:w-\[33\%\] {
    width: 33%;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[350px\] {
    width: 350px;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[450px\] {
    width: 450px;
  }

  .xl\:w-\[500px\] {
    width: 500px;
  }

  .xl\:w-\[55\%\] {
    width: 55%;
  }

  .xl\:w-\[585px\] {
    width: 585px;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:w-\[606px\] {
    width: 606px;
  }

  .xl\:w-\[630px\] {
    width: 630px;
  }

  .xl\:w-\[64\%\] {
    width: 64%;
  }

  .xl\:w-\[65\%\] {
    width: 65%;
  }

  .xl\:w-\[650px\] {
    width: 650px;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:w-\[75\%\] {
    width: 75%;
  }

  .xl\:w-\[759px\] {
    width: 759px;
  }

  .xl\:w-\[78\%\] {
    width: 78%;
  }

  .xl\:w-\[82\%\] {
    width: 82%;
  }

  .xl\:w-\[900px\] {
    width: 900px;
  }

  .xl\:w-\[950px\] {
    width: 950px;
  }

  .xl\:w-\[98\%\] {
    width: 98%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:min-w-72 {
    min-width: 18rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-\[25\%\] {
    padding-left: 25%;
  }

  .xl\:pl-\[400px\] {
    padding-left: 400px;
  }

  .xl\:pl-\[457px\] {
    padding-left: 457px;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[26px\] {
    font-size: 26px;
  }

  .xl\:text-\[28px\] {
    font-size: 28px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  .xl\:text-\[44px\] {
    font-size: 44px;
  }

  .xl\:text-\[48px\] {
    font-size: 48px;
  }

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-\[52px\] {
    font-size: 52px;
  }

  .xl\:text-\[60px\] {
    font-size: 60px;
  }

  .xl\:text-\[62px\] {
    font-size: 62px;
  }

  .xl\:text-\[64px\] {
    font-size: 64px;
  }

  .xl\:text-\[66px\] {
    font-size: 66px;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1440px) {
  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:left-14 {
    left: 3.5rem;
  }

  .\32xl\:left-\[12\%\] {
    left: 12%;
  }

  .\32xl\:left-\[40px\] {
    left: 40px;
  }

  .\32xl\:left-\[50px\] {
    left: 50px;
  }

  .\32xl\:left-\[512px\] {
    left: 512px;
  }

  .\32xl\:left-\[56px\] {
    left: 56px;
  }

  .\32xl\:left-\[600px\] {
    left: 600px;
  }

  .\32xl\:left-\[85\%\] {
    left: 85%;
  }

  .\32xl\:left-\[90px\] {
    left: 90px;
  }

  .\32xl\:left-\[92\%\] {
    left: 92%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-\[104px\] {
    top: 104px;
  }

  .\32xl\:top-\[140px\] {
    top: 140px;
  }

  .\32xl\:top-\[210px\] {
    top: 210px;
  }

  .\32xl\:top-\[345px\] {
    top: 345px;
  }

  .\32xl\:top-\[350px\] {
    top: 350px;
  }

  .\32xl\:top-\[430px\] {
    top: 430px;
  }

  .\32xl\:top-\[470px\] {
    top: 470px;
  }

  .\32xl\:top-\[500px\] {
    top: 500px;
  }

  .\32xl\:top-\[585px\] {
    top: 585px;
  }

  .\32xl\:top-\[650px\] {
    top: 650px;
  }

  .\32xl\:top-\[664px\] {
    top: 664px;
  }

  .\32xl\:top-\[90\%\] {
    top: 90%;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[1230px\] {
    height: 1230px;
  }

  .\32xl\:h-\[128px\] {
    height: 128px;
  }

  .\32xl\:h-\[132px\] {
    height: 132px;
  }

  .\32xl\:h-\[136px\] {
    height: 136px;
  }

  .\32xl\:h-\[144px\] {
    height: 144px;
  }

  .\32xl\:h-\[1490px\] {
    height: 1490px;
  }

  .\32xl\:h-\[1492px\] {
    height: 1492px;
  }

  .\32xl\:h-\[1600px\] {
    height: 1600px;
  }

  .\32xl\:h-\[180px\] {
    height: 180px;
  }

  .\32xl\:h-\[205px\] {
    height: 205px;
  }

  .\32xl\:h-\[208px\] {
    height: 208px;
  }

  .\32xl\:h-\[210px\] {
    height: 210px;
  }

  .\32xl\:h-\[240px\] {
    height: 240px;
  }

  .\32xl\:h-\[2450px\] {
    height: 2450px;
  }

  .\32xl\:h-\[252px\] {
    height: 252px;
  }

  .\32xl\:h-\[265px\] {
    height: 265px;
  }

  .\32xl\:h-\[400px\] {
    height: 400px;
  }

  .\32xl\:h-\[480px\] {
    height: 480px;
  }

  .\32xl\:h-\[640px\] {
    height: 640px;
  }

  .\32xl\:h-\[675px\] {
    height: 675px;
  }

  .\32xl\:h-\[720px\] {
    height: 720px;
  }

  .\32xl\:h-\[785px\] {
    height: 785px;
  }

  .\32xl\:h-\[800px\] {
    height: 800px;
  }

  .\32xl\:h-\[830px\] {
    height: 830px;
  }

  .\32xl\:h-\[96px\] {
    height: 96px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-\[1100px\] {
    width: 1100px;
  }

  .\32xl\:w-\[1328px\] {
    width: 1328px;
  }

  .\32xl\:w-\[188px\] {
    width: 188px;
  }

  .\32xl\:w-\[196px\] {
    width: 196px;
  }

  .\32xl\:w-\[20\%\] {
    width: 20%;
  }

  .\32xl\:w-\[275px\] {
    width: 275px;
  }

  .\32xl\:w-\[29\%\] {
    width: 29%;
  }

  .\32xl\:w-\[302px\] {
    width: 302px;
  }

  .\32xl\:w-\[32\%\] {
    width: 32%;
  }

  .\32xl\:w-\[350px\] {
    width: 350px;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[400px\] {
    width: 400px;
  }

  .\32xl\:w-\[525px\] {
    width: 525px;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

  .\32xl\:w-\[600px\] {
    width: 600px;
  }

  .\32xl\:w-\[644px\] {
    width: 644px;
  }

  .\32xl\:w-\[69\%\] {
    width: 69%;
  }

  .\32xl\:w-\[720px\] {
    width: 720px;
  }

  .\32xl\:w-\[75\%\] {
    width: 75%;
  }

  .\32xl\:w-\[768px\] {
    width: 768px;
  }

  .\32xl\:w-\[872px\] {
    width: 872px;
  }

  .\32xl\:w-\[928px\] {
    width: 928px;
  }

  .\32xl\:w-\[96px\] {
    width: 96px;
  }

  .\32xl\:w-\[975px\] {
    width: 975px;
  }

  .\32xl\:w-\[98\%\] {
    width: 98%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-\[268px\] {
    gap: 268px;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-\[56px\] {
    padding-left: 56px;
    padding-right: 56px;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .\32xl\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-\[512px\] {
    padding-left: 512px;
  }

  .\32xl\:pl-\[56px\] {
    padding-left: 56px;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pr-\[56px\] {
    padding-right: 56px;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\32xl\:text-\[30px\] {
    font-size: 30px;
  }

  .\32xl\:text-\[32px\] {
    font-size: 32px;
  }

  .\32xl\:text-\[34px\] {
    font-size: 34px;
  }

  .\32xl\:text-\[44px\] {
    font-size: 44px;
  }

  .\32xl\:text-\[48px\] {
    font-size: 48px;
  }

  .\32xl\:text-\[54px\] {
    font-size: 54px;
  }

  .\32xl\:text-\[56px\] {
    font-size: 56px;
  }

  .\32xl\:text-\[60px\] {
    font-size: 60px;
  }

  .\32xl\:text-\[72px\] {
    font-size: 72px;
  }

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1920px) {
  .\33xl\:fixed {
    position: fixed;
  }

  .\33xl\:absolute {
    position: absolute;
  }

  .\33xl\:sticky {
    position: sticky;
  }

  .\33xl\:bottom-\[-550px\] {
    bottom: -550px;
  }

  .\33xl\:left-\[-300px\] {
    left: -300px;
  }

  .\33xl\:left-\[100px\] {
    left: 100px;
  }

  .\33xl\:left-\[110px\] {
    left: 110px;
  }

  .\33xl\:left-\[12\%\] {
    left: 12%;
  }

  .\33xl\:left-\[1701px\] {
    left: 1701px;
  }

  .\33xl\:left-\[1747px\] {
    left: 1747px;
  }

  .\33xl\:left-\[300px\] {
    left: 300px;
  }

  .\33xl\:left-\[320px\] {
    left: 320px;
  }

  .\33xl\:left-\[350px\] {
    left: 350px;
  }

  .\33xl\:left-\[40px\] {
    left: 40px;
  }

  .\33xl\:left-\[60px\] {
    left: 60px;
  }

  .\33xl\:left-\[70px\] {
    left: 70px;
  }

  .\33xl\:left-\[800px\] {
    left: 800px;
  }

  .\33xl\:left-\[90\%\] {
    left: 90%;
  }

  .\33xl\:left-\[93\%\] {
    left: 93%;
  }

  .\33xl\:left-\[94\%\] {
    left: 94%;
  }

  .\33xl\:right-24 {
    right: 6rem;
  }

  .\33xl\:right-40 {
    right: 10rem;
  }

  .\33xl\:right-\[160px\] {
    right: 160px;
  }

  .\33xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\33xl\:top-24 {
    top: 6rem;
  }

  .\33xl\:top-\[150px\] {
    top: 150px;
  }

  .\33xl\:top-\[160px\] {
    top: 160px;
  }

  .\33xl\:top-\[170px\] {
    top: 170px;
  }

  .\33xl\:top-\[180px\] {
    top: 180px;
  }

  .\33xl\:top-\[270px\] {
    top: 270px;
  }

  .\33xl\:top-\[370px\] {
    top: 370px;
  }

  .\33xl\:top-\[380px\] {
    top: 380px;
  }

  .\33xl\:top-\[390px\] {
    top: 390px;
  }

  .\33xl\:top-\[450px\] {
    top: 450px;
  }

  .\33xl\:top-\[500px\] {
    top: 500px;
  }

  .\33xl\:top-\[520px\] {
    top: 520px;
  }

  .\33xl\:top-\[550px\] {
    top: 550px;
  }

  .\33xl\:top-\[72px\] {
    top: 72px;
  }

  .\33xl\:top-\[750px\] {
    top: 750px;
  }

  .\33xl\:top-\[764px\] {
    top: 764px;
  }

  .\33xl\:top-\[775px\] {
    top: 775px;
  }

  .\33xl\:top-\[800px\] {
    top: 800px;
  }

  .\33xl\:top-\[90\%\] {
    top: 90%;
  }

  .\33xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\33xl\:flex {
    display: flex;
  }

  .\33xl\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .\33xl\:h-6 {
    height: 1.5rem;
  }

  .\33xl\:h-9 {
    height: 2.25rem;
  }

  .\33xl\:h-\[1024px\] {
    height: 1024px;
  }

  .\33xl\:h-\[1320px\] {
    height: 1320px;
  }

  .\33xl\:h-\[1485px\] {
    height: 1485px;
  }

  .\33xl\:h-\[150px\] {
    height: 150px;
  }

  .\33xl\:h-\[175px\] {
    height: 175px;
  }

  .\33xl\:h-\[1780px\] {
    height: 1780px;
  }

  .\33xl\:h-\[180px\] {
    height: 180px;
  }

  .\33xl\:h-\[1975px\] {
    height: 1975px;
  }

  .\33xl\:h-\[200px\] {
    height: 200px;
  }

  .\33xl\:h-\[224px\] {
    height: 224px;
  }

  .\33xl\:h-\[250px\] {
    height: 250px;
  }

  .\33xl\:h-\[2750px\] {
    height: 2750px;
  }

  .\33xl\:h-\[328px\] {
    height: 328px;
  }

  .\33xl\:h-\[500px\] {
    height: 500px;
  }

  .\33xl\:h-\[560px\] {
    height: 560px;
  }

  .\33xl\:h-\[56px\] {
    height: 56px;
  }

  .\33xl\:h-\[60px\] {
    height: 60px;
  }

  .\33xl\:h-\[680px\] {
    height: 680px;
  }

  .\33xl\:h-\[700px\] {
    height: 700px;
  }

  .\33xl\:h-\[750px\] {
    height: 750px;
  }

  .\33xl\:h-\[800px\] {
    height: 800px;
  }

  .\33xl\:h-\[850px\] {
    height: 850px;
  }

  .\33xl\:h-\[900px\] {
    height: 900px;
  }

  .\33xl\:h-\[944px\] {
    height: 944px;
  }

  .\33xl\:h-\[950px\] {
    height: 950px;
  }

  .\33xl\:h-\[96px\] {
    height: 96px;
  }

  .\33xl\:h-auto {
    height: auto;
  }

  .\33xl\:h-full {
    height: 100%;
  }

  .\33xl\:w-10 {
    width: 2.5rem;
  }

  .\33xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\33xl\:w-3\/4 {
    width: 75%;
  }

  .\33xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\33xl\:w-6 {
    width: 1.5rem;
  }

  .\33xl\:w-64 {
    width: 16rem;
  }

  .\33xl\:w-\[1180px\] {
    width: 1180px;
  }

  .\33xl\:w-\[120px\] {
    width: 120px;
  }

  .\33xl\:w-\[1275px\] {
    width: 1275px;
  }

  .\33xl\:w-\[1324px\] {
    width: 1324px;
  }

  .\33xl\:w-\[1350px\] {
    width: 1350px;
  }

  .\33xl\:w-\[15\%\] {
    width: 15%;
  }

  .\33xl\:w-\[17\%\] {
    width: 17%;
  }

  .\33xl\:w-\[200px\] {
    width: 200px;
  }

  .\33xl\:w-\[208px\] {
    width: 208px;
  }

  .\33xl\:w-\[240px\] {
    width: 240px;
  }

  .\33xl\:w-\[250px\] {
    width: 250px;
  }

  .\33xl\:w-\[26\%\] {
    width: 26%;
  }

  .\33xl\:w-\[30\%\] {
    width: 30%;
  }

  .\33xl\:w-\[300px\] {
    width: 300px;
  }

  .\33xl\:w-\[35\%\] {
    width: 35%;
  }

  .\33xl\:w-\[350px\] {
    width: 350px;
  }

  .\33xl\:w-\[375px\] {
    width: 375px;
  }

  .\33xl\:w-\[420px\] {
    width: 420px;
  }

  .\33xl\:w-\[49\%\] {
    width: 49%;
  }

  .\33xl\:w-\[55\%\] {
    width: 55%;
  }

  .\33xl\:w-\[565px\] {
    width: 565px;
  }

  .\33xl\:w-\[56px\] {
    width: 56px;
  }

  .\33xl\:w-\[60\%\] {
    width: 60%;
  }

  .\33xl\:w-\[600px\] {
    width: 600px;
  }

  .\33xl\:w-\[65\%\] {
    width: 65%;
  }

  .\33xl\:w-\[700px\] {
    width: 700px;
  }

  .\33xl\:w-\[72\%\] {
    width: 72%;
  }

  .\33xl\:w-\[725px\] {
    width: 725px;
  }

  .\33xl\:w-\[744px\] {
    width: 744px;
  }

  .\33xl\:w-\[75\%\] {
    width: 75%;
  }

  .\33xl\:w-\[768px\] {
    width: 768px;
  }

  .\33xl\:w-\[80\%\] {
    width: 80%;
  }

  .\33xl\:w-\[800px\] {
    width: 800px;
  }

  .\33xl\:w-\[874px\] {
    width: 874px;
  }

  .\33xl\:w-\[944px\] {
    width: 944px;
  }

  .\33xl\:w-\[950px\] {
    width: 950px;
  }

  .\33xl\:w-\[98\%\] {
    width: 98%;
  }

  .\33xl\:w-\[99\%\] {
    width: 99%;
  }

  .\33xl\:w-full {
    width: 100%;
  }

  .\33xl\:w-screen {
    width: 100vw;
  }

  .\33xl\:max-w-full {
    max-width: 100%;
  }

  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\33xl\:flex-row {
    flex-direction: row;
  }

  .\33xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\33xl\:justify-between {
    justify-content: space-between;
  }

  .\33xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\33xl\:gap-10 {
    gap: 2.5rem;
  }

  .\33xl\:gap-14 {
    gap: 3.5rem;
  }

  .\33xl\:gap-16 {
    gap: 4rem;
  }

  .\33xl\:gap-2 {
    gap: 0.5rem;
  }

  .\33xl\:gap-20 {
    gap: 5rem;
  }

  .\33xl\:gap-6 {
    gap: 1.5rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

  .\33xl\:bg-sky-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\33xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\33xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\33xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\33xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\33xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\33xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\33xl\:pl-\[43\%\] {
    padding-left: 43%;
  }

  .\33xl\:pl-\[600px\] {
    padding-left: 600px;
  }

  .\33xl\:pl-\[777px\] {
    padding-left: 777px;
  }

  .\33xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\33xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\33xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\33xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\33xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\33xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\33xl\:text-\[20px\] {
    font-size: 20px;
  }

  .\33xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\33xl\:text-\[24px\] {
    font-size: 24px;
  }

  .\33xl\:text-\[26px\] {
    font-size: 26px;
  }

  .\33xl\:text-\[30px\] {
    font-size: 30px;
  }

  .\33xl\:text-\[34px\] {
    font-size: 34px;
  }

  .\33xl\:text-\[36px\] {
    font-size: 36px;
  }

  .\33xl\:text-\[38px\] {
    font-size: 38px;
  }

  .\33xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\33xl\:text-\[50px\] {
    font-size: 50px;
  }

  .\33xl\:text-\[52px\] {
    font-size: 52px;
  }

  .\33xl\:text-\[54px\] {
    font-size: 54px;
  }

  .\33xl\:text-\[56px\] {
    font-size: 56px;
  }

  .\33xl\:text-\[58px\] {
    font-size: 58px;
  }

  .\33xl\:text-\[60px\] {
    font-size: 60px;
  }

  .\33xl\:text-\[64px\] {
    font-size: 64px;
  }

  .\33xl\:text-\[66px\] {
    font-size: 66px;
  }

  .\33xl\:text-\[80px\] {
    font-size: 80px;
  }

  .\33xl\:text-\[84px\] {
    font-size: 84px;
  }

  .\33xl\:text-\[86px\] {
    font-size: 86px;
  }

  .\33xl\:text-\[94px\] {
    font-size: 94px;
  }

  .\33xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\33xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\33xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\33xl\:leading-150 {
    line-height: 150%;
  }

  .\33xl\:leading-normal {
    line-height: 1.5;
  }

  .\33xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\33xl\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 2560px) {
  .\34xl\:fixed {
    position: fixed;
  }

  .\34xl\:absolute {
    position: absolute;
  }

  .\34xl\:left-\[10\%\] {
    left: 10%;
  }

  .\34xl\:left-\[1100px\] {
    left: 1100px;
  }

  .\34xl\:left-\[150px\] {
    left: 150px;
  }

  .\34xl\:left-\[175px\] {
    left: 175px;
  }

  .\34xl\:left-\[2287px\] {
    left: 2287px;
  }

  .\34xl\:left-\[2401px\] {
    left: 2401px;
  }

  .\34xl\:left-\[300px\] {
    left: 300px;
  }

  .\34xl\:left-\[375px\] {
    left: 375px;
  }

  .\34xl\:left-\[40px\] {
    left: 40px;
  }

  .\34xl\:left-\[65px\] {
    left: 65px;
  }

  .\34xl\:left-\[80px\] {
    left: 80px;
  }

  .\34xl\:left-\[90\%\] {
    left: 90%;
  }

  .\34xl\:left-\[94\%\] {
    left: 94%;
  }

  .\34xl\:left-\[95\%\] {
    left: 95%;
  }

  .\34xl\:right-40 {
    right: 10rem;
  }

  .\34xl\:right-\[240px\] {
    right: 240px;
  }

  .\34xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\34xl\:top-28 {
    top: 7rem;
  }

  .\34xl\:top-\[1000px\] {
    top: 1000px;
  }

  .\34xl\:top-\[1125px\] {
    top: 1125px;
  }

  .\34xl\:top-\[185px\] {
    top: 185px;
  }

  .\34xl\:top-\[200px\] {
    top: 200px;
  }

  .\34xl\:top-\[220px\] {
    top: 220px;
  }

  .\34xl\:top-\[340px\] {
    top: 340px;
  }

  .\34xl\:top-\[450px\] {
    top: 450px;
  }

  .\34xl\:top-\[460px\] {
    top: 460px;
  }

  .\34xl\:top-\[470px\] {
    top: 470px;
  }

  .\34xl\:top-\[550px\] {
    top: 550px;
  }

  .\34xl\:top-\[570px\] {
    top: 570px;
  }

  .\34xl\:top-\[650px\] {
    top: 650px;
  }

  .\34xl\:top-\[850px\] {
    top: 850px;
  }

  .\34xl\:top-\[90\%\] {
    top: 90%;
  }

  .\34xl\:flex {
    display: flex;
  }

  .\34xl\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }

  .\34xl\:h-\[1000px\] {
    height: 1000px;
  }

  .\34xl\:h-\[1124px\] {
    height: 1124px;
  }

  .\34xl\:h-\[1200px\] {
    height: 1200px;
  }

  .\34xl\:h-\[1250px\] {
    height: 1250px;
  }

  .\34xl\:h-\[1284px\] {
    height: 1284px;
  }

  .\34xl\:h-\[1510px\] {
    height: 1510px;
  }

  .\34xl\:h-\[1700px\] {
    height: 1700px;
  }

  .\34xl\:h-\[195px\] {
    height: 195px;
  }

  .\34xl\:h-\[200px\] {
    height: 200px;
  }

  .\34xl\:h-\[2050px\] {
    height: 2050px;
  }

  .\34xl\:h-\[209px\] {
    height: 209px;
  }

  .\34xl\:h-\[2350px\] {
    height: 2350px;
  }

  .\34xl\:h-\[250px\] {
    height: 250px;
  }

  .\34xl\:h-\[254px\] {
    height: 254px;
  }

  .\34xl\:h-\[300px\] {
    height: 300px;
  }

  .\34xl\:h-\[325px\] {
    height: 325px;
  }

  .\34xl\:h-\[380px\] {
    height: 380px;
  }

  .\34xl\:h-\[3950px\] {
    height: 3950px;
  }

  .\34xl\:h-\[600px\] {
    height: 600px;
  }

  .\34xl\:h-\[60px\] {
    height: 60px;
  }

  .\34xl\:h-\[70px\] {
    height: 70px;
  }

  .\34xl\:h-\[720px\] {
    height: 720px;
  }

  .\34xl\:h-\[800px\] {
    height: 800px;
  }

  .\34xl\:h-\[850px\] {
    height: 850px;
  }

  .\34xl\:h-\[870px\] {
    height: 870px;
  }

  .\34xl\:h-\[900px\] {
    height: 900px;
  }

  .\34xl\:h-\[950px\] {
    height: 950px;
  }

  .\34xl\:h-auto {
    height: auto;
  }

  .\34xl\:h-full {
    height: 100%;
  }

  .\34xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\34xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\34xl\:w-7 {
    width: 1.75rem;
  }

  .\34xl\:w-72 {
    width: 18rem;
  }

  .\34xl\:w-\[1000px\] {
    width: 1000px;
  }

  .\34xl\:w-\[1100px\] {
    width: 1100px;
  }

  .\34xl\:w-\[1150px\] {
    width: 1150px;
  }

  .\34xl\:w-\[1194px\] {
    width: 1194px;
  }

  .\34xl\:w-\[130px\] {
    width: 130px;
  }

  .\34xl\:w-\[1544px\] {
    width: 1544px;
  }

  .\34xl\:w-\[1575px\] {
    width: 1575px;
  }

  .\34xl\:w-\[1650px\] {
    width: 1650px;
  }

  .\34xl\:w-\[1672px\] {
    width: 1672px;
  }

  .\34xl\:w-\[1724px\] {
    width: 1724px;
  }

  .\34xl\:w-\[1739px\] {
    width: 1739px;
  }

  .\34xl\:w-\[1750px\] {
    width: 1750px;
  }

  .\34xl\:w-\[1850px\] {
    width: 1850px;
  }

  .\34xl\:w-\[22\%\] {
    width: 22%;
  }

  .\34xl\:w-\[250px\] {
    width: 250px;
  }

  .\34xl\:w-\[300px\] {
    width: 300px;
  }

  .\34xl\:w-\[325px\] {
    width: 325px;
  }

  .\34xl\:w-\[350px\] {
    width: 350px;
  }

  .\34xl\:w-\[400px\] {
    width: 400px;
  }

  .\34xl\:w-\[425px\] {
    width: 425px;
  }

  .\34xl\:w-\[48\%\] {
    width: 48%;
  }

  .\34xl\:w-\[50\%\] {
    width: 50%;
  }

  .\34xl\:w-\[570px\] {
    width: 570px;
  }

  .\34xl\:w-\[600px\] {
    width: 600px;
  }

  .\34xl\:w-\[60px\] {
    width: 60px;
  }

  .\34xl\:w-\[65\%\] {
    width: 65%;
  }

  .\34xl\:w-\[700px\] {
    width: 700px;
  }

  .\34xl\:w-\[75\%\] {
    width: 75%;
  }

  .\34xl\:w-\[76\%\] {
    width: 76%;
  }

  .\34xl\:w-\[875px\] {
    width: 875px;
  }

  .\34xl\:w-\[950px\] {
    width: 950px;
  }

  .\34xl\:w-\[97\%\] {
    width: 97%;
  }

  .\34xl\:w-full {
    width: 100%;
  }

  .\34xl\:w-screen {
    width: 100vw;
  }

  .\34xl\:max-w-full {
    max-width: 100%;
  }

  .\34xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\34xl\:flex-row {
    flex-direction: row;
  }

  .\34xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\34xl\:justify-between {
    justify-content: space-between;
  }

  .\34xl\:gap-10 {
    gap: 2.5rem;
  }

  .\34xl\:gap-12 {
    gap: 3rem;
  }

  .\34xl\:gap-16 {
    gap: 4rem;
  }

  .\34xl\:gap-2 {
    gap: 0.5rem;
  }

  .\34xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\34xl\:gap-20 {
    gap: 5rem;
  }

  .\34xl\:gap-7 {
    gap: 1.75rem;
  }

  .\34xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\34xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\34xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\34xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\34xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\34xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\34xl\:pl-\[1097px\] {
    padding-left: 1097px;
  }

  .\34xl\:pl-\[39\%\] {
    padding-left: 39%;
  }

  .\34xl\:pl-\[800px\] {
    padding-left: 800px;
  }

  .\34xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\34xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\34xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\34xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\34xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\34xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\34xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\34xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\34xl\:text-\[100px\] {
    font-size: 100px;
  }

  .\34xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\34xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\34xl\:text-\[24px\] {
    font-size: 24px;
  }

  .\34xl\:text-\[26px\] {
    font-size: 26px;
  }

  .\34xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\34xl\:text-\[30px\] {
    font-size: 30px;
  }

  .\34xl\:text-\[32px\] {
    font-size: 32px;
  }

  .\34xl\:text-\[34px\] {
    font-size: 34px;
  }

  .\34xl\:text-\[36px\] {
    font-size: 36px;
  }

  .\34xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\34xl\:text-\[44px\] {
    font-size: 44px;
  }

  .\34xl\:text-\[48px\] {
    font-size: 48px;
  }

  .\34xl\:text-\[52px\] {
    font-size: 52px;
  }

  .\34xl\:text-\[54px\] {
    font-size: 54px;
  }

  .\34xl\:text-\[56px\] {
    font-size: 56px;
  }

  .\34xl\:text-\[60px\] {
    font-size: 60px;
  }

  .\34xl\:text-\[62px\] {
    font-size: 62px;
  }

  .\34xl\:text-\[64px\] {
    font-size: 64px;
  }

  .\34xl\:text-\[70px\] {
    font-size: 70px;
  }

  .\34xl\:text-\[74px\] {
    font-size: 74px;
  }

  .\34xl\:text-\[78px\] {
    font-size: 78px;
  }

  .\34xl\:text-\[80px\] {
    font-size: 80px;
  }

  .\34xl\:text-\[88px\] {
    font-size: 88px;
  }

  .\34xl\:text-\[96px\] {
    font-size: 96px;
  }

  .\34xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\34xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\34xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\34xl\:leading-150 {
    line-height: 150%;
  }

  .\34xl\:leading-normal {
    line-height: 1.5;
  }

  .\34xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\34xl\:text-\[28xl\] {
    color: 28xl;
  }

  .\34xl\:text-\[36xp\] {
    color: 36xp;
  }
}

.peer:focus ~ .rtl\:peer-focus\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}

.peer:focus ~ .rtl\:peer-focus\:translate-x-1\/4:where([dir="rtl"], [dir="rtl"] *) {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
  }

  .peer:focus ~ .peer-focus\:dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .peer:focus ~ .peer-focus\:dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}

.\[\&_\[x-cloak\]\]\:hidden [x-cloak] {
  display: none;
}