body {
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}

input, textarea {
  font-family: "Manrope", sans-serif;
}

button {
  font-family: "Manrope", sans-serif;
}

.faq-section {
  padding: 64px 16px;
}
.faq-section .faq-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.faq-section .faq-container .text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  flex: 1;
}
.faq-section .faq-container .text-content-wrapper .text-content__subtext {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #F46E15;
}
.faq-section .faq-container .text-content-wrapper .text-content__title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .question {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #101828;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .moving-elements {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item__text-container .moving-elements p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #475467;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item .toggle-icon {
  width: 20px;
  height: 28px;
  vertical-align: middle;
}
.faq-section .faq-container .faq-accordion-wrapper .accordion-item:hover .moving-elements {
  display: block;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 64px 32px;
  }
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 96px 112px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .faq-section .faq-container {
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
  }
  .faq-section .faq-container .text-content-wrapper {
    gap: 8px;
    flex: 0 0 360px;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__subtext {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__title {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
  .faq-section .faq-container .text-content-wrapper .text-content__supporting-text {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .faq-section .faq-container .faq-accordion-wrapper {
    flex: 1 1 0;
    min-width: 0;
  }
}

#academy-event-group .event-summary {
  background: url(../../utils/backgrounds/event-line-pattern.svg) no-repeat right, linear-gradient(111.56deg, #FFFFFF 5.63%, #FBF3E9 87.3%) no-repeat left;
  background-size: contain;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768.02px) {
  #academy-event-group .event-summary {
    padding-top: 64px;
    padding-bottom: 84px;
  }
}
@media (min-width: 1024.02px) {
  #academy-event-group .event-summary {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768.02px) {
  #academy-event-group .event-summary .container {
    gap: 24px;
  }
}
#academy-event-group .event-summary .event-summary-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-left: clamp(0px, (100vw - 375px) / 1065px * 110px, 110px);
  padding-right: clamp(0px, (100vw - 375px) / 1065px * 110px, 110px);
}
#academy-event-group .event-summary .event-summary-wrapper .event-summary-title {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #F46E15;
  text-align: center;
}
@media (min-width: 768.02px) {
  #academy-event-group .event-summary .event-summary-wrapper .event-summary-title {
    font-family: "Manrope", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
}
#academy-event-group .event-summary .event-summary-wrapper .event-summary-summary {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #344054;
  text-align: center;
}
#academy-event-group .event-locations {
  background: #FEF6EE;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768.02px) {
  #academy-event-group .event-locations {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1024.02px) {
  #academy-event-group .event-locations {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
#academy-event-group .event-locations .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 375.02px) {
  #academy-event-group .event-locations .container {
    gap: 48px;
  }
}
@media (min-width: 1024.02px) {
  #academy-event-group .event-locations .container {
    gap: 64px;
  }
}
#academy-event-group .event-locations .container h3 {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #101828;
}
@media (min-width: 375.02px) {
  #academy-event-group .event-locations .container h3 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
  }
}
#academy-event-group .event-locations .container .location-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  justify-content: center;
}
#academy-event-group .event-locations .container .location-cards-container .location-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 288px;
  border-radius: 16px;
  border: solid 1px #EAECF0;
  background-color: #FFF;
  overflow: hidden;
  max-width: 592px;
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-image {
  min-height: 200px;
  max-height: 250px;
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  min-height: 238px;
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container .location {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #475467;
}
@media (min-width: 1024.02px) {
  #academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container .location {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
  }
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container .event-details p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #475467;
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container .event-details p.date {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#academy-event-group .event-locations .container .location-cards-container .location-card .event-details-container .event-details p.time {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}