.buy-handbook-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.buy-handbook-page .buy-handbook-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  /* padding: 180px 0px 220px; */
  padding: 140px 0px 220px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/buy-the-handbook/BuyTheHandbook_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1000px) {
  .buy-handbook-page .buy-handbook-intro {
    padding: 120px 0px;
  }
}

@media only screen and (max-width: 700px) {
  .buy-handbook-page .buy-handbook-intro {
    padding: 80px 0px 100px;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/buy-the-handbook/BuyTheHandbook_Hero_Mobile.jpg);
    background-position: center;
  }
}

.buy-handbook-page .buy-handbook-intro-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.buy-handbook-page .buy-handbook-intro-text {
  width: 100%;
  max-width: 700px;
}

.buy-handbook-page .buy-handbook-intro-copy {
  width: 100%;
  max-width: 650px;
}

.buy-handbook-page .jump-links-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 500px) {
  .buy-handbook-page .jump-links-wrapper {
    flex-direction: column;
  }
}

.buy-handbook-page .jump-link {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  transition: all 250ms;
  cursor: pointer;
}

.buy-handbook-page .jump-link:hover {
  color: #F4F6FC;
}

.buy-handbook-page .jump-link-line {
  width: 2px;
  height: 16px;
  background-color: #FFFFFF;
  margin: 0 10px;
  opacity: 0.25;
}

@media only screen and (max-width: 500px) {
  .buy-handbook-page .jump-link-line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }
}

/* BLUE BUY HANDBOOK BOXES */

.buy-handbook-page .buy-handbook-boxes-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 15px;
  /* margin: -80px 0 0; */
  margin: -150px 0 0;
  display: flex;
  align-items: stretch;
  /* justify-content: flex-start; */
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .buy-handbook-page .buy-handbook-boxes-container {
    justify-content: center;
  }
}

.buy-handbook-page .buy-handbook-box-wrapper {
  /* width: 50%; */
  width: 60%;
  padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .buy-handbook-page .buy-handbook-box-wrapper {
    width: 100%;
  }
}

.buy-handbook-page .buy-handbook-box-gradient-fallback {
  width: 100%;
  height: 100%;
}

.buy-handbook-page .buy-handbook-box-gradient {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 60px 0px 50px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

.buy-handbook-page .buy-handbook-box-button {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #214595, #00CAE0);
  transform: translateZ(0); /* Needed to force hardware accelleration on older devices in order to show the gradient */
  height: 60px;
  padding: 25px;
  margin: 0 30px 20px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  box-shadow: rgba(33, 69, 149, 0.2) 0px 2px 24px;
  border-radius: 8px;
  transition: all 250ms;
  user-select: none;
  cursor: pointer;
}

.buy-handbook-page .buy-handbook-box-button:hover,
.buy-handbook-page .buy-handbook-box-button:focus {
  max-width: 250px;
  box-shadow: rgba(7, 142, 227, 0.8) 0px 2px 24px;
  color: #FFFFFF;
}

.buy-handbook-page .buy-handbook-box-header {
  width: 100%;
  padding: 0 30px;
  font-size: 26px;
}

.buy-handbook-page .buy-handbook-box-larger-text {
  width: 100%;
  max-width: 320px;
  padding: 0 30px 20px;
  font-size: 22px;
}

.buy-handbook-page .buy-handbook-box-text {
  width: 100%;
  max-width: 400px;
}

/* TRUSTED BOOK SECTION */

.buy-handbook-page .trusted-book-container {
  width: 100%;
  max-width: 1440px;
  z-index: 2;
}

.buy-handbook-page .trusted-book-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  padding: 160px 0px 100px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/buy-the-handbook/BuyTheHandbook_Book_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1200px) {
  .buy-handbook-page .trusted-book-wrapper {
    align-items: center;
    padding: 100vw 0 20px;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/buy-the-handbook/BuyTheHandbook_Book_Mobile.jpg);
    background-position: top left;
  }
}

.buy-handbook-page .trusted-book-image-desktop {
  position: absolute;
  bottom: -220px;
  left: -400px;
  width: 1548px;
  min-width: 1548px;
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  .buy-handbook-page .trusted-book-image-desktop {
    left: inherit;
    right: 12vw;
  }
}

@media only screen and (max-width: 1200px) {
  .buy-handbook-page .trusted-book-image-desktop {
    display: none;
  }
}

.buy-handbook-page .trusted-book-image-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .buy-handbook-page .trusted-book-image-mobile {
    display: block;
    width: 155%;
    min-width: 155%;
    margin-bottom: calc(100vw - 133vw);
    margin-right: calc(100vw - 122vw);
    margin-top: calc(100vw - 132vw);
    z-index: 1;
    pointer-events: none;
  }
}

.buy-handbook-page .trusted-book-information-wrapper {
  width: 100%;
  max-width: 620px;
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 1200px) {
  .buy-handbook-page .trusted-book-information-wrapper {
    width: 100%;
    padding: 0;
    align-items: center;
  }
}

.buy-handbook-page .trusted-book-list-wrapper {
  width: 100%;
  padding: 30px 0 0 34px;
}

.buy-handbook-page .trusted-book-information {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
  border-left: 2px solid #BEC7DB;
}

@media only screen and (max-width: 1000px) {
  .buy-handbook-page .trusted-book-information {
    flex-grow: 0;
    max-width: 700px;
  }
}

.buy-handbook-page .trusted-book-information:last-of-type {
  flex-grow: 0;
  border-left: 2px solid rgba(255,255,255,0);
}

.buy-handbook-page .trusted-book-title {
  padding: 0 30px 70px;
  margin: -7px 0 0;
}

.buy-handbook-page .trusted-book-title.last {
  padding: 0 30px 60px;
}

.buy-handbook-page .trusted-book-information-circle {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #F4F6FC;
  border: 2px solid #BEC7DB;
  border-radius: 50%;
  top: 0px;
  left: -8px;
}

.buy-handbook-page .trusted-book-information-hidding-line {
  position: absolute;
  width: 2px;
  height: 6px;
  background-color: #F4F6FC;
  top: 0px;
  left: -2px;
}

.buy-handbook-page .trusted-book-information-extending-line {
  position: absolute;
  width: 2px;
  height: 6px;
  background-color: #BEC7DB;
  top: 0px;
  left: -2px;
}
