@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*
! tailwindcss v3.3.2 | 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #C6C6C6; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: Noto Sans TC, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
}
/*
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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #F8F2E7; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #F8F2E7; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #F8F2E7; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #F8F2E7; /* 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:  ;
}
::-webkit-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:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-bottom-36{
  bottom: -9rem;
}
.-bottom-\[164px\]{
  bottom: -164px;
}
.-bottom-\[200px\]{
  bottom: -200px;
}
.-bottom-\[4vh\]{
  bottom: -4vh;
}
.-left-10{
  left: -2.5rem;
}
.-left-11{
  left: -2.75rem;
}
.-left-24{
  left: -6rem;
}
.-left-3{
  left: -0.75rem;
}
.-left-4{
  left: -1rem;
}
.-left-5{
  left: -1.25rem;
}
.-left-8{
  left: -2rem;
}
.-left-80{
  left: -20rem;
}
.-left-\[10px\]{
  left: -10px;
}
.-left-\[160px\]{
  left: -160px;
}
.-left-\[32px\]{
  left: -32px;
}
.-left-\[400px\]{
  left: -400px;
}
.-left-\[77\.5px\]{
  left: -77.5px;
}
.-right-1{
  right: -0.25rem;
}
.-right-14{
  right: -3.5rem;
}
.-right-16{
  right: -4rem;
}
.-right-36{
  right: -9rem;
}
.-right-8{
  right: -2rem;
}
.-right-80{
  right: -20rem;
}
.-right-\[360px\]{
  right: -360px;
}
.-right-\[400px\]{
  right: -400px;
}
.-right-\[410px\]{
  right: -410px;
}
.-right-\[520px\]{
  right: -520px;
}
.-top-12{
  top: -3rem;
}
.-top-28{
  top: -7rem;
}
.-top-32{
  top: -8rem;
}
.-top-52{
  top: -13rem;
}
.-top-7{
  top: -1.75rem;
}
.-top-8{
  top: -2rem;
}
.-top-\[18px\]{
  top: -18px;
}
.-top-\[200px\]{
  top: -200px;
}
.-top-\[305px\]{
  top: -305px;
}
.-top-\[320px\]{
  top: -320px;
}
.-top-\[324px\]{
  top: -324px;
}
.-top-\[90px\]{
  top: -90px;
}
.-top-\[94px\]{
  top: -94px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-28{
  bottom: 7rem;
}
.bottom-44{
  bottom: 11rem;
}
.bottom-48{
  bottom: 12rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[15vh\]{
  bottom: 15vh;
}
.left-0{
  left: 0px;
}
.left-10p{
  left: 10%;
}
.left-13p{
  left: 13%;
}
.left-14{
  left: 3.5rem;
}
.left-15p{
  left: 15%;
}
.left-16{
  left: 4rem;
}
.left-20{
  left: 5rem;
}
.left-24{
  left: 6rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[100\%\]{
  left: 100%;
}
.left-\[12\%\]{
  left: 12%;
}
.left-\[15\%\]{
  left: 15%;
}
.left-\[224px\]{
  left: 224px;
}
.left-\[246px\]{
  left: 246px;
}
.left-\[2vw\]{
  left: 2vw;
}
.left-\[32\%\]{
  left: 32%;
}
.left-\[33\.3333\%\]{
  left: 33.3333%;
}
.left-\[390px\]{
  left: 390px;
}
.left-\[472px\]{
  left: 472px;
}
.left-\[4px\]{
  left: 4px;
}
.left-\[66\.6666\%\]{
  left: 66.6666%;
}
.left-\[672px\]{
  left: 672px;
}
.left-\[856px\]{
  left: 856px;
}
.left-\[926px\]{
  left: 926px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-11{
  right: 2.75rem;
}
.right-20{
  right: 5rem;
}
.right-28{
  right: 7rem;
}
.right-32{
  right: 8rem;
}
.right-6{
  right: 1.5rem;
}
.right-60{
  right: 15rem;
}
.right-\[180px\]{
  right: 180px;
}
.right-\[230px\]{
  right: 230px;
}
.right-\[32\%\]{
  right: 32%;
}
.right-\[540px\]{
  right: 540px;
}
.right-\[78px\]{
  right: 78px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-14{
  top: 3.5rem;
}
.top-16{
  top: 4rem;
}
.top-20{
  top: 5rem;
}
.top-28{
  top: 7rem;
}
.top-40{
  top: 10rem;
}
.top-44{
  top: 11rem;
}
.top-7{
  top: 1.75rem;
}
.top-9{
  top: 2.25rem;
}
.top-96{
  top: 24rem;
}
.top-\[138px\]{
  top: 138px;
}
.top-\[228px\]{
  top: 228px;
}
.top-\[240px\]{
  top: 240px;
}
.top-\[356px\]{
  top: 356px;
}
.top-\[520px\]{
  top: 520px;
}
.top-\[60px\]{
  top: 60px;
}
.top-\[6px\]{
  top: 6px;
}
.top-\[72px\]{
  top: 72px;
}
.top-\[8px\]{
  top: 8px;
}
.-z-10{
  z-index: -10;
}
.-z-20{
  z-index: -20;
}
.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;
}
.order-1{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mb-9{
  margin-bottom: -2.25rem;
}
.-mb-\[5px\]{
  margin-bottom: -5px;
}
.-ml-12{
  margin-left: -3rem;
}
.-ml-16{
  margin-left: -4rem;
}
.-ml-20{
  margin-left: -5rem;
}
.-ml-52{
  margin-left: -13rem;
}
.-ml-\[45px\]{
  margin-left: -45px;
}
.-ml-\[74px\]{
  margin-left: -74px;
}
.-mr-12{
  margin-right: -3rem;
}
.-mr-3{
  margin-right: -0.75rem;
}
.-mr-7{
  margin-right: -1.75rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-\[206px\]{
  margin-top: -206px;
}
.-mt-\[72px\]{
  margin-top: -72px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-44{
  margin-bottom: 11rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-52{
  margin-bottom: 13rem;
}
.mb-56{
  margin-bottom: 14rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-60{
  margin-bottom: 15rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-72{
  margin-bottom: 18rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[150px\]{
  margin-bottom: 150px;
}
.mb-\[168px\]{
  margin-bottom: 168px;
}
.mb-\[300px\]{
  margin-bottom: 300px;
}
.mb-\[334px\]{
  margin-bottom: 334px;
}
.mb-\[340px\]{
  margin-bottom: 340px;
}
.mb-\[350px\]{
  margin-bottom: 350px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-10p{
  margin-left: 10%;
}
.ml-12{
  margin-left: 3rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-48{
  margin-left: 12rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-\[180px\]{
  margin-left: 180px;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.ml-\[268px\]{
  margin-left: 268px;
}
.ml-\[350px\]{
  margin-left: 350px;
}
.ml-\[500px\]{
  margin-left: 500px;
}
.ml-auto{
  margin-left: auto;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-24{
  margin-right: 6rem;
}
.mr-28{
  margin-right: 7rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-32{
  margin-right: 8rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-40{
  margin-right: 10rem;
}
.mr-48{
  margin-right: 12rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[224px\]{
  margin-right: 224px;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-44{
  margin-top: 11rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-60{
  margin-top: 15rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[140px\]{
  margin-top: 140px;
}
.mt-\[150px\]{
  margin-top: 150px;
}
.mt-\[16rem\]{
  margin-top: 16rem;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[470px\]{
  margin-top: 470px;
}
.mt-\[600px\]{
  margin-top: 600px;
}
.mt-\[74px\]{
  margin-top: 74px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-\[105\%\]{
  height: 105%;
}
.h-\[107vh\]{
  height: 107vh;
}
.h-\[114px\]{
  height: 114px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[122px\]{
  height: 122px;
}
.h-\[125vh\]{
  height: 125vh;
}
.h-\[1340px\]{
  height: 1340px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[210px\]{
  height: 210px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[25vh\]{
  height: 25vh;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[312px\]{
  height: 312px;
}
.h-\[328px\]{
  height: 328px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[404px\]{
  height: 404px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[610px\]{
  height: 610px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[700px\]{
  height: 700px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}
.h-\[calc\(100\%-12px\)\]{
  height: calc(100% - 12px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[150px\]{
  max-height: 150px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.min-h-\[45px\]{
  min-height: 45px;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-3{
  width: 0.75rem;
}
.w-36{
  width: 9rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-\[1030px\]{
  width: 1030px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[1920px\]{
  width: 1920px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[242px\]{
  width: 242px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[290px\]{
  width: 290px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[328px\]{
  width: 328px;
}
.w-\[33\.3333\%\]{
  width: 33.3333%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[41\%\]{
  width: 41%;
}
.w-\[440px\]{
  width: 440px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[47\.5\%\]{
  width: 47.5%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[52\.5\%\]{
  width: 52.5%;
}
.w-\[604px\]{
  width: 604px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[756px\]{
  width: 756px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[calc\(100\%\+160px\)\]{
  width: calc(100% + 160px);
}
.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}
.w-\[calc\(100\%-4px\)\]{
  width: calc(100% - 4px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[35\%\]{
  min-width: 35%;
}
.min-w-\[350px\]{
  min-width: 350px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[1160px\]{
  max-width: 1160px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1250px\]{
  max-width: 1250px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[1380px\]{
  max-width: 1380px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1430px\]{
  max-width: 1430px;
}
.max-w-\[1540px\]{
  max-width: 1540px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[308px\]{
  max-width: 308px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[384px\]{
  max-width: 384px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[524px\]{
  max-width: 524px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[566px\]{
  max-width: 566px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[576px\]{
  max-width: 576px;
}
.max-w-\[590px\]{
  max-width: 590px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[812px\]{
  max-width: 812px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-\[824px\]{
  max-width: 824px;
}
.max-w-\[942px\]{
  max-width: 942px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-none{
  max-width: none;
}
.flex-auto{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-shrink{
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.shrink-0{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.-translate-x-2\/4{
  --tw-translate-x: -50%;
  -webkit-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));
  -ms-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: 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-1\/2{
  --tw-translate-y: -50%;
  -webkit-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));
  -ms-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: 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-x-2\/4{
  --tw-translate-x: 50%;
  -webkit-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));
  -ms-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: 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{
  -webkit-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));
  -ms-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: 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));
}
@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin-slow{
  -webkit-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gap-x-10{
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-24{
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
.gap-x-28{
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}
.gap-x-32{
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
.gap-x-5{
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-\[72px\]{
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}
.gap-y-36{
  row-gap: 9rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-\[110px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(110px * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-\[26px\]{
  border-radius: 26px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-b-\[120px\]{
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
.rounded-l-\[500px\]{
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-t-\[236px\]{
  border-top-left-radius: 236px;
  border-top-right-radius: 236px;
}
.rounded-bl-\[120px\]{
  border-bottom-left-radius: 120px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#027382\]{
  --tw-border-opacity: 1;
  border-color: rgb(2 115 130 / var(--tw-border-opacity));
}
.border-\[\#40BFB6\]{
  --tw-border-opacity: 1;
  border-color: rgb(64 191 182 / var(--tw-border-opacity));
}
.border-\[\#40bfb6\]{
  --tw-border-opacity: 1;
  border-color: rgb(64 191 182 / var(--tw-border-opacity));
}
.border-\[\#86ddc6\]{
  --tw-border-opacity: 1;
  border-color: rgb(134 221 198 / var(--tw-border-opacity));
}
.border-\[\#B3B3B3\]{
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
.border-\[\#c8c8c8\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-\[\#e2e2e2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(71 191 181 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(132 236 196 / var(--tw-border-opacity));
}
.bg-\[\#006875\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 104 117 / var(--tw-bg-opacity));
}
.bg-\[\#040000cc\]{
  background-color: #040000cc;
}
.bg-\[\#2E2A95\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 42 149 / var(--tw-bg-opacity));
}
.bg-\[\#2e2a95\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 42 149 / var(--tw-bg-opacity));
}
.bg-\[\#40BFB6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(64 191 182 / var(--tw-bg-opacity));
}
.bg-\[\#40bfb6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(64 191 182 / var(--tw-bg-opacity));
}
.bg-\[\#95a2b4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 162 180 / var(--tw-bg-opacity));
}
.bg-\[\#E2E2E2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-\[\#F5F0EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 235 / var(--tw-bg-opacity));
}
.bg-\[\#F6F1EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 236 / var(--tw-bg-opacity));
}
.bg-\[\#F9F3E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 243 231 / var(--tw-bg-opacity));
}
.bg-\[\#cdcdcd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}
.bg-\[\#f6f1ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 236 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 147 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 146 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 236 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(71 191 181 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 190 180 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2e2a95\]{
  --tw-gradient-from: #2e2a95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 42 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#40bdb4\]{
  --tw-gradient-from: #40bdb4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 189 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#40bfb6\]{
  --tw-gradient-from: #40bfb6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 191 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#86DDC6\]{
  --tw-gradient-from: #86DDC6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 221 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#86ddc6\]{
  --tw-gradient-from: #86ddc6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 221 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#87DAC4\]{
  --tw-gradient-from: #87DAC4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(135 218 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F9F1E5\]{
  --tw-gradient-from: #F9F1E5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 241 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F9F3E8\]{
  --tw-gradient-from: #F9F3E8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 243 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f6f1ec\]{
  --tw-gradient-from: #f6f1ec var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 241 236 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue{
  --tw-gradient-from: #2F2F93 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 47 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-300{
  --tw-gradient-from: #89DCC6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(137 220 198 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #47BEB4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 190 180 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#2e2a95e6\]{
  --tw-gradient-to: rgb(46 42 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e2a95e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-green{
  --tw-gradient-to: rgb(71 191 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #47BFB5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#2e2a95\]{
  --tw-gradient-to: #2e2a95 var(--tw-gradient-to-position);
}
.to-\[\#322da9\]{
  --tw-gradient-to: #322da9 var(--tw-gradient-to-position);
}
.to-\[\#322daa\]{
  --tw-gradient-to: #322daa var(--tw-gradient-to-position);
}
.to-\[\#40bfb6\]{
  --tw-gradient-to: #40bfb6 var(--tw-gradient-to-position);
}
.to-blue{
  --tw-gradient-to: #2F2F93 var(--tw-gradient-to-position);
}
.to-green-300{
  --tw-gradient-to: #89DCC6 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-\[\#95ecc8\]{
  fill: #95ecc8;
}
.p-1{
  padding: 0.25rem;
}
.p-3{
  padding: 0.75rem;
}
.p-px{
  padding: 1px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[8vw\]{
  padding-left: 8vw;
  padding-right: 8vw;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-72{
  padding-bottom: 18rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[250px\]{
  padding-bottom: 250px;
}
.pb-\[270px\]{
  padding-bottom: 270px;
}
.pb-\[310px\]{
  padding-bottom: 310px;
}
.pb-\[320px\]{
  padding-bottom: 320px;
}
.pb-\[328px\]{
  padding-bottom: 328px;
}
.pb-\[342px\]{
  padding-bottom: 342px;
}
.pb-\[350px\]{
  padding-bottom: 350px;
}
.pb-\[400px\]{
  padding-bottom: 400px;
}
.pb-\[456px\]{
  padding-bottom: 456px;
}
.pb-\[72px\]{
  padding-bottom: 72px;
}
.pb-\[96px\]{
  padding-bottom: 96px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-32{
  padding-left: 8rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-40{
  padding-left: 10rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-56{
  padding-left: 14rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-64{
  padding-left: 16rem;
}
.pl-\[15\%\]{
  padding-left: 15%;
}
.pl-\[264px\]{
  padding-left: 264px;
}
.pl-\[268px\]{
  padding-left: 268px;
}
.pl-\[272px\]{
  padding-left: 272px;
}
.pl-\[360px\]{
  padding-left: 360px;
}
.pl-\[40\%\]{
  padding-left: 40%;
}
.pl-\[74px\]{
  padding-left: 74px;
}
.pl-\[84px\]{
  padding-left: 84px;
}
.pr-16{
  padding-right: 4rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-72{
  padding-right: 18rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-\[156px\]{
  padding-right: 156px;
}
.pr-\[324px\]{
  padding-right: 324px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-\[124px\]{
  padding-top: 124px;
}
.pt-\[170px\]{
  padding-top: 170px;
}
.pt-\[172px\]{
  padding-top: 172px;
}
.pt-\[184px\]{
  padding-top: 184px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[224px\]{
  padding-top: 224px;
}
.pt-\[260px\]{
  padding-top: 260px;
}
.pt-\[268px\]{
  padding-top: 268px;
}
.pt-\[270px\]{
  padding-top: 270px;
}
.pt-\[304px\]{
  padding-top: 304px;
}
.pt-\[410px\]{
  padding-top: 410px;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[94px\]{
  padding-top: 94px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-en{
  font-family: Roboto, serif;
}
.font-sans{
  font-family: Noto Sans TC, sans-serif;
}
.text-2xl{
  font-size: 19px;
  line-height: 1.2;
}
.text-3xl{
  font-size: 20px;
  line-height: 1.4;
}
.text-4xl{
  font-size: 22px;
  line-height: 1.4;
}
.text-5xl{
  font-size: 28px;
  line-height: 1.1;
}
.text-6xl{
  font-size: 32px;
  line-height: 1;
}
.text-7xl{
  font-size: 35px;
  line-height: 1;
}
.text-8xl{
  font-size: 50px;
  line-height: 1;
}
.text-\[102px\]{
  font-size: 102px;
}
.text-\[130px\]{
  font-size: 130px;
}
.text-\[131px\]{
  font-size: 131px;
}
.text-\[150px\]{
  font-size: 150px;
}
.text-\[154px\]{
  font-size: 154px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[186px\]{
  font-size: 186px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[2\.8125rem\]{
  font-size: 2.8125rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[53px\]{
  font-size: 53px;
}
.text-\[62px\]{
  font-size: 62px;
}
.text-\[65px\]{
  font-size: 65px;
}
.text-\[67px\]{
  font-size: 67px;
}
.text-\[68px\]{
  font-size: 68px;
}
.text-\[72px\]{
  font-size: 72px;
}
.text-\[75px\]{
  font-size: 75px;
}
.text-\[76px\]{
  font-size: 76px;
}
.text-\[84px\]{
  font-size: 84px;
}
.text-lg{
  font-size: 17px;
  line-height: 1.6;
}
.text-sm{
  font-size: 14px;
  line-height: 1.5;
}
.text-xl{
  font-size: 18px;
  line-height: 1.4;
}
.text-xs{
  font-size: 12px;
  line-height: 1.5;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.6;
}
.leading-snug{
  line-height: 1.4;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-tighter{
  letter-spacing: -1px;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.text-\[\#006875\]{
  --tw-text-opacity: 1;
  color: rgb(0 104 117 / var(--tw-text-opacity));
}
.text-\[\#027382\]{
  --tw-text-opacity: 1;
  color: rgb(2 115 130 / var(--tw-text-opacity));
}
.text-\[\#24B7AB\]{
  --tw-text-opacity: 1;
  color: rgb(36 183 171 / var(--tw-text-opacity));
}
.text-\[\#292385\]{
  --tw-text-opacity: 1;
  color: rgb(41 35 133 / var(--tw-text-opacity));
}
.text-\[\#2e2a93\]{
  --tw-text-opacity: 1;
  color: rgb(46 42 147 / var(--tw-text-opacity));
}
.text-\[\#2e2a95\]{
  --tw-text-opacity: 1;
  color: rgb(46 42 149 / var(--tw-text-opacity));
}
.text-\[\#40BFB6\]{
  --tw-text-opacity: 1;
  color: rgb(64 191 182 / var(--tw-text-opacity));
}
.text-\[\#40bfb6\]{
  --tw-text-opacity: 1;
  color: rgb(64 191 182 / var(--tw-text-opacity));
}
.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-\[\#4F4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(79 77 77 / var(--tw-text-opacity));
}
.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#808080\]{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#E0E0E0\]{
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.text-\[\#ECECEC\]{
  --tw-text-opacity: 1;
  color: rgb(236 236 236 / var(--tw-text-opacity));
}
.text-\[\#c90a18\]{
  --tw-text-opacity: 1;
  color: rgb(201 10 24 / var(--tw-text-opacity));
}
.text-\[\#cccccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}
.text-\[\#e6e6e6\]{
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-\[\#e8e8e8\]{
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}
.text-\[\#f9f3e7\]{
  --tw-text-opacity: 1;
  color: rgb(249 243 231 / var(--tw-text-opacity));
}
.text-black-500{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(47 47 147 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(46 42 148 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(47 47 146 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(198 198 198 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(248 242 231 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(246 241 236 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(89 87 87 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(71 191 181 / var(--tw-text-opacity));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(137 220 198 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(71 190 180 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(16 115 129 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.blur{
  --tw-blur: blur(8px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.duration-1000{
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.duration-200{
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.duration-700{
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}
.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.basic-show.is-show {
      opacity: 1;
      pointer-events: all; }
.basic-hover {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
.basic-hover:hover {
      opacity: .6; }
.writing-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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)); }
.tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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)); }
.tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    -webkit-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));
    -ms-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: 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)); }
.zoom-70 {
    zoom: 0.7; }
.zoom-80 {
    zoom: 0.8; }
.zoom-90 {
    zoom: 0.9; }
.scroll-around {
    -webkit-animation: rotate 18s infinite linear;
    animation: rotate 18s infinite linear; }
@-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
@keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
.breathe {
    -webkit-animation: breathe 5s linear infinite;
    animation: breathe 5s linear infinite; }
.breathe-3 {
    -webkit-animation: breathe 10s linear infinite;
    animation: breathe 10s linear infinite; }
@-webkit-keyframes breathe {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
@keyframes breathe {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1); } }
.breathe-2 {
    -webkit-animation: breathe-2 7s linear infinite;
    animation: breathe-2 7s linear infinite; }
@-webkit-keyframes breathe-2 {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
@keyframes breathe-2 {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
    50% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
.anim-play {
    -webkit-animation-play-state: running;
    animation-play-state: running; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden; }

:focus-visible {
  outline: none; }

body {
  font-family: 'Roboto', serif;
  overflow-x: hidden; }
  body.is-lock {
    margin-right: 17px;
    overflow: hidden; }

@media (max-width: 1199px) {
  .br-mobile {
    border-radius: 160px 0 0 0; } }

#application-dots-index li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 1px solid #fff; }

@media (max-width: 1199px) {
  #application-dots-index li {
    width: 10px;
    height: 10px; } }
  #application-dots-index li.current {
    background-color: #fff; }

#sdkSliderList li.is-selected .stage {
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px); }

@media (max-width: 1199px) {
  #sdkSliderList li.is-prev .stage {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px); }
  #sdkSliderList li.is-next .stage {
    -webkit-transform: translateX(-44px);
    -ms-transform: translateX(-44px);
    transform: translateX(-44px); } }

#sdkSliderList li .stage {
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-transition: -webkit-transform .5s .1s;
  transition: -webkit-transform .5s .1s;
  transition: transform .5s .1s;
  transition: transform .5s .1s, -webkit-transform .5s .1s; }

#news-paging a {
  font-family: Roboto, serif;
  position: relative;
  color: #5A6168;
  font-style: italic; }

@media (max-width: 1199px) {
  #news-paging a {
    font-size: 14px; } }
  #news-paging a.tg {
    color: #86ddc6; }
    #news-paging a.tg.current {
      color: #fff; }
      #news-paging a.tg.current:before {
        background-color: #fff; }
  #news-paging a:before {
    content: "";
    position: absolute;
    width: 130%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #595757;
    opacity: 0; }
  #news-paging a.current {
    font-style: initial;
    font-weight: 700; }
    #news-paging a.current:before {
      opacity: 1; }

.certificationCats li .bg-liner {
  opacity: 0; }

.certificationCats li .text-1 {
  color: #fff; }

.certificationCats li .text-2 {
  color: #fff; }

.careersList li.is-open .ques {
  border-bottom: 2px solid #40BFB6; }
  .careersList li.is-open .ques svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .careersList li.is-open .ques svg rect {
      fill: #2E2A95; }

.careersList li svg {
  -webkit-transition: all .5s;
  transition: all .5s; }
  .careersList li svg rect {
    -webkit-transition: all .5s;
    transition: all .5s; }

#in-dots li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: #C8C8C8;
  -webkit-transition: all .5s;
  transition: all .5s; }

@media (max-width: 1199px) {
  #in-dots li {
    width: 10px;
    height: 10px; } }
  #in-dots li.current {
    background-color: #47BFB5; }

#application-dots li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all .5s;
  transition: all .5s; }
  #application-dots li.current {
    background-color: #fff; }

.pulsar, .pulsar-mobile {
  stroke-dasharray: 400;
  -webkit-animation: dash 2.5s infinite linear forwards; }

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: -800; }
  to {
    stroke-dashoffset: 800; } }

.yearList li {
  -webkit-transition: all .3s;
  transition: all .3s; }
  .yearList li.current, .yearList li:hover {
    font-size: 22px;
    border-top: 1px solid #5A6168;
    color: #5A6168;
    padding-left: 20px; }

.pic-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .pic-dots li {
    width: 8px;
    height: 8px;
    background-color: #b3b3b3;
    margin: 0 5px; }
    .pic-dots li.current {
      background-color: #2e2a95; }

.yearList-mobile-white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: white; }

.yearList-mobile {
  padding: 0 1px; }
  .yearList-mobile li {
    position: relative; }
    .yearList-mobile li:after {
      position: absolute;
      content: "";
      width: 1px;
      height: 10px;
      background-color: #40bfb6;
      -webkit-transition: all .5s;
      transition: all .5s;
      bottom: 0;
      left: 0; }
    .yearList-mobile li span {
      -webkit-transition: all .5s;
      transition: all .5s;
      position: absolute;
      top: -44px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0; }
    .yearList-mobile li.current:after {
      -webkit-transform: scaleY(2) translateY(-2px);
      -ms-transform: scaleY(2) translateY(-2px);
      transform: scaleY(2) translateY(-2px);
      background-color: #5a6168; }
    .yearList-mobile li.current span {
      opacity: 1; }

.time-area .item {
  overflow: hidden;
  width: 104px;
  height: 190px; }

@media (max-width: 1199px) {
  .time-area .item {
    width: 34px;
    height: 56px; } }
  .time-area .item span {
    display: block; }

.st-item svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#contactForm .item {
  position: relative; }
  #contactForm .item .title {
    display: inline-block;
    position: relative;
    @media (max-width: 1199px) {} }
    #contactForm .item .title:after {
      position: absolute;
      content: "*";
      color: #c1272d;
      right: -14px;
      top: -1px;
      font-size: 18px; }
  #contactForm .item.message .title:after {
    opacity: 0; }

#contactForm .select {
  position: relative;
  width: 100%; }
  #contactForm .select:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    right: 24px;
    background-color: #40bfb6; }

@media (max-width: 1199px) {
  #contactForm .select:before {
    right: 10px;
    height: 14px; } }
  #contactForm .select:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-25deg);
    -ms-transform: translateY(-50%) rotate(-25deg);
    transform: translateY(-50%) rotate(-25deg);
    right: 32px;
    background-color: #40bfb6; }

@media (max-width: 1199px) {
  #contactForm .select:after {
    right: 16px;
    height: 14px; } }

#contactForm input {
  @media (max-width: 1199px) {} }

#contactForm select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  @media (max-width: 1199px) {} }

#contactForm textarea {
  resize: none;
  background: #fff;
  border-bottom: 1px solid #fff;
  @media (max-width: 1199px) {} }

#contactForm .contact-form-error {
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c1272d; }

@media (max-width: 1199px) {
  #contactForm .contact-form-error {
    font-size: 14px; } }

.fancy-scroll {
  /*定义滚动条高宽及背景
	高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道
	内阴影+圆角*/
  /*定义滑块
	内阴影+圆角*/ }
  .fancy-scroll ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(102, 102, 102, 0.1); }
  .fancy-scroll ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.3);
    background-color: rgba(102, 102, 102, 0.1); }
  .fancy-scroll ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.3);
    background-color: #666666; }

#viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contact-button {
  z-index: 1;
  position: relative; }
  .contact-button:hover:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #72d8be), to(#2d259b)) 0% 0/350% 100%;
    background: linear-gradient(to right, #72d8be 20%, #2d259b 100%) 0% 0/350% 100%;
    -webkit-transition: background 0.7s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.7s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.7s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.7s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .contact-button:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 200px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #72d8be), to(#2d259b)) 0% 0/100% 100%;
    background: linear-gradient(to right, #72d8be 20%, #2d259b 100%) 0% 0/100% 100%;
    transition: background 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: background 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.8s;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

.technologListWrap {
  position: relative;
  border: 1px solid #86ddc6;
  border-right: 0;
  border-radius: 50px 0px 0px 50px; }

@media (max-width: 1199px) {
  .technologListWrap {
    border-radius: 24px 0px 0px 24px; } }
  .technologListWrap .line-1 {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #86ddc6;
    width: 100%;
    height: 1px; }
    .technologListWrap .line-1:before {
      position: absolute;
      content: "";
      left: -6px;
      top: -6px;
      width: 12px;
      height: 12px;
      background-color: #2e2a95;
      z-index: 1; }
    .technologListWrap .line-1:after {
      position: absolute;
      content: "";
      left: calc(33.3333% - 6px);
      top: -6px;
      width: 12px;
      height: 12px;
      background-color: #2e2a95;
      z-index: 1; }
  .technologListWrap .line-2 {
    position: absolute;
    top: 66.6666%;
    left: 0;
    background-color: #86ddc6;
    width: 100%;
    height: 1px; }
    .technologListWrap .line-2:before {
      position: absolute;
      content: "";
      left: -6px;
      top: -6px;
      width: 12px;
      height: 12px;
      background-color: #2e2a95;
      z-index: 1; }
    .technologListWrap .line-2:after {
      position: absolute;
      content: "";
      left: calc(66.6666% - 6px);
      top: -6px;
      width: 12px;
      height: 12px;
      background-color: #2e2a95;
      z-index: 1; }
  .technologListWrap .line-3 {
    position: absolute;
    top: 0;
    left: 33.3333%;
    background-color: #86ddc6;
    width: 1px;
    height: 100%; }
  .technologListWrap .line-4 {
    position: absolute;
    top: 0;
    left: 66.6666%;
    background-color: #86ddc6;
    width: 1px;
    height: 100%; }
    .technologListWrap .line-4:after {
      position: absolute;
      content: "";
      left: -6px;
      top: calc(50% - 6px);
      width: 12px;
      height: 12px;
      background-color: #2e2a95;
      z-index: 1; }

.technologList li {
  position: relative;
  padding: 40px 60px;
  min-height: 300px; }

@media (max-width: 1199px) {
  .technologList li {
    padding: 10px 20px;
    min-height: 150px; } }
  .technologList li.is-now {
    opacity: 1; }
    .technologList li.is-now .text {
      opacity: 1; }

@media (max-width: 1199px) {
  .grList li.current .number, .grList li.current .text, .grList li.current .bg {
    opacity: 1; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #newsList {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    #newsList li {
      padding: 0 10px;
      margin-top: 0;
      margin-bottom: 40px; }
  #sdkSliderList li {
    width: 154px;
    height: 320px;
    margin: 0 100px; }
  #menuopening {
    height: 100%; }
  #flat-face {
    margin-top: 330px; }
  #flat-text-1 {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 200px; }
  #flat-item-1 {
    max-width: 65%;
    margin: 50px auto; }
  #flat-item-2 {
    max-width: 65%;
    margin: 0 auto; }
  #rppg-head-2 {
    max-width: 65%;
    margin: 0 auto; }
  .face-item {
    max-width: 300px; }
    .face-item .face-ch {
      font-size: 24px; }
    .face-item .face-content {
      font-size: 17px; }
  #index-sdk {
    max-width: 400px;
    margin: 0 auto; }
  #index-logo li img {
    max-width: 280px;
    max-height: 150px; }
  #sdk-data {
    max-width: 500px; }
  .index-core {
    max-width: 70%;
    margin: 0 auto; }
  .application-detail-head {
    padding-right: 10rem; }
  .flat-br {
    display: none; }
  #specification {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    padding-top: 30px; } }

@media (min-width: 821px) and (max-width: 1200px) {
  .st-all {
    max-width: 62%;
    margin-top: 44px; } }

@media (min-width: 768px) and (max-width: 820px) {
  .st-all {
    max-width: 85%;
    margin-top: 44px; } }

#flat-mask {
  background: url("../images/t-head-mask-mobile.png") center center/cover; }
  @media (min-width: 821px) and (max-width: 1200px) {
    #flat-mask {
      background: url("../images/t-head-mask.svg") center center/cover;
      height: 120vh; } }

@media (min-width: 768px) and (max-width: 1200px) {
  #rppgList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px 24px; }
    #rppgList li {
      margin-top: 0; }
  #footerListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 981px) and (max-width: 1200px) {
  #footerList {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 0 50px; } }

@media (min-width: 768px) and (max-width: 980px) {
  #footerList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0 50px; } }

@media (min-width: 981px) and (max-width: 1200px) {
  #video-flat {
    display: block;
    max-width: 125%;
    height: 100vh; }
  #video-mobile {
    display: none; } }

.faq-select:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
  -ms-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
  right: 24px;
  background-color: #40bfb6; }

@media (max-width: 1199px) {
  .faq-select:before {
    right: 10px;
    height: 14px; } }

.faq-select:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  -ms-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
  right: 32px;
  background-color: #40bfb6; }

@media (max-width: 1199px) {
  .faq-select:after {
    right: 16px;
    height: 14px; } }

.faq-select select {
  -webkit-appearance: none;
  /* for Safari and Chrome */
  -moz-appearance: none;
  /* for Firefox */
  appearance: none; }

.detail-style {
  overflow: hidden; }
  .detail-style .table-wrapper {
    overflow-x: auto; }
  .detail-style table {
    margin: 2rem 0; }

@media (max-width: 1199px) {
  .detail-style table {
    margin: 1.5rem 0; } }
    .detail-style table tr td {
      border: 1px solid #000;
      padding: 4px 8px; }
  .detail-style b, .detail-style strong {
    font-weight: 700; }
  .detail-style ol, .detail-style ul, .detail-style menu {
    list-style: revert;
    padding-left: 18px; }
    .detail-style ol li, .detail-style ul li, .detail-style menu li {
      margin-bottom: .75rem; }
  .detail-style h1 {
    font-size: 45px;
    font-weight: 700; }

@media (max-width: 1199px) {
  .detail-style h1 {
    font-size: 32px; } }
  .detail-style h2 {
    font-size: 32px;
    font-weight: 700; }

@media (max-width: 1199px) {
  .detail-style h2 {
    font-size: 25px; } }
  .detail-style h3 {
    font-size: 25px;
    font-weight: 700; }

@media (max-width: 1199px) {
  .detail-style h3 {
    font-size: 20px; } }
  .detail-style h4 {
    font-size: 20px;
    font-weight: 700; }
  .detail-style p {
    font-size: 19px;
    line-height: 2.125rem; }
  .detail-style a {
    word-break: break-all !important;
    color: #2980b9;
    text-decoration: underline; }
  .detail-style img {
    margin: 2rem 0; }

@media (max-width: 1199px) {
  .detail-style img {
    margin: 1.5rem 0; } }
  .detail-style h1, .detail-style h2, .detail-style h3, .detail-style h4 {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .hover\:bg-gradient-to-r:hover{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
  .hover\:from-blue:hover{
  --tw-gradient-from: #2F2F93 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 47 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
  .hover\:to-green-300:hover{
  --tw-gradient-to: #89DCC6 var(--tw-gradient-to-position);
}
  .hover\:text-\[28px\]:hover{
  font-size: 28px;
}
  .hover\:italic:hover{
  font-style: italic;
}
  .hover\:text-\[\#2f2f93\]:hover{
  --tw-text-opacity: 1;
  color: rgb(47 47 147 / var(--tw-text-opacity));
}
  .hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgb(132 236 196 / var(--tw-text-opacity));
}
  .hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(16 115 129 / var(--tw-text-opacity));
}
  .hover\:opacity-100:hover{
  opacity: 1;
}
  .group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
  .group:hover .group-hover\:-right-16{
  right: -4rem;
}
  .group:hover .group-hover\:mt-20{
  margin-top: 5rem;
}
  .group:hover .group-hover\:h-\[122px\]{
  height: 122px;
}
  .group:hover .group-hover\:border-\[\#72d9bf\]{
  --tw-border-opacity: 1;
  border-color: rgb(114 217 191 / var(--tw-border-opacity));
}
  .group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 147 / var(--tw-bg-opacity));
}
  .group:hover .group-hover\:bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
  .group:hover .group-hover\:from-blue{
  --tw-gradient-from: #2F2F93 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(47 47 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
  .group:hover .group-hover\:to-green-300{
  --tw-gradient-to: #89DCC6 var(--tw-gradient-to-position);
}
  .group:hover .group-hover\:text-\[\#2e2a95\]{
  --tw-text-opacity: 1;
  color: rgb(46 42 149 / var(--tw-text-opacity));
}
  .group:hover .group-hover\:text-\[\#4F4D4D\]{
  --tw-text-opacity: 1;
  color: rgb(79 77 77 / var(--tw-text-opacity));
}
  .group:hover .group-hover\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(47 47 147 / var(--tw-text-opacity));
}
  .group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .group:hover .group-hover\:opacity-0{
  opacity: 0;
}
  .group:hover .group-hover\:opacity-100{
  opacity: 1;
}
  .group:hover .group-hover\:opacity-60{
  opacity: 0.6;
}
  .group:hover .group-hover\:anim-pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
  .group.is-show .group-\[\.is-show\]\:opacity-0{
  opacity: 0;
}
  .group.is-show .group-\[\.is-show\]\:opacity-100{
  opacity: 1;
}
  @media (max-width: 800px){
  .md\:h-screen{
    height: 100vh;
  }
}
  @media (max-width: 1199px){
  .lg\:static{
    position: static;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-bottom-2{
    bottom: -0.5rem;
  }
  .lg\:-bottom-\[298px\]{
    bottom: -298px;
  }
  .lg\:-bottom-\[650px\]{
    bottom: -650px;
  }
  .lg\:-left-2{
    left: -0.5rem;
  }
  .lg\:-left-4{
    left: -1rem;
  }
  .lg\:-left-5{
    left: -1.25rem;
  }
  .lg\:-left-7{
    left: -1.75rem;
  }
  .lg\:-left-8{
    left: -2rem;
  }
  .lg\:-left-\[50px\]{
    left: -50px;
  }
  .lg\:-right-10{
    right: -2.5rem;
  }
  .lg\:-right-12{
    right: -3rem;
  }
  .lg\:-right-\[26px\]{
    right: -26px;
  }
  .lg\:-right-\[33vw\]{
    right: -33vw;
  }
  .lg\:-top-0{
    top: -0px;
  }
  .lg\:-top-14{
    top: -3.5rem;
  }
  .lg\:-top-4{
    top: -1rem;
  }
  .lg\:-top-5{
    top: -1.25rem;
  }
  .lg\:-top-8{
    top: -2rem;
  }
  .lg\:-top-\[150px\]{
    top: -150px;
  }
  .lg\:-top-\[58px\]{
    top: -58px;
  }
  .lg\:-top-\[75px\]{
    top: -75px;
  }
  .lg\:-top-\[90px\]{
    top: -90px;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-16{
    bottom: 4rem;
  }
  .lg\:bottom-2{
    bottom: 0.5rem;
  }
  .lg\:bottom-4{
    bottom: 1rem;
  }
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:bottom-\[10vh\]{
    bottom: 10vh;
  }
  .lg\:bottom-\[12vh\]{
    bottom: 12vh;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-12{
    left: 3rem;
  }
  .lg\:left-16{
    left: 4rem;
  }
  .lg\:left-4{
    left: 1rem;
  }
  .lg\:left-6{
    left: 1.5rem;
  }
  .lg\:left-8{
    left: 2rem;
  }
  .lg\:left-\[100px\]{
    left: 100px;
  }
  .lg\:left-\[128px\]{
    left: 128px;
  }
  .lg\:left-\[14\%\]{
    left: 14%;
  }
  .lg\:left-\[194px\]{
    left: 194px;
  }
  .lg\:left-\[234px\]{
    left: 234px;
  }
  .lg\:left-\[242px\]{
    left: 242px;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-12{
    right: 3rem;
  }
  .lg\:right-20{
    right: 5rem;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:right-\[14\%\]{
    right: 14%;
  }
  .lg\:right-\[140px\]{
    right: 140px;
  }
  .lg\:right-\[228px\]{
    right: 228px;
  }
  .lg\:right-\[22px\]{
    right: 22px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:top-28{
    top: 7rem;
  }
  .lg\:top-36{
    top: 9rem;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:top-\[10px\]{
    top: 10px;
  }
  .lg\:top-\[120px\]{
    top: 120px;
  }
  .lg\:top-\[156px\]{
    top: 156px;
  }
  .lg\:top-\[186px\]{
    top: 186px;
  }
  .lg\:top-\[34px\]{
    top: 34px;
  }
  .lg\:top-\[38px\]{
    top: 38px;
  }
  .lg\:top-\[44px\]{
    top: 44px;
  }
  .lg\:top-\[6px\]{
    top: 6px;
  }
  .lg\:top-\[88px\]{
    top: 88px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:z-60{
    z-index: 60;
  }
  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg\:order-3{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }
  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mb-20{
    margin-bottom: -5rem;
  }
  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }
  .lg\:-ml-10{
    margin-left: -2.5rem;
  }
  .lg\:-ml-4{
    margin-left: -1rem;
  }
  .lg\:-ml-5{
    margin-left: -1.25rem;
  }
  .lg\:-ml-9{
    margin-left: -2.25rem;
  }
  .lg\:-mr-2{
    margin-right: -0.5rem;
  }
  .lg\:-mr-6{
    margin-right: -1.5rem;
  }
  .lg\:-mr-\[160px\]{
    margin-right: -160px;
  }
  .lg\:-mt-5{
    margin-top: -1.25rem;
  }
  .lg\:-mt-6{
    margin-top: -1.5rem;
  }
  .lg\:-mt-\[105px\]{
    margin-top: -105px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-28{
    margin-bottom: 7rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:mb-36{
    margin-bottom: 9rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[19px\]{
    margin-bottom: 19px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-28{
    margin-left: 7rem;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mr-3{
    margin-right: 0.75rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-7{
    margin-top: 1.75rem;
  }
  .lg\:mt-\[100px\]{
    margin-top: 100px;
  }
  .lg\:mt-\[3px\]{
    margin-top: 3px;
  }
  .lg\:mt-\[60vh\]{
    margin-top: 60vh;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-1{
    height: 0.25rem;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:h-2{
    height: 0.5rem;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-6{
    height: 1.5rem;
  }
  .lg\:h-\[100px\]{
    height: 100px;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[124px\]{
    height: 124px;
  }
  .lg\:h-\[125vh\]{
    height: 125vh;
  }
  .lg\:h-\[130px\]{
    height: 130px;
  }
  .lg\:h-\[135vh\]{
    height: 135vh;
  }
  .lg\:h-\[170px\]{
    height: 170px;
  }
  .lg\:h-\[20vh\]{
    height: 20vh;
  }
  .lg\:h-\[220px\]{
    height: 220px;
  }
  .lg\:h-\[260px\]{
    height: 260px;
  }
  .lg\:h-\[294px\]{
    height: 294px;
  }
  .lg\:h-\[30vh\]{
    height: 30vh;
  }
  .lg\:h-\[32vh\]{
    height: 32vh;
  }
  .lg\:h-\[35vh\]{
    height: 35vh;
  }
  .lg\:h-\[3px\]{
    height: 3px;
  }
  .lg\:h-\[40vh\]{
    height: 40vh;
  }
  .lg\:h-\[56px\]{
    height: 56px;
  }
  .lg\:h-\[64px\]{
    height: 64px;
  }
  .lg\:h-\[75vh\]{
    height: 75vh;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-max{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:max-h-\[120px\]{
    max-height: 120px;
  }
  .lg\:max-h-\[150px\]{
    max-height: 150px;
  }
  .lg\:max-h-\[270px\]{
    max-height: 270px;
  }
  .lg\:max-h-\[36px\]{
    max-height: 36px;
  }
  .lg\:max-h-\[60px\]{
    max-height: 60px;
  }
  .lg\:min-h-\[36px\]{
    min-height: 36px;
  }
  .lg\:min-h-\[60px\]{
    min-height: 60px;
  }
  .lg\:w-1{
    width: 0.25rem;
  }
  .lg\:w-2{
    width: 0.5rem;
  }
  .lg\:w-4{
    width: 1rem;
  }
  .lg\:w-6{
    width: 1.5rem;
  }
  .lg\:w-\[126px\]{
    width: 126px;
  }
  .lg\:w-\[130px\]{
    width: 130px;
  }
  .lg\:w-\[170px\]{
    width: 170px;
  }
  .lg\:w-\[180px\]{
    width: 180px;
  }
  .lg\:w-\[190px\]{
    width: 190px;
  }
  .lg\:w-\[200\%\]{
    width: 200%;
  }
  .lg\:w-\[220px\]{
    width: 220px;
  }
  .lg\:w-\[240px\]{
    width: 240px;
  }
  .lg\:w-\[250px\]{
    width: 250px;
  }
  .lg\:w-\[280px\]{
    width: 280px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:min-w-\[100\%\]{
    min-width: 100%;
  }
  .lg\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .lg\:max-w-\[100px\]{
    max-width: 100px;
  }
  .lg\:max-w-\[120px\]{
    max-width: 120px;
  }
  .lg\:max-w-\[150px\]{
    max-width: 150px;
  }
  .lg\:max-w-\[160px\]{
    max-width: 160px;
  }
  .lg\:max-w-\[166px\]{
    max-width: 166px;
  }
  .lg\:max-w-\[180px\]{
    max-width: 180px;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[220px\]{
    max-width: 220px;
  }
  .lg\:max-w-\[22px\]{
    max-width: 22px;
  }
  .lg\:max-w-\[270px\]{
    max-width: 270px;
  }
  .lg\:max-w-\[28\%\]{
    max-width: 28%;
  }
  .lg\:max-w-\[320px\]{
    max-width: 320px;
  }
  .lg\:max-w-\[466px\]{
    max-width: 466px;
  }
  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }
  .lg\:max-w-\[60\%\]{
    max-width: 60%;
  }
  .lg\:max-w-\[60px\]{
    max-width: 60px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-\[80px\]{
    max-width: 80px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-max{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .lg\:shrink-0{
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .lg\:transform-none{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .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\:grid-cols-none{
    grid-template-columns: none;
  }
  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg\:items-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:gap-x-10{
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .lg\:gap-x-4{
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .lg\:gap-y-10{
    row-gap: 2.5rem;
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:rounded-\[100px\]{
    border-radius: 100px;
  }
  .lg\:rounded-\[18px\]{
    border-radius: 18px;
  }
  .lg\:rounded-b-\[28px\]{
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .lg\:rounded-b-\[60px\]{
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .lg\:rounded-t-\[24px\]{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .lg\:rounded-bl-\[32px\]{
    border-bottom-left-radius: 32px;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:bg-\[\#f6f1ec\]{
    --tw-bg-opacity: 1;
    background-color: rgb(246 241 236 / var(--tw-bg-opacity));
  }
  .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(246 241 236 / var(--tw-bg-opacity));
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:to-\[\#f6f1ec\]{
    --tw-gradient-to: #f6f1ec var(--tw-gradient-to-position);
  }
  .lg\:bg-cover{
    background-size: cover;
  }
  .lg\:bg-scroll{
    background-attachment: scroll;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-52{
    padding-bottom: 13rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-7{
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[136px\]{
    padding-bottom: 136px;
  }
  .lg\:pb-\[140px\]{
    padding-bottom: 140px;
  }
  .lg\:pb-\[74px\]{
    padding-bottom: 74px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-3{
    padding-left: 0.75rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-7{
    padding-left: 1.75rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[29px\]{
    padding-left: 29px;
  }
  .lg\:pl-\[38px\]{
    padding-left: 38px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-2{
    padding-right: 0.5rem;
  }
  .lg\:pr-7{
    padding-right: 1.75rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pt-60{
    padding-top: 15rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[74px\]{
    padding-top: 74px;
  }
  .lg\:pt-\[86px\]{
    padding-top: 86px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:pt-\[94px\]{
    padding-top: 94px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-justify{
    text-align: justify;
  }
  .lg\:text-2xl{
    font-size: 19px;
    line-height: 1.2;
  }
  .lg\:text-3xl{
    font-size: 20px;
    line-height: 1.4;
  }
  .lg\:text-5xl{
    font-size: 28px;
    line-height: 1.1;
  }
  .lg\:text-6xl{
    font-size: 32px;
    line-height: 1;
  }
  .lg\:text-8xl{
    font-size: 50px;
    line-height: 1;
  }
  .lg\:text-\[13px\]{
    font-size: 13px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[21px\]{
    font-size: 21px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[26px\]{
    font-size: 26px;
  }
  .lg\:text-\[27px\]{
    font-size: 27px;
  }
  .lg\:text-\[31px\]{
    font-size: 31px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[34px\]{
    font-size: 34px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[41px\]{
    font-size: 41px;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:text-\[88px\]{
    font-size: 88px;
  }
  .lg\:text-base{
    font-size: 16px;
    line-height: 1;
  }
  .lg\:text-lg{
    font-size: 17px;
    line-height: 1.6;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.5;
  }
  .lg\:text-xl{
    font-size: 18px;
    line-height: 1.4;
  }
  .lg\:text-xs{
    font-size: 12px;
    line-height: 1.5;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:leading-normal{
    line-height: 1.6;
  }
  .lg\:leading-tight{
    line-height: 1.25;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
  .lg\:text-gray{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }
  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:brightness-75{
    --tw-brightness: brightness(.75);
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: 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);
  }
  .lg\:writing-unset {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset; }
  .lg\:tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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\:tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    -webkit-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));
    -ms-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: 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\:tf-y-auto {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .lg\:transform-none {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .lg\:zoom-30 {
    zoom: 0.3; }
  .lg\:zoom-40 {
    zoom: 0.4; }
  .lg\:zoom-50 {
    zoom: 0.5; }
  .lg\:zoom-60 {
    zoom: 0.6; }
  .lg\:zoom-70 {
    zoom: 0.7; }
  .lg\:zoom-75 {
    zoom: 0.75; }
  .lg\:zoom-80 {
    zoom: 0.8; }
  .lg\:zoom-100 {
    zoom: 1; }
}
  @media (min-width: 1200px) and (max-width: 1760px){
  .xl\:-left-2{
    left: -0.5rem;
  }
  .xl\:-right-\[320px\]{
    right: -320px;
  }
  .xl\:-top-\[170px\]{
    top: -170px;
  }
  .xl\:bottom-16{
    bottom: 4rem;
  }
  .xl\:right-20{
    right: 5rem;
  }
  .xl\:right-24{
    right: 6rem;
  }
  .xl\:right-9{
    right: 2.25rem;
  }
  .xl\:right-\[500px\]{
    right: 500px;
  }
  .xl\:top-10{
    top: 2.5rem;
  }
  .xl\:top-20{
    top: 5rem;
  }
  .xl\:top-24{
    top: 6rem;
  }
  .xl\:top-7{
    top: 1.75rem;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:ml-\[400px\]{
    margin-left: 400px;
  }
  .xl\:mr-40{
    margin-right: 10rem;
  }
  .xl\:mt-16{
    margin-top: 4rem;
  }
  .xl\:mt-\[2\.3rem\]{
    margin-top: 2.3rem;
  }
  .xl\:mt-\[500px\]{
    margin-top: 500px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:h-\[1040px\]{
    height: 1040px;
  }
  .xl\:h-\[114px\]{
    height: 114px;
  }
  .xl\:h-\[240px\]{
    height: 240px;
  }
  .xl\:h-\[320px\]{
    height: 320px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:w-\[240px\]{
    width: 240px;
  }
  .xl\:w-\[312px\]{
    width: 312px;
  }
  .xl\:w-\[400px\]{
    width: 400px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:max-w-\[1100px\]{
    max-width: 1100px;
  }
  .xl\:max-w-\[1250px\]{
    max-width: 1250px;
  }
  .xl\:max-w-\[1300px\]{
    max-width: 1300px;
  }
  .xl\:max-w-\[150px\]{
    max-width: 150px;
  }
  .xl\:max-w-\[220px\]{
    max-width: 220px;
  }
  .xl\:max-w-\[260px\]{
    max-width: 260px;
  }
  .xl\:max-w-\[300px\]{
    max-width: 300px;
  }
  .xl\:max-w-\[306px\]{
    max-width: 306px;
  }
  .xl\:max-w-\[320px\]{
    max-width: 320px;
  }
  .xl\:max-w-\[480px\]{
    max-width: 480px;
  }
  .xl\:max-w-\[780px\]{
    max-width: 780px;
  }
  .xl\:max-w-\[900px\]{
    max-width: 900px;
  }
  .xl\:max-w-\[960px\]{
    max-width: 960px;
  }
  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .xl\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:pb-\[200px\]{
    padding-bottom: 200px;
  }
  .xl\:pl-48{
    padding-left: 12rem;
  }
  .xl\:pl-\[122px\]{
    padding-left: 122px;
  }
  .xl\:pr-\[76px\]{
    padding-right: 76px;
  }
  .xl\:text-2xl{
    font-size: 19px;
    line-height: 1.2;
  }
  .xl\:text-3xl{
    font-size: 20px;
    line-height: 1.4;
  }
  .xl\:text-4xl{
    font-size: 22px;
    line-height: 1.4;
  }
  .xl\:text-5xl{
    font-size: 28px;
    line-height: 1.1;
  }
  .xl\:text-7xl{
    font-size: 35px;
    line-height: 1;
  }
  .xl\:text-\[15px\]{
    font-size: 15px;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:text-\[26px\]{
    font-size: 26px;
  }
  .xl\:text-\[38px\]{
    font-size: 38px;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-base{
    font-size: 16px;
    line-height: 1;
  }
  .xl\:text-lg{
    font-size: 17px;
    line-height: 1.6;
  }
  .xl\:text-xl{
    font-size: 18px;
    line-height: 1.4;
  }
  .xl\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .xl\:leading-loose{
    line-height: 2;
  }
  .xl\:leading-snug{
    line-height: 1.4;
  }
  .xl\:leading-tight{
    line-height: 1.25;
  }
  .xl\:tracking-normal{
    letter-spacing: 1px;
  }
  .xl\:opacity-0{
    opacity: 0;
  }
  .xl\:tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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)); }
  .xl\:zoom-60 {
    zoom: 0.6; }
  .xl\:zoom-70 {
    zoom: 0.7; }
  .xl\:zoom-80 {
    zoom: 0.8; }
  .xl\:zoom-100 {
    zoom: 1; }
  .xl\:zoom-110 {
    zoom: 1.1; }
  .xl\:zoom-120 {
    zoom: 1.2; }
}

/*# sourceMappingURL=style.css.map */
