.logobox {
  text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  font-family: "Nunito Sans", sans-serif;
  color: rgb(24, 25, 26);
  font-size: 1.6rem;
  font-weight: 300;
  box-sizing: inherit;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.logotext { 
  font-family: "Nunito Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: rgb(147, 147, 147);
  font-size: 1.6rem;
  font-weight: 300;
}

.container {
  box-sizing: border-box;
  flex-flow: row wrap;
  width: 100%;
  height: 100vh;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.grid {
  text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0px;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  row-gap: 150px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.tagline {
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  font-family: "Nunito Sans", sans-serif;
  color: rgb(147, 147, 147);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  margin: 0px 32px 32px;
}

.buttonstyle {
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px 0px 2.4rem;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-weight: 700;
  font-size: 0.8rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.75;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 6px 16px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: 4.1rem;
  letter-spacing: 1.25px;
  width: calc(100% - 96px);
  border-radius: 18px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  background-color: rgb(24, 25, 26);
}

.ripple {    text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.75;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  letter-spacing: 1.25px;
  box-sizing: inherit;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}