:root {
  --container-margin: (100vw - 1260px) / 2;
  --navbar-height: 62px;
}

@media (max-width: 1300px) {
  :root {
    --container-margin: (100vw - 1000px) / 2;
    --navbar-height: 64px;
  }
}

@media (max-width: 1100px) {
  :root {
    --container-margin: (100vw - 700px) / 2;
    --navbar-height: 52px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-margin: (100vw - 500px) / 2;
  }
}

@media (max-width: 576px) {
  :root {
    --container-margin: 15px;
  }
}

.overlap {
  margin-top: -100px;
}

@media (max-width: 576px) {
  .overlap {
    margin-top: 0;
  }
}

.main-section {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding-top: 48px;
  background-color: #ffffff;
}

.main-section .page-title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #304a70;
}

.paragraph {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #304a70;
  margin: 40px 0;
}

.paragraph g {
  color: #eabd8d;
  font-weight: 700;
}

.grey {
  color: #9dc4ba;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-title {
  font-size: 1.65rem;
  line-height: 1.25;
  color: #304a70;
  font-weight: 700;
}

.highlight {
  color: #da8d90;
  font-size: 1.5rem;
  font-weight: 700;
}

.subtitle {
  font-size: 1.65rem;
  line-height: 1.25;
  color: #304a70;
  font-weight: 700;
}

