#hero.is-defender {
  padding: 220px 0 60px;
  position: relative;
  background-image: none;
  background: white;
  z-index: 5;
  overflow: clip;
}

#hero .button-new {
  padding: 14px 24px!important;
  color: white;
}
#hero .button-new:hover {
  background-color: #4349D4!important;
}
#hero .button-new.secondary {
  border: 1px solid #EFEFEF;
  background: #FAFAFA;
  color: #0A0F39;
  margin-left: 20px;
}
#hero .button-new.secondary:hover {
  background: #ededed!important;

}
#hero .button-new.secondary:active {
  background-color: #e1e1e1!important;
}
#hero .container-1200 {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  position: relative;
}
#hero .bg-color {
  bottom: -900px;
  filter: blur(100px);
  left: 50%;
  max-width: none;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) rotate(358deg);
  transition: all 1s ease-in-out;
  width: 4200px;
  z-index: 0;
  animation: moveBackground 10s alternate infinite ease-in-out;
  opacity: .5;
}

@keyframes moveBackground {
  0% {
    transform: translateX(-50%) rotate(358deg);
  }
  50% {
    transform: translateX(-70%) rotate(347deg) translateY(15%);
  }
  100% {
    transform: translateX(-50%) rotate(358deg);
  }
}
#hero.is-defender h1 {
  font-weight: 600;
  max-width: 1069px;
  margin: auto;
  margin-bottom: 32px;
  letter-spacing: -0.04em;
  opacity:  1;
}
#hero .hero-entry {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#hero .hero-entry p {
  max-width: none;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 20px;
  max-width: 900px;
  opacity: 0;
  animation: fadeIn80 .2s ease-in 100ms forwards;
}
#hero .hero-buttons .button {
  padding: 14px 24px;
}
#hero .hero-buttons .button.button-secondary {
  padding: 12px 25px;
}
#hero .hero-entry .hero-buttons {
  gap: 20px;
  opacity: 0;
  animation: fadeIn .2s ease-in 200ms forwards;
}

#hero .companies-row {
  justify-content: space-between;
  gap: 32px;
  display: flex;
  align-items: center;
  transition: all .5s ease-in-out;

}
#hero .companies-row.contained {
  max-width: 900px;
  margin: 0 auto;
  animation: fadeIn .2s ease-in 400ms forwards;
  opacity: 0;
}

#hero .companies-row.contained .company-container{
  width: 150px;
  text-align:center;
}

#hero .companies-row img {
  opacity: 0.5;
  transition: all 0.2s ease;
}
#hero .companies-row img:hover {
  opacity:1;
}

#hero .title-companies {
  text-align: center;
  font-size: 14px;
  color: #42466C;
  position: relative;
  margin-top: 130px;
  margin-bottom: 35px;
  opacity: 0;
  animation: fadeIn .2s ease-in 300ms forwards;
}
#hero p.stats-title {
  color: #5F637C;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  max-width: 210px;
  font-weight: 500;
  margin-bottom: 20px;
}
#hero .stats-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 68px 0 80px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #E8E8E8;
}
#hero .flex-simple {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: white;
}
#hero .dune-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.dune-icon img.color-icon {
  opacity: .3;
  transition: all 0.35s ease;
  filter: grayscale(1);
}
#hero .flex-simple:hover .dune-icon img.color-icon {
  opacity: 1;
  filter: grayscale(0);

}
#hero .is-gap-8 {
  gap: 8px;
}
#hero a.inline-grey {
  color: #5F637C;
  opacity: .8;
  transition: all .35s ease;
  text-decoration: none;
  margin: 0;
}
#hero .inline-grey:hover {
  opacity: 1;
}
#hero .stats-number {
  color: #0A0F39;
  font-size: 68px;
  line-height: 74px;
  margin: 0;
  opacity: .9;
  letter-spacing: -0.04em;
  font-weight: 600;
  opacity: 0;
  transition: opacity .3s ease;
  transition-delay: 0.5s;
}
#hero .stats-number.revealed {
  opacity: 1;
}
#hero .gradient-hero {
  position: absolute;
  bottom: 0;
  margin-left: 60px;
  left: 50%;
  right: 0;
  top: auto;
  z-index: 0;
  max-width: 1437px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.2;
}
#hero .gradient-hero.opacity-animation {
  animation: opacity-wave infinite;
}
@keyframes opacity-wave {
  0% {
    opacity: 1!important;
  }
  100% {
    opacity: .5!important;
  }

}
@media (min-width: 991px) {
  #hero.is-defender h1 {
    font-size: 68px;
    line-height: 74px;
  }
  #hero .hidden-mobile {
    display: flex;
  }
  .companies-row.hidden-mobile {
    display: flex!important;
  }
  #hero .hidden-desktop {
    display: none!important;
  }
  #hero .stats-number span.unit-mobile {
    display: none;
  }
}

@media (max-width: 991px) {

  #hero.is-defender {
    padding: 180px 0 24px;
  }
  #hero.is-defender h1{
    line-height: 109%;
  }
  #hero .title-companies {
    margin-top: 100px;
  }
  #hero .stats-flex {
    flex-direction: column;
    gap: 24px;

  }
  #hero p.stats-title {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 20px; 
  }
  #hero .stats-number {
    font-size: 80px;
  }
  #hero .stats-number span.unit-mobile {
    display: inline-block;
  }
  #hero .hidden-mobile {
    display: none!important;
  }
  #hero .hidden-desktop {
    display: flex!important;
  }
  #hero .companies-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  #stack .report-flex .step-copy .use-cases {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    row-gap: 4px;
  }
}
@media (min-width: 767px) {
  #hero .companies-row.not-contained {
    display: none;
  }
  .companies-row.contained {
    position: relative;
  }


}
@media (max-width: 767px) {
  .hidden-767 {
    display: none!important;
  }
  #hero.is-defender h1 {
    margin-bottom: 24px;
  }
  #hero .hero-entry p {
    margin: 0 auto 24px;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 140%;
    max-width: 325px;
  }

  #hero .hero-buttons .button {
    padding: 12px 18px;
    font-size: 14px!important;
    width: auto!important;
  }
  #hero .hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px!important;
    max-width: 290px;
    margin: auto;
    align-items: center;

  }
  #hero .hero-buttons .button-new {
    margin-left: 0!important;
  }

  #hero .title-companies {
    margin-top: 110px;
    margin-bottom: 0;
  }
  #hero .marquee-mask {
    overflow: clip;
    margin-top: 50px;
    padding-bottom: 24px;
    position: relative;
  }

  #hero .marquee-mask .marquee-flex {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 25s linear infinite;
  }
  #hero .companies-row {
    margin-top: 0px;
    padding-bottom: 0px;
    opacity: 1;
  }
  #hero .companies-row-wrapper {
    display: none;
  }
  #hero .companies-row.not-contained {
    flex-wrap: nowrap;
    max-width: none;
    width: auto;
    justify-content: left;
    padding-right: 50px;
    gap: 50px;
    position: relative;
    border-bottom: none;

  }
  #hero .companies-row.not-contained .company-container {
    max-width: none!important;
  }
  #hero .companies-row.not-contained .company-container img{
    max-width: none;
    width: auto;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

@media (max-width: 575px) {

  #hero.is-defender h1 {
    font-weight: 600;
    line-height: 110%;
    max-width: 327px;
    font-size: 40px;
  }
  #hero.is-defender h1 br {
    display: none;
  }
  #hero .gradient-hero { 
    display: none;
  }
  #hero .gradient-hero-mobile { 
    display: block!important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index; 0;
  }
}

@media (max-width: 425px) {

}
@media (max-width: 390px) {
  #hero.is-defender h1 {
    font-size: 36px;
  }
}


