/*Hero section*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-1350 {
    padding: clamp(14rem, 23.82vw, 18.75rem) 1rem clamp(13.75rem, 7.82vw, 6.25rem);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-1350 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #hero-1350 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hero-1350 .cs-topper {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    display: block;
  }
  #hero-1350 .cs-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 20ch;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
    position: relative;
  }
  #hero-1350 .cs-text {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: clamp(29rem, 60vw, 38.785rem);
    margin: 0 0 2.5rem 0;
    color: #4e4b66;
  }
  #hero-1350 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #hero-1350 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 64rem) {
  #hero-1350 {
    padding: clamp(14.74rem, 23vw, 17.75rem);
  }
}