section.programs-section {
  position: relative;
  background-color: var(--secondary-color, #97ca3e);
}
section.programs-section .default-contents {
  color: #fff;
  /* padding-bottom: 60px; */
}
section.programs-section .programs-wrapper {
  background: #fff;
  padding: 80px 70px 60px;
  display: flex;
}
section.programs-section .programs-wrapper .left-panel {
  float: left;
  position: sticky;
  top: 152px;
  width: 465px;
  height: calc(100vh - 152px);
  overflow: auto;
  margin-top: -1px;
}
section.programs-section .programs-wrapper .left-panel::-webkit-scrollbar {
  display: none;
}
section.programs-section .programs-wrapper .right-panel {
  width: calc(100% - 465px);
  margin-left: auto;
  padding-left: 50px;
  position: relative;
}
.programs-wrapper .left-panel .toggle-item .toggle-contents {
  padding-bottom: 20px;
  /* display: none; */
  transition: all 0.3s ease-in;
  display: flex;
  flex-flow: column-reverse;
  opacity: 0;
}
.programs-wrapper .left-panel .toggle-item.active .toggle-contents {
  margin-top: 0px !important;
  opacity: 1;
}
/* .programs-wrapper .left-panel .toggle-item:first-child .toggle-contents {
  display: block;
} */
.programs-wrapper .left-panel .toggle-item .toggle-contents .mix {
  width: 100%;
  display: none;
}
.programs-wrapper .toggle-contents .mixitup-filter {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 8px;
  padding: 0 20px 20px 60px;
}
.programs-wrapper .toggle-contents .mixitup-filter button {
  height: 31px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 156%;
  color: #1c1c1c;
  border-radius: 6px;
  border: 1px solid #8eb0e5;
  padding: 0 10px;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.programs-wrapper .toggle-contents .mixitup-filter button.active,
.programs-wrapper
  .left-panel
  .toggle-item
  .toggle-contents
  .mixitup-filter
  button:hover {
  background-color: #dbedff;
}
.program-title {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 50px 6px 60px;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 159%;
  color: #1c1c1c;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
}
.program-title p {
  margin: 0;
  position: relative;
}
.program-title p.age {
  font-weight: 400;
  font-size: 20px;
}
.program-title .tag {
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color, #2d6bce);
  line-height: 1;
  transition: all 0.3s ease-in;
}
.program-title:hover {
  color: #fff;
  background-color: var(--primary-color, #2d6bce);
}
.program-title:hover .tag {
  color: #fff;
}
.inner-program-toggle {
  padding: 10px 75px 10px 25px;
  min-height: 64px;
  display: flex;
  column-gap: 10px;
  row-gap: 5px;
  align-items: center;
  margin-top: 10px;
  background-color: var(--primary-color, #2d6bce);
  color: #fff;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.inner-program-toggle.active {
  background-color: var(--secondary-color, #97ca3e);
  color: #1c1c1c;
}
.inner-program-toggle p {
  margin: 0;
}
.inner-program-toggle p.age {
  font-weight: 400;
  font-size: 20px;
}
.inner-program-toggle p.tag {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: -5px;
}
.inner-program-toggle .icon {
  position: absolute;
  top: calc(50% - 24px);
  width: 45px;
  height: 45px;
  display: flex;
  right: 25px;
  transition: all 0.3s ease-in;
}
.inner-program-toggle.active .icon {
  transform: rotate(180deg);
}
.inner-program-toggle-contents {
  border: 2px solid var(--secondary-color, #97ca3e);
  border-radius: 18px;
  padding: 60px 25px 30px;
  top: -30px;
  position: relative;
}
.programs-wrapper .left-panel .toggle-item {
  border-radius: 18px;
  /* background: #eff7ff; */
  background: var(--program-tab-color);
  margin-bottom: 10px;
  overflow: hidden;
}
.programs-wrapper .left-panel .toggle-item .toggle-title {
  position: relative;
  padding: 25px 25px 25px 35px;
  cursor: pointer;
  background: var(--program-tab-color);
  z-index: 9;
  display: block;
  text-decoration: none;
}
.programs-wrapper .left-panel .toggle-item .toggle-title h3 {
  padding-right: 45px;
  font-size: 28px;
  font-weight: 700;
  line-height: 112.5%;
  color: #1c1c1c;
  margin: 0;
}
.programs-wrapper .left-panel .toggle-item .toggle-title .icon {
  position: absolute;
  right: 25px;
  top: calc(50% - 25px);
  transition: all 0.3s ease-in;
  display: flex;
}
.programs-wrapper .left-panel .toggle-item.active .toggle-title .icon {
  transform: rotate(-180deg);
}
.programs-post-with-details {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 3px solid #f0f0f0;
  width: 100%;
  max-width: 846px;
  margin: auto;
  margin-bottom: 60px;
}
.programs-post-with-details:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.program-top-content {
  padding-bottom: 45px;
  text-align: center;
}
.program-top-content h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  color: #1c1c1c;
  line-height: 108.333%;
  padding-bottom: 10px;
  margin: 0;
}
.program-top-content .age {
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
  color: #1c1c1c;
}
.program-top-content .tag {
  background-color: var(--program-box-color);
  width: max-content;
  margin-left: auto;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #1c1c1c;
}
.program-featured-image {
  position: relative;
  padding: 15px 0 0 15px;
  display: flex;
  margin-bottom: 55px;
}
.program-featured-image::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: var(--secondary-color, #97ca3e);
  width: 80%;
  height: 90%;
}
.program-featured-image img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.program-placement-text {
  display: flex;
  gap: 15px;
  padding: 20px 37px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  line-height: 166.667%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.program-placement-text::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--secondary-color);
  top: 0;
  left: 0;
  opacity: 0.1;
}
.program-placement-text * {
  position: relative;
  z-index: 2;
}
.program-placement-text .text {
  flex: 1;
}
.program-placement-text svg {
  margin-top: 8px;
}
.program-placement-text a {
  display: inline-flex;
  text-decoration: none;
  color: var(--secondary-color, #97ca3e);
  font-weight: 600;
  gap: 8px;
  padding-left: 3px;
}
body .animated-button.program-register-btn {
  margin-top: 60px;
}
.programs-post-with-details .button .invisible-text {
  padding: 10px 30px 19px;
}
.default-contents-wrap *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  section.programs-section .programs-wrapper .left-panel {
    width: 400px;
  }
  .programs-wrapper .toggle-contents .mixitup-filter {
    padding: 1px 20px 20px 45px;
  }
  .program-title {
    padding: 6px 20px 6px 45px;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title {
    padding: 22px 20px 22px 25px;
  }
  section.programs-section .programs-wrapper .right-panel {
    width: calc(100% - 400px);
    padding-left: 35px;
  }
  section.programs-section .programs-wrapper {
    padding: 80px 45px 60px;
  }
  .program-top-content .tag {
    padding: 0 15px;
    height: 42px;
    font-size: 16px;
  }
  .program-top-content .tag svg {
    width: 25px;
    height: auto;
  }
  .program-top-content .tag .icon img {
    width: 25px;
    height: auto;
  }
  .program-top-content h2 {
    font-size: 37px;
  }
  .program-featured-image {
    margin-bottom: 40px;
    padding: 10px 0 0 10px;
  }
  .program-placement-text {
    padding: 20px 25px 20px;
  }
  .program-register-btn {
    margin-top: 30px;
  }
  section.programs-forms-section .form-wrapper .headline {
    font-size: 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  section.programs-section {
    background-color: #fff !important;
  }
  section.programs-section .programs-wrapper {
    padding: 0;
  }
  section.programs-section .programs-wrapper .right-panel {
    display: none;
  }
  section.programs-section .programs-wrapper .left-panel {
    width: 100%;
    float: none;
    height: auto;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title {
    padding: 28px 20px 28px 35px;
    border-radius: 18px;
  }
  /* .programs-wrapper .left-panel .toggle-item .toggle-title h3 {
    font-size: 40px;
  } */
  .programs-wrapper .left-panel .toggle-item {
    background: transparent;
  }
  .programs-wrapper .left-panel .toggle-item.active .toggle-title {
    border-radius: 18px 18px 0px 0px;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title.desktop {
    display: none;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title.mobile {
    display: block !important;
  }
  .programs-wrapper .toggle-contents .mixitup-filter {
    background: var(--program-box-color);
    padding: 1px 20px 34px 60px;
    border-radius: 0px 0px 18px 18px;
  }
  .program-title {
    display: none;
  }
  .inner-toggle-program {
    display: block !important;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-contents .mix {
    padding-left: 35px;
  }
  .program-top-content {
    padding-bottom: 40px;
  }
  .program-top-content h2 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .program-top-content .age {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .program-top-content .tag {
    margin: auto;
    height: 30px;
    font-size: 18px;
    padding: 0 10px;
  }
  .program-top-content .tag svg {
    width: 20px;
  }
  .program-top-content .tag .icon img {
    width: 20px;
  }
  .program-featured-image {
    padding: 9px 0 0 9px;
  }
  .program-placement-text {
    padding: 20px 20px 30px 20px;
    gap: 25px;
    font-size: 16px;
  }
  .program-placement-text a {
    font-weight: 700;
  }
  .program-register-btn {
    margin-top: 40px;
  }
  section.programs-section .default-contents {
    color: #000;
    /* padding-bottom: 38px; */
  }
}
@media screen and (max-width: 767px) {
  .programs-wrapper .left-panel .toggle-item .toggle-title h3 {
    font-size: 21px;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title {
    padding: 12px 20px 12px 20px;
  }
  /* .programs-wrapper .left-panel .toggle-item .toggle-title h3 {
    font-size: 26px;
  } */
  .programs-wrapper .left-panel .toggle-item .toggle-title .icon svg {
    width: 40px;
    height: auto;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-title .icon {
    display: flex;
    top: calc(50% - 20px);
    right: 10px;
  }
  .programs-wrapper .toggle-contents .mixitup-filter {
    padding: 10px 10px 16px 20px;
    row-gap: 10px;
    column-gap: 12px;
  }
  .programs-wrapper .left-panel .toggle-item .toggle-contents .mix {
    padding-left: 20px;
  }
  .inner-program-toggle {
    flex-wrap: wrap;
    min-height: 59px;
    line-height: 1;
    font-size: 17px;
    padding: 10px 35px 10px 25px;
    font-weight: 500;
    column-gap: 5px;
  }
  .inner-program-toggle p.age {
    font-size: 15px;
  }
  body .animated-button.program-register-btn {
    margin-top: 30px;
    width: 100%;
    height: 50px;
    font-size: 17px;
  }
  .inner-program-toggle p.name {
    width: 100%;
  }
  .inner-program-toggle p.tag {
    font-weight: 400;
    margin-bottom: 0;
  }
  .inner-program-toggle .icon {
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
    right: 5px;
  }
  .inner-program-toggle .icon svg {
    height: 95%;
    width: auto;
  }
  .inner-program-toggle-contents {
    border: none;
    top: 0;
    padding: 30px 0 20px;
  }
  .program-top-content {
    padding-bottom: 20px;
  }
  .program-top-content h2 {
    font-size: 21px;
  }
  .program-top-content .age {
    font-size: 15px;
    font-weight: 400;
  }
  .program-top-content .tag {
    font-size: 16px;
    font-weight: 400;
  }
  .program-featured-image {
    padding: 7px 0 0 7px;
    margin-bottom: 20px;
  }
  .program-register-btn {
    margin: auto;
    margin-top: 30px;
  }
}
