html {
  font-size: 10px!important
}
body {
  font-family: "Varela Round",sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background: #0c0c0c;
  -webkit-font-smoothing: antialiased
}
body.contains-hero {
  padding-top: 100vh
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Varela Round",sans-serif;
  font-weight: 400;
  color: #fff
}
h1 {
  font-family: Caveat,cursive;
  font-size: 5rem;
  color: #ceebf6
}
h2 {
  font-size: 6rem;
  font-family: Caveat,cursive;
  color: #fff;
  letter-spacing: .025em
}
h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0
}
h4 {
  font-size: 25px;
  color: #f0af4b;
  font-weight: 700
}
h5 {
  font-size: 2rem
}
h6 {
  font-size: 1.8rem
}
p {
  font-size: 20px;
  color: #ccc
}
a,
a:focus,
a:hover {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: underline
}
a:hover {
  color: #fff
}
.blog-button {
  position: fixed;
  z-index: 10;
  top: 1rem;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.blog-button p {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 7.5rem 1.5rem 4.5rem;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  letter-spacing: .01em;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #69c
}
.blog-button:hover p {
  padding: 1.5rem 10rem 1.5rem 4.5rem
}
.faq-button {
  position: fixed;
  z-index: 10;
  top: 8rem;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.faq-button p {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 7.5rem 1.5rem 4.5rem;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  letter-spacing: .01em;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #69c
}
.faq-button:hover p {
  padding: 1.5rem 10rem 1.5rem 4.5rem
}
.navigation-button {
  position: fixed;
  z-index: 10;
  top: 19.5rem;
  left: 100%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.navigation-button p {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 7.5rem 1.5rem 4.5rem;
  -webkit-transition: .15s;
  -o-transition: .15s;
  transition: .15s;
  letter-spacing: .01em;
  color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #69c
}
.navigation-button:hover p {
  padding: 1.5rem 10rem 1.5rem 4.5rem
}
@media (max-width:700px) {
  html {
    font-size: 8px!important
  }
}
@media (max-width:500px) {
  html {
    font-size: 6px!important
  }
}
@media (orientation:landscape) and (max-height:420px) {
  html {
    font-size: 8px!important
  }
}
.stars {
  pointer-events: none;
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: 100000;
  background: rgba(0,0,0,0)
}
.hero {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero .animation-container {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.hero .animation-container.animation-fade {
  opacity: 0
}
.hero .animation-container.animation-fade.run-animation {
  opacity: 1
}
.hero .animation-container.animation-fade-up {
  -webkit-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  transform: translateY(10vh);
  opacity: 0
}
.hero .animation-container.animation-fade-up.run-animation {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.hero .download-buttons {
  margin-top: 5rem;
  margin-bottom: 5rem
}
.hero .download-buttons img {
  width: auto;
  height: 7rem;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px
}
.hero .front-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero .front-content .container-mid {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center
}
.hero .front-content .container-mid .header {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem
}
.hero .front-content .container-mid .header .text-group {
  text-align: left
}
.hero .front-content .container-mid .header img {
  width: auto;
  height: 13rem;
  position: relative;
  flex-shrink: 0
}
.hero .front-content .container-mid h1,
.hero .front-content .container-mid h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.hero .front-content .container-mid p.subline {
  font-size: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  letter-spacing: .025em
}
.hero .background-content {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.hero .background-content .background-content-inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%,-50%,0)!important;
  transform: translate3d(-50%,-50%,0)!important
}
.hero .background-content.parallax-on .background-content-inner {
  width: 110%;
  height: 110%
}
.hero .background-content .background-overlay {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #111
}
.hero .background-content .background-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background.jpg) center/cover no-repeat
}
.hero .our-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 0
}
.hero .appstore-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 2rem;
  flex-wrap: wrap;
  gap: 0
}
.hero .left-laurel,
.hero .right-laurel {
  height: 3.5rem
}
.hero .right-laurel {
  transform: scaleX(-1)
}
.hero .our-reviews-text {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0
}
.hero .appstore-ratings-gap {
  font-size: .5rem;
  font-weight: 700;
  padding: 0 2rem
}
.hero .rating-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  margin: 0 10px
}
.hero .appstore-ratings-text {
  font-size: 2rem;
  font-weight: 700;
  padding-left: .5rem;
  color: #fff
}
.hero .review-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.hero .review-container::-webkit-scrollbar {
  display: none
}
.hero .review-scroll {
  display: inline-flex;
  padding: .5rem 0
}
.hero .review-card {
  flex: 0 0 auto;
  width: 30rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  background-color: rgba(255,255,255,.1);
  border-radius: 1rem;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  transition: background-color .3s
}
.hero .review-card:hover {
  background-color: rgba(255,255,255,.2)
}
.hero .review-text {
  font-size: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal
}
.hero .review-text-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal
}
.full-review-text {
  font-size: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal
}
.full-review-text-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal
}
.review-author {
  font-size: 15px;
  font-style: italic
}
.review-rating {
  color: gold;
  font-size: 2rem
}
.dialog {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  align-items: center;
  justify-content: center
}
.dialog-content {
  background-color: #161a2b;
  padding: 2rem;
  border: .1rem solid #888;
  width: 80%;
  max-width: 60rem;
  border-radius: 1rem;
  position: relative;
  max-height: 80vh;
  overflow-y: auto
}
.close-button {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #aaa;
  font-size: 3rem;
  font-weight: 700;
  cursor: pointer
}
.close-button:focus,
.close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.portfolio {
  padding: 0 30px
}
.portfolio .item {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 25rem
}
.portfolio .item:last-child {
  margin-bottom: 0
}
.portfolio .item .item-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover
}
.portfolio .item i {
  font-size: 2.2rem;
  line-height: 3em;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  width: 3em;
  padding: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-transform: translate(100%,-50%);
  -ms-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
  text-align: center;
  opacity: 0;
  color: #111;
  background: #fff
}
.portfolio .item:hover i {
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  opacity: 1
}
.item-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
.item-content-reverse {
  flex-direction: row-reverse;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
.visual-container {
  width: 300px;
  margin-right: 10%
}
.visual-container-reverse {
  width: 300px;
  margin-left: 10%
}
.item img {
  max-height: 90vh;
  max-width: 300px;
  border-radius: 25px
}
.item-description {
  width: 500px;
  text-align: center
}
.item-description p {
  font-size: 3rem;
  color: #ccc;
  padding-bottom: 3rem
}
.item-description h3 {
  color: #f0af4b;
  font-weight: 700;
  font-size: 6rem;
  padding-bottom: 4rem;
  padding-top: 3rem
}
.item iframe {
  border-radius: 25px;
  max-height: 90vh
}
@media screen and (max-width:768px) {
  .item-content,
  .item-content-reverse {
    flex-direction: column
  }
  .visual-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0
  }
  .visual-container-reverse {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0
  }
  .item-description {
    width: 100%
  }
}
.portfolio .faq .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Varela Round",sans-serif;
  color: #fff;
  background-color: transparent
}
.portfolio .faq .faq-container .faq-question {
  padding: 10px 30px 10px 10px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  border-top: 2px solid #fff;
  transition: background-color .3s,color .3s;
  position: relative
}
.portfolio .faq .faq-container .faq-question:hover {
  background-color: rgba(255,255,255,.1);
  color: #fff
}
.portfolio .faq .faq-container .faq-answer {
  padding-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s
}
.portfolio .faq .faq-container .faq-answer .link {
  text-decoration: underline
}
.portfolio .faq .faq-container .faq-answer.show {
  max-height: 2200px;
  overflow-y: auto
}
.portfolio .faq .faq-container .faq-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform .5s
}
.portfolio .faq .faq-container .faq-question.expanded .faq-plus {
  transform: translateY(-50%) rotate(45deg)
}
.explore-more {
  max-width: 800px;
  margin: 0 auto 5rem;
  padding: 3rem;
  background: rgba(255,255,255,.1);
  border-radius: 15px;
  text-align: center
}
.explore-more p {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 3rem
}
.explore-links {
  list-style: none;
  padding: 0;
  margin: 0
}
.explore-links li {
  margin-bottom: 1.5rem
}
.explore-links a {
  font-size: 20px;
  color: #ceebf6;
  text-decoration: underline;
  transition: color .3s
}
.explore-links a:hover {
  color: #f0af4b
}
@media screen and (max-width:768px) {
  .explore-more {
    padding: 2rem
  }
  .explore-links a,
  .explore-more p {
    font-size: 2.5rem
  }
}
.footer {
  overflow: hidden;
  padding: 10rem 0;
  text-align: center
}
.footer p {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 1.4em 0 0;
  vertical-align: middle;
  letter-spacing: .05em;
  opacity: .85
}
.footer i {
  font-size: 2.6rem;
  line-height: 2.4em;
  display: inline-block;
  width: 2.4em;
  cursor: pointer;
  vertical-align: middle;
  color: #111;
  border-radius: 100%;
  background: #fff
}
.footer p a {
  font-weight: 700;
  color: #ceebf6
}
.about {
  margin: 20rem 0 5rem
}
.about .container-fluid {
  max-width: 900px;
  padding: 0 30px
}
.about h1 {
  margin-bottom: .6em
}
.about h4 {
  margin-bottom: 1.4em
}
.about p {
  line-height: 2.4em;
  margin-bottom: 1.6em
}
.about .social-links {
  margin: 3rem 0 4rem;
  padding: 0;
  list-style: none
}
.about .social-links li {
  font-size: 2rem;
  display: inline-block;
  margin-right: 1em
}
.about h6 {
  margin-bottom: .6em
}