.fall2025 *,
.fall2025 *::before,
.fall2025 *::after {
  box-sizing: border-box;
}

:root {
  --light-blue: #cbe8f9;
  --blue: #196088;
  --red: #dc5050;
  --dark-blue: #0d4d6e;
  --tan: #f6f1e7;
  --yellow: #feed73;
  --maroon: #73273e;
  --line-blue: #2de0f0;
  --line-red: #f50b24;
  --text: #020202;
  --background-blue: #68b8ca;
  --background-orange: #fbbb64;
  --background-tan: #f5e0c8;
}

html,
body {
  margin: 0;
  padding: 0;
}

.fall2025 {
  --section-padding: 150px;
  scrollbar-width: thin;
  scrollbar-color: #e0e0e0 transparent;
}
@media (max-width: 800px) {
  .fall2025 {
    --section-padding: 100px;
  }
}
.fall2025 *::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.fall2025 *::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 8px;
}
.fall2025 *::-webkit-scrollbar-track {
  background: transparent;
}
.fall2025 *::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.fall2025 section {
  overflow: hidden;
}
.fall2025 h1,
.fall2025 h2,
.fall2025 h3,
.fall2025 h4,
.fall2025 h5,
.fall2025 h6 {
  font-family: "Paytone One", sans-serif;
  margin: 0;
  color: inherit;
}
.fall2025 --inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fall2025 p {
  margin: 0;
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: var(--text);
  margin-bottom: 50px;
}
.fall2025 .p {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1900px) {
  .fall2025 .p {
    font-size: 23.4px;
    line-height: 35px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .p {
    font-size: 22.8px;
    line-height: 34px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .p {
    font-size: 22.2px;
    line-height: 33px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .p {
    font-size: 21.6px;
    line-height: 32px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .p {
    font-size: 21px;
    line-height: 31px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .p {
    font-size: 20.4px;
    line-height: 30px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .p {
    font-size: 19.8px;
    line-height: 29px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .p {
    font-size: 19.2px;
    line-height: 28px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .p {
    font-size: 18.6px;
    line-height: 27px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 910px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 820px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 730px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 550px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .fall2025 .p {
    font-size: 18px;
    line-height: 26px;
  }
}
.fall2025 .p--w {
  color: white;
}
.fall2025 .__grid {
  display: grid;
  grid-template-columns: repeat(28, 1fr);
  width: 100%;
}
.fall2025 .__container {
  grid-column: 3/-3;
}
.fall2025 .__section-padding {
  padding-block: var(--section-padding);
}
.fall2025 .__section-padding-top {
  padding-top: var(--section-padding);
}
.fall2025 .__section-padding-bottom {
  padding-bottom: var(--section-padding);
}
.fall2025 .__btn {
  background-color: var(--yellow);
  color: var(--blue);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  border-radius: 30px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color ease 0.3s, background-color ease 0.3s;
}
.fall2025 .__btn:hover, .fall2025 .__btn:focus {
  background-color: var(--dark-blue);
  color: #e5e5e5;
}
.fall2025 .__relative {
  position: relative;
}
.fall2025 .__paper-background {
  --backgroundLineHeight: 50px;
  --backgroundLineHeightLines: calc(var(--backgroundLineHeight) + 1px);
  background: linear-gradient(to bottom, transparent 96%, rgba(45, 224, 240, 0.3) 83%);
  background-repeat: repeat-y;
  background-size: 100% var(--backgroundLineHeightLines);
}
.fall2025 .__paper-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 90px;
  background-color: var(--line-red);
  width: 1px;
  height: 100%;
  opacity: 0.6;
}
@media (max-width: 650px) {
  .fall2025 .__paper-background:before {
    left: 10px;
  }
}
.fall2025 .__s1 {
  --backgroundLineHeight: 50px;
  --backgroundLineHeightLines: calc(var(--backgroundLineHeight) + 1px);
  min-height: 100vh;
  padding-top: 50px;
  position: relative;
  position: relative;
}
.fall2025 .__s1 .__text-cont {
  background-color: var(--light-blue);
  padding: 80px 30px 50px;
}
@media (max-width: 450px) {
  .fall2025 .__s1 .__text-cont {
    padding: 70px 16px;
  }
}
.fall2025 .__s1 .__text-cont h1 {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  color: var(--blue);
  border-bottom: solid var(--blue) 2px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 1900px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 75.5px;
    line-height: 76.5px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 71px;
    line-height: 73px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 66.5px;
    line-height: 69.5px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 62px;
    line-height: 66px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 57.5px;
    line-height: 62.5px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 53px;
    line-height: 59px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 48.5px;
    line-height: 55.5px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 39.5px;
    line-height: 48.5px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s1 .__text-cont h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1650px) {
  .fall2025 .__s1 .__text-cont h1 {
    max-width: 80%;
    margin-inline: auto;
  }
}
@media (max-width: 1400px) {
  .fall2025 .__s1 .__text-cont h1 {
    max-width: 70%;
  }
}
@media (max-width: 650px) {
  .fall2025 .__s1 .__text-cont h1 {
    max-width: 75%;
  }
}
@media (max-width: 450px) {
  .fall2025 .__s1 .__text-cont h1 {
    max-width: unset;
  }
}
.fall2025 .__s1 .__text-cont .__text {
  max-width: 1130px;
  margin: 0 auto;
}
.fall2025 .__s1 .__text-cont .__background-lines {
  background: linear-gradient(to bottom, transparent 94%, var(--blue) 83%);
  background-repeat: repeat-y;
  background-size: 100% var(--backgroundLineHeightLines);
  padding-bottom: 18px;
  max-width: 710px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .fall2025 .__s1 .__text-cont .__background-lines {
    max-width: 55%;
  }
}
@media (max-width: 900px) {
  .fall2025 .__s1 .__text-cont .__background-lines {
    max-width: 75%;
  }
}
@media (max-width: 650px) {
  .fall2025 .__s1 .__text-cont .__background-lines {
    max-width: 100%;
    background: linear-gradient(to bottom, transparent 97%, var(--blue) 83%);
    background-repeat: repeat-y;
    background-size: 100% var(--backgroundLineHeightLines);
  }
}
.fall2025 .__s1 .__text-cont .__background-lines:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--light-blue);
}
@media (max-width: 450px) {
  .fall2025 .__s1 .__text-cont .__background-lines:before {
    height: 4px;
  }
}
.fall2025 .__s1 .__text-cont p {
  font-size: 30px;
  color: var(--blue);
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  line-height: var(--backgroundLineHeight);
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .fall2025 .__s1 .__text-cont p {
    font-size: 20px;
  }
}
.fall2025 .__s1 .__text-cont p.__byline {
  color: var(--red);
  font-size: 22px;
  font-family: "Playwrite CA", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 600px) {
  .fall2025 .__s1 .__text-cont p.__byline {
    font-size: 15px;
  }
}
.fall2025 .__s1 .__text-cont p.__byline span {
  font-size: 16px;
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 600px) {
  .fall2025 .__s1 .__text-cont p.__byline span {
    font-size: 13px;
  }
}
.fall2025 .__s1 .__title-card {
  position: relative;
}
.fall2025 .__s1 .__floating-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .fall2025 .__s1 .__floating-images {
    align-items: flex-start;
    top: -90px;
  }
}
@media (max-width: 650px) {
  .fall2025 .__s1 .__floating-images {
    top: -30px;
  }
}
.fall2025 .__s1 .__floating-images img {
  pointer-events: none;
}
@media (max-width: 1750px) {
  .fall2025 .__s1 .__floating-images img {
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  .fall2025 .__s1 .__floating-images img {
    max-width: 250px;
  }
}
@media (max-width: 900px) {
  .fall2025 .__s1 .__floating-images img {
    max-width: 180px;
  }
}
@media (max-width: 650px) {
  .fall2025 .__s1 .__floating-images img {
    max-width: 140px;
  }
}
.fall2025 .__s1 .__floating-images img:last-child {
  max-width: 300px;
}
@media (max-width: 1300px) {
  .fall2025 .__s1 .__floating-images img:last-child {
    max-width: 200px;
  }
}
@media (max-width: 900px) {
  .fall2025 .__s1 .__floating-images img:last-child {
    max-width: 90px;
  }
}
.fall2025 .__s1 .__section2 {
  padding-block: 150px;
}
@media (max-width: 600px) {
  .fall2025 .__s1 .__section2 {
    padding-block: 50px;
  }
}
.fall2025 .__s1 .__brown-page {
  grid-column: 6/-6;
  background-color: var(--tan);
  padding: 90px 130px;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .fall2025 .__s1 .__brown-page {
    padding: 90px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s1 .__brown-page {
    grid-column: 2/-2;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s1 .__brown-page {
    padding: 60px;
  }
}
@media (max-width: 500px) {
  .fall2025 .__s1 .__brown-page {
    padding: 50px 30px;
  }
}
.fall2025 .__s1 .__brown-page .__paper-edge {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fall2025 .__s1 .__brown-page p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media (max-width: 1900px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 23.6px;
    line-height: 35.6px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 23.2px;
    line-height: 35.2px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 22.8px;
    line-height: 34.8px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 22.4px;
    line-height: 34.4px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 21.6px;
    line-height: 33.6px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 21.2px;
    line-height: 33.2px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20.8px;
    line-height: 32.8px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20.4px;
    line-height: 32.4px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s1 .__brown-page p {
    font-size: 20px;
    line-height: 32px;
  }
}
.fall2025 .__s1 .__brown-page p strong {
  color: var(--dark-blue);
  font-family: "Paytone One", sans-serif;
  position: relative;
  z-index: 1;
}
.fall2025 .__s1 .__brown-page p strong span {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1900px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 49px;
    line-height: 49px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 41px;
    line-height: 41px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s1 .__brown-page p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
.fall2025 .__s1 .__brown-page p strong span.__letter {
  position: relative;
  z-index: 1;
}
.fall2025 .__s1 .__brown-page p .__circle {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: var(--yellow);
  position: absolute;
  top: 20px;
  left: 10px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.fall2025 .__s1 .__brown-page p:last-child {
  margin-bottom: 0;
}
.fall2025 .__question-section {
  --border-color: var(--light-blue);
  --card-color: var(--dark-blue);
  --button-color: var(--border-color);
  height: 100vh;
  min-height: 860px;
  max-height: 1070px;
  background-color: var(--border-color);
  padding: 94px;
}
.fall2025 .__question-section.__s3 {
  --border-color: var(--dark-blue);
  --card-color: var(--background-blue);
}
.fall2025 .__question-section.__s4 {
  --border-color: var(--maroon);
  --card-color: var(--background-orange);
}
.fall2025 .__question-section.__s5 {
  --border-color: var(--background-tan);
  --card-color: var(--maroon);
}
@media (max-width: 1200px) {
  .fall2025 .__question-section {
    padding: 70px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section {
    padding: 75px 13px;
    height: auto;
  }
}
.fall2025 .__question-section .__container {
  max-width: 1585px;
  margin: 0 auto;
  background-color: var(--card-color);
  height: 100%;
  overflow: hidden;
  position: relative;
}
.fall2025 .__question-section .__question {
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__question {
    flex-direction: column-reverse;
  }
}
.fall2025 .__question-section .__text {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 90px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1600px) {
  .fall2025 .__question-section .__text {
    padding-left: 40px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__text {
    padding: 30px;
    min-height: 550px;
  }
}
@media (max-width: 500px) {
  .fall2025 .__question-section .__text {
    padding-inline: 10px;
  }
}
.fall2025 .__question-section .__text .__wave {
  position: absolute;
  top: -22%;
  left: 0;
  width: 100%;
  z-index: 1;
  fill: var(--card-color);
  display: none;
  z-index: -1;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__text .__wave {
    display: block;
  }
}
@media (max-width: 750px) {
  .fall2025 .__question-section .__text .__wave {
    top: -18%;
  }
}
@media (max-width: 550px) {
  .fall2025 .__question-section .__text .__wave {
    top: -8%;
  }
}
.fall2025 .__question-section .__text p {
  margin-bottom: 20px;
}
.fall2025 .__question-section .__text .__question-title {
  font-size: 35px;
  line-height: 46px;
  font-family: "Paytone One", sans-serif;
  color: white;
  max-width: 530px;
  margin-bottom: 50px;
  text-transform: capitalize;
}
@media (max-width: 1900px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__question-section .__text .__question-title {
    font-size: 35px;
    line-height: 46px;
  }
}
.fall2025 .__question-section .__question-number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  background-color: var(--yellow);
  border-bottom-right-radius: 80px;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__question-number {
    left: unset;
    right: 0;
    z-index: 2;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 80px;
    padding: 20px 15px 20px 30px;
  }
}
.fall2025 .__question-section .__question-number p {
  color: var(--dark-blue);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.fall2025 .__question-section .__tf {
  color: var(--yellow);
  font-family: "Paytone One", sans-serif;
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
}
@media (max-width: 1900px) {
  .fall2025 .__question-section .__tf {
    font-size: 37px;
    line-height: 37px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__question-section .__tf {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__question-section .__tf {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__question-section .__tf {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__question-section .__tf {
    font-size: 33px;
    line-height: 33px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__question-section .__tf {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__question-section .__tf {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__question-section .__tf {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__question-section .__tf {
    font-size: 29px;
    line-height: 29px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__question-section .__tf {
    font-size: 28px;
    line-height: 28px;
  }
}
.fall2025 .__question-section .__buttons {
  display: flex;
  gap: 10px;
}
.fall2025 .__question-section .__buttons .__button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border: solid 2px var(--button-color);
  padding: 10px;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 10px;
  color: var(--button-color);
  min-width: 136px;
  text-align: center;
  transition: border-color ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.fall2025 .__question-section .__buttons .__button:hover, .fall2025 .__question-section .__buttons .__button:focus {
  border-color: white;
  color: white;
}
.fall2025 .__question-section .__buttons .__button:first-child {
  border-color: var(--border-color);
  background-color: var(--border-color);
  color: var(--card-color);
}
.fall2025 .__question-section .__buttons .__button:first-child:hover, .fall2025 .__question-section .__buttons .__button:first-child:focus {
  background-color: white;
  color: var(--border-color);
  border: var(--border-color);
}
.fall2025 .__question-section .__buttons .__button:last-child:hover, .fall2025 .__question-section .__buttons .__button:last-child:focus {
  background-color: white;
  color: var(--dark-blue) !important;
  border: var(--border-color);
}
.fall2025 .__question-section .__buttons .__button:last-child.__maroon:hover, .fall2025 .__question-section .__buttons .__button:last-child.__maroon:focus {
  color: var(--maroon) !important;
}
.fall2025 .__question-section .__gif {
  width: 55%;
  margin-left: auto;
  position: relative;
  min-height: 350px;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 0;
    min-height: 500px;
  }
}
.fall2025 .__question-section .__gif .__wave {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 1;
  width: auto;
  height: 100%;
  fill: var(--card-color);
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__wave.__desktop {
    display: none;
  }
}
.fall2025 .__question-section .__gif .__wave.__mobile {
  display: none;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__wave.__mobile {
    display: block;
    width: 100%;
    height: auto;
    top: unset;
    bottom: 0;
    left: 0;
  }
}
.fall2025 .__question-section .__gif .__anim {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 700px) {
  .fall2025 .__question-section .__gif .__anim {
    -o-object-position: unset !important;
       object-position: unset !important;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__anim.__anim-1 {
    -o-object-position: 0px -40px;
       object-position: 0px -40px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__anim.__anim-2 {
    -o-object-position: 0px -30px;
       object-position: 0px -30px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__anim.__anim-3 {
    -o-object-position: 0px -200px;
       object-position: 0px -200px;
  }
}
.fall2025 .__question-section .__gif .__anim.__anim-4 {
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__gif .__anim.__anim-4 {
    -o-object-position: 0px -95px;
       object-position: 0px -95px;
  }
}
.fall2025 .__question-section .__answer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  transition: top ease 0.3s;
  z-index: 4;
}
@media (max-width: 600px) {
  .fall2025 .__question-section .__answer {
    padding: 30px;
  }
}
.fall2025 .__question-section .__answer .__close {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  cursor: pointer;
  width: 56px;
}
.fall2025 .__question-section .__answer .__close img {
  width: 100%;
}
.fall2025 .__question-section .__answer .__close svg path {
  transition: fill ease 0.3s;
}
.fall2025 .__question-section .__answer .__close:hover, .fall2025 .__question-section .__answer .__close:focus {
  opacity: 1;
}
.fall2025 .__question-section .__answer .__close:hover svg path, .fall2025 .__question-section .__answer .__close:focus svg path {
  fill: var(--maroon);
}
.fall2025 .__question-section .__answer .__image {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .fall2025 .__question-section .__answer .__image {
    max-width: 110px;
    margin-bottom: 0;
  }
}
.fall2025 .__question-section .__answer.active {
  top: 0;
}
.fall2025 .__question-section .__answer-title {
  font-family: "Paytone One", sans-serif;
  color: var(--maroon);
  font-size: 60px;
  line-height: 75px;
  text-transform: capitalize;
}
@media (max-width: 1900px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 57.5px;
    line-height: 72px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 55px;
    line-height: 69px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 52.5px;
    line-height: 66px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 50px;
    line-height: 63px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 47.5px;
    line-height: 60px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 45px;
    line-height: 57px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 42.5px;
    line-height: 54px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 40px;
    line-height: 51px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 37.5px;
    line-height: 48px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__question-section .__answer-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.fall2025 .__question-section .__answer-title .__answer-line {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 950px) {
  .fall2025 .__question-section .__answer-title .__answer-line {
    display: inline;
  }
}
.fall2025 .__question-section .__answer-title .__answer-line .__line-color {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: rgba(254, 237, 115, 0.5);
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 950px) {
  .fall2025 .__question-section .__answer-title .__answer-line .__line-color {
    display: none;
  }
}
@media (max-width: 500px) {
  .fall2025 .__question-section .__answer-title {
    margin-bottom: 20px;
  }
}
.fall2025 .__question-section .__article {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.fall2025 .__question-section .__article p {
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 40px;
}
.fall2025 .__question-section .__article p span {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .fall2025 .__question-section .__article {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.fall2025 .__question-section .__answer-container {
  max-width: 1322px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 800px) {
  .fall2025 .__question-section .__answer-container .__answer-image svg {
    max-width: 130px !important;
  }
}
.fall2025 .__s6 {
  position: relative;
  display: flex;
  padding-block: 150px;
  align-items: center;
}
@media (max-width: 900px) {
  .fall2025 .__s6 {
    padding-block: 40px 110px;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s6 {
    padding-block: 40px;
  }
}
.fall2025 .__s6 h2 {
  font-size: 70px;
  line-height: 85px;
  color: var(--blue);
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 1900px) {
  .fall2025 .__s6 h2 {
    font-size: 66.5px;
    line-height: 81px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s6 h2 {
    font-size: 63px;
    line-height: 77px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s6 h2 {
    font-size: 59.5px;
    line-height: 73px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s6 h2 {
    font-size: 56px;
    line-height: 69px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s6 h2 {
    font-size: 52.5px;
    line-height: 65px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s6 h2 {
    font-size: 49px;
    line-height: 61px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s6 h2 {
    font-size: 45.5px;
    line-height: 57px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s6 h2 {
    font-size: 42px;
    line-height: 53px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s6 h2 {
    font-size: 38.5px;
    line-height: 49px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s6 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.fall2025 .__s6 h2 span {
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-y: calc(100% + 8px);
}
@media (max-width: 1000px) {
  .fall2025 .__s6 h2 span {
    background-position-y: calc(100% + 12px);
  }
}
.fall2025 .__s6 p {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1900px) {
  .fall2025 .__s6 p {
    font-size: 23.2px;
    line-height: 31.4px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s6 p {
    font-size: 22.4px;
    line-height: 30.8px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s6 p {
    font-size: 21.6px;
    line-height: 30.2px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s6 p {
    font-size: 20.8px;
    line-height: 29.6px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s6 p {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s6 p {
    font-size: 19.2px;
    line-height: 28.4px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s6 p {
    font-size: 18.4px;
    line-height: 27.8px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s6 p {
    font-size: 17.6px;
    line-height: 27.2px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s6 p {
    font-size: 16.8px;
    line-height: 26.6px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s6 p {
    font-size: 16px;
    line-height: 26px;
  }
}
.fall2025 .__s6 p span {
  background-color: var(--yellow);
  padding-inline: 5px;
}
.fall2025 .__s6 .__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1000px) {
  .fall2025 .__s6 .__container {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s6 .__container {
    grid-column: 2/-2;
  }
}
.fall2025 .__s6 .__right {
  max-width: 521px;
  margin-block: auto;
}
@media (max-width: 1400px) {
  .fall2025 .__s6 .__right {
    max-width: 430px;
  }
}
@media (max-width: 1200px) {
  .fall2025 .__s6 .__right {
    max-width: 350px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s6 .__right {
    max-width: 521px;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s6 .__right {
    padding-inline: 10px;
  }
}
.fall2025 .__s6 .__left {
  flex: 1;
  background-color: var(--tan);
  padding: 90px 30px;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 800px;
}
@media (max-width: 1000px) {
  .fall2025 .__s6 .__left {
    max-width: 521px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s6 .__left {
    padding: 30px;
  }
}
.fall2025 .__s6 .__left .__paper-edge {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fall2025 .__s6 .__left .__graph {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fall2025 .__s6 .__left p {
  font-size: 24px;
  line-height: 36px;
  font-family: "Slabo 27px", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1900px) {
  .fall2025 .__s6 .__left p {
    font-size: 23.6px;
    line-height: 35.6px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s6 .__left p {
    font-size: 23.2px;
    line-height: 35.2px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s6 .__left p {
    font-size: 22.8px;
    line-height: 34.8px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s6 .__left p {
    font-size: 22.4px;
    line-height: 34.4px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s6 .__left p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s6 .__left p {
    font-size: 21.6px;
    line-height: 33.6px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s6 .__left p {
    font-size: 21.2px;
    line-height: 33.2px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s6 .__left p {
    font-size: 20.8px;
    line-height: 32.8px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s6 .__left p {
    font-size: 20.4px;
    line-height: 32.4px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s6 .__left p {
    font-size: 20px;
    line-height: 32px;
  }
}
.fall2025 .__s6 .__left p strong {
  color: var(--dark-blue);
  font-family: "Paytone One", sans-serif;
}
.fall2025 .__s6 .__left p strong span {
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 1900px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 49px;
    line-height: 49px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 41px;
    line-height: 41px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s6 .__left p strong span {
    font-size: 40px;
    line-height: 40px;
  }
}
.fall2025 .__underline {
  position: relative;
}
.fall2025 .__underline svg {
  position: absolute;
  bottom: -8px;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.fall2025 .__s7 {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 900px) {
  .fall2025 .__s7 {
    padding-block: 90px;
  }
}
.fall2025 .__s7 h2 {
  font-size: 70px;
  line-height: 85px;
  color: var(--blue);
  text-transform: capitalize;
  padding-bottom: 20px;
  padding-inline: 60px;
  background-repeat: no-repeat;
  background-position: center bottom 13px;
  text-align: center;
  background-size: 70% auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1900px) {
  .fall2025 .__s7 h2 {
    font-size: 66.5px;
    line-height: 81px;
  }
}
@media (max-width: 1810px) {
  .fall2025 .__s7 h2 {
    font-size: 63px;
    line-height: 77px;
  }
}
@media (max-width: 1720px) {
  .fall2025 .__s7 h2 {
    font-size: 59.5px;
    line-height: 73px;
  }
}
@media (max-width: 1630px) {
  .fall2025 .__s7 h2 {
    font-size: 56px;
    line-height: 69px;
  }
}
@media (max-width: 1540px) {
  .fall2025 .__s7 h2 {
    font-size: 52.5px;
    line-height: 65px;
  }
}
@media (max-width: 1450px) {
  .fall2025 .__s7 h2 {
    font-size: 49px;
    line-height: 61px;
  }
}
@media (max-width: 1360px) {
  .fall2025 .__s7 h2 {
    font-size: 45.5px;
    line-height: 57px;
  }
}
@media (max-width: 1270px) {
  .fall2025 .__s7 h2 {
    font-size: 42px;
    line-height: 53px;
  }
}
@media (max-width: 1180px) {
  .fall2025 .__s7 h2 {
    font-size: 38.5px;
    line-height: 49px;
  }
}
@media (max-width: 1090px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 910px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 820px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 730px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 640px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 550px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 460px) {
  .fall2025 .__s7 h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s7 h2 {
    margin-bottom: 10px;
  }
}
.fall2025 .__s7 h2 svg {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.fall2025 .__s7 p {
  max-width: 872px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .fall2025 .__s7 p {
    max-width: 542px;
    padding: 0 20px;
  }
}
.fall2025 .__s7 .__image-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .fall2025 .__s7 .__image-cont {
    left: 10%;
  }
}
.fall2025 .__s7 .__image-cont img {
  width: 60px;
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-cont img {
    width: 40px;
  }
}
.fall2025 .__s7 .__image-cont img:first-child {
  margin-left: auto;
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-cont img:first-child {
    margin-left: 0;
  }
}
.fall2025 .__s7 .__image-2 {
  left: unset;
  right: 20%;
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-2 {
    align-items: flex-end;
  }
}
@media (max-width: 1300px) {
  .fall2025 .__s7 .__image-2 {
    right: 10%;
  }
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-2 img {
    rotate: 30deg;
  }
}
.fall2025 .__s7 .__image-2 img:first-child {
  margin-left: unset;
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-2 img:first-child {
    margin-left: 0;
  }
}
.fall2025 .__s7 .__image-2 img:last-child {
  margin-left: auto;
}
@media (max-width: 600px) {
  .fall2025 .__s7 .__image-2 img:last-child {
    margin-left: 0;
  }
}
.fall2025 .__s7 .__buttons {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1000px) {
  .fall2025 .__s7 .__buttons {
    flex-direction: column;
    gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
  }
}
@media (max-width: 1000px) {
  .fall2025 .__s7 .__buttons .__btn {
    width: 100%;
    text-align: center;
  }
}
.fall2025 .__s8 {
  padding-bottom: 200px;
  position: relative;
}/*# sourceMappingURL=styles.css.map */