#ErrorPage {
  height: 100vh;
}
#ErrorPage .main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#ErrorPage .title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
  margin-bottom: 1.25rem;
}
#ErrorPage .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
#ErrorPage .content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
  margin-bottom: 2.5rem;
}
#MainHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  height: 5rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  pointer-events: none;
}
@media (min-width: 768px) {
#MainHeader {
    pointer-events: auto;
}
#MainHeader.active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
}
#MainHeader .main_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#MainHeader ol {
  display: none;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#MainHeader ol {
    display: flex;
}
}
#MainHeader ol li button {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#MainHeader ol li button:hover {
    --tw-text-opacity: 1;
    color: rgb(232 17 85 / var(--tw-text-opacity));
}
}
#MainHeader ol li button {
  pointer-events: auto;
}
#MainHeader.active ol li button {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#MainHeader.active ol li button:hover {
    --tw-text-opacity: 1;
    color: rgb(232 17 85 / var(--tw-text-opacity));
}
}
#MainHeader.active ol li:nth-last-of-type(1) button,
#MainHeader ol li:nth-last-of-type(1) button {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 17 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
#MainHeader.active ol li:nth-last-of-type(1) button:hover,
#MainHeader ol li:nth-last-of-type(1) button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(232 17 85 / var(--tw-text-opacity));
}
}
#MainHeader .menu_btn {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#MainHeader .menu_btn {
    display: none;
}
}
#MainHeader .menu_btn {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 17 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  pointer-events: auto;
}
#MainMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 29;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#MainMenu .header_box {
  height: 5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}
#MainMenu nav {
}
#MainMenu nav ol li a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
}
#MainMenu nav ol li a .title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#MainMenu nav ol li a .sub_title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#CoverSection {
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 7rem;
}
@media (min-width: 768px) {
#CoverSection {
    height: 800px;
    padding-top: 0px;
}
}
#CoverSection {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
#CoverSection .main_container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#CoverSection .text_box {
  margin-bottom: 2.5rem;
  margin-right: auto;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CoverSection .text_box {
    margin-bottom: 0px;
    width: 40%;
}
}
#CoverSection .text_box {
  text-align: center;
}
@media (min-width: 768px) {
#CoverSection .text_box {
    text-align: left;
}
}
#CoverSection .text_box .sub_title {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px) {
#CoverSection .text_box .sub_title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#CoverSection .text_box .title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 640px) {
#CoverSection .text_box .title {
    font-size: 3rem;
    line-height: 1;
}
}
@media (min-width: 768px) {
#CoverSection .text_box .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#CoverSection .text_box .title {
  margin-bottom: 1rem;
}
#CoverSection .text_box .slogan {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CoverSection .text_box .slogan {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#CoverSection .text_box .slogan {
  margin-bottom: 1.25rem;
}
#CoverSection .text_box .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#CoverSection .tag_box {
  padding-top: 1.25rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#CoverSection .tag_box {
    justify-content: flex-start;
}
}
#CoverSection .tag_box p {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CoverSection .tag_box p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
@media (min-width: 768px) {
#CoverSection .tag_box p {
    margin-left: 0.5rem;
}
}
#CoverSection .tag_box p {
  width: 100%;
}
@media (min-width: 768px) {
#CoverSection .tag_box p {
    width: auto;
}
}
#CoverSection .tag_box a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
#CoverSection .image_box {
  bottom: 0px;
  right: 0px;
}
@media (min-width: 768px) {
#CoverSection .image_box {
    position: absolute;
}
}
#CoverSection .image_box {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
#CoverSection .image_box {
    height: 80%;
    width: 50%;
}
}
#CoverSection .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
#SocialMediaSection {
  position: relative;
  z-index: 20;
  padding-top: 5rem;
}
#SocialMediaSection .card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
}
#SocialMediaSection .card_list .card_box {
  position: relative;
  margin-bottom: 1rem;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box {
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (min-width: 1024px) {
#SocialMediaSection .card_list .card_box {
    margin-bottom: 0px;
    width: 25%;
}
}
#SocialMediaSection .card_list .card_box:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 0;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #e81155 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 17 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box:after {
    left: 1.25rem;
    right: 1.25rem;
}
}
#SocialMediaSection .card_list .card_box:after {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box:after {
    --tw-scale-x: -.98;
    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));
}
}
#SocialMediaSection .card_list .card_box .card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
}
#SocialMediaSection .card_list .card_box .card {
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  padding: 1.25rem;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card {
    aspect-ratio: auto;
}
}
#SocialMediaSection .card_list .card_box .card {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card {
    --tw-scale-x: .97;
    --tw-scale-y: .97;
    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));
}
#SocialMediaSection .card_list .card_box .card:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
}
#SocialMediaSection .card_list .card_box:hover:after {
    --tw-scale-x: -.97;
    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));
}
}
#SocialMediaSection .card_list .card_box .card .link_image {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 0;
  height: 1.25rem;
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
}
#SocialMediaSection .card_list .card_box .card .image_box {
  margin-bottom: 0.5rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card .image_box {
    margin-right: 1.25rem;
    margin-bottom: 0px;
}
}
#SocialMediaSection .card_list .card_box .card .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#SocialMediaSection .card_list .card_box .card .text_box .title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 640px) {
#SocialMediaSection .card_list .card_box .card .text_box .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card .text_box .title {
    text-align: start;
}
}
#SocialMediaSection .card_list .card_box .card .text_box .content {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#SocialMediaSection .card_list .card_box .card .text_box .content {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
@media (min-width: 768px) {
#SocialMediaSection .card_list .card_box .card .text_box .content {
    text-align: start;
}
}
#SocialMediaDataSection {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#SocialMediaDataSection .main_container {
  position: relative;
  z-index: 10;
}
#SocialMediaDataSection .card_list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
#SocialMediaDataSection .card_list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
}
#SocialMediaDataSection .card_list .card_box {
  margin-bottom: 1rem;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
#SocialMediaDataSection .card_list .card_box {
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (min-width: 1024px) {
#SocialMediaDataSection .card_list .card_box {
    width: 25%;
}
}
#SocialMediaDataSection .card_list .card_box .card {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}
#SocialMediaDataSection .card_list .card_box .card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  --tw-translate-x: -50%;
  --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));
  height: 100%;
  width: 83.333333%;
}
@media (min-width: 768px) {
#SocialMediaDataSection .card_list .card_box .card::after {
    width: 100%;
}
}
#SocialMediaDataSection .card_list .card_box .card::after {
  opacity: 0.5;
  --tw-blur: blur(12px);
  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);
}
#SocialMediaDataSection .card_list .card_box:nth-of-type(1) {
  margin-left: 0px;
}
#SocialMediaDataSection .card_list .card_box:nth-last-of-type(1) {
  margin-right: 0px;
}
#SocialMediaDataSection .card_list .card_box .card .text_box {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}
@media (min-width: 640px) {
#SocialMediaDataSection .card_list .card_box .card .text_box {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
#SocialMediaDataSection .card_list .card_box .card .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#SocialMediaDataSection .card_list .card_box .card .text_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
#SocialMediaDataSection .card_list .card_box .card .text_box .content {
  margin-bottom: 0.75rem;
}
#SocialMediaDataSection .card_list .card_box .card .text_box .content span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#SocialMediaDataSection .card_list .card_box .card .text_box .content span.num {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#SocialMediaDataSection .card_list .card_box .card .text_box .content span.num {
    font-size: 3.75rem;
    line-height: 1;
}
}
@media (max-width: 768px) {
#SocialMediaDataSection .card_list .card_box .card .text_box {
    /* width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 14px; */
}
#SocialMediaDataSection .card_list .card_box .card::after {
    animation: none;
    display: none;
    background-size: 100% 100%;
}
}
@keyframes blur_bg_rotate {
0% {
    background-position: 0% 14%;
}
50% {
    background-position: 100% 87%;
}
100% {
    background-position: 0% 14%;
}
}
#ChartSection {
  padding-bottom: 5rem;
}
#ChartSection .main_container {
  position: relative;
  z-index: 10;
}
#ChartSection nav {
  margin-bottom: 2.5rem;
}
#ChartSection nav ol {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ChartSection nav ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#ChartSection nav ol li button {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  font-weight: 700;
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#ChartSection nav ol li button {
    width: auto;
}
}
#ChartSection nav ol li button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#ChartSection nav ol li button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 17 85 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
#ChartSection nav ol li button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ChartSection .tab_box {
  position: relative;
  width: 100%;
}
#ChartSection .tab_box .tab {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#ChartSection .tab_box .tab .card_box {
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#ChartSection .tab_box .tab .card_box {
    margin-bottom: 0px;
    width: 50%;
}
}
#ChartSection .tab_box .tab .card_box .card {
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}
#ChartSection .tab_box .tab .card_box .card .title {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#ChartSection .tab_box .tab .card_box .card .content {
  width: 100%;
  flex: 1 1 0%;
}
@media (min-width: 768px) {
#ChartSection .tab_box .tab .card_box:nth-of-type(1) {
    margin-bottom: 2.5rem;
    width: 100%;
}
}
#ChartSection .tab_box .tab .card_box:nth-of-type(1) .card .title {
  margin-bottom: 0.75rem;
}
#ChartSection .tab_box .tab .card_box:nth-of-type(1) .card .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
#FeatureSection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#FeatureSection .main_header .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#FeatureSection .main_container {
  position: relative;
  z-index: 10;
}
#FeatureSection .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#FeatureSection .card_list .card_box {
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#FeatureSection .card_list.two .card_box,
#FeatureSection .card_list.four .card_box {
  width: 100%;
}
@media (min-width: 768px) {
#FeatureSection .card_list.two .card_box,
#FeatureSection .card_list.four .card_box {
    width: 50%;
}
}
#FeatureSection .card_list.three .card_box {
  width: 100%;
}
@media (min-width: 768px) {
#FeatureSection .card_list.three .card_box {
    width: 50%;
}
}
@media (min-width: 1024px) {
#FeatureSection .card_list.three .card_box {
    width: 33.333333%;
}
}
#FeatureSection .card_list.five .card_box:nth-of-type(1),
#FeatureSection .card_list.five .card_box:nth-of-type(2) {
  width: 100%;
}
@media (min-width: 768px) {
#FeatureSection .card_list.five .card_box:nth-of-type(1),
#FeatureSection .card_list.five .card_box:nth-of-type(2) {
    width: 50%;
}
}
#FeatureSection .card_list.five .card_box:nth-of-type(3),
#FeatureSection .card_list.five .card_box:nth-of-type(4),
#FeatureSection .card_list.five .card_box:nth-of-type(5) {
  width: 100%;
}
@media (min-width: 768px) {
#FeatureSection .card_list.five .card_box:nth-of-type(3),
#FeatureSection .card_list.five .card_box:nth-of-type(4),
#FeatureSection .card_list.five .card_box:nth-of-type(5) {
    width: 50%;
}
}
@media (min-width: 1024px) {
#FeatureSection .card_list.five .card_box:nth-of-type(3),
#FeatureSection .card_list.five .card_box:nth-of-type(4),
#FeatureSection .card_list.five .card_box:nth-of-type(5) {
    width: 33.333333%;
}
}
#FeatureSection .card_list .card_box .card {
  height: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  display: flex;
  align-items: flex-start;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#FeatureSection .card_list .card_box .card .image_box img {
  width: 2.5rem;
  opacity: 1;
}
#FeatureSection .card_list .card_box .card .text_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#FeatureSection .card_list .card_box .card .card_header {
  margin-bottom: 1.25rem;
}
#FeatureSection .card_list .card_box .card .card_header h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#FeatureSection .card_list .card_box .card .card_header p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#FeatureSection .card_list .card_box .card .card_body ol,
#FeatureSection .card_list .card_box .card .card_body ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
#FeatureSection .card_list .card_box .card .card_body ol li,
#FeatureSection .card_list .card_box .card .card_body ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#VideoSection {
  position: relative;
  z-index: 20;
  padding-bottom: 5rem;
}
#VideoSection header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#VideoSection header .button_box {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
#VideoSection header .button_box {
    display: flex;
}
}
#VideoSection header .button_box button {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#VideoSection header .button_box button:nth-of-type(1) {
  margin-right: 0.75rem;
  padding-left: 0px;
}
#VideoSection header .button_box button img {
  display: block;
  width: 2rem;
}
#VideoSection .category_container {
  position: relative;
  margin-bottom: 2.5rem;
}
#VideoSection .category_container:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
#VideoSection .category_container:nth-of-type(1) ol li button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
#VideoSection .category_container:nth-of-type(1) ol li button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#VideoSection .category_container ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 640px) {
#VideoSection .category_container ol {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
}
#VideoSection .category_container ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 640px) {
#VideoSection .category_container ol li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
#VideoSection .category_container ol li button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 500;
}
@media (min-width: 768px) {
#VideoSection .category_container ol li button {
    font-weight: 700;
}
}
#VideoSection .category_container ol li button {
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
#VideoSection .category_container ol li button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#VideoSection .category_container ol li button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#VideoSection .category_container ol li button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 17 85 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
#VideoSection .category_container ol li button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#VideoSection .section_container {
  position: relative;
}
#VideoSection .next_video_box {
  position: absolute;
  top: 0px;
  right: -66.666667%;
  z-index: 20;
  display: block;
  aspect-ratio: 9/16;
  width: 80%;
}
@media (min-width: 768px) {
#VideoSection .next_video_box {
    display: none;
}
}
#VideoSection .section_container .fixed_button {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  --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));
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#VideoSection .section_container .fixed_button img {
  display: block;
  width: 2rem;
}
#VideoSection .card_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 640px) {
#VideoSection .card_list {
    overflow: hidden;
}
}
#VideoSection .card_list .card_box {
  width: 80%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
#VideoSection .card_list .card_box {
    width: 50%;
}
}
@media (min-width: 768px) {
#VideoSection .card_list .card_box {
    width: 33.333333%;
}
}
@media (min-width: 1024px) {
#VideoSection .card_list .card_box {
    width: 25%;
}
}
#VideoSection .card_list .card_box {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#VideoSection .card_list .card_box .card .image_box {
  position: relative;
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 0.5rem;
  aspect-ratio: 9/16;
  overflow: hidden;
}
#VideoSection .card_list .card_box .card .image_box video {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#VideoSection .card_list .card_box .card .image_box:hover video {
  display: block;
  --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));
}
#VideoSection .card_list .card_box .card .text_box .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
#VideoSection .card_list .card_box .card .text_box .tag {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#VideoSection .card_list .card_box .card .text_box .data_box {
  display: flex;
  align-items: center;
}
#VideoSection .card_list .card_box .card .text_box .data_box p {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
#VideoSection .card_list .card_box .card .text_box .data_box p img {
  margin-right: 0.25rem;
  width: 1rem;
}
#PostSection {
  position: relative;
  z-index: 20;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#PostSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
#PostSection header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#PostSection header .button_box {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
#PostSection header .button_box {
    display: flex;
}
}
#PostSection header .button_box button {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#PostSection header .button_box button:nth-of-type(1) {
  margin-right: 0.75rem;
  padding-left: 0px;
}
#PostSection header .button_box button img {
  display: block;
  width: 2rem;
}
#PostSection .section_container {
  position: relative;
}
#PostSection .next_post_box {
  position: absolute;
  top: 0px;
  right: -66.666667%;
  z-index: 20;
  display: block;
  aspect-ratio: 1 / 1;
  width: 80%;
}
@media (min-width: 768px) {
#PostSection .next_post_box {
    display: none;
}
}
#PostSection .section_container .fixed_button {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  --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));
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#PostSection .section_container .fixed_button img {
  display: block;
  width: 2rem;
}
#PostSection .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#PostSection .card_list .card_box {
  width: 80%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
#PostSection .card_list .card_box {
    width: 50%;
}
}
@media (min-width: 768px) {
#PostSection .card_list .card_box {
    width: 33.333333%;
}
}
@media (min-width: 1024px) {
#PostSection .card_list .card_box {
    width: 25%;
}
}
#PostSection .card_list .card_box {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#PostSection .card_list .card_box .image_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  aspect-ratio: 1 / 1;
  width: 100%;
}
#PostSection .card_list .card_box .image_box img {
  display: block;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#PostSection .card_list .card_box .image_box:hover img {
  display: block;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
#PostSection .card_list .card_box .text_box {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
#PostSection .card_list .card_box .text_box p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#PostSection .card_list .card_box .card .text_box .data_box {
  display: flex;
  align-items: center;
}
#PostSection .card_list .card_box .card .text_box .data_box p {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#PostSection .card_list .card_box .card .text_box .data_box p img {
  margin-right: 0.25rem;
  width: 1rem;
}
#GroupBuyingSection {
  position: relative;
  z-index: 20;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#GroupBuyingSection {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
#GroupBuyingSection header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#GroupBuyingSection header .button_box {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
#GroupBuyingSection header .button_box {
    display: flex;
}
}
#GroupBuyingSection header .button_box button {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#GroupBuyingSection header .button_box button:nth-of-type(1) {
  margin-right: 0.75rem;
  padding-left: 0px;
}
#GroupBuyingSection header .button_box button img {
  display: block;
  width: 2rem;
}
#GroupBuyingSection .section_container {
  position: relative;
}
#GroupBuyingSection .next_post_box {
  position: absolute;
  top: 0px;
  right: -66.666667%;
  z-index: 20;
  display: block;
  aspect-ratio: 9/16;
  width: 80%;
}
@media (min-width: 768px) {
#GroupBuyingSection .next_post_box {
    display: none;
}
}
#GroupBuyingSection .section_container .fixed_button {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  --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));
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#GroupBuyingSection .section_container .fixed_button img {
  display: block;
  width: 2rem;
}
#GroupBuyingSection .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#GroupBuyingSection .card_list .card_box {
  width: 80%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 640px) {
#GroupBuyingSection .card_list .card_box {
    width: 50%;
}
}
@media (min-width: 768px) {
#GroupBuyingSection .card_list .card_box {
    width: 33.333333%;
}
}
@media (min-width: 1024px) {
#GroupBuyingSection .card_list .card_box {
    width: 25%;
}
}
#GroupBuyingSection .card_list .card_box {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#GroupBuyingSection .card_list .card_box .image_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
  aspect-ratio: 9/16;
  width: 100%;
}
#GroupBuyingSection .card_list .card_box .image_box img {
  display: block;
  width: 100%;
}
#GroupBuyingSection .card_list .card_box .text_box {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
#GroupBuyingSection .card_list .card_box .text_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#ContactSection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1536px) {
#ContactSection {
    padding-bottom: 10rem;
}
}
#ContactSection .main_header .title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactSection .form_box {
  width: 100%;
}
@media (min-width: 768px) {
#ContactSection .form_box {
    flex: 1 1 0%;
}
}
#ContactSection form {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {
#ContactSection form {
    padding: 1.25rem;
}
}
#ContactSection form .form_title {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactSection form .form_container {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#ContactSection form .form_group {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#ContactSection form .form_group {
    width: 50%;
}
#ContactSection form .form_group.full {
    width: 100%;
}
}
#ContactSection form .form_group label {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactSection form .form_group input {
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ContactSection form .form_group input:focus {
  outline-color: #e81155;
}
#ContactSection form .form_group .select_box {
  position: relative;
}
#ContactSection form .form_group .select_box img {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 10;
  --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));
}
#ContactSection form .form_group select {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ContactSection form .form_group select:focus {
  outline-color: #e81155;
}
#ContactSection form .form_group select option {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactSection form .form_group textarea {
  min-height: 200px;
  width: 100%;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ContactSection form .form_group textarea:focus {
  outline-color: #e81155;
}
#ContactSection form .form_group .error_message {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
#ContactSection form .form_group .error_message.active {
  display: block;
}
#ContactSection .button_box {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#ContactSection .button_box button {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactSection .button_box button {
    width: auto;
    padding-left: 8rem;
    padding-right: 8rem;
}
}
#ContactSection .button_box button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(232 17 85 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#ContactSection .button_box button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(232 17 85 / var(--tw-text-opacity));
}
}
#ContactSection .contact_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#ContactSection .contact_box {
  width: 100%;
}
@media (min-width: 768px) {
#ContactSection .contact_box {
    width: 33.333333%;
    padding-right: 2.5rem;
}
}
#ContactSection .contact_box a {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ContactSection .contact_box a:nth-of-type(1) {
  --tw-border-opacity: 1;
  border-color: rgb(232 17 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactSection .contact_box a:nth-of-type(1):hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(232 17 85 / var(--tw-text-opacity));
}
}
#ContactSection .contact_box a:nth-of-type(2) {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactSection .contact_box a:nth-of-type(2):hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity));
}
}
#ContactSection .contact_box > a:nth-last-of-type(1) {
  margin-bottom: 2.5rem;
}
#ContactSection .contact_box a .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#ContactSection .contact_box a .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
#ContactSection .form_box > .title,
#ContactSection .contact_box .social_media_list .title,
#ContactSection .contact_box > .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0.75rem;
}
#ContactSection .contact_box .social_media_list ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}
#ContactSection .contact_box .social_media_list ol li {
  margin-right: 1.25rem;
}
#ContactSection .contact_box .social_media_list ol li a {
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
#MainLoading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#MainLoading .loading_box {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#MainLoading .tiktok {
  background: rgb(77, 232, 244);
  animation: leftToRight 0.8s ease-in-out infinite;
  mix-blend-mode: darken;
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  --tw-scale-x: 1;
  --tw-scale-y: 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));
  border-radius: 9999px;
}
#MainLoading .tiktok.red {
  animation: rightToLeft 0.8s ease-in-out infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
}
@keyframes leftToRight {
0% {
    left: 0;
}
25% {
    transform: scale(1.2);
}
50% {
    left: 50px;
}
75% {
    transform: scale(0.8);
}
100% {
    left: 0;
}
}
@keyframes rightToLeft {
0% {
    right: 0;
}
25% {
    transform: scale(0.8);
}
50% {
    right: 50px;
}
75% {
    transform: scale(1.2);
}
100% {
    right: 0;
}
}
#MainDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 50;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#MainDialog .dialog_box {
  position: relative;
  z-index: 10;
  width: 91.666667%;
  max-width: 28rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#MainDialog .dialog_box .dialog_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#MainDialog .dialog_box .dialog_header button {
  height: 2rem;
  width: 2rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
}
#MainDialog .dialog_box .dialog_header button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#MainDialog .dialog_box .dialog_header button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainDialog .dialog_box .dialog_content {
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
#MainDialog .dialog_background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
#ShopLinkSection {
  position: relative;
  z-index: 10;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
#ShopLinkSection {
    padding-top: 5rem;
}
}
#ShopLinkSection .link_card img {
  display: block;
  width: 100%;
}
#ShopLinkSection .link_card img:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#ShopLinkSection .link_card img:nth-of-type(1) {
    display: block;
}
}
#ShopLinkSection .link_card img:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
#ShopLinkSection .link_card img:nth-of-type(2) {
    display: none;
}
}
#ShopLinkSection .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#ShopLinkSection .link_card {
  margin-bottom: 1.25rem;
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#ShopLinkSection .link_card {
    margin-bottom: 2.5rem;
}
}
#ShopLinkSection .link_card.even,
#ShopLinkSection .link_card.odd {
  width: 100%;
}
@media (min-width: 768px) {
#ShopLinkSection .link_card.even,
#ShopLinkSection .link_card.odd {
    width: 50%;
}
}
#ShopLinkSection .link_card.odd:nth-last-of-type(1) {
  width: 100%;
}
@media (min-width: 768px) {
#ShopLinkSection .link_card.odd:nth-last-of-type(1) {
    width: 100%;
}
}

/* ! tailwindcss v3.4.9 | 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] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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:  ;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.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));
}
.resize {
  resize: both;
}
.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);
}
* {
  font-family: "Noto Sans TC", sans-serif;
}
.font-roboto {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
#app {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
section {
  position: relative;
  z-index: 10;
}
#PageMainContainer {
  position: relative;
  z-index: 10;
}
.main_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1536px) {
.main_container {
    padding-left: 0px;
    padding-right: 0px;
}
}
.main_header {
  margin-bottom: 2.5rem;
}
.main_header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
.main_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.main_header .sub_title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
.main_header .sub_title {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#PageBgBox {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
#PageBgBox > div:nth-child(1) {
  position: relative;
  margin-left: auto;
  aspect-ratio: 1 / 1;
  width: 66.666667%;
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(1) {
    width: 50%;
}
}
#PageBgBox > div:nth-child(1) {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  opacity: 0.05;
  --tw-blur: blur(64px);
  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);
}
#PageBgBox > div:nth-child(2) {
  position: relative;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  width: 66.666667%;
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(2) {
    width: 50%;
}
}
#PageBgBox > div:nth-child(2) {
  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));
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(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));
}
}
#PageBgBox > div:nth-child(2) {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  opacity: 0.1;
  --tw-blur: blur(64px);
  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);
}
#PageBgBox > div:nth-child(3) {
  position: relative;
  margin-left: auto;
  aspect-ratio: 1 / 1;
  width: 66.666667%;
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(3) {
    width: 50%;
}
}
#PageBgBox > div:nth-child(3) {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
  opacity: 0.1;
  --tw-blur: blur(64px);
  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);
}
#PageBgBox > div:nth-child(4) {
  position: relative;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  width: 66.666667%;
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(4) {
    width: 50%;
}
}
#PageBgBox > div:nth-child(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));
}
@media (min-width: 768px) {
#PageBgBox > div:nth-child(4) {
    --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));
}
}
#PageBgBox > div:nth-child(4) {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  opacity: 0.1;
  --tw-blur: blur(64px);
  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);
}
.lazyImageContainer {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.lazyImageContainer .placeholder {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
#ContactButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#ContactButton {
    display: none;
}
}
#ContactButton {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
}
@media (min-width: 1536px) {
#ContactButton {
    bottom: 2.5rem;
    right: 2.5rem;
}
}
#ContactButton {
  border-radius: 0.5rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(232 17 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(232 17 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ContactButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#ContactButton {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactButton:hover {
  --tw-text-opacity: 1;
  color: rgb(232 17 85 / var(--tw-text-opacity));
}
#ContactButton p {
  flex-shrink: 0;
  font-weight: 700;
}
#ContactButton svg {
  margin-right: 0.5rem;
  width: 1rem;
  flex-shrink: 0;
}
#ContactButton:hover svg path {
  fill: #e81155;
}

