@charset "UTF-8";

/* Tailwind CSS 輸入檔 */

/* 這個檔案包含 Tailwind 的基礎指令 */

/* 導入外部樣式檔案（必須在 @tailwind 之前） */

/* 基礎樣式檔案 */

/* 這個檔案包含所有基礎相關的樣式 */

/* 自訂的元件樣式 */

/* 自訂的元件樣式（使用 components 層級來覆蓋 Tailwind 的預設樣式） */

/* 選單樣式檔案 */

/* 這個檔案包含所有選單相關的樣式 */

/* 自訂的元件樣式 */

/* 內容樣式檔案 */

/* 這個檔案包含所有內容相關的樣式 */

/* 自訂的元件樣式 */

/* 選單樣式檔案 */

/* 這個檔案包含所有選單相關的樣式 */

/* 自訂的元件樣式 */

/* 使用 Tailwind 的 components layer */

/* 文章內容區域樣式檔案 */

/* 這個檔案定義了 entry-content 類別內所有 HTML 元素的樣式 */

/* 包括標題（h1-h6）、列表（ul, ol）等 */

/* 同時也為 Classic Editor 的編輯器內容區域定義樣式 */

/* 
 * 使用群組選擇器，讓前台（.entry-content）和後台編輯器（body#tinymce, body.mce-content-body）
 * 共用同一套樣式定義，避免重複維護
 */

/* 使用 Tailwind 的 components layer */

/* 文章內容區域樣式檔案 */

/* 這個檔案定義了 info-content 類別內所有 HTML 元素的樣式 */

/* 包括標題（h1-h6）、列表（ul, ol）等 */

/* 同時也為 Classic Editor 的編輯器內容區域定義樣式 */

/* 
 * 使用群組選擇器，讓前台（.info-content）和後台編輯器（body#tinymce, body.mce-content-body）
 * 共用同一套樣式定義，避免重複維護
 */

/* 使用 Tailwind 的 components layer */

/* 滑播樣式檔案 */

/* 這個檔案包含所有首頁滑播相關的樣式 */

/* 自訂的元件樣式 */

/* 滑播樣式檔案 */

/* 這個檔案包含所有滑播相關的樣式 */

/* 自訂的元件樣式 */

/**
  ============================================
  WPCF7 Form 樣式
  ============================================
*/

.wpcf7-form label{
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1))
}

.wpcf7-form-control-wrap{
  margin-top:0.25rem;
  display:block
}

.wpcf7-form-control{
  width:100%;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left:0.625rem;
  padding-right:0.625rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms
}

.wpcf7-form-control:hover{
  border-color:rgb(17 179 169 / 0.5)
}

.wpcf7-form-control:focus{
  --tw-border-opacity:1;
  border-color:rgb(17 179 169 / var(--tw-border-opacity, 1))
}

.wpcf7-form-control:focus-visible{
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(17 179 169 / var(--tw-ring-opacity, 1))
}

.wpcf7-not-valid-tip{
  margin-top:0.125rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(225 29 72 / var(--tw-text-opacity, 1))
}

.wpcf7-submit{
  width:100%;
  cursor:pointer;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgb(17 179 169 / var(--tw-bg-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms
}

.wpcf7-submit:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 115 109 / var(--tw-bg-opacity, 1))
}

.wpcf7-spinner{
  margin-left:auto;
  margin-right:auto;
  margin-top:0.75rem;
  display:block;
  display:none
}

form.submitting .wpcf7-spinner{
  display:block
}

.wpcf7 form .wpcf7-response-output{
  margin-left:0px;
  margin-right:0px;
  border-style:none;
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-weight:700
}

.wpcf7 form.sent .wpcf7-response-output{
  background-color:rgb(17 179 169 / 0.1);
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1))
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  background-color:rgb(225 29 72 / 0.1);
  --tw-text-opacity:1;
  color:rgb(225 29 72 / var(--tw-text-opacity, 1))
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root{
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1
}

.animate__animated{
  animation-duration:1s;
  animation-duration:var(--animate-duration);
  animation-fill-mode:both
}

.animate__animated.animate__infinite{
  animation-iteration-count:infinite
}

.animate__animated.animate__repeat-1{
  animation-iteration-count:1;
  animation-iteration-count:var(--animate-repeat)
}

.animate__animated.animate__repeat-2{
  animation-iteration-count:2;
  animation-iteration-count:calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3{
  animation-iteration-count:3;
  animation-iteration-count:calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s{
  animation-delay:1s;
  animation-delay:var(--animate-delay)
}

.animate__animated.animate__delay-2s{
  animation-delay:2s;
  animation-delay:calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s{
  animation-delay:3s;
  animation-delay:calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s{
  animation-delay:4s;
  animation-delay:calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s{
  animation-delay:5s;
  animation-delay:calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster{
  animation-duration:.5s;
  animation-duration:calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast{
  animation-duration:.8s;
  animation-duration:calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower{
  animation-duration:3s;
  animation-duration:calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce), print{
  .animate__animated{
    animation-duration:1ms!important;
    transition-duration:1ms!important;
    animation-iteration-count:1!important
  }

  .animate__animated[class*=Out]{
    opacity:0
  }
}

@keyframes bounce{
  0%,20%,53%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0)
  }

  40%,43%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-30px,0) scaleY(1.1)
  }

  70%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-15px,0) scaleY(1.05)
  }

  80%{
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-4px,0) scaleY(1.02)
  }
}

.animate__bounce{
  animation-name:bounce;
  transform-origin:center bottom
}

@keyframes flash{
  0%,50%,to{
    opacity:1
  }

  25%,75%{
    opacity:0
  }
}

.animate__flash{
  animation-name:flash
}

@keyframes pulse{
  0%{
    transform:scaleX(1)
  }

  50%{
    transform:scale3d(1.05,1.05,1.05)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__pulse{
  animation-name:pulse;
  animation-timing-function:ease-in-out
}

@keyframes rubberBand{
  0%{
    transform:scaleX(1)
  }

  30%{
    transform:scale3d(1.25,.75,1)
  }

  40%{
    transform:scale3d(.75,1.25,1)
  }

  50%{
    transform:scale3d(1.15,.85,1)
  }

  65%{
    transform:scale3d(.95,1.05,1)
  }

  75%{
    transform:scale3d(1.05,.95,1)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__rubberBand{
  animation-name:rubberBand
}

@keyframes shakeX{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(-10px,0,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(10px,0,0)
  }
}

.animate__shakeX{
  animation-name:shakeX
}

@keyframes shakeY{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(0,-10px,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(0,10px,0)
  }
}

.animate__shakeY{
  animation-name:shakeY
}

@keyframes headShake{
  0%{
    transform:translateX(0)
  }

  6.5%{
    transform:translateX(-6px) rotateY(-9deg)
  }

  18.5%{
    transform:translateX(5px) rotateY(7deg)
  }

  31.5%{
    transform:translateX(-3px) rotateY(-5deg)
  }

  43.5%{
    transform:translateX(2px) rotateY(3deg)
  }

  50%{
    transform:translateX(0)
  }
}

.animate__headShake{
  animation-timing-function:ease-in-out;
  animation-name:headShake
}

@keyframes swing{
  20%{
    transform:rotate(15deg)
  }

  40%{
    transform:rotate(-10deg)
  }

  60%{
    transform:rotate(5deg)
  }

  80%{
    transform:rotate(-5deg)
  }

  to{
    transform:rotate(0deg)
  }
}

.animate__swing{
  transform-origin:top center;
  animation-name:swing
}

@keyframes tada{
  0%{
    transform:scaleX(1)
  }

  10%,20%{
    transform:scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90%{
    transform:scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80%{
    transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to{
    transform:scaleX(1)
  }
}

.animate__tada{
  animation-name:tada
}

@keyframes wobble{
  0%{
    transform:translateZ(0)
  }

  15%{
    transform:translate3d(-25%,0,0) rotate(-5deg)
  }

  30%{
    transform:translate3d(20%,0,0) rotate(3deg)
  }

  45%{
    transform:translate3d(-15%,0,0) rotate(-3deg)
  }

  60%{
    transform:translate3d(10%,0,0) rotate(2deg)
  }

  75%{
    transform:translate3d(-5%,0,0) rotate(-1deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__wobble{
  animation-name:wobble
}

@keyframes jello{
  0%,11.1%,to{
    transform:translateZ(0)
  }

  22.2%{
    transform:skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3%{
    transform:skewX(6.25deg) skewY(6.25deg)
  }

  44.4%{
    transform:skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5%{
    transform:skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6%{
    transform:skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7%{
    transform:skewX(.390625deg) skewY(.390625deg)
  }

  88.8%{
    transform:skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.animate__jello{
  animation-name:jello;
  transform-origin:center
}

@keyframes heartBeat{
  0%{
    transform:scale(1)
  }

  14%{
    transform:scale(1.3)
  }

  28%{
    transform:scale(1)
  }

  42%{
    transform:scale(1.3)
  }

  70%{
    transform:scale(1)
  }
}

.animate__heartBeat{
  animation-name:heartBeat;
  animation-duration:1.3s;
  animation-duration:calc(var(--animate-duration)*1.3);
  animation-timing-function:ease-in-out
}

@keyframes backInDown{
  0%{
    transform:translateY(-1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInDown{
  animation-name:backInDown
}

@keyframes backInLeft{
  0%{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInLeft{
  animation-name:backInLeft
}

@keyframes backInRight{
  0%{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInRight{
  animation-name:backInRight
}

@keyframes backInUp{
  0%{
    transform:translateY(1200px) scale(.7);
    opacity:.7
  }

  80%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:scale(1);
    opacity:1
  }
}

.animate__backInUp{
  animation-name:backInUp
}

@keyframes backOutDown{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutDown{
  animation-name:backOutDown
}

@keyframes backOutLeft{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(-2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutLeft{
  animation-name:backOutLeft
}

@keyframes backOutRight{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateX(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateX(2000px) scale(.7);
    opacity:.7
  }
}

.animate__backOutRight{
  animation-name:backOutRight
}

@keyframes backOutUp{
  0%{
    transform:scale(1);
    opacity:1
  }

  20%{
    transform:translateY(0) scale(.7);
    opacity:.7
  }

  to{
    transform:translateY(-700px) scale(.7);
    opacity:.7
  }
}

.animate__backOutUp{
  animation-name:backOutUp
}

@keyframes bounceIn{
  0%,20%,40%,60%,80%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  20%{
    transform:scale3d(1.1,1.1,1.1)
  }

  40%{
    transform:scale3d(.9,.9,.9)
  }

  60%{
    opacity:1;
    transform:scale3d(1.03,1.03,1.03)
  }

  80%{
    transform:scale3d(.97,.97,.97)
  }

  to{
    opacity:1;
    transform:scaleX(1)
  }
}

.animate__bounceIn{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceIn
}

@keyframes bounceInDown{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,-3000px,0) scaleY(3)
  }

  60%{
    opacity:1;
    transform:translate3d(0,25px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,-10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInDown{
  animation-name:bounceInDown
}

@keyframes bounceInLeft{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(-3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(-10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInLeft{
  animation-name:bounceInLeft
}

@keyframes bounceInRight{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(3000px,0,0) scaleX(3)
  }

  60%{
    opacity:1;
    transform:translate3d(-25px,0,0) scaleX(1)
  }

  75%{
    transform:translate3d(10px,0,0) scaleX(.98)
  }

  90%{
    transform:translate3d(-5px,0,0) scaleX(.995)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInRight{
  animation-name:bounceInRight
}

@keyframes bounceInUp{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,3000px,0) scaleY(5)
  }

  60%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  75%{
    transform:translate3d(0,10px,0) scaleY(.95)
  }

  90%{
    transform:translate3d(0,-5px,0) scaleY(.985)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__bounceInUp{
  animation-name:bounceInUp
}

@keyframes bounceOut{
  20%{
    transform:scale3d(.9,.9,.9)
  }

  50%,55%{
    opacity:1;
    transform:scale3d(1.1,1.1,1.1)
  }

  to{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
}

.animate__bounceOut{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:bounceOut
}

@keyframes bounceOutDown{
  20%{
    transform:translate3d(0,10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,-20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0) scaleY(3)
  }
}

.animate__bounceOutDown{
  animation-name:bounceOutDown
}

@keyframes bounceOutLeft{
  20%{
    opacity:1;
    transform:translate3d(20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutLeft{
  animation-name:bounceOutLeft
}

@keyframes bounceOutRight{
  20%{
    opacity:1;
    transform:translate3d(-20px,0,0) scaleX(.9)
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0) scaleX(2)
  }
}

.animate__bounceOutRight{
  animation-name:bounceOutRight
}

@keyframes bounceOutUp{
  20%{
    transform:translate3d(0,-10px,0) scaleY(.985)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,20px,0) scaleY(.9)
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0) scaleY(3)
  }
}

.animate__bounceOutUp{
  animation-name:bounceOutUp
}

@keyframes fadeIn{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

.animate__fadeIn{
  animation-name:fadeIn
}

@keyframes fadeInDown{
  0%{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDown{
  animation-name:fadeInDown
}

@keyframes fadeInDownBig{
  0%{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInDownBig{
  animation-name:fadeInDownBig
}

@keyframes fadeInLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeft{
  animation-name:fadeInLeft
}

@keyframes fadeInLeftBig{
  0%{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInLeftBig{
  animation-name:fadeInLeftBig
}

@keyframes fadeInRight{
  0%{
    opacity:0;
    transform:translate3d(100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRight{
  animation-name:fadeInRight
}

@keyframes fadeInRightBig{
  0%{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInRightBig{
  animation-name:fadeInRightBig
}

@keyframes fadeInUp{
  0%{
    opacity:0;
    transform:translate3d(0,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUp{
  animation-name:fadeInUp
}

@keyframes fadeInUpBig{
  0%{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInUpBig{
  animation-name:fadeInUpBig
}

@keyframes fadeInTopLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopLeft{
  animation-name:fadeInTopLeft
}

@keyframes fadeInTopRight{
  0%{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInTopRight{
  animation-name:fadeInTopRight
}

@keyframes fadeInBottomLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomLeft{
  animation-name:fadeInBottomLeft
}

@keyframes fadeInBottomRight{
  0%{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__fadeInBottomRight{
  animation-name:fadeInBottomRight
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  to{
    opacity:0
  }
}

.animate__fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOutDown{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,100%,0)
  }
}

.animate__fadeOutDown{
  animation-name:fadeOutDown
}

@keyframes fadeOutDownBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}

.animate__fadeOutDownBig{
  animation-name:fadeOutDownBig
}

@keyframes fadeOutLeft{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }
}

.animate__fadeOutLeft{
  animation-name:fadeOutLeft
}

@keyframes fadeOutLeftBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}

.animate__fadeOutLeftBig{
  animation-name:fadeOutLeftBig
}

@keyframes fadeOutRight{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0)
  }
}

.animate__fadeOutRight{
  animation-name:fadeOutRight
}

@keyframes fadeOutRightBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}

.animate__fadeOutRightBig{
  animation-name:fadeOutRightBig
}

@keyframes fadeOutUp{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }
}

.animate__fadeOutUp{
  animation-name:fadeOutUp
}

@keyframes fadeOutUpBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}

.animate__fadeOutUpBig{
  animation-name:fadeOutUpBig
}

@keyframes fadeOutTopLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,-100%,0)
  }
}

.animate__fadeOutTopLeft{
  animation-name:fadeOutTopLeft
}

@keyframes fadeOutTopRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,-100%,0)
  }
}

.animate__fadeOutTopRight{
  animation-name:fadeOutTopRight
}

@keyframes fadeOutBottomRight{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(100%,100%,0)
  }
}

.animate__fadeOutBottomRight{
  animation-name:fadeOutBottomRight
}

@keyframes fadeOutBottomLeft{
  0%{
    opacity:1;
    transform:translateZ(0)
  }

  to{
    opacity:0;
    transform:translate3d(-100%,100%,0)
  }
}

.animate__fadeOutBottomLeft{
  animation-name:fadeOutBottomLeft
}

@keyframes flip{
  0%{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function:ease-out
  }

  40%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function:ease-out
  }

  50%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function:ease-in
  }

  80%{
    transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }

  to{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }
}

.animate__animated.animate__flip{
  backface-visibility:visible;
  animation-name:flip
}

@keyframes flipInX{
  0%{
    transform:perspective(400px) rotateX(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateX(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateX(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateX(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInX{
  backface-visibility:visible!important;
  animation-name:flipInX
}

@keyframes flipInY{
  0%{
    transform:perspective(400px) rotateY(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateY(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateY(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateY(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.animate__flipInY{
  backface-visibility:visible!important;
  animation-name:flipInY
}

@keyframes flipOutX{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateX(-20deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateX(90deg);
    opacity:0
  }
}

.animate__flipOutX{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  animation-name:flipOutX;
  backface-visibility:visible!important
}

@keyframes flipOutY{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateY(-15deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateY(90deg);
    opacity:0
  }
}

.animate__flipOutY{
  animation-duration:.75s;
  animation-duration:calc(var(--animate-duration)*0.75);
  backface-visibility:visible!important;
  animation-name:flipOutY
}

@keyframes lightSpeedInRight{
  0%{
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0
  }

  60%{
    transform:skewX(20deg);
    opacity:1
  }

  80%{
    transform:skewX(-5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInRight{
  animation-name:lightSpeedInRight;
  animation-timing-function:ease-out
}

@keyframes lightSpeedInLeft{
  0%{
    transform:translate3d(-100%,0,0) skewX(30deg);
    opacity:0
  }

  60%{
    transform:skewX(-20deg);
    opacity:1
  }

  80%{
    transform:skewX(5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.animate__lightSpeedInLeft{
  animation-name:lightSpeedInLeft;
  animation-timing-function:ease-out
}

@keyframes lightSpeedOutRight{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0
  }
}

.animate__lightSpeedOutRight{
  animation-name:lightSpeedOutRight;
  animation-timing-function:ease-in
}

@keyframes lightSpeedOutLeft{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(-100%,0,0) skewX(-30deg);
    opacity:0
  }
}

.animate__lightSpeedOutLeft{
  animation-name:lightSpeedOutLeft;
  animation-timing-function:ease-in
}

@keyframes rotateIn{
  0%{
    transform:rotate(-200deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateIn{
  animation-name:rotateIn;
  transform-origin:center
}

@keyframes rotateInDownLeft{
  0%{
    transform:rotate(-45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownLeft{
  animation-name:rotateInDownLeft;
  transform-origin:left bottom
}

@keyframes rotateInDownRight{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInDownRight{
  animation-name:rotateInDownRight;
  transform-origin:right bottom
}

@keyframes rotateInUpLeft{
  0%{
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpLeft{
  animation-name:rotateInUpLeft;
  transform-origin:left bottom
}

@keyframes rotateInUpRight{
  0%{
    transform:rotate(-90deg);
    opacity:0
  }

  to{
    transform:translateZ(0);
    opacity:1
  }
}

.animate__rotateInUpRight{
  animation-name:rotateInUpRight;
  transform-origin:right bottom
}

@keyframes rotateOut{
  0%{
    opacity:1
  }

  to{
    transform:rotate(200deg);
    opacity:0
  }
}

.animate__rotateOut{
  animation-name:rotateOut;
  transform-origin:center
}

@keyframes rotateOutDownLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(45deg);
    opacity:0
  }
}

.animate__rotateOutDownLeft{
  animation-name:rotateOutDownLeft;
  transform-origin:left bottom
}

@keyframes rotateOutDownRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutDownRight{
  animation-name:rotateOutDownRight;
  transform-origin:right bottom
}

@keyframes rotateOutUpLeft{
  0%{
    opacity:1
  }

  to{
    transform:rotate(-45deg);
    opacity:0
  }
}

.animate__rotateOutUpLeft{
  animation-name:rotateOutUpLeft;
  transform-origin:left bottom
}

@keyframes rotateOutUpRight{
  0%{
    opacity:1
  }

  to{
    transform:rotate(90deg);
    opacity:0
  }
}

.animate__rotateOutUpRight{
  animation-name:rotateOutUpRight;
  transform-origin:right bottom
}

@keyframes hinge{
  0%{
    animation-timing-function:ease-in-out
  }

  20%,60%{
    transform:rotate(80deg);
    animation-timing-function:ease-in-out
  }

  40%,80%{
    transform:rotate(60deg);
    animation-timing-function:ease-in-out;
    opacity:1
  }

  to{
    transform:translate3d(0,700px,0);
    opacity:0
  }
}

.animate__hinge{
  animation-duration:2s;
  animation-duration:calc(var(--animate-duration)*2);
  animation-name:hinge;
  transform-origin:top left
}

@keyframes jackInTheBox{
  0%{
    opacity:0;
    transform:scale(.1) rotate(30deg);
    transform-origin:center bottom
  }

  50%{
    transform:rotate(-10deg)
  }

  70%{
    transform:rotate(3deg)
  }

  to{
    opacity:1;
    transform:scale(1)
  }
}

.animate__jackInTheBox{
  animation-name:jackInTheBox
}

@keyframes rollIn{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0) rotate(-120deg)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.animate__rollIn{
  animation-name:rollIn
}

@keyframes rollOut{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0) rotate(120deg)
  }
}

.animate__rollOut{
  animation-name:rollOut
}

@keyframes zoomIn{
  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  50%{
    opacity:1
  }
}

.animate__zoomIn{
  animation-name:zoomIn
}

@keyframes zoomInDown{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInDown{
  animation-name:zoomInDown
}

@keyframes zoomInLeft{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInLeft{
  animation-name:zoomInLeft
}

@keyframes zoomInRight{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInRight{
  animation-name:zoomInRight
}

@keyframes zoomInUp{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomInUp{
  animation-name:zoomInUp
}

@keyframes zoomOut{
  0%{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:0
  }
}

.animate__zoomOut{
  animation-name:zoomOut
}

@keyframes zoomOutDown{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutDown{
  animation-name:zoomOutDown;
  transform-origin:center bottom
}

@keyframes zoomOutLeft{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(-2000px,0,0)
  }
}

.animate__zoomOutLeft{
  animation-name:zoomOutLeft;
  transform-origin:left center
}

@keyframes zoomOutRight{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(2000px,0,0)
  }
}

.animate__zoomOutRight{
  animation-name:zoomOutRight;
  transform-origin:right center
}

@keyframes zoomOutUp{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.animate__zoomOutUp{
  animation-name:zoomOutUp;
  transform-origin:center bottom
}

@keyframes slideInDown{
  0%{
    transform:translate3d(0,-100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInDown{
  animation-name:slideInDown
}

@keyframes slideInLeft{
  0%{
    transform:translate3d(-100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInLeft{
  animation-name:slideInLeft
}

@keyframes slideInRight{
  0%{
    transform:translate3d(100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInRight{
  animation-name:slideInRight
}

@keyframes slideInUp{
  0%{
    transform:translate3d(0,100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.animate__slideInUp{
  animation-name:slideInUp
}

@keyframes slideOutDown{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,100%,0)
  }
}

.animate__slideOutDown{
  animation-name:slideOutDown
}

@keyframes slideOutLeft{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(-100%,0,0)
  }
}

.animate__slideOutLeft{
  animation-name:slideOutLeft
}

@keyframes slideOutRight{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(100%,0,0)
  }
}

.animate__slideOutRight{
  animation-name:slideOutRight
}

@keyframes slideOutUp{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,-100%,0)
  }
}

.animate__slideOutUp{
  animation-name:slideOutUp
}

/* 載入 Tailwind 的基礎樣式 */

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

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

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* 設定全站預設字重為 light (font-weight: 300) */

body {
  font-weight: 300;
}

#wpadminbar{
  position:fixed
}

/* 載入 Tailwind 的元件樣式 */

.\!container{
  width:100% !important
}

.container{
  width:100%
}

@media (min-width: 640px){
  .\!container{
    max-width:640px !important
  }

  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .\!container{
    max-width:768px !important
  }

  .container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width:1024px !important
  }

  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width:1280px !important
  }

  .container{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width:1536px !important
  }

  .container{
    max-width:1536px
  }
}

.prose{
  color:var(--tw-prose-body);
  max-width:65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-links);
  text-decoration:underline;
  font-weight:500
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-inline-start:1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:decimal
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-inline-start:1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color:var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.25em
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-inline-start-width:0.25rem;
  border-inline-start-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-inline-start:1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:close-quote
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:900;
  color:inherit
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:800;
  color:inherit
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:700;
  color:inherit
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:700;
  color:inherit
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display:block;
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:500;
  font-family:inherit;
  color:var(--tw-prose-kbd);
  box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size:0.875em;
  border-radius:0.3125rem;
  padding-top:0.1875em;
  padding-inline-end:0.375em;
  padding-bottom:0.1875em;
  padding-inline-start:0.375em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-code);
  font-weight:600;
  font-size:0.875em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:"`"
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:"`"
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit;
  font-size:0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit;
  font-size:0.9em
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-inline-end:1.1428571em;
  padding-bottom:0.8571429em;
  padding-inline-start:1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:none
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:none
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width:100%;
  table-layout:auto;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-inline-end:0.5714286em;
  padding-bottom:0.5714286em;
  padding-inline-start:0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:0
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align:baseline
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align:top
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align:start
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-kbd:#111827;
  --tw-prose-kbd-shadows:rgb(17 24 39 / 10%);
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:#4b5563;
  --tw-prose-invert-hr:#374151;
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:#374151;
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-kbd:#fff;
  --tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5em;
  margin-bottom:0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0.375em
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5em;
  padding-inline-start:1.625em
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end:0
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top:0.5714286em;
  padding-inline-end:0.5714286em;
  padding-bottom:0.5714286em;
  padding-inline-start:0.5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end:0
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:0
}

.prose-sm{
  font-size:0.875rem;
  line-height:1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em;
  margin-bottom:1.1428571em
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1.2857143em;
  line-height:1.5555556;
  margin-top:0.8888889em;
  margin-bottom:0.8888889em
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.3333333em;
  margin-bottom:1.3333333em;
  padding-inline-start:1.1111111em
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:2.1428571em;
  margin-top:0;
  margin-bottom:0.8em;
  line-height:1.2
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1.4285714em;
  margin-top:1.6em;
  margin-bottom:0.8em;
  line-height:1.4
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:1.2857143em;
  margin-top:1.5555556em;
  margin-bottom:0.4444444em;
  line-height:1.5555556
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.4285714em;
  margin-bottom:0.5714286em;
  line-height:1.4285714
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8571429em;
  border-radius:0.3125rem;
  padding-top:0.1428571em;
  padding-inline-end:0.3571429em;
  padding-bottom:0.1428571em;
  padding-inline-start:0.3571429em
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8571429em
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.9em
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8888889em
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.6666667;
  margin-top:1.6666667em;
  margin-bottom:1.6666667em;
  border-radius:0.25rem;
  padding-top:0.6666667em;
  padding-inline-end:1em;
  padding-bottom:0.6666667em;
  padding-inline-start:1em
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em;
  margin-bottom:1.1428571em;
  padding-inline-start:1.5714286em
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em;
  margin-bottom:1.1428571em;
  padding-inline-start:1.5714286em
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.2857143em;
  margin-bottom:0.2857143em
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0.4285714em
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0.4285714em
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5714286em;
  margin-bottom:0.5714286em
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.1428571em
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.1428571em
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5714286em;
  margin-bottom:0.5714286em
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em;
  margin-bottom:1.1428571em
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.1428571em
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.2857143em;
  padding-inline-start:1.5714286em
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2.8571429em;
  margin-bottom:2.8571429em
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.5
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end:1em;
  padding-bottom:0.6666667em;
  padding-inline-start:1em
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end:0
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top:0.6666667em;
  padding-inline-end:1em;
  padding-bottom:0.6666667em;
  padding-inline-start:1em
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start:0
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end:0
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.7142857em;
  margin-bottom:1.7142857em
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size:0.8571429em;
  line-height:1.3333333;
  margin-top:0.6666667em
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:0
}

.prose-invert{
  --tw-prose-body:var(--tw-prose-invert-body);
  --tw-prose-headings:var(--tw-prose-invert-headings);
  --tw-prose-lead:var(--tw-prose-invert-lead);
  --tw-prose-links:var(--tw-prose-invert-links);
  --tw-prose-bold:var(--tw-prose-invert-bold);
  --tw-prose-counters:var(--tw-prose-invert-counters);
  --tw-prose-bullets:var(--tw-prose-invert-bullets);
  --tw-prose-hr:var(--tw-prose-invert-hr);
  --tw-prose-quotes:var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
  --tw-prose-captions:var(--tw-prose-invert-captions);
  --tw-prose-kbd:var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code:var(--tw-prose-invert-code);
  --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders:var(--tw-prose-invert-td-borders)
}

/* 覆蓋 Tailwind 的 container 樣式，在 2xl 斷點時設定最大寬度為 1200px */

@media (min-width: 1536px){
  .\!container{
    max-width:1200px
  }

  .container{
    max-width:1200px
  }
}

.section{
  padding-top:4rem;
  padding-bottom:4rem
}

/* 頁首「幫助我們」按鈕：避免繼承頁首白字或底線 */

.help-us-btn,
	.help-us-btn:hover,
	.help-us-btn:focus{
  --tw-text-opacity:1;
  color:rgb(0 77 73 / var(--tw-text-opacity, 1));
  text-decoration-line:none
}

/* 電腦：高度對齊旁邊的搜尋列（白底圓角列 = 內距 4px + 內容 24px） */

@media (min-width: 1024px) {
  .help-us-btn{
    height:2rem;
    padding-top:0px;
    padding-bottom:0px
  }
}

.site-header {
  /* 手機：選單太長時，不要超出螢幕，改成在選單裡面捲動 */
  .main-navigation {
    /* 先用 100vh 當舊手機的備案，再用 100dvh 扣掉頁首實際高度 */
    max-height: calc(100vh - var(--site-header-bottom, 5.5rem) - 0.5rem);
    max-height: calc(100dvh - var(--site-header-bottom, 5.5rem) - 0.5rem - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  @media (min-width: 1024px) {
    .main-navigation {
      max-height: none;
      overflow: visible;
    }
  }
  /* 有子選單的項目：手機把「標題」和「＋－」排在同一列 */
  .main-menu li.menu-item-has-children,
		#primary-menu li.menu-item-has-children{
    display:flex
  }
  .main-menu li.menu-item-has-children,
		#primary-menu li.menu-item-has-children{
    flex-wrap:wrap
  }
  .main-menu li.menu-item-has-children,
		#primary-menu li.menu-item-has-children{
    align-items:center
  }
  @media (min-width: 1024px){
    .main-menu li.menu-item-has-children,
		#primary-menu li.menu-item-has-children{
      display:block
    }
  }
  /* 標題佔滿左邊剩餘空間，右邊留給＋－按鈕 */
  .main-menu li.menu-item-has-children > a,
		#primary-menu li.menu-item-has-children > a{
    flex:1 1 0%
  }
  /* ＋－按鈕：只在手機顯示，電腦版維持滑鼠移上去展開 */
  .submenu-toggle{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }
  .submenu-toggle{
    display:flex
  }
  .submenu-toggle{
    height:2rem
  }
  .submenu-toggle{
    width:2rem
  }
  .submenu-toggle{
    flex-shrink:0
  }
  .submenu-toggle{
    cursor:pointer
  }
  .submenu-toggle{
    align-items:center
  }
  .submenu-toggle{
    justify-content:center
  }
  .submenu-toggle{
    border-radius:9999px
  }
  .submenu-toggle{
    border-width:0px
  }
  .submenu-toggle{
    background-color:transparent
  }
  .submenu-toggle{
    font-size:1.5rem;
    line-height:2rem
  }
  .submenu-toggle{
    line-height:1
  }
  .submenu-toggle{
    --tw-text-opacity:1;
    color:rgb(0 115 109 / var(--tw-text-opacity, 1))
  }
  @media (min-width: 1024px){
    .submenu-toggle{
      display:none
    }
  }
  .submenu-toggle:hover,
		.submenu-toggle:focus{
    background-color:rgb(255 255 255 / 0.6)
  }
  /* 預設顯示「＋」；項目打開後改成「－」 */
  .submenu-toggle-icon::before {
    content: '+';
  }
  li.menu-item-has-children.is-open > .submenu-toggle .submenu-toggle-icon::before {
    content: '\2212';
  }
  /* 手機：所有子選單先收起來 */
  .main-menu li.menu-item-has-children > ul.sub-menu,
		#primary-menu li.menu-item-has-children > ul.sub-menu{
    width:100%
  }
  @media not all and (min-width: 1024px){
    .main-menu li.menu-item-has-children > ul.sub-menu,
		#primary-menu li.menu-item-has-children > ul.sub-menu{
      display:none
    }
  }
  /* 電腦：只有第一層下拉要先藏起來，滑鼠移上去才出現 */
  .main-menu > li.menu-item-has-children > ul.sub-menu,
		#primary-menu > li.menu-item-has-children > ul.sub-menu{
    z-index:10
  }
  @media (min-width: 1024px){
    .main-menu > li.menu-item-has-children > ul.sub-menu,
		#primary-menu > li.menu-item-has-children > ul.sub-menu{
      position:absolute
    }
  }
  @media (min-width: 1024px){
    .main-menu > li.menu-item-has-children > ul.sub-menu,
		#primary-menu > li.menu-item-has-children > ul.sub-menu{
      left:0px
    }
  }
  @media (min-width: 1024px){
    .main-menu > li.menu-item-has-children > ul.sub-menu,
		#primary-menu > li.menu-item-has-children > ul.sub-menu{
      display:none
    }
  }
  @media (min-width: 1024px){
    .main-menu > li.menu-item-has-children > ul.sub-menu,
		#primary-menu > li.menu-item-has-children > ul.sub-menu{
      width:15rem
    }
  }
  /* 手機：點了＋之後顯示子選單 */
  @media not all and (min-width: 1024px){
    .main-menu li.menu-item-has-children.is-open > ul.sub-menu,
		#primary-menu li.menu-item-has-children.is-open > ul.sub-menu{
      display:block
    }
  }
  /* 手機：打開時標題加粗，讓人看出這一項是開著的 */
  @media not all and (min-width: 1024px){
    .main-menu li.menu-item-has-children.is-open > a,
		#primary-menu li.menu-item-has-children.is-open > a{
      font-weight:700
    }
  }
  @media not all and (min-width: 1024px){
    .main-menu li.menu-item-has-children.is-open > a,
		#primary-menu li.menu-item-has-children.is-open > a{
      --tw-text-opacity:1;
      color:rgb(0 115 109 / var(--tw-text-opacity, 1))
    }
  }
  /* 電腦：滑鼠移到第一層有子選單的項目上時，顯示子選單 */
  .main-menu > li.menu-item-has-children:hover,
		#primary-menu > li.menu-item-has-children:hover {
    > a{
      --tw-bg-opacity:1;
      background-color:rgb(252 245 225 / var(--tw-bg-opacity, 1))
    }
    > a{
      font-weight:700
    }
    > a{
      --tw-text-opacity:1;
      color:rgb(0 115 109 / var(--tw-text-opacity, 1))
    }
    @media (min-width: 1024px){
      > a{
        border-top-left-radius:1rem;
        border-top-right-radius:1rem
      }
    }
    @media (min-width: 1024px){
      > ul.sub-menu{
        display:block
      }
    }
    @media (min-width: 1024px){
      > ul.sub-menu{
        padding-top:0.25rem
      }
    }
    > ul.sub-menu {
      @media (min-width: 1024px){
        a::before{
          content:var(--tw-content);
          margin-right:0.5rem
        }
      }
      @media (min-width: 1024px){
        a::before{
          content:var(--tw-content);
          --tw-text-opacity:1;
          color:rgb(176 138 55 / var(--tw-text-opacity, 1))
        }
      }
      @media (min-width: 1024px){
        a::before{
          --tw-content:"\2022";
          content:var(--tw-content)
        }
      }
    }
  }
}

.youtube-player{
  height:auto;
  width:100%;
  iframe{
    aspect-ratio:16 / 9
  }
  iframe{
    height:auto
  }
  iframe{
    width:100%
  }
  iframe{
    border-radius:0.75rem
  }
}

.site-footer {
  .footer-icon{
    display:inline-block
  }
  .footer-icon{
    height:1.5rem
  }
  .footer-icon{
    width:1.5rem
  }
  .footer-icon{
    vertical-align:middle
  }
  a{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }
  a{
    transition-duration:300ms
  }
  a:hover{
    --tw-text-opacity:1;
    color:rgb(254 240 138 / var(--tw-text-opacity, 1))
  }
  p{
    display:flex
  }
  p{
    flex-wrap:wrap
  }
  p{
    align-items:center
  }
  p{
    justify-content:center
  }
  p{
    line-height:1
  }
  .footer-external-link a{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }
  .footer-external-link a{
    display:inline-block
  }
  .footer-external-link a{
    border-right-width:1px
  }
  .footer-external-link a{
    --tw-border-opacity:1;
    border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))
  }
  .footer-external-link a{
    padding-left:0.75rem;
    padding-right:0.75rem
  }
  .footer-external-link a:last-child{
    border-right-width:0px
  }
}

/* ============================================
     容器樣式
     ============================================ */

/* 前台內容區域和後台編輯器容器樣式 */

.about-service-content{
  font-size:1.125rem;
  line-height:1.75rem
}

@media (min-width: 768px){
  .about-service-content{
    font-size:1.5rem;
    line-height:2rem
  }
}

.about-service-content h3{
  margin-bottom:1rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(202 163 80 / var(--tw-text-opacity, 1))
}

.about-service-content ol {
  /* 重置預設的列表樣式 */
  list-style: none;
  /* 初始化計數器，從 0 開始 */
  counter-reset: item-counter;
  /* 設定左側內距，為編號留出空間 */
  padding-left: 0;
}

/* 針對 ol 內的每個 li 項目 */

.about-service-content ol li{
  position:relative;
  min-height:1.5em;
  border-radius:9999px;
  border-width:1px;
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:5em;
  counter-increment: item-counter
}

.about-service-content ol li:not(:last-child){
  margin-bottom:1rem
}

/* 奇數項目（第 1, 3, 5... 項）：文字靠左對齊 */

.about-service-content ol li:nth-child(odd){
  --tw-border-opacity:1;
  border-color:rgb(0 115 109 / var(--tw-border-opacity, 1));
  text-align:left;
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1));
  &::before{
    border-right-width:1px
  }
  &::before{
    --tw-border-opacity:1;
    border-color:rgb(0 115 109 / var(--tw-border-opacity, 1))
  }
}

/* 偶數項目（第 2, 4, 6... 項）：文字靠右對齊 */

.about-service-content ol li:nth-child(even){
  --tw-border-opacity:1;
  border-color:rgb(202 163 80 / var(--tw-border-opacity, 1));
  padding-left:0px;
  padding-right:5em;
  text-align:right;
  --tw-text-opacity:1;
  color:rgb(202 163 80 / var(--tw-text-opacity, 1));
  &::before{
    border-left-width:1px
  }
  &::before{
    --tw-border-opacity:1;
    border-color:rgb(202 163 80 / var(--tw-border-opacity, 1))
  }
}

/* 使用 ::before 偽元素來顯示編號 */

.about-service-content ol li::before{
  position:absolute;
  left:0px;
  top:50%;
  display:flex;
  height:60%;
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items:center;
  justify-content:center;
  padding-left:1rem;
  padding-right:1rem;
  font-size:2.25rem;
  line-height:2.5rem;
  font-weight:500
}

@media (min-width: 768px){
  .about-service-content ol li::before{
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

.about-service-content ol li::before {
  /* 使用 counter() 函數取得計數器的值，並格式化為兩位數（01, 02, 03...） */
  content: counter(item-counter, decimal-leading-zero);
}

/* 偶數項目的編號放在右側 */

.about-service-content ol li:nth-child(even)::before{
  left:auto;
  right:0px
}

/* ============================================
     容器樣式
     ============================================ */

/* 前台內容區域和後台編輯器容器樣式 */

.entry-content,
  body#tinymce,
  body.mce-content-body{
  word-break:break-all;
  font-size:1rem;
  line-height:1.5rem;
  line-height:1.625
}

body#tinymce,
  body.mce-content-body{
  padding:1rem !important
}

/* ============================================
     標題樣式（h1 ~ h6）
     ============================================ */

/* 第一級標題（h1） */

.entry-content h1,
  body#tinymce h1,
  body.mce-content-body h1{
  margin-top:2rem;
  margin-bottom:1rem;
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:700;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h1,
  body#tinymce h1,
  body.mce-content-body h1{
    font-size:2.25rem;
    line-height:2.5rem
  }
}

/* 第二級標題（h2） */

.entry-content h2,
  body#tinymce h2,
  body.mce-content-body h2{
  margin-top:1.5rem;
  margin-bottom:0.75rem;
  font-size:1.5rem;
  line-height:2rem;
  font-weight:700;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h2,
  body#tinymce h2,
  body.mce-content-body h2{
    font-size:1.875rem;
    line-height:2.25rem
  }
}

/* 第三級標題（h3） */

.entry-content h3,
  body#tinymce h3,
  body.mce-content-body h3{
  margin-top:1.25rem;
  margin-bottom:0.75rem;
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:600;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h3,
  body#tinymce h3,
  body.mce-content-body h3{
    font-size:1.5rem;
    line-height:2rem
  }
}

/* 第四級標題（h4） */

.entry-content h4,
  body#tinymce h4,
  body.mce-content-body h4{
  margin-top:1rem;
  margin-bottom:0.5rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:600;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h4,
  body#tinymce h4,
  body.mce-content-body h4{
    font-size:1.25rem;
    line-height:1.75rem
  }
}

/* 第五級標題（h5） */

.entry-content h5,
  body#tinymce h5,
  body.mce-content-body h5{
  margin-top:1rem;
  margin-bottom:0.5rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h5,
  body#tinymce h5,
  body.mce-content-body h5{
    font-size:1.125rem;
    line-height:1.75rem
  }
}

/* 第六級標題（h6） */

.entry-content h6,
  body#tinymce h6,
  body.mce-content-body h6{
  margin-top:0.75rem;
  margin-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:500;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .entry-content h6,
  body#tinymce h6,
  body.mce-content-body h6{
    font-size:1rem;
    line-height:1.5rem
  }
}

/* ============================================
     無序列表樣式（ul）
     ============================================ */

/* 無序列表容器 */

.entry-content ul,
  body#tinymce ul,
  body.mce-content-body ul{
  margin-left:1.5rem;
  margin-bottom:1rem;
  list-style-position:outside;
  list-style-type:disc
}

.entry-content ul > :not([hidden]) ~ :not([hidden]),
  body#tinymce ul > :not([hidden]) ~ :not([hidden]),
  body.mce-content-body ul > :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))
}

/* 無序列表項目 */

.entry-content ul li,
  body#tinymce ul li,
  body.mce-content-body ul li{
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 巢狀無序列表（列表中的列表） */

.entry-content ul ul,
  body#tinymce ul ul,
  body.mce-content-body ul ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:disc
}

/* 三層巢狀無序列表 */

.entry-content ul ul ul,
  body#tinymce ul ul ul,
  body.mce-content-body ul ul ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:disc
}

/* ============================================
     有序列表樣式（ol）
     ============================================ */

/* 有序列表容器 */

.entry-content ol,
  body#tinymce ol,
  body.mce-content-body ol{
  margin-left:1.5rem;
  margin-bottom:1rem;
  list-style-position:outside;
  list-style-type:decimal
}

.entry-content ol > :not([hidden]) ~ :not([hidden]),
  body#tinymce ol > :not([hidden]) ~ :not([hidden]),
  body.mce-content-body ol > :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))
}

/* 有序列表項目 */

.entry-content ol li,
  body#tinymce ol li,
  body.mce-content-body ol li{
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 巢狀有序列表（列表中的列表） */

.entry-content ol ol,
  body#tinymce ol ol,
  body.mce-content-body ol ol{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:decimal
}

/* 三層巢狀有序列表 */

.entry-content ol ol ol,
  body#tinymce ol ol ol,
  body.mce-content-body ol ol ol{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:decimal
}

/* 混合列表（有序列表中有無序列表，或無序列表中有有序列表） */

.entry-content ul ol,
  .entry-content ol ul,
  body#tinymce ul ol,
  body#tinymce ol ul,
  body.mce-content-body ul ol,
  body.mce-content-body ol ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px
}

/* ============================================
     其他常用元素樣式
     ============================================ */

/* 圖片樣式 */

.entry-content img,
  body#tinymce img,
  body.mce-content-body img {
}

/* 圖片置中樣式` */

.entry-content .aligncenter,
  body#tinymce .aligncenter,
  body.mce-content-body .aligncenter{
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

.entry-content .alignright,
  body#tinymce .alignright,
  body.mce-content-body .alignright{
  float:right;
  padding:1rem
}

.entry-content .alignleft,
  body#tinymce .alignleft,
  body.mce-content-body .alignleft{
  float:left;
  padding:1rem
}

.entry-content::after,
  body#tinymce::after,
  body.mce-content-body::after{
  clear:both;
  display:block;
  --tw-content:'';
  content:var(--tw-content)
}

/* 段落樣式 */

.entry-content p,
  body#tinymce p,
  body.mce-content-body p{
  margin-bottom:1rem;
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 連結樣式 */

.entry-content a,
  body#tinymce a,
  body.mce-content-body a{
  display:inline-block;
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1));
  text-decoration-line:underline
}

.entry-content a:hover,
  body#tinymce a:hover,
  body.mce-content-body a:hover{
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1))
}

/* 粗體文字 */

.entry-content strong,
  body#tinymce strong,
  body.mce-content-body strong{
  font-weight:700;
  color:inherit
}

/* 斜體文字 */

.entry-content em,
  body#tinymce em,
  body.mce-content-body em{
  font-style:italic
}

/* 引用區塊 */

.entry-content blockquote,
  body#tinymce blockquote,
  body.mce-content-body blockquote{
  margin-top:1rem;
  margin-bottom:1rem;
  border-left-width:4px;
  --tw-border-opacity:1;
  border-color:rgb(35 229 218 / var(--tw-border-opacity, 1));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1rem;
  font-style:italic;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

/* 程式碼區塊 */

.entry-content code,
  body#tinymce code,
  body.mce-content-body code{
  border-radius:0.25rem;
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

/* 預格式化文字 */

.entry-content pre,
  body#tinymce pre,
  body.mce-content-body pre{
  margin-bottom:1rem;
  overflow-x:auto;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding:1rem
}

/* 預格式化文字內的程式碼 */

.entry-content pre code,
  body#tinymce pre code,
  body.mce-content-body pre code{
  background-color:transparent;
  padding:0px
}

/* 具有非必填說明元素的圖片內的程式碼 */

.entry-content figure,
  body#tinymce figure,
  body.mce-content-body figure{
  max-width:100%
}

/* 預格式化文字內的程式碼 */

.entry-content .has-background,
  body#tinymce .has-background,
  body.mce-content-body .has-background{
  padding:1rem
}

.entry-content .podcast-embed-list{
  display:flex;
  flex-direction:column;
  gap:0.75rem;
  .podcast-embed{
    overflow:hidden
  }
  .podcast-embed{
    border-radius:0.75rem
  }
  .podcast-embed{
    border-width:1px
  }
  .podcast-embed{
    --tw-border-opacity:1;
    border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))
  }
  .podcast-embed{
    --tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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)
  }
  .podcast-embed {
    iframe{
      height:180px
    }
  }
}

.prose :where(figcaption):not(:where([class~="not-prose"],
  [class~="not-prose"] *)) {
  margin-top: 0.2em;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

/* ============================================
     容器樣式
     ============================================ */

/* 前台內容區域和後台編輯器容器樣式 */

.info-content,
  body#tinymce,
  body.mce-content-body{
  font-size:1rem;
  line-height:1.5rem;
  line-height:1.625
}

body#tinymce,
  body.mce-content-body{
  padding:1rem !important
}

/* ============================================
     標題樣式（h1 ~ h6）
     ============================================ */

/* 第一級標題（h1） */

.info-content h1,
  body#tinymce h1,
  body.mce-content-body h1{
  margin-top:2rem;
  margin-bottom:1rem;
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:700;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h1,
  body#tinymce h1,
  body.mce-content-body h1{
    font-size:2.25rem;
    line-height:2.5rem
  }
}

/* 第二級標題（h2） */

.info-content h2,
  body#tinymce h2,
  body.mce-content-body h2{
  margin-top:1.5rem;
  margin-bottom:0.75rem;
  font-size:1.5rem;
  line-height:2rem;
  font-weight:700;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h2,
  body#tinymce h2,
  body.mce-content-body h2{
    font-size:1.875rem;
    line-height:2.25rem
  }
}

/* 第三級標題（h3） */

.info-content h3,
  body#tinymce h3,
  body.mce-content-body h3{
  margin-top:1.25rem;
  margin-bottom:0.75rem;
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:600;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h3,
  body#tinymce h3,
  body.mce-content-body h3{
    font-size:1.5rem;
    line-height:2rem
  }
}

/* 第四級標題（h4） */

.info-content h4,
  body#tinymce h4,
  body.mce-content-body h4{
  margin-top:1rem;
  margin-bottom:0.5rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:600;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h4,
  body#tinymce h4,
  body.mce-content-body h4{
    font-size:1.25rem;
    line-height:1.75rem
  }
}

/* 第五級標題（h5） */

.info-content h5,
  body#tinymce h5,
  body.mce-content-body h5{
  margin-top:1rem;
  margin-bottom:0.5rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h5,
  body#tinymce h5,
  body.mce-content-body h5{
    font-size:1.125rem;
    line-height:1.75rem
  }
}

/* 第六級標題（h6） */

.info-content h6,
  body#tinymce h6,
  body.mce-content-body h6{
  margin-top:0.75rem;
  margin-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:500;
  line-height:1.25;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .info-content h6,
  body#tinymce h6,
  body.mce-content-body h6{
    font-size:1rem;
    line-height:1.5rem
  }
}

/* ============================================
     無序列表樣式（ul）
     ============================================ */

/* 無序列表容器 */

.info-content ul,
  body#tinymce ul,
  body.mce-content-body ul{
  margin-left:0px;
  margin-bottom:1rem;
  list-style-position:outside;
  list-style-type:disc
}

.info-content ul > :not([hidden]) ~ :not([hidden]),
  body#tinymce ul > :not([hidden]) ~ :not([hidden]),
  body.mce-content-body ul > :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))
}

.info-content ul,
  body#tinymce ul,
  body.mce-content-body ul{
  padding-left:1rem
}

.info-content ul *::marker,
  body#tinymce ul *::marker,
  body.mce-content-body ul *::marker{
  color:rgb(0 115 109 )
}

.info-content ul::marker,
  body#tinymce ul::marker,
  body.mce-content-body ul::marker{
  color:rgb(0 115 109 )
}

/* 無序列表項目 */

.info-content ul li,
  body#tinymce ul li,
  body.mce-content-body ul li{
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 捐款列表項目圖片 */

.donate-info-section ul li img{
  float:right;
  margin-left:1rem;
  margin-bottom:1rem;
  aspect-ratio:1 / 1;
  width:86px
}

/* 巢狀無序列表（列表中的列表） */

.info-content ul ul,
  body#tinymce ul ul,
  body.mce-content-body ul ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:disc
}

/* 三層巢狀無序列表 */

.info-content ul ul ul,
  body#tinymce ul ul ul,
  body.mce-content-body ul ul ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:disc
}

/* ============================================
     有序列表樣式（ol）
     ============================================ */

/* 有序列表容器 */

.info-content ol,
  body#tinymce ol,
  body.mce-content-body ol{
  margin-left:0px;
  margin-bottom:1rem;
  list-style-position:outside;
  list-style-type:decimal
}

.info-content ol > :not([hidden]) ~ :not([hidden]),
  body#tinymce ol > :not([hidden]) ~ :not([hidden]),
  body.mce-content-body ol > :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))
}

.info-content ol,
  body#tinymce ol,
  body.mce-content-body ol{
  padding-left:1rem
}

.info-content ol *::marker,
  body#tinymce ol *::marker,
  body.mce-content-body ol *::marker{
  color:rgb(0 115 109 )
}

.info-content ol::marker,
  body#tinymce ol::marker,
  body.mce-content-body ol::marker{
  color:rgb(0 115 109 )
}

/* 有序列表項目 */

.info-content ol li,
  body#tinymce ol li,
  body.mce-content-body ol li{
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 巢狀有序列表（列表中的列表） */

.info-content ol ol,
  body#tinymce ol ol,
  body.mce-content-body ol ol{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:decimal
}

/* 三層巢狀有序列表 */

.info-content ol ol ol,
  body#tinymce ol ol ol,
  body.mce-content-body ol ol ol{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px;
  list-style-type:decimal
}

/* 混合列表（有序列表中有無序列表，或無序列表中有有序列表） */

.info-content ul ol,
  .info-content ol ul,
  body#tinymce ul ol,
  body#tinymce ol ul,
  body.mce-content-body ul ol,
  body.mce-content-body ol ul{
  margin-left:1.5rem;
  margin-top:0.5rem;
  margin-bottom:0px
}

/* ============================================
     其他常用元素樣式
     ============================================ */

/* 段落樣式 */

.info-content p,
  body#tinymce p,
  body.mce-content-body p{
  margin-bottom:1rem;
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* 連結樣式 */

.info-content a,
  body#tinymce a,
  body.mce-content-body a{
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1));
  text-decoration-line:underline
}

.info-content a:hover,
  body#tinymce a:hover,
  body.mce-content-body a:hover{
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1))
}

/* 粗體文字 */

.info-content strong,
  body#tinymce strong,
  body.mce-content-body strong{
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

/* 斜體文字 */

.info-content em,
  body#tinymce em,
  body.mce-content-body em{
  font-style:italic
}

/* 引用區塊 */

.info-content blockquote,
  body#tinymce blockquote,
  body.mce-content-body blockquote{
  margin-top:1rem;
  margin-bottom:1rem;
  border-left-width:4px;
  --tw-border-opacity:1;
  border-color:rgb(35 229 218 / var(--tw-border-opacity, 1));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1rem;
  font-style:italic;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

/* 程式碼區塊 */

.info-content code,
  body#tinymce code,
  body.mce-content-body code{
  border-radius:0.25rem;
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

/* 預格式化文字 */

.info-content pre,
  body#tinymce pre,
  body.mce-content-body pre{
  margin-bottom:1rem;
  overflow-x:auto;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding:1rem
}

/* 預格式化文字內的程式碼 */

.info-content pre code,
  body#tinymce pre code,
  body.mce-content-body pre code{
  background-color:transparent;
  padding:0px
}

/* ============================================
     捐款用途專用樣式
     ============================================ */

/* 捐款用途區塊中的列表樣式 */

.donate-purpose-content ul{
  display:flex;
  list-style-type:none !important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:1rem
}

.donate-purpose-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0px * var(--tw-space-y-reverse)) !important
}

/* 除了最後一個 li 之外，在右側顯示 | 分隔線 */

.donate-purpose-content ul li:not(:last-child)::after{
  margin-left:1rem;
  display:inline-block;
  color:inherit;
  --tw-content:"|";
  content:var(--tw-content)
}

/* ============================================
     捐款方式｜台灣專用樣式
     ============================================ */

/* 捐款方式｜台灣區塊中的列表樣式 */

.donate-way-content > *{
  display:grid;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:1rem
}

.donate-way-content > * > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0 !important;
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom:calc(0px * var(--tw-space-y-reverse)) !important
}

.donate-way-content > *{
  word-break:break-all
}

@media (min-width: 768px){
  .donate-way-content > *{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }
}

#front-page-slider .prose{
  font-weight:400;
  h1, h2, h3, h4, h5, h6{
    text-shadow:0 0 4px rgba(255,255,255,0.4),0 4px 4px rgba(255,255,255,0.4)
  }
  h1{
    font-size:3rem;
    line-height:1
  }
  h1{
    letter-spacing:0.1em
  }
  h1{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  h2{
    font-size:2.25rem;
    line-height:2.5rem
  }
  h2{
    letter-spacing:0.1em
  }
  h2{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  h3{
    font-size:1.875rem;
    line-height:2.25rem
  }
  h3{
    letter-spacing:0.1em
  }
  h3{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  h4{
    font-size:1.5rem;
    line-height:2rem
  }
  h4{
    letter-spacing:0.1em
  }
  h4{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  h5{
    font-size:1.25rem;
    line-height:1.75rem
  }
  h5{
    letter-spacing:0.1em
  }
  h5{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  h6{
    font-size:0.875rem;
    line-height:1.25rem
  }
  h6{
    letter-spacing:0.1em
  }
  h6{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  p{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  a{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  a{
    text-decoration-line:underline
  }
  ul{
    list-style-position:inside
  }
  ul{
    list-style-type:disc
  }
  ol{
    list-style-position:inside
  }
  ol{
    list-style-type:decimal
  }
  li{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }
  a{
    margin-top:1rem
  }
  a{
    display:inline-block
  }
  a{
    border-radius:9999px
  }
  a{
    border-width:2px
  }
  a{
    --tw-border-opacity:1;
    border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))
  }
  a{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }
  a{
    padding-left:2rem;
    padding-right:2rem
  }
  a{
    text-decoration-line:none
  }
  a{
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:150ms
  }
  a{
    transition-duration:300ms
  }
  a:hover{
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }
  a:hover{
    --tw-text-opacity:1;
    color:rgb(0 115 109 / var(--tw-text-opacity, 1))
  }
}

/* 滑播容器樣式 */

.slider-container{
  cursor:grab
}

.slider-container:active{
  cursor:grabbing
}

/* 滑播軌道樣式 */

.slider-track{
  will-change:transform
}

/* Dots 指示器樣式 */

.slider-dot{
  height:0.75rem;
  width:0.75rem;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1));
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms
}

.slider-dot:hover{
  --tw-bg-opacity:1;
  background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))
}

/* Dots 指示器啟用狀態樣式 */

.slider-dot.active{
  --tw-bg-opacity:1;
  background-color:rgb(0 115 109 / var(--tw-bg-opacity, 1))
}

.slider-dot.active:hover{
  background-color:rgb(0 115 109 / 0.8)
}

/* 載入 Tailwind 的工具類別 */

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

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

.pointer-events-auto{
  pointer-events:auto
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.inset-0{
  inset:0px
}

.bottom-0{
  bottom:0px
}

.bottom-1{
  bottom:0.25rem
}

.bottom-3{
  bottom:0.75rem
}

.bottom-8{
  bottom:2rem
}

.left-0{
  left:0px
}

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

.left-2{
  left:0.5rem
}

.left-3{
  left:0.75rem
}

.right-0{
  right:0px
}

.right-2{
  right:0.5rem
}

.top-0{
  top:0px
}

.top-1\/2{
  top:50%
}

.top-2{
  top:0.5rem
}

.top-3{
  top:0.75rem
}

.top-\[32px\]{
  top:32px
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

.z-30{
  z-index:30
}

.z-50{
  z-index:50
}

.order-1{
  order:1
}

.order-2{
  order:2
}

.order-3{
  order:3
}

.order-4{
  order:4
}

.order-5{
  order:5
}

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

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

.my-10{
  margin-top:2.5rem;
  margin-bottom:2.5rem
}

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

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

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

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

.mb-16{
  margin-bottom:4rem
}

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

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

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

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

.mb-8{
  margin-bottom:2rem
}

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

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

.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-6{
  margin-top:1.5rem
}

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

.mt-auto{
  margin-top:auto
}

.box-border{
  box-sizing:border-box
}

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

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

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

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

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.grid{
  display:grid
}

.hidden{
  display:none
}

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

.aspect-video{
  aspect-ratio:16 / 9
}

.h-10{
  height:2.5rem
}

.h-12{
  height:3rem
}

.h-14{
  height:3.5rem
}

.h-16{
  height:4rem
}

.h-2{
  height:0.5rem
}

.h-5{
  height:1.25rem
}

.h-6{
  height:1.5rem
}

.h-60{
  height:15rem
}

.h-8{
  height:2rem
}

.h-\[1px\]{
  height:1px
}

.h-\[3em\]{
  height:3em
}

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

.h-\[6em\]{
  height:6em
}

.h-auto{
  height:auto
}

.h-full{
  height:100%
}

.h-4{
  height:1rem
}

.max-h-12{
  max-height:3rem
}

.max-h-16{
  max-height:4rem
}

.max-h-8{
  max-height:2rem
}

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

.min-h-\[300px\]{
  min-height:300px
}

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

.min-h-0{
  min-height:0px
}

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

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

.w-10{
  width:2.5rem
}

.w-12{
  width:3rem
}

.w-16{
  width:4rem
}

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

.w-20{
  width:5rem
}

.w-5{
  width:1.25rem
}

.w-6{
  width:1.5rem
}

.w-8{
  width:2rem
}

.w-\[6\.5rem\]{
  width:6.5rem
}

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

.w-\[calc\(100\%-5rem\)\]{
  width:calc(100% - 5rem)
}

.w-auto{
  width:auto
}

.w-full{
  width:100%
}

.w-4{
  width:1rem
}

.min-w-0{
  min-width:0px
}

.min-w-32{
  min-width:8rem
}

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

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-40{
  max-width:10rem
}

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

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

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

.max-w-full{
  max-width:100%
}

.max-w-none{
  max-width:none
}

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

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

.shrink-0{
  flex-shrink:0
}

.flex-grow{
  flex-grow:1
}

.grow{
  flex-grow:1
}

.basis-1\/2{
  flex-basis:50%
}

.basis-2\/5{
  flex-basis:40%
}

.basis-3\/5{
  flex-basis:60%
}

.basis-\[300px\]{
  flex-basis:300px
}

.basis-auto{
  flex-basis:auto
}

.basis-full{
  flex-basis:100%
}

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

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

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

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

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

.scale-\[1\.4\]{
  --tw-scale-x:1.4;
  --tw-scale-y:1.4;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

@keyframes spin{
  to{
    transform:rotate(360deg)
  }
}

.animate-spin{
  animation:spin 1s linear infinite
}

.cursor-not-allowed{
  cursor:not-allowed
}

.cursor-pointer{
  cursor:pointer
}

.resize{
  resize:both
}

.list-none{
  list-style-type:none
}

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

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

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

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

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

.items-center{
  align-items:center
}

.items-baseline{
  align-items:baseline
}

.items-stretch{
  align-items:stretch
}

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

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

.justify-center{
  justify-content:center
}

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

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

.gap-1{
  gap:0.25rem
}

.gap-10{
  gap:2.5rem
}

.gap-2{
  gap:0.5rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-6{
  gap:1.5rem
}

.gap-8{
  gap:2rem
}

.gap-12{
  gap:3rem
}

.gap-20{
  gap:5rem
}

.gap-x-12{
  -moz-column-gap:3rem;
       column-gap:3rem
}

.gap-x-8{
  -moz-column-gap:2rem;
       column-gap:2rem
}

.gap-y-1{
  row-gap:0.25rem
}

.gap-y-12{
  row-gap:3rem
}

.gap-y-5{
  row-gap:1.25rem
}

.gap-y-8{
  row-gap:2rem
}

.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-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}

.self-start{
  align-self:flex-start
}

.self-center{
  align-self:center
}

.overflow-hidden{
  overflow:hidden
}

.overflow-y-auto{
  overflow-y:auto
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.break-words{
  overflow-wrap:break-word
}

.break-all{
  word-break:break-all
}

.rounded{
  border-radius:0.25rem
}

.rounded-2xl{
  border-radius:1rem
}

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

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

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

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

.rounded-xl{
  border-radius:0.75rem
}

.rounded-b-2xl{
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem
}

.rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.rounded-r-lg{
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem
}

.rounded-t-2xl{
  border-top-left-radius:1rem;
  border-top-right-radius:1rem
}

.border{
  border-width:1px
}

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

.border-\[10px\]{
  border-width:10px
}

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

.border-b-2{
  border-bottom-width:2px
}

.border-b-4{
  border-bottom-width:4px
}

.border-l-4{
  border-left-width:4px
}

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

.border-event-400{
  --tw-border-opacity:1;
  border-color:rgb(70 156 189 / var(--tw-border-opacity, 1))
}

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

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

.border-primary-600{
  --tw-border-opacity:1;
  border-color:rgb(17 179 169 / var(--tw-border-opacity, 1))
}

.border-primary-700{
  --tw-border-opacity:1;
  border-color:rgb(0 115 109 / var(--tw-border-opacity, 1))
}

.border-rose-400{
  --tw-border-opacity:1;
  border-color:rgb(251 113 133 / var(--tw-border-opacity, 1))
}

.border-rose-500{
  --tw-border-opacity:1;
  border-color:rgb(244 63 94 / var(--tw-border-opacity, 1))
}

.border-secondary-200{
  --tw-border-opacity:1;
  border-color:rgb(225 204 156 / var(--tw-border-opacity, 1))
}

.border-secondary-300{
  --tw-border-opacity:1;
  border-color:rgb(214 184 118 / var(--tw-border-opacity, 1))
}

.border-secondary-50{
  --tw-border-opacity:1;
  border-color:rgb(252 245 225 / var(--tw-border-opacity, 1))
}

.border-transparent{
  border-color:transparent
}

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

.border-b-transparent{
  border-bottom-color:transparent
}

.border-l-transparent{
  border-left-color:transparent
}

.border-r-transparent{
  border-right-color:transparent
}

.bg-\[\#FFFDF6\]{
  --tw-bg-opacity:1;
  background-color:rgb(255 253 246 / var(--tw-bg-opacity, 1))
}

.bg-black\/30{
  background-color:rgb(0 0 0 / 0.3)
}

.bg-event-50{
  --tw-bg-opacity:1;
  background-color:rgb(233 244 246 / var(--tw-bg-opacity, 1))
}

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

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

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

.bg-primary-600{
  --tw-bg-opacity:1;
  background-color:rgb(17 179 169 / var(--tw-bg-opacity, 1))
}

.bg-primary-700{
  --tw-bg-opacity:1;
  background-color:rgb(0 115 109 / var(--tw-bg-opacity, 1))
}

.bg-primary-700\/90{
  background-color:rgb(0 115 109 / 0.9)
}

.bg-rose-500{
  --tw-bg-opacity:1;
  background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))
}

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

.bg-secondary-300{
  --tw-bg-opacity:1;
  background-color:rgb(214 184 118 / var(--tw-bg-opacity, 1))
}

.bg-secondary-300\/20{
  background-color:rgb(214 184 118 / 0.2)
}

.bg-secondary-50{
  --tw-bg-opacity:1;
  background-color:rgb(252 245 225 / var(--tw-bg-opacity, 1))
}

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

.bg-white\/70{
  background-color:rgb(255 255 255 / 0.7)
}

.bg-white\/90{
  background-color:rgb(255 255 255 / 0.9)
}

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

.bg-gradient-golden{
  background-image:linear-gradient(to right, #F8E99F, #CFAC61)
}

.bg-cover{
  background-size:cover
}

.bg-center{
  background-position:center
}

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

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

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

.p-1{
  padding:0.25rem
}

.p-2{
  padding:0.5rem
}

.p-4{
  padding:1rem
}

.p-6{
  padding:1.5rem
}

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

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem
}

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

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

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

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

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

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

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

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

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

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

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

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

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

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

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

.pb-14{
  padding-bottom:3.5rem
}

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

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

.pb-8{
  padding-bottom:2rem
}

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

.pl-1{
  padding-left:0.25rem
}

.pl-4{
  padding-left:1rem
}

.pr-2{
  padding-right:0.5rem
}

.pr-4{
  padding-right:1rem
}

.pr-6{
  padding-right:1.5rem
}

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

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

.pt-12{
  padding-top:3rem
}

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

.pt-4{
  padding-top:1rem
}

.pt-40{
  padding-top:10rem
}

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

.pt-8{
  padding-top:2rem
}

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

.text-center{
  text-align:center
}

.text-justify{
  text-align:justify
}

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

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

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

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

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

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

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

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

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

.font-bold{
  font-weight:700
}

.font-light{
  font-weight:300
}

.font-medium{
  font-weight:500
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.leading-none{
  line-height:1
}

.leading-relaxed{
  line-height:1.625
}

.tracking-wide{
  letter-spacing:0.025em
}

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

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

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

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

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

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

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

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

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

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

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

.text-primary-600{
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1))
}

.text-primary-700{
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1))
}

.text-primary-800{
  --tw-text-opacity:1;
  color:rgb(0 77 73 / var(--tw-text-opacity, 1))
}

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

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

.text-rose-400{
  --tw-text-opacity:1;
  color:rgb(251 113 133 / var(--tw-text-opacity, 1))
}

.text-secondary-100{
  --tw-text-opacity:1;
  color:rgb(238 224 192 / var(--tw-text-opacity, 1))
}

.text-secondary-300{
  --tw-text-opacity:1;
  color:rgb(214 184 118 / var(--tw-text-opacity, 1))
}

.text-secondary-400{
  --tw-text-opacity:1;
  color:rgb(202 163 80 / var(--tw-text-opacity, 1))
}

.text-secondary-50{
  --tw-text-opacity:1;
  color:rgb(252 245 225 / var(--tw-text-opacity, 1))
}

.text-secondary-800{
  --tw-text-opacity:1;
  color:rgb(60 46 14 / var(--tw-text-opacity, 1))
}

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

.text-yellow-900{
  --tw-text-opacity:1;
  color:rgb(113 63 18 / var(--tw-text-opacity, 1))
}

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

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

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

.opacity-0{
  opacity:0
}

.opacity-100{
  opacity:1
}

.opacity-20{
  opacity:0.2
}

.opacity-40{
  opacity:0.4
}

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

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

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

.ring-4{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-\[transparent\]{
  --tw-ring-color:transparent
}

.drop-shadow{
  --tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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)
}

.drop-shadow-lg{
  --tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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)
}

.drop-shadow-xl{
  --tw-drop-shadow:drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

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

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-opacity{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-200{
  transition-duration:200ms
}

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

.duration-500{
  transition-duration:500ms
}

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

.text-shadow-lg{
  text-shadow:0 2px 4px rgba(0,0,0,0.6), 0 4px 8px rgba(0,0,0,0.4)
}

.last\:border-b-0:last-child{
  border-bottom-width:0px
}

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

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

.hover\:border-primary-700:hover{
  --tw-border-opacity:1;
  border-color:rgb(0 115 109 / var(--tw-border-opacity, 1))
}

.hover\:bg-event-400:hover{
  --tw-bg-opacity:1;
  background-color:rgb(70 156 189 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))
}

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

.hover\:bg-primary-700:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 115 109 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary-800:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 77 73 / var(--tw-bg-opacity, 1))
}

.hover\:bg-rose-700:hover{
  --tw-bg-opacity:1;
  background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))
}

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

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

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

.hover\:text-blue-700:hover{
  --tw-text-opacity:1;
  color:rgb(29 78 216 / var(--tw-text-opacity, 1))
}

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

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

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

.hover\:text-pink-700:hover{
  --tw-text-opacity:1;
  color:rgb(190 24 93 / var(--tw-text-opacity, 1))
}

.hover\:text-primary-600:hover{
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1))
}

.hover\:text-primary-700:hover{
  --tw-text-opacity:1;
  color:rgb(0 115 109 / var(--tw-text-opacity, 1))
}

.hover\:text-primary-800:hover{
  --tw-text-opacity:1;
  color:rgb(0 77 73 / var(--tw-text-opacity, 1))
}

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

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

.hover\:text-yellow-200:hover{
  --tw-text-opacity:1;
  color:rgb(254 240 138 / var(--tw-text-opacity, 1))
}

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

.hover\:opacity-80:hover{
  opacity:0.8
}

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

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

.hover\:ring-event-600:hover{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(44 96 133 / var(--tw-ring-opacity, 1))
}

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

.hover\:drop-shadow-xl:hover{
  --tw-drop-shadow:drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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)
}

.hover\:grayscale:hover{
  --tw-grayscale:grayscale(100%);
  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)
}

.focus\:border-primary-600:focus{
  --tw-border-opacity:1;
  border-color:rgb(17 179 169 / var(--tw-border-opacity, 1))
}

.focus\:border-transparent:focus{
  border-color:transparent
}

.focus\:bg-primary-700:focus{
  --tw-bg-opacity:1;
  background-color:rgb(0 115 109 / var(--tw-bg-opacity, 1))
}

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

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

.focus\:opacity-90:focus{
  opacity:0.9
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-primary-600:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(17 179 169 / var(--tw-ring-opacity, 1))
}

.focus\:ring-primary-700:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(0 115 109 / var(--tw-ring-opacity, 1))
}

.focus\:ring-primary-700\/40:focus{
  --tw-ring-color:rgb(0 115 109 / 0.4)
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width:2px
}

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

.disabled\:opacity-50:disabled{
  opacity:0.5
}

.group:hover .group-hover\:-bottom-1{
  bottom:-0.25rem
}

.group:hover .group-hover\:scale-\[1\.5\]{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5;
  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))
}

.group:hover .group-hover\:border-primary-600{
  --tw-border-opacity:1;
  border-color:rgb(17 179 169 / var(--tw-border-opacity, 1))
}

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

.group:hover .group-hover\:text-primary-600{
  --tw-text-opacity:1;
  color:rgb(17 179 169 / var(--tw-text-opacity, 1))
}

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

@media (max-width: 782px){
  .max-\[782px\]\:top-\[46px\]{
    top:46px
  }
}

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

  .sm\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }
}

@media (min-width: 768px){
  .md\:bottom-1\/2{
    bottom:50%
  }

  .md\:left-4{
    left:1rem
  }

  .md\:right-4{
    right:1rem
  }

  .md\:order-none{
    order:0
  }

  .md\:col-span-1{
    grid-column:span 1 / span 1
  }

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

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

  .md\:mt-8{
    margin-top:2rem
  }

  .md\:block{
    display:block
  }

  .md\:h-12{
    height:3rem
  }

  .md\:min-h-\[400px\]{
    min-height:400px
  }

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

  .md\:w-12{
    width:3rem
  }

  .md\:w-full{
    width:100%
  }

  .md\:basis-2\/5{
    flex-basis:40%
  }

  .md\:basis-3\/5{
    flex-basis:60%
  }

  .md\:basis-auto{
    flex-basis:auto
  }

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

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

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

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

  .md\:flex-col{
    flex-direction:column
  }

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

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

  .md\:gap-8{
    gap:2rem
  }

  .md\:rounded-none{
    border-radius:0px
  }

  .md\:bg-secondary-50{
    --tw-bg-opacity:1;
    background-color:rgb(252 245 225 / var(--tw-bg-opacity, 1))
  }

  .md\:p-3{
    padding:0.75rem
  }

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

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

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

  .md\:pt-0{
    padding-top:0px
  }

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

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

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

@media (min-width: 1024px){
  .lg\:pointer-events-auto{
    pointer-events:auto
  }

  .lg\:static{
    position:static
  }

  .lg\:bottom-12{
    bottom:3rem
  }

  .lg\:bottom-auto{
    bottom:auto
  }

  .lg\:order-2{
    order:2
  }

  .lg\:order-4{
    order:4
  }

  .lg\:-mb-8{
    margin-bottom:-2rem
  }

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

  .lg\:block{
    display:block
  }

  .lg\:inline{
    display:inline
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-12{
    height:3rem
  }

  .lg\:h-16{
    height:4rem
  }

  .lg\:h-6{
    height:1.5rem
  }

  .lg\:h-8{
    height:2rem
  }

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

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

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

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

  .lg\:w-12{
    width:3rem
  }

  .lg\:w-16{
    width:4rem
  }

  .lg\:w-6{
    width:1.5rem
  }

  .lg\:max-w-\[900px\]{
    max-width:900px
  }

  .lg\:flex-none{
    flex:none
  }

  .lg\:flex-grow{
    flex-grow:1
  }

  .lg\:basis-1\/6{
    flex-basis:16.666667%
  }

  .lg\:basis-2\/5{
    flex-basis:40%
  }

  .lg\:basis-5\/6{
    flex-basis:83.333333%
  }

  .lg\:basis-auto{
    flex-basis:auto
  }

  .lg\:-translate-y-0{
    --tw-translate-y:-0px;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:translate-y-0{
    --tw-translate-y:0px;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

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

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

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

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

  .lg\:items-stretch{
    align-items:stretch
  }

  .lg\:gap-12{
    gap:3rem
  }

  .lg\:gap-2{
    gap:0.5rem
  }

  .lg\:gap-3{
    gap:0.75rem
  }

  .lg\:gap-4{
    gap:1rem
  }

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

  .lg\:gap-0{
    gap:0px
  }

  .lg\:gap-1{
    gap:0.25rem
  }

  .lg\:self-end{
    align-self:flex-end
  }

  .lg\:self-center{
    align-self:center
  }

  .lg\:rounded-full{
    border-radius:9999px
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius:1rem;
    border-top-right-radius:1rem
  }

  .lg\:rounded-t-none{
    border-top-left-radius:0px;
    border-top-right-radius:0px
  }

  .lg\:border-b-0{
    border-bottom-width:0px
  }

  .lg\:bg-secondary-50{
    --tw-bg-opacity:1;
    background-color:rgb(252 245 225 / var(--tw-bg-opacity, 1))
  }

  .lg\:bg-transparent{
    background-color:transparent
  }

  .lg\:p-0{
    padding:0px
  }

  .lg\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

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

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

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

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

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

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

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

  .lg\:pb-12{
    padding-bottom:3rem
  }

  .lg\:pl-8{
    padding-left:2rem
  }

  .lg\:pr-12{
    padding-right:3rem
  }

  .lg\:pt-0{
    padding-top:0px
  }

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

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

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

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

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

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

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

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

  .lg\:text-inherit{
    color:inherit
  }

  .lg\:opacity-100{
    opacity:1
  }

  .lg\:shadow-none{
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }

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

  .lg\:before\:left-0::before{
    content:var(--tw-content);
    left:0px
  }

  .lg\:before\:top-\[25\%\]::before{
    content:var(--tw-content);
    top:25%
  }

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

  .lg\:before\:h-\[60\%\]::before{
    content:var(--tw-content);
    height:60%
  }

  .lg\:before\:w-\[1px\]::before{
    content:var(--tw-content);
    width:1px
  }

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

  .lg\:before\:content-\[\"\"\]::before{
    --tw-content:"";
    content:var(--tw-content)
  }

  .lg\:first\:before\:hidden:first-child::before{
    content:var(--tw-content);
    display:none
  }

  .lg\:hover\:bg-secondary-50:hover{
    --tw-bg-opacity:1;
    background-color:rgb(252 245 225 / var(--tw-bg-opacity, 1))
  }
}

@media (min-width: 1280px){
  .xl\:order-6{
    order:6
  }

  .xl\:basis-1\/5{
    flex-basis:20%
  }

  .xl\:basis-2\/5{
    flex-basis:40%
  }

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

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

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