.oz-site-wrapper #hero-dark.is-solidity {
  padding: 220px 0 0;
  position: relative;
  background-image: none;
  background: #01030A;
  z-index: 2;
}
#hero-dark::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background: linear-gradient(0deg, #01030A 0%, rgba(1, 3, 10, 0) 50%);
  z-index: 0;
}
.oz-site-wrapper #hero-dark .hero-entry {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.oz-site-wrapper #hero-dark iframe { 
  opacity: 0;
  animation: fadeIn .2s ease-in forwards 300ms ;
}
.oz-site-wrapper #hero-dark .scl-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.oz-site-wrapper #hero-dark.is-solidity h1 {
  font-weight: 600;
  max-width: 800px;
  margin: auto;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
  color: white;
  opacity: 1;
}
.oz-site-wrapper #hero-dark .hero-entry p {
  max-width: none;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin: auto; 
  margin-top: 0;
  margin-bottom: 24px;
  max-width: 728px;
  color: rgb(255,255,255, .8);
  font-weight: 400;
  opacity: 0;
  animation: fadeIn .2s ease-in 100ms forwards;

}
.oz-site-wrapper #hero-dark p.deploy-desc {
  color: white;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin: auto;
  opacity: .8;
  margin-bottom: 24px;
}
.oz-site-wrapper #hero-dark .hero-buttons .button {
  padding: 14px 24px;

}
.oz-site-wrapper #hero-dark .hero-buttons .button.button-secondary {
  padding: 12px 25px;
}
.oz-site-wrapper #hero-dark .hero-entry .hero-buttons {
  gap: 20px;
  margin-bottom: 135px;
  opacity: 0;
  animation: fadeIn .2s ease-in 200ms forwards;
}
.oz-site-wrapper #hero-dark .companies-row {
  padding-bottom: 73px;
  border-bottom: 1px solid #E8E8E8;
  justify-content: space-between;
  gap: 32px;

}
#hero-dark .container-1100 {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.oz-site-wrapper #hero-dark .title-companies {
  margin-top: 100px;
  margin-bottom: 24px;
  opacity: 0;
}
#hero-dark p.stats-title {
  color: #F9FAFB;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.01em;
  max-width: 240px;
  font-weight: 400;
  margin-bottom: 20px;
}
#hero-dark .stats-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 68px 0 80px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #24263C;
}
#hero-dark .flex-simple {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 4px 6px 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.40);
}
#hero-dark .dune-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid white;
}

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

}
#hero-dark .is-gap-8 {
  gap: 8px;
}
#hero-dark a.inline-grey {
  color: white;
  opacity: .8;
  transition: all .35s ease;
  text-decoration: none;
  margin: 0;
}
#hero-dark .inline-grey:hover {
  opacity: 1;
}
#hero-dark .stats-number {
  color: white;
  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-dark .stats-number.revealed {
  opacity: 1;
}
#hero-dark .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-dark .gradient-hero.opacity-animation {
  animation: opacity-wave infinite;
}
@keyframes opacity-wave {
  0% {
    opacity: 1!important;
  }
  100% {
    opacity: .5!important;
  }

}

.pill-wrapper {
  padding: 4px 6px;
  border-radius: 50px;
  border: 1px solid rgb(255,255,255, .2);
  display: inline-flex;
  margin-bottom: 50px;
  gap: 8px;
  min-height: 40px; 
}
.pill-wrapper a{
  text-decoration: none;
}
.pill-button {
  padding: 5px 12px;
  border-radius: 50px;
  color: rgb(255,255,255, .4);
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .2s ease;
  min-height: 30px;
}
.pill-button:hover {
  background: #1c1e28;
}
.pill-button.is-selected {
  background: white;
  pointer-events: none;
  cursor: default;
}
.pill-button.is-selected img {
  filter: grayscale(0);

}
.pill-button img {
  filter: grayscale(1);
}
.pill-button.solidity.is-selected {
  color: #434790;

}
.pill-button.cairo.is-selected {
  color: #D0474F;
}
@media (min-width: 991px) {
  .oz-site-wrapper #hero-dark.is-solidity h1 {
    font-size: 68px;
    line-height: 74px;
  }
  .companies-row.hidden-mobile {
    display: flex!important;
  }
  #hero-dark .hidden-desktop {
    display: none!important;
  }
  #hero-dark .stats-number span.unit-mobile {
    display: none;
  }
}

@media (max-width: 991px) {

  .oz-site-wrapper #hero-dark.is-solidity {
    padding: 180px 0 0;
  }
  .oz-site-wrapper #hero-dark.is-solidity h1{
    line-height: 109%;
  }
  .oz-site-wrapper #hero-dark .title-companies {
    margin-top: 100px;
  }
  #hero-dark .stats-flex {
    flex-direction: column;
    gap: 24px;
    height: 344px;
  }
  #hero-dark p.stats-title {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 20px; 
  }
  #hero-dark .stats-number {
    font-size: 80px;
  }
  #hero-dark .stats-number span.unit-mobile {
    display: inline-block;
  }
  #hero-dark .hidden-mobile {
    display: none!important;
  }
  #hero-dark .hidden-desktop {
    display: flex!important;
  }
  .oz-site-wrapper #hero-dark .companies-row {
    justify-content: center;
    flex-wrap: wrap;
  }

}
@media (min-width: 767px) {
  .oz-site-wrapper #hero-dark .companies-row.not-contained {
    display: none;
  }

}
@media (max-width: 767px) {

  .oz-site-wrapper #hero-dark.is-solidity h1 {
    margin-bottom: 24px;
  }
  .oz-site-wrapper #hero-dark .hero-entry p {
    margin: 0 auto 24px;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 140%;
    max-width: 325px;
  }
  .oz-site-wrapper #hero-dark p.deploy-desc {
    font-size: 14px;
    min-height: 30px;
  }
  .oz-site-wrapper #hero-dark .hero-entry .hero-buttons {
    margin-bottom: 70px;
  }
  .oz-site-wrapper #hero-dark .hero-buttons .button {
    padding: 12px 18px;
    font-size: 14px!important;
    width: auto!important;
  }
  .oz-site-wrapper #hero-dark .hero-buttons {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 16px!important;
    max-width: 290px;
    margin: auto;

  }
  .oz-site-wrapper #hero-dark .title-companies {
    margin-top: 72px;
    margin-bottom: 0;
  }
  .oz-site-wrapper #hero-dark .marquee-mask {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
  }
  .marquee-mask::before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, #FFFFFF 7.68%, rgba(255, 255, 255, 0) 79.54%);
    height: 100%;
    z-index: 3;
  }
  .marquee-mask::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: linear-gradient(270deg, #FFFFFF 7.68%, rgba(255, 255, 255, 0) 79.54%);
    height: 100%;
    z-index: 3;
  }
  .oz-site-wrapper #hero-dark .marquee-mask .marquee-flex {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 25s linear infinite;
  }
  .oz-site-wrapper #hero-dark .companies-row {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .oz-site-wrapper #hero-dark .companies-row.contained {
    display: none;
  }
  .oz-site-wrapper #hero-dark .companies-row.not-contained {
    flex-wrap: nowrap;
    max-width: none;
    width: auto;
    justify-content: left;
    padding-right: 50px;
    gap: 50px;
    border-bottom: none;

  }
  .oz-site-wrapper #hero-dark .companies-row.not-contained .company-container {
    max-width: none!important;
  }
  .oz-site-wrapper #hero-dark .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) {

  .oz-site-wrapper #hero-dark.is-solidity h1 {
    font-weight: 600;
    line-height: 110%;
    max-width: 365px;
    font-size: 40px;
  }
  .oz-site-wrapper #hero-dark.is-solidity h1 br {
    display: none;
  }
  .oz-site-wrapper #hero-dark .gradient-hero { 
    display: none;
  }
  .oz-site-wrapper #hero-dark iframe { 
    display: none!important;
  }
  .oz-site-wrapper #hero-dark .mobile-embed { 
    display: block!important;
  }
  .oz-site-wrapper #hero-dark .gradient-hero-mobile { 
    display: block!important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index; 0;
  }
}

@media (max-width: 425px) {

}
@media (max-width: 390px) {
  .oz-site-wrapper #hero-dark.is-solidity h1 {
    font-size: 36px;
  }
}


