body .section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body .section {
    margin-bottom: 200px;
  }
}
body .modal-backdrop.show {
  opacity: 0;
  z-index: 10;
}
body #page-loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(2px);
}
body #page-loader.active {
  display: flex;
}
body #page-loader .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  body #page-loader .spinner {
    animation: none;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body .section-1 {
  margin: 0;
  position: relative;
  background-color: #fff5d9;
  padding-top: 55px;
  margin-bottom: 50px;
}
@media (min-width: 0) {
  body .section-1 {
    height: 300px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  body .section-1 {
    top: 80px;
    height: 390px;
  }
}
@media (min-width: 1200px) {
  body .section-1 {
    margin-bottom: 70px;
  }
}
body .section-1 .title {
  font-weight: 500;
  color: #8d153a;
}
@media (min-width: 0) {
  body .section-1 .title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  body .section-1 .title {
    font-size: 48px;
    margin-bottom: 17px;
  }
}
body .section-1 .subtitle {
  line-height: 130%;
  color: #424242;
}
@media (min-width: 0) {
  body .section-1 .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  body .section-1 .subtitle {
    font-size: 14px;
  }
}
body .section-1 .active-tab,
body .section-1 .active-grade {
  background: linear-gradient(180deg, #7800c0 0%, #57008b 100%) !important;
  color: #ffffff !important;
  border: none;
}
@media (min-width: 0) {
  body .section-1 .btn-toolbar {
    height: 50px;
  }
}
@media (min-width: 768px) {
  body .section-1 .btn-toolbar {
    height: 80px;
  }
}
body .section-1 .btn-toolbar .tab-label,
body .section-1 .btn-toolbar .tab-letter-btn,
body .section-1 .btn-toolbar .tab-btn {
  background-color: #ffffff;
  border: none;
}
@media (min-width: 0) {
  body .section-1 .btn-toolbar .tab-label,
  body .section-1 .btn-toolbar .tab-letter-btn,
  body .section-1 .btn-toolbar .tab-btn {
    height: 40px;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  body .section-1 .btn-toolbar .tab-label,
  body .section-1 .btn-toolbar .tab-letter-btn,
  body .section-1 .btn-toolbar .tab-btn {
    height: 80px;
    font-size: 24px;
  }
}
body .section-1 .btn-toolbar .tab-label {
  color: #fa7b17 !important;
}
body .section-1 .btn-toolbar .tab-letter-btn {
  color: #178bfa;
}
body .section-1 .btn-toolbar .tab-btn {
  color: #424242;
}
body .section-1 .btn-toolbar .tab-btn:hover,
body .section-1 .btn-toolbar .tab-letter-btn:hover {
  background: linear-gradient(180deg, #7800c0 0%, #57008b 100%);
  color: #ffffff;
}
@media (min-width: 0) {
  body .section-1 .grade-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body .section-1 .grade-title {
    font-size: 36px;
  }
}
body .section-1 .arrowBox {
  position: relative;
  width: 220px;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #424242;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border: 1px solid #fff5d9;
  /*left arrow*/
}
body .section-1 .arrowBox a {
  color: #ffffff;
}
body .section-1 .arrowBox .arrow-left:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #0085d1;
}
body .section-2 {
  padding-top: 50px;
  min-height: 570px;
}
body .section-2 .sub-tab {
  border: 1px solid #fa7b17;
  border-radius: 24px;
  height: 48px;
  width: 100%;
}
body .section-2 .tab-btn {
  color: #fa7b17;
  border: none;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  width: 200px;
  border-radius: 24px;
}
body .section-2 .tab-btn:hover, body .section-2 .tab-btn.active {
  background-color: #fa7b17;
  color: #ffffff;
}
body .section-2 .activity-list-btn {
  color: #fa7b17;
  border: none;
  width: 200px;
  border-radius: 24px;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  width: 100%;
  height: 45px;
  background-color: transparent;
  color: #424242;
  column-gap: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  border-radius: 0;
}
body .section-2 .activity-list-btn:hover, body .section-2 .activity-list-btn.active {
  background-color: #fa7b17;
  color: #ffffff;
}
@media (min-width: 0) {
  body .section-2 .activity-list-btn svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  body .section-2 .activity-list-btn svg {
    width: 20px;
    height: 20px;
  }
}
body .section-2 .activity-list-btn svg path {
  fill: #178bfa;
}
body .section-2 .activity-list-btn .preview-arrow {
  display: none;
}
body .section-2 .activity-list-btn:hover, body .section-2 .activity-list-btn.is-hovered {
  background-color: #f6f6f6;
  font-weight: 500;
  color: #424242;
}
body .section-2 .activity-list-btn:hover svg path, body .section-2 .activity-list-btn.is-hovered svg path {
  fill: #fa7b17;
}
body .section-2 .activity-list-btn:hover .preview-arrow, body .section-2 .activity-list-btn.is-hovered .preview-arrow {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 0) {
  body .section-2 .activity-list-btn:hover .preview-arrow, body .section-2 .activity-list-btn.is-hovered .preview-arrow {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  body .section-2 .activity-list-btn:hover .preview-arrow, body .section-2 .activity-list-btn.is-hovered .preview-arrow {
    width: 16px;
    height: 16px;
  }
}
body .section-2 .list-group {
  width: 700px;
  display: flex;
  row-gap: 5px;
}
body .section-2 .preview-box {
  box-shadow: 0 0 4px 4px rgba(250, 123, 23, 0.12);
  border: 1px solid #d9d9d9;
  height: 420px;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 5px;
  overflow: hidden;
  display: none;
}
@media (min-width: 0) {
  body .section-2 .preview-box {
    height: 100%;
  }
}
body .section-2 .preview-box.preview-visible {
  display: flex;
}
body .section-2 .preview-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
body .section-2 .preview-box > div {
  display: none;
}
body .section-2 [data-subject],
body .section-2 [data-grade] {
  display: none;
}
body .section-2 html[data-mounted="1"] [data-subject].show,
body .section-2 html[data-mounted="1"] [data-grade].show {
  display: block;
}
body .large-screen {
  display: none;
}
@media (min-width: 768px) {
  body .large-screen {
    display: block;
  }
}
body .small-screen {
  display: block;
}
@media (min-width: 768px) {
  body .small-screen {
    display: none;
  }
}
body .hidden {
  display: none !important;
}
body .scrolling-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body .scrolling-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

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