.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6c6c6c;
  letter-spacing: .01em;
  background-color: #f6f6f6;
  font-family: Inter, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.coming-soon_hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.simple-footer {
  border-top: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
  box-shadow: 0 -1px #e0e0e0;
}

.simple-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.perfume-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.default-container {
  max-width: 68rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.cs-hero_w {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.subtitle_w {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  display: inline-flex;
}

.subtitle_line {
  opacity: .25;
  background-color: #101010;
  width: .0625rem;
  height: .875rem;
  margin-right: .5rem;
}

.subtitle_text {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.1;
}

.h1-heading-style {
  color: #101010;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  font-family: Saans, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-decoration {
  opacity: .5;
}

.cs-heading.h1-heading-style {
  max-width: 15ch;
}

.copyright-text {
  text-align: center;
  font-size: .75rem;
}

.text-link {
  color: #6c6c6c;
  text-decoration: underline;
  transition: color .1s;
}

.text-link:hover {
  color: #101010;
}

.paragraph-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.marquee-w {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee-element {
  border-radius: .5rem;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

.input {
  color: #101010;
  background-color: #fff;
  border: 1px #000;
  border-radius: 4rem;
  min-width: 16.5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 1rem;
  transition: box-shadow .1s;
  box-shadow: 0 0 #1010101a;
}

.input:hover {
  box-shadow: 0 0 0 4px #1010100f;
}

.input:focus {
  box-shadow: 0 0 0 4px #1010101a;
}

.input::placeholder {
  color: #6c6c6c;
}

.form-w {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 25.5rem;
  display: flex;
}

.input-button {
  background-color: #101010;
  border-radius: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  transition: box-shadow .1s;
  display: block;
}

.input-button:hover {
  box-shadow: 0 0 0 4px #10101029;
}

.error-state {
  color: #8b4343;
  border-radius: 8px;
  font-weight: 500;
}

.success-state {
  background-color: #eee;
  border-radius: 4rem;
  min-width: 25.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  padding: .5rem 0 0;
}

.success-state_text {
  height: 100%;
  font-weight: 500;
}

.form {
  margin-bottom: .2rem;
}

.thank-you {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.m-p {
  color: #101010;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .cs-hero_w {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .marquee-w {
    min-width: 300%;
  }
}

@media screen and (max-width: 767px) {
  .simple-hero {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .cs-heading.h1-heading-style {
    font-size: 2.6rem;
  }

  .marquee-w {
    min-width: 400%;
  }
}

@media screen and (max-width: 479px) {
  .simple-hero {
    padding-bottom: 2rem;
  }

  .cs-hero_w {
    align-items: stretch;
  }

  .cs-heading.h1-heading-style {
    font-size: 2rem;
  }

  .marquee-w {
    min-width: 500%;
  }

  .input {
    min-width: auto;
    max-width: 16.5rem;
  }

  .form-w {
    flex-flow: wrap;
    min-width: 100%;
  }

  .success-state {
    min-width: 100%;
  }

  .form {
    width: 100%;
  }
}


@font-face {
  font-family: 'Saans';
  src: url('../fonts/Saans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}