body .section-2 .subject-box, body .section-2 .subject-box-6, body .section-2 .subject-box-5, body .section-2 .subject-box-4, body .section-2 .subject-box-3, body .section-2 .subject-box-2, body .section-2 .subject-box-1 {
  position: relative;
  cursor: pointer;
  text-align: center;
  background-color: rgba(23, 139, 250, 0.0392156863);
  height: 276px;
  opacity: 1;
  border-radius: 12px;
  padding: 60px 20px 20px 20px;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
}

body .section-2 .subject-box .title-container,
body .section-2 .subject-box .subject-title-container, body .section-2 .subject-box-6 .title-container,
body .section-2 .subject-box-6 .subject-title-container, body .section-2 .subject-box-5 .title-container,
body .section-2 .subject-box-5 .subject-title-container, body .section-2 .subject-box-4 .title-container,
body .section-2 .subject-box-4 .subject-title-container, body .section-2 .subject-box-3 .title-container,
body .section-2 .subject-box-3 .subject-title-container, body .section-2 .subject-box-2 .title-container,
body .section-2 .subject-box-2 .subject-title-container, body .section-2 .subject-box-1 .title-container,
body .section-2 .subject-box-1 .subject-title-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

body .section-2 .subject-box .activities-btn, body .section-2 .subject-box-6 .activities-btn, body .section-2 .subject-box-5 .activities-btn, body .section-2 .subject-box-4 .activities-btn, body .section-2 .subject-box-3 .activities-btn, body .section-2 .subject-box-2 .activities-btn, body .section-2 .subject-box-1 .activities-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px * 2);
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #424242;
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}

body .section {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  body .section {
    margin-bottom: 200px;
  }
}
body .modal-backdrop.show {
  opacity: 0;
  z-index: 10;
}
body .section1 {
  margin: 0;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  body .section1 {
    margin-bottom: 70px;
  }
}
body .section1 .cover-svg {
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  body .section1 .cover-svg {
    height: 250px;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-svg {
    height: 400px;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-svg {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  body .section1 .cover-svg {
    height: 500px;
  }
}
body .section1 .cover-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
@media (min-width: 0) {
  body .section1 .cover-content {
    top: 60%;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-content {
    top: 47%;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-content {
    top: 48%;
  }
}
body .section1 .cover-title-container1 {
  display: flex;
}
@media (min-width: 0) {
  body .section1 .cover-title-container1 {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body .section1 .cover-title-container1 {
    justify-content: flex-end;
  }
}
@media (min-width: 0) {
  body .section1 .cover-title-container2 {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body .section1 .cover-title-container2 {
    display: flex;
    justify-content: flex-start;
  }
}
body .section1 .cover-title1,
body .section1 .cover-title2 {
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
body .section1 .cover-title1 {
  color: #fa7b17;
}
@media (min-width: 0) {
  body .section1 .cover-title1 {
    font-size: 24px;
    display: inline-flex;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-title1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-title1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  body .section1 .cover-title1 {
    font-size: 50px;
  }
}
@media (min-width: 1840px) {
  body .section1 .cover-title1 {
    font-size: 54px;
  }
}
body .section1 .cover-title2 {
  color: #8d153a;
}
@media (min-width: 0) {
  body .section1 .cover-title2 {
    font-size: 24px;
    display: inline;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-title2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-title2 {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body .section1 .cover-title2 {
    font-size: 50px;
  }
}
@media (min-width: 1840px) {
  body .section1 .cover-title2 {
    font-size: 54px;
  }
}
body .section1 .cover-sub-title1 {
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 300;
  color: #6c6c87;
}
@media (min-width: 0) {
  body .section1 .cover-sub-title1 {
    font-size: 14px;
    text-align: center;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-sub-title1 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-sub-title1 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .section1 .cover-sub-title1 {
    font-size: 24px;
  }
}
body .section1 .cover-image {
  object-fit: contain;
  max-width: 100%;
}
@media (min-width: 0) {
  body .section1 .cover-image {
    height: 132px;
  }
}
@media (min-width: 576px) {
  body .section1 .cover-image {
    height: 200px;
  }
}
@media (min-width: 768px) {
  body .section1 .cover-image {
    height: 250px;
  }
}
@media (min-width: 992px) {
  body .section1 .cover-image {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  body .section1 .cover-image {
    height: 350px;
  }
}
body .section1 .content-title1,
body .section1 .content-title2 {
  font-family: "Readex Pro", "Catamaran", sans-serif;
  font-weight: 600;
  line-height: 1;
}
body .section1 .content-title1 {
  color: #8d153a;
}
@media (min-width: 0) {
  body .section1 .content-title1 {
    font-size: 24px;
    text-align: center;
    display: inline-flex;
  }
}
@media (min-width: 576px) {
  body .section1 .content-title1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  body .section1 .content-title1 {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body .section1 .content-title1 {
    font-size: 48px;
  }
}
body .section1 .content-title2 {
  color: #fa7b17;
}
@media (min-width: 0) {
  body .section1 .content-title2 {
    font-size: 24px;
    text-align: center;
    display: inline;
  }
}
@media (min-width: 576px) {
  body .section1 .content-title2 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  body .section1 .content-title2 {
    font-size: 40px;
    text-align: left;
    display: block;
  }
}
@media (min-width: 1200px) {
  body .section1 .content-title2 {
    font-size: 48px;
  }
}
body .section-2 .subject-box-1 {
  border: 1px solid #178bfa;
  width: 100%;
  color: #178bfa;
}
body .section-2 .subject-box-1 .title-container,
body .section-2 .subject-box-1 .subject-title-container {
  background-color: #178bfa;
}
body .section-2 .subject-box-1 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(23, 139, 250, 0.2);
}
body .section-2 .subject-box-1 .activities-btn svg path {
  fill: #178bfa;
}
body .section-2 .subject-box-1:hover {
  border: none;
  background-color: #178bfa;
  color: #ffffff;
}
body .section-2 .subject-box-1:hover .title-container,
body .section-2 .subject-box-1:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #178bfa;
  color: #178bfa;
}
body .section-2 .subject-box-1:hover .activities-btn {
  color: #178bfa;
}
body .section-2 .subject-box-2 {
  border: 1px solid #ffa600;
  width: 100%;
  color: #ffa600;
}
body .section-2 .subject-box-2 .title-container,
body .section-2 .subject-box-2 .subject-title-container {
  background-color: #ffa600;
}
body .section-2 .subject-box-2 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(255, 166, 0, 0.2);
}
body .section-2 .subject-box-2 .activities-btn svg path {
  fill: #ffa600;
}
body .section-2 .subject-box-2:hover {
  border: none;
  background-color: #ffa600;
  color: #ffffff;
}
body .section-2 .subject-box-2:hover .title-container,
body .section-2 .subject-box-2:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #ffa600;
  color: #ffa600;
}
body .section-2 .subject-box-2:hover .activities-btn {
  color: #ffa600;
}
body .section-2 .subject-box-3 {
  border: 1px solid #fa5c5f;
  width: 100%;
  color: #fa5c5f;
}
body .section-2 .subject-box-3 .title-container,
body .section-2 .subject-box-3 .subject-title-container {
  background-color: #fa5c5f;
}
body .section-2 .subject-box-3 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(250, 92, 95, 0.2);
}
body .section-2 .subject-box-3 .activities-btn svg path {
  fill: #fa5c5f;
}
body .section-2 .subject-box-3:hover {
  border: none;
  background-color: #fa5c5f;
  color: #ffffff;
}
body .section-2 .subject-box-3:hover .title-container,
body .section-2 .subject-box-3:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #fa5c5f;
  color: #fa5c5f;
}
body .section-2 .subject-box-3:hover .activities-btn {
  color: #fa5c5f;
}
body .section-2 .subject-box-4 {
  border: 1px solid #8d153a;
  width: 100%;
  color: #8d153a;
}
body .section-2 .subject-box-4 .title-container,
body .section-2 .subject-box-4 .subject-title-container {
  background-color: #8d153a;
}
body .section-2 .subject-box-4 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(141, 21, 58, 0.2);
}
body .section-2 .subject-box-4 .activities-btn svg path {
  fill: #8d153a;
}
body .section-2 .subject-box-4:hover {
  border: none;
  background-color: #8d153a;
  color: #ffffff;
}
body .section-2 .subject-box-4:hover .title-container,
body .section-2 .subject-box-4:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #8d153a;
  color: #8d153a;
}
body .section-2 .subject-box-4:hover .activities-btn {
  color: #8d153a;
}
body .section-2 .subject-box-5 {
  border: 1px solid #046c66;
  width: 100%;
  color: #046c66;
}
body .section-2 .subject-box-5 .title-container,
body .section-2 .subject-box-5 .subject-title-container {
  background-color: #046c66;
}
body .section-2 .subject-box-5 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(4, 108, 102, 0.2);
}
body .section-2 .subject-box-5 .activities-btn svg path {
  fill: #046c66;
}
body .section-2 .subject-box-5:hover {
  border: none;
  background-color: #046c66;
  color: #ffffff;
}
body .section-2 .subject-box-5:hover .title-container,
body .section-2 .subject-box-5:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #046c66;
  color: #046c66;
}
body .section-2 .subject-box-5:hover .activities-btn {
  color: #046c66;
}
body .section-2 .subject-box-6 {
  border: 1px solid #7800c0;
  width: 100%;
  color: #7800c0;
}
body .section-2 .subject-box-6 .title-container,
body .section-2 .subject-box-6 .subject-title-container {
  background-color: #7800c0;
}
body .section-2 .subject-box-6 .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(120, 0, 192, 0.2);
}
body .section-2 .subject-box-6 .activities-btn svg path {
  fill: #7800c0;
}
body .section-2 .subject-box-6:hover {
  border: none;
  background-color: #7800c0;
  color: #ffffff;
}
body .section-2 .subject-box-6:hover .title-container,
body .section-2 .subject-box-6:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #7800c0;
  color: #7800c0;
}
body .section-2 .subject-box-6:hover .activities-btn {
  color: #7800c0;
}
body .section-2 .subject-box {
  border: 1px solid #178bfa;
  width: 355px;
  color: #178bfa;
}
body .section-2 .subject-box .title-container,
body .section-2 .subject-box .subject-title-container {
  background-color: #178bfa;
}
body .section-2 .subject-box .activities-btn {
  box-shadow: 0px 2px 7px 0px rgba(23, 139, 250, 0.2);
}
body .section-2 .subject-box .activities-btn svg path {
  fill: #178bfa;
}
body .section-2 .subject-box:hover {
  border: none;
  background-color: #178bfa;
  color: #ffffff;
}
body .section-2 .subject-box:hover .title-container,
body .section-2 .subject-box:hover .subject-title-container {
  background-color: #ffffff;
  border: 1px solid #178bfa;
  color: #178bfa;
}
body .section-2 .subject-box:hover .activities-btn {
  color: #178bfa;
}
@media (min-width: 0) {
  body .large-screen {
    display: none;
  }
}
@media (min-width: 768px) {
  body .large-screen {
    display: block;
  }
}
@media (min-width: 0) {
  body .small-screen {
    display: block;
  }
}
@media (min-width: 768px) {
  body .small-screen {
    display: none;
  }
}

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