:root {
  font-size: 18px;
  --font-family: 'Play', sans-serif;
  --font-family-secondary: 'Play', sans-serif;
  --svg-mask-color: #8c81e19a;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-bg: #fff;
    --color-text-title: #141414;
    --color-text: #323232;
    --color-text-secondary: #717171;
    --color-text-button: #222222;
    --color-logo: #000000de;
    --color-branded-logo: #000000de;
    --color-button-bg: #f1f1f1;
    --color-button-hover: var(--svg-mask-color);
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #1c1c1c;
    --color-text-title: #fff;
    --color-text: #cdcdcd;
    --color-text-secondary: #bcbcbc;
    --color-text-button: #dedede;
    --color-logo: #ffffffee;
    --color-branded-logo: #67c667;
    --color-button-bg: #151515;
    --color-button-hover: #040404ee;
  }
}

body {
  margin: 0;
  overflow: inherit;
  width: 100vw;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-family);
  font-size: var(--font-size);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-title);
}

[landing] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
}

[container] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  height: 100dvh;
}

[landing] h1 {
  font-size: 56px;
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  [landing] h1 {
    font-size: 66px;
  }
}

@media only screen and (min-width: 768px) {
  [landing] h1 {
    font-size: 76px;
  }
}

[landing] h1 span[sub] {
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (min-width: 640px) {
  [landing] h1 span[sub] {
    font-size: 33px;
  }
}

@media only screen and (min-width: 768px) {
  [landing] h1 span[sub] {
    font-size: 38px;
  }
}

[landing] [subtitle] {
  margin-top: 20px;
  font-size: 26px;
  font-family: 'Play',var(--font-family);
  font-variant-caps: small-caps;
  font-variant: small-caps;
  font-weight: 500;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 640px) {
  [landing] [subtitle] {
    font-size: 31px;
  }
}

@media only screen and (min-width: 768px) {
  [landing] [subtitle] {
    font-size: 36px;
  }
}

[nocap] {
  font-variant: normal !important;
}

@media screen and (min-width: 420px) {
  [buttons] {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  [buttons] {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
}

a[button] {
  min-width: 240px;
  padding: 16px;
  border: 0;
  background-color: var(--color-button-bg);
  color: var(--color-text-button);
  font-weight: 600;
  font-size: 1.6rem;
  font-variant: all-small-caps;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}

@media screen and (min-width: 420px) {
  a[button] {
    font-size: 1.5rem;
    padding: 14px;
  }
}

a[button]:hover {
  background-color: var(--color-button-hover);
}

@media screen and (max-width: 599px) {
  [buttons] [button]:first-child {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 600px) {
  [buttons] [button]:first-child {
    margin-right: 12px;
  }
}

[image-mask] {
  width: 40px;
  height: 40px;
  -webkit-mask-size: 40px 40px;
  -moz-mask-size: 40px 40px;
  -ms-mask-size: 40px 40px;
  mask-size: 40px 40px;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-branded-logo);
}

i[mentorlycon-icon] {
  -webkit-mask-image: url(/assets/img/mentorlycon.svg);
  moz-mask-image: url(/assets/img/mentorlycon.svg);
  -ms-mask-image: url(/assets/img/mentorlycon.svg);
  mask-image: url(/assets/img/mentorlycon.svg);
  display: inline-block;
}

i[atomflow-icon] {
  -webkit-mask-image: url(/assets/img/atomflow.svg);
  moz-mask-image: url(/assets/img/atomflow.svg);
  -ms-mask-image: url(/assets/img/atomflow.svg);
  mask-image: url(/assets/img/atomflow.svg);
  display: inline-block;
}

[network] {
  -webkit-mask-image: url(/assets/img/network.svg);
  moz-mask-image: url(/assets/img/network.svg);
  -ms-mask-image: url(/assets/img/network.svg);
  mask-image: url(/assets/img/network.svg);
  background-color: var(--svg-mask-color);
  width: 256px;
  height: 256px;
   -webkit-mask-size: 256px 256px;
  -moz-mask-size: 256px 256px;
  -ms-mask-size: 256px 256px;
  mask-size: 256px 256px;
}

[digital-sphere] {
  -webkit-mask-image: url(/assets/img/digital-sphere.svg);
  moz-mask-image: url(/assets/img/digital-sphere.svg);
  -ms-mask-image: url(/assets/img/digital-sphere.svg);
  mask-image: url(/assets/img/digital-sphere.svg);
  background-color: var(--svg-mask-color);
  width: 100%;
  height: 100%;
   -webkit-mask-size: 100% 100%;
  -moz-mask-size: 100% 100%;
  -ms-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: fixed;
  left: 0;
  opacity: 0.15;
  z-index: -1;
}

[landing] [button] i {
  margin-inline-end: 10px;
}

#footer {
  font-size: .92em;
  color: var(--color-text-secondary);
  /* position: fixed; */
  bottom: 0;
  padding-bottom: 16px;
}