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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 744px) {

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-76px\] {
  bottom: -76px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-32px {
  left: 32px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-32px {
  right: 32px;
}
.right-\[12px\] {
  right: 12px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-\[-80px\] {
  top: -80px;
}
.top-full {
  top: 100%;
}
.top-header-mobile {
  top: 68px;
}
.z-50 {
  z-index: 50;
}
.z-content10 {
  z-index: 10;
}
.z-content2 {
  z-index: 2;
}
.z-headerMenu30 {
  z-index: 30;
}
.z-lightbox50 {
  z-index: 50;
}
.z-mobileMenu40 {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mb-12px {
  margin-bottom: 12px;
}
.mb-16px {
  margin-bottom: 16px;
}
.mb-24px {
  margin-bottom: 24px;
}
.mb-32px {
  margin-bottom: 32px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mb-48px {
  margin-bottom: 48px;
}
.mb-64px {
  margin-bottom: 64px;
}
.mb-8px {
  margin-bottom: 8px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mr-12px {
  margin-right: 12px;
}
.mr-20px {
  margin-right: 20px;
}
.mr-24px {
  margin-right: 24px;
}
.mr-32px {
  margin-right: 32px;
}
.mt-12px {
  margin-top: 12px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-24px {
  margin-top: 24px;
}
.mt-32px {
  margin-top: 32px;
}
.mt-36px {
  margin-top: 36px;
}
.mt-40px {
  margin-top: 40px;
}
.mt-48px {
  margin-top: 48px;
}
.mt-64px {
  margin-top: 64px;
}
.mt-\[-96px\] {
  margin-top: -96px;
}
.mt-\[160px\] {
  margin-top: 160px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-16px {
  height: 16px;
}
.h-24px {
  height: 24px;
}
.h-30px {
  height: 30px;
}
.h-64px {
  height: 64px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[237px\] {
  height: 237px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[529\.4px\] {
  height: 529.4px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[calc\(100vh-68px\)\] {
  height: calc(100vh - 68px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[827px\] {
  max-height: 827px;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.min-h-64px {
  min-height: 64px;
}
.min-h-\[751px\] {
  min-height: 751px;
}
.min-h-\[calc\(100vh-var\(--header-height\)\)\] {
  min-height: calc(100vh - var(--header-height));
}
.w-16px {
  width: 16px;
}
.w-1px {
  width: 1px;
}
.w-20px {
  width: 20px;
}
.w-30px {
  width: 30px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[272px\] {
  width: 272px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[476px\] {
  width: 476px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[calc\(100vw-32px\)\] {
  width: calc(100vw - 32px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-1024px {
  max-width: 1024px;
}
.max-w-640px {
  max-width: 640px;
}
.max-w-960px {
  max-width: 960px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1088px\] {
  max-width: 1088px;
}
.max-w-\[472px\] {
  max-width: 472px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[864px\] {
  max-width: 864px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[calc\(100vw-32px\)\] {
  max-width: calc(100vw - 32px);
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 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-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-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-\[-90deg\] {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12px {
  gap: 12px;
}
.gap-16px {
  gap: 16px;
}
.gap-24px {
  gap: 24px;
}
.gap-28px {
  gap: 28px;
}
.gap-32px {
  gap: 32px;
}
.gap-48px {
  gap: 48px;
}
.gap-4px {
  gap: 4px;
}
.gap-8px {
  gap: 8px;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[56px\] {
  gap: 56px;
}
.gap-\[8px\] {
  gap: 8px;
}
.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-primary-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(200 207 229 / var(--tw-divide-opacity, 1));
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-neutral-dark {
  --tw-border-opacity: 1;
  border-color: rgb(161 159 159 / var(--tw-border-opacity, 1));
}
.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(19 29 68 / var(--tw-border-opacity, 1));
}
.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(200 207 229 / var(--tw-border-opacity, 1));
}
.border-secondary-beige {
  --tw-border-opacity: 1;
  border-color: rgb(249 246 241 / var(--tw-border-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F6F10D\] {
  background-color: #F9F6F10D;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-neutral-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(161 159 159 / var(--tw-bg-opacity, 1));
}
.bg-neutral-dark\/30 {
  background-color: rgb(161 159 159 / 0.3);
}
.bg-neutral-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-neutral-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(62 77 120 / var(--tw-bg-opacity, 1));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(200 207 229 / var(--tw-bg-opacity, 1));
}
.bg-secondary-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}
.bg-secondary-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(245 232 210 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 230 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-grid-bg {
  background-image: url("data:image/svg+xml,%3csvg%20width='284'%20height='568'%20viewBox='0%200%20284%20568'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Grid%20BG'%3e%3crect%20width='284'%20height='568'%20fill='url(%23pattern0_194_91599)'/%3e%3c/g%3e%3cdefs%3e%3cpattern%20id='pattern0_194_91599'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_194_91599'%20transform='scale(0.0125%200.00625)'/%3e%3c/pattern%3e%3cimage%20id='image0_194_91599'%20width='80'%20height='160'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAACgCAYAAACbg+u0AAAAAXNSR0IArs4c6QAAAnlJREFUeF7t3c9qwkAQB+D14Jv5vl48+lwhEKTF1P4RPMT5BZKln5dCcaUMu/Ptzk7q4Xw+f7TW2ul0uv/wWhCB6/X6867DNE1zAL9f0zS14/H49DF+19qrGFwulyaAwYQRwPZ6Zi1dceM4moFLg/XqfXMAh2F4yoELcqi3PCJwu93MwHgGUri+65ADIfKVjJJlmIyFSMghRMLZKwcK4A5yoG1MuI1xEqlLAhE5UA7supBrG7PGEoYIRLY9C9sHhvtAARTAbZcwRCCy7QyUA+VAM3DLew13InUD4pHKWWuchSECEYhAJE7HfX4ARCDiTsSdyH/u8NedFdoFEYhABCIQ8ZxImRKIQAQiEIEIRCCS3KwlYzVYUpjC/SusO6tsSHMSkQPlwP5zoNaOsLUDIhDRG9N1b4wcGOZAAQwDCBGIQAQij1WQFCd7HKugukYxASIQgQhEIPKbB3rUcKu/WYtv3Y95pDuRNbYxiglhMUEA6wH0v/TDJTwH0PeJvC+J7xP5E7NkC2QJr7GEIVJHRDkrnIFOIu/78TTCSWSNGSgHyoEKql0XVN2J1CWBCES0+Grx9bChhw3LikAEIhCBCEQgApHkXiMZqyJNYQr3r7ByVtkQ3VlpIRciEIEIROopuP+RyllyoBzYfw7U2hG2djiJ1DGDCEQgAhF3Iu5EyopABCIQgQhEIAKR5HI8GetOhMIU7l9h5ayyIS7WXaw/Jk8iaTKWwhTegcIQgYjnhVMNEwiSsRCBCETqGXwHI92JWMI7WMKai8LmIgEMA+gkUtcIIhCBSP8lfYhApK5AOBIiEIEIRHRn6c4qUwIRiECka0R8GUG4hO8B/ATDOMEv3xCo/AAAAABJRU5ErkJggg=='/%3e%3c/defs%3e%3c/svg%3e");
}
.bg-repeat {
  background-repeat: repeat;
}
.fill-neutral-dark {
  fill: #A19F9F;
}
.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-16px {
  padding: 16px;
}
.p-24px {
  padding: 24px;
}
.p-32px {
  padding: 32px;
}
.p-40px {
  padding: 40px;
}
.p-4px {
  padding: 4px;
}
.p-8px {
  padding: 8px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}
.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}
.px-48px {
  padding-left: 48px;
  padding-right: 48px;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-28px {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-48px {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-96px {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pb-24px {
  padding-bottom: 24px;
}
.pb-56px {
  padding-bottom: 56px;
}
.pb-64px {
  padding-bottom: 64px;
}
.pb-72px {
  padding-bottom: 72px;
}
.pb-96px {
  padding-bottom: 96px;
}
.pb-\[126px\] {
  padding-bottom: 126px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pt-16px {
  padding-top: 16px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24px {
  padding-top: 24px;
}
.pt-28px {
  padding-top: 28px;
}
.pt-32px {
  padding-top: 32px;
}
.pt-48px {
  padding-top: 48px;
}
.pt-56px {
  padding-top: 56px;
}
.pt-80px {
  padding-top: 80px;
}
.pt-96px {
  padding-top: 96px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[92px\] {
  padding-top: 92px;
}
.pt-header {
  padding-top: 96px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-14 {
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: -0.2px !important;
}
.text-12 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.text-14 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.text-16 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.text-20 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.text-24 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.text-28 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.text-32 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.7px;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-40 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.text-44 {
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[44px\] {
  font-size: 44px;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.lowercase {
  text-transform: lowercase;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#131D44\] {
  --tw-text-opacity: 1;
  color: rgb(19 29 68 / var(--tw-text-opacity, 1));
}
.text-\[\#A19F9F\] {
  --tw-text-opacity: 1;
  color: rgb(161 159 159 / var(--tw-text-opacity, 1));
}
.text-neutral-dark {
  --tw-text-opacity: 1;
  color: rgb(161 159 159 / var(--tw-text-opacity, 1));
}
.text-neutral-light {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity, 1));
}
.text-neutral-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(62 77 120 / var(--tw-text-opacity, 1));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(19 29 68 / var(--tw-text-opacity, 1));
}
.text-secondary-beige {
  --tw-text-opacity: 1;
  color: rgb(249 246 241 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-standard {
  --tw-shadow: 6px 6px 14px 0px #00000026;
  --tw-shadow-colored: 6px 6px 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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);
}
.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-\[48px\] {
  --tw-backdrop-blur: blur(48px);
  -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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root {
  font-family: Sora, -apple-system, "system-ui", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  /* color-scheme: light dark; */
  /* background-color: #242424; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100vw;
  height: 100vh;
}

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

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  width: 100vw;
  background-color: #F9F6F1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: start;

}button:focus,
button:focus-visible {
  outline: none;
}

/*編輯器，讓前端設計不蓋過客戶後台的文案設計*/
.ckeditor-content * {
  all: revert; /* 恢復瀏覽器的預設樣式，防止 Tailwind / reset.css 覆蓋 */
}

.ckeditor-content {
  overflow-wrap: break-word; /* 讓長單詞自動換行 */
  word-break: break-word; /* 部分舊瀏覽器需要 */ 
}
.ckeditor-content a {
  color: #007bff;
  text-decoration: underline;
  text-decoration: none; /* 去掉底線 */

}

.ckeditor-content a:hover {
  color: #0056b3;
  text-decoration: none;

} 

/* 圖片 */
.ckeditor-content img {
  max-width: 100%; /* 避免圖片超出容器 */
  height: auto;
  /* display: block;  */
  /* margin: 10px auto;  */
}
.hover\:\!bg-primary-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(19 29 68 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-primary-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 77 120 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 29 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 207 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-beige:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 230 / var(--tw-bg-opacity, 1));
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-neutral-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(19 29 68 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:fill-primary-light {
  fill: #C8CFE5;
}
.group:hover .group-hover\:text-neutral-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 743px) {

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

  .sm\:h-\[381\.48px\] {
    height: 381.48px;
  }

  .sm\:h-\[443\.61px\] {
    height: 443.61px;
  }

  .sm\:h-header-mobile {
    height: 68px;
  }

  .sm\:max-h-\[443\.33px\] {
    max-height: 443.33px;
  }

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

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

  .sm\:max-w-\[343px\] {
    max-width: 343px;
  }
}
@media (min-width: 744px) {

  .md\:top-header {
    top: 96px;
  }

  .md\:order-none {
    order: 0;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:h-\[265\.56px\] {
    height: 265.56px;
  }

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

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

  .md\:h-\[calc\(100vh-96px\)\] {
    height: calc(100vh - 96px);
  }

  .md\:h-header {
    height: 96px;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[205\.33px\] {
    width: 205.33px;
  }

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:max-w-\[calc\(100vw-64px\)\] {
    max-width: calc(100vw - 64px);
  }

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

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

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

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

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

  .md\:gap-24px {
    gap: 24px;
  }

  .md\:gap-32px {
    gap: 32px;
  }

  .md\:p-40px {
    padding: 40px;
  }

  .md\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-32px {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .md\:pt-32px {
    padding-top: 32px;
  }

  .md\:pt-96px {
    padding-top: 96px;
  }

  .md\:pt-\[144px\] {
    padding-top: 144px;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[413\.87px\] {
    height: 413.87px;
  }

  .lg\:h-\[529\.4px\] {
    height: 529.4px;
  }

  .lg\:h-header {
    height: 96px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:p-40px {
    padding: 40px;
  }

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

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

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

  .lg\:pb-120px {
    padding-bottom: 120px;
  }

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

  .lg\:pt-\[144px\] {
    padding-top: 144px;
  }
}
.group:hover .\[\&_\.entry-bg\]\:group-hover\:fill-primary-blue .entry-bg {
  fill: #3E4D78;
}
.group:hover .\[\&_\.entry-bg\]\:group-hover\:stroke-primary-blue .entry-bg {
  stroke: #3E4D78;
}
