/*
! tailwindcss v3.2.7 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: ;
}

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

.gc-aspect-h-1 {
  --tw-aspect-h: 1;
}

.gc-aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.gc-aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cate_b_menu,
.cate_c_menu {
  display: none;
}

.cate_b_menu.on,
.cate_c_menu.on {
  display: block;
}

.cate_a.on > a,
.cate_b.on > a,
.cate_c.on > a {
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}

.cate_a.on > a::after,
.cate_b.on > a::after {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0.25rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.nav-wrap.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  transition-duration: 1000ms;
}

.main-slide-banner .swiper-pagination-bullet {
  position: relative;
  height: 0px !important;
  border-radius: 0px !important;
  opacity: 0.6 !important;
}

.main-slide-banner .swiper-pagination-bullet-active {
  height: 2px !important;
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}

#sit_inf_explan img {
  margin-left: auto;
  margin-right: auto;
}

.gc-absolute {
  position: absolute;
}

.gc-relative {
  position: relative;
}

.\!-gc-bottom-10 {
  bottom: -2.5rem !important;
}

.\!gc-top-auto {
  top: auto !important;
}

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

.gc-bottom-3 {
  bottom: 0.75rem;
}

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

.gc-left-\[210px\] {
  left: 210px;
}

.gc-left-\[250px\] {
  left: 250px;
}

.gc-right-3 {
  right: 0.75rem;
}

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

.gc-top-1\/2 {
  top: 50%;
}

.gc-top-16 {
  top: 4rem;
}

.gc-top-\[-10px\] {
  top: -10px;
}

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

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

.gc-z-30 {
  z-index: 30;
}

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

.gc-col-span-2 {
  grid-column: span 2 / span 2;
}

.gc-row-span-1 {
  grid-row: span 1 / span 1;
}

.gc-float-left {
  float: left;
}

.gc-m-0 {
  margin: 0px;
}

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

.gc-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.gc-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.gc-my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

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

.gc-mb-10 {
  margin-bottom: 2.5rem;
}

.gc-mb-14 {
  margin-bottom: 3.5rem;
}

.gc-mb-20 {
  margin-bottom: 5rem;
}

.gc-mb-4 {
  margin-bottom: 1rem;
}

.gc-mb-5 {
  margin-bottom: 1.25rem;
}

.gc-mb-8 {
  margin-bottom: 2rem;
}

.gc-mr-0 {
  margin-right: 0px;
}

.gc-mt-10 {
  margin-top: 2.5rem;
}

.gc-mt-14 {
  margin-top: 3.5rem;
}

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

.gc-mt-5 {
  margin-top: 1.25rem;
}

.gc-block {
  display: block;
}

.gc-flex {
  display: flex;
}

.gc-grid {
  display: grid;
}

.\!gc-hidden {
  display: none !important;
}

.gc-hidden {
  display: none;
}

.\!gc-h-20 {
  height: 5rem !important;
}

.\!gc-h-\[450px\] {
  height: 450px !important;
}

.\!gc-h-auto {
  height: auto !important;
}

.\!gc-h-full {
  height: 100% !important;
}

.gc-h-24 {
  height: 6rem;
}

.gc-h-28 {
  height: 7rem;
}

.gc-h-6 {
  height: 1.5rem;
}

.gc-h-7 {
  height: 1.75rem;
}

.gc-h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

.\!gc-h-\[500px\] {
  height: 500px !important;
}

.\!gc-h-\[550px\] {
  height: 550px !important;
}

.\!gc-h-\[600px\] {
  height: 600px !important;
}

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

.\!gc-h-\[350px\] {
  height: 350px !important;
}

.\!gc-w-full {
  width: 100% !important;
}

.gc-w-24 {
  width: 6rem;
}

.gc-w-4 {
  width: 1rem;
}

.gc-w-6 {
  width: 1.5rem;
}

.gc-w-7 {
  width: 1.75rem;
}

.gc-w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

.gc-w-\[60\] {
  width: 60;
}

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

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

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

.\!gc-min-w-\[450px\] {
  min-width: 450px !important;
}

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

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

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

.gc-flex-grow {
  flex-grow: 1;
}

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

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

.gc-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.gc-place-items-center {
  place-items: center;
}

.gc-items-baseline {
  align-items: baseline;
}

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

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

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

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

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

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

.gc-gap-5 {
  gap: 1.25rem;
}

.gc-gap-y-5 {
  row-gap: 1.25rem;
}

.gc-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.gc-self-center {
  align-self: center;
}

.gc-overflow-hidden {
  overflow: hidden;
}

.gc-overflow-y-auto {
  overflow-y: auto;
}

.gc-whitespace-nowrap {
  white-space: nowrap;
}

.gc-rounded-full {
  border-radius: 9999px;
}

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

.gc-rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.gc-rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.gc-border {
  border-width: 1px;
}

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

.gc-border-4 {
  border-width: 4px;
}

.gc-border-b {
  border-bottom-width: 1px;
}

.gc-border-b-0 {
  border-bottom-width: 0px;
}

.gc-border-l {
  border-left-width: 1px;
}

.gc-border-r {
  border-right-width: 1px;
}

.gc-border-t {
  border-top-width: 1px;
}

.gc-border-t-0 {
  border-top-width: 0px;
}

.gc-border-t-2 {
  border-top-width: 2px;
}

.gc-border-none {
  border-style: none;
}

.gc-border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.gc-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

.gc-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.gc-border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.gc-border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.gc-border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.gc-border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.gc-border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.gc-bg-\[\#37507B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 80 123 / var(--tw-bg-opacity));
}

.gc-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.gc-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.gc-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.gc-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.gc-bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.gc-bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.gc-bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

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

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

.gc-bg-right-bottom {
  background-position: right bottom;
}

.\!gc-p-0 {
  padding: 0px !important;
}

.gc-p-10 {
  padding: 2.5rem;
}

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

.\!gc-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.gc-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.gc-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.gc-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.gc-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.gc-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.gc-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gc-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.\!gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pb-20 {
  padding-bottom: 5rem;
}

.gc-pb-3 {
  padding-bottom: 0.75rem;
}

.gc-pb-5 {
  padding-bottom: 1.25rem;
}

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

.gc-pl-1 {
  padding-left: 0.25rem;
}

.gc-pl-10 {
  padding-left: 2.5rem;
}

.gc-pl-4 {
  padding-left: 1rem;
}

.gc-pt-10 {
  padding-top: 2.5rem;
}

.gc-pt-2 {
  padding-top: 0.5rem;
}

.gc-pt-20 {
  padding-top: 5rem;
}

.gc-pt-32 {
  padding-top: 8rem;
}

.gc-pt-5 {
  padding-top: 1.25rem;
}

.gc-pt-6 {
  padding-top: 1.5rem;
}

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

.gc-text-left {
  text-align: left;
}

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

.gc-text-right {
  text-align: right;
}

.\!gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.\!gc-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

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

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

.gc-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.gc-text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

.gc-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.gc-font-black {
  font-weight: 900;
}

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

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

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

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

.gc-leading-7 {
  line-height: 1.75rem;
}

.gc-leading-snug {
  line-height: 1.375;
}

.gc-leading-tight {
  line-height: 1.25;
}

.gc-tracking-tight {
  letter-spacing: -0.025em;
}

.gc-tracking-tighter {
  letter-spacing: -0.05em;
}

.gc-tracking-widest {
  letter-spacing: 0.1em;
}

.\!gc-text-slate-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(15 23 42 / var(--tw-text-opacity)) !important;
}

.\!gc-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.gc-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.gc-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.gc-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.gc-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.gc-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.gc-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.gc-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.gc-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.gc-text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.gc-text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

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

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

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

.gc-duration-500 {
  transition-duration: 500ms;
}

.\[a-zA-Z0-9-\:\\\/\\\._\] {
  a-z-a--z0-9-: \/\.;
}

.\[a-zA-Z0-9\:\\\/\\\._-\] {
  a-z-a--z0-9: \/\.-;
}

.\[a-zA-Z0-9\:\\\/\\\._\\\?\\\=\%\] {
  a-z-a--z0-9: \/\.\?\=%;
}

.\[a-zA-Z0-9\:\\\/\\\._\] {
  a-z-a--z0-9: \/\.;
}

.\[hostname\:port\] {
  hostname: port;
}

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

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

.before\:gc-top-\[-1px\]::before {
  content: var(--tw-content);
  top: -1px;
}

.before\:gc-z-40::before {
  content: var(--tw-content);
  z-index: 40;
}

.before\:gc-h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:gc-w-\[210px\]::before {
  content: var(--tw-content);
  width: 210px;
}

.before\:gc-bg-blue-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:gc-border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}

.hover\:\!gc-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:gc-bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:gc-bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:gc-p-10:hover {
  padding: 2.5rem;
}

.hover\:gc-font-semibold:hover {
  font-weight: 600;
}

.hover\:\!gc-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}

.hover\:gc-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:gc-text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

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

.hover\:gc-underline:hover {
  text-decoration-line: underline;
}

.hover\:gc-decoration-blue-800:hover {
  text-decoration-color: #1e40af;
}

.hover\:gc-decoration-2:hover {
  text-decoration-thickness: 2px;
}

.hover\:gc-underline-offset-8:hover {
  text-underline-offset: 8px;
}

.hover\:gc-shadow-2xl:hover {
  --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);
}

.focus\:gc-bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .sm\:gc-row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

  .sm\:gc-gap-5 {
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .md\:gc-block {
    display: block;
  }

  .md\:gc-flex {
    display: flex;
  }

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

  .md\:gc-flex-grow-0 {
    flex-grow: 0;
  }

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

  .md\:gc-gap-10 {
    gap: 2.5rem;
  }
}

@media (min-width: 1230px) {
  .lg\:gc-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:gc-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:gc-mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:gc-mr-12 {
    margin-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gc-gap-10 {
    gap: 2.5rem;
  }

  .lg\:gc-gap-20 {
    gap: 5rem;
  }

  .lg\:gc-border-t-2 {
    border-top-width: 2px;
  }
}
