/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Info/Modules/SocialStudies/SocialStudiesModulePage.less ***!
  \***************************************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}
#main-container {
  background-color: var(--socialstudies-color-3);
}
.year-3 {
  width: 100%;
  margin: 0;
  flex: 1;
}
.year-3 .troub-landing-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.year-3 .troub-landing-section .section-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1400px + 20%);
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 10%;
}
.year-3 .troub-landing-section.header-section {
  background-color: var(--socialstudies-color-3);
}
.year-3 .troub-landing-section.header-section .section-inner {
  align-items: center;
}
.year-3 .troub-landing-section.header-section .section-inner .page-title {
  color: var(--socialstudies-color-1);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(30px, 6vw, 120px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4.8px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-3 .troub-landing-section.header-section .section-inner .page-title span {
  color: var(--socialstudies-year-3);
}
.year-3 .troub-landing-section.header-section .section-inner .page-subtitle {
  color: var(--socialstudies-color-2);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(16px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-3 .troub-landing-section.header-section .section-inner img {
  max-width: 100%;
}
.year-3 .troub-landing-section.header-section .section-inner .header-intro {
  display: flex;
  flex-flow: row nowrap;
  background-color: var(--socialstudies-color-1);
  width: 100%;
  border-radius: clamp(25px, 5vw, 50px);
  margin: 0 0 clamp(30px, 6vw, 60px);
  color: var(--default-color-2);
  overflow: hidden;
}
.year-3 .troub-landing-section.header-section .section-inner .header-intro .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-3 .troub-landing-section.header-section .section-inner .header-intro .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 20px clamp(20px, 8vw, 80px) 20px 40px;
  z-index: 2;
}
.year-3 .troub-landing-section.header-section .section-inner .header-intro .text h2 {
  color: var(--default-color-2);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 15px;
}
.year-3 .troub-landing-section.header-section .section-inner .header-intro .text p {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.4em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-3 .troub-landing-section.header-section .section-inner .header-intro {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    max-width: 600px;
    gap: 0;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .image,
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .text {
    width: 100%;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .image {
    text-align: center;
    margin-bottom: 0;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .image .thumb {
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 10% 0 round 20px);
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-intro .button-group {
    text-align: center;
  }
}
.year-3 .troub-landing-section.header-section .section-inner .header-desc {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  color: var(--socialstudies-color-1);
  gap: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.year-3 .troub-landing-section.header-section .section-inner .header-desc .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-3 .troub-landing-section.header-section .section-inner .header-desc .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 0;
  z-index: 2;
}
.year-3 .troub-landing-section.header-section .section-inner .header-desc .text h3 {
  color: var(--socialstudies-color-1);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1em;
  text-transform: none;
  margin: 0 0 25px;
}
.year-3 .troub-landing-section.header-section .section-inner .header-desc .text p {
  font-size: clamp(14px, 1.75vw, 23px);
  line-height: 1.3em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-3 .troub-landing-section.header-section .section-inner .header-desc {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .image,
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .text {
    width: 100%;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .image {
    text-align: center;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .image .thumb {
    object-fit: cover;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    object-position: center;
    clip-path: inset(10% round 20px);
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-3 .troub-landing-section.header-section .section-inner .header-desc .button-group {
    text-align: center;
  }
}
.year-3 .troub-landing-section.header-section .section-divider-wave {
  position: absolute;
  width: 100%;
  height: 105px;
  left: 0;
  bottom: -60px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  z-index: 10;
}
.year-3 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
  height: 100%;
  width: 100%;
}
.year-3 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
  display: none;
  position: relative;
  width: calc(100% + 1.3px);
  height: 113px;
  border-top: 2px solid var(--socialstudies-color-4);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1200px) {
  .year-3 .troub-landing-section.header-section .section-divider-wave {
    bottom: 0;
    transform: rotate(180deg);
  }
  .year-3 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
    display: none;
  }
  .year-3 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
    display: block;
  }
}
.year-3 .troub-landing-section.programme-section {
  background: var(--socialstudies-color-4);
}
.year-3 .troub-landing-section.programme-section h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.year-3 .troub-landing-section.programme-section h2 span {
  color: var(--socialstudies-year-3);
}
.year-3 .troub-landing-section.programme-section .topics-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 799px) {
  .year-3 .troub-landing-section.programme-section .topics-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
.year-3 .troub-landing-section.programme-section .topics-list .topic-item {
  flex: 1 1 40%;
  position: relative;
  border-radius: 20px;
  min-width: 300px;
  max-width: 500px;
  overflow: hidden;
}
.year-3 .troub-landing-section.programme-section .topics-list .topic-item img {
  max-width: 100%;
}
.year-3 .troub-landing-section.programme-section .topics-list .topic-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  color: var(--default-color-2);
  background-color: var(--socialstudies-color-1);
  font-size: clamp(14px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.year-3 .troub-landing-section.faq-section {
  background: var(--socialstudies-color-2);
}
.year-3 .troub-landing-section.faq-section .faq-container {
  width: 100%;
  color: var(--socialstudies-color-1);
  background-color: var(--socialstudies-color-3);
  border-radius: 28px;
  padding: clamp(30px, 5vw, 60px);
  margin: 0 auto 80px;
}
.year-3 .troub-landing-section.faq-section .faq-container h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-align: center;
  margin: 0 0 clamp(20px, 4vw, 40px);
}
.year-3 .troub-landing-section.faq-section .faq-container a {
  color: var(--socialstudies-year-3);
  font-weight: 600;
  text-decoration: underline;
}
.year-3 .troub-landing-section.faq-section .faq-container a:hover {
  color: var(--socialstudies-color-1);
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item {
  background-color: var(--default-color-2);
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 20px;
  box-shadow: var(--dropshadow);
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  transition: color 200ms ease-in-out;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-question:hover {
  text-decoration: underline;
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-question .faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--socialstudies-year-3);
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-question.open .faq-icon {
  transform: rotate(45deg);
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2em;
}
.year-3 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer.open {
  max-height: 500px;
  padding: 20px 0 0;
}
.year-3 .troub-landing-section.faq-section .call-to-action {
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 16px;
  background-color: var(--socialstudies-color-1);
  box-shadow: var(--dropshadow);
}
.year-3 .troub-landing-section.faq-section .call-to-action .cta-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 100%;
  padding-top: 1em;
}
.year-3 .troub-landing-section.faq-section .call-to-action .cta-visual img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.year-3 .troub-landing-section.faq-section .call-to-action .cta-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 100%;
  padding: 40px;
}
.year-3 .troub-landing-section.faq-section .call-to-action .cta-text h3 {
  color: var(--socialstudies-color-3);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.32px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-3 .troub-landing-section.faq-section .call-to-action .cta-text a,
.year-3 .troub-landing-section.faq-section .call-to-action .cta-text button {
  align-self: flex-start;
}
.year-3 .troub-landing-section.faq-section .call-to-action.skippy .cta-visual img {
  aspect-ratio: 1198 / 1662;
  transform: scaleX(-1);
}
@media screen and (min-width: 1025px) {
  .year-3 .troub-landing-section.faq-section .call-to-action {
    flex-flow: row nowrap;
  }
  .year-3 .troub-landing-section.faq-section .call-to-action .cta-visual {
    flex: 1 0 40%;
    padding-top: 3em;
  }
  .year-3 .troub-landing-section.faq-section .call-to-action .cta-text {
    flex: 1 0 60%;
    padding-top: 3em;
  }
}
.year-3 .troub-landing-section.faq-section .other-modules h3 {
  color: var(--default-color-2);
  font-family: FatFrank, sans-serif;
  font-size: clamp(30px, 5vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 0 40px;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: clamp(20px, 3vw, 30px);
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background-color: var(--socialstudies-color-3);
  border-radius: 20px;
  max-width: 400px;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb img {
  max-width: 100%;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title h4 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank, Lato, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-3 h4 span {
  color: var(--socialstudies-year-3);
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-4 h4 span {
  color: var(--socialstudies-year-4);
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-5 h4 span {
  color: var(--socialstudies-year-5);
}
.year-3 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-6 h4 span {
  color: var(--socialstudies-year-6);
}
@media screen and (max-width: 699px) {
  .year-3 .troub-landing-section.faq-section .other-modules .other-modules-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .year-3 .troub-landing-section.faq-section .other-modules .other-modules-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.year-3 .troub-landing-section.results-section {
  background-color: var(--socialstudies-color-3);
}
.year-3 .troub-landing-section.results-section .section-inner {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.year-3 .troub-landing-section.results-section .section-inner h2 {
  color: var(--socialstudies-color-1);
  font-family: Sofia Pro;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 800;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-3 .troub-landing-section.results-section .section-inner h2 span {
  color: var(--socialstudies-year-3);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: larger;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.32px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial img {
  position: relative;
  max-width: 100%;
  object-fit: contain;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 15px;
  background-color: var(--socialstudies-year-3);
  box-shadow: var(--drop-shadow);
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
  color: var(--default-color-2);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(9px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 20px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box p {
  color: var(--default-color-2);
  font-size: clamp(7px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
    position: absolute;
    top: 5%;
    width: 40%;
    height: auto;
    padding: 30px;
  }
  .year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
    left: 3%;
    border-radius: 20px;
  }
  .year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
    right: 3%;
    border-radius: 20px;
  }
  .year-3 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
    margin: 0 0 30px;
  }
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .compatibility-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .compatibility-note::before {
  content: "";
  aspect-ratio: 213 / 126;
  width: 50%;
  max-width: 213px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-compatibility.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.year-3 .troub-landing-section.results-section .section-inner .results-content .compatibility-note p {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.year-4 {
  width: 100%;
  margin: 0;
  flex: 1;
}
.year-4 .troub-landing-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.year-4 .troub-landing-section .section-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1400px + 20%);
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 10%;
}
.year-4 .troub-landing-section.header-section {
  background-color: var(--socialstudies-color-3);
}
.year-4 .troub-landing-section.header-section .section-inner {
  align-items: center;
}
.year-4 .troub-landing-section.header-section .section-inner .page-title {
  color: var(--socialstudies-color-1);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(30px, 6vw, 120px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4.8px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-4 .troub-landing-section.header-section .section-inner .page-title span {
  color: var(--socialstudies-year-4);
}
.year-4 .troub-landing-section.header-section .section-inner .page-subtitle {
  color: var(--socialstudies-color-2);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(16px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-4 .troub-landing-section.header-section .section-inner img {
  max-width: 100%;
}
.year-4 .troub-landing-section.header-section .section-inner .header-intro {
  display: flex;
  flex-flow: row nowrap;
  background-color: var(--socialstudies-color-1);
  width: 100%;
  border-radius: clamp(25px, 5vw, 50px);
  margin: 0 0 clamp(30px, 6vw, 60px);
  color: var(--default-color-2);
  overflow: hidden;
}
.year-4 .troub-landing-section.header-section .section-inner .header-intro .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-4 .troub-landing-section.header-section .section-inner .header-intro .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 20px clamp(20px, 8vw, 80px) 20px 40px;
  z-index: 2;
}
.year-4 .troub-landing-section.header-section .section-inner .header-intro .text h2 {
  color: var(--default-color-2);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 15px;
}
.year-4 .troub-landing-section.header-section .section-inner .header-intro .text p {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.4em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-4 .troub-landing-section.header-section .section-inner .header-intro {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    max-width: 600px;
    gap: 0;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .image,
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .text {
    width: 100%;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .image {
    text-align: center;
    margin-bottom: 0;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .image .thumb {
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 10% 0 round 20px);
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-intro .button-group {
    text-align: center;
  }
}
.year-4 .troub-landing-section.header-section .section-inner .header-desc {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  color: var(--socialstudies-color-1);
  gap: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.year-4 .troub-landing-section.header-section .section-inner .header-desc .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-4 .troub-landing-section.header-section .section-inner .header-desc .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 0;
  z-index: 2;
}
.year-4 .troub-landing-section.header-section .section-inner .header-desc .text h3 {
  color: var(--socialstudies-color-1);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1em;
  text-transform: none;
  margin: 0 0 25px;
}
.year-4 .troub-landing-section.header-section .section-inner .header-desc .text p {
  font-size: clamp(14px, 1.75vw, 23px);
  line-height: 1.3em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-4 .troub-landing-section.header-section .section-inner .header-desc {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .image,
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .text {
    width: 100%;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .image {
    text-align: center;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .image .thumb {
    object-fit: cover;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    object-position: center;
    clip-path: inset(10% round 20px);
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-4 .troub-landing-section.header-section .section-inner .header-desc .button-group {
    text-align: center;
  }
}
.year-4 .troub-landing-section.header-section .section-divider-wave {
  position: absolute;
  width: 100%;
  height: 105px;
  left: 0;
  bottom: -60px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  z-index: 10;
}
.year-4 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
  height: 100%;
  width: 100%;
}
.year-4 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
  display: none;
  position: relative;
  width: calc(100% + 1.3px);
  height: 113px;
  border-top: 2px solid var(--socialstudies-color-4);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1200px) {
  .year-4 .troub-landing-section.header-section .section-divider-wave {
    bottom: 0;
    transform: rotate(180deg);
  }
  .year-4 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
    display: none;
  }
  .year-4 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
    display: block;
  }
}
.year-4 .troub-landing-section.programme-section {
  background: var(--socialstudies-color-4);
}
.year-4 .troub-landing-section.programme-section h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.year-4 .troub-landing-section.programme-section h2 span {
  color: var(--socialstudies-year-4);
}
.year-4 .troub-landing-section.programme-section .topics-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 799px) {
  .year-4 .troub-landing-section.programme-section .topics-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
.year-4 .troub-landing-section.programme-section .topics-list .topic-item {
  flex: 1 1 40%;
  position: relative;
  border-radius: 20px;
  min-width: 300px;
  max-width: 500px;
  overflow: hidden;
}
.year-4 .troub-landing-section.programme-section .topics-list .topic-item img {
  max-width: 100%;
}
.year-4 .troub-landing-section.programme-section .topics-list .topic-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  color: var(--default-color-2);
  background-color: var(--socialstudies-color-1);
  font-size: clamp(14px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.year-4 .troub-landing-section.faq-section {
  background: var(--socialstudies-color-2);
}
.year-4 .troub-landing-section.faq-section .faq-container {
  width: 100%;
  color: var(--socialstudies-color-1);
  background-color: var(--socialstudies-color-3);
  border-radius: 28px;
  padding: clamp(30px, 5vw, 60px);
  margin: 0 auto 80px;
}
.year-4 .troub-landing-section.faq-section .faq-container h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-align: center;
  margin: 0 0 clamp(20px, 4vw, 40px);
}
.year-4 .troub-landing-section.faq-section .faq-container a {
  color: var(--socialstudies-year-4);
  font-weight: 600;
  text-decoration: underline;
}
.year-4 .troub-landing-section.faq-section .faq-container a:hover {
  color: var(--socialstudies-color-1);
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item {
  background-color: var(--default-color-2);
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 20px;
  box-shadow: var(--dropshadow);
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  transition: color 200ms ease-in-out;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-question:hover {
  text-decoration: underline;
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-question .faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--socialstudies-year-4);
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-question.open .faq-icon {
  transform: rotate(45deg);
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2em;
}
.year-4 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer.open {
  max-height: 500px;
  padding: 20px 0 0;
}
.year-4 .troub-landing-section.faq-section .call-to-action {
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 16px;
  background-color: var(--socialstudies-color-1);
  box-shadow: var(--dropshadow);
}
.year-4 .troub-landing-section.faq-section .call-to-action .cta-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 100%;
  padding-top: 1em;
}
.year-4 .troub-landing-section.faq-section .call-to-action .cta-visual img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.year-4 .troub-landing-section.faq-section .call-to-action .cta-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 100%;
  padding: 40px;
}
.year-4 .troub-landing-section.faq-section .call-to-action .cta-text h3 {
  color: var(--socialstudies-color-3);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.32px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-4 .troub-landing-section.faq-section .call-to-action .cta-text a,
.year-4 .troub-landing-section.faq-section .call-to-action .cta-text button {
  align-self: flex-start;
}
.year-4 .troub-landing-section.faq-section .call-to-action.skippy .cta-visual img {
  aspect-ratio: 1198 / 1662;
  transform: scaleX(-1);
}
@media screen and (min-width: 1025px) {
  .year-4 .troub-landing-section.faq-section .call-to-action {
    flex-flow: row nowrap;
  }
  .year-4 .troub-landing-section.faq-section .call-to-action .cta-visual {
    flex: 1 0 40%;
    padding-top: 3em;
  }
  .year-4 .troub-landing-section.faq-section .call-to-action .cta-text {
    flex: 1 0 60%;
    padding-top: 3em;
  }
}
.year-4 .troub-landing-section.faq-section .other-modules h3 {
  color: var(--default-color-2);
  font-family: FatFrank, sans-serif;
  font-size: clamp(30px, 5vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 0 40px;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: clamp(20px, 3vw, 30px);
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background-color: var(--socialstudies-color-3);
  border-radius: 20px;
  max-width: 400px;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb img {
  max-width: 100%;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title h4 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank, Lato, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-3 h4 span {
  color: var(--socialstudies-year-3);
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-4 h4 span {
  color: var(--socialstudies-year-4);
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-5 h4 span {
  color: var(--socialstudies-year-5);
}
.year-4 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-6 h4 span {
  color: var(--socialstudies-year-6);
}
@media screen and (max-width: 699px) {
  .year-4 .troub-landing-section.faq-section .other-modules .other-modules-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .year-4 .troub-landing-section.faq-section .other-modules .other-modules-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.year-4 .troub-landing-section.results-section {
  background-color: var(--socialstudies-color-3);
}
.year-4 .troub-landing-section.results-section .section-inner {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.year-4 .troub-landing-section.results-section .section-inner h2 {
  color: var(--socialstudies-color-1);
  font-family: Sofia Pro;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 800;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-4 .troub-landing-section.results-section .section-inner h2 span {
  color: var(--socialstudies-year-4);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: larger;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.32px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial img {
  position: relative;
  max-width: 100%;
  object-fit: contain;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 15px;
  background-color: var(--socialstudies-year-4);
  box-shadow: var(--drop-shadow);
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
  color: var(--default-color-2);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(9px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 20px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box p {
  color: var(--default-color-2);
  font-size: clamp(7px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
    position: absolute;
    top: 5%;
    width: 40%;
    height: auto;
    padding: 30px;
  }
  .year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
    left: 3%;
    border-radius: 20px;
  }
  .year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
    right: 3%;
    border-radius: 20px;
  }
  .year-4 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
    margin: 0 0 30px;
  }
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .compatibility-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .compatibility-note::before {
  content: "";
  aspect-ratio: 213 / 126;
  width: 50%;
  max-width: 213px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-compatibility.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.year-4 .troub-landing-section.results-section .section-inner .results-content .compatibility-note p {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.year-5 {
  width: 100%;
  margin: 0;
  flex: 1;
}
.year-5 .troub-landing-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.year-5 .troub-landing-section .section-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1400px + 20%);
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 10%;
}
.year-5 .troub-landing-section.header-section {
  background-color: var(--socialstudies-color-3);
}
.year-5 .troub-landing-section.header-section .section-inner {
  align-items: center;
}
.year-5 .troub-landing-section.header-section .section-inner .page-title {
  color: var(--socialstudies-color-1);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(30px, 6vw, 120px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4.8px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-5 .troub-landing-section.header-section .section-inner .page-title span {
  color: var(--socialstudies-year-5);
}
.year-5 .troub-landing-section.header-section .section-inner .page-subtitle {
  color: var(--socialstudies-color-2);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(16px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-5 .troub-landing-section.header-section .section-inner img {
  max-width: 100%;
}
.year-5 .troub-landing-section.header-section .section-inner .header-intro {
  display: flex;
  flex-flow: row nowrap;
  background-color: var(--socialstudies-color-1);
  width: 100%;
  border-radius: clamp(25px, 5vw, 50px);
  margin: 0 0 clamp(30px, 6vw, 60px);
  color: var(--default-color-2);
  overflow: hidden;
}
.year-5 .troub-landing-section.header-section .section-inner .header-intro .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-5 .troub-landing-section.header-section .section-inner .header-intro .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 20px clamp(20px, 8vw, 80px) 20px 40px;
  z-index: 2;
}
.year-5 .troub-landing-section.header-section .section-inner .header-intro .text h2 {
  color: var(--default-color-2);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 15px;
}
.year-5 .troub-landing-section.header-section .section-inner .header-intro .text p {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.4em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-5 .troub-landing-section.header-section .section-inner .header-intro {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    max-width: 600px;
    gap: 0;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .image,
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .text {
    width: 100%;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .image {
    text-align: center;
    margin-bottom: 0;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .image .thumb {
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 10% 0 round 20px);
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-intro .button-group {
    text-align: center;
  }
}
.year-5 .troub-landing-section.header-section .section-inner .header-desc {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  color: var(--socialstudies-color-1);
  gap: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.year-5 .troub-landing-section.header-section .section-inner .header-desc .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-5 .troub-landing-section.header-section .section-inner .header-desc .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 0;
  z-index: 2;
}
.year-5 .troub-landing-section.header-section .section-inner .header-desc .text h3 {
  color: var(--socialstudies-color-1);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1em;
  text-transform: none;
  margin: 0 0 25px;
}
.year-5 .troub-landing-section.header-section .section-inner .header-desc .text p {
  font-size: clamp(14px, 1.75vw, 23px);
  line-height: 1.3em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-5 .troub-landing-section.header-section .section-inner .header-desc {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .image,
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .text {
    width: 100%;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .image {
    text-align: center;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .image .thumb {
    object-fit: cover;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    object-position: center;
    clip-path: inset(10% round 20px);
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-5 .troub-landing-section.header-section .section-inner .header-desc .button-group {
    text-align: center;
  }
}
.year-5 .troub-landing-section.header-section .section-divider-wave {
  position: absolute;
  width: 100%;
  height: 105px;
  left: 0;
  bottom: -60px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  z-index: 10;
}
.year-5 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
  height: 100%;
  width: 100%;
}
.year-5 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
  display: none;
  position: relative;
  width: calc(100% + 1.3px);
  height: 113px;
  border-top: 2px solid var(--socialstudies-color-4);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1200px) {
  .year-5 .troub-landing-section.header-section .section-divider-wave {
    bottom: 0;
    transform: rotate(180deg);
  }
  .year-5 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
    display: none;
  }
  .year-5 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
    display: block;
  }
}
.year-5 .troub-landing-section.programme-section {
  background: var(--socialstudies-color-4);
}
.year-5 .troub-landing-section.programme-section h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.year-5 .troub-landing-section.programme-section h2 span {
  color: var(--socialstudies-year-5);
}
.year-5 .troub-landing-section.programme-section .topics-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 799px) {
  .year-5 .troub-landing-section.programme-section .topics-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
.year-5 .troub-landing-section.programme-section .topics-list .topic-item {
  flex: 1 1 40%;
  position: relative;
  border-radius: 20px;
  min-width: 300px;
  max-width: 500px;
  overflow: hidden;
}
.year-5 .troub-landing-section.programme-section .topics-list .topic-item img {
  max-width: 100%;
}
.year-5 .troub-landing-section.programme-section .topics-list .topic-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  color: var(--default-color-2);
  background-color: var(--socialstudies-color-1);
  font-size: clamp(14px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.year-5 .troub-landing-section.faq-section {
  background: var(--socialstudies-color-2);
}
.year-5 .troub-landing-section.faq-section .faq-container {
  width: 100%;
  color: var(--socialstudies-color-1);
  background-color: var(--socialstudies-color-3);
  border-radius: 28px;
  padding: clamp(30px, 5vw, 60px);
  margin: 0 auto 80px;
}
.year-5 .troub-landing-section.faq-section .faq-container h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-align: center;
  margin: 0 0 clamp(20px, 4vw, 40px);
}
.year-5 .troub-landing-section.faq-section .faq-container a {
  color: var(--socialstudies-year-5);
  font-weight: 600;
  text-decoration: underline;
}
.year-5 .troub-landing-section.faq-section .faq-container a:hover {
  color: var(--socialstudies-color-1);
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item {
  background-color: var(--default-color-2);
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 20px;
  box-shadow: var(--dropshadow);
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  transition: color 200ms ease-in-out;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-question:hover {
  text-decoration: underline;
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-question .faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--socialstudies-year-5);
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-question.open .faq-icon {
  transform: rotate(45deg);
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2em;
}
.year-5 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer.open {
  max-height: 500px;
  padding: 20px 0 0;
}
.year-5 .troub-landing-section.faq-section .call-to-action {
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 16px;
  background-color: var(--socialstudies-color-1);
  box-shadow: var(--dropshadow);
}
.year-5 .troub-landing-section.faq-section .call-to-action .cta-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 100%;
  padding-top: 1em;
}
.year-5 .troub-landing-section.faq-section .call-to-action .cta-visual img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.year-5 .troub-landing-section.faq-section .call-to-action .cta-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 100%;
  padding: 40px;
}
.year-5 .troub-landing-section.faq-section .call-to-action .cta-text h3 {
  color: var(--socialstudies-color-3);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.32px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-5 .troub-landing-section.faq-section .call-to-action .cta-text a,
.year-5 .troub-landing-section.faq-section .call-to-action .cta-text button {
  align-self: flex-start;
}
.year-5 .troub-landing-section.faq-section .call-to-action.skippy .cta-visual img {
  aspect-ratio: 1198 / 1662;
  transform: scaleX(-1);
}
@media screen and (min-width: 1025px) {
  .year-5 .troub-landing-section.faq-section .call-to-action {
    flex-flow: row nowrap;
  }
  .year-5 .troub-landing-section.faq-section .call-to-action .cta-visual {
    flex: 1 0 40%;
    padding-top: 3em;
  }
  .year-5 .troub-landing-section.faq-section .call-to-action .cta-text {
    flex: 1 0 60%;
    padding-top: 3em;
  }
}
.year-5 .troub-landing-section.faq-section .other-modules h3 {
  color: var(--default-color-2);
  font-family: FatFrank, sans-serif;
  font-size: clamp(30px, 5vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 0 40px;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: clamp(20px, 3vw, 30px);
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background-color: var(--socialstudies-color-3);
  border-radius: 20px;
  max-width: 400px;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb img {
  max-width: 100%;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title h4 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank, Lato, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-3 h4 span {
  color: var(--socialstudies-year-3);
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-4 h4 span {
  color: var(--socialstudies-year-4);
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-5 h4 span {
  color: var(--socialstudies-year-5);
}
.year-5 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-6 h4 span {
  color: var(--socialstudies-year-6);
}
@media screen and (max-width: 699px) {
  .year-5 .troub-landing-section.faq-section .other-modules .other-modules-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .year-5 .troub-landing-section.faq-section .other-modules .other-modules-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.year-5 .troub-landing-section.results-section {
  background-color: var(--socialstudies-color-3);
}
.year-5 .troub-landing-section.results-section .section-inner {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.year-5 .troub-landing-section.results-section .section-inner h2 {
  color: var(--socialstudies-color-1);
  font-family: Sofia Pro;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 800;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-5 .troub-landing-section.results-section .section-inner h2 span {
  color: var(--socialstudies-year-5);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: larger;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.32px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial img {
  position: relative;
  max-width: 100%;
  object-fit: contain;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 15px;
  background-color: var(--socialstudies-year-5);
  box-shadow: var(--drop-shadow);
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
  color: var(--default-color-2);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(9px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 20px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box p {
  color: var(--default-color-2);
  font-size: clamp(7px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
    position: absolute;
    top: 5%;
    width: 40%;
    height: auto;
    padding: 30px;
  }
  .year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
    left: 3%;
    border-radius: 20px;
  }
  .year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
    right: 3%;
    border-radius: 20px;
  }
  .year-5 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
    margin: 0 0 30px;
  }
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .compatibility-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .compatibility-note::before {
  content: "";
  aspect-ratio: 213 / 126;
  width: 50%;
  max-width: 213px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-compatibility.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.year-5 .troub-landing-section.results-section .section-inner .results-content .compatibility-note p {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.year-6 {
  width: 100%;
  margin: 0;
  flex: 1;
}
.year-6 .troub-landing-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.year-6 .troub-landing-section .section-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(1400px + 20%);
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 10%;
}
.year-6 .troub-landing-section.header-section {
  background-color: var(--socialstudies-color-3);
}
.year-6 .troub-landing-section.header-section .section-inner {
  align-items: center;
}
.year-6 .troub-landing-section.header-section .section-inner .page-title {
  color: var(--socialstudies-color-1);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(30px, 6vw, 120px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4.8px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-6 .troub-landing-section.header-section .section-inner .page-title span {
  color: var(--socialstudies-year-6);
}
.year-6 .troub-landing-section.header-section .section-inner .page-subtitle {
  color: var(--socialstudies-color-2);
  text-align: center;
  font-family: "FatFrank", sans-serif;
  font-size: clamp(16px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-6 .troub-landing-section.header-section .section-inner img {
  max-width: 100%;
}
.year-6 .troub-landing-section.header-section .section-inner .header-intro {
  display: flex;
  flex-flow: row nowrap;
  background-color: var(--socialstudies-color-1);
  width: 100%;
  border-radius: clamp(25px, 5vw, 50px);
  margin: 0 0 clamp(30px, 6vw, 60px);
  color: var(--default-color-2);
  overflow: hidden;
}
.year-6 .troub-landing-section.header-section .section-inner .header-intro .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-6 .troub-landing-section.header-section .section-inner .header-intro .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 20px clamp(20px, 8vw, 80px) 20px 40px;
  z-index: 2;
}
.year-6 .troub-landing-section.header-section .section-inner .header-intro .text h2 {
  color: var(--default-color-2);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 15px;
}
.year-6 .troub-landing-section.header-section .section-inner .header-intro .text p {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.4em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-6 .troub-landing-section.header-section .section-inner .header-intro {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    max-width: 600px;
    gap: 0;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .image,
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .text {
    width: 100%;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .image {
    text-align: center;
    margin-bottom: 0;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .image .thumb {
    object-fit: cover;
    object-position: center;
    clip-path: inset(0 0 10% 0 round 20px);
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-intro .button-group {
    text-align: center;
  }
}
.year-6 .troub-landing-section.header-section .section-inner .header-desc {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  color: var(--socialstudies-color-1);
  gap: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.year-6 .troub-landing-section.header-section .section-inner .header-desc .image {
  position: relative;
  width: 55%;
  z-index: 1;
}
.year-6 .troub-landing-section.header-section .section-inner .header-desc .text {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 45%;
  padding: 0;
  z-index: 2;
}
.year-6 .troub-landing-section.header-section .section-inner .header-desc .text h3 {
  color: var(--socialstudies-color-1);
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.1em;
  text-transform: none;
  margin: 0 0 25px;
}
.year-6 .troub-landing-section.header-section .section-inner .header-desc .text p {
  font-size: clamp(14px, 1.75vw, 23px);
  line-height: 1.3em;
  margin: 0 0 25px;
}
@media screen and (max-width: 1019px) {
  .year-6 .troub-landing-section.header-section .section-inner .header-desc {
    flex-flow: column nowrap;
    padding: clamp(20px, 4vw, 40px);
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .image,
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .text {
    width: 100%;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .image {
    text-align: center;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .image .thumb {
    object-fit: cover;
    width: calc(100% - 20%);
    height: calc(100% - 20%);
    object-position: center;
    clip-path: inset(10% round 20px);
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .text {
    justify-content: flex-start;
    padding: 0;
  }
  .year-6 .troub-landing-section.header-section .section-inner .header-desc .button-group {
    text-align: center;
  }
}
.year-6 .troub-landing-section.header-section .section-divider-wave {
  position: absolute;
  width: 100%;
  height: 105px;
  left: 0;
  bottom: -60px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  z-index: 10;
}
.year-6 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
  height: 100%;
  width: 100%;
}
.year-6 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
  display: none;
  position: relative;
  width: calc(100% + 1.3px);
  height: 113px;
  border-top: 2px solid var(--socialstudies-color-4);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1200px) {
  .year-6 .troub-landing-section.header-section .section-divider-wave {
    bottom: 0;
    transform: rotate(180deg);
  }
  .year-6 .troub-landing-section.header-section .section-divider-wave .mobile-wave {
    display: none;
  }
  .year-6 .troub-landing-section.header-section .section-divider-wave .desktop-wave {
    display: block;
  }
}
.year-6 .troub-landing-section.programme-section {
  background: var(--socialstudies-color-4);
}
.year-6 .troub-landing-section.programme-section h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.year-6 .troub-landing-section.programme-section h2 span {
  color: var(--socialstudies-year-6);
}
.year-6 .troub-landing-section.programme-section .topics-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 799px) {
  .year-6 .troub-landing-section.programme-section .topics-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}
.year-6 .troub-landing-section.programme-section .topics-list .topic-item {
  flex: 1 1 40%;
  position: relative;
  border-radius: 20px;
  min-width: 300px;
  max-width: 500px;
  overflow: hidden;
}
.year-6 .troub-landing-section.programme-section .topics-list .topic-item img {
  max-width: 100%;
}
.year-6 .troub-landing-section.programme-section .topics-list .topic-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  color: var(--default-color-2);
  background-color: var(--socialstudies-color-1);
  font-size: clamp(14px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.year-6 .troub-landing-section.faq-section {
  background: var(--socialstudies-color-2);
}
.year-6 .troub-landing-section.faq-section .faq-container {
  width: 100%;
  color: var(--socialstudies-color-1);
  background-color: var(--socialstudies-color-3);
  border-radius: 28px;
  padding: clamp(30px, 5vw, 60px);
  margin: 0 auto 80px;
}
.year-6 .troub-landing-section.faq-section .faq-container h2 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank;
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-align: center;
  margin: 0 0 clamp(20px, 4vw, 40px);
}
.year-6 .troub-landing-section.faq-section .faq-container a {
  color: var(--socialstudies-year-6);
  font-weight: 600;
  text-decoration: underline;
}
.year-6 .troub-landing-section.faq-section .faq-container a:hover {
  color: var(--socialstudies-color-1);
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item {
  background-color: var(--default-color-2);
  border-radius: 12px;
  margin: 0 0 20px;
  padding: 20px;
  box-shadow: var(--dropshadow);
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.2em;
  transition: color 200ms ease-in-out;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-question:hover {
  text-decoration: underline;
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-question .faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: var(--socialstudies-year-6);
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-question.open .faq-icon {
  transform: rotate(45deg);
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  margin: 0;
  padding: 0;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.2em;
}
.year-6 .troub-landing-section.faq-section .faq-container .faq-item .faq-answer.open {
  max-height: 500px;
  padding: 20px 0 0;
}
.year-6 .troub-landing-section.faq-section .call-to-action {
  display: flex;
  flex-flow: column-reverse nowrap;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 16px;
  background-color: var(--socialstudies-color-1);
  box-shadow: var(--dropshadow);
}
.year-6 .troub-landing-section.faq-section .call-to-action .cta-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 100%;
  padding-top: 1em;
}
.year-6 .troub-landing-section.faq-section .call-to-action .cta-visual img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.year-6 .troub-landing-section.faq-section .call-to-action .cta-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 100%;
  padding: 40px;
}
.year-6 .troub-landing-section.faq-section .call-to-action .cta-text h3 {
  color: var(--socialstudies-color-3);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 1.32px;
  text-transform: none;
  margin: 0 0 30px;
}
.year-6 .troub-landing-section.faq-section .call-to-action .cta-text a,
.year-6 .troub-landing-section.faq-section .call-to-action .cta-text button {
  align-self: flex-start;
}
.year-6 .troub-landing-section.faq-section .call-to-action.skippy .cta-visual img {
  aspect-ratio: 1198 / 1662;
  transform: scaleX(-1);
}
@media screen and (min-width: 1025px) {
  .year-6 .troub-landing-section.faq-section .call-to-action {
    flex-flow: row nowrap;
  }
  .year-6 .troub-landing-section.faq-section .call-to-action .cta-visual {
    flex: 1 0 40%;
    padding-top: 3em;
  }
  .year-6 .troub-landing-section.faq-section .call-to-action .cta-text {
    flex: 1 0 60%;
    padding-top: 3em;
  }
}
.year-6 .troub-landing-section.faq-section .other-modules h3 {
  color: var(--default-color-2);
  font-family: FatFrank, sans-serif;
  font-size: clamp(30px, 5vw, 58px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  text-transform: none;
  margin: 0 0 40px;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: clamp(20px, 3vw, 30px);
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module {
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
  background-color: var(--socialstudies-color-3);
  border-radius: 20px;
  max-width: 400px;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .thumb img {
  max-width: 100%;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module .title h4 {
  color: var(--socialstudies-color-1);
  font-family: FatFrank, Lato, sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-3 h4 span {
  color: var(--socialstudies-year-3);
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-4 h4 span {
  color: var(--socialstudies-year-4);
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-5 h4 span {
  color: var(--socialstudies-year-5);
}
.year-6 .troub-landing-section.faq-section .other-modules .other-modules-list .other-module.year-6 h4 span {
  color: var(--socialstudies-year-6);
}
@media screen and (max-width: 699px) {
  .year-6 .troub-landing-section.faq-section .other-modules .other-modules-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .year-6 .troub-landing-section.faq-section .other-modules .other-modules-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.year-6 .troub-landing-section.results-section {
  background-color: var(--socialstudies-color-3);
}
.year-6 .troub-landing-section.results-section .section-inner {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.year-6 .troub-landing-section.results-section .section-inner h2 {
  color: var(--socialstudies-color-1);
  font-family: Sofia Pro;
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 800;
  line-height: 1em;
  text-transform: none;
  margin: 0 0 40px;
}
.year-6 .troub-landing-section.results-section .section-inner h2 span {
  color: var(--socialstudies-year-6);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: larger;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.32px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  min-width: 300px;
  border-radius: 20px;
  overflow: hidden;
  gap: 20px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial img {
  position: relative;
  max-width: 100%;
  object-fit: contain;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 45%;
  height: 100%;
  padding: 15px;
  background-color: var(--socialstudies-year-6);
  box-shadow: var(--drop-shadow);
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
  color: var(--default-color-2);
  font-family: "FatFrank", Lato, sans-serif;
  font-size: clamp(9px, 1.8vw, 36px);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.78px;
  text-transform: none;
  margin: 0 0 20px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box p {
  color: var(--default-color-2);
  font-size: clamp(7px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box {
    position: absolute;
    top: 5%;
    width: 40%;
    height: auto;
    padding: 30px;
  }
  .year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--left {
    left: 3%;
    border-radius: 20px;
  }
  .year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box.--right {
    right: 3%;
    border-radius: 20px;
  }
  .year-6 .troub-landing-section.results-section .section-inner .results-content .teacher-testimonial .caption-box h3 {
    margin: 0 0 30px;
  }
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .compatibility-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  gap: 25px;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .compatibility-note::before {
  content: "";
  aspect-ratio: 213 / 126;
  width: 50%;
  max-width: 213px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/troub-compatibility.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.year-6 .troub-landing-section.results-section .section-inner .results-content .compatibility-note p {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Info/SocialStudies/RegisterPopup.less ***!
  \*********************************************************************************************************************************************************************************************************************/
.nanopopup.social-studies-register-popup {
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.nanopopup.social-studies-register-popup::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  aspect-ratio: 1 / 1;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/skippy-bg-popup-behind-1-head.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.nanopopup.social-studies-register-popup form {
  width: 100%;
}
.nanopopup.social-studies-register-popup .popup-content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 120px 0 0 0;
  padding: 40px;
  border-radius: 25px;
  color: var(--socialstudies-color-1);
  background-color: var(--socialstudies-color-3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
  height: auto;
}
.nanopopup.social-studies-register-popup .popup-content::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  aspect-ratio: 481 / 40;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/skippy-bg-popup-behind-2-hands.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 15;
}
.nanopopup.social-studies-register-popup .popup-content .form-container {
  overflow-x: hidden;
  overflow-y: auto;
}
.nanopopup.social-studies-register-popup .popup-content .form-container input {
  border: 1px solid var(--default-color-3);
}
.nanopopup.social-studies-register-popup .popup-content .form-container input:focus {
  outline: none;
  border-color: var(--socialstudies-color-2);
}
.nanopopup.social-studies-register-popup .popup-content h2 {
  color: var(--socialstudies-color-1);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: none;
  text-align: center;
  margin: 0 0 30px;
}
.nanopopup.social-studies-register-popup .popup-content h2 span {
  display: block;
  font-size: clamp(12px, 1.5vw, 14px);
}
.nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row {
  margin: 0 0 20px;
}
.nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row label {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 5px;
}
.nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row .field-error-msg {
  font-size: 14px;
  color: var(--socialstudies-year-4);
  margin: 5px 0 0;
}
.nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row.action-buttons {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 20px;
}
.nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row.action-buttons a {
  color: var(--socialstudies-color-1);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 800;
  line-height: 1.2em;
  text-decoration: underline;
  cursor: pointer;
}
.nanopopup.social-studies-register-popup .popup-content .product-selection {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: var(--socialstudies-color-1);
  padding: 0;
  gap: 20px;
}
.nanopopup.social-studies-register-popup .popup-content .signup-redirect-msg {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: var(--socialstudies-color-1);
  padding: 0;
  gap: 20px;
}
.nanopopup.social-studies-register-popup .popup-content .signup-redirect-msg .user-logged-title {
  text-transform: uppercase;
}
.nanopopup.social-studies-register-popup .popup-content .signup-redirect-msg .signup-redirect-icon {
  width: 130px;
  height: 130px;
}
.nanopopup.social-studies-register-popup .popup-content .signup-redirect-msg .signup-redirect-loading {
  max-width: 100%;
}
.nanopopup.social-studies-register-popup .popup-content #signup_play_free_form {
  margin: 40px 0 0;
}
.nanopopup.social-studies-register-popup .popup-content #signup_play_free_form ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nanopopup.social-studies-register-popup .popup-content #signup_play_free_form ul li {
  display: inline-block;
  color: var(--socialstudies-year-4);
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (min-width: 801px) and (min-height: 801px) {
  .nanopopup.social-studies-register-popup::before {
    top: -30px;
    width: 300px;
  }
  .nanopopup.social-studies-register-popup .popup-content {
    margin-top: 180px;
  }
  .nanopopup.social-studies-register-popup .popup-content::before {
    top: -9px;
    width: 300px;
  }
  .nanopopup.social-studies-register-popup .popup-content .nanomonx-form-row {
    margin: 0 0 40px;
  }
}
@media (min-width: 1px), (max-width: 1280px), (max-width: 992px), (max-width: 767px), (max-width: 480px) {
  .nanopopup.social-studies-register-popup {
    transform: translate(-50%, -50%) !important;
    height: auto !important;
    min-width: 320px !important;
    max-width: 400px !important;
    min-height: auto !important;
    max-height: 600px !important;
    padding: 0 !important;
  }
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Troubadour/components/Nanopopup.less ***!
  \********************************************************************************************************************************************************************************************************************/
.troubadour-popup .close-button {
  color: var(--troubadour-main);
}
.troubadour-popup .title {
  font-family: "FatFrank", Lato, sans-serif;
  color: var(--troubadour-main);
}
.troubadour-popup .main-text {
  text-align: center;
  opacity: 1;
  font-family: Sofia Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.troubadour-popup .inputs-group {
  margin: 15px 0;
  width: 49%;
  display: inline-block;
}
.troubadour-popup .button-group .cancel-button {
  border: none;
}
.troubadour-popup .button-group .cancel-button:hover .button-text {
  color: var(--troubadour-main) !important;
}
.troubadour-popup .button-group .action-button:hover .button-text {
  color: var(--button-action) !important;
}
.troubadour-popup.newsletter-popup {
  padding: 0 !important;
  height: 725px !important;
  min-width: 35vw !important;
}
.troubadour-popup.newsletter-popup iframe {
  height: 99%;
}
@media screen and (max-width: 1368px) {
  .troubadour-popup.newsletter-popup {
    min-width: 50vw !important;
  }
}
@media screen and (max-width: 768px) {
  .troubadour-popup .inputs-group {
    width: 100%;
    display: block;
  }
  .troubadour-popup .button-group button {
    margin: 15px 0;
  }
  .troubadour-popup.newsletter-popup {
    width: 90%;
    max-width: 90% !important;
    min-width: 85% !important;
    left: 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .troubadour-popup.newsletter-popup {
    width: 90%;
    max-width: 90% !important;
    min-width: 85vw !important;
    left: 5% !important;
  }
}


/*# sourceMappingURL=SocialStudiesModulePage.3d444044a3d31c891947.css.map*/