@import url("http://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* line 3, ../sass/styles.sass */
html {
  font-size: 100%;
  height: 100%;
  min-height: 650px;
}

/* line 7, ../sass/styles.sass */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-size: 100%;
  color: #ffffff;
  background: #000000;
  text-align: center;
  height: 100%;
  margin: 0;
}

/* line 18, ../sass/styles.sass */
.max-100 {
  max-width: 100%;
}

/* line 21, ../sass/styles.sass */
.bold {
  font-weight: 700;
}

/* line 23, ../sass/styles.sass */
.thin {
  font-weight: 200;
}

/* line 28, ../sass/styles.sass */
.layout {
  position: relative;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: none;
  padding: 0;
}
/* line 36, ../sass/styles.sass */
.layout td {
  vertical-align: bottom;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 41, ../sass/styles.sass */
.layout .line-1 td {
  color: #bffe00;
  font-size: 36px;
  font-weight: 700;
  height: 60%;
}
/* line 48, ../sass/styles.sass */
.layout .line-1 td div:first-child {
  margin-bottom: 10px;
}
/* line 50, ../sass/styles.sass */
.layout .line-1 td div:last-child {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 41, ../sass/styles.sass */
  .layout .line-1 td {
    font-size: 30px;
  }
}
/* line 55, ../sass/styles.sass */
.layout .line-2 td {
  vertical-align: top;
}
/* line 59, ../sass/styles.sass */
.layout .line-2 td div:first-child {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 59, ../sass/styles.sass */
  .layout .line-2 td div:first-child {
    font-size: 24px;
  }
}
/* line 65, ../sass/styles.sass */
.layout .line-2 td div:nth-child(2) {
  font-size: 44px;
  font-weight: 200;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 65, ../sass/styles.sass */
  .layout .line-2 td div:nth-child(2) {
    font-size: 28px;
  }
}
/* line 72, ../sass/styles.sass */
.layout .line-2 td div:last-child {
  font-size: 16px;
}
