@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&display=swap");

/* Google Fonts - Noto Sans TC */

/* Google Fonts - Outfit */

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

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

/* ! tailwindcss v3.4.17 | 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 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: GenJyuuGothic, M PLUS Rounded 1c, Noto Sans TC, Microsoft JhengHei, PingFang TC, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

body{
  font-family: GenJyuuGothic, M PLUS Rounded 1c, Noto Sans TC, Microsoft JhengHei, PingFang TC, sans-serif;
}

/* 英文專用 */

.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: 1680px){
  .container{
    max-width: 1680px;
  }
}

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

/* Prose 動態內容排版樣式 */

.prose-sm,
    .prose {
  color: #3a3a3a;
  font-family: "Gen Jyuu Gothic", "M PLUS Rounded 1c", sans-serif;
}

.prose-sm h1,
    .prose-sm h2,
    .prose-sm h3,
    .prose-sm h4,
    .prose-sm h5,
    .prose-sm h6,
    .prose h1,
    .prose h2,
    .prose h3,
    .prose h4,
    .prose h5,
    .prose h6 {
  color: #3a3a3a;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.prose-sm h2 {
  font-size: 18px;
}

.prose-sm h3 {
  font-size: 0.9375rem;
}

/* prose-sm：手機版 p */

.prose-sm p {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1rem;
}

/* prose：桌面版 p */

.prose-sm ul,
    .prose-sm ol,
    .prose ul,
    .prose ol {
  padding-left: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.prose-sm ul,
    .prose ul {
  list-style-type: disc;
}

.prose-sm ol,
    .prose ol {
  list-style-type: decimal;
}

.prose-sm li {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* prose-sm：手機版 img */

.prose-sm img {
  width: 100%;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* prose：桌面版 img */

.prose-sm a,
    .prose a {
  color: #004098;
  text-decoration: underline;
}

.prose-sm a:hover,
    .prose a:hover {
  opacity: 0.8;
}

.prose-sm strong,
    .prose strong {
  font-weight: 700;
}

.prose-sm em,
    .prose em {
  font-style: italic;
}

.prose-sm blockquote,
    .prose blockquote {
  border-left: 4px solid #70a3be;
  padding-left: 1rem;
  font-style: italic;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #555555;
}

.prose-sm hr,
    .prose hr {
  border-color: #b9b9b9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[-19px\]{
  bottom: -19px;
}

.bottom-\[-1px\]{
  bottom: -1px;
}

.bottom-\[-20px\]{
  bottom: -20px;
}

.bottom-\[-30px\]{
  bottom: -30px;
}

.bottom-\[99\.5\%\]{
  bottom: 99.5%;
}

.left-0{
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

.left-\[calc\(137\/334\*100\%\)\]{
  left: calc(137 / 334 * 100%);
}

.left-\[calc\(139\/334\*100\%\)\]{
  left: calc(139 / 334 * 100%);
}

.left-\[calc\(47\/334\*100\%\)\]{
  left: calc(47 / 334 * 100%);
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-14{
  top: 3.5rem;
}

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

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

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

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

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

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

.top-\[28\%\]{
  top: 28%;
}

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

.top-\[calc\(68\/334\*100\%\)\]{
  top: calc(68 / 334 * 100%);
}

.top-\[calc\(69\/334\*100\%\)\]{
  top: calc(69 / 334 * 100%);
}

.isolation-auto{
  isolation: auto;
}

.-z-10{
  z-index: -10;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

.-mt-\[1px\]{
  margin-top: -1px;
}

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

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

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

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

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

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

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

.mb-\[17px\]{
  margin-bottom: 17px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.ml-\[140px\]{
  margin-left: 140px;
}

.ml-\[20px\]{
  margin-left: 20px;
}

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

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

.mr-12{
  margin-right: 3rem;
}

.mr-3{
  margin-right: 0.75rem;
}

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

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

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

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

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

.mt-\[-298px\]{
  margin-top: -298px;
}

.mt-\[-300px\]{
  margin-top: -300px;
}

.mt-\[-303px\]{
  margin-top: -303px;
}

.mt-\[-320px\]{
  margin-top: -320px;
}

.mt-\[-350px\]{
  margin-top: -350px;
}

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

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

.mt-\[56px\]{
  margin-top: 56px;
}

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

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

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

.w-12{
  width: 3rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[26px\]{
  gap: 26px;
}

.gap-\[27px\]{
  gap: 27px;
}

.gap-y-\[60px\]{
  row-gap: 60px;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.rounded-2xl{
  border-radius: 32px;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[100px\]{
  border-radius: 100px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[24px\]{
  border-radius: 24px;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

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

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

.rounded-lg{
  border-radius: 16px;
}

.rounded-md{
  border-radius: 12px;
}

.rounded-sm{
  border-radius: 4px;
}

.rounded-xl{
  border-radius: 24px;
}

.border{
  border-width: 1px;
}

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

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

.border-4{
  border-width: 4px;
}

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

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

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

.border-\[\#ffffff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.border-neutral-2{
  --tw-border-opacity: 1;
  border-color: rgb(243 254 255 / var(--tw-border-opacity, 1));
}

.border-neutral-3{
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.bg-\[\#519AD8\]\/50{
  background-color: rgb(81 154 216 / 0.5);
}

.bg-\[\#A0CFE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(160 207 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3FEFF\]\/15{
  background-color: rgb(243 254 255 / 0.15);
}

.bg-accent-6{
  --tw-bg-opacity: 1;
  background-color: rgb(38 183 188 / var(--tw-bg-opacity, 1));
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

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

.bg-neutral-1\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-neutral-2{
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-7{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity, 1));
}

.bg-primary-9{
  --tw-bg-opacity: 1;
  background-color: rgb(9 46 99 / var(--tw-bg-opacity, 1));
}

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

.bg-secondary-1{
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 251 / var(--tw-bg-opacity, 1));
}

.bg-secondary-7{
  --tw-bg-opacity: 1;
  background-color: rgb(112 163 190 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-bg-cta{
  background-image: linear-gradient(135deg, #e0effb 0%, #a6d4e7 25%, #e0effb 75%, #84c0dc 100%);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#F3FEFF\]{
  --tw-gradient-from: #F3FEFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F3FEFF\]\/0{
  --tw-gradient-from: rgb(243 254 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-2{
  --tw-gradient-from: #f3feff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-2\/0{
  --tw-gradient-from: rgb(243 254 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-6{
  --tw-gradient-from: #82b2c8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 178 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-9{
  --tw-gradient-from: #5b8cb5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 140 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#F3FEFF\]{
  --tw-gradient-to: #F3FEFF var(--tw-gradient-to-position);
}

.to-\[\#F3FEFF\]\/0{
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
}

.to-neutral-2{
  --tw-gradient-to: #f3feff var(--tw-gradient-to-position);
}

.to-neutral-2\/0{
  --tw-gradient-to: rgb(243 254 255 / 0) var(--tw-gradient-to-position);
}

.to-primary-8{
  --tw-gradient-to: #192d79 var(--tw-gradient-to-position);
}

.to-secondary-1{
  --tw-gradient-to: #e0effb var(--tw-gradient-to-position);
}

.to-secondary-9{
  --tw-gradient-to: #5b8cb5 var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-top{
  background-position: top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[10px\]{
  padding: 10px;
}

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

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

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

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

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

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

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

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

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

.pr-3{
  padding-right: 0.75rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

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

.pt-20{
  padding-top: 5rem;
}

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

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

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

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

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

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

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

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

.font-\[\'Averia_Serif_Libre\'\]{
  font-family: 'Averia Serif Libre';
}

.font-\[\'Roboto\'\]{
  font-family: 'Roboto';
}

.font-averia{
  font-family: "Averia Sans Libre", sans-serif;
}

.font-gen-jyuu{
  font-family: "Gen Jyuu Gothic", "M PLUS Rounded 1c", sans-serif;
}

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

.font-noto-serif{
  font-family: "Noto Serif TC", serif;
}

.font-roboto{
  font-family: "Roboto", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black{
  font-weight: 900;
}

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

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

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

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

.italic{
  font-style: italic;
}

.\!leading-loose{
  line-height: 2 !important;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[21px\]{
  line-height: 21px;
}

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

.leading-\[27px\]{
  line-height: 27px;
}

.leading-\[28px\]{
  line-height: 28px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[32px\]{
  line-height: 32px;
}

.leading-\[33px\]{
  line-height: 33px;
}

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

.leading-\[40px\]{
  line-height: 40px;
}

.leading-\[42px\]{
  line-height: 42px;
}

.leading-\[48px\]{
  line-height: 48px;
}

.leading-\[80px\]{
  line-height: 80px;
}

.leading-loose{
  line-height: 2;
}

.leading-normal{
  line-height: 1.5;
}

.tracking-\[0\.125em\]{
  letter-spacing: 0.125em;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.text-accent-7{
  --tw-text-opacity: 1;
  color: rgb(24 170 175 / var(--tw-text-opacity, 1));
}

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

.text-neutral-2{
  --tw-text-opacity: 1;
  color: rgb(243 254 255 / var(--tw-text-opacity, 1));
}

.text-neutral-6{
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity, 1));
}

.text-neutral-7{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-neutral-8{
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}

.text-neutral-9{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity, 1));
}

.text-primary-7{
  --tw-text-opacity: 1;
  color: rgb(0 64 152 / var(--tw-text-opacity, 1));
}

.text-primary-8{
  --tw-text-opacity: 1;
  color: rgb(25 45 121 / var(--tw-text-opacity, 1));
}

.text-primary-9{
  --tw-text-opacity: 1;
  color: rgb(9 46 99 / var(--tw-text-opacity, 1));
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-secondary-8{
  --tw-text-opacity: 1;
  color: rgb(94 148 179 / var(--tw-text-opacity, 1));
}

.text-secondary-9{
  --tw-text-opacity: 1;
  color: rgb(91 140 181 / var(--tw-text-opacity, 1));
}

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

.opacity-80{
  opacity: 0.8;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.shadow-\[0px_0px_4px_0px_\#ffffff80\]{
  --tw-shadow: 0px 0px 4px 0px #ffffff80;
  --tw-shadow-colored: 0px 0px 4px 0px 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-\[0px_0px_8px_0px_rgba\(255\2c 255\2c 255\2c 0\.50\)\]{
  --tw-shadow: 0px 0px 8px 0px rgba(255,255,255,0.50);
  --tw-shadow-colored: 0px 0px 8px 0px 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-\[0px_2px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 2px 8px 0px 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-\[1px_1px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]{
  --tw-shadow: 1px 1px 4px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 1px 1px 4px 0px 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-\[inset_0_0_25px_\#FFFFFF40\]{
  --tw-shadow: inset 0 0 25px #FFFFFF40;
  --tw-shadow-colored: inset 0 0 25px 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-\[inset_0_1px_0_0_rgba\(255\2c 255\2c 255\2c 0\.7\)\2c 0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  --tw-shadow: inset 0 1px 0 0 rgba(255,255,255,0.7),0 0 8px rgba(255,255,255,0.5);
  --tw-shadow-colored: inset 0 1px 0 0 var(--tw-shadow-color), 0 0 8px 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-\[inset_0_1px_0_0_rgba\(255\2c 255\2c 255\2c 0\.75\)\2c inset_2px_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\2c 0_0_8px_0_rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  --tw-shadow: inset 0 1px 0 0 rgba(255,255,255,0.75),inset 2px 2px 2px 0 rgba(0,0,0,0.05),0 0 8px 0 rgba(255,255,255,0.5);
  --tw-shadow-colored: inset 0 1px 0 0 var(--tw-shadow-color), inset 2px 2px 2px 0 var(--tw-shadow-color), 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blur{
  --tw-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(255,255,255,0.5));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!backdrop-blur-\[12px\]{
  --tw-backdrop-blur: blur(12px) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-blur-\[6px\]{
  --tw-backdrop-blur: blur(6px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all{
  transition-property: all;
  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-300{
  transition-duration: 300ms;
}

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

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

/* Offcanvas 選單動畫 */

.offcanvas-menu{
  --tw-translate-x: -100%;
  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));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-menu.active{
  --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));
}

.offcanvas-backdrop{
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-backdrop.active{
  pointer-events: auto;
  opacity: 1;
}

/* 文字漸層效果 */

.text-primary-gradient {
  background-image: linear-gradient(
            90deg,
            #5e94b3 0%,
            #82b2c8 50%,
            #70a3be 100%
        );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 文字模糊效果 */

.text-blur {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

/* CTA 按鈕陰影效果 */

.drop-shadow-btn {
  filter: drop-shadow(8px 8px 16px rgba(38, 183, 188, 0.25));
}

.glass{
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.gradient-ring-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(
            135deg,
            #e0effb 0%,
            #a6d4e7 25%,
            #e0effb 75%,
            #84c0dc 100%
        );
  -webkit-mask: radial-gradient(circle, transparent 7px, black 7px);
  mask: radial-gradient(circle, transparent 7px, black 7px);
}

.\[text-shadow\:_0px_0px_8px_rgb\(255_255_255_\/_0\.50\)\]{
  text-shadow: 0px 0px 8px rgb(255 255 255 / 0.50);
}

.\[zoom\:0\.42\]{
  zoom: 0.42;
}

/* 全域字體設定 */

/* 以下為自訂樣式 */

@media (min-width: 768px){
  .md\:prose {
    color: #3a3a3a;
    font-family: "Gen Jyuu Gothic", "M PLUS Rounded 1c", sans-serif;
  }

  .md\:prose h1,.md\:prose h2,.md\:prose h3,.md\:prose h4,.md\:prose h5,.md\:prose h6 {
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
  }

  .md\:prose h2 {
    font-size: 22px;
  }

  .md\:prose h3 {
    font-size: 1rem;
  }

  .md\:prose p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 2.5rem;
  }

  .md\:prose ul,.md\:prose ol {
    padding-left: 1.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:prose ul {
    list-style-type: disc;
  }

  .md\:prose ol {
    list-style-type: decimal;
  }

  .md\:prose li {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:prose img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:prose a {
    color: #004098;
    text-decoration: underline;
  }

  .md\:prose a:hover {
    opacity: 0.8;
  }

  .md\:prose strong {
    font-weight: 700;
  }

  .md\:prose em {
    font-style: italic;
  }

  .md\:prose blockquote {
    border-left: 4px solid #70a3be;
    padding-left: 1rem;
    font-style: italic;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #555555;
  }

  .md\:prose hr {
    border-color: #b9b9b9;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.placeholder\:text-neutral-3::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-3::placeholder{
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity, 1));
}

.hover\:border-primary-7:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 64 152 / var(--tw-border-opacity, 1));
}

.hover\:bg-accent-7:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 170 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 254 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 185 185 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-7:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 64 152 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-9:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(9 46 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}

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

.hover\:text-neutral-9:hover{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-7:hover{
  --tw-text-opacity: 1;
  color: rgb(0 64 152 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-9:hover{
  --tw-text-opacity: 1;
  color: rgb(9 46 99 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.focus\:bg-white\/80:focus{
  background-color: rgb(255 255 255 / 0.8);
}

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

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

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }

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

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

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

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

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

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

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

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

  .sm\:pt-10{
    padding-top: 2.5rem;
  }
}

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

  .md\:left-20{
    left: 5rem;
  }

  .md\:left-\[14\%\]{
    left: 14%;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

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

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

  .md\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .md\:mb-\[19px\]{
    margin-bottom: 19px;
  }

  .md\:ml-\[11px\]{
    margin-left: 11px;
  }

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

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

  .md\:mt-\[10px\]{
    margin-top: 10px;
  }

  .md\:mt-\[11px\]{
    margin-top: 11px;
  }

  .md\:mt-\[27px\]{
    margin-top: 27px;
  }

  .md\:mt-\[96px\]{
    margin-top: 96px;
  }

  .md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

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

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

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

  .md\:w-10{
    width: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

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

  .md\:gap-\[60px\]{
    gap: 60px;
  }

  .md\:gap-x-\[60px\]{
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

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

  .md\:rounded-\[40px\]{
    border-radius: 40px;
  }

  .md\:rounded-lg{
    border-radius: 16px;
  }

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

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

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

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

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pb-\[54px\]{
    padding-bottom: 54px;
  }

  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

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

  .md\:pt-20{
    padding-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:\!leading-\[27px\]{
    line-height: 27px !important;
  }

  .md\:leading-\[36px\]{
    line-height: 36px;
  }

  .md\:leading-\[38px\]{
    line-height: 38px;
  }

  .md\:leading-\[39px\]{
    line-height: 39px;
  }

  .md\:leading-\[52px\]{
    line-height: 52px;
  }

  .md\:leading-\[60px\]{
    line-height: 60px;
  }
}

@media (min-width: 1024px){
  .lg\:left-\[120px\]{
    left: 120px;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

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

  .lg\:mt-\[33px\]{
    margin-top: 33px;
  }

  .lg\:mt-\[36px\]{
    margin-top: 36px;
  }

  .lg\:mt-\[96px\]{
    margin-top: 96px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

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

  .lg\:w-10{
    width: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[34px\]{
    gap: 34px;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-\[24px\]{
    border-radius: 24px;
  }

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

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-\[60px\]{
    padding: 60px;
  }

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

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .lg\:pb-\[92px\]{
    padding-bottom: 92px;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pr-\[23px\]{
    padding-right: 23px;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

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

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

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

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

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

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

  .lg\:leading-8{
    line-height: 2rem;
  }

  .lg\:leading-\[48px\]{
    line-height: 48px;
  }

  .lg\:leading-\[60px\]{
    line-height: 60px;
  }

  .lg\:leading-\[72px\]{
    line-height: 72px;
  }

  .lg\:\[zoom\:0\.56\]{
    zoom: 0.56;
  }
}

@media (min-width: 1280px){
  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

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

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

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

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

  .xl\:mb-\[120px\]{
    margin-bottom: 120px;
  }

  .xl\:mb-\[12px\]{
    margin-bottom: 12px;
  }

  .xl\:ml-\[14px\]{
    margin-left: 14px;
  }

  .xl\:ml-\[80px\]{
    margin-left: 80px;
  }

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

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

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

  .xl\:mt-\[14px\]{
    margin-top: 14px;
  }

  .xl\:mt-\[20px\]{
    margin-top: 20px;
  }

  .xl\:mt-\[96px\]{
    margin-top: 96px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-60{
    height: 15rem;
  }

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

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

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

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

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

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

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

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-60{
    width: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

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

  .xl\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:rounded-\[16px\]{
    border-radius: 16px;
  }

  .xl\:rounded-\[40px\]{
    border-radius: 40px;
  }

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

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

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

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .xl\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .xl\:py-\[260px\]{
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pb-\[116px\]{
    padding-bottom: 116px;
  }

  .xl\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .xl\:pb-\[240px\]{
    padding-bottom: 240px;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

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

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

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

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

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pt-60{
    padding-top: 15rem;
  }

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

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

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

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

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

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

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

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!leading-\[30px\]{
    line-height: 30px !important;
  }

  .xl\:leading-\[120px\]{
    line-height: 120px;
  }

  .xl\:leading-\[27px\]{
    line-height: 27px;
  }

  .xl\:leading-\[36px\]{
    line-height: 36px;
  }

  .xl\:leading-\[48px\]{
    line-height: 48px;
  }

  .xl\:leading-\[59px\]{
    line-height: 59px;
  }

  .xl\:leading-\[60px\]{
    line-height: 60px;
  }

  .xl\:leading-\[71px\]{
    line-height: 71px;
  }

  .xl\:leading-\[80px\]{
    line-height: 80px;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:\[zoom\:0\.75\]{
    zoom: 0.75;
  }

  .xl\:\[zoom\:0\.78\]{
    zoom: 0.78;
  }
}

@media (min-width: 1680px){
  .xxl\:order-1{
    order: 1;
  }

  .xxl\:order-2{
    order: 2;
  }

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

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

@media (min-width: 1920px){
  .\32xl\:relative{
    position: relative;
  }

  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mb-\[207px\]{
    margin-bottom: 207px;
  }

  .\32xl\:mb-\[42px\]{
    margin-bottom: 42px;
  }

  .\32xl\:ml-10{
    margin-left: 2.5rem;
  }

  .\32xl\:ml-\[200px\]{
    margin-left: 200px;
  }

  .\32xl\:ml-\[43px\]{
    margin-left: 43px;
  }

  .\32xl\:ml-\[50px\]{
    margin-left: 50px;
  }

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

  .\32xl\:mt-\[-74px\]{
    margin-top: -74px;
  }

  .\32xl\:mt-\[143px\]{
    margin-top: 143px;
  }

  .\32xl\:mt-\[15px\]{
    margin-top: 15px;
  }

  .\32xl\:mt-\[51px\]{
    margin-top: 51px;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:h-72{
    height: 18rem;
  }

  .\32xl\:h-8{
    height: 2rem;
  }

  .\32xl\:h-\[314px\]{
    height: 314px;
  }

  .\32xl\:h-\[33px\]{
    height: 33px;
  }

  .\32xl\:w-\[137px\]{
    width: 137px;
  }

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

  .\32xl\:w-\[193px\]{
    width: 193px;
  }

  .\32xl\:w-\[214px\]{
    width: 214px;
  }

  .\32xl\:w-\[314px\]{
    width: 314px;
  }

  .\32xl\:w-\[335px\]{
    width: 335px;
  }

  .\32xl\:w-\[338px\]{
    width: 338px;
  }

  .\32xl\:w-\[390px\]{
    width: 390px;
  }

  .\32xl\:w-\[453px\]{
    width: 453px;
  }

  .\32xl\:w-\[556px\]{
    width: 556px;
  }

  .\32xl\:w-\[600px\]{
    width: 600px;
  }

  .\32xl\:w-\[772px\]{
    width: 772px;
  }

  .\32xl\:w-\[858px\]{
    width: 858px;
  }

  .\32xl\:w-\[888px\]{
    width: 888px;
  }

  .\32xl\:w-\[990px\]{
    width: 990px;
  }

  .\32xl\:w-auto{
    width: auto;
  }

  .\32xl\:max-w-\[600px\]{
    max-width: 600px;
  }

  .\32xl\:max-w-\[800px\]{
    max-width: 800px;
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:items-start{
    align-items: flex-start;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-18{
    gap: 4.5rem;
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\32xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .\32xl\:p-\[144px\]{
    padding: 144px;
  }

  .\32xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .\32xl\:pb-40{
    padding-bottom: 10rem;
  }

  .\32xl\:pb-\[170px\]{
    padding-bottom: 170px;
  }

  .\32xl\:pb-\[209px\]{
    padding-bottom: 209px;
  }

  .\32xl\:pb-\[68px\]{
    padding-bottom: 68px;
  }

  .\32xl\:pl-40{
    padding-left: 10rem;
  }

  .\32xl\:pl-\[280px\]{
    padding-left: 280px;
  }

  .\32xl\:pl-\[28px\]{
    padding-left: 28px;
  }

  .\32xl\:pr-\[82px\]{
    padding-right: 82px;
  }

  .\32xl\:pt-40{
    padding-top: 10rem;
  }

  .\32xl\:pt-\[108px\]{
    padding-top: 108px;
  }

  .\32xl\:pt-\[120px\]{
    padding-top: 120px;
  }

  .\32xl\:pt-\[180px\]{
    padding-top: 180px;
  }

  .\32xl\:pt-\[290px\]{
    padding-top: 290px;
  }

  .\32xl\:pt-\[96px\]{
    padding-top: 96px;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

  .\32xl\:leading-\[1\.47\]{
    line-height: 1.47;
  }

  .\32xl\:\[zoom\:1\]{
    zoom: 1;
  }
}
