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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: "Noto Sans JP";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

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

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

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

.\!right-\[-112px\] {
  right: -112px !important;
}

.\!top-\[45\%\] {
  top: 45% !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-8 {
  left: 2rem;
}

.left-\[-32px\] {
  left: -32px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/4 {
  top: 25%;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-\[-100px\] {
  top: -100px;
}

.top-\[48px\] {
  top: 48px;
}

.z-\[19999\] {
  z-index: 19999;
}

.z-\[9998\] {
  z-index: 9998;
}

.z-\[9999\] {
  z-index: 9999;
}

.\!mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-16 {
  margin-right: 4rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-thumbnail {
  aspect-ratio: 1920/1005;
}

.\!h-3 {
  height: 0.75rem !important;
}

.h-12 {
  height: 3rem;
}

.h-36 {
  height: 9rem;
}

.h-48 {
  height: 12rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

.h-\[2em\] {
  height: 2em;
}

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

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

.h-full {
  height: 100%;
}

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

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

.\!w-3 {
  width: 0.75rem !important;
}

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

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

.w-2\/3 {
  width: 66.666667%;
}

.w-36 {
  width: 9rem;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%-3em\] {
  width: 100%-3em;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[10em\] {
  width: 10em;
}

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

.w-\[12em\] {
  width: 12em;
}

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

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

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

.w-\[2em\] {
  width: 2em;
}

.w-\[3em\] {
  width: 3em;
}

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

.w-\[5em\] {
  width: 5em;
}

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

.w-\[calc\(\(100\%-16px\)\/2\)\] {
  width: calc((100% - 16px) / 2);
}

.w-\[calc\(\(100\%-16px\*2\)\/3\)\] {
  width: calc((100% - 16px * 2) / 3);
}

.w-full {
  width: 100%;
}

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

.min-w-\[3em\] {
  min-width: 3em;
}

.max-w-content-md {
  max-width: 768px;
}

.max-w-content-xl {
  max-width: 1216px;
}

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

.origin-top-left {
  transform-origin: top left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!transform-none {
  transform: none !important;
}

.\!cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

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

.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

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

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

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

.border-dotted {
  border-style: dotted;
}

.\!border-none {
  border-style: none !important;
}

.border-gmo-gray {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-gmo-midgray {
  --tw-border-opacity: 1;
  border-color: rgb(203 209 218 / var(--tw-border-opacity));
}

.border-gmo-rightgray {
  --tw-border-opacity: 1;
  border-color: rgb(242 243 245 / var(--tw-border-opacity));
}

.border-b-gmo-gray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-b-gmo-midgray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 209 218 / var(--tw-border-opacity));
}

.border-b-gmo-rightgray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 243 245 / var(--tw-border-opacity));
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-l-gmo-gray {
  --tw-border-opacity: 1;
  border-left-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-r-gmo-gray {
  --tw-border-opacity: 1;
  border-right-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-r-gmo-midgray {
  --tw-border-opacity: 1;
  border-right-color: rgb(203 209 218 / var(--tw-border-opacity));
}

.border-t-gmo-midgray {
  --tw-border-opacity: 1;
  border-top-color: rgb(203 209 218 / var(--tw-border-opacity));
}

.border-t-gmo-rightgray {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 243 245 / var(--tw-border-opacity));
}

.\!bg-gmo-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity)) !important;
}

.bg-gmo-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 172 / var(--tw-bg-opacity));
}

.bg-gmo-rightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}

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

.object-contain {
  object-fit: contain;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-32 {
  padding-left: 8rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

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

.text-2xl {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0em;
}

.text-3xl {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0em;
}

.text-base {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
}

.text-sm {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
}

.text-xs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0em;
}

.text-xxs {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0em;
  font-weight: 400;
}

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

.font-light {
  font-weight: 300;
}

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

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

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

.leading-\[1em\] {
  line-height: 1em;
}

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

.text-gmo-blue {
  --tw-text-opacity: 1;
  color: rgb(0 91 172 / var(--tw-text-opacity));
}

.text-gmo-gray {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-gmo-midgray {
  --tw-text-opacity: 1;
  color: rgb(203 209 218 / var(--tw-text-opacity));
}

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

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

.\!no-underline {
  text-decoration-line: none !important;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:ml-2::after {
  content: var(--tw-content);
  margin-left: 0.5rem;
}

.after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}

.after\:content-\[\'\>\'\]::after {
  --tw-content: '>';
  content: var(--tw-content);
}

.after\:content-\[\'\|\'\]::after {
  --tw-content: '|';
  content: var(--tw-content);
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-t-gmo-gray:first-child {
  --tw-border-opacity: 1;
  border-top-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:after\:content-\[\'\'\]:last-child::after {
  --tw-content: '';
  content: var(--tw-content);
}

.odd\:mr-4:nth-child(odd) {
  margin-right: 1rem;
}

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

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-gmo-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 172 / var(--tw-border-opacity));
}

.hover\:bg-gmo-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 172 / var(--tw-bg-opacity));
}

.hover\:text-gmo-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 172 / var(--tw-text-opacity));
}

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

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

.group:last-child .group-last\:after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.data-\[state\=open\]\:mb-8[data-state=open] {
  margin-bottom: 2rem;
}

.data-\[state\=open\]\:block[data-state=open] {
  display: block;
}

.data-\[state\=open\]\:grid-rows-\[1fr\][data-state=open] {
  grid-template-rows: 1fr;
}

.data-\[state\=open\]\:border-b[data-state=open] {
  border-bottom-width: 1px;
}

.data-\[state\=open\]\:border-b-\[4px\][data-state=open] {
  border-bottom-width: 4px;
}

.data-\[state\=active\]\:border-gmo-blue[data-state=active] {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 172 / var(--tw-border-opacity));
}

.data-\[state\=open\]\:border-b-gmo-blue[data-state=open] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 91 172 / var(--tw-border-opacity));
}

.data-\[state\=active\]\:bg-gmo-blue[data-state=active] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 172 / var(--tw-bg-opacity));
}

.data-\[state\=open\]\:pb-8[data-state=open] {
  padding-bottom: 2rem;
}

.data-\[state\=active\]\:text-white[data-state=active] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 375px) {
  .xs\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:w-\[3em\] {
    width: 3em;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[calc\(\(100\%-16px\)\/2\)\] {
    width: calc((100% - 16px) / 2);
  }

  .md\:odd\:mr-4:nth-child(odd) {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-\[29px\] {
    bottom: 29px;
  }

  .lg\:left-auto {
    left: auto;
  }

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

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:top-\[29px\] {
    top: 29px;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

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

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

  .lg\:aspect-\[1400\/460\] {
    aspect-ratio: 1400/460;
  }

  .lg\:aspect-\[1400\/580\] {
    aspect-ratio: 1400/580;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-\[16px\] {
    height: 16px;
  }

  .lg\:h-\[20px\] {
    height: 20px;
  }

  .lg\:h-\[384px\] {
    height: 384px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[460px\] {
    max-height: 460px;
  }

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[16em\] {
    width: 16em;
  }

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

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

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

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

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

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[8em\] {
    width: 8em;
  }

  .lg\:w-\[calc\(\(100\%-16px\*2\)\/3\)\] {
    width: calc((100% - 16px * 2) / 3);
  }

  .lg\:w-\[calc\(\(100\%-16px\*4\)\/5\)\] {
    width: calc((100% - 16px * 4) / 5);
  }

  .lg\:w-\[calc\(\(100\%-64px\)\/3\)\] {
    width: calc((100% - 64px) / 3);
  }

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

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

  .lg\:max-w-content-lg {
    max-width: 1024px;
  }

  .lg\:max-w-content-md {
    max-width: 768px;
  }

  .lg\:max-w-content-xl {
    max-width: 1216px;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

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

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-b-gmo-blue {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 91 172 / var(--tw-border-opacity));
  }

  .lg\:border-r-gmo-rightgray {
    --tw-border-opacity: 1;
    border-right-color: rgb(242 243 245 / var(--tw-border-opacity));
  }

  .lg\:bg-gmo-rightgray {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 245 / var(--tw-bg-opacity));
  }

  .lg\:object-center {
    object-position: center;
  }

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

  .lg\:text-2xl {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0em;
  }

  .lg\:text-3xl {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0em;
  }

  .lg\:text-4xl {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0em;
  }

  .lg\:text-5xl {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0em;
  }

  .lg\:text-base {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
  }

  .lg\:text-sm {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
  }

  .lg\:text-xl {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .lg\:text-xs {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0em;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:after\:mx-4::after {
    content: var(--tw-content);
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:odd\:mr-0:nth-child(odd) {
    margin-right: 0px;
  }

  .lg\:odd\:mr-8:nth-child(odd) {
    margin-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

  .xl\:text-base {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
  }

  .xl\:after\:content-\[\'\|\'\]::after {
    --tw-content: '|';
    content: var(--tw-content);
  }
}

@media (min-width: 1536px) {
  .\32xl\:block {
    display: block;
  }
}

.\[\&\.glide\\_\\_bullet--active\]\:\!bg-gmo-rightgray.glide__bullet--active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity)) !important;
}

.\[\&\:nth-child\(3n\)\]\:mr-0:nth-child(3n) {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .lg\:\[\&\:nth-child\(3n\)\]\:mr-0:nth-child(3n) {
    margin-right: 0px;
  }

  .lg\:\[\&\:nth-child\(3n\)\]\:mr-4:nth-child(3n) {
    margin-right: 1rem;
  }

  .lg\:\[\&\:nth-child\(5n\)\]\:mr-0:nth-child(5n) {
    margin-right: 0px;
  }
}

.\[\&_label\]\:ml-1 label {
  margin-left: 0.25rem;
}

.\[\&_label\]\:mr-4 label {
  margin-right: 1rem;
}

.\[\&_li\]\:mb-1 li {
  margin-bottom: 0.25rem;
}

.\[\&_li\]\:flex li {
  display: flex;
}

.\[\&_li\]\:items-center li {
  align-items: center;
}

.\[\&_li\]\:justify-between li {
  justify-content: space-between;
}

.\[\&_li\]\:border-b li {
  border-bottom-width: 1px;
}

.\[\&_li\]\:pb-1 li {
  padding-bottom: 0.25rem;
}

.\[\&_li_a\]\:text-sm li a {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
}

.\[\&_li_a\]\:text-gmo-blue li a {
  --tw-text-opacity: 1;
  color: rgb(0 91 172 / var(--tw-text-opacity));
}

.\[\&_li_i_img\]\:w-4 li i img {
  width: 1rem;
}

.\[\&_p\]\:last\:\!mb-0:last-child p {
  margin-bottom: 0px !important;
}

.\[\&_td\]\:flex td {
  display: flex;
}

.\[\&_td\]\:w-full td {
  width: 100%;
}

.\[\&_td\]\:items-center td {
  align-items: center;
}

@media (min-width: 1024px) {
  .\[\&_td\]\:lg\:w-1\/3 td {
    width: 33.333333%;
  }

  .\[\&_td\]\:lg\:w-2\/3 td {
    width: 66.666667%;
  }

  .\[\&_td\]\:lg\:p-4 td {
    padding: 1rem;
  }
}

.\[\&_th\]\:mb-2 th {
  margin-bottom: 0.5rem;
}

.\[\&_th\]\:w-full th {
  width: 100%;
}

.\[\&_th\]\:text-left th {
  text-align: left;
}

.\[\&_th\]\:font-normal th {
  font-weight: 400;
}

@media (min-width: 1024px) {
  .\[\&_th\]\:lg\:mb-0 th {
    margin-bottom: 0px;
  }

  .\[\&_th\]\:lg\:w-1\/3 th {
    width: 33.333333%;
  }

  .\[\&_th\]\:lg\:bg-gmo-rightgray th {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 245 / var(--tw-bg-opacity));
  }

  .\[\&_th\]\:lg\:p-4 th {
    padding: 1rem;
  }
}

.\[\&_th_span\]\:text-gmo-red th span {
  --tw-text-opacity: 1;
  color: rgb(220 89 151 / var(--tw-text-opacity));
}

.\[\&_tr\]\:flex tr {
  display: flex;
}

.\[\&_tr\]\:flex-wrap tr {
  flex-wrap: wrap;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

.\[\&_tr\]\:border-b-gmo-midgray tr {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 209 218 / var(--tw-border-opacity));
}

.\[\&_tr\]\:py-4 tr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .\[\&_tr\]\:lg\:table-row tr {
    display: table-row;
  }

  .\[\&_tr\]\:lg\:py-0 tr {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}