@media (max-width: 760px) {
  .policy-header-wrapper {
    padding: 120px 30px 80px !important;
    height: auto !important;
    min-height: 600px !important;
  }
  .header-container {
    padding: 0px !important;
  }
  .header-headline {
    font-size: 40px !important;
  }
  .header-bodycopy {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .policybody-wrapper {
    margin-top: auto !important;
  }

  .policy-body-container {
    padding: 60px 30px !important;
  }
  .terms-row {
    flex-direction: column;
  }
  .terms-head {
    padding-right: 0px !important;
    font-size: 25px !important;
    padding-bottom: 20px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 1080px) {
  .terms-row {
    flex-direction: column !important;
  }
  .terms-head {
    padding-bottom: 20px !important;
  }
}




/* ============================= */
/* Core container                */
/* ============================= */

.policy-parallax-container {
  position: relative;
  overflow: visible; /* REQUIRED so sections can overlap */
}

/* ============================= */
/* Header (sticky layer)         */
/* ============================= */

.policy-header-wrapper {
  position: sticky;     
  top: 0;               
  z-index: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0px 270px;
  height: 80vh;         /* Controls how long header stays visible */
  min-height: 750px;
}

.header-container {
  max-width: 1560px;
  padding: 50px 90px;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  z-index: 1;
  max-width: 1560px;
}

.header-headline {
  color: #0D111C;
  font-family: 'Saira', Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 100;
  padding-bottom: 40px;
  line-height: .9;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: hidden;
  opacity: 0;
}

.header-headline span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.header-bodycopy {
  color: #163e9b;
  font-family: 'Gotham', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}

/* ============================= */
/* Policy body (overlapping layer) */
/* ============================= */

.policybody-wrapper {
  position: relative;
  z-index: 2;              
  margin-top: -20vh;       
  border-top: solid 2px #163e9b;
}

.privacy-policybody {
  position: relative;
  background-color: white;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
}


.policy-body-container {
  position: relative;
  padding: 60px 90px;
  background-color: white;
  max-width: 1560px;
}

/* ============================= */
/* Terms rows                    */
/* ============================= */

.terms-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.terms-head {
  font-family: 'Saira', Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: #0D111C;
  padding-right: 5rem;
  flex: 0 40%;
  line-height: 40px;
}

.terms-copy {
  font-family: 'Gotham', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #163e9b;
  padding-top: 0.1rem;
  line-height: 20px;
  flex: 0 60%;
}

/* ============================= */
/* Footer                        */
/* ============================= */

.footer {
  position: relative;
  z-index: 0;
}

