@media (min-width:769px){
  .home-hero-image {
    margin-top: 110px;
  }
}

.hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--font-montserrat_sans);
  font-weight: 500;
  font-style: normal;
}

.heroBanner-mobile {
  position: relative;
  width: 100%;
  scale: 1;
  overflow: hidden;
  margin-top: 74px;
}

.linear-colors {
  background: linear-gradient(
      0deg,
      #eddb82,
      #daae59 13%,
      #edde99 25%,
      #e4cb7b 33%,
      #dfc16a 38%,
      #fef8b8 50%,
      #f0d573 63%,
      #efd371 75%,
      #ebce82 88%,
      #d7b34b
    )
    no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.heroBanner-bigArrow {
  max-width: 110px;
}

.heroBanner-backbtn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.heroBanner-backbtn img {
  margin: 0 auto;
  width: 23px;
  height: 23px;
  transform: rotate(180deg);
}

.arrow-line {
  border: 1px solid #eddb82;
  width: 10px;
  height: 1px;
  transform: rotate(90deg);
}

.heroBanner-Heading {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 0.92;
  line-height: 49px;
}

.heroBanner-text-container {
  padding: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 10px;
}

.heroBanner-Heading .cancer-text > span {
  font-family: var(--font-roboto_serif);
  font-weight: 400;
  font-size: 60px;
  color: rgb(255, 255, 255);
}

.play-fair-mobile {
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  line-height: 49px;
  margin-top: -5px;
}

.L-mobile {
  font-size: 50px;
  line-height: 49px;
  letter-spacing: 6px;
  font-weight: 500;

}

.cancer-will-try {
  font-weight: 500;
  text-align: center;
  background: linear-gradient(0deg, #fff, #fff) no-repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.49;
  margin-top: 15px;
}

.beta-6 {
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
}

.heroBanner-arrowFrontBack-conatiner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sup-mobile {
  line-height: 0;
  position: relative;
  top: -7.5px;
  left: -5.5px;
  font-size: 60%;
  vertical-align: baseline;
  background-clip: text !important;
  background: -webkit-linear-gradient(0deg, #fff, #fff) no-repeat;
}

.find-out {
  margin-bottom: 7px;
  font-weight: 600;
  font-family: var(--font-roboto_serif);
  text-align: center;
  font-size: 17px;
}

.heroBanner-mobile > img {
  height: 860px;
  width: 100%;
  border-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #f0d573;
}

@media (min-width: 404px) {
  .heroBanner-mobile > img {
    height: 860px;
  }
}
@media (min-width: 405px) {
  .heroBanner-mobile > img {
    height: auto;
  }
}

@media (min-width: 576px) {
  .heroBanner-text-container {
    bottom: 50px;
  }
  .heroBanner-Heading .cancer-text > span {
    font-size: 88px;
    line-height: 86px;
  }

  .play-fair-mobile {
    font-size: 71px;
    line-height: 69px;
  }

  .cancer-will-try {
    line-height: 34.29px;
    font-size: 20px;
  }

  .beta-6 {
    line-height: 34.29px;
    font-size: 20px;
  }

  .find-out {
    font-size: 20px;
    font-weight: 500;
  }

  .L-mobile {
    font-size: 71px;
    line-height: 49px;
    letter-spacing:6px;
    font-weight: 500;
  
  }
}

@media (min-width: 769px) and (max-width: 820px) {
  .home-hero-image.hero .herobanner-desktop {
    margin-top: -38px;
  }
}

.home-hero-image {
  overflow: hidden;
  background-image: url(/images/final-herobanner-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 814px;
  position: relative;
  background-color: #1a1a1a; 
  will-change: background-image;
}

.bottomlinecss{
  position: absolute;
  display: block;
  width: 100%;
  height: 2.6px;
  background: transparent linear-gradient(0deg, #eddb82, #daae59 13%, #edde99 25%, #e4cb7b 33%, #dfc16a 38%, #fef8b8 50%, #f0d573 63%, #efd371 75%, #ebce82 88%, #d7b34b) no-repeat;
  bottom: 0px;
  z-index: 20;
}


.herobanner-desktop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1440px;
  margin: 0px auto;
  position: relative;
}

.herobanner-desktop-images img {
  position: absolute;
  left: -450px;
  top: -74px;
  scale: 0.85;
  transition: transform 2s ease-in-out;
}

.shirt-sleeve-1 {
  position: absolute;
  top: 100px;
  bottom: -200px;
  z-index: 3;
}

.shirt-sleeve-2 {
  z-index: 1;
}

.shirt-sleeve-3 {
  z-index: 2;
  animation: herobanner 3s ease-in-out 0s 1 forwards;
}

@keyframes herobanner {
  from {
    transform: translate3d(-80px, 80px, 50px);
  }
}

.herobanner-desktop-text-container {
  position: absolute;
  right: 150px;
  top: 180px;
  max-width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-wrapper {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.herobanner-desktop-text {
  line-height: 1;
  margin-bottom: 33px;
}

.herobanner-desktop-cancer {
  font-size: 78px;
  color: rgb(255, 255, 255);
  font-family: var(--font-roboto_serif);
  font-weight: 400;
  background: linear-gradient(0deg, #fff, #fff) no-repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 76px;

}

.play-fair-text {
  font-weight: 500;
  font-size: 61px;
}

.L-desktop {
  font-size: 81px;
  line-height: 69px;
  letter-spacing: 6px;
}

.cancer-will-desktop {
  font-size: 16px;
  line-height: 22.5px;
  font-weight: 500;
  background: linear-gradient(0deg, #fff, #fff) no-repeat;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.herobanner-desktop-imgs {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herobanner-desktop-imgs > * {
  margin-bottom: 10px;
}

.arrow-icons > img {
  max-height: 48px;
}

.find-text-desktop {
  font-size: 20px;
  font-family: var(--font-roboto_serif);
  font-weight: 600;
}

.arrow-desktop > img {
  transform: rotate(180deg);
}

.linear-colors-desktop {
  background: linear-gradient(
      0deg,
      #eddb82,
      #daae59 13%,
      #edde99 25%,
      #e4cb7b 33%,
      #dfc16a 38%,
      #fef8b8 50%,
      #f0d573 63%,
      #efd371 75%,
      #ebce82 88%,
      #d7b34b
    )
    no-repeat;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.scroll {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  font-family: var(--font-roboto_serif);
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}

.heroBanner-arrowhead-bottom {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 66;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
}

.beta-desktop-6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34.29px;
}

.sup-desktop {
  line-height: 0;
  position: relative;
  top: -7.5px;
  left: 0;
  font-size: 60%;
  vertical-align: baseline;
  background-clip: text !important;
  background: -webkit-linear-gradient(0deg, #fff, #fff) no-repeat;
}

@media screen and (min-width: 578px){
  .heroBanner-mobile {
    margin-top: 89px;
}
}

@media (max-width: 768px) {
  .herobanner-desktop {
    display: none;
  }

  .scroll{
    display: none;
  }

  .bottomlinecss{
    display: none;
  }
}

@media (min-width: 769px) {

  .herobanner-desktop {
    display: block;
  }

  .heroBanner-mobile {
    display: none;
  }

  .find-text-desktop {
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 853px) {
  .herobanner-desktop-images img {
    min-width: 1050px;
    left: -576px;
    top: -16px;
    top: 21px;
    scale: 0.723;
  }

  .herobanner-desktop-text-container {
    right: 40px;
    top: 212px;
    top: 253px;
  }

  .herobanner-desktop-cancer {
    font-size: 68px;
    line-height: 64px;
  }
  .play-fair-text {
    font-size: 51px;
    line-height: 49px;
  }

  .cancer-will-desktop {
    line-height: 22.5px;
  }

  .arrow-icons {
    margin-bottom: 3px;
  }

  .L-desktop {
    font-size: 51px;
    line-height: 49px;
}

}

@media (min-width: 821px) and (max-width: 900px) {
  .herobanner-desktop-images img {
    left: -519px;
    top: -39px;
    scale: 0.7823;
  }

  .herobanner-desktop-images img {
    left: -571px;
    top: -14px;
    scale: 0.72;
  }


  .herobanner-desktop-text-container {
    right: 40px;
    top: 212px;
  }

  .L-desktop {
    font-size: 61px;
    line-height: 59px;
  }
}

@media (min-width: 900px) and (max-width:1000px){
  .herobanner-desktop-images img {
    left: -519px;
    top: -39px;
    scale: 0.7823;
  }

  .herobanner-desktop-text-container {
    right: 7%;
    top: 210px;
    max-width: 40%;
  }

  .L-desktop {
    font-size: 61px;
    line-height: 59px;
}
}


@media (min-width:1000px) and (max-width:1299px){
  .herobanner-desktop-text-container {
    right: 7%;
    top: 210px;
    max-width: 40%;
  }

  .L-desktop {
    font-size: 61px;
    line-height: 59px;
}
}

@media (min-width:1026px){
  .herobanner-desktop-text-container {
    top: 185px;
  }

  .herobanner-desktop-cancer {
    font-size: 88px;
    display: block;
    padding-bottom: 14px;
  }

  .play-fair-text {
    font-size: 71px;
    line-height: 59px;
  }

  .herobanner-desktop-text {
    line-height: 2;
  }

  .L-desktop {
    font-size: 71px;
    font-weight: 500;
    letter-spacing: 6px;
  }

  .cancer-will-desktop {
    font-size: 20px;
    height: 100%;
    line-height: 34.29px;
  }
  
}

@media (min-width:1100px){
  .herobanner-desktop-cancer {
    font-size: 98px;
  }

  .herobanner-desktop-text-container {
    top: 180px;
  }

  .play-fair-text {
    font-size: 81px;
    line-height: 71px;
    display: inline-block;
    margin-top: 1px;
  }

  .L-desktop {
    font-size: 81px;
    display: inline-block;
    margin-top: 14px;
  }
}

@media (min-width: 1300px) {
  .herobanner-desktop-imgs > * {
    margin-bottom: 0;
  }

  .find-text-desktop {
    margin-bottom: 10px;
  }

  .herobanner-desktop{
    margin-top: 110px;
  }
  
  .herobanner-desktop-images img {
    left: -299px;
    top: -255px;
    scale: none;
  }

  .herobanner-desktop-text-container {
    right: 7.29%;
    top: 69.9px;
    width: 576px;
    line-height: 1.5;
  }

  .cancer-will-desktop { 
   width: 551px;
   line-height: 34.29px;
  }
  .play-fair-text {
    display: inline-block;
    margin-top: 1px;
  }

  .L-desktop {
    display: inline-block;
    margin-top: 9px;
  }
}

.text-white {
 color: #FFF;
 text-align: center;
 font-family: var(--font-montserrat_sans);
 font-size: 20px;
 font-style: normal;
 margin-bottom: 30px;
 font-weight: 500;
 line-height: 34px;
}

.arrow-line {
  width: 17px;
}

.herobanner-desktop-imgs {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .text-white {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }

  .heroBanner-bigArrow {
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .herobanner-desktop-images img {
       top: -232px;
  }

  .herobanner-desktop-text-container {
    top: 23px
  }
}

.arrow-desktop > img {
  width: 23px;
}

.sup-mobile {
  left: -2px;
}

.beta-desktop-6 nobr,
.beta-6 nobr {
  font-weight: 700;
}
