:root {
  --black: #0e0e0e;
  --accentlight: #f9ecd7;
  --accent: #ffa228;
  --white: #eae8e5;
  --grey: #e1deda;
  --lightgrey: #f5f6f5
}
body {
  background-color: var(--black);
  color: var(--accentlight);
  font-family: Rubik,sans-serif;
  font-size: 15px;
  line-height: 22px
}
p {
  letter-spacing: .006rem;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5
}
a {
  color: var(--accent);
  text-decoration: underline
}
.helloheading {
  letter-spacing: -.05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .777rem;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 1
}
.helloheadingspan {
  font-size: 3.2rem
}
.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: relative
}
.section.tech {
  text-align: right
}
.section.cta {
  background-color: var(--accent);
  color: var(--black);
  padding-top: 4.44rem;
  padding-bottom: 4.44rem
}
.section.hero {
  margin-bottom: 0;
  padding-top: 0
}
.hellologo {
  height: 2.88888rem;
  margin-bottom: 2.222rem
}
.hellotext {
  margin-top: 2rem
}
.splash {
  z-index: 1;
  pointer-events: none;
  transform-origin: 100% 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 19rem;
  max-width: 768px;
  position: absolute;
  inset: 0 0 auto auto;
  transform: translate(-26%,-38%)
}
.container {
  overflow-wrap: break-word;
  width: 100%;
  max-width: 768px;
  position: relative
}
.page {
  background-image: none;
  flex-flow: column;
  max-width: 100vw;
  padding-top: 20vh;
  display: flex;
  overflow: hidden
}
.nav {
  z-index: 2;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.2rem;
  display: flex;
  position: fixed
}
.minilogo {
  height: 1.333rem
}
.menulink {
  color: var(--black);
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none
}
.navlinks {
  grid-column-gap: 1.1111rem;
  grid-row-gap: 1.1111rem;
  display: inline-flex
}
.navbar {
  justify-content: space-between;
  display: flex
}
.color-accent {
  color: var(--accent)
}
.refcar {
  grid-column-gap: 1.1111rem;
  grid-row-gap: 1.1111rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}
.ref {
  border-radius: 1.444rem;
  width: 100%;
  height: 100%;
  min-height: 18rem;
  overflow: hidden
}
.button {
  background-color: var(--black);
  color: var(--accent);
  border-radius: .333rem;
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  margin-top: 1.777rem;
  padding-top: 1.444rem;
  padding-bottom: 1.444rem;
  font-size: 1.15rem;
  font-weight: 600;
  transition: transform .4s cubic-bezier(.165,.84,.44,1);
  display: flex
}
.button:hover {
  opacity: 1;
  transform-origin: 100%;
  color: var(--accentlight);
  transform: translate(0,-2px)
}
.helplinks {
  color: var(--accent);
  font-size: 1.1rem;
  line-height: 2
}
.splashpng {
  opacity: 1;
  width: 70%;
  position: absolute;
  inset: -30% -10% auto auto
}
.helloheadinghero {
  letter-spacing: -.05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .777rem;
  font-size: 8.2rem;
  font-weight: 900;
  line-height: 1
}
.info {
  z-index: 0;
  backdrop-filter: blur(12px);
  color: var(--accent);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute
}
.infobar {
  justify-content: flex-end;
  display: flex
}
.infolinks {
  grid-column-gap: 1.1111rem;
  grid-row-gap: 1.1111rem;
  justify-content: flex-end;
  display: inline-flex
}
.infolink {
  color: var(--accent);
  text-align: right;
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none
}
.scrolltop {
  color: var(--accent);
  width: 2rem;
  height: 2rem;
  position: fixed;
  inset: auto 1.111rem 1.111rem auto
}
.refimage {
  opacity: .6;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 1.6s cubic-bezier(.165,.84,.44,1)
}
.refimage:hover {
  opacity: 1
}
.footer {
  z-index: 0;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.2rem;
  display: flex
}
.footerbar {
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}
.footerlinks {
  grid-column-gap: 1.1111rem;
  grid-row-gap: 1.1111rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: inline-flex
}
.footerlink {
  color: var(--accentlight);
  letter-spacing: .15rem;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none
}
@media screen and (max-width:991px) {
  p {
    font-size: 1.2rem
  }
  .helloheading {
    font-size: 4.2rem
  }
  .hellotext {
    width: 100%
  }
  .splash {
    transform: translate(5%,-47%)
  }
  .container {
    max-width: 77%
  }
  .helloheadinghero {
    font-size: 4.2rem
  }
}
@media screen and (max-width:767px) {
  .splash {
    transform: translate(23%,-50%)
  }
  .container {
    max-width: 88%
  }
}
@media screen and (max-width:479px) {
  p {
    font-size: 1.1rem
  }
  .helloheading {
    font-size: 2.4rem
  }
  .splash {
    width: 13rem;
    transform: translate(14%,-47%)
  }
  .container {
    max-width: 84%
  }
  .ref {
    border-radius: .777rem
  }
  .helloheadinghero {
    font-size: 3.2rem
  }
}
/*# sourceMappingURL=r24-hello.min.css.map */
