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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

hr {
  border-style: 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: 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;
  }
}

.awesome5 :before,:after,
	.awesome5-list li:before,
	.awesome5-quote blockquote:before,.awesome5 blockquote:after
	{
  font-family:"Font Awesome 5 Free";
  font-weight:900;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[1\.2rem\] {
  bottom: 1.2rem;
}

.right-\[4\.8rem\] {
  right: 4.8rem;
}

.right-\[8\%\] {
  right: 8%;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-8 {
  margin: 2rem;
}

.-mx-\[\.5rem\] {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

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

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-\[\.8\%\] {
  margin-left: .8%;
  margin-right: .8%;
}

.mx-\[1\.2rem\] {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

.mx-\[1\.8\%\] {
  margin-left: 1.8%;
  margin-right: 1.8%;
}

.mx-\[1\.8rem\] {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

.mx-\[2\%\] {
  margin-left: 2%;
  margin-right: 2%;
}

.mx-\[6\%\] {
  margin-left: 6%;
  margin-right: 6%;
}

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

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

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

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

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

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

.my-\[0\.1rem\] {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.my-\[0\.2rem\] {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.my-\[1\.2rem\] {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-\[2\.4rem\] {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-\[4\.8rem\] {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.-ml-\[1\.6rem\] {
  margin-left: -1.6rem;
}

.-ml-\[1rem\] {
  margin-left: -1rem;
}

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

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

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

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

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

.mb-\[\.8em\] {
  margin-bottom: .8em;
}

.mb-\[\.8rem\] {
  margin-bottom: .8rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.mb-\[0\.8em\] {
  margin-bottom: 0.8em;
}

.mb-\[0\.8rem\] {
  margin-bottom: 0.8rem;
}

.mb-\[1\.1rem\] {
  margin-bottom: 1.1rem;
}

.mb-\[1\.2em\] {
  margin-bottom: 1.2em;
}

.mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}

.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}

.mb-\[1\.8em\] {
  margin-bottom: 1.8em;
}

.mb-\[1\.8rem\] {
  margin-bottom: 1.8rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mb-\[3\.2em\] {
  margin-bottom: 3.2em;
}

.mb-\[3em\] {
  margin-bottom: 3em;
}

.mb-\[4\.2em\] {
  margin-bottom: 4.2em;
}

.mb-\[4\.8em\] {
  margin-bottom: 4.8em;
}

.mb-\[5\.4em\] {
  margin-bottom: 5.4em;
}

.mb-\[6\.6em\] {
  margin-bottom: 6.6em;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

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

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

.ml-\[\.6rem\] {
  margin-left: .6rem;
}

.ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}

.ml-\[2\%\] {
  margin-left: 2%;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-\[\.4rem\] {
  margin-right: .4rem;
}

.mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}

.mr-\[0\.6rem\] {
  margin-right: 0.6rem;
}

.mr-\[2\%\] {
  margin-right: 2%;
}

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

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}

.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}

.mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}

.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}

.mt-\[4\.6rem\] {
  margin-top: 4.6rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-\[4\.2rem\] {
  height: 4.2rem;
}

.h-\[64\%\] {
  height: 64%;
}

.h-auto {
  height: auto;
}

.min-h-screen {
  min-height: 100vh;
}

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

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-11\/12 {
  width: 91.666667%;
}

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

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

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

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

.max-w-\[16rem\] {
  max-width: 16rem;
}

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

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

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

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

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[\.8rem\] {
  border-radius: .8rem;
}

.rounded-\[0\.6rem\] {
  border-radius: 0.6rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

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

.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-\[0\.1rem\] {
  border-width: 0.1rem;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

.border-l-\[1\.5rem\] {
  border-left-width: 1.5rem;
}

.border-l-\[2\.4rem\] {
  border-left-width: 2.4rem;
}

.border-l-\[6px\] {
  border-left-width: 6px;
}

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

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

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

.border-\[\#0073a0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 115 160 / var(--tw-border-opacity));
}

.border-\[\#008da0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 141 160 / var(--tw-border-opacity));
}

.border-\[\#dc143c\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 20 60 / var(--tw-border-opacity));
}

.border-\[\#ef1606\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 22 6 / var(--tw-border-opacity));
}

.border-\[mediumseagreen\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 179 113 / var(--tw-border-opacity));
}

.border-\[seagreen\] {
  --tw-border-opacity: 1;
  border-color: rgb(46 139 87 / var(--tw-border-opacity));
}

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

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity));
}

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

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

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

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

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

.border-y-neutral-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-r-neutral-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#0073a0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 160 / var(--tw-bg-opacity));
}

.bg-\[\#1e50a2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 80 162 / var(--tw-bg-opacity));
}

.bg-\[\#84a2d4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 162 212 / var(--tw-bg-opacity));
}

.bg-\[\#D5D5D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.bg-\[\#e8f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 248 250 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-\[\#fbe3e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 227 230 / var(--tw-bg-opacity));
}

.bg-\[lavender\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 250 / var(--tw-bg-opacity));
}

.bg-\[mintcream\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 250 / var(--tw-bg-opacity));
}

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

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

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

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

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/img\/catch_bg\.jpg\'\)\] {
  background-image: url('/img/catch_bg.jpg');
}

.bg-\[url\(\'img\/catch_bg\.jpg\'\)\] {
  background-image: url('img/catch_bg.jpg');
}

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[\.5rem\] {
  padding: .5rem;
}

.p-\[0\.2rem\] {
  padding: 0.2rem;
}

.p-\[0\.5rem\] {
  padding: 0.5rem;
}

.p-\[0\.8rem\] {
  padding: 0.8rem;
}

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

.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-\[\.4rem\] {
  padding-left: .4rem;
  padding-right: .4rem;
}

.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-\[0\.6rem\] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.px-\[1\.6\%\] {
  padding-left: 1.6%;
  padding-right: 1.6%;
}

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-\[\.26rem\] {
  padding-top: .26rem;
  padding-bottom: .26rem;
}

.py-\[\.5rem\] {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-\[\.8rem\] {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-\[0\.2rem\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.py-\[2\.4rem\] {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-\[\.4em\] {
  padding-left: .4em;
}

.pl-\[\.6rem\] {
  padding-left: .6rem;
}

.pl-\[0\.5rem\] {
  padding-left: 0.5rem;
}

.pl-\[0\.8rem\] {
  padding-left: 0.8rem;
}

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

.pr-\[0\.2rem\] {
  padding-right: 0.2rem;
}

.pr-\[0\.3rem\] {
  padding-right: 0.3rem;
}

.pr-\[0\.4rem\] {
  padding-right: 0.4rem;
}

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

.pt-\[\.2rem\] {
  padding-top: .2rem;
}

.pt-\[0\.3rem\] {
  padding-top: 0.3rem;
}

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

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

.text-\[\.56rem\] {
  font-size: .56rem;
}

.text-\[\.5rem\] {
  font-size: .5rem;
}

.text-\[\.64em\] {
  font-size: .64em;
}

.text-\[\.6em\] {
  font-size: .6em;
}

.text-\[\.8em\] {
  font-size: .8em;
}

.text-\[\.8rem\] {
  font-size: .8rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.28rem\] {
  font-size: 1.28rem;
}

.text-\[1\.2em\] {
  font-size: 1.2em;
}

.text-\[1\.3em\] {
  font-size: 1.3em;
}

.text-\[1\.4em\] {
  font-size: 1.4em;
}

.text-\[1\.52rem\] {
  font-size: 1.52rem;
}

.text-\[1\.5em\] {
  font-size: 1.5em;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.6em\] {
  font-size: 1.6em;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[1\.7rem\] {
  font-size: 1.7rem;
}

.text-\[1\.8em\] {
  font-size: 1.8em;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

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

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.1rem\] {
  font-size: 2.1rem;
}

.text-\[2\.2rem\] {
  font-size: 2.2rem;
}

.text-\[2\.3rem\] {
  font-size: 2.3rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.text-\[2\.8rem\] {
  font-size: 2.8rem;
}

.text-\[2em\] {
  font-size: 2em;
}

.text-\[4\.8rem\] {
  font-size: 4.8rem;
}

.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-extrabold {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

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

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

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

.text-\[\#00008b\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 139 / var(--tw-text-opacity));
}

.text-\[\#004b34\] {
  --tw-text-opacity: 1;
  color: rgb(0 75 52 / var(--tw-text-opacity));
}

.text-\[\#006400\] {
  --tw-text-opacity: 1;
  color: rgb(0 100 0 / var(--tw-text-opacity));
}

.text-\[\#0066FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 102 255 / var(--tw-text-opacity));
}

.text-\[\#008da0\] {
  --tw-text-opacity: 1;
  color: rgb(0 141 160 / var(--tw-text-opacity));
}

.text-\[\#009900\] {
  --tw-text-opacity: 1;
  color: rgb(0 153 0 / var(--tw-text-opacity));
}

.text-\[\#034141\] {
  --tw-text-opacity: 1;
  color: rgb(3 65 65 / var(--tw-text-opacity));
}

.text-\[\#164a84\] {
  --tw-text-opacity: 1;
  color: rgb(22 74 132 / var(--tw-text-opacity));
}

.text-\[\#22d3ee\] {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}

.text-\[\#2f4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(47 79 79 / var(--tw-text-opacity));
}

.text-\[\#32cd32\] {
  --tw-text-opacity: 1;
  color: rgb(50 205 50 / var(--tw-text-opacity));
}

.text-\[\#4682b4\] {
  --tw-text-opacity: 1;
  color: rgb(70 130 180 / var(--tw-text-opacity));
}

.text-\[\#483d8b\] {
  --tw-text-opacity: 1;
  color: rgb(72 61 139 / var(--tw-text-opacity));
}

.text-\[\#4b0082\] {
  --tw-text-opacity: 1;
  color: rgb(75 0 130 / var(--tw-text-opacity));
}

.text-\[\#66c\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 204 / var(--tw-text-opacity));
}

.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

.text-\[\#698aab\] {
  --tw-text-opacity: 1;
  color: rgb(105 138 171 / var(--tw-text-opacity));
}

.text-\[\#800080\] {
  --tw-text-opacity: 1;
  color: rgb(128 0 128 / var(--tw-text-opacity));
}

.text-\[\#8b0000\] {
  --tw-text-opacity: 1;
  color: rgb(139 0 0 / var(--tw-text-opacity));
}

.text-\[\#930\] {
  --tw-text-opacity: 1;
  color: rgb(153 51 0 / var(--tw-text-opacity));
}

.text-\[\#9400d3\] {
  --tw-text-opacity: 1;
  color: rgb(148 0 211 / var(--tw-text-opacity));
}

.text-\[\#9D0000\] {
  --tw-text-opacity: 1;
  color: rgb(157 0 0 / var(--tw-text-opacity));
}

.text-\[\#BDBDDF\] {
  --tw-text-opacity: 1;
  color: rgb(189 189 223 / var(--tw-text-opacity));
}

.text-\[\#FE4D01\] {
  --tw-text-opacity: 1;
  color: rgb(254 77 1 / var(--tw-text-opacity));
}

.text-\[\#FF6699\] {
  --tw-text-opacity: 1;
  color: rgb(255 102 153 / var(--tw-text-opacity));
}

.text-\[\#ef1606\] {
  --tw-text-opacity: 1;
  color: rgb(239 22 6 / var(--tw-text-opacity));
}

.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-\[\#ff1493\] {
  --tw-text-opacity: 1;
  color: rgb(255 20 147 / var(--tw-text-opacity));
}

.text-\[\#ffa500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}

.text-\[royalblue\] {
  --tw-text-opacity: 1;
  color: rgb(65 105 225 / var(--tw-text-opacity));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}

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

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

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

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

.opacity-80 {
  opacity: 0.8;
}

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

.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-neutral-200 {
  --tw-shadow-color: #e5e5e5;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.duration-150 {
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.before\:left-\[1\.2rem\]::before {
  content: var(--tw-content);
  left: 1.2rem;
}

.before\:top-\[\.8rem\]::before {
  content: var(--tw-content);
  top: .8rem;
}

.before\:-ml-\[1\.2rem\]::before {
  content: var(--tw-content);
  margin-left: -1.2rem;
}

.before\:ml-\[\.2rem\]::before {
  content: var(--tw-content);
  margin-left: .2rem;
}

.before\:ml-\[\.3rem\]::before {
  content: var(--tw-content);
  margin-left: .3rem;
}

.before\:ml-\[\.4rem\]::before {
  content: var(--tw-content);
  margin-left: .4rem;
}

.before\:mr-\[\.3rem\]::before {
  content: var(--tw-content);
  margin-right: .3rem;
}

.before\:mr-\[\.4rem\]::before {
  content: var(--tw-content);
  margin-right: .4rem;
}

.before\:mr-\[0\.4rem\]::before {
  content: var(--tw-content);
  margin-right: 0.4rem;
}

.before\:mr-\[0\.8rem\]::before {
  content: var(--tw-content);
  margin-right: 0.8rem;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:align-top::before {
  content: var(--tw-content);
  vertical-align: top;
}

.before\:text-\[1\.6em\]::before {
  content: var(--tw-content);
  font-size: 1.6em;
}

.before\:text-\[2\.1rem\]::before {
  content: var(--tw-content);
  font-size: 2.1rem;
}

.before\:text-\[48\%\]::before {
  content: var(--tw-content);
  font-size: 48%;
}

.before\:text-\[\#309b9b\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(48 155 155 / var(--tw-text-opacity));
}

.before\:text-\[\#6B85CC\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(107 133 204 / var(--tw-text-opacity));
}

.before\:text-\[\#93333F\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(147 51 63 / var(--tw-text-opacity));
}

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

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

.before\:content-\[\'\\f062\\f062\\f062\'\]::before {
  --tw-content: '\f062\f062\f062';
  content: var(--tw-content);
}

.before\:content-\[\'\\f10d\'\]::before {
  --tw-content: '\f10d';
  content: var(--tw-content);
}

.before\:content-\[\'\\f138\'\]::before {
  --tw-content: '\f138';
  content: var(--tw-content);
}

.before\:content-\[\'\\f152\'\]::before {
  --tw-content: '\f152';
  content: var(--tw-content);
}

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

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

.after\:right-\[1\.2rem\]::after {
  content: var(--tw-content);
  right: 1.2rem;
}

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

.after\:mr-\[\.4rem\]::after {
  content: var(--tw-content);
  margin-right: .4rem;
}

.after\:align-top::after {
  content: var(--tw-content);
  vertical-align: top;
}

.after\:text-\[1\.6em\]::after {
  content: var(--tw-content);
  font-size: 1.6em;
}

.after\:text-\[48\%\]::after {
  content: var(--tw-content);
  font-size: 48%;
}

.after\:text-\[dimgray\]::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}

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

.hover\:ml-0:hover {
  margin-left: 0px;
}

.hover\:ml-0\.5:hover {
  margin-left: 0.125rem;
}

.hover\:border-\[\#008da0\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 141 160 / var(--tw-border-opacity));
}

.hover\:border-\[\#ef1606\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 22 6 / var(--tw-border-opacity));
}

.hover\:bg-\[\#008da0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 141 160 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ef1606\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 22 6 / var(--tw-bg-opacity));
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#0073a0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 115 160 / var(--tw-text-opacity));
}

.hover\:text-\[\#752100\]:hover {
  --tw-text-opacity: 1;
  color: rgb(117 33 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#8080FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(128 128 255 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:shadow-neutral-300:hover {
  --tw-shadow-color: #d4d4d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:ml-0:focus {
  margin-left: 0px;
}

.focus\:ml-0\.5:focus {
  margin-left: 0.125rem;
}

.focus\:border-\[3px\]:focus {
  border-width: 3px;
}

.focus\:border-\[\#0073a0\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 115 160 / var(--tw-border-opacity));
}

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

.focus\:text-\[\#0073a0\]:focus {
  --tw-text-opacity: 1;
  color: rgb(0 115 160 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

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

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

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

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

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

  .sm\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .sm\:text-\[2\.0rem\] {
    font-size: 2.0rem;
  }

  .sm\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .sm\:text-\[3\.3rem\] {
    font-size: 3.3rem;
  }

  .sm\:text-\[3\.8rem\] {
    font-size: 3.8rem;
  }

  .sm\:text-\[6\.2rem\] {
    font-size: 6.2rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .sm\:leading-\[1\.46\] {
    line-height: 1.46;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-\[0\.8rem\] {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .md\:my-\[1\.2rem\] {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .md\:my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:ml-\[1\.8rem\] {
    margin-left: 1.8rem;
  }

  .md\:h-\[40rem\] {
    height: 40rem;
  }

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

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .md\:py-\[\.5rem\] {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:py-\[\.75rem\] {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:py-\[\.8rem\] {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .md\:py-\[1\.2rem\] {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

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

  .md\:text-\[\.8rem\] {
    font-size: .8rem;
  }

  .md\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .md\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .md\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .md\:text-\[2\.1rem\] {
    font-size: 2.1rem;
  }

  .md\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .md\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[2\.7rem\] {
    font-size: 2.7rem;
  }

  .md\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

  .md\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .md\:text-\[3\.3rem\] {
    font-size: 3.3rem;
  }

  .md\:text-\[3\.6rem\] {
    font-size: 3.6rem;
  }

  .md\:text-\[4\.0rem\] {
    font-size: 4.0rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .md\:leading-\[1\.48\] {
    line-height: 1.48;
  }

  .md\:leading-\[1\.58\] {
    line-height: 1.58;
  }

  .md\:leading-\[1\.61\] {
    line-height: 1.61;
  }

  .md\:leading-\[1\.62\] {
    line-height: 1.62;
  }

  .md\:leading-\[1\.66\] {
    line-height: 1.66;
  }

  .md\:leading-\[1\.67\] {
    line-height: 1.67;
  }

  .md\:leading-\[1\.69\] {
    line-height: 1.69;
  }
}

@media (min-width: 1024px) {
  .lg\:-mx-\[1\.6rem\] {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

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

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

  .lg\:mb-\[1\.3rem\] {
    margin-bottom: 1.3rem;
  }

  .lg\:mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-\[2\.1rem\] {
    margin-bottom: 2.1rem;
  }

  .lg\:mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }

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

  .lg\:mb-\[3\.2rem\] {
    margin-bottom: 3.2rem;
  }

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

  .lg\:mr-\[1\.2rem\] {
    margin-right: 1.2rem;
  }

  .lg\:mr-\[230px\] {
    margin-right: 230px;
  }

  .lg\:mt-\[1\.1rem\] {
    margin-top: 1.1rem;
  }

  .lg\:mt-\[1\.8rem\] {
    margin-top: 1.8rem;
  }

  .lg\:mt-\[5rem\] {
    margin-top: 5rem;
  }

  .lg\:mt-\[8rem\] {
    margin-top: 8rem;
  }

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

  .lg\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:py-\[3\.2rem\] {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

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

  .lg\:pl-\[1\.3rem\] {
    padding-left: 1.3rem;
  }

  .lg\:pl-\[2\.1rem\] {
    padding-left: 2.1rem;
  }

  .lg\:pr-\[0\.5rem\] {
    padding-right: 0.5rem;
  }

  .lg\:pr-\[0\.8rem\] {
    padding-right: 0.8rem;
  }

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

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

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

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .lg\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }

  .lg\:text-\[4\.8rem\] {
    font-size: 4.8rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

  .lg\:text-\[8rem\] {
    font-size: 8rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .lg\:leading-\[1\.52\] {
    line-height: 1.52;
  }
}

@media (min-width: 1280px) {
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

@media (max-width: 520px) {
  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:w-\[88\%\] {
    width: 88%;
  }

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

  .xs\:py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:text-\[\.5rem\] {
    font-size: .5rem;
  }

  .xs\:text-\[\.6em\] {
    font-size: .6em;
  }

  .xs\:text-\[\.8em\] {
    font-size: .8em;
  }

  .xs\:text-\[\.8rem\] {
    font-size: .8rem;
  }

  .xs\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }

  .xs\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .xs\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

  .xs\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }

  .xs\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .xs\:text-\[1\.7rem\] {
    font-size: 1.7rem;
  }

  .xs\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .xs\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .xs\:text-\[2\.0rem\] {
    font-size: 2.0rem;
  }

  .xs\:text-\[2\.1rem\] {
    font-size: 2.1rem;
  }

  .xs\:text-\[2\.3rem\] {
    font-size: 2.3rem;
  }

  .xs\:text-\[2rem\] {
    font-size: 2rem;
  }

  .xs\:text-\[3\.8rem\] {
    font-size: 3.8rem;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}