a {
  text-decoration: none;
}

.main-content {
  overflow-x: hidden;
}

.download-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}

.download-page__hero-media {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 300px;
}

.download-page__hero-image {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.download-page__hero-image--mobile {
  display: none;
}

.download-page__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #000000;
  opacity: 0.51;
}

.download-page__background {
  display: none;
}

.download-page__background--primary {
  top: 672px;
  left: 0;
  width: 100%;
  height: 830px;
  background-color: #d9d9d9;
}

.download-page__background--secondary {
  top: 2820px;
  left: 0;
  width: 100%;
  height: 473px;
  background-color: #f6f6f6;
}

.download-page__section-rule {
  display: none;
}

.download-page__section-rule--top {
  top: 746px;
}

.download-page__section-rule--bottom {
  top: 2074px;
}

.download-page__title {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  width: min(1050px, calc(100% - 64px));
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -32px;
  margin-left: 0;
  color: #ffffff;
  font-size: 128px;
  font-weight: 400;
  line-height: 156.032px;
  letter-spacing: 0;
  z-index: 2;
}

.download-page__breadcrumb {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  width: min(1031px, calc(100% - 64px));
  margin-top: 20px;
}

.download-page__breadcrumb-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.download-page__breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}

.download-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-self: center;
  width: min(1031px, calc(100% - 64px));
  z-index: 1;
}

.download-section--guides {
  grid-column: 1;
  grid-row: 3;
  margin-top: 120px;
}

.download-section--cases {
  grid-column: 1;
  grid-row: 4;
  margin-top: 120px;
}

.download-section--guides::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  width: 100vw;
  height: 900px;
  transform: translateX(-50%);
  z-index: -1;
}

.download-section--guides::after {
    content: "";
    position: absolute;
    height: 10px;
    background-color: #939393;
    bottom: calc(100% - 50px);
    left: -100%;
    width: 200%;
}

 .download-section--cases::before {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 50%;
    width: 100vw;
    height: calc(100% - 750px);
    transform: translateX(-50%);
    z-index: -1;
  }

  .download-section--cases::after {
    content: "";
    position: absolute;
    height: 10px;
    background-color: #939393;
    bottom: calc(100% - 50px);
    left: -100%;
    width: 200%;
}


.download-section--guides::before {
  background-color: #d9d9d9;
}

.download-section--cases::before {
  background-color: #f6f6f6;
}

.download-section__heading {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.download-section__heading-rule {
  display: block;
  order: 2;
  width: 100%;
  height: 10px;
  background-color: #939393;
}

.download-section__title {
  order: 1;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.008px;
}

.download-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
  column-gap: 71px;
  row-gap: 90px;
  margin-top: 80px;
}

.download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  & a {
    width: 100%;
  }
}

.download-card--large {
  gap: 22px;
  /* width: min(464px, calc((100% - 71px) / 2)); */
  flex:1 1 calc(50% - 50px);
}

.download-card--small {
  gap: 22px;
  width: min(293px, calc((100% - 142px) / 3));
}

.download-card__image--large {
  width: 100%;
  height: 312.075px !important;
  object-fit: contain;
}

.download-card__image--small {
  width: 100%;
  height: 197px;
  object-fit: contain;
}

.download-card__title {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
}

.download-card__title--large {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
}

.download-card__title--small {
  width: 100%;
  font-size: 28px;
  line-height: 34.132px;
}

.download-card__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 49px;
  padding-top: 9px;
  padding-right: 7px;
  padding-bottom: 9px;
  padding-left: 7px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
}

.download-card__cta--light {
  width: 100%;
  background-color: #ffffff;
}

.download-card__cta--red-large {
  width: 100%;
  background-color: #e90815;
}

.download-card__cta--red {
  width: 100%;
  background-color: #e90815;
}

.download-card__cta--light-small {
  width: 100%;
  background-color: #ffffff;
}

.download-card__cta-icon {
  width: 38px;
  height: 38px;
  object-fit: fill;
}

.download-card__cta-label {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.256px;
}

.download-card__cta-label--red {
  color: #e90815;
}

.download-card__cta-label--white {
  color: #ffffff;
}

.download-section__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80px;
  margin-top: 78px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #000000;
  text-decoration: none;
}

.download-section__more span {
  width: 56px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
}

.download-section__more img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.download-page__share-row {
  grid-column: 1;
  grid-row: 5;
  display: flex;
  flex-direction: row;
  justify-self: center;
  justify-content: flex-end;
  gap: 9px;
  width: min(1224px, calc(100% - 64px));
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 80px;
  margin-left: 0;
  z-index: 1;
}

.download-page__share-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 33.5px;
  background-color: #e90815;
}

.download-page__share-pill img {
  width: 38px;
  height: 38px;
  object-fit: fill;
}

.download-page__share-pill .download-page__share-icon-small {
  width: 33px;
  height: 33px;
}

@media (max-width: 768px) {
  .download-page {
    max-width: 440px;
    min-height: 0;
  }

  .download-page__hero-media {
    width: 100%;
    height: 286px;
  }

  .download-page__hero-image--desktop {
    display: none;
  }

  .download-page__hero-image--mobile {
    display: block;
    width: 100%;
    height: 286px !important;
  }

  .download-page__hero-overlay {
    left: 0;
    width: 100%;
    height: 286px;
  }

  .download-page__background--primary {
    top: 451px;
    left: 0;
    width: 100%;
    height: 952px;
  }

  .download-page__background--secondary {
    top: 3496px;
    left: 0;
    width: 100%;
    height: 850px;
  }

  .download-page__section-rule {
    display: none;
  }

  .download-page__title {
    align-self: center;
    justify-self: center;
    width: calc(100% - 44px);
    margin-bottom: 0;
    font-size: 60px;
    line-height: 73.14px;
  }

  .download-page__breadcrumb {
    justify-self: start;
    width: 300px;
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }

  .download-section {
    width: 100%;
  }

  .download-section--guides {
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .download-section--cases {
    margin-top: 70px;
  }

  .download-section--guides::before {
    top: -21px;
    height: calc(50% + 37px);
    transform: translateX(-50%);
  }

  .download-section--cases::before {
    bottom: 0;
    height: calc(50% + 37px);
    transform: translateX(-50%);
  }

  .download-section--guides::before {
    background-color: #d9d9d9;
  }

  .download-section--cases::before {
    background-color: #f6f6f6;
  }

  .download-section__heading {
    width: 100%;
    gap: 3px;
  }

  .download-section__heading-rule {
    position: static;
    width: 370px;
    height: 5px;
  }

  .download-section__title {
    width: auto;
    margin-left: 44px;
    width: auto;
    font-size: 22px;
    line-height: 26.818px;
  }

  .download-card-list {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 79px;
    width: 100%;
    margin-top: 45px;
  }

  .download-card {
    align-items: center;
    width: 100%;

    & a {
      width: auto;
    }
  }

  .download-card:last-child {
    margin-bottom: 40px;
  }

  .download-card--large,
  .download-card--small {
    gap: 20px;
    width: 100%;
  }

  .download-card--extra {
    display: none;
  }

  .download-card__image--large,
  .download-card__image--small {
    width: 300px;
    height: 202px;
  }

  .download-card__title--large,
  .download-card__title--small {
    width: 300px;
    font-size: 24px;
    line-height: 29.256px;
  }

  .download-card__cta--light,
  .download-card__cta--red-large,
  .download-card__cta--red,
  .download-card__cta--light-small {
    width: 300px;
  }

  .download-card__cta-label {
    font-size: 20px;
    line-height: 24.38px;
  }

  .download-section__more {
    width: 80px;
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .download-page__share-row {
    display: none;
  }
}

@media (max-width: 440px) {

  .download-page__title {
    font-size: 50px;
    text-align: center;
  }
}
