* {
  box-sizing: border-box;
}

@font-face {
  font-family: "GillSans";
  src: url("../../fonts/GillSans-01.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GillSans";
  src: url("../../fonts/GillSans-SemiBold-05.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GillSans";
  src: url("../../fonts/GillSans-Bold-02.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f3ef;
  color: #171717;
  font-family:
    "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
p,
ul {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font-family:
    "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2 {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 700;
}

h3 {
  font-family:
    "GillSans", "Gill Sans", "Gill Sans MT", Calibri, Arial, sans-serif;
  font-weight: 600;
}

p {
  line-height: 1.5;
}

strong,
b {
  font-weight: 500;
}

.gill-regular {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gill-semibold {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gill-bold {
  font-family: "GillSans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.pt-regular {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 400;
  font-style: normal;
}

.pt-bold {
  font-family: "PT Serif", Georgia, serif;
  font-weight: 700;
  font-style: normal;
}

.section-kicker {
  color: #a50f0f;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-kicker.light {
  color: #ffd47b;
}

.section-title {
  margin: 10px 0 22px;
  color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -1.2px;
}

.section-title.light {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.inview {
  opacity: 1;
  transform: none;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 0;
  height: 4px;
  background: #e4a428;
}

.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  min-height: 41px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #99151c;
  background: #99151c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 35px rgba(90, 0, 5, 0.24);
}

.student-hero-actions a,
.modular-copy a,
.future a,
.lead-form-box button,
.capital-presets button,
.capital-control,
.capital-stat,
.capital-timeline-card,
.capital-equation,
.capital-equation > div span,
.capital-marker span,
.platform-v2-screen,
.device-top,
.capital-track,
.capital-phase,
.course-progress,
.modular-tag {
  border-radius: 0;
}

@media (max-width: 980px) {
  .section-title {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .section-kicker {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2.2px;
  }

  .section-title {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.6px;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
    min-height: 39px;
    padding: 0 16px;
    font-size: 14px;
  }
}
