/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  /* min-height: 100vh; */
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
}

#waveContainer {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
body {
  background: linear-gradient(140deg, #eaebfa 34%, #646be857 91%);
  font-family: 'Lato', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif !important;
  color: #343ac8;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

#main {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 80px 20px 20px 20px;
  text-align: center;
}

#info {
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}

#by {
  /* margin-bottom: 2rem; */
  font-size: 1.5rem;
  line-height: 125%;
  font-size: 44px;
  line-height: 145%;
  max-width: none;
}

#cta-readmore {
  -webkit-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    border-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    fill cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    stroke cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  -webkit-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    border-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    fill cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    stroke cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    transform cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    border-color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    color cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    fill cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    stroke cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    opacity cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    box-shadow cubic-bezier(0.4, 0, 0.2, 1) 150ms,
    transform cubic-bezier(0.4, 0, 0.2, 1) 150ms;
  -webkit-transition-property: box-shadow, border-color, background-color, width;
  transition-property: box-shadow, border-color, background-color, width;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  font-size: 1.25rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-color: #343ac8;
  border-color: #343ac8;
}

#cta-readmore:hover {
  background-color: #171c8e;
  border-color: #171c8e;
}

#cta-twitter:hover {
  background-color: #171c8e;
  border-color: #171c8e;
}

#cta-twitter svg {
  margin-right: 0.8rem;
}

#title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 145%;
  max-width: none;
  margin-bottom: 2rem;
  justify-content: center;
}

#sub-title {
  font-size: 1.4rem;
  line-height: 125%;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

#logo {
  fill: #343ac8;
  /* width: 2rem; */
  /* height: 2rem; */
  margin-right: 0.8rem;
  font-size: 5rem;
}

#stay-tuned {
  font-size: 1.3rem;
  line-height: 125%;
  margin-bottom: 1rem;
}

@media (min-width: 1252px) {
  #sub-title {
    justify-content: start;
  }
  #title {
    justify-content: start;
    font-weight: 700;
    max-width: 600px;
    margin-bottom: 1rem;
    font-size: 64px;
    line-height: 125%;
  }
  #main {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 1252px;
    padding: 200px 20px 20px 20px;
  }
}
