@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 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;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-left-6{
  left: -1.5rem;
}
.-left-8{
  left: -2rem;
}
.-left-\[17px\]{
  left: -17px;
}
.-left-\[25px\]{
  left: -25px;
}
.-right-\[25px\]{
  right: -25px;
}
.-top-4{
  top: -1rem;
}
.-top-8{
  top: -2rem;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-\[10px\]{
  bottom: 10px;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-\[5px\]{
  left: 5px;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-3{
  top: 0.75rem;
}
.top-auto{
  top: auto;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1000\]{
  z-index: 1000;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[118px\]{
  height: 118px;
}
.h-\[11em\]{
  height: 11em;
}
.h-\[146px\]{
  height: 146px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[2em\]{
  height: 2em;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[4\.5em\]{
  height: 4.5em;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[420px\]{
  height: 420px;
}
.h-\[5\.5em\]{
  height: 5.5em;
}
.h-\[5em\]{
  height: 5em;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[7em\]{
  height: 7em;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[84px\]{
  height: 84px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[11em\]{
  width: 11em;
}
.w-\[146px\]{
  width: 146px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[154px\]{
  width: 154px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[3em\]{
  width: 3em;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[6em\]{
  width: 6em;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[720px\]{
  width: 720px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[190px\]{
  max-width: 190px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[497px\]{
  max-width: 497px;
}
.max-w-\[530px\]{
  max-width: 530px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[710px\]{
  max-width: 710px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[830px\]{
  max-width: 830px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[8deg\]{
  --tw-rotate: 8deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#191919\]{
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity, 1));
}
.border-\[\#303030\]{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}
.border-\[\#41B93C\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 185 60 / var(--tw-border-opacity, 1));
}
.border-\[\#41b93c\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 185 60 / var(--tw-border-opacity, 1));
}
.border-\[\#96D200\]{
  --tw-border-opacity: 1;
  border-color: rgb(150 210 0 / var(--tw-border-opacity, 1));
}
.border-\[\#BCB8B8\]{
  --tw-border-opacity: 1;
  border-color: rgb(188 184 184 / var(--tw-border-opacity, 1));
}
.border-\[\#FAD714\]{
  --tw-border-opacity: 1;
  border-color: rgb(250 215 20 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}
.bg-\[\#252525\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#41B93C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 185 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#41b93c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 185 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#96D200\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 210 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEFDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 253 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F1F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FAF4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FA9A14\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 154 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAD714\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 215 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFBE6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-\[\#41B93C\]{
  --tw-text-opacity: 1 !important;
  color: rgb(65 185 60 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#FA9A14\]{
  --tw-text-opacity: 1 !important;
  color: rgb(250 154 20 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#303030\]{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#41B93C\]{
  --tw-text-opacity: 1;
  color: rgb(65 185 60 / var(--tw-text-opacity, 1));
}
.text-\[\#41b93c\]{
  --tw-text-opacity: 1;
  color: rgb(65 185 60 / var(--tw-text-opacity, 1));
}
.text-\[\#96D200\]{
  --tw-text-opacity: 1;
  color: rgb(150 210 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FA9A14\]{
  --tw-text-opacity: 1;
  color: rgb(250 154 20 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.shadow-\[0_0_0_10px_\#FFF\]{
  --tw-shadow: 0 0 0 10px #FFF;
  --tw-shadow-colored: 0 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

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

html {
  font-family: "Noto Sans JP", sans-serif;
}

.triangle-banner::before, .triangle-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.triangle-banner::before {
  left: 0;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #eefded transparent;
}
.triangle-banner::after {
  right: 0;
  border-width: 60px 0 0 60px;
  border-color: transparent transparent transparent #eefded;
}

.model-course-swiper .swiper-pagination-bullet {
  background-color: #fff; /* 背景色を白に設定 */
  border: 1px solid #41b93c; /* 枠線は緑 */
  opacity: 1; /* 背景透明度を解除 */
  width: 10px; /* 横幅10px */
  height: 10px; /* 縦幅10px */
  border-radius: 50%; /* 丸くする */
}
.model-course-swiper .swiper-pagination-bullet-active {
  background-color: #41b93c; /* 選択中の丸の背景色 */
  border-color: #41b93c; /* 枠線も緑にする */
}

/* レスポンシブ対応ヘッダー */
header {
  position: fixed;
  border-bottom: 4px solid #41b93c;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
}

.header-container {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.header-top {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 80px;
}
@media (max-width: 1920px) {
  .header-top {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .header-top {
    padding: 0 20px;
  }
}

.header-bottom {
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 640px) {
  .header-bottom {
    display: none;
  }
}

.logo {
  width: 380px;
  height: 50px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .logo {
    width: 300px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .logo {
    width: 270px;
    height: 40px;
  }
}

.header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header-right {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .header-right {
    display: none;
  }
}

.contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 1200px) {
  .contact-info {
    flex-direction: column;
    gap: 0;
  }
}

.reservation-button {
  width: 300px;
  height: 48px;
  background-color: #41b93c;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .reservation-button {
    width: 250px;
  }
}

.nav-item {
  width: 320px;
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .nav-item {
    width: 220px;
  }
}
.nav-item.current {
  background-color: #41b93c;
  border-radius: 12px 12px 0 0;
}
.nav-item.current .nav-text {
  color: #fff;
}
.nav-item.current, .nav-item:not(.current):hover {
  background-color: #41b93c;
  border-radius: 12px 12px 0 0;
}
.nav-item.current .nav-text, .nav-item:not(.current):hover .nav-text {
  color: #fff;
}
.nav-item:not(.current) {
  background-color: #fff;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
}
.nav-item:not(.current) .nav-text {
  color: #303030;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  .nav-item {
    width: 250px;
  }
}

.nav-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}

.contact-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 2em;
  color: #000;
}

.phone-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.167em;
  color: #41b93c;
}
@media (max-width: 1200px) {
  .phone-number {
    font-size: 20px;
  }
}

.reservation-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
}

.titleArea .titleWrap {
  position: relative;
  display: block;
  /* 左右の三角形に共通のスタイル */
}
.titleArea .titleWrap:before, .titleArea .titleWrap:after {
  content: "";
  position: absolute;
  top: 0;
  /* ▼ 変更点1: 親要素の高さに合わせる */
  height: 100%;
  /* ▼ 変更点2: 三角形の幅を指定 */
  width: 25px;
  /* ▼ 変更点3: borderの代わりに背景色で色を指定 */
  background-color: #eefded;
}
.titleArea .titleWrap {
  /* 左側の三角形 (右向き) */
}
.titleArea .titleWrap:before {
  left: -1px;
  /* ▼ 変更点4: clip-pathで右向きの三角形に切り抜く */
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.titleArea .titleWrap {
  /* 右側の三角形 (左向き) */
}
.titleArea .titleWrap:after {
  right: -1px;
  /* ▼ 変更点5: clip-pathで左向きの三角形に切り抜く */
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.text-outline-white-green {
  /* 1. 文字本体の色（塗りつぶし） */
  color: white;
  /* 2. 枠線の太さと色 */
  /* 主要なブラウザ向けに -webkit- プレフィックスを付けます */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #41b93c; /* あなたの緑色 */
  /* 念のため標準プロパティも記述 */
  text-stroke-width: 2px;
  text-stroke-color: #41b93c;
}

.icon-black {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.filter-reset {
  filter: none !important;
}

/* 基本的なスタイル */
body {
  margin: 0;
  font-family: sans-serif;
}

h1,
.content {
  text-align: center;
  padding: 20px;
}

.main-content {
  padding-top: 144px;
}
@media (max-width: 640px) {
  .main-content {
    padding-top: 80px;
  }
}

/* --- スライダーのスタイル --- */
/* スライダーの表示領域。親要素(section)の高さに合わせる */
.slider-container {
  width: 100%;
  height: 100%; /* 親要素の高さに追従 */
  overflow: hidden;
}

/* 2枚の画像を内包し、アニメーションで動かすラッパー */
.slider-wrapper {
  display: flex;
  width: max-content; /* 中の画像の合計幅に自動で合わせる */
  height: 100%; /* 親要素の高さに追従 */
  animation: slide 30s linear infinite;
}

/* スライダー内の画像スタイル（最重要） */
.scrolling-image {
  /* HTMLのクラス名に合わせる */
  /* ★ポイント1: 親の高さに画像を合わせる */
  height: 100%;
  /* ★ポイント2: 高さに合わせて、アスペクト比を維持したまま幅を自動調整 */
  width: auto;
  /* ★ポイント3: 本来の画像幅より縮まないようにし、はみ出しを許可する */
  max-width: none;
}

/* アニメーションの動きを定義 */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    /* ★ポイント4: wrapper全体の幅の50%（=画像1枚分）を動かす */
    transform: translateX(-50%);
  }
}
.btn-custom, .btn-green, .btn-yellow, .btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 9999px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-custom .button-icon, .btn-green .button-icon, .btn-yellow .button-icon, .btn-white .button-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 9999px;
  position: absolute;
  right: 0.75rem;
  transition: background-color 0.3s ease;
}
.btn-white {
  color: #303030;
  background-color: #ffffff;
  border: 2px solid #fad714;
}
.btn-white:hover {
  background-color: #fad714;
  color: #303030;
}
.btn-white:hover .button-icon {
  background-color: #ffffff;
}
.btn-white:hover .button-icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.btn-white .button-icon {
  background-color: #fad714;
}
.btn-white .button-icon img {
  filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.btn-yellow {
  background-color: #fad714;
  border: 2px solid #fad714;
  color: #000 !important;
}
.btn-yellow:hover {
  background-color: #ffffff;
  color: #000;
  border-color: #fad714;
}
.btn-yellow:hover .button-icon {
  background-color: #fad714;
}
.btn-yellow:hover .button-icon img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.btn-yellow .button-icon {
  background-color: #ffffff;
}
.btn-yellow .button-icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}

.btn-green {
  color: #fff;
  background-color: #41b93c;
  border: 2px solid #41b93c;
  transition: background-color 0.3s, color 0.3s ease-in-out;
}
.btn-green .button-icon img,
.btn-green img.filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  transition: filter 0.3s ease;
}
.btn-green:hover {
  background-color: #fff;
  color: #41b93c;
  border-color: #41b93c;
}
.btn-green:hover span {
  color: #41b93c;
}
.btn-green:hover .button-icon img,
.btn-green:hover img.filter {
  filter: invert(53%) sepia(86%) saturate(601%) hue-rotate(70deg) brightness(96%) contrast(91%);
}

.icon_black img {
  filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.main-area {
  padding-top: 140px;
}
@media (max-width: 640px) {
  .main-area {
    padding-top: 80px;
  }
}

/* アクティブな点の色 */
/* 矢印の色 */
.swiper-button-prev,
.swiper-button-next {
  width: 15px !important;
  color: #fff !important;
  opacity: 0.8 !important;
}

.swiper-button-prev {
  left: 4px !important;
}

html {
  scroll-behavior: smooth;
}

/* メニューのテキストのデフォルト状態 */
.menu-line {
  background-color: #bcb8b8;
}

/* メニューのテキストのデフォルト状態 */
.menu-text {
  color: #bcb8b8;
}

/* メニューの円形の背景のデフォルト状態 */
.menu-circle {
  background-color: #bcb8b8;
}

/* --- 1535px以下の画面幅に適用するスタイル --- */
@media (max-width: 1535px) {
  .menu-line {
    background-color: #96d200;
  }
  .menu-text {
    color: #303030;
  }
  .menu-circle {
    background-color: #41b93c;
  }
}
/* メニューのテキストのデフォルト状態 */
.active-menu-line {
  background-color: #96d200 !important;
}

/* アクティブな状態のテキストスタイル */
.active-menu-text {
  color: #303030 !important; /* アクティブ時に黒に変更 */
}

/* アクティブな状態の円形の背景スタイル */
.active-menu-circle {
  background-color: #41b93c !important; /* アクティブ時に黒に変更 */
}

/* Contact Form 7 の入力欄全般のスタイル */
.wpcf7-form-control:not(.wpcf7-submit,
.wpcf7-radio,
.wpcf7-checkbox,
.wpcf7-acceptance){
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(188 184 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

/* select（ドロップダウン）のスタイル */
.wpcf7-form-control.wpcf7-select{
  appearance: none;
}

/* ラジオボタンの調整 */
.wpcf7-form .wpcf7-list-item{
  margin: 0px;
  margin-right: 10px;
}

.wpcf7-form .wpcf7-list-item-label{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  display: inline-block;
}

.wpcf7-form input[type=radio]{
  height: 1rem;
  width: 1rem;
}

/* 同意チェックボックスの調整 */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label{
  display: inline-flex;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]{
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

/* 送信ボタンのスタイル */
.wpcf7-form .wpcf7-submit {
  /* 元のHTMLの<button>に適用されていたクラスをここに記述 */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0.75rem 2rem;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 9999px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.wpcf7-form .wpcf7-submit .button-icon {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 9999px;
  position: absolute;
  right: 0.75rem;
  transition: background-color 0.3s ease;
}
.wpcf7-form .wpcf7-submit {
  background-color: #fad714;
  border: 2px solid #fad714;
  color: #000;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #000;
  border-color: #fad714;
}
.wpcf7-form .wpcf7-submit:hover .button-icon {
  background-color: #fad714;
}
.wpcf7-form .wpcf7-submit:hover .button-icon img {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.wpcf7-form .wpcf7-submit .button-icon {
  background-color: #ffffff;
}
.wpcf7-form .wpcf7-submit .button-icon img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.wpcf7-form .wpcf7-submit {
  /* 必要に応じて具体的なスタイルを @apply で直接指定することも可能です */
  /* @apply text-xl font-bold ... など */
}

/* --- Contact Form 7 ラジオボタンのカスタマイズ --- */
/* ラジオボタンとラベルのコンテナ */
.wpcf7-form .wpcf7-list-item {
  position: relative; /* カスタムボタンを配置する基準点にする */
  margin-bottom: 0.5rem; /* ボタン間の余白 */
}

/* ラベルテキストの位置を調整 */
.wpcf7-form .wpcf7-list-item-label {
  padding-left: 28px; /* カスタムボタンの幅＋余白 */
  cursor: pointer;
  display: inline-block;
  line-height: 20px; /* ボタンの高さに合わせる */
}

/* デフォルトのラジオボタンを隠す */
.wpcf7-form input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* カスタムボタンの外側の円を作成 */
.wpcf7-form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc; /* 非選択時の枠線の色 */
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

/* カスタムボタンの内側の円（ドット）を作成 */
.wpcf7-form .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px; /* (外円20px - 内円10px) / 2 */
  top: 5px; /* (外円20px - 内円10px) / 2 */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #41b93c; /* ★ご希望の色を指定 */
  transform: scale(0); /* 最初は非表示 */
  transition: transform 0.2s ease;
}

/* チェックされた時のスタイル */
/* 枠線の色を変更 */
.wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #41b93c; /* ★ご希望の色を指定 */
}

/* 内側のドットを表示 */
.wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: scale(1);
}

/* キーボード操作時のフォーカススタイル（アクセシビリティ向上） */
.wpcf7-form input[type=radio]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 3px rgba(65, 185, 60, 0.3);
}

/* --- Contact Form 7 チェックボックスのカスタマイズ（チェックマーク版） --- */
/* チェックボックスとラベルのコンテナ */
.wpcf7-form .wpcf7-acceptance {
  position: relative;
  display: inline-block;
}

/* ラベルのテキストを少し右にずらす */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 22px;
}

/* デフォルトのチェックボックスを隠す */
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 枠はそのまま（必要なら色だけ） */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 4px; /* 角丸のまま四角枠を維持する場合 */
  background-color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* チェック状態で中を丸で塗る（シンプルなドット） */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 11px; /* 枠中心 = 0 + 22px/2 */
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%; /* 丸 */
  background-color: #41b93c;
  transform: translate(-50%, -50%) scale(0); /* 初期は非表示 */
  transition: transform 0.2s ease;
}

/* チェック時の見た目 */
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #41b93c;
  background-color: #fff; /* 好みで #eefded 等に */
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) scale(1);
}

html {
  scroll-behavior: smooth;
}

/* メニューのテキストのデフォルト状態 */
.menu-line {
  background-color: #bcb8b8;
}

/* メニューのテキストのデフォルト状態 */
.menu-text {
  color: #bcb8b8;
}

/* メニューの円形の背景のデフォルト状態 */
.menu-circle {
  background-color: #bcb8b8;
}

/* --- 1535px以下の画面幅に適用するスタイル --- */
@media (max-width: 1535px) {
  .menu-line {
    background-color: #96d200;
  }
  .menu-text {
    color: #303030;
  }
  .menu-circle {
    background-color: #41b93c;
  }
}
/* メニューのテキストのデフォルト状態 */
.active-menu-line {
  background-color: #96d200 !important;
}

/* アクティブな状態のテキストスタイル */
.active-menu-text {
  color: #303030 !important; /* アクティブ時に黒に変更 */
}

/* アクティブな状態の円形の背景スタイル */
.active-menu-circle {
  background-color: #41b93c !important; /* アクティブ時に黒に変更 */
}

/* アクティブな状態の円形の背景スタイル */
.active-menu-circle {
  background-color: #41b93c !important; /* アクティブ時に黒に変更 */
}

/* ============================================= */
/* Swiperページネーション強制表示テスト
/* ============================================= */
/* ページネーションの親要素（ドットが配置されるエリア）に背景色を付けて、領域を可視化します */
.model-course-swiper-pagination {
  padding: 10px !important;
}

/* ページネーションの点（bullet）のスタイル */
.swiper-pagination-bullet {
  /* 表示を確実にする */
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  /* サイズを大きくして目立たせる */
  width: 15px !important;
  height: 15px !important;
  /* 色を赤にして、背景に埋もれないようにする */
  background-color: #fff !important;
  /* 念のため枠線もつける */
  border: 2px solid #41b93c !important;
  /* 他のスタイルをリセット */
  margin: 0 5px !important;
  border-radius: 50%;
}

/* アクティブな（現在表示中のスライドを示す）点のスタイル */
.swiper-pagination-bullet-active {
  /* アクティブな点の色は青にする */
  background-color: #41b93c !important;
}

.fukuchan_item {
  width: 270px;
  height: 210px;
  border-radius: 10px;
  background-image: url("../images/common/fukufuku_icon.svg");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .fukuchan_item {
    width: 150px;
    height: 116px;
  }
}

.fukuchan_item.anime {
  animation-name: upDown;
  animation-iteration-count: infinite;
  animation-duration: 0.1s;
  animation-direction: alternate;
  animation-timing-function: steps(2);
  transition-duration: 0.3s;
  transition-property: transform;
}

.fukuchan_stage {
  position: relative;
  width: 100%;
  height: 65px;
  top: 0;
  display: block;
}

.fukuchan_wrap {
  display: block;
  position: absolute;
  top: -144px;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-iteration-count: 1;
  margin-right: -25px;
}
@media (max-width: 640px) {
  .fukuchan_wrap {
    top: -50px;
  }
}

.fukuchan_wrap[data-order=left] {
  animation-name: GoLeft;
}

.fukuchan_wrap[data-order=right] {
  animation-name: GoRight;
}

[data-order=right] > .fukuchan_item {
  transform: rotateY(180deg);
}

@keyframes GoLeft {
  0% {
    right: -10%;
  }
  100% {
    right: 90%;
  }
}
@keyframes GoRight {
  0% {
    right: 90%;
  }
  100% {
    right: -10%;
  }
}
@keyframes upDown {
  0% {
    top: 0;
  }
  100% {
    top: 5px;
  }
}
.grecaptcha-badge {
  z-index: 999;
  visibility: visible !important;
  opacity: 1 !important;
}

.wpcf7-response-output {
  border-color: #41b93c !important;
  color: #41b93c !important;
  text-align: center;
  font-weight: bold;
}

/* ① 初期状態：透明で、少し下に配置 */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* ② 表示状態：不透明で、元の位置に */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

select:focus {
  outline: 2px solid #41b93c; /* 太さ、線種、色の順で指定 */
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#41B93C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(65 185 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-\[\#fad714\]:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(250 215 20 / var(--tw-text-opacity, 1)) !important;
}

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

.hover\:text-\[\#41B93C\]:hover{
  --tw-text-opacity: 1;
  color: rgb(65 185 60 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#41b93c\]:hover{
  --tw-text-opacity: 1;
  color: rgb(65 185 60 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-gray-400:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:bg-\[\#41b93c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 185 60 / var(--tw-bg-opacity, 1));
}

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

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

@media (min-width: 640px){
  .sm\:left-\[15px\]{
    left: 15px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[40px\]{
    height: 40px;
  }
  .sm\:h-\[480px\]{
    height: 480px;
  }
  .sm\:h-\[500px\]{
    height: 500px;
  }
  .sm\:w-80{
    width: 20rem;
  }
  .sm\:w-\[153px\]{
    width: 153px;
  }
  .sm\:w-\[240px\]{
    width: 240px;
  }
  .sm\:w-\[320px\]{
    width: 320px;
  }
  .sm\:w-\[350px\]{
    width: 350px;
  }
  .sm\:w-\[450px\]{
    width: 450px;
  }
  .sm\:w-\[544px\]{
    width: 544px;
  }
  .sm\:w-\[600px\]{
    width: 600px;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-60{
    max-width: 15rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:bg-inherit{
    background-color: inherit;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-64{
    padding-bottom: 16rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pl-5{
    padding-left: 1.25rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-28{
    padding-top: 7rem;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[60px\]{
    font-size: 60px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:-left-\[30\%\]{
    left: -30%;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:left-4{
    left: 1rem;
  }
  .md\:left-8{
    left: 2rem;
  }
  .md\:left-\[45\%\]{
    left: 45%;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:right-4{
    right: 1rem;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[320px\]{
    height: 320px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-\[140px\]{
    width: 140px;
  }
  .md\:w-\[15\%\]{
    width: 15%;
  }
  .md\:w-\[18Opx\]{
    width: 18Opx;
  }
  .md\:w-\[410px\]{
    width: 410px;
  }
  .md\:w-\[830px\]{
    width: 830px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-\[240px\2c 1fr\]{
    grid-template-columns: 240px 1fr;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-\[60px\]{
    font-size: 60px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:-left-14{
    left: -3.5rem;
  }
  .lg\:-left-4{
    left: -1rem;
  }
  .lg\:-right-14{
    right: -3.5rem;
  }
  .lg\:-top-7{
    top: -1.75rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:left-\[70\%\]{
    left: 70%;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:h-36{
    height: 9rem;
  }
  .lg\:h-\[200px\]{
    height: 200px;
  }
  .lg\:h-\[280px\]{
    height: 280px;
  }
  .lg\:h-\[44px\]{
    height: 44px;
  }
  .lg\:h-\[60px\]{
    height: 60px;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:w-0\.5{
    width: 0.125rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-\[120px\]{
    width: 120px;
  }
  .lg\:w-\[140px\]{
    width: 140px;
  }
  .lg\:w-\[180px\]{
    width: 180px;
  }
  .lg\:w-\[190px\]{
    width: 190px;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[280px\]{
    width: 280px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[350px\]{
    width: 350px;
  }
  .lg\:w-\[44px\]{
    width: 44px;
  }
  .lg\:w-\[80px\]{
    width: 80px;
  }
  .lg\:w-\[830px\]{
    width: 830px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:min-w-\[120px\]{
    min-width: 120px;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }
  .lg\:max-w-\[780px\]{
    max-width: 780px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:-left-20{
    left: -5rem;
  }
  .xl\:-right-20{
    right: -5rem;
  }
  .xl\:h-\[620px\]{
    height: 620px;
  }
  .xl\:h-\[640px\]{
    height: 640px;
  }
  .xl\:w-\[1560px\]{
    width: 1560px;
  }
  .xl\:w-\[350px\]{
    width: 350px;
  }
  .xl\:w-\[430px\]{
    width: 430px;
  }
  .xl\:pb-12{
    padding-bottom: 3rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:fixed{
    position: fixed;
  }
  .\32xl\:left-\[45\%\]{
    left: 45%;
  }
  .\32xl\:top-\[344px\]{
    top: 344px;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:h-\[44px\]{
    height: 44px;
  }
  .\32xl\:w-\[160px\]{
    width: 160px;
  }
  .\32xl\:w-\[350px\]{
    width: 350px;
  }
  .\32xl\:w-\[420px\]{
    width: 420px;
  }
  .\32xl\:w-\[430px\]{
    width: 430px;
  }
  .\32xl\:max-w-none{
    max-width: none;
  }
  .\32xl\:-translate-x-\[692px\]{
    --tw-translate-x: -692px;
    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));
  }
  .\32xl\:flex-col{
    flex-direction: column;
  }
  .\32xl\:gap-\[12px\]{
    gap: 12px;
  }
  .\32xl\:gap-y-\[10px\]{
    row-gap: 10px;
  }
}