@import url("http://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("http://fonts.googleapis.com/css2?family=Michroma&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: #000000;
  background: #ffffff;
  text-align: center;
  height: 100%;
  margin: 0;
}

/* line 18, ../sass/styles.sass */
.max-100 {
  max-width: 100%;
}

/* line 23, ../sass/styles.sass */
.layout {
  position: relative;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border: none;
  padding: 0;
}
/* line 31, ../sass/styles.sass */
.layout td {
  vertical-align: bottom;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 36, ../sass/styles.sass */
.layout .line-1 td {
  height: 45%;
  vertical-align: middle;
}
/* line 40, ../sass/styles.sass */
.layout .line-2 td {
  vertical-align: top;
}
/* line 44, ../sass/styles.sass */
.layout .line-2 td div:first-child {
  font-size: 21px;
  margin-bottom: 10px;
}
/* line 47, ../sass/styles.sass */
.layout .line-2 td div:nth-child(2) {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 47, ../sass/styles.sass */
  .layout .line-2 td div:nth-child(2) {
    font-size: 24px;
  }
}
/* line 54, ../sass/styles.sass */
.layout .line-2 td div:nth-child(3) {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 57, ../sass/styles.sass */
.layout .line-2 td div:nth-child(4) {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
/* line 62, ../sass/styles.sass */
.layout .line-2 td div:nth-child(4) span {
  color: #bd8cbf;
}
/* line 64, ../sass/styles.sass */
.layout .line-2 td div:last-child {
  font-size: 14px;
}
/* line 67, ../sass/styles.sass */
.layout .line-2 td div:last-child span {
  font-weight: 700;
}
/* line 71, ../sass/styles.sass */
.layout .line-3 td > div {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  border-top: 1px solid #000000;
  padding: 5px 0;
}
@media (max-width: 767px) {
  /* line 71, ../sass/styles.sass */
  .layout .line-3 td > div {
    flex-direction: column;
  }
}
