@import url("https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@500;700&family=Hind+Madurai:wght@300;400;700&family=Space+Mono&display=swap");
*, html, body, html:focus-within {
  scroll-behavior: smooth !important; }

html,
body {
  font-family: "Hind Madurai", sans-serif !important;
  background: #151314;
  font-size: 16px;
  height: 100%; }

header,
footer,
nav {
  background: #151314 !important; }

nav {
  font-weight: 800;
  text-transform: uppercase; }
  nav a {
    color: #f79621 !important; }
  nav a.navbar-item:hover {
    background: #b370a2 !important;
    color: #151314 !important; }

main {
  background: #efefef; }

h1,
h1 a,
.h1,
.h1 a {
  font-family: "Khand", sans-serif;
  font-weight: 800; }
  @media only screen and (min-width: 769px) {
    h1,
    h1 a,
    .h1,
    .h1 a {
      margin-bottom: 15px;
      font-size: 52px;
      line-height: 50px; } }
  @media only screen and (max-width: 768px) {
    h1,
    h1 a,
    .h1,
    .h1 a {
      margin-bottom: 10px;
      font-size: 36px;
      line-height: 36px; } }

h2,
h2 a,
.h2,
.h2 a {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  margin-bottom: 0; }
  @media only screen and (min-width: 769px) {
    h2,
    h2 a,
    .h2,
    .h2 a {
      font-size: 40px;
      line-height: 46px; } }
  @media only screen and (max-width: 768px) {
    h2,
    h2 a,
    .h2,
    .h2 a {
      font-size: 30px;
      line-height: 32px; } }

h3,
h3 a,
.h3,
.h3 a {
  font-family: "Khand", sans-serif;
  font-weight: 800; }
  @media only screen and (min-width: 769px) {
    h3,
    h3 a,
    .h3,
    .h3 a {
      font-size: 30px;
      line-height: 42px; } }
  @media only screen and (max-width: 768px) {
    h3,
    h3 a,
    .h3,
    .h3 a {
      font-size: 20px;
      line-height: 22px; } }

h4,
h4 a,
.h4,
.h4 a {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px; }
  @media only screen and (min-width: 769px) {
    h4,
    h4 a,
    .h4,
    .h4 a {
      font-size: 22px;
      line-height: 24px; } }
  @media only screen and (max-width: 768px) {
    h4,
    h4 a,
    .h4,
    .h4 a {
      font-size: 18px;
      line-height: 20px; } }

h5,
h5 a,
.h5,
.h5 a {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px; }

h6,
h6 a,
.h6,
.h6 a {
  font-family: "Khand", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 1rem; }

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1rem; }

hr {
  border: 0;
  border-top: solid 3px #f79621; }

small {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px; }

strong,
b {
  font-weight: 800; }

aside {
  font-weight: 100; }

i,
em {
  font-style: italic; }

a {
  color: #013a63; }

button.as-link {
  display: inline;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #52bfd5;
  cursor: pointer; }

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.editor-toolbar .svg-inline--fa {
  margin-left: 10px;
  margin-right: 10px; }

.notification {
  padding: 0.5rem; }

.svg-inline--fa {
  font-size: 16px;
  margin: 2px;
  color: #151314; }

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0.5, 0, 0, 1);
  transition-property: opacity, transform; }

.reveal.in {
  opacity: 1;
  transform: none; }

.text-orange {
  color: #f79621 !important; }
.text-black {
  color: #151314 !important; }
.text-white {
  color: #efefef !important; }
.text-purple {
  color: #b370a2 !important; }
.text-blue {
  color: #52bfd5 !important; }
.text-yellow {
  color: #ffce65 !important; }

.background-white {
  background: #efefef; }
.background-pure-white {
  background: #fff; }
.background-black {
  background: #151314; }
.background-pure-black {
  background: #000; }
.background-grey {
  background: #7a7a7a; }
.background-orange {
  background: #f79621; }
.background-purple {
  background: #b370a2 !important; }
.background-transparent {
  background: transparent; }

.border-black {
  border: solid 1px #151314; }
.border-grey {
  border: solid 1px #7a7a7a; }
.border-orange {
  border: solid 1px #f79621; }
.border-purple {
  border: solid 1px #b370a2; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.rounded {
  border-radius: 4px; }

.h-100 {
  height: 100%; }

.mh-100 {
  min-height: 100%; }

.w-100 {
  width: 100%; }

.mw-100 {
  min-width: 100%; }

.float-right {
  float: right; }
.float-left {
  float: left; }

.clear {
  clear: both; }

.cursor-pointer {
  cursor: pointer; }

.responsive-border {
  border: solid 2px #151314; }
  @media only screen and (max-width: 768px) {
    .responsive-border {
      border-color: #f25015; } }
  @media only screen and (min-width: 769px) and (max-width: 1023px) {
    .responsive-border {
      border-color: #ffce65; } }
  @media only screen and (min-width: 1024px) and (max-width: 1215px) {
    .responsive-border {
      border-color: #52bfd5; } }
  @media only screen and (min-width: 1216px) {
    .responsive-border {
      border-color: #7fbb49; } }

.refunded,
.refunded a {
  color: #dbdbdb; }
  .refunded main,
  .refunded a main {
    background: #efefef; }

header, footer, nav {
  background: #151314 !important; }

.button.is-stagehound {
  text-transform: uppercase;
  font-weight: 800;
  background: #f79621;
  color: #151314;
  width: 100%; }

.v-site-bg {
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #efefef;
  display: block;
  position: fixed; }
  .v-site-bg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    min-width: 150%;
    min-height: 150%;
    margin: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    max-width: none;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.7; }

.v-main {
  margin-top: 4rem; }

.v-dashboard main .v-flash {
  margin-bottom: 1rem; }

.is-inline-button-to form.button_to {
  display: inline; }

.is-inline-selects select {
  display: inline; }

.v-home main {
  padding: 4rem 0; }
  @media only screen and (max-width: 768px) {
    .v-home main {
      padding: 4rem 1rem; } }

.button.is-inverted {
  text-transform: uppercase;
  font-weight: 800;
  background: #f79621;
  color: #151314 !important;
  border: solid 1px #efefef; }
  .button.is-inverted:hover {
    background: #151314;
    color: #f79621 !important;
    border: solid 1px #efefef; }

.v-home__cta h1 {
  font-weight: 900; }
.v-home__cta p {
  font-weight: 300;
  line-height: 1.8rem; }

.v-navbar .navbar-brand a {
  font-size: 30px; }
.v-navbar .navbar-brand a:hover {
  background: #f25015 !important; }
.v-navbar .navbar-item img {
  max-height: 3rem; }
.v-navbar__signin {
  background: #f25015;
  color: #151314 !important;
  border: 0;
  border-radius: 0; }
.v-navbar__signin:hover {
  background: #f25015;
  text-decoration: none; }
.v-navbar .navbar-burger svg {
  font-size: 30px;
  color: #f25015; }
.v-navbar .navbar-menu.is-active {
  margin-bottom: 30px; }

.font__headers {
  font-family: "Khand", sans-serif; }
.font__content {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif; }
.font__monospace {
  font-family: "Space Mono", monospace; }
.font__48 {
  font-family: "Khand", sans-serif;
  font-size: 48px !important; }
.font__42 {
  font-family: "Khand", sans-serif;
  font-size: 42px !important; }
.font__36 {
  font-family: "Khand", sans-serif;
  font-size: 36px !important; }
.font__32 {
  font-family: "Khand", sans-serif;
  font-size: 32px !important; }
.font__30 {
  font-family: "Khand", sans-serif;
  font-size: 30px !important;
  line-height: 36px !important; }
.font__26 {
  font-family: "Khand", sans-serif;
  font-size: 26px !important; }
.font__24 {
  font-family: "Khand", sans-serif;
  font-size: 24px !important; }
.font__23 {
  font-family: "Khand", sans-serif;
  font-size: 23px !important;
  line-height: 28px !important; }
.font__20 {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif;
  font-size: 20px !important; }
.font__18 {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif;
  font-size: 18px !important; }
.font__16 {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif;
  font-size: 16px !important; }
.font__14 {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif;
  font-size: 14px !important; }
.font__10 {
  font-family: "Hind Madurai", "Helvetica", "Arial", sans-serif;
  font-size: 10px !important; }
.font__weight--400, .font__weight--book {
  font-weight: 400 !important; }
.font__weight--500 {
  font-weight: 500 !important; }
.font__weight--700, .font__weight--bold {
  font-weight: 700 !important; }
.font__black {
  color: #151314 !important; }
.font__white {
  color: #efefef !important; }
.font__blue {
  color: #52bfd5 !important; }
.font__dark-blue {
  color: #013a63 !important; }
.font__green {
  color: #7fbb49 !important; }
.font__orange {
  color: #f79621 !important; }
.font__purple {
  color: #b370a2 !important; }
.font__red {
  color: #f25015 !important; }
.font__yellow {
  color: #ffce65 !important; }
.font__uppercase {
  text-transform: uppercase !important; }
.font__italic {
  font-style: italic !important; }
