﻿@charset "UTF-8";
/*
 * 主樣式表
 */
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:root {
  --background-color: #292C32;
  --article-header-height: calc(100vh * (18/31));
  --article-news-height: calc(100vh - var(--article-header-height));
  --color-primary: #292C32;
  --color-primary-dark: #1A1A1A;
  --color-primary-hover: #1f2227;
  --color-text-on-primary: #d4d4d1;
  --color-secondary: #FFBC8F;
  --color-secondary-dark: #cc8a60;
  --color-secondary-hover: #f5a873;
  --color-text-on-secondary: #292C32;
  --color-accent: #4d1f00;
  --color-accent-dark: #3a1400;
  --color-accent-hover: #632a00;
  --color-text-on-accent: #f8f3ef;
  --dialog-header-height: 3em;
  --dialog-content-height: auto;
  --dialog-content-min-height: 5em;
  --dialog-content-max-height: calc(100% - calc(var(--dialog-header-height) + var(--dialog-footer-height)));
  --dialog-footer-height: 3.6em;
}

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

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 16px;
  color: white;
}

body {
  display: none;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0;
  padding: 0;
  border-style: none;
  outline-style: none;
  overflow: hidden;
  background-color: white;
  outline-style: none;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: start;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color-secondary);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body::-webkit-scrollbar-track {
  border-radius: 0;
  background: var(--color-primary-hover);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > section > article {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100vw !important;
  height: 100vh;
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
body > section > article > span.debug {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
}
body > section > article > span.debug:before {
  content: "NONE";
}
body > section > article > span.debug2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
}
body > section > article > span.debug2:before {
  content: "NONE";
}
body > section > article > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article div.footer {
  width: 100%;
  flex: 1;
}
body > section > article.header {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100vw !important;
  height: 100vh;
  position: relative;
  padding: 0px;
  min-height: var(--article-header-height);
  height: auto;
  background-image: url("../image/mqYtsbLUZjNvZS6VmiP1l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.header {
    padding: 0px;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.header {
    padding: 0px;
  }
}
body > section > article.header > .box8 {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(51, 51, 51, 0.8);
}
body > section > article.header > .box9 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  width: 100vw !important;
  height: 100vh;
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 20%;
  padding-right: 20%;
  min-height: var(--article-header-height);
  height: auto;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.header > .box9 {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.header > .box9 {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
body > section > article.header > .box9 > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
body > section > article.header > .box9 > span.debug2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #959393;
}
body > section > article.header > .box9 > span.debug2:before {
  content: "NONE";
}
body > section > article.header > .box9 > span.debug2:before {
  content: "AI Generated";
}
body > section > article.header > .box9 > div.header {
  width: 100%;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.header > .box9 > div.header {
    font-size: 4.8rem;
    font-weight: bold;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.header > .box9 > div.header {
    font-size: 2.9rem;
    font-weight: bold;
  }
}
body > section > article.header > .box9 div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.header > .box9 div.body > .details {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.header > .box9 div.body > .details {
    width: 100%;
    height: auto;
  }
}
body > section > article.news {
  min-height: var(--article-news-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.news > span.debug:before {
  content: "最新消息";
}
body > section > article.important-dates {
  width: 100%;
  height: auto;
  background-color: var(--background-color);
}
body > section > article.important-dates > span.debug:before {
  content: "研討會重要時程";
}
body > section > article.important-dates > .body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.important-dates > .body > .details {
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
}
body > section > article.important-dates > .body > .image {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.conference-agenda {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.conference-agenda > span.debug:before {
  content: "大會當日議程";
}
body > section > article.conference-agenda div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.conference-agenda div.body > .details {
  width: 100%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
}
body > section > article.conference-theme {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.conference-theme > span.debug:before {
  content: "主題意涵:跨域共享、商法並行";
}
body > section > article.conference-theme div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.conference-theme div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.conference-theme div.body > .details {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.conference-theme div.body > .details {
    width: 100%;
    height: auto;
  }
}
body > section > article.conference-theme div.body > .details > .q {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  padding: 1rem;
}
body > section > article.conference-theme div.body > .details > .q > .ab {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.conference-theme div.body > .details > .q > .ab {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.conference-theme div.body > .details > .q > .ab {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
body > section > article.conference-theme div.body > .details > .q > .ab > .tt {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  height: 100%;
  flex: 1;
}
body > section > article.conference-theme div.body > .image {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.conference-theme div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.conference-theme div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
body > section > article.conference-theme div.body > .image > img {
  width: 80%;
  height: 100%;
}
body > section > article.business-subthemes {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.business-subthemes > span.debug:before {
  content: "商管領域五大次主題";
}
body > section > article.business-subthemes div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.business-subthemes div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.law-subthemes {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.law-subthemes > span.debug:before {
  content: "法律領域五大次主題";
}
body > section > article.law-subthemes div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.law-subthemes div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.submission-criteria {
  min-height: var(--article-header-height);
  height: auto;
  background-color: #FFBC8F;
  color: black;
}
body > section > article.submission-criteria > span.debug:before {
  content: "投稿對象與論文性質";
}
body > section > article.submission-criteria div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.submission-criteria div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: black;
  width: 50%;
  flex: 1;
  padding-right: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-criteria div.body > .details {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-criteria div.body > .details {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
body > section > article.submission-criteria div.body > .image {
  line-height: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-criteria div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-criteria div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
body > section > article.submission-criteria div.body > .image > img {
  width: 80%;
  height: 100%;
}
body > section > article.paper-topics {
  min-height: var(--article-header-height);
  height: auto;
  background-color: #FFBC8F;
  color: black;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.paper-topics {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.paper-topics {
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
  }
}
body > section > article.paper-topics > .box9 {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
  color: white;
  padding: 0;
  padding: 2rem;
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
  color: white;
}
body > section > article.paper-topics > .box9 > span.debug {
  display: none;
}
body > section > article.paper-topics > .box9 > span.debug:before {
  content: "論文主題範圍";
}
body > section > article.paper-topics > .box9 div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.paper-topics > .box9 div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.paper-topics > .box9 > span.debug:before {
  content: "論文主題範圍";
}
body > section > article.paper-topics > .box9 > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.paper-topics > .box9 div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
  color: #d4d4d1;
}
body > section > article.paper-topics > .box9 div.body > div.title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.paper-topics > .box9 div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.submission-guidelines {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  height: auto;
  background-color: var(--background-color);
}
body > section > article.submission-guidelines > span.debug:before {
  content: "投稿方式與應繳文件";
}
body > section > article.submission-guidelines > div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.submission-guidelines > div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-guidelines > div.body > .details {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-guidelines > div.body > .details {
    width: 100%;
    height: auto;
  }
}
body > section > article.submission-guidelines > div.body > .image {
  line-height: 0;
  width: 30%;
  aspect-ratio: 0.7297297297;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-guidelines > div.body > .image {
    width: 100%;
    aspect-ratio: 0.7297297297;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-guidelines > div.body > .image {
    width: 100%;
    aspect-ratio: 0.7297297297;
  }
}
body > section > article.submission-guidelines > div.body > .image > img {
  width: 100%;
  height: 100%;
}
body > section > article.submission-guidelines > div.body > div.x {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  height: 100%;
  flex: 1;
  text-align: justify;
  padding-left: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-guidelines > div.body > div.x {
    padding-left: 0rem;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-guidelines > div.body > div.x {
    padding-left: 0rem;
  }
}
body > section > article.submission-guidelines > div.body > div.x > div.title {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
body > section > article.submission-guidelines > div.body > div.x > div.b {
  width: 100%;
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-guidelines > div.body > div.x > div.b {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-guidelines > div.body > div.x > div.b {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
body > section > article.submission-guidelines > div.body > div.x > div.b > div.q {
  height: 100%;
  flex: 1;
  margin: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.submission-guidelines > div.body > div.x > div.b > div.q {
    margin-left: 0rem;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.submission-guidelines > div.body > div.x > div.b > div.q {
    margin-left: 0rem;
  }
}
body > section > article.paper-format {
  min-height: var(--article-header-height);
  height: auto;
  background-color: #1A1A1A;
}
body > section > article.paper-format > span.debug:before {
  content: "論文格式規範 ";
}
body > section > article.paper-format > div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.paper-format > div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.paper-format > div.body > .details-2 {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.paper-format > div.body > .details-2 > .d {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
  background: #4d1f00;
}
body > section > article.presentation-guidelines {
  width: 100%;
  height: auto;
  background-color: var(--background-color);
}
body > section > article.presentation-guidelines > span.debug:before {
  content: "發表方式與出席規定";
}
body > section > article.presentation-guidelines > .body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.presentation-guidelines > .body > .details {
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
}
body > section > article.presentation-guidelines > .body > .image {
  line-height: 0;
  width: 100%;
  height: auto;
}
body > section > article.copyright-statement {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.copyright-statement > span.debug:before {
  content: "著作權聲明與授權";
}
body > section > article.copyright-statement > div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.copyright-statement > div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
  padding-bottom: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.copyright-statement > div.body > .details {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.copyright-statement > div.body > .details {
    width: 100%;
    height: auto;
  }
}
body > section > article.copyright-statement > div.body > .image {
  line-height: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.copyright-statement > div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.copyright-statement > div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
body > section > article.copyright-statement > div.body > .image > img {
  width: 80%;
  height: 100%;
}
body > section > article.review-process {
  min-height: var(--article-header-height);
  height: auto;
  background-color: #1A1A1A;
}
body > section > article.review-process > span.debug:before {
  content: "評審標準與流程";
}
body > section > article.review-process div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.review-process div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.awards {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.awards > span.debug:before {
  content: "獎項設置與榮譽";
}
body > section > article.awards div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.awards div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.organizers {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.organizers > span.debug:before {
  content: "主辦與承辦單位";
}
body > section > article.organizers div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  text-align: justify;
}
body > section > article.organizers div.body div.r {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
body > section > article.organizers div.body div.c {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  max-width: 50%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.organizers div.body div.c {
    flex: unset;
    max-width: 100%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.organizers div.body div.c {
    flex: unset;
    max-width: 100%;
  }
}
body > section > article.organizers div.body img {
  width: 100%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.organizers div.body img {
    padding: 2rem;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.organizers div.body img {
    padding: 2rem;
  }
}
body > section > article.contact-info {
  min-height: var(--article-header-height);
  height: auto;
  background-color: #1A1A1A;
}
body > section > article.contact-info > span.debug:before {
  content: "聯絡資訊";
}
body > section > article.contact-info > div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.contact-info > div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.contact-info > div.body > .details-2 {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.contact-info > div.body > .details-2 > .d {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #d4d4d1;
  width: 100%;
  height: auto;
  background: #4d1f00;
}
body > section > article.venue-info {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.venue-info > span.debug:before {
  content: "會議地點與交通資訊";
}
body > section > article.venue-info div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.venue-info div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
  padding-right: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.venue-info div.body > .details {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.venue-info div.body > .details {
    width: 100%;
    height: auto;
  }
}
body > section > article.venue-info div.body > .image {
  line-height: 0;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.venue-info div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.venue-info div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
body > section > article.venue-info div.body > .image > img {
  width: 100%;
  height: 100%;
}
body > section > article.conference-features {
  min-height: 33.3333333333vh;
  height: auto;
  background-color: #1A1A1A;
}
body > section > article.conference-features > span.debug:before {
  content: "研討會特色與價值";
}
body > section > article.conference-features div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
}
body > section > article.conference-features div.body > .details {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 100%;
  height: auto;
}
body > section > article.sustainability-vision {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.sustainability-vision > span.debug:before {
  content: "永續發展願景";
}
body > section > article.sustainability-vision div.body {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  align-items: stretch;
}
body > section > article.sustainability-vision div.body div.r {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  align-items: stretch;
}
body > section > article.sustainability-vision div.body div.c {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  width: 100%;
  flex: 1;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.sustainability-vision div.body div.c {
    flex: unset;
    max-width: 100%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.sustainability-vision div.body div.c {
    flex: unset;
    max-width: 100%;
  }
}
body > section > article.sustainability-vision div.body div.v {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}
body > section > article.sustainability-vision div.body img {
  width: 100%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.sustainability-vision div.body img {
    padding: 2rem;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.sustainability-vision div.body img {
    padding: 2rem;
  }
}
body > section > article.sustainability-vision div.body img.s {
  width: 3rem;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.sustainability-vision div.body img.s {
    width: 4rem;
    padding: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.sustainability-vision div.body img.s {
    width: 4rem;
    padding: unset;
  }
}
body > section > article.invitation {
  min-height: var(--article-header-height);
  height: auto;
  background-color: var(--background-color);
}
body > section > article.invitation > span.debug:before {
  content: "誠摯邀請您的參與";
}
body > section > article.invitation div.body {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  flex: 1;
}
body > section > article.invitation div.body > .details {
  width: 50%;
  flex: 1;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: justify;
  color: #d4d4d1;
  width: 50%;
  flex: 1;
  padding-right: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.invitation div.body > .details {
    padding-right: 0rem;
    padding-bottom: 1rem;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.invitation div.body > .details {
    padding-right: 0rem;
    padding-bottom: 1rem;
    width: 100%;
    height: auto;
  }
}
body > section > article.invitation div.body > .image {
  line-height: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 1;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body > section > article.invitation div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  body > section > article.invitation div.body > .image {
    width: 100%;
    aspect-ratio: 1;
  }
}
body > section > article.invitation div.body > .image > img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) and (min-aspect-ratio: 1.0714285714) {
  .desktop-hide {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .mobile-hide {
    display: none !important;
  }
}
table {
  min-width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table > thead {
  background: rgba(0, 0, 0, 0.5);
}
table > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.t-list {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
}
.t-list > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 46%;
  margin: 2%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list > .item {
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list > .item {
    width: 98%;
    margin: 1%;
  }
}
.t-list > .item > div {
  width: 100%;
  flex: 1;
}
.t-list > .item > div.title {
  flex: unset;
  height: auto;
}
.t-list > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list > .item > div.b {
  flex: 2;
  font-size: 1.2rem;
  font-weight: bold;
}
.t-list > .item > div.t {
  flex: 3;
  font-size: 1.1rem;
}

.t-list3 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list3 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list3 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list3 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list3 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list3 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list3 > .item:nth-child(n+4) {
  display: none;
}
.t-list3 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list3 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list3 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list2 > .item:nth-child(n+3) {
  display: none;
}
.t-list2 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list2 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
}

.t-list4 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list4 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list4 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list4 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.6rem;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 0.6rem;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list4 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 46%;
    margin: 2%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list4 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 46%;
    margin: 2%;
  }
}
.t-list4 > .item:nth-child(n+5) {
  display: none;
}
.t-list4 > .item > div {
  width: 100%;
  flex: 1;
  text-align: center;
  color: #d4d4d1;
  font-weight: bold;
}
.t-list4 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 3rem;
  text-align: center;
  height: auto;
}
.t-list4 > .item > div.n {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.4rem;
  height: auto;
}
.t-list4 > .item > div.c {
  flex: 3;
  font-size: 1rem;
}
.t-list4 > .item > div.m1 {
  color: #d39558;
}
.t-list4 > .item > div.m2 {
  color: #e9b690;
}

.t-list33 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list33 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list33 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list33 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list33 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list33 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list33 > .item:nth-child(n+4) {
  display: none;
}
.t-list33 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list33 > .item > div.h {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: 3rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.t-list33 > .item > div.h > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
}
.t-list33 > .item > div.h > hr {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background: #FFBC8F;
  color: #FFBC8F;
  border: none;
  z-index: 0;
}
.t-list33 > .item > div.b {
  flex: 1;
  margin-top: 2rem;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 1px;
  border-top-color: #FFBC8F;
  border-top-width: 0.4rem;
}
.t-list33 > .item > div.b > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3rem;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
}
.t-list33 > .item > div.b.b2 {
  border-top-color: #afcbf8;
}
.t-list33 > .item > div.b.b2 > span {
  background: #afcbf8;
}
.t-list33 > .item > div.b > .title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list33 > .item > div.b > .c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}
.t-list33 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list33 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list23 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list23 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list23 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list23 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list23 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list23 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: unset;
    width: 98%;
    margin: 1%;
  }
}
.t-list23 > .item:nth-child(n+3) {
  display: none;
}
.t-list23 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list23 > .item > div.h {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: 3rem;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.t-list23 > .item > div.h > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
}
.t-list23 > .item > div.h > hr {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background: #FFBC8F;
  color: #FFBC8F;
  border: none;
  z-index: 0;
}
.t-list23 > .item > div.b {
  flex: 1;
  margin-top: 2rem;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 1px;
  border-top-color: #FFBC8F;
  border-top-width: 0.4rem;
}
.t-list23 > .item > div.b > span {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 3rem;
  aspect-ratio: 1;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  z-index: 1;
  color: black;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  transform: translateX(-50%);
}
.t-list23 > .item > div.b.b2 {
  border-top-color: #afcbf8;
}
.t-list23 > .item > div.b.b2 > span {
  background: #afcbf8;
}
.t-list23 > .item > div.b > .title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list23 > .item > div.b > .c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}
.t-list23 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list23 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list2x {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 2px;
  /*
  @include is-tablet() {
      @include flex-init(column, $gravity: 'top start', $wrap: wrap);
      flex: unset;
      @include size($width: 98%);
      @include margin($margin: 1%);
  }

  @include is-mobile() {
      @include flex-init(column, $gravity: 'top start', $wrap: wrap);
      flex: unset;
      @include size($width: 98%);
      @include margin($margin: 1%);
  }
  */
}
.t-list2x > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2x > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  height: auto;
}
.t-list2x > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list7 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
  align-items: stretch;
}
.t-list7 > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 1.665%;
}
.t-list7 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list7 > .item > div.title {
  flex: unset;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  color: #FFBC8F;
}
.t-list7 > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list7 > .item > div.b {
  font-size: 1.2rem;
  font-weight: bold;
}
.t-list7 > .item > div.t {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.t-list74 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: auto;
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  padding: 0.4rem;
  align-items: stretch;
}
.t-list74 > .item {
  width: 23%;
  aspect-ratio: 4;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  width: 46%;
  margin: 2%;
  background: #484b51;
  padding: 0.6rem;
}
.t-list74 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list74 > .item > div.title {
  flex: unset;
  font-size: 1.6rem;
  font-weight: bold;
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #FFBC8F;
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
  color: black;
}
.t-list74 > .item > div.hr {
  flex: unset;
  height: 2px;
  background: #FFBC8F;
  margin-bottom: 6px;
}
.t-list74 > .item > div.b {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d4d4d1;
}
.t-list74 > .item > div.t {
  flex: 3;
  font-size: 1rem;
  color: #d4d4d1;
  text-align: justify;
}

.t-list2x22 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  min-width: 100%;
  min-height: 10rem;
  width: 100%;
  height: auto;
  align-items: stretch;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 {
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 {
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x22 > .item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1.665%;
  height: auto;
  flex: 1;
  background: #484b51;
  padding: 1rem;
  border-style: solid;
  border-color: #66666b;
  border-width: 2px;
  border-left-width: 0.8rem;
  border-left-color: #FFBC8F;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 > .item {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .t-list2x22 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .t-list2x22 > .item {
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    max-height: unset;
  }
}
.t-list2x22 > .item > div {
  width: 100%;
  flex: 1;
}
.t-list2x22 > .item > div.title {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex: unset;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  height: auto;
}
.t-list2x22 > .item > div.c {
  flex: 3;
  font-size: 1.1rem;
  text-align: justify;
}

.bg-transparent {
  background: transparent !important;
}

.box {
  width: 100%;
  height: 100%;
  background: red;
  position: relative;
  top: 0;
}

button {
  outline-style: solid;
  outline-width: 2px;
  border-style: unset;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
button.button-primary {
  outline-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
}
button.button-primary:hover {
  background-color: var(--color-primary-hover);
}
button.button-primary:active {
  background-color: var(--color-primary-dark);
}
button.button-primary.outline {
  background-color: transparent;
  color: var(--color-primary);
}
button.button-primary.outline:hover {
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
}
button.button-primary.outline:active {
  background-color: var(--color-primary-dark);
  color: var(--color-text-on-primary);
}
button.button-secondary {
  outline-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-text-on-secondary);
}
button.button-secondary:hover {
  background-color: var(--color-secondary-hover);
}
button.button-secondary:active {
  background-color: var(--color-secondary-dark);
}
button.button-secondary.outline {
  background-color: transparent;
  color: var(--color-secondary);
}
button.button-secondary.outline:hover {
  background-color: var(--color-secondary);
  color: var(--color-text-on-secondary);
}
button.button-secondary.outline:active {
  background-color: var(--color-secondary-dark);
  color: var(--color-text-on-secondary);
}
button.button-accent {
  outline-color: var(--color-accent);
  background-color: var(--color-accent);
  color: var(--color-text-on-primary);
}
button.button-accent:hover {
  background-color: var(--color-accent-hover);
}
button.button-accent:active {
  background-color: var(--color-accent-dark);
}
button.button-accent.outline {
  background-color: transparent;
  color: var(--color-accent);
  background-color: transparent;
}
button.button-accent.outline:hover {
  background-color: var(--color-accent);
  color: var(--color-text-on-accent);
}
button.button-accent.outline:active {
  background-color: var(--color-accent-dark);
  color: var(--color-text-on-accent);
}

table.a {
  min-width: 100%;
  border-style: none;
  border-collapse: collapse;
  outline-style: solid;
  outline-color: black;
  outline-width: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  table-layout: fixed;
}
table.a > thead {
  background-color: var(--color-primary-dark);
}
table.a > thead > tr > th {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
}
table.a > thead > tr > th.id, table.a > thead > tr > th.name, table.a > thead > tr > th.release-at, table.a > thead > tr > th.create-at, table.a > thead > tr > th.download {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
table.a > tbody > tr > td {
  background-color: transparent;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
table.a > tbody > tr > td:hover {
  background-color: var(--color-primary-hover);
}
table.a > tbody > tr > td.id {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}
table.a > tbody > tr > td.name {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}
table.a > tbody > tr > td.release-at, table.a > tbody > tr > td.create-at, table.a > tbody > tr > td.download {
  width: 150px;
  min-width: 150px;
  max-width: 170px;
  text-align: center;
}

.dialog-screen {
  display: none;
}

body > .dialog-screen {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5em);
  width: 100%;
  height: 100%;
  display: none;
  outline-style: none;
}
body > .dialog-screen.active, body > .dialog-screen.visible {
  display: flex;
  position: fixed;
}
body > .dialog-screen > div.dialog-window {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 90%;
  outline-style: none;
}
@media (min-width: 1025px) and (min-aspect-ratio: 1.0714285714) {
  body > .dialog-screen > div.dialog-window {
    width: 50%;
    height: 90%;
  }
}
body > .dialog-screen > div.dialog-window > div.dialog-container {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  background-color: var(--background-color);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  width: 100% !important;
  height: var(--dialog-header-height) !important;
  min-width: 100% !important;
  min-height: var(--dialog-header-height) !important;
  max-width: 100% !important;
  max-height: var(--dialog-header-height) !important;
  overflow: hidden;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 6em);
  height: auto;
  text-align: center;
  font-weight: bold;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close {
  height: calc(100% - 1em);
  aspect-ratio: 1;
  position: absolute;
  right: 0.5em;
  border-top-right-radius: 1em;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADbklEQVR4nNyaz04UTxDHP8AvP7159MABoyeMRxN9D/TikQP/TFy4yCuAF+FxfAAJBo/Gm95MQBMS8AIuO2smqSK1tT0zPTO9C2Mnk93sTHd/vl1VvdXd8x/1y4xcmfntIfAceAo8BuaB+8A9uX8GnAA/gK/AZ+AQ+G7amAWGck2szJrvOWQP+AhcmM5jrwup25O2Qn0kKzPm+wKwB5w6oCugL58DsZC9Bu4ZW/dU2lwo6LNV0RGZA7YduMJ42KJR98+pICtkW/oihTW0oSfAgQPPHFRdF8pcG1bIgfRpGWoXVf9SgjAVeKyQM+mbJpZQ1Rtu1FOClwmx1tioawl9cM0E52DC8CERAxPsa7Ei1FRLZiQs/KTAQ0JUhFpjyTGOFZ22FoHfUvkm4EMiBsK06FjHRj830VHA56cN70Uoy5EwjllBf3grD/6Zgr/XEZEJ01AYR1xJzTEvU5cP2ir/7Ef+iXmgzNSP7e9KGOctuyrZr+E6/p6fy6vqhcTG1FO2fW+FPHM8NwFT1pjeP5bpbdcFW8xI6nO70saxyZfKRGjdc2G+Lj2jsMoVND6WTf1VuVfkfqG5fdXUX3Z+XuZ6aoWeFXBokqsqH+6b0cvL3QoRZfBad9e1XXZp8nio8A+AS2OiqkDMAiB3SkQUwYfqxPStjJfCzivnPlUjMHT+WiUiBj5m4GzfaqmcnfcR/lcUjEVgK2ZQtLOVCGvFitA4zNn50NACsSJSw1sL5Ox8MY3FNFAmQkH/l89NuexvKy3gh441Z+enAanTSJUIm/rOJYS3rDn79Y5C07wntJraNOBzxhreVdv2eTGRLYyUOwoxJbULhVZP+r1N8Ba6UMogVngN2C257G8pRIwEcappVOF1qnxtnvf3kk6jKf7IPOAbMyj9CYgY+SNrm0p4MJ/ZlglNkko0TeayCviiZC4kImuTzNEwnd6RupoSF83zZS6ndfdc21UBPJJOh8xed0GzVQAfEzcaM60WNE2WlCfAOvDOjUxRMIaWlDvSxq82S8rOL+qbbqtkCbdVYi0X3Fah6xtbVkRntxb5FzZ36fr2uhZ/OnMbDjgan9Ksm8Zv6ohpvS48zlQv5I9jOOVDvnPpmzbHrZ0+ZsWp7+RBt5ZOv2pgy6172aOJytDrNo+AZzVft/kEfHPgKi66/A0AAP//aNBQ7AyGjhEAAAAASUVORK5CYII=);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  cursor: pointer;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close:hover, body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-header > .dialog-close:active {
  background-color: rgba(255, 255, 255, 0.8);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin: 1em;
  background-color: var(--background-color);
  width: calc(100% - 4em);
  height: var(--dialog-content-height);
  min-width: calc(100% - 4em);
  min-height: var(--dialog-content-min-height);
  max-width: calc(100% - 4em);
  max-height: var(--dialog-content-max-height);
  overflow-y: auto;
  padding: 1rem;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--color-secondary);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-content::-webkit-scrollbar-track {
  border-radius: 0;
  background: var(--color-primary-hover);
  --webkit-box-shadow: inset 5px var(--color-primary-hover);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  background-color: var(--background-color);
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  width: 100% !important;
  height: var(--dialog-footer-height) !important;
  min-width: 100% !important;
  min-height: var(--dialog-footer-height) !important;
  max-width: 100% !important;
  max-height: var(--dialog-footer-height) !important;
  overflow: hidden;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 30% !important;
  height: 60% !important;
  min-width: 30% !important;
  min-height: 60% !important;
  max-width: 30% !important;
  max-height: 60% !important;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  border-style: solid;
  border-width: 0.1em;
  overflow: hidden;
  cursor: pointer;
  color: black;
  text-align: center;
  text-transform: uppercase;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative:hover, body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative:active,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive:hover,
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive:active {
  color: white;
  border-color: #000000;
  background-color: #191919;
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-negative {
  border-color: #808080;
  background-color: var(--color-secondary);
}
body > .dialog-screen > div.dialog-window > div.dialog-container > div.dialog-footer > .dialog-btn-positive {
  border-color: #1C1C1C;
  background-color: var(--color-secondary);
}

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

.footer.bba {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 20%;
  padding-right: 20%;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer.bba {
    padding-top: 1rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 600px) and (max-aspect-ratio: 2.25) and (orientation: portrait) {
  .footer.bba {
    padding-top: 1rem;
    padding-left: 8%;
    padding-right: 8%;
  }
}

.ts {
  text-shadow: 0px 0px 0px #ffffff;
}

span.c-file,
span.c-file2,
span.c-word,
span.c-pdf {
  opacity: 0.7;
  cursor: pointer;
}
span.c-file:hover,
span.c-file2:hover,
span.c-word:hover,
span.c-pdf:hover {
  opacity: 1;
}
