html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ol,
ul,
menu,
figure,
blockquote,
p,
pre,
form {
  margin: 0;
}
menu,
ol,
ul {
  padding: 0;
  list-style: none;
  list-style-image: none;
}
main {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
img,
svg {
  vertical-align: middle;
}
button {
  background: transparent;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

.container {
  text-align: center;
  display: block;
  padding-top: 50px;
}

.content-container {
  display: inline-block;
  max-width: 680px;
  text-align: left;
}

h1 {
  box-sizing: border-box;
  color: rgb(41, 41, 41);
  display: block;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, Arial;
  font-size: 44px;
  font-style: normal;
  font-weight: bolder;
  letter-spacing: -0.506px;
  overflow-wrap: break-word;
  text-rendering: optimizelegibility;
  width: 680px;
  word-spacing: 3px;
  margin-bottom: 50px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

h3 {
  box-sizing: border-box;
  color: rgb(41, 41, 41);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  letter-spacing: -0.506px;
  overflow-wrap: break-word;
  width: 680px;
  font-weight: 100;
  margin-bottom: 10px;
  word-break: break-word;
}

h2 {
  box-sizing: border-box;
  color: rgb(41, 41, 41);
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  letter-spacing: -0.506px;
  overflow-wrap: break-word;
  width: 680px;
  font-weight: 100;
  margin-bottom: 10px;
  word-break: break-word;
}

p {
  margin-top: 10px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, Arial;
  /* font-family: 'Nunito Sans', sans-serif; */
  font-size: 21px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 50px;
  white-space: pre-line;
}

a {
  color: rgb(41, 41, 41);
  text-decoration: underline;
}

.author-container {
  position: fixed;
  left: 80px;
  top: 80px;
  width: 150px;
  text-align: left;
  background: white;
}

.author-name {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 100;
  margin-bottom: 15px;
}

.author-bio {
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  opacity: 0.7;
}

.footer-container {
  min-height: 350px;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  line-height: 22px;
  font-family: 'Nunito Sans', sans-serif;
  background: #171347;
}

.kompassify-logo {
  margin-bottom: 20px;
}

.kompassify-logo img {
  height: 35px;
}

.kompassify-mission {
  float: left;
  width: 340px;
  height: 100px;
  color: white;
  text-decoration: none;
  margin-left: 150px;
}

.footer-brand {
  font-size: 20px;
  font-weight: bolder;
  color: white !important;
  font-family: 'Raleway', sans-serif !important;
}

.all-rights-reserved {
  margin-top: 70px;
  font-size: 14px;
}

.kompassify-heighlight {
  color: white;
  font-weight: bold;
  margin-right: 20px;
}

.pre-footer {
  margin-top: 100px;
  background: #fafafa;
  min-height: 200px;
  text-align: center;
}

.article-date {
  font-family: 'Roboto', sans-serif;
  margin-bottom: -20px;
  opacity: 1;
  color: rgba(117, 117, 117, 1);
  font-size: 14px;
}

.article-time {
  margin-right: 5px;
}
.article-duration {
  margin-left: 5px;
}

.paragraph-image {
  margin-top: -30px;
  margin-bottom: 60px;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.image-label {
  display: block;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
}

.subscribe-container {
  background: white;
  width: 50%;
  margin-top: -100px;
  margin-bottom: 50px;
  padding: 40px;
  text-align: left;
  display: inline-block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.subscribe-button {
  background: linear-gradient(90deg, #5c5cff 0%, #98b4d6 100%);
  color: #ffffff;
  border: none;
  transition: 300ms;
  height: 40px;
  width: 150px;
  cursor: pointer;
  font-size: 20px;
}

.subscription-email-input {
  height: 39px;
  padding-left: 20px;
  font-size: 20px;
  margin-right: -3px;
  background: #f5f7fa;
  color: black;
  font-family: 'Raleway', sans-serif;
  border: none;
  width: 400px;
  font-weight: bolder;
}

.subscription-email-input:focus,
.subscription-email-input:focus,
.subscription-email-input:focus {
  outline: none !important;
  outline: none !important;
}

.footer-container {
  text-align: left;
}

.footer-header {
  font-weight: bolder;
  color: white;
}

.footer-item {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 7px;
  color: #a0aec0;
}

.footer-item:hover {
  color: white;
}

.about-company-section {
  display: inline-block;
  margin-right: 20px;
}

.about-company-wrapper {
  float: right;
  margin-right: 110px;
}

.onboarding-preview-image {
  width: 500px;
  margin-top: -20px;
  margin-bottom: -20px;
  box-shadow: none;
}

@media only screen and (max-width: 800px) {
  body {
    position: absolute;
    width: 100%;
  }

  .video-image {
    width: 326px !important;
  }

  h1,
  h2,
  h3,
  .content-container,
  .user-onboarding-aha {
    width: 90%;
  }

  h2,
  h3{
    box-sizing: border-box;
    color: rgb(41, 41, 41);
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
      Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, Arial;
    font-size: 46px;
    font-style: normal;
    font-weight: bolder;
    letter-spacing: -0.506px;
    overflow-wrap: break-word;
    text-rendering: optimizelegibility;
    word-spacing: 3px;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
  }

  .author-container {
    display: none;
  }

  .subscription-email-input {
    width: 100px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 17px;
    line-height: 1.6;
  }

  .subscribe-container {
    width: 80%;
  }

  .subscribe-button {
    width: 80px;
    font-size: 15px;
  }

  .subscription-email-input {
    font-size: 15px;
  }

  .kompassify-mission {
    display: none;
  }

  .onboarding-preview-image {
    width: auto!;
    max-width: 90%;
  }
}

.thank-you-card {
  display: inline-block;
  padding: 15px;
  margin-top: 20px;
  font-size: 25px;
  color: white;
  background: #5bc9a7;
  border-radius: 4px;
  padding-right: 50px;
  font-family: 'Roboto', sans-serif;
  display: none;
}

.image-card-wrapper {
  text-align: center;
}
