@font-face {
  font-family: "Monaspace Neon";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/monaspace-neon-latin-400-normal.ttf") format("truetype");
}
@font-face {
  font-family: "Monaspace Neon";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/monaspace-neon-latin-500-normal.ttf") format("truetype");
}
@font-face {
  font-family: "Monaspace Neon";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/monaspace-neon-latin-600-normal.ttf") format("truetype");
}
@font-face {
  font-family: "Monaspace Neon";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/monaspace-neon-latin-700-normal.ttf") format("truetype");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  src: url("/assets/fonts/CormorantGaramond-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: 700;
  src: url("/assets/fonts/Oswald-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: 600;
  src: url("/assets/fonts/Oswald-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-weight: 500;
  src: url("/assets/fonts/Oswald-Regular.ttf") format("truetype");
}
.container-large {
  max-width: 1200px;
}

.container-small {
  max-width: 900px;
}

.container-smaller {
  max-width: 690px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
}
.flex-row > * {
  flex: 1;
}

.flex-stretch {
  align-items: stretch;
}

#app {
  width: 100%;
}

h2.header {
  align-self: center;
  margin: 0 0 3rem 1.5rem;
  font-size: 1rem;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

#intro {
  margin-top: 5rem;
  height: calc(100vh - 5rem - 12rem);
}

#why, #how, #who {
  margin-top: -1px;
  padding: 3rem 0;
  background: white;
}

#features {
  background: white;
  margin-top: -1px;
}
#features .container {
  padding-bottom: 6rem;
  justify-content: space-around;
}
#features .container > article {
  max-width: 400px;
}

.intermezzo {
  background: white;
  padding: 3rem 0;
  margin-top: -1px;
}
.intermezzo h3 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  margin: 0;
  text-transform: uppercase;
  color: #cd7c8d;
  margin-left: 3rem;
  max-width: 600px;
  text-align: center;
}

#outro {
  background: white;
  height: 40vh;
}
#outro h3 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  margin: 0;
}
#outro button {
  background-color: black;
  margin-top: 3rem;
  align-self: center;
}

.block {
  position: relative;
  padding: 0 3rem 0 0;
  display: flex;
  flex-direction: column;
}
.block .circle {
  position: absolute;
  border-radius: 50%;
  background: #F1DEE1;
  width: 100%;
  height: 100%;
}
.block .tag {
  font-size: 1rem;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.block h3 {
  position: relative;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  margin: 0;
  color: #57212d;
}
.block a {
  position: relative;
  color: #cd7c8d;
  text-decoration: none;
  border-bottom: 1px solid #cd7c8d;
  align-self: flex-start;
}
.block p {
  position: relative;
}
.block:last-child {
  padding-right: 0;
}
.block.centered {
  padding: 3rem;
}
.block.centered p {
  text-align: center;
}

header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #cd7c8d;
  border-bottom: 1px solid #57212d;
  z-index: 99;
}
header svg#owl {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  height: 4rem;
  width: auto;
}
header svg#owl path {
  fill: #57212d;
}
header .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header nav ul li {
  padding: 0 0.75rem;
}
header h1 {
  color: #57212d;
  margin: 0.75rem;
}
header h1 span {
  color: #fff;
}

#crowd {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100vw;
  height: auto;
}

main {
  position: relative;
}

#intro {
  position: relative;
}
#intro svg {
  position: absolute;
  margin-top: 6rem;
  width: 800px;
  opacity: 0.8;
}
#intro article {
  margin-top: 0rem;
  position: relative;
  padding: 1.5rem 11rem;
}
#intro h2 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  margin: 0;
  color: #57212d;
}
#intro p {
  text-align: center;
}
#intro button {
  position: absolute;
  bottom: 6rem;
  align-self: center;
  margin-top: 3rem;
  color: #57212d;
  background: #cd7c8d;
}

footer {
  background: black;
}

#page {
  margin-top: 5rem;
}
#page #page-intro {
  margin-top: 6rem;
}
#page #page-intro .tag {
  font-size: 1rem;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
#page #page-intro h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #cd7c8d;
  margin-bottom: 1.5rem;
}
#page #main-image {
  margin: 3rem auto 6rem auto;
}
#page #main-image img {
  width: 100%;
  height: auto;
}
#page .paragraph h3 {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.33;
  margin: 0;
  color: #57212d;
}
#page .paragraph h4 {
  font-size: 1rem;
  padding: 0;
  font-weight: 600;
}
#page .paragraph a {
  color: #cd7c8d;
  text-decoration: none;
  border-bottom: 1px solid #cd7c8d;
}
#page #outro {
  margin: 3rem 0;
  background: #cd7c8d;
  color: #57212d;
  padding: 1.5rem;
}
#page #outro h3 {
  margin-bottom: 1.5rem;
}
#page #outro ul {
  margin: auto;
  padding: 0;
  list-style-type: disc;
}

/*# sourceMappingURL=main.css.map */
