﻿:root {
  color: #242424;
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
}

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

input {
  outline-style: none;
}

html {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
html.pink-white-cloud {
  background-image: url("/imgs/pink-white-cloud.jpg");
}
html.blue-sky-light-bulbs {
  background-image: url("/imgs/blue-sky-light-bulbs.jpg");
}
html.blue-yellow-light-bulb {
  background-image: url("/imgs/blue-yellow-light-bulb.jpg");
}
@media (width <= 800px) {
  html {
    background-size: auto 100%;
    background-position-x: 25%;
  }
}
@media (width <= 600px) {
  html {
    background-size: auto 100%;
    background-position-x: 20%;
  }
}

body {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  margin: 0;
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: local("Barlow"), url("/assets/fonts/Barlow-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: local("Barlow"), url("/assets/fonts/Barlow-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: local("Barlow"), url("/assets/fonts/Barlow-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: local("Barlow"), url("/assets/fonts/Barlow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: local("Barlow"), url("/assets/fonts/Barlow-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: local("Barlow"), url("/assets/fonts/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: local("Barlow"), url("/assets/fonts/Barlow-Bold.ttf") format("truetype");
}
.under-construnction-page {
  width: 100%;
  padding-bottom: 2.5rem;
}
.under-construnction-page .top-space {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}
.under-construnction-page .top-space .site-name {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  vertical-align: baseline;
}
.under-construnction-page .top-space .site-name .site-name-colab {
  font-weight: 600;
}
.under-construnction-page .top-space .site-name .site-name-idea {
  font-weight: 300;
}
.under-construnction-page .top-space .languages {
  display: flex;
  flex-direction: row;
  justify-content: end;
  color: #eeeeee;
}
.under-construnction-page .top-space .languages .lang {
  padding-left: 20px;
  padding-top: 0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 900;
}
@media (width > 1920px) {
  .under-construnction-page .top-space .languages .lang {
    font-size: 28px;
  }
}
.under-construnction-page .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.under-construnction-page .content-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (width <= 600px) {
  .under-construnction-page .content-box {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.under-construnction-page .catch-text-container {
  width: fit-content;
}
.under-construnction-page .catch-text-container .catch-text {
  font-size: 1.5rem;
  width: fit-content;
  color: #242424;
  line-height: 1.45rem;
}
@media (width > 1920px) {
  .under-construnction-page .catch-text-container .catch-text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.under-construnction-page .catch-text-container .catch-text .catch-text-item {
  padding-bottom: 0.5rem;
}
@media (width > 1920px) {
  .under-construnction-page .catch-text-container .catch-text .catch-text-item {
    padding-bottom: 1rem;
  }
}
.under-construnction-page .catch-text-container .catch-text .catch-text-item.catch-text-item-intro {
  padding-top: 1.25rem;
}
.under-construnction-page .catch-text-container .catch-text .catch-text-item.emphasis {
  padding-top: 0.75rem;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 600;
}
@media (width > 1920px) {
  .under-construnction-page .catch-text-container .catch-text .catch-text-item.emphasis {
    font-size: 3rem;
  }
}
.under-construnction-page .wip-box-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 3.75rem;
}
@media (width <= 800px) {
  .under-construnction-page .wip-box-container {
    padding-top: 0.625rem;
  }
}
@media (width <= 800px) {
  .under-construnction-page .wip-box {
    margin-top: 2.5rem;
    min-width: 300px;
  }
}
@media (width <= 600px) {
  .under-construnction-page .wip-box {
    margin-top: 2.5rem;
    min-width: 280px;
  }
}
.under-construnction-page .wip-text {
  width: 100%;
  word-spacing: 0.5rem;
  color: #242424;
}
.under-construnction-page .wip-text .wip-text-item {
  text-align: center;
  font-size: 3rem;
}
@media (width <= 800px) {
  .under-construnction-page .wip-text .wip-text-item {
    font-size: 3rem;
  }
}
@media (width <= 600px) {
  .under-construnction-page .wip-text .wip-text-item {
    font-size: 2.5rem;
  }
}
@media (width > 1920px) {
  .under-construnction-page .wip-text .wip-text-item {
    font-size: 4rem;
  }
}
.under-construnction-page .readiness-container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (width > 1920px) {
  .under-construnction-page .readiness-container {
    font-size: 1.1rem;
  }
}
.under-construnction-page .readiness-container .readiness-message {
  text-transform: uppercase;
  margin-left: 10%;
  padding-left: 1%;
  padding-bottom: 1rem;
  color: #242424;
}
.under-construnction-page .readiness-container .readiness-bar {
  background-color: white;
  height: 13px;
  margin-left: 10%;
  margin-right: 10%;
  border: 1px solid #87c4de;
}
.under-construnction-page .readiness-container .readiness-bar .readiness-bar-done {
  height: 11px;
  background-color: #87c4de;
  width: 1%;
}
.under-construnction-page .readiness-container .readiness-bar-indicators {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.1rem;
}
.under-construnction-page .readiness-container .readiness-bar-indicators .indicator-start {
  margin-left: 10%;
  padding-left: 1%;
  text-align: right;
}
.under-construnction-page .readiness-container .readiness-bar-indicators .indicator-end {
  margin-right: 7%;
}
.under-construnction-page .notify {
  padding-top: 20px;
}
.under-construnction-page .notify .notify-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
@media (width <= 800px) {
  .under-construnction-page .notify .notify-items {
    display: flex;
    flex-direction: column;
  }
}
@media (width <= 800px) {
  .under-construnction-page .notify .notify-items .notify-input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.under-construnction-page .notify .notify-items .notify-input-container .notify-input {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  border: none;
}
@media (width > 800px) {
  .under-construnction-page .notify .notify-items .notify-input-container .notify-input {
    min-width: 300px;
  }
}
.under-construnction-page .notify .notify-items .notify-input-container .notify-input:hover, .under-construnction-page .notify .notify-items .notify-input-container .notify-input:active, .under-construnction-page .notify .notify-items .notify-input-container .notify-input:focus {
  border: 1px solid #242424;
}
.under-construnction-page .notify .notify-items .notify-input-container .notify-input::placeholder, .under-construnction-page .notify .notify-items .notify-input-container .notify-input:-moz-placeholder, .under-construnction-page .notify .notify-items .notify-input-container .notify-input::-webkit-input-placeholder {
  color: lightgrey;
}
@media (width <= 800px) {
  .under-construnction-page .notify .notify-items .notify-input-container .notify-input {
    max-width: 320px;
  }
}
@media (width <= 600px) {
  .under-construnction-page .notify .notify-items .notify-input-container .notify-input {
    max-width: 250px;
  }
}
@media (width <= 800px) {
  .under-construnction-page .notify .notify-items .notify-button-container {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.under-construnction-page .notify .notify-items .notify-button-container .notify-button {
  background-color: #242424;
  border: unset;
  cursor: pointer;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #242424;
  color: white;
}
@media (width <= 800px) {
  .under-construnction-page .notify .notify-items .notify-button-container .notify-button {
    width: fit-content;
  }
}
.under-construnction-page .info-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2rem;
  color: #242424;
}
.under-construnction-page .info-icons .info-icons-icon {
  cursor: pointer;
  border: 1px solid #242424;
  border-radius: 50%;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
}
.under-construnction-page .footer {
  padding: 20px;
}
