@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.schedule-layout-wrapper {
  background-color: var(--backgroundColor, var(--backgroundColorLighter));
}
.schedule-layout-wrapper .schedule-layout-wrapper-inner {
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-layout-wrapper-inner {
    padding: 6rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .schedule-layout-wrapper .schedule-layout-wrapper-inner {
    padding: 6rem 5.5rem;
  }
}
.schedule-layout-wrapper .schedule-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-title-wrapper {
    max-width: 52rem;
  }
}
.schedule-layout-wrapper .schedule-title {
  color: #222930;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.04rem;
  margin: 0;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-title {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
  }
}
.schedule-layout-wrapper .schedule-sub-title {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.015rem;
  margin: 0.5rem 0rem 0rem 0rem;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-sub-title {
    font-size: 1.25rem;
    letter-spacing: 0.01875rem;
  }
}
.schedule-layout-wrapper .course-overview-copy-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0rem;
  color: #686b6D;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  gap: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
  white-space: nowrap;
}
.schedule-layout-wrapper .course-overview-copy-link .lucide-link {
  width: 1rem;
  height: 1rem;
  stroke: #686b6D;
}
.schedule-layout-wrapper .cards-navigation {
  gap: 0.5rem;
}
.schedule-layout-wrapper .schedule-pdf-download {
  color: #fff !important;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.15625rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  border-radius: 0.09375rem;
  background-color: #343d46;
  border: none;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-pdf-download {
    max-width: 19.4375rem;
  }
}
.schedule-layout-wrapper .schedule-pdf-download .lucide {
  width: 1rem;
  height: 1rem;
  stroke: #fff;
}
.schedule-layout-wrapper .schedule-pdf-download:hover {
  text-decoration: none;
  background: #526371;
}
.schedule-layout-wrapper .schedule-card {
  padding: 1.5rem;
  background-color: #fff;
  border-bottom: 1.5px solid var(--cardBorderColor, var(--cardBorderColorDarker));
}
.schedule-layout-wrapper .schedule-card .schedule-card-title {
  color: #222930;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.025rem;
}
.schedule-layout-wrapper .schedule-card .schedule-item-duration {
  color: #686b6D;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.schedule-layout-wrapper .schedule-card .schedule-item-activity {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.015rem;
}
.schedule-layout-wrapper .schedule-card .schedule-item {
  padding: 0.75rem 0rem;
  display: none;
  border-top: 1.5px solid #e2e3e4;
}
.schedule-layout-wrapper .schedule-card .schedule-item.visible {
  display: block;
}
.schedule-layout-wrapper .cards-layout-footer {
  margin-top: 2.5rem;
}
.schedule-layout-wrapper .schedule-pdf-download {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .schedule-layout-wrapper .schedule-pdf-download {
    margin-top: 0;
  }
}
.schedule-layout-wrapper .tab-content {
  display: block;
}
.schedule-layout-wrapper .nav-tabs {
  margin-bottom: 2.5rem;
}
.schedule-layout-wrapper .nav-link {
  color: #686b6D;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.015rem;
  cursor: pointer;
}
.schedule-layout-wrapper .nav-link.active {
  color: #222930;
  font-weight: 700;
  border-bottom: 3px solid #4d4c4b;
}
.schedule-layout-wrapper .view-more-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  padding: 0;
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.015rem;
  margin-top: 0.25rem;
}
.schedule-layout-wrapper .view-more-schedule .lucide {
  width: 1rem;
  height: 1rem;
  stroke: #545759;
}
.schedule-layout-wrapper .tab-pane-edit:not(:first-child) {
  margin-top: 2.5rem;
}
