.header-wrapper {
  max-width: 200vw;
  background-color: var(--c--secondary);
  margin-top: 10px !important;
}

.hs_cos_wrapper div.header-wrapper--animated {
  overflow:hidden;
  z-index: 99;
  position: absolute;
  left: 24%;
  right: 0;
  top: 50px;
  background: none;
}



.header-wrapper .page-center {
  margin-top: 0px;
  margin-bottom: 0px;
  width: var(--w--m);
  max-width: 100%;
  overflow: hidden;
}

.header-block {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  align-items: center;
  justify-content: space-between;
}

.header-block:before,
.header-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  border-radius: 10px;
  top: 0;
  left: 0;
}

.header-text::before {
  display: none;
}

.header-text * {
  position: relative;
  z-index: 999;
}

.header-logo {
}

.header-text h2 {
  margin-top: 0px;
}

.header-logo img {
  height: 50px;
}

.header-text {
    /* display: flex;
    flex-direction: column; */
    max-width: 60%;
    margin-left: 10px;
}

.header-text a:hover {
  text-decoration: none;
  color: var(--c-primary);
}

.header-text li:before {
  color: var(--c-primary);
}

.header-intro {
  padding-top: 35px;
}

.header-intro * {
  font-size: var(--fs--p--l);
  line-height: var(--lh--p--l);
  color: var(---c--dark);
}

.header-text h1 {
  color: var(--c--dark);
}

.header-hero a, .header-hero img {
  width: 100%;
  max-width: 640px;
}

h1.scroll_animation {
  font-style: normal;
  font-weight: 700;
  font-size: 180px !important;
  line-height: 100% !important;
  width: 200vw;
  z-index: 99;
  white-space: nowrap;
  background-color: none !important;
  -webkit-font-smoothing antialiased;
}



.header-wrapper.widget_1657278242149 .header-hero {
    padding: 0 0 40px !important;
}

@media(max-width:900px) {
  .header-wrapper {
    margin-top: initial;
    min-height: initial;
  }

  .header-wrapper .page-center {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
  }
  

  
  .header-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
  .header-hero img, .header-hero a {
    width: 100vw;
    max-width: 100%;
  }

  .header-block {
    width: 100%;
    min-height: initial;
    border-radius: 0px;
    position: relative;
    flex-direction: column;
  }

  .header-logo {
    left: 25px;
    top: 25px;
  }

  .header-logo img {
    height: 44px;
  }

  .header-text {
    max-width: 100%;
    padding: 0px 25px 75px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
  }

  .header-text:before {
    display: block;
    z-index: -1;
    border-radius: initial;
  }

  .header-text h2 {
    font-size: var(--fs--h2);
    line-height: var(--lh--h2);
  }

  .header-intro {
    padding-top: 16px;
  }

  .header-intro * {
    font-size: var(--fs--p);
    line-height: var(--lh--p);
    color: var(--c--dark);
  }
  

  .header-text h2 {
  margin-top: 30px;
}
h1.scroll_animation {
      width: max-content;
  font-size: 100px  !important;
}
.header-wrapper--animated {
  top: 77vw;
  left: 14%;
}
}