/*
! tailwindcss v3.0.2 | 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: currentColor;
  /* 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.
*/

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 */
}

/*
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[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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

@font-face {
  font-family: "myFont-ex";

  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/Eoe_Zno_EB.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "myFont-bo";

  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/Eoe_Zno_B.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "myFont-li";

  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/Eoe_Zno_L.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

.gc-container {
  width: 100%;
}

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

  .gc-container {
    max-width: 480px;
  }

  .gc-container {
    max-width: 480px;
  }
}

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

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

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

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

  .gc-container {
    max-width: 992px;
  }

  .gc-container {
    max-width: 992px;
  }
}

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

  .gc-container {
    max-width: 1210px;
  }

  .gc-container {
    max-width: 1210px;
  }
}

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

  .gc-container {
    max-width: 1300px;
  }

  .gc-container {
    max-width: 1300px;
  }
}

.gc-visible {
  visibility: visible !important;
}

.gc-static {
  position: static !important;
}

.gc-fixed {
  position: fixed !important;
}

.gc-absolute {
  position: absolute !important;
}

.gc-relative {
  position: relative !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

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

.gc-top-\[2px\] {
  top: 2px !important;
}

.gc-left-1\/2 {
  left: 50% !important;
}

.gc--bottom-28 {
  bottom: -7rem !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

.gc-right-5 {
  right: 1.25rem !important;
}

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

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

.gc-right-32 {
  right: 8rem !important;
}

.gc-bottom-32 {
  bottom: 8rem !important;
}

.gc-left-\[30px\] {
  left: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

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

.gc-right-0 {
  right: 0px !important;
}

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

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

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

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-right-0 {
  right: 0px !important;
}

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

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-top-5 {
  top: 1.25rem !important;
}

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

.gc-left-1\/2 {
  left: 50% !important;
}

.gc-z-\[-1\] {
  z-index: -1 !important;
}

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

.gc-z-\[1\] {
  z-index: 1 !important;
}

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

.gc-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.gc-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

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

.gc-row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.gc-row-start-1 {
  grid-row-start: 1 !important;
}

.gc-row-end-3 {
  grid-row-end: 3 !important;
}

.gc-row-end-4 {
  grid-row-end: 4 !important;
}

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

.gc-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

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

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

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

.gc-my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

.gc-mb-32 {
  margin-bottom: 8rem !important;
}

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

.gc-mt-24 {
  margin-top: 6rem !important;
}

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

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

.gc-mt-0 {
  margin-top: 0px !important;
}

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

.gc-ml-20 {
  margin-left: 5rem !important;
}

.gc-mt-16 {
  margin-top: 4rem !important;
}

.gc-mt-8 {
  margin-top: 2rem !important;
}

.gc-ml-5 {
  margin-left: 1.25rem !important;
}

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

.gc-ml-3 {
  margin-left: 0.75rem !important;
}

.gc-mr-2 {
  margin-right: 0.5rem !important;
}

.gc-ml-\[-25px\] {
  margin-left: -25px !important;
}

.gc-mt-\[-25px\] {
  margin-top: -25px !important;
}

.gc-mr-\[15px\] {
  margin-right: 15px !important;
}

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-mt-32 {
  margin-top: 8rem !important;
}

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

.gc-mt-20 {
  margin-top: 5rem !important;
}

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

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-ml-1 {
  margin-left: 0.25rem !important;
}

.gc-mt-28 {
  margin-top: 7rem !important;
}

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

.gc-block {
  display: block !important;
}

.gc-inline {
  display: inline !important;
}

.gc-flex {
  display: flex !important;
}

.gc-table {
  display: table !important;
}

.gc-table-cell {
  display: table-cell !important;
}

.gc-grid {
  display: grid !important;
}

.gc-list-item {
  display: list-item !important;
}

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

.gc-aspect-video {
  aspect-ratio: 16 / 9 !important;
}

.gc-aspect-auto {
  aspect-ratio: auto !important;
}

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

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

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

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

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-96 {
  height: 24rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

.gc-h-10 {
  height: 2.5rem !important;
}

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

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

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

.gc-max-h-32 {
  max-height: 8rem !important;
}

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

.gc-w-1\/2 {
  width: 50% !important;
}

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

.gc-w-9\/12 {
  width: 75% !important;
}

.gc-w-1\/3 {
  width: 33.333333% !important;
}

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

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

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

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

.gc-w-20 {
  width: 5rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

.gc-w-5 {
  width: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

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

.gc-w-5 {
  width: 1.25rem !important;
}

.gc-w-10 {
  width: 2.5rem !important;
}

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

.gc-max-w-\[350px\] {
  max-width: 350px !important;
}

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

.gc-max-w-\[90px\] {
  max-width: 90px !important;
}

.gc-max-w-xl {
  max-width: 36rem !important;
}

.gc-max-w-\[800px\] {
  max-width: 800px !important;
}

.gc-max-w-sm {
  max-width: 24rem !important;
}

.gc-max-w-xl {
  max-width: 36rem !important;
}

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

.gc-flex-initial {
  flex: 0 1 auto !important;
}

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

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

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-basis-2\/6 {
  flex-basis: 33.333333% !important;
}

.gc-basis-4\/6 {
  flex-basis: 66.666667% !important;
}

.gc-table-auto {
  table-layout: auto !important;
}

.gc-table-fixed {
  table-layout: fixed !important;
}

.gc-border-collapse {
  border-collapse: collapse !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc-translate-x-1 {
  --tw-translate-x: 0.25rem !important;
  transform: var(--tw-transform) !important;
}

.gc-translate-x-1\/2 {
  --tw-translate-x: 50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: var(--tw-transform) !important;
}

.gc-transform {
  transform: var(--tw-transform) !important;
}

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

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

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

.gc-animate-blur {
  -webkit-animation: blur 2s ease-in-out !important;
          animation: blur 2s ease-in-out !important;
}

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

.gc-list-inside {
  list-style-position: inside !important;
}

.gc-list-disc {
  list-style-type: disc !important;
}

.gc-columns-2 {
  -moz-columns: 2 !important;
       columns: 2 !important;
}

.gc-auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.gc-grid-flow-col {
  grid-auto-flow: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

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

.gc-place-content-center {
  place-content: center !important;
}

.gc-items-center {
  align-items: center !important;
}

.gc-justify-between {
  justify-content: space-between !important;
}

.gc-gap-20 {
  gap: 5rem !important;
}

.gc-gap-\[1px\] {
  gap: 1px !important;
}

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

.gc-gap-0 {
  gap: 0px !important;
}

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

.gc-gap-32 {
  gap: 8rem !important;
}

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

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

.gc-gap-4 {
  gap: 1rem !important;
}

.gc-gap-14 {
  gap: 3.5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

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

.gc-gap-20 {
  gap: 5rem !important;
}

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

.gc-gap-y-10 {
  row-gap: 2.5rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-20 {
  row-gap: 5rem !important;
}

.gc-gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gc-gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gc-gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gc-gap-y-\[1px\] {
  row-gap: 1px !important;
}

.gc-gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

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

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

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

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

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

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

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

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

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

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-6 {
  row-gap: 1.5rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-7 {
  row-gap: 1.75rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-8 {
  row-gap: 2rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-1 {
  row-gap: 0.25rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-12 {
  row-gap: 3rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-14 {
  row-gap: 3.5rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-16 {
  row-gap: 4rem !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[16\] {
  row-gap: 16 !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[2\] {
  row-gap: 2 !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[20p\] {
  row-gap: 20p !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[20px\] {
  row-gap: 20px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[40px\] {
  row-gap: 40px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[38px\] {
  row-gap: 38px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[37px\] {
  row-gap: 37px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[36px\] {
  row-gap: 36px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[35px\] {
  row-gap: 35px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[35px\] {
  row-gap: 35px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

.gc-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gc-gap-y-\[30px\] {
  row-gap: 30px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-justify-self-center {
  justify-self: center !important;
}

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

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

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

.gc-rounded-md {
  border-radius: 0.375rem !important;
}

.gc-rounded-none {
  border-radius: 0px !important;
}

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

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

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

.gc-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.gc-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.gc-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.gc-rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

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

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

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

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

.gc-border-b-2 {
  border-bottom-width: 2px !important;
}

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

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

.gc-border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-border-dotted {
  border-style: dotted !important;
}

.gc-border-\[\#735751\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 87 81 / var(--tw-border-opacity)) !important;
}

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

.gc-border-\[\#CD3725\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 55 37 / var(--tw-border-opacity)) !important;
}

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

.gc-border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}

.gc-border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

.gc-border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
}

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

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

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

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

.gc-border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important;
}

.gc-border-slate-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.gc-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.gc-border-t-gray-600 {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
}

.gc-bg-\[\#735751\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(115 87 81 / var(--tw-bg-opacity)) !important;
}

.gc-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}

.gc-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.gc-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.gc-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.gc-bg-slate-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}

.gc-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.gc-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.gc-bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.gc-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.gc-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.gc-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.gc-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.gc-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.gc-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.gc-bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.gc-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.gc-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.gc-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.gc-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.gc-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.gc-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/d6wFxH7\/guard-05\.png\'\)\] {
  background-image: url('https://i.ibb.co/d6wFxH7/guard-05.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/hY6t0gh\/guard-06\.png\'\)\] {
  background-image: url('https://i.ibb.co/hY6t0gh/guard-06.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/wgP0jQt\/guard-07\.png\'\)\] {
  background-image: url('https://i.ibb.co/wgP0jQt/guard-07.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/kXPg2JG\/guard-08\.png\'\)\] {
  background-image: url('https://i.ibb.co/kXPg2JG/guard-08.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/c2H7TKD\/guard-09\.png\'\)\] {
  background-image: url('https://i.ibb.co/c2H7TKD/guard-09.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/3RKmcXm\/guard-10\.png\'\)\] {
  background-image: url('https://i.ibb.co/3RKmcXm/guard-10.png') !important;
}

.gc-bg-\[url\(\'https\:\/\/i\.ibb\.co\/28GNFmS\/guard-11\.png\'\)\] {
  background-image: url('https://i.ibb.co/28GNFmS/guard-11.png') !important;
}

.gc-from-green-600 {
  --tw-gradient-from: #16a34a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 163 74 / 0)) !important;
}

.gc-from-green-800 {
  --tw-gradient-from: #166534 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(22 101 52 / 0)) !important;
}

.gc-to-\[\#735751\] {
  --tw-gradient-to: #735751 !important;
}

.gc-to-green-600 {
  --tw-gradient-to: #16a34a !important;
}

.gc-box-decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.gc-bg-cover {
  background-size: cover !important;
}

.gc-bg-fixed {
  background-attachment: fixed !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-bg-center {
  background-position: center !important;
}

.gc-bg-bottom {
  background-position: bottom !important;
}

.gc-fill-\[none\] {
  fill: none !important;
}

.gc-stroke-white {
  stroke: #fff !important;
}

.gc-stroke-current {
  stroke: currentColor !important;
}

.gc-p-10 {
  padding: 2.5rem !important;
}

.gc-p-20 {
  padding: 5rem !important;
}

.gc-p-2 {
  padding: 0.5rem !important;
}

.gc-p-0 {
  padding: 0px !important;
}

.gc-p-\[17px\] {
  padding: 17px !important;
}

.gc-p-5 {
  padding: 1.25rem !important;
}

.gc-p-8 {
  padding: 2rem !important;
}

.gc-p-20 {
  padding: 5rem !important;
}

.gc-p-8 {
  padding: 2rem !important;
}

.gc-p-20 {
  padding: 5rem !important;
}

.gc-p-8 {
  padding: 2rem !important;
}

.gc-p-20 {
  padding: 5rem !important;
}

.gc-p-8 {
  padding: 2rem !important;
}

.gc-p-20 {
  padding: 5rem !important;
}

.gc-p-8 {
  padding: 2rem !important;
}

.gc-p-0 {
  padding: 0px !important;
}

.gc-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.gc-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.gc-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gc-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.gc-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.gc-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gc-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.gc-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.gc-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gc-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gc-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gc-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gc-py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pb-5 {
  padding-bottom: 1.25rem !important;
}

.gc-pt-3 {
  padding-top: 0.75rem !important;
}

.gc-pl-8 {
  padding-left: 2rem !important;
}

.gc-pt-10 {
  padding-top: 2.5rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pl-\[420px\] {
  padding-left: 420px !important;
}

.gc-pb-20 {
  padding-bottom: 5rem !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-6 {
  padding-top: 1.5rem !important;
}

.gc-pb-32 {
  padding-bottom: 8rem !important;
}

.gc-pl-\[10px\] {
  padding-left: 10px !important;
}

.gc-pr-\[10px\] {
  padding-right: 10px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pt-32 {
  padding-top: 8rem !important;
}

.gc-pl-10 {
  padding-left: 2.5rem !important;
}

.gc-pt-10 {
  padding-top: 2.5rem !important;
}

.gc-pb-0 {
  padding-bottom: 0px !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.gc-pt-2 {
  padding-top: 0.5rem !important;
}

.gc-pt-0 {
  padding-top: 0px !important;
}

.gc-text-left {
  text-align: left !important;
}

.gc-text-center {
  text-align: center !important;
}

.gc-text-right {
  text-align: right !important;
}

.gc-align-top {
  vertical-align: top !important;
}

.gc-align-middle {
  vertical-align: middle !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-bo {
  font-family: myFont-bo, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-font-myFont-ex {
  font-family: myFont-ex, sans !important;
}

.gc-font-myFont-li {
  font-family: myFont-li, sans !important;
}

.gc-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[15px\] {
  font-size: 15px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.gc-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.gc-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.gc-text-\[14px\] {
  font-size: 14px !important;
}

.gc-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.gc-font-bold {
  font-weight: 700 !important;
}

.gc-font-semibold {
  font-weight: 600 !important;
}

.gc-font-light {
  font-weight: 300 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-normal {
  line-height: 1.5 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-none {
  line-height: 1 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-snug {
  line-height: 1.375 !important;
}

.gc-leading-relaxed {
  line-height: 1.625 !important;
}

.gc-leading-none {
  line-height: 1 !important;
}

.gc-tracking-tighter {
  letter-spacing: -0.05em !important;
}

.gc-tracking-tight {
  letter-spacing: -0.025em !important;
}

.gc-text-\[\#735751\] {
  --tw-text-opacity: 1 !important;
  color: rgb(115 87 81 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}

.gc-text-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.gc-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.gc-text-\[\#CD3725\] {
  --tw-text-opacity: 1 !important;
  color: rgb(205 55 37 / var(--tw-text-opacity)) !important;
}

.gc-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}

.gc-text-\[\#dc143c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(220 20 60 / var(--tw-text-opacity)) !important;
}

.gc-text-\[\#009FE3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 159 227 / var(--tw-text-opacity)) !important;
}

.gc-text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(96 165 250 / var(--tw-text-opacity)) !important;
}

.gc-text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
}

.gc-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.gc-text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}

.gc-text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(126 34 206 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-slate-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(100 116 139 / var(--tw-text-opacity)) !important;
}

.gc-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 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-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.gc-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gc-underline {
  text-decoration: underline !important;
}

.gc-decoration-green-600 {
  -webkit-text-decoration-color: #16a34a !important;
          text-decoration-color: #16a34a !important;
}

.gc-decoration-\[\#735751\] {
  -webkit-text-decoration-color: #735751 !important;
          text-decoration-color: #735751 !important;
}

.gc-decoration-slate-600 {
  -webkit-text-decoration-color: #475569 !important;
          text-decoration-color: #475569 !important;
}

.gc-decoration-\[\#CD3725\] {
  -webkit-text-decoration-color: #CD3725 !important;
          text-decoration-color: #CD3725 !important;
}

.gc-decoration-green-500 {
  -webkit-text-decoration-color: #22c55e !important;
          text-decoration-color: #22c55e !important;
}

.gc-decoration-red-700 {
  -webkit-text-decoration-color: #b91c1c !important;
          text-decoration-color: #b91c1c !important;
}

.gc-decoration-dotted {
  -webkit-text-decoration-style: dotted !important;
          text-decoration-style: dotted !important;
}

.gc-underline-offset-2 {
  text-underline-offset: 2px !important;
}

.gc-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.gc-opacity-60 {
  opacity: 0.6 !important;
}

.gc-opacity-\[0\.3\] {
  opacity: 0.3 !important;
}

.gc-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gc-brightness-75 {
  --tw-brightness: brightness(.75) !important;
  filter: var(--tw-filter) !important;
}

.gc-drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  filter: var(--tw-filter) !important;
}

.gc-grayscale-\[80\%\] {
  --tw-grayscale: grayscale(80%) !important;
  filter: var(--tw-filter) !important;
}

.gc-grayscale-\[70\%\] {
  --tw-grayscale: grayscale(70%) !important;
  filter: var(--tw-filter) !important;
}

.gc-filter {
  filter: var(--tw-filter) !important;
}

.gc-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
          backdrop-filter: var(--tw-backdrop-filter) !important;
}

.gc-backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
          backdrop-filter: var(--tw-backdrop-filter) !important;
}

.gc-backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
          backdrop-filter: var(--tw-backdrop-filter) !important;
}

.gc-duration-300 {
  transition-duration: 300ms !important;
}

.pc-menu .nav-top .menu-li.on .menu-a::after {
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 10;
  height: 5px;
  width: 100%;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(229 231 235 / 0));
  content: var(--tw-content);
  --tw-gradient-to: #fff;
}

.swiper-slide::after {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  content: "" !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9 !important;
}

.menu-ul .sub-1dul .sub-1dli > a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: myFont-bo, sans;
  font-size: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.pc-menu .nav-top .sub-2dli > a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: myFont-li, sans;
  font-size: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.pc-menu {
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  /* @apply gc-bg-black gc-bg-opacity-20 gc-border-b gc-border-gray-500; */
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.nav-fixed .pc-menu {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
}

.pc-menu .nav-top .menu-a {
  display: block;
  font-family: myFont-ex, sans;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-fixed .pc-menu .nav-top .menu-a {
  font-family: myFont-ex, sans;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.btn_submit {
  background-color: #ff4081 !important;
  color: #fff !important;
}

.pc-menu .subm-w {
  width: 190px !important;
}

@-webkit-keyframes blur {
  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }

  0% {
    filter: blur(30px) !important;
  }

  100% {
    filter: blur(0px) !important;
  }
}

@keyframes blur {
  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }

  0% {
    filter: blur(30px);
  }

  100% {
    filter: blur(0px);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }

  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }

  from {
    transform: translate3d(0, 100%, 0) !important;
    visibility: visible !important;
  }

  to {
    transform: translate3d(0, 0, 0) !important;
  }
}

.gc-animate-slide-in-up {
  -webkit-animation: slideInUp 500ms !important;
  animation: slideInUp 500ms !important;
}

.\[0\:file\] {
  0: file;
}

.\[0\:cert\] {
  0: cert;
}

.\[0\:domain\] {
  0: domain;
}

.\[0\:value\] {
  0: value;
}

.\[0\:date\] {
  0: date;
}

.\[0\:title\] {
  0: title;
}

.\[0\:desc\] {
  0: desc;
}

.\[0\:creator\] {
  0: creator;
}

.\[1\:date\] {
  1: date;
}

.\[0\:tag\] {
  0: tag;
}

.\[0\:it\] {
  0: it;
}

.\[0\:od_id\] {
  0: od id;
}

.\[0\:bo_subject\] {
  0: bo subject;
}

.\[1\:wr_id\] {
  1: wr id;
}

.\[2\:wr_subject\] {
  2: wr subject;
}

.\[hostname\:port\] {
  hostname: port;
}

.\[http\:\/\/www\.php\.net\/manual\/en\/intro\.curl\.php\] {
  http: //www.php.net/manual/en/intro.curl.php;
}

.\[http\:\/\/php\.net\/manual\/en\/book\.json\.php\] {
  http: //php.net/manual/en/book.json.php;
}

.swiper-pagination-bullet {
  padding-top: 13px !important;
  width: 100% !important;
  min-height: 50px !important;
  opacity: 1 !important;
  border-top: 3px solid white !important;
  border-radius: 0px !important;
  color: white !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.7 !important;
  padding-left: 0.5rem !important;
  text-align: center !important;
  font-family: myFont-li, sans !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  text-align: center;
  font-family: myFont-bo, sans;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.swiper-pagination-bullet-active > span {
  font-family: myFont-bo, sans;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.after\:gc-absolute::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-top-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
}

.after\:gc-left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:gc-h-full::after {
  content: var(--tw-content) !important;
  height: 100% !important;
}

.after\:gc-w-full::after {
  content: var(--tw-content) !important;
  width: 100% !important;
}

.after\:gc-bg-white::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.after\:gc-bg-black::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.after\:gc-bg-opacity-0::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 0 !important;
}

.after\:gc-bg-opacity-50::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 0.5 !important;
}

.after\:gc-backdrop-grayscale-\[10\%\]::after {
  content: var(--tw-content) !important;
  --tw-backdrop-grayscale: grayscale(10%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
          backdrop-filter: var(--tw-backdrop-filter) !important;
}

.after\:gc-backdrop-grayscale-\[50\%\]::after {
  content: var(--tw-content) !important;
  --tw-backdrop-grayscale: grayscale(50%) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-filter) !important;
          backdrop-filter: var(--tw-backdrop-filter) !important;
}

.hover\:gc-bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}

.hover\:gc-bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:gc-text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

.hover\:gc-text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
}

.hover\:gc-text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(21 128 61 / var(--tw-text-opacity)) !important;
}

@media (min-width: 480px) {
  .sm\:gc-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 768px) {
  .md\:gc-absolute {
    position: absolute !important;
  }

  .md\:gc-top-1\/2 {
    top: 50% !important;
  }

  .md\:gc-left-1\/2 {
    left: 50% !important;
  }

  .md\:gc-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:gc-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:gc-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:gc-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:gc-mt-0 {
    margin-top: 0px !important;
  }

  .md\:gc-block {
    display: block !important;
  }

  .md\:gc-flex {
    display: flex !important;
  }

  .md\:gc-h-\[800px\] {
    height: 800px !important;
  }

  .md\:gc-h-full {
    height: 100% !important;
  }

  .md\:gc-w-1\/2 {
    width: 50% !important;
  }

  .md\:gc-w-auto {
    width: auto !important;
  }

  .md\:gc-max-w-\[800px\] {
    max-width: 800px !important;
  }

  .md\:gc-max-w-\[1170px\] {
    max-width: 1170px !important;
  }

  .md\:gc--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    transform: var(--tw-transform) !important;
  }

  .md\:gc--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: var(--tw-transform) !important;
  }

  .md\:gc-columns-3 {
    -moz-columns: 3 !important;
         columns: 3 !important;
  }

  .md\:gc-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:gc-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:gc-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:gc-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:gc-flex-row {
    flex-direction: row !important;
  }

  .md\:gc-gap-32 {
    gap: 8rem !important;
  }

  .md\:gc-gap-20 {
    gap: 5rem !important;
  }

  .md\:gc-gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gc-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:gc-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:gc-p-20 {
    padding: 5rem !important;
  }

  .md\:gc-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 992px) {
  .lg\:gc-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }
}
