/***
HERO HEADER
***/
#section-hero-header {
  background-color: var(--color-surface-dark);
  padding-top: 80px;
}

#section-hero-header .component-home-hero {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 100px 30px;
}

#section-hero-header .component-two-columns-title > .column:nth-child(1) {
  width: 40%;
  max-width: 40%;
}

#section-hero-header .component-two-columns-title > .column:nth-child(2) {
  width: 60%;
  max-width: 60%;
}

#section-hero-header .component-home-hero h1,
#section-hero-header .component-home-hero b {
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  margin: 0 0 30px 0;
  color:#f3f4f4;
  max-width: 320px;
}

#section-hero-header .component-home-hero h1 span {
  color:#f3f4f4;
}

#section-hero-header .component-home-hero h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
  color:#f3f4f4;
  margin: 0 0 0 20px;
}

#section-hero-header .component-home-hero h3 span {
  color:#f3f4f4;
}

#section-hero-header .component-home-hero .description-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 20px;
}

#section-hero-header .component-home-hero .description-container h3 {
  margin: 0;
  position: relative;
  padding-left: 20px;
}

#section-hero-header .component-home-hero .description-container .fyx-spin {
  left: 0;
  top: 0;
}

#section-hero-header .component-home-hero .video-container {
  width: 100%;
  position: relative;
}

#section-hero-header .component-home-hero .video-container video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#section-hero-header .component-home-hero .button-container {
  display: flex;
  bottom: 30px;
  left: 30px;
  position: absolute;
  z-index: 10;
}

#section-hero-header .component-home-hero .button {
  margin: 0;
}

@media (max-width: 980px) {

  #section-hero-header .component-home-hero {
    padding: 30px 20px 100px 20px;
  }
  
  #section-hero-header .component-two-columns-title {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap:0;
  }

  #section-hero-header .component-home-hero h1 {
    max-width: 100%;
  }

  #section-hero-header .component-home-hero h1, 
  #section-hero-header .component-home-hero b {
    font-size: 40px;
    line-height: 44px;
  }

  #section-hero-header .component-home-hero .description-container {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom:  0 !important;
    justify-items: start;
    justify-content: start;    
  }

  #section-hero-header .component-home-hero h3 {
    font-size: 17px;
    line-height: 30px;
  }
  
  #section-hero-header .component-two-columns-title > .column:nth-child(1),
  #section-hero-header .component-two-columns-title > .column:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }

  #section-hero-header .component-home-hero .column:nth-child(1) {
      padding-bottom: 0;
  }

  #section-hero-header .component-home-hero {
    padding-bottom: 60px;
  }

  #section-hero-header .component-home-hero .button-container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }

  #section-hero-header .component-home-hero .video-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  #section-hero-header #home-video {
    display: block;
    height: auto;
  }

}
