html, body {
  background: #EFF3F4;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
html {
  min-width: 280px;
}
body {
  overflow: hidden;
  height: 100%;
}
.title, .content .title{
  font-weight: 900;
  letter-spacing: 0.033em;
}
#logotext {
  margin-left: 1.5rem;
}
.tabs a {
  border-bottom-style: none;
}
.tabs a:hover {
  border-bottom-color: #CFCFCF;
  border-bottom-style: solid;
}
a.button.is-white {
  border-bottom-style: solid;
}
.hero-body, .hero-page {
  margin-top: 4rem;
}
.hero-page {
  padding-top: 2rem;
}
.hero.is-info {
  background-color: #6D57FF;
}
.hero.is-info.is-bold {
  background-image: none;
}
.hero.is-info {
  background-color: #6D57FF;
}
.hero.is-info .subtitle {
  margin-bottom: 3rem;
}
.hero.is-info .navbar-link.is-active, .hero.is-info .navbar-link:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info a.navbar-item:hover {
  background-image: none;
}
.hero.is-info .tabs ul li a {
  margin-left: 3.2em;
}
.hero.is-info .tabs .navbar-item {
  padding-left: 0;
  margin-left: 3.2em;
  margin-right: 1em;
}

.desktop-right-altlogo {
    margin-left: auto;
}

.is-shady {
  animation: flyintoright .4s backwards;
  background: #fff;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 0;
  border-radius: 4px;
  margin: 10px;
  position: relative;
  transition: all .2s ease-in-out;
}
.is-shady:hover {
box-shadow: 0 10px 16px rgba(0, 0, 0, .13), 0 6px 6px rgba(0, 0, 0, .19);
}

@media screen and (min-width: 1024px) {
  .desktop-right-altlogo {
    position: relative;
    left: 414px;
  }
}
@media screen and (min-width: 1216px) {
  .desktop-right-altlogo {
    position: relative;
    left: 608px;
  }
}
@media screen and (min-width: 1408px) {
  .desktop-right-altlogo {
    position: relative;
    left: 792px;
  }
}

@media screen and (max-width: 1023px) {
  /* Mobile view */
  .hero.is-info .navbar-menu {
    background-color: #433ab7;
  }
  .hero.is-info.is-bold .navbar-menu{
    background-image: none;
  }
  .hero.is-info .tabs ul li a {
    margin-left: 2.6em;
  }
  .hero.is-info .tabs .navbar-item {
    margin-left: 2.6em;
  }
  .card-content {
    padding: 1.25rem 0.4rem;
  }
}

@media screen and (max-width: 399px) {
  .hero.is-info .tabs ul li a {
    margin-left: 1.25em;
  }
  .hero.is-info .tabs .navbar-item {
    margin-left: 1.25em;
  }
  .card-content {
    padding: 1.25rem 0.2rem;
  }
  .is-shady {
    margin-right: 6px;
    margin-left: 6px;
  }
}
.navbar-burger {color:inherit}
.navbar {
  height: 53px;
}
.navbar-menu.is-active {
  animation: navAnim 0.25s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
@keyframes navAnim {
  0% {
    display: none;
    transform: perspective(350px) rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
  }
  1% {
    display: block;
    transform: perspective(350px) rotate3d(1, 0, 0, -89.1deg);
    transform-origin: top;
  }
  100% {
    transform: perspective(350px) rotate3d(1, 0, 0, 0deg);
    transform-origin: top;
  }
}
div.columns.features {
    padding:unset;
}
.hero.is-info a.navbar-item:hover {background-color:inherit}
.hero.is-info .tabs li.is-active a {color: #AFA3FF !important}
.hero-body .subtitle {
  color: inherit !important;
  line-height: unset;
}
.hero-body .subtitle b {
  color: #ffffff;
}
.hero-body .container {
  max-width: 700px;
}
.hero-body .title {
  color: hsl(192,17%,99%) !important;
}
.hero-body .subtitle {
  color: hsl(192,17%,99%) !important;
  padding-top: 2rem;
  line-height: 1.5;
}
.hero .navbar {
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: rgba(80, 67, 234, 0.72);
}
.button.is-dark.is-outlined {
  border-color: #808080;
}
.is-info {
  color: #6D57FF;
}
.button.is-info.is-outlined, .button.is-info.is-outlined:focus {
  color: #6D57FF;
  border-color:  #6D57FF;
  background-color: transparent;
}
.button.is-info.is-outlined:hover {
  border-color: #6D57FF;
  background-color: #6D57FF;
  color:  #ffffff;
}
.ctr {
  text-align: center;
}
a {
  color: #6D57FF;
}
section.container{
  padding-top: 1.8em;
  /* padding-bottom: 1.8em; */
}
.coldiv {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.features {
  padding: 5rem 0;
}
#compatibility:before {
  display: block;
  content: " "; 
  margin-top: -4rem;
  height: 4rem;
  visibility: hidden; 
  pointer-events: none;
}
.box.cta {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.card-image > .fa, .card-image > .fas, .card-image > .far, .card-image > .fab {
  font-size: 5rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
  color: #6D57FF;
}
.card-content .content {
  font-size: 14px;
  margin: 1rem 1rem;
}
.card-content .content h4 {
  font-size: 16px;
  font-weight: 700;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 1rem;
}
.intro {
  padding: 5rem 0;
  text-align: center;
}
.sandbox {
  padding: 5rem 0;
}
.tile.notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tile.is-parent {
  margin: 1rem;
}
.biglogo {
  max-width: 100px;
}
footer li:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #6D57FF;
}
.footer .appsrc {
  font-size: 150%;
}
.footer .appsrc .getlnk {
  vertical-align: text-top;
  margin: 0 12px;
}
.footer .appeditor {
  margin-top: 6px;
  font-size: 90%;
}
