@charset "UTF-8";
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-\[40px\]{
  bottom: -40px;
}
.-top-\[40px\]{
  top: -40px;
}
.-top-\[44px\]{
  top: -44px;
}
.-top-\[96px\]{
  top: -96px;
}
.bottom-\[-22px\]{
  bottom: -22px;
}
.bottom-\[-77px\]{
  bottom: -77px;
}
.bottom-\[40px\]{
  bottom: 40px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[24px\]{
  right: 24px;
}
.top-0{
  top: 0px;
}
.top-\[-30px\]{
  top: -30px;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[500\]{
  z-index: 500;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.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-8{
  margin-bottom: 2rem;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.ml-0{
  margin-left: 0px;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-\[64px\]{
  margin-right: 64px;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[-18px\]{
  margin-top: -18px;
}
.mt-\[104px\]{
  margin-top: 104px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-9{
  height: 2.25rem;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[316px\]{
  height: 316px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[48px\]{
  height: 48px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[315px\]{
  max-height: 315px;
}
.w-8{
  width: 2rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[174px\]{
  width: 174px;
}
.w-\[206px\]{
  width: 206px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[272px\]{
  width: 272px;
}
.w-\[316px\]{
  width: 316px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[48px\]{
  width: 48px;
}
.w-full{
  width: 100%;
}
.min-w-\[212px\]{
  min-width: 212px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.max-w-\[156px\]{
  max-width: 156px;
}
.max-w-\[372px\]{
  max-width: 372px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[908px\]{
  max-width: 908px;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  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-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row{
  flex-direction: row;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-\[12px\]{
  row-gap: 12px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-4{
  padding: 1rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.indent-\[-14px\]{
  text-indent: -14px;
}
.text-2xl\/none{
  font-size: 1.5rem;
  line-height: 1;
}
.text-2xl\/normal{
  font-size: 1.5rem;
  line-height: 1.5;
}
.text-2xl\/relaxed{
  font-size: 1.5rem;
  line-height: 1.625;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-3xl\/none{
  font-size: 1.875rem;
  line-height: 1;
}
.text-3xl\/normal{
  font-size: 1.875rem;
  line-height: 1.5;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-4xl\/tight{
  font-size: 2.25rem;
  line-height: 1.25;
}
.text-base\/none{
  font-size: 1rem;
  line-height: 1;
}
.text-lg\/none{
  font-size: 1.125rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}
.text-sm\/normal{
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/normal{
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-xs\/tight{
  font-size: 0.75rem;
  line-height: 1.25;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.\!leading-\[1\.8\]{
  line-height: 1.8 !important;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[0\.3rem\]{
  letter-spacing: 0.3rem;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #34353A;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
  .navPosition {
    display: none;
  }
}

.contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.contact-form-dl {
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .contact-form-dl {
    display: block;
  }
}
.form-input {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1px solid #707070;
}

.form-input::placeholder {
  font-weight: 300;
  opacity: 0.7;
}

.contact-form-detail {
  height: 120px;
}

.submit-button {
  width: 180px;
  height: 48px;
  background: #fff;
  color: #0A386A;
  border-radius: 32px;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 0 16px 0 0;
  border: solid 1px #0A386A;
}
.submit-button:hover {
  background: #0A386A;
  color: #fff;
  border: solid 2px #0A386A;
}
.submit-button:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/contact/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 18px;
  right: 16px;
  width: 10px;
  height: 9px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1023px) {
  .submit-button:after {
    top: 18px;
    right: 16px;
    width: 10px;
    height: 9px;
  }
}
.submit-button:hover:after {
  background-image: url("../../assets/img/contact/btn_arrow_hover.webp");
}

.top-news-btn {
  text-decoration: none;
  background: #fff;
  color: #0A386A;
  height: 48px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1023px) {
  .top-news-btn {
    max-width: 180px;
    height: 48px;
    margin: 0 auto;
  }
}
.top-news-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-news-btn-text {
    font-size: 14px;
  }
}
.top-news-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 19px;
  right: 16px;
  width: 10px;
  height: 9px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1023px) {
  .top-news-btn-text:after {
    top: 19.5px;
    right: 16px;
    width: 10px;
    height: 9px;
  }
}

.top-news-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.google-map-btn {
  text-decoration: none;
  background: #0A386A;
  color: #fff;
  height: 40px;
  max-width: 99px;
  width: 100%;
  border-radius: 8px;
  outline: none;
  transition: ease 0.2s;
  display: block;
}
.google-map-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 12px 0 0 0;
}
.google-map-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/google_map_pin.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 16px;
  z-index: 11;
  transition: ease 0.2s;
}
.google-map-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.top-sdgs-btn {
  text-decoration: none;
  background: #fff;
  color: #0A386A;
  height: 48px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1023px) {
  .top-sdgs-btn {
    max-width: 180px;
    height: 48px;
    margin: 0 auto 40px;
  }
}
.top-sdgs-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 16px 0 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-sdgs-btn-text {
    padding: 0 16px 0 0;
    font-size: 14px;
  }
}
.top-sdgs-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_pdf.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  right: 14px;
  width: 24px;
  height: 24px;
  z-index: 11;
  transition: ease 0.2s;
}
@media screen and (max-width: 1023px) {
  .top-sdgs-btn-text:after {
    top: 11px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}

.top-sdgs-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.recruit-tel-btn {
  text-decoration: none;
  background: #fff;
  color: #0A386A;
  height: 48px;
  max-width: 300px;
  width: 100%;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1280px) {
  .recruit-tel-btn {
    margin: 0 auto 16px;
  }
}
.recruit-tel-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.recruit-tel-btn-text:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 11px;
  left: 74px;
  width: 18px;
  height: 24px;
  z-index: 11;
  transition: ease 0.2s;
}
.recruit-tel-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.recruit-mail-btn {
  text-decoration: none;
  background: #fff;
  color: #0A386A;
  height: 48px;
  max-width: 300px;
  width: 100%;
  border-radius: 35px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1280px) {
  .recruit-mail-btn {
    margin: 0 auto;
  }
}
.recruit-mail-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
.recruit-mail-btn-text:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_mail.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 15px;
  left: 40px;
  width: 20px;
  height: 15px;
  z-index: 11;
  transition: ease 0.2s;
}
.recruit-mail-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 18px;
  right: 26px;
  width: 10px;
  height: 9px;
  z-index: 11;
  transition: ease 0.2s;
}
.recruit-mail-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.recruit-hellowork-btn {
  text-decoration: none;
  background: #0A386A;
  color: #fff;
  height: 48px;
  width: 280px;
  border-radius: 24px;
  padding: 0 28px 0 0;
  outline: none;
  letter-spacing: 0em;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1280px) {
  .recruit-hellowork-btn {
    margin: 0 auto;
    height: 48px;
    width: 260px;
    border-radius: 24px;
  }
}
.recruit-hellowork-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .recruit-hellowork-btn-text {
    font-size: 14px;
  }
}
.recruit-hellowork-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_jump_link.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  right: -7px;
  width: 24px;
  height: 24px;
  z-index: 11;
  transition: ease 0.2s;
}
.recruit-hellowork-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.other-btn {
  text-decoration: none;
  background: #fff;
  color: #0A386A;
  height: 48px;
  max-width: 200px;
  width: 100%;
  border-radius: 24px;
  outline: none;
  transition: ease 0.2s;
  display: block;
  border: solid 1px #0A386A;
}
@media screen and (max-width: 1023px) {
  .other-btn {
    max-width: 180px;
    height: 48px;
    margin: 0 auto;
  }
}
.other-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .other-btn-text {
    font-size: 14px;
  }
}
.other-btn-text:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/utility/btn_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 19px;
  left: 16px;
  width: 10px;
  height: 9px;
  z-index: 11;
  transition: ease 0.2s;
  /* 画像を水平方向に反転させる */
  transform: scaleX(-1);
}
@media screen and (max-width: 1023px) {
  .other-btn-text:after {
    top: 19.5px;
    left: 16px;
    width: 10px;
    height: 9px;
  }
}

.other-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #34353A;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 20px;
  right: 10px;
  cursor: pointer;
  width: 56px;
  height: 56px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #34353A;
  width: 24px;
  transform: translate(-50%, 0);
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 23px;
  left: 10px;
  transform: rotate(-30deg);
  width: 28px;
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 23px;
  left: 10px;
  transform: rotate(30deg);
  width: 28px;
  background-color: #fff;
}

.top-keyImg {
  position: relative;
  content: "";
  background-image: url("../../assets/img/top/key_image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 1023px) {
  .top-keyImg {
    height: 316px;
  }
}
.sdgs-head {
  position: relative;
}
.sdgs-head-eng {
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .br-sp-hidden br {
    display: none;
  }
}

.br-sp-block br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .br-sp-block br {
    display: block;
  }
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #A6A8AF;
}

.text-light-blue {
  color: #229BD5;
}

.text-deep-blue {
  color: #0A386A;
}

.head-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.tracking-wide45 {
  letter-spacing: 0.5em;
}

.bg-white {
  background: #fff;
}

.bg-black-343 {
  background: #34353A;
}

.bg-blue-229 {
  background: #229BD5;
}

.bg-blue-0a3 {
  background: #0A386A;
}

.bg-gray-ese {
  background: #E8EAF2;
}

.bg-red-b94 {
  background: #B94848;
}

.news-gray-border-top {
  border-top: solid 1px #E8EAF2;
}

.news-gray-border-bottom {
  border-bottom: solid 1px #E8EAF2;
}

.message-border {
  border: solid 1px #34353A;
}

.overview-border-top {
  border-top: solid 1px #34353A;
}

.overview-border-bottom {
  border-bottom: solid 1px #34353A;
}
.overview-border-last-top {
  border-top: solid 1px #34353A;
}
@media (min-width: 360px) and (max-width: 1440px) {
  .overview-border-last-top {
    border-top: none;
  }
}
@media screen and (max-width: 1023px) {
  .overview-border-last-top {
    border-top: none;
  }
}

.overview-border-last-bottom {
  border-bottom: none;
}
@media (min-width: 360px) and (max-width: 1440px) {
  .overview-border-last-bottom {
    border-bottom: solid 1px #34353A;
  }
}

.overview-border-w1440-bottom {
  border-bottom: solid 1px #34353A;
}
@media (min-width: 1440px) and (max-width: 4000px) {
  .overview-border-w1440-bottom {
    border-bottom: solid 1px #34353A;
  }
}
@media screen and (max-width: 1023px) {
  .overview-border-w1440-bottom {
    border-bottom: solid 1px #34353A;
  }
}

.overview-border-table1-bottom {
  border-bottom: none;
}
@media (min-width: 1023px) and (max-width: 4000px) {
  .overview-border-table1-bottom {
    border-bottom: solid 1px #34353A;
  }
}
@media screen and (max-width: 1023px) {
  .overview-border-table1-bottom {
    border-bottom: none;
  }
}

.services-border-top {
  border-top: solid 2px #34353A;
}
.services-border-bottom {
  border-bottom: solid 2px #34353A;
}
.facility-border-left {
  border-left: solid 1px #34353A;
}
.news-border-category {
  border: solid 1px #0A386A;
}

.news-gray-border-top {
  border-top: solid 1px #E8EAF2;
}

.news-gray-border-bottom {
  border-bottom: solid 1px #E8EAF2;
}

.contact-border-top {
  border-top: solid 2px #34353A;
}

.container-mw1440 {
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  .container-mw1440 {
    max-width: 857px;
    width: 100%;
  }
}

.container-mw1400 {
  max-width: 1400px;
}
@media screen and (max-width: 1023px) {
  .container-mw1400 {
    max-width: 857px;
    width: 100%;
  }
}

.container-mw1680 {
  max-width: 1680px;
}
@media screen and (max-width: 1023px) {
  .container-mw1680 {
    max-width: 480px;
    width: 100%;
  }
}

.container-mw1280 {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .container-mw1280 {
    max-width: 480px;
    width: 100%;
  }
}

.container-mw1152 {
  max-width: 1152px;
}
@media screen and (max-width: 1023px) {
  .container-mw1152 {
    max-width: 100%;
    width: 100%;
  }
}

.keyImage-header-mw1440 {
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  .keyImage-header-mw1440 {
    max-width: 857px;
    width: 100%;
  }
}

.message-container-mw959 {
  max-width: 959px;
  min-width: 575px;
}
@media screen and (max-width: 1023px) {
  .message-container-mw959 {
    max-width: 480px;
    min-width: unset;
    width: 100%;
  }
}

.company-head-container-mwfull {
  max-width: none;
}
@media screen and (max-width: 1440px) {
  .company-head-container-mwfull {
    max-width: 920px;
    width: 100%;
  }
}

.company-container-mw1280 {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .company-container-mw1280 {
    max-width: 480px;
    width: 100%;
  }
}

.sdgs-container-mw1440 {
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  .sdgs-container-mw1440 {
    max-width: 480px;
    width: 100%;
  }
}

.sdgs-container-mw550 {
  max-width: 550px;
}
@media screen and (max-width: 1023px) {
  .sdgs-container-mw550 {
    max-width: 480px;
    width: 100%;
  }
}

.sdgs-container-mw756 {
  max-width: 756px;
}
@media screen and (max-width: 1023px) {
  .sdgs-container-mw756 {
    max-width: 480px;
    width: 100%;
  }
}

.services-container-mw1440 {
  max-width: 1440px;
}
@media screen and (max-width: 1480px) {
  .services-container-mw1440 {
    max-width: 680px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .services-container-mw1440 {
    max-width: 857px;
    width: 100%;
  }
}

.facility-container-mw1580 {
  max-width: 1580px;
}
@media screen and (max-width: 1480px) {
  .facility-container-mw1580 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .facility-container-mw1580 {
    width: 100%;
  }
}

.contact-container-mw1152 {
  max-width: 1152px;
}
@media screen and (max-width: 1023px) {
  .contact-container-mw1152 {
    max-width: 560px;
    width: 100%;
  }
}

.contact-inner-container-mw804 {
  max-width: 804px;
}
@media screen and (max-width: 1023px) {
  .contact-inner-container-mw804 {
    max-width: 560px;
    width: 100%;
  }
}

.footer-inner-container {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .footer-inner-container {
    max-width: 320px;
    width: 100%;
  }
}

.text-header-blue-link {
  color: #0A386A;
  transition: 0.2s;
}
.text-header-blue-link:hover {
  color: #229BD5;
}

.text-news-blue-link {
  color: #0A386A;
  transition: 0.2s;
}
.text-news-blue-link:hover {
  color: #229BD5;
}

.text-footer-white-link {
  color: #fff;
  transition: 0.2s;
}
.text-footer-white-link:hover {
  color: #229BD5;
}

.side {
  background: #0a386a;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 12px;
}
@media screen and (max-width: 1023px) {
  .side {
    width: 6px;
  }
}

.side_content {
  position: sticky;
  top: 170px;
  background: #34353a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 100;
  margin: -12px 0 0 -8px;
}
@media screen and (max-width: 1023px) {
  .side_content {
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -6px;
  }
}

.top-flow {
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 50;
}

.top-loop_wrap {
  display: flex;
  width: 100vw;
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-loop_wrap {
    height: 110px;
  }
}
.top-loop_wrap img {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .top-loop_wrap img {
    min-width: auto;
  }
}
.top-loop_wrap img:first-child {
  animation: top-loop 60s -30s linear infinite;
}
.top-loop_wrap img:last-child {
  animation: top-loop2 60s linear infinite;
}

@keyframes top-loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes top-loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-loop_wrap2 img:first-child {
  animation: loop 60s -30s linear infinite;
}

.top-loop_wrap2 img:last-child {
  animation: loop2 60s linear infinite;
}

.flow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4000px;
  z-index: 50;
}
.flow-wrap {
  position: relative;
}

.loop_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 147px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .loop_wrap {
    height: 110px;
  }
}
.loop_wrap img {
  max-width: none;
  min-width: 2000px;
}
@media screen and (max-width: 1023px) {
  .loop_wrap img {
    min-width: auto;
  }
}
.loop_wrap img:first-child {
  animation: loop 60s -30s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 60s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap2 img:first-child {
  animation: loop 60s -30s linear infinite;
}

.loop_wrap2 img:last-child {
  animation: loop2 60s linear infinite;
}

.scroll {
  position: absolute;
  width: 240px;
  height: 240px;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .scroll {
    width: 128px;
    height: 128px;
  }
}
.scroll-arrow {
  width: 58px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  .scroll-arrow {
    width: 32px;
    height: 16px;
  }
}
.scroll-text {
  display: inline-block;
  animation: 12s linear infinite rotation;
  width: 240px;
  height: 240px;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .scroll-text {
    width: 128px;
    height: 128px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 38, 38, 0.7);
}

.modal__container {
  max-width: 920px;
  box-sizing: border-box;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .modal__container {
    max-width: 920px;
    padding: 0 7px;
    width: 100%;
  }
}

.modal__header {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .modal__header {
    top: -36px;
    right: 13px;
  }
}

.modal__img {
  max-width: 690px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .modal__img {
    max-width: 920px;
    width: 100%;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}
.modal__close .modal__close__img {
  pointer-events: none;
  width: 64px;
  height: 70px;
}
@media screen and (max-width: 1023px) {
  .modal__close .modal__close__img {
    width: 32px;
    height: 35px;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
  z-index: 99999;
}
.micromodal-slide.is-open body {
  overflow: hidden;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 16px;
}
.pagination a,
.pagination span {
  font-size: 18px;
  border: 1px solid #0A386A;
  text-decoration: none;
  border-radius: 50%;
  color: #333;
  transition: background-color 0.3s;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .pagination a,
  .pagination span {
    font-size: 14px;
    width: 48px;
    height: 48px;
  }
}

.pagination a:hover {
  background-color: #0A386A;
  color: #fff;
}

.pagination .current {
  font-size: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0A386A;
  color: #fff;
  border: 1px solid #0A386A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .pagination .current {
    font-size: 14px;
    width: 48px;
    height: 48px;
  }
}

.pagination .dots {
  font-size: 18px;
  width: 0;
  height: 56px;
  color: #34353A;
  display: flex;
  flex-direction: column; /* Set flex-direction to column */
  justify-content: flex-end; /* Align items at the bottom */
  text-align: center;
  border: none;
}
@media screen and (max-width: 1023px) {
  .pagination .dots {
    font-size: 14px;
    width: 0;
    height: 48px;
  }
}
.hover\:bg-\[\#0A386A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 56 106 / var(--tw-bg-opacity));
}
.hover\:text-\[\#fff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px){
  .md\:h-\[315px\]{
    height: 315px;
  }
  .md\:max-w-\[460px\]{
    max-width: 460px;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-bottom-\[116px\]{
    bottom: -116px;
  }
  .lg\:-left-\[152px\]{
    left: -152px;
  }
  .lg\:-top-\[80px\]{
    top: -80px;
  }
  .lg\:bottom-\[-144px\]{
    bottom: -144px;
  }
  .lg\:bottom-\[-30px\]{
    bottom: -30px;
  }
  .lg\:bottom-\[54px\]{
    bottom: 54px;
  }
  .lg\:left-\[-96px\]{
    left: -96px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-\[40px\]{
    right: 40px;
  }
  .lg\:right-\[4vw\]{
    right: 4vw;
  }
  .lg\:right-\[80px\]{
    right: 80px;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:top-\[-40px\]{
    top: -40px;
  }
  .lg\:top-\[252px\]{
    top: 252px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mt-\[196px\]{
    margin-top: -196px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-\[64px\]{
    margin-bottom: 64px;
  }
  .lg\:mb-\[69px\]{
    margin-bottom: 69px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-\[40px\]{
    margin-left: 40px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mr-\[40px\]{
    margin-right: 40px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[-40px\]{
    margin-top: -40px;
  }
  .lg\:mt-\[-84px\]{
    margin-top: -84px;
  }
  .lg\:mt-\[128px\]{
    margin-top: 128px;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[147px\]{
    height: 147px;
  }
  .lg\:h-\[240px\]{
    height: 240px;
  }
  .lg\:h-\[30px\]{
    height: 30px;
  }
  .lg\:h-\[320px\]{
    height: 320px;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[480px\]{
    height: 480px;
  }
  .lg\:h-\[49px\]{
    height: 49px;
  }
  .lg\:h-\[56px\]{
    height: 56px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[372px\]{
    width: 372px;
  }
  .lg\:w-\[440px\]{
    width: 440px;
  }
  .lg\:w-\[49px\]{
    width: 49px;
  }
  .lg\:w-\[562px\]{
    width: 562px;
  }
  .lg\:w-\[56px\]{
    width: 56px;
  }
  .lg\:w-\[60vw\]{
    width: 60vw;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[180px\]{
    max-width: 180px;
  }
  .lg\:max-w-\[440px\]{
    max-width: 440px;
  }
  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }
  .lg\:max-w-\[680px\]{
    max-width: 680px;
  }
  .lg\:max-w-\[720px\]{
    max-width: 720px;
  }
  .lg\:max-w-\[960px\]{
    max-width: 960px;
  }
  .lg\:-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));
  }
  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }
  .lg\:-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-\[176px\]{
    gap: 176px;
  }
  .lg\:gap-x-20{
    column-gap: 5rem;
  }
  .lg\:gap-x-5{
    column-gap: 1.25rem;
  }
  .lg\:gap-x-6{
    column-gap: 1.5rem;
  }
  .lg\:gap-x-\[20px\]{
    column-gap: 20px;
  }
  .lg\:gap-x-\[28px\]{
    column-gap: 28px;
  }
  .lg\:gap-x-\[64px\]{
    column-gap: 64px;
  }
  .lg\:gap-y-4{
    row-gap: 1rem;
  }
  .lg\:gap-y-40{
    row-gap: 10rem;
  }
  .lg\:gap-y-\[12px\]{
    row-gap: 12px;
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:pb-56{
    padding-bottom: 14rem;
  }
  .lg\:pb-\[16px\]{
    padding-bottom: 16px;
  }
  .lg\:pb-\[32px\]{
    padding-bottom: 32px;
  }
  .lg\:pb-\[36vw\]{
    padding-bottom: 36vw;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-11{
    padding-left: 2.75rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-60{
    padding-top: 15rem;
  }
  .lg\:pt-\[104px\]{
    padding-top: 104px;
  }
  .lg\:pt-\[128px\]{
    padding-top: 128px;
  }
  .lg\:pt-\[12px\]{
    padding-top: 12px;
  }
  .lg\:pt-\[16px\]{
    padding-top: 16px;
  }
  .lg\:pt-\[200px\]{
    padding-top: 200px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl\/none{
    font-size: 1.5rem;
    line-height: 1;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-3xl\/none{
    font-size: 1.875rem;
    line-height: 1;
  }
  .lg\:text-4xl\/normal{
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .lg\:text-4xl\/relaxed{
    font-size: 2.25rem;
    line-height: 1.625;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-5xl\/none{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-5xl\/normal{
    font-size: 3rem;
    line-height: 1.5;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-6xl\/normal{
    font-size: 3.75rem;
    line-height: 1.5;
  }
  .lg\:text-6xl\/tight{
    font-size: 3.75rem;
    line-height: 1.25;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-base\/normal{
    font-size: 1rem;
    line-height: 1.5;
  }
  .lg\:text-base\/tight{
    font-size: 1rem;
    line-height: 1.25;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-lg\/none{
    font-size: 1.125rem;
    line-height: 1;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl\/none{
    font-size: 1.25rem;
    line-height: 1;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
}
@media (min-width: 1180px){
  .w1180\:flex{
    display: flex;
  }
  .w1180\:hidden{
    display: none;
  }
  .w1180\:w-\[224px\]{
    width: 224px;
  }
  .w1180\:pb-6{
    padding-bottom: 1.5rem;
  }
  .w1180\:pl-12{
    padding-left: 3rem;
  }
  .w1180\:pr-20{
    padding-right: 5rem;
  }
  .w1180\:pt-6{
    padding-top: 1.5rem;
  }
  .w1180\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:right-0{
    right: 0px;
  }
  .w1280\:mb-0{
    margin-bottom: 0px;
  }
  .w1280\:flex{
    display: flex;
  }
  .w1280\:max-w-\[564px\]{
    max-width: 564px;
  }
  .w1280\:gap-x-6{
    column-gap: 1.5rem;
  }
  .w1280\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .w1280\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .w1280\:pt-11{
    padding-top: 2.75rem;
  }
  .w1280\:text-left{
    text-align: left;
  }
}
@media (min-width: 1440px){
  .w1440\:order-1{
    order: 1;
  }
  .w1440\:order-2{
    order: 2;
  }
  .w1440\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .w1440\:mb-0{
    margin-bottom: 0px;
  }
  .w1440\:flex{
    display: flex;
  }
  .w1440\:w-\[920px\]{
    width: 920px;
  }
  .w1440\:w-full{
    width: 100%;
  }
  .w1440\:gap-10{
    gap: 2.5rem;
  }
}
@media (min-width: 1480px){
  .w1480\:hidden{
    display: none;
  }
  .w1480\:justify-between{
    justify-content: space-between;
  }
}
@media (min-width: 1630px){
  .w1630\:ml-0{
    margin-left: 0px;
  }
  .w1630\:mr-auto{
    margin-right: auto;
  }
  .w1630\:justify-center{
    justify-content: center;
  }
}