
        
  .video-bg{
    position: relative;
    overflow-x: hidden;
    padding: 0px;
  }

  .__dark-bg{
    display: block;
    position: absolute;
    width: 4000px;
    background-color: rgba(170, 207, 13,.6);
    top: 0;
    left:0;
    transform: translateX(-50%);
    z-index: -10;
    overflow: hidden;
  }
  
  /* component */
  .video-bg__media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -0;
  }
  .video-bg__media video {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    max-width: none;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .video-bg__media video {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) and (-ms-ime-align: auto) {
    .video-bg__media video {
      height: auto;
      width: auto;
    }
  }
  .video-bg__media img {
    display: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .video-bg__media video {
      visibility: hidden;
    }
    .video-bg__media img {
      display: block;
      position: absolute;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }


  
  /* utility classes */
  .va6-text-center {
    text-align: center;
  }
  
  .va6-text-component :where(h1, h2, h3, h4) {
    line-height: var(--va6-heading-line-height, 1.2);
    margin-top: calc(var(--va6-space-md) * var(--va6-space-multiplier, 1));
    margin-bottom: calc(var(--va6-space-sm) * var(--va6-space-multiplier, 1));
  }
  
  .va6-text-component :where(p, blockquote, ul li, ol li) {
    line-height: var(--va6-body-line-height, 1.4);
  }
  
  .va6-text-component :where(ul, ol, p, blockquote, .va6-text-component__block) {
    margin-bottom: calc(var(--va6-space-sm) * var(--va6-space-multiplier, 1));
  }
  
  .va6-text-component :where(ul, ol) {
    padding-left: 1.25em;
  }
  
  .va6-text-component ul :where(ul, ol), .va6-text-component ol :where(ul, ol) {
    padding-left: 1em;
    margin-bottom: 0;
  }
  
  .va6-text-component ul {
    list-style-type: disc;
  }
  
  .va6-text-component ol {
    list-style-type: decimal;
  }
  
  .va6-text-component img {
    display: block;
    margin: 0 auto;
  }
  
  .va6-text-component figcaption {
    margin-top: calc(var(--va6-space-xs) * var(--va6-space-multiplier, 1));
    font-size: var(--va6-text-sm);
    text-align: center;}
  
  .va6-text-component em {
    font-style: italic;
  }
  
  .va6-text-component strong {
    font-weight: bold;
  }
  
  .va6-text-component s {
    text-decoration: line-through;
  }
  
  .va6-text-component u {
    text-decoration: underline;
  }
  
  .va6-text-component mark {
    background-color: hsla(var(--va6-color-accent-hsl), 0.2);
    color: inherit;
  }
  
  .va6-text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid hsl(var(--va6-color-contrast-lower-hsl));
    font-style: italic;
  }
  
  .va6-text-component hr {
    margin: calc(var(--va6-space-md) * var(--va6-space-multiplier, 1)) auto;
    background: hsl(var(--va6-color-contrast-lower-hsl));
    height: 1px;
  }
  
  .va6-text-component > *:first-child {
    margin-top: 0;
  }
  
  .va6-text-component > *:last-child {
    margin-bottom: 0;
  }
  
  .va6-text-component.va6-line-height-xs {
    --va6-heading-line-height: 1;
    --va6-body-line-height: 1.1;
  }
  
  .va6-text-component.va6-line-height-sm {
    --va6-heading-line-height: 1.1;
    --va6-body-line-height: 1.2;
  }
  
  .va6-text-component.va6-line-height-md {
    --va6-heading-line-height: 1.15;
    --va6-body-line-height: 1.4;
  }
  
  .va6-text-component.va6-line-height-lg {
    --va6-heading-line-height: 1.22;
    --va6-body-line-height: 1.58;
  }
  
  .va6-text-component.va6-line-height-xl {
    --va6-heading-line-height: 1.3;
    --va6-body-line-height: 1.72;
  }
  
  .va6-padding-y-3xl {
    padding-top: var(--va6-space-3xl);
    padding-bottom: var(--va6-space-3xl);
  }
  
  .va6-flex-center {
    justify-content: center;
    align-items: center;
  }
  
  .va6-flex {
    display: flex;
  }
  
  .va6-z-index-2 {
    z-index: 2;
  }
  
  .va6-position-relative {
    position: relative;
  }
  
  .va6-max-width-lg {
    max-width: 80rem;
  }
  
  .va6-container {
    width: calc(100% - 2*var(--va6-space-md));
    margin-left: auto;
    margin-right: auto;
    height: 80vh;
    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  }

  .__dark-bg {
    display: block;
    position: absolute;
    width: 4000px;
    height: 100%;

    top: 0;
    left: 0;
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
}

.va6-flex {
    display: flex;
}
.va6-flex-center {
    justify-content: center;
    align-items: center;
}

.video-bg h1{
    color: white;
    position: relative;
    z-index: 999;
    margin-bottom: 20px;
}

.video-bg h5{
  color: var(--black);
}

.header{
    
  position: relative;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.header h1{
  color: var(--white);
  margin-bottom: 1rem;
  margin-top: -2rem;
  text-align: center;
}

.header p{
  color: var(--white);
  font-weight: 800;
}

.section1{
  margin-top: -1px;
  position: relative;
}


.section1 .clip1{
  position: absolute;
  top: 5px;
  left: -400px;
}

.section2{


}

.section2 h2{
  font-size: 50px;
}

.section2 .clip2{
  position: absolute;
  left: -100px;
  top: 20%;
}

.section2 .clip3{
  position: absolute;
  right: -100px;
  top: 50%;
}


.section2 .__box-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(14, 14, 14, .8);
  padding: 30px 10px;
  border-radius: 8px;
  min-height: 288px;
}

.section2 .__box-container h6{
  font-size: 30px;
}

.section2 .__box-container .__content{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section2 .__box-container .__left{
  
  padding-right: 30px;
}

.section2 .__box-container .__right{
  width: 60%;
}

.section2  .__button{
  border: 1px solid white;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: var(--color1);
  background-color: var(--color4);
  color: white;
}

.section2 .__box-container p,
.section2 .__box-container h6 {
  color: white;
}

.section2 .__hover:hover .__box-container{
  background-image: url("../img/home-section2-hover.png"); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  transition: 600ms;
}

.section2 .__hover:visited .__box-container{
  background-image: url("../img/home-section2-hover.png"); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  transition: 600ms;
}

.section2 .__button:hover{
  background-color: var(--color1);
  color: var(--white);
  transition: 600ms;
}

.section3{

}

.section3 h2{
  font-size: 50px;
}