 @media only screen and (min-width: 0rem) {#timetable-1731 {padding: var(--sectionPadding);position: relative;}#timetable-1731 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2rem, 6vw, 3rem);}#timetable-1731 .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#timetable-1731 .cs-title {max-width: 28.75rem;}#timetable-1731 .cs-button-group {margin: 0;display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;row-gap: 1rem;column-gap: clamp(1.25rem, 2vw, 2rem);width: 100%;}#timetable-1731 .cs-button {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);background-color: transparent;border: none;position: relative;z-index: 1;transition: color 0.3s;}#timetable-1731 .cs-button:before {content: "";width: 100%;height: 4px;background: var(--primary);opacity: 0;border-radius: 4px 4px 0 0;position: absolute;display: block;bottom: 0;left: 0;transition: opacity 0.3s, bottom 0.3s;}#timetable-1731 .cs-button:hover {color: var(--primary);cursor: pointer;}#timetable-1731 .cs-button:hover:before {opacity: 1;bottom: -0.625rem;}#timetable-1731 .cs-button.cs-active {color: var(--primary);}#timetable-1731 .cs-button.cs-active:before {opacity: 1;bottom: -0.625rem;}#timetable-1731 .cs-table-list {width: 100%;display: grid;grid-template-columns: repeat(1, 1fr);gap: clamp(1rem, 3vw, 1.25rem);}#timetable-1731 .cs-table-list.cs-hidden {position: absolute;visibility: hidden;pointer-events: none;opacity: 0;top: 0;left: 0;position: absolute;transform: scaleY(0) scaleX(0);}#timetable-1731 .cs-table-list.cs-hidden .cs-table {transform: translateY(2.1875rem) rotateX(90deg);opacity: 0;}#timetable-1731 .cs-table {border-radius: 0.5rem;overflow: hidden;display: block;position: relative;transform: translateY(0rem) rotateX(0);opacity: 1;transition: opacity 0.6s, transform 0.6s;}#timetable-1731 .cs-table:nth-of-type(1) {transition-delay: 0.1s;}#timetable-1731 .cs-table:nth-of-type(2) {transition-delay: 0.2s;}#timetable-1731 .cs-table:nth-of-type(3) {transition-delay: 0.3s;}#timetable-1731 .cs-table:nth-of-type(4) {transition-delay: 0.4s;}#timetable-1731 .cs-table:nth-of-type(5) {transition-delay: 0.5s;}#timetable-1731 .cs-table:nth-of-type(6) {transition-delay: 0.6s;}#timetable-1731 .cs-table:nth-of-type(7) {transition-delay: 0.7s;}#timetable-1731 .cs-table:nth-of-type(8) {transition-delay: 0.8s;}#timetable-1731 .cs-table {text-align: left;width: 100%;display: flex;flex-direction: column;}#timetable-1731 .cs-table .highlighted-day {background-color: var(--primary);color: #fff;}#timetable-1731 .cs-table .highlighted-day th {color: var(--bodyTextColorWhite);}#timetable-1731 .cs-table thead {padding: 1.25rem;background-color: #e8e8e8;transition: background-color 0.3s;}#timetable-1731 .cs-table thead th {font-size: clamp(1.25rem, 4vw, 1.5625rem);font-weight: 700;line-height: 1.2em;color: var(--headerColor);transition: color 0.3s;}#timetable-1731 .cs-table tbody {min-height: 11.5rem;padding: 1.25rem;border-radius: 0 0 0.5rem 0.5rem;background-color: #f7f7f7;display: flex;flex-direction: column;gap: 1rem;}#timetable-1731 .cs-table tbody tr {display: flex;justify-content: space-between;}#timetable-1731 .cs-table tbody th, #timetable-1731 .cs-table tbody td {font-size: 1rem;font-weight: 400;line-height: 1.5em;color: var(--bodyTextColor);}#timetable-1731 .cs-table:hover thead {background-color: var(--primary);}#timetable-1731 .cs-table:hover thead th {color: #fff;}#timetable-1731 [data-category=two] .cs-table tbody {min-height: 9rem;}#timetable-1731 .cs-background {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;}#timetable-1731 .cs-background img {width: 100%;height: 100%;object-fit: cover;display: block;}}@media only screen and (min-width: 48rem) {#timetable-1731 .cs-content {flex-direction: row;justify-content: space-between;align-items: center;}#timetable-1731 .cs-table-list {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {#timetable-1731 .cs-table-list {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {body.dark-mode #timetable-1731 {background-color: var(--dark);}body.dark-mode #timetable-1731 .cs-title {color: var(--bodyTextColorWhite);}body.dark-mode #timetable-1731 .cs-button {color: var(--bodyTextColorWhite);}body.dark-mode #timetable-1731 .cs-button.cs-active {color: var(--primaryLight);}body.dark-mode #timetable-1731 .cs-table thead {background-color: var(--secondaryLight);}body.dark-mode #timetable-1731 .cs-table thead th {color: var(--bodyTextColorWhite);}body.dark-mode #timetable-1731 .cs-table tbody {background-color: var(--secondary);}body.dark-mode #timetable-1731 .cs-table tbody th, body.dark-mode #timetable-1731 .cs-table tbody td {color: var(--bodyTextColorWhite);opacity: 0.8;}body.dark-mode #timetable-1731 .cs-table:hover thead {background-color: var(--primary);}body.dark-mode #timetable-1731 .cs-table:hover thead th {color: #fff;}body.dark-mode #timetable-1731 .cs-background {display: none;}}