* {
  padding: 0;
  margin: 0;
}

.ts {
  box-sizing: border-box;
}
.ts--full-height {
  height: 100%;
  overflow: hidden;
}
.ts--full-height body {
  height: 100%;
  overflow: auto;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

html, body, input, button, textarea {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

body.page__dark-theme-mode--always-enabled {
  background: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (prefers-color-scheme: dark) {
  body.page__dark-theme-mode--auto {
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.8);
  }
}

h1 {
  flex-direction: row;
  font-size: 32pt;
  line-height: 40pt;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 800px) {
  h1 {
    font-size: 25pt;
  }
}

a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
a:hover {
  color: rgb(0, 0, 0);
}
body.page__dark-theme-mode--always-enabled a {
  color: rgb(255, 255, 255);
}
body.page__dark-theme-mode--always-enabled a:hover {
  color: rgb(255, 255, 255);
}

@media screen and (prefers-color-scheme: dark) {
  body.page__dark-theme-mode--auto a {
    color: rgb(255, 255, 255);
  }
  body.page__dark-theme-mode--auto a:hover {
    color: rgb(255, 255, 255);
  }
}

.index {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.logo {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16pt;
  font-weight: 300;
}
.logo span {
  font-size: 8pt;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 0.25rem;
  margin-left: 0.25rem;
}

.button {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14pt;
  line-height: 22pt;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 0.75rem 2rem;
  margin: 0 0.5rem;
  transition: background 100ms, color 150ms;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
}
.button:hover {
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
}
.button--secondary {
  background: linear-gradient(to right, rgba(91, 134, 229, 0.1), rgba(91, 134, 229, 0.05));
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.75;
}
.button--secondary:hover {
  background: linear-gradient(to right, rgba(91, 134, 229, 0.1), rgba(91, 134, 229, 0.05));
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
@media (max-width: 800px) {
  .button {
    padding: 0.75rem 1rem;
  }
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(91, 134, 229, 0) 0%, rgba(91, 134, 229, 0.2) 100%);
}
.top__content {
  width: 100%;
  max-width: 75rem;
  padding: 1rem 0;
  margin-bottom: 22rem;
  display: flex;
}
@media (max-width: 500px) {
  .top__content {
    margin-bottom: 5rem;
  }
}
.top__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem;
}
.top__right {
  padding-right: 2rem;
}
.top__right .button {
  margin: 0;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -20rem;
  margin-bottom: -20rem;
}
@media (max-width: 500px) {
  .header {
    top: -5rem;
    margin-bottom: -5rem;
  }
}
.header__content {
  width: 100%;
  max-width: 50rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 800px) {
  .header__content {
    margin-bottom: 2rem;
  }
}
.header__image img {
  width: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  .header__image img {
    margin-top: 4rem;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .header__image img {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.header__subtitle {
  color: rgb(0, 0, 0);
  font-size: 3.5em;
  line-height: 4rem;
  font-weight: 200;
  font-style: normal;
  margin: 0 2rem 2rem 2rem;
}
.header__subtitle span {
  font-style: italic;
}
@media (max-width: 800px) {
  .header__subtitle {
    font-size: 2.6em;
    line-height: 3rem;
    margin-bottom: 1rem;
    font-weight: 300;
  }
}
.header__intro {
  font-size: 14pt;
  line-height: 22pt;
  color: rgb(0, 0, 0);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  padding: 2rem 2rem 4rem 2rem;
}
@media (max-width: 800px) {
  .header__intro {
    padding: 0.5rem 2rem 2rem 2rem;
  }
}
@media (max-width: 500px) {
  .header__intro {
    padding-top: 0.5rem;
  }
}
.header__invitation {
  display: flex;
  padding: 0 1rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header__news {
  margin: 4rem 2rem 0 2rem;
  padding: 0.25rem;
  border-radius: 8px;
  font-size: 12pt;
  line-height: 18pt;
}
.header__news span {
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin-right: 0.5rem;
}
.header__news a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}
.header__news a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
@media (max-width: 800px) {
  .header__news {
    margin-top: 2rem;
  }
}

.features {
  background: rgba(0, 200, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features__content {
  width: 100%;
  max-width: 65rem;
  margin: 4rem 0;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 800px) {
  .features__content {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 500px) {
  .features__content {
    flex-direction: column;
  }
}
.features__content-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 800px) {
  .features__content-row {
    flex-direction: column;
  }
}
.features .feature {
  flex: 1;
  margin: 0;
  font-size: 12pt;
  line-height: 18pt;
}
.features .feature__title {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  align-items: center;
}
.features .feature__title img {
  width: 54px;
  height: 54px;
  margin-right: 1rem;
}
.features .feature__title h3 {
  font-size: 2em;
  font-weight: 300;
  line-height: 2.2rem;
}
.features .feature div {
  padding: 0 1.5rem;
  text-align: left;
}
@media (max-width: 800px) {
  .features .feature {
    margin-bottom: 2rem;
  }
}

.optimizations {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.optimizations__content {
  width: 100%;
  max-width: 40rem;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 800px) {
  .optimizations__content {
    margin: 3rem 0 3rem 0;
  }
}
.optimizations__title {
  font-size: 2em;
  font-weight: 300;
  line-height: 2.2rem;
  font-style: italic;
  margin-bottom: 2rem;
}
.optimizations__blocks {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 500px) {
  .optimizations__blocks {
    flex-direction: column;
  }
}
.optimizations__blocks-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  text-align: center;
}
.optimizations__explanation {
  padding: 2rem;
  margin-top: 2rem;
  background: rgba(91, 134, 229, 0.1);
  border-radius: 8px;
}
@media (max-width: 40rem) {
  .optimizations__explanation {
    border-radius: 0;
  }
}
.optimizations__p {
  font-size: 14pt;
  line-height: 22pt;
  padding-bottom: 2rem;
}
.optimizations__p:last-child {
  padding-bottom: 0;
}
.optimizations__p--smaller {
  font-size: 11pt;
  line-height: 16pt;
}

.optimization {
  flex: 1;
  margin-top: 1rem;
}
.optimization img {
  width: 50%;
  max-width: 90px;
}
.optimization h4 {
  font-size: 14pt;
  line-height: 22pt;
  font-weight: 600;
  margin-top: 0.5rem;
}

.showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showcase__content {
  width: 100%;
  max-width: 75rem;
  margin: 0 0 4rem 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 800px) {
  .showcase__content {
    margin: 0 0 3rem 0;
  }
}
.showcase__title {
  font-size: 2em;
  font-weight: 300;
  line-height: 2.2rem;
  font-style: italic;
  padding: 0 2rem 2rem 2rem;
}
.showcase__content-items {
  display: flex;
  flex-direction: row;
  text-align: center;
  padding: 0 1rem;
}
@media (max-width: 500px) {
  .showcase__content-items {
    flex-direction: column;
  }
}
.showcase__content-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (max-width: 800px) {
  .showcase__content-row {
    flex-direction: column;
  }
}

.showcase-item {
  flex: 1;
  display: flex;
  height: 100%;
  border-radius: 8px;
  padding: 8px;
}
@media (max-width: 500px) {
  .showcase-item {
    padding: 4px 8px;
  }
}
.showcase-item__container {
  padding: 0;
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  min-height: 8rem;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 800px) {
  .showcase-item__container {
    min-height: auto;
  }
}
.showcase-item__container:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.showcase-item__container:hover .project-publication__title {
  text-decoration: none;
}
.showcase-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  justify-content: left;
}
.showcase-item__title {
  font-size: 14pt;
  line-height: 22pt;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.showcase-item__image {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .showcase-item__image {
    display: none;
  }
}
.showcase-item__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 10rem;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 800px) {
  .showcase-item__image img {
    border-radius: 0;
  }
}

.content-distribution {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-distribution__content {
  width: 100%;
  max-width: 55rem;
  margin: 0 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 800px) {
  .content-distribution__content {
    margin: 0 0 3rem 0;
  }
}
.content-distribution__title {
  font-size: 2em;
  font-weight: 300;
  line-height: 2.2rem;
  font-style: italic;
  padding: 0 2rem 2rem 2rem;
}
.content-distribution__image img {
  width: 100%;
}
.content-distribution__text {
  padding: 2rem;
  margin-top: 0;
  background: rgba(0, 200, 0, 0.1);
  border-radius: 8px;
}
@media (max-width: 40rem) {
  .content-distribution__text {
    border-radius: 0;
  }
}
.content-distribution__p {
  font-size: 14pt;
  line-height: 22pt;
  padding-bottom: 2rem;
}
.content-distribution__p:last-child {
  padding-bottom: 0;
}

.editor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.editor__content {
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 1rem 0 0 0;
}
.editor__title {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 2.8rem;
  font-style: italic;
  padding: 0 2rem 2rem 2rem;
}
.editor__image img {
  width: 100%;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
  .editor__image img {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .editor__image img {
    margin-bottom: 2rem;
  }
}

.pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.pricing__content {
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.pricing__content a {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .pricing__content {
    flex-direction: column;
    margin: 0;
  }
}
.pricing__block {
  flex: 1;
}
.pricing__block--pro {
  box-shadow: none;
}
.pricing__block-content {
  padding: 4rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
  margin-top: -3px;
}
@media (max-width: 800px) {
  .pricing__block-content {
    padding: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 500px) {
  .pricing__block-content {
    margin-top: 0;
  }
}
.pricing__block-content--pro {
  border-radius: 0 0 8px 8px;
  background: rgba(91, 134, 229, 0.2);
}
@media (max-width: 800px) {
  .pricing__block-content--pro {
    border-radius: 8px 0 0 8px;
  }
}
@media (max-width: 500px) {
  .pricing__block-content--pro {
    border-radius: 0;
  }
}
.pricing__block-content .button {
  margin-top: 2rem;
}
.pricing ul {
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 1rem;
  text-align: left;
}
.pricing ul li {
  margin-top: 1rem;
}
.pricing h3 {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 2.6rem;
  font-style: italic;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 500px) {
  .pricing h3 {
    text-align: left;
  }
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 0;
}
.footer__content {
  width: 100%;
  max-width: 50rem;
  padding: 0 1rem;
}
.footer__ul {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  list-style: none;
  padding: 0 1rem;
  font-size: 11pt;
  line-height: 16pt;
}
.footer__ul li {
  display: inline-block;
  padding-right: 1rem;
}
.footer__ul li:last-child {
  padding-right: 0;
}
.footer__ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 11pt !important;
  line-height: 16pt !important;
}
.footer__ul li a:hover {
  text-decoration: none;
}

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