#sep-promo {
  font-size: 14px;
}
#sep-hero {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../../../images/25/sep/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/sep/hero/back.jpg") 1x,
    url("../../../images/25/sep/hero/back@2x.jpg") 2x
  );
}
#sep-hero .sep-container {
  width: 100%;
}
#sep-hero .sep-inner {
  gap: 1em;
}
#sep-hero .headline {
  width: 42em;
  top: -4em;
}
#sep-hero .text {
  margin-bottom: 2em;
}
#sep-hero .sep-main {
  margin-top: 7em;
  margin-bottom: 10em;
}
#sep-hero .button {
  font-size: 1.7em;
  height: 1.8em;
  width: 9em;
  border-radius: 0.9em;
  background-color: #111445;
  line-height: 1px;
}
#sep-hero .animation {
  margin-bottom: 4em;
  max-width: unset;
}
#sep-hero .sep-right .image-right {
  max-width: unset;
  bottom: 0;
}
#sep-hero .sep-right {
  height: 100%;
}
#sep-hero .leaves {
  top: 0;
  left: -21em;
}

#sep-hero .button,
#sep-hero .button:hover,
#sep-hero .button:active,
#sep-hero .button:visited {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
  #sep-hero .sep-main {
    margin-left: 14em;
  }
}
@media screen and (max-width: 991px) {
  @supports (background: -webkit-named-image(i)) {
    html {
      overflow-x: hidden !important;
    }
  }
  #sep-hero .sep-main {
    margin-left: 0;
  }
  #sep-hero .leaves {
    top: 0;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  #sep-hero {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../../../images/25/sep/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/back-m.jpg") 1x,
      url("../../../images/25/sep/hero/back-m@2x.jpg") 2x
    );
  }
  #sep-hero .sep-container {
    width: 100%;
  }
  #sep-hero .sep-main {
    width: 100%;
    margin-top: 8%;
  }
  #sep-hero .sep-inner {
    flex-direction: column;
    width: 100%;
  }
  #sep-hero .sep-main .main {
    width: 74%;
  }
  #sep-hero .sep-right {
    width: 100%;
  }
  #sep-hero .headline {
    width: 81%;
    top: -7%;
  }
  #sep-hero .text {
    top: 0;
    margin-bottom: 4%;
    width: 58%;
  }
  #sep-hero .animation {
    margin-bottom: 12%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #sep-hero .button {
    font-size: 1.5em;
  }
  #sep-hero .sep-main {
    width: 100%;
    margin-top: 8%;
    margin-bottom: 84%;
  }
  #sep-hero .text {
    top: 0;
    margin-bottom: 4%;
    width: 85%;
  }
  #sep-hero .headline {
    width: 91%;
    top: -27%;
  }
  #sep-hero .animation {
    margin-bottom: 6%;
    max-width: 100%;
    width: 100%;
  }
  #sep-hero .sep-main .main {
    width: 68%;
  }
}
