/* General styles */
body {
  overflow-x: unset;
}

.grants section>.container {
  position: relative;
  width: 1168px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .grants section>.container {
    max-width: calc(100% - 32px);
  }
}

/* .cover section styles */
.grants section.cover {
  position: relative;
  height: 654px;
  background-color: var(--tether-black);
  color: var(--tether-white);
}

.grants section.cover::after {
  position: absolute;
  background: linear-gradient(236.18deg, rgba(0, 0, 0, 0) 18.49%, #000000 70.06%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.grants.mdk section.cover::after,
.grants.pears section.cover::after,
.grants.wdk-by-tether section.cover::after {
  background: none;
}

.grants section.cover .cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
  pointer-events: none;
}

.grants section.cover>.container {
  height: 100%;
  z-index: 1;
}

.grants section.cover .cover__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 759px;
  max-width: 100%;
}

.grants section.cover h1 {
  margin: 0 0 20px;
  letter-spacing: 1.4px;
}

.grants.qvac section.cover .cover__content img {
  transform: translate(-70px, 10px);
}

.grants.mdk section.cover .cover__content img {
  width: 462px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grants.pears section.cover .cover__content img {
  width: 597.94px;
  margin-bottom: 30px;
}

.grants.wdk-by-tether section.cover .cover__content img {
  width: 462px;
  margin-bottom: 30px;
}

.grants section.cover h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.72px;
  margin: 0 0 12px;
  transform: translateX(100px);
  width: 560px;
  max-width: 100%;
}

.grants.qvac section.cover h3 {
  width: 603px;
}

.grants.mdk section.cover h3,
.grants.pears section.cover h3,
.grants.wdk-by-tether section.cover h3 {
  width: 582px;
}

.grants section.cover p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.54px;
  margin: 0;
  transform: translateX(100px);
  width: 562px;
  max-width: 100%;
}

.grants.qvac section.cover p {
  width: 603px;
  padding-bottom: 70px;
}

.grants.mdk section.cover p {
  padding-bottom: 70px;
}

.grants.pears section.cover p,
.grants.wdk-by-tether section.cover p {
  padding-bottom: 35px;
}

.grants.mdk section.cover p,
.grants.pears section.cover p,
.grants.wdk-by-tether section.cover p {
  width: 582px;
}

.grants section.cover .to-bottom__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 76px - 78.5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.grants section.cover .to-bottom__container.mobile-only {
  display: none;
}

.grants section.cover .to-bottom {
  display: flex;
  width: 8px;
  cursor: pointer;
  pointer-events: all;
}

@media (max-width: 991.98px) {
  .grants section.cover {
    height: auto;
    padding-bottom: 113px;
    background-size: cover;
  }

  .grants section.cover::after {
    background: linear-gradient(171.05deg, #171717 37.32%, rgba(23, 23, 23, 0.2) 71.56%) !important;
  }

  .grants section.cover .cover__image {
    top: 30%;
    height: 70%;
  }

  .grants section.cover .cover__content {
    justify-content: flex-start;
    padding-top: 42px;
    width: 360px;
    height: calc(100% - 42px);
    max-width: calc(100% - 16px);
  }

  .grants.qvac section.cover .cover__content,
  .grants.mdk section.cover .cover__content,
  .grants.pears section.cover .cover__content,
  .grants.wdk-by-tether section.cover .cover__content {
    padding-top: 20px;
    height: calc(100% - 20px);
  }

  .grants.qvac section.cover .cover__content img {
    transform: translate(-30px, 10px);
  }

  .grants.mdk section.cover .cover__content img {
    width: 275px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grants.pears section.cover .cover__content img {
    width: 316px;
    margin-bottom: 20px;
  }

  .grants.wdk-by-tether section.cover .cover__content img {
    width: 275px;
    margin-bottom: 20px;
  }

  .grants section.cover h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 1.26px;
  }

  .grants section.cover h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.42px;
    transform: translateX(0);
    width: 360px;
  }

  .grants.qvac section.cover h3,
  .grants.mdk section.cover h3,
  .grants.pears section.cover h3,
  .grants.wdk-by-tether section.cover h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .grants section.cover p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.42px;
    transform: translateX(0);
    width: 340px !important;
    padding-bottom: 0 !important;
  }

  .grants section.cover .to-bottom__container.mobile-only {
    display: flex;
    height: auto;
    bottom: -83px;
  }
}

/* .grants-list section styles */
.grants section.grants-list {
  padding: 55px 0 148px;
}

@media (max-width: 991.98px) {
  .grants section.grants-list {
    padding: 28px 0 61px;
  }
}