@charset "UTF-8";

@font-face {
  font-family: "ProximaNova-Regular";
  font-display: swap;
  src: url(/fonts/font-regular.woff2?2602ae428cce4373236c18b15081249c) format("woff2"), url(/fonts/font-regular.woff?a3e4f840a5480870692e2f5ad95160aa) format("woff");
}

@font-face {
  font-family: "ProximaNova-Medium";
  font-display: swap;
  src: url(/fonts/font-medium.woff2?97f71434cf258b4691693c71b299a2ba) format("woff2"), url(/fonts/font-medium.woff?ae84d18c94dfbd9216b1ad7612df4977) format("woff");
}

@font-face {
  font-family: "ProximaNova-Bold";
  font-display: swap;
  src: url(/fonts/font-bold.woff2?2dd52142e2015d67d0f61891e9646261) format("woff2"), url(/fonts/font-bold.woff?0079e0f05438bab2f4398d49bbf2db3c) format("woff");
}

@font-face {
  font-family: "ProximaNova-Extrabld";
  font-display: swap;
  src: url(/fonts/font-extrabld.woff2?588f5878a3748b245f0f0d8969b09282) format("woff2"), url(/fonts/font-extrabld.woff?d4d302f6ff8de38a22b503ab36d7d687) format("woff");
}

/**
 * Foundation for Sites
 * Version 6.6.2
 * https://get.foundation
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #0F0A33;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "ProximaNova-Extrabld";
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h2,
.h2 {
  font-size: 1.625rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.23;
  margin-top: 0;
  margin-bottom: 1.1rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }

  h2,
  .h2 {
    font-size: 1.625rem;
  }

  h3,
  .h3 {
    font-size: 1.5625rem;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
  }

  h5,
  .h5 {
    font-size: 1.0625rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #5B45FF;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #3318ff;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #F3F5F8;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F3F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #F3F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #F3F5F8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0.9em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #5B45FF;
  color: #ffffff;
}

.button:hover,
.button:focus {
  background-color: #3014ff;
  color: #ffffff;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #5B45FF;
  color: #ffffff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #2204ff;
  color: #ffffff;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #0F0A33;
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #0c0829;
  color: #ffffff;
}

.button.dark,
.button.dark.disabled,
.button.dark[disabled],
.button.dark.disabled:hover,
.button.dark[disabled]:hover,
.button.dark.disabled:focus,
.button.dark[disabled]:focus {
  background-color: #363636;
  color: #ffffff;
}

.button.dark:hover,
.button.dark:focus {
  background-color: #2b2b2b;
  color: #ffffff;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}

.button.gray,
.button.gray.disabled,
.button.gray[disabled],
.button.gray.disabled:hover,
.button.gray[disabled]:hover,
.button.gray.disabled:focus,
.button.gray[disabled]:focus {
  background-color: #cacaca;
  color: #000000;
}

.button.gray:hover,
.button.gray:focus {
  background-color: #a2a2a2;
  color: #000000;
}

.button.light,
.button.light.disabled,
.button.light[disabled],
.button.light.disabled:hover,
.button.light[disabled]:hover,
.button.light.disabled:focus,
.button.light[disabled]:focus {
  background-color: #ffffff;
  color: #000000;
}

.button.light:hover,
.button.light:focus {
  background-color: #cccccc;
  color: #000000;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #5B45FF;
  color: #5B45FF;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #1300a2;
  color: #1300a2;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #5B45FF;
  color: #5B45FF;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #1300a2;
  color: #1300a2;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #0F0A33;
  color: #0F0A33;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #08051a;
  color: #08051a;
}

.button.hollow.dark,
.button.hollow.dark.disabled,
.button.hollow.dark[disabled],
.button.hollow.dark.disabled:hover,
.button.hollow.dark[disabled]:hover,
.button.hollow.dark.disabled:focus,
.button.hollow.dark[disabled]:focus {
  border: 1px solid #363636;
  color: #363636;
}

.button.hollow.dark:hover,
.button.hollow.dark:focus {
  border-color: #1b1b1b;
  color: #1b1b1b;
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.gray,
.button.hollow.gray.disabled,
.button.hollow.gray[disabled],
.button.hollow.gray.disabled:hover,
.button.hollow.gray[disabled]:hover,
.button.hollow.gray.disabled:focus,
.button.hollow.gray[disabled]:focus {
  border: 1px solid #cacaca;
  color: #cacaca;
}

.button.hollow.gray:hover,
.button.hollow.gray:focus {
  border-color: #656565;
  color: #656565;
}

.button.hollow.light,
.button.hollow.light.disabled,
.button.hollow.light[disabled],
.button.hollow.light.disabled:hover,
.button.hollow.light[disabled]:hover,
.button.hollow.light.disabled:focus,
.button.hollow.light[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button.hollow.light:hover,
.button.hollow.light:focus {
  border-color: gray;
  color: gray;
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #5B45FF;
}

.button.clear:hover,
.button.clear:focus {
  color: #1300a2;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #5B45FF;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #1300a2;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #0F0A33;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #08051a;
}

.button.clear.dark,
.button.clear.dark.disabled,
.button.clear.dark[disabled],
.button.clear.dark.disabled:hover,
.button.clear.dark[disabled]:hover,
.button.clear.dark.disabled:focus,
.button.clear.dark[disabled]:focus {
  color: #363636;
}

.button.clear.dark:hover,
.button.clear.dark:focus {
  color: #1b1b1b;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}

.button.clear.gray,
.button.clear.gray.disabled,
.button.clear.gray[disabled],
.button.clear.gray.disabled:hover,
.button.clear.gray[disabled]:hover,
.button.clear.gray.disabled:focus,
.button.clear.gray[disabled]:focus {
  color: #cacaca;
}

.button.clear.gray:hover,
.button.clear.gray:focus {
  color: #656565;
}

.button.clear.light,
.button.clear.light.disabled,
.button.clear.light[disabled],
.button.clear.light.disabled:hover,
.button.clear.light[disabled]:hover,
.button.clear.light.disabled:focus,
.button.clear.light[disabled]:focus {
  color: #ffffff;
}

.button.clear.light:hover,
.button.clear.light:focus {
  color: gray;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #5B45FF;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #5B45FF;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #0F0A33;
}

.button.dropdown.hollow.dark::after,
.button.dropdown.clear.dark::after {
  border-top-color: #363636;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.dropdown.hollow.gray::after,
.button.dropdown.clear.gray::after {
  border-top-color: #cacaca;
}

.button.dropdown.hollow.light::after,
.button.dropdown.clear.light::after {
  border-top-color: #ffffff;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #F3F5F8;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #ffffff;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #ffffff;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 4px 0 0 4px;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #F3F5F8;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #F3F5F8;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #5B45FF;
  color: #ffffff;
}

.badge.primary {
  background: #5B45FF;
  color: #ffffff;
}

.badge.secondary {
  background: #0F0A33;
  color: #ffffff;
}

.badge.dark {
  background: #363636;
  color: #ffffff;
}

.badge.success {
  background: #3adb76;
  color: #000000;
}

.badge.warning {
  background: #ffae00;
  color: #000000;
}

.badge.alert {
  background: #cc4b37;
  color: #000000;
}

.badge.gray {
  background: #cacaca;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 1.5rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #5B45FF;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before,
.button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
  background-color: #5B45FF;
  color: #ffffff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #2204ff;
  color: #ffffff;
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
  background-color: #0F0A33;
  color: #ffffff;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #0c0829;
  color: #ffffff;
}

.button-group.dark .button,
.button-group.dark .button.disabled,
.button-group.dark .button[disabled],
.button-group.dark .button.disabled:hover,
.button-group.dark .button[disabled]:hover,
.button-group.dark .button.disabled:focus,
.button-group.dark .button[disabled]:focus {
  background-color: #363636;
  color: #ffffff;
}

.button-group.dark .button:hover,
.button-group.dark .button:focus {
  background-color: #2b2b2b;
  color: #ffffff;
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000000;
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000000;
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000000;
}

.button-group.gray .button,
.button-group.gray .button.disabled,
.button-group.gray .button[disabled],
.button-group.gray .button.disabled:hover,
.button-group.gray .button[disabled]:hover,
.button-group.gray .button.disabled:focus,
.button-group.gray .button[disabled]:focus {
  background-color: #cacaca;
  color: #000000;
}

.button-group.gray .button:hover,
.button-group.gray .button:focus {
  background-color: #a2a2a2;
  color: #000000;
}

.button-group.light .button,
.button-group.light .button.disabled,
.button-group.light .button[disabled],
.button-group.light .button.disabled:hover,
.button-group.light .button[disabled]:hover,
.button-group.light .button.disabled:focus,
.button-group.light .button[disabled]:focus {
  background-color: #ffffff;
  color: #000000;
}

.button-group.light .button:hover,
.button-group.light .button:focus {
  background-color: #cccccc;
  color: #000000;
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
  border: 1px solid #5B45FF;
  color: #5B45FF;
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
  border-color: #1300a2;
  color: #1300a2;
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #5B45FF;
  color: #5B45FF;
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
  border-color: #1300a2;
  color: #1300a2;
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #0F0A33;
  color: #0F0A33;
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
  border-color: #08051a;
  color: #08051a;
}

.button-group.hollow.dark .button,
.button-group.hollow.dark .button.disabled,
.button-group.hollow.dark .button[disabled],
.button-group.hollow.dark .button.disabled:hover,
.button-group.hollow.dark .button[disabled]:hover,
.button-group.hollow.dark .button.disabled:focus,
.button-group.hollow.dark .button[disabled]:focus,
.button-group.hollow .button.dark,
.button-group.hollow .button.dark.disabled,
.button-group.hollow .button.dark[disabled],
.button-group.hollow .button.dark.disabled:hover,
.button-group.hollow .button.dark[disabled]:hover,
.button-group.hollow .button.dark.disabled:focus,
.button-group.hollow .button.dark[disabled]:focus {
  border: 1px solid #363636;
  color: #363636;
}

.button-group.hollow.dark .button:hover,
.button-group.hollow.dark .button:focus,
.button-group.hollow .button.dark:hover,
.button-group.hollow .button.dark:focus {
  border-color: #1b1b1b;
  color: #1b1b1b;
}

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.hollow.gray .button,
.button-group.hollow.gray .button.disabled,
.button-group.hollow.gray .button[disabled],
.button-group.hollow.gray .button.disabled:hover,
.button-group.hollow.gray .button[disabled]:hover,
.button-group.hollow.gray .button.disabled:focus,
.button-group.hollow.gray .button[disabled]:focus,
.button-group.hollow .button.gray,
.button-group.hollow .button.gray.disabled,
.button-group.hollow .button.gray[disabled],
.button-group.hollow .button.gray.disabled:hover,
.button-group.hollow .button.gray[disabled]:hover,
.button-group.hollow .button.gray.disabled:focus,
.button-group.hollow .button.gray[disabled]:focus {
  border: 1px solid #cacaca;
  color: #cacaca;
}

.button-group.hollow.gray .button:hover,
.button-group.hollow.gray .button:focus,
.button-group.hollow .button.gray:hover,
.button-group.hollow .button.gray:focus {
  border-color: #656565;
  color: #656565;
}

.button-group.hollow.light .button,
.button-group.hollow.light .button.disabled,
.button-group.hollow.light .button[disabled],
.button-group.hollow.light .button.disabled:hover,
.button-group.hollow.light .button[disabled]:hover,
.button-group.hollow.light .button.disabled:focus,
.button-group.hollow.light .button[disabled]:focus,
.button-group.hollow .button.light,
.button-group.hollow .button.light.disabled,
.button-group.hollow .button.light[disabled],
.button-group.hollow .button.light.disabled:hover,
.button-group.hollow .button.light[disabled]:hover,
.button-group.hollow .button.light.disabled:focus,
.button-group.hollow .button.light[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.button-group.hollow.light .button:hover,
.button-group.hollow.light .button:focus,
.button-group.hollow .button.light:hover,
.button-group.hollow .button.light:focus {
  border-color: gray;
  color: gray;
}

.button-group.clear .button,
.button-group.clear .button:hover,
.button-group.clear .button:focus,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:hover,
.button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
  color: #5B45FF;
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
  color: #1300a2;
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
  color: #5B45FF;
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
  color: #1300a2;
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
  color: #0F0A33;
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
  color: #08051a;
}

.button-group.clear.dark .button,
.button-group.clear.dark .button.disabled,
.button-group.clear.dark .button[disabled],
.button-group.clear.dark .button.disabled:hover,
.button-group.clear.dark .button[disabled]:hover,
.button-group.clear.dark .button.disabled:focus,
.button-group.clear.dark .button[disabled]:focus,
.button-group.clear .button.dark,
.button-group.clear .button.dark.disabled,
.button-group.clear .button.dark[disabled],
.button-group.clear .button.dark.disabled:hover,
.button-group.clear .button.dark[disabled]:hover,
.button-group.clear .button.dark.disabled:focus,
.button-group.clear .button.dark[disabled]:focus {
  color: #363636;
}

.button-group.clear.dark .button:hover,
.button-group.clear.dark .button:focus,
.button-group.clear .button.dark:hover,
.button-group.clear .button.dark:focus {
  color: #1b1b1b;
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.clear.gray .button,
.button-group.clear.gray .button.disabled,
.button-group.clear.gray .button[disabled],
.button-group.clear.gray .button.disabled:hover,
.button-group.clear.gray .button[disabled]:hover,
.button-group.clear.gray .button.disabled:focus,
.button-group.clear.gray .button[disabled]:focus,
.button-group.clear .button.gray,
.button-group.clear .button.gray.disabled,
.button-group.clear .button.gray[disabled],
.button-group.clear .button.gray.disabled:hover,
.button-group.clear .button.gray[disabled]:hover,
.button-group.clear .button.gray.disabled:focus,
.button-group.clear .button.gray[disabled]:focus {
  color: #cacaca;
}

.button-group.clear.gray .button:hover,
.button-group.clear.gray .button:focus,
.button-group.clear .button.gray:hover,
.button-group.clear .button.gray:focus {
  color: #656565;
}

.button-group.clear.light .button,
.button-group.clear.light .button.disabled,
.button-group.clear.light .button[disabled],
.button-group.clear.light .button.disabled:hover,
.button-group.clear.light .button[disabled]:hover,
.button-group.clear.light .button.disabled:focus,
.button-group.clear.light .button[disabled]:focus,
.button-group.clear .button.light,
.button-group.clear .button.light.disabled,
.button-group.clear .button.light[disabled],
.button-group.clear .button.light.disabled:hover,
.button-group.clear .button.light[disabled]:hover,
.button-group.clear .button.light.disabled:focus,
.button-group.clear .button.light[disabled]:focus {
  color: #ffffff;
}

.button-group.clear.light .button:hover,
.button-group.clear.light .button:focus,
.button-group.clear .button.light:hover,
.button-group.clear .button.light:focus {
  color: gray;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 4px;
  background-color: white;
  color: #0F0A33;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #e6e3ff;
  color: #0F0A33;
}

.callout.secondary {
  background-color: #ccc7f4;
  color: #0F0A33;
}

.callout.dark {
  background-color: #e1e1e1;
  color: #0F0A33;
}

.callout.success {
  background-color: #e1faea;
  color: #0F0A33;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0F0A33;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0F0A33;
}

.callout.gray {
  background-color: #f7f7f7;
  color: #0F0A33;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: #ffffff;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1.5rem;
  background: #F3F5F8;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1.5rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #5B45FF;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #1a00de;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #5B45FF;
  color: #ffffff;
}

.menu .active > a {
  background: #5B45FF;
  color: #ffffff;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0F0A33;
  box-shadow: 0 7px 0 #0F0A33, 0 14px 0 #0F0A33;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #0F0A33;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #5B45FF;
  color: #ffffff;
}

.label.primary {
  background: #5B45FF;
  color: #ffffff;
}

.label.secondary {
  background: #0F0A33;
  color: #ffffff;
}

.label.dark {
  background: #363636;
  color: #ffffff;
}

.label.success {
  background: #3adb76;
  color: #000000;
}

.label.warning {
  background: #ffae00;
  color: #000000;
}

.label.alert {
  background: #cc4b37;
  color: #000000;
}

.label.gray {
  background: #cacaca;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1.5rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1.5rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1.5rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F3F5F8;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.6);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F3F5F8;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.6);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:focus,
.orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.5rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #000000;
}

.pagination a:hover,
.pagination button:hover {
  background: #F3F5F8;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #5B45FF;
  color: #ffffff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

.progress {
  height: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #5B45FF;
}

.progress.secondary .progress-meter {
  background-color: #0F0A33;
}

.progress.dark .progress-meter {
  background-color: #363636;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress.gray .progress-meter {
  background-color: #cacaca;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #5B45FF;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 4px;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #5B45FF;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
}

tfoot {
  background: #f2f2f2;
  color: #ffffff;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgba(0, 0, 0, 0);
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #F3F5F8;
  background: #000000;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #5B45FF;
}

.tabs.primary > li > a {
  color: #ffffff;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #4d35ff;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #ffffff;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #ffffff;
  color: #dbdbdb;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #F3F5F8;
  color: #5B45FF;
}

.tabs-content {
  border: 1px solid #F3F5F8;
  border-top: 0;
  background: #ffffff;
  color: #ffffff;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #F3F5F8;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border: solid 4px #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(91, 69, 255, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0F0A33;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.8rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #0F0A33;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}

.rounded .switch-paddle {
  border-radius: 5000px !important;
}

.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}

.separator-center::before,
.separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #5B45FF;
  margin: 1.5rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before,
.separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #5B45FF;
  margin: 1.5rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before,
.separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #5B45FF;
  margin: 1.5rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

.border-none {
  border: none !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1.5rem !important;
}

.margin-top-1 {
  margin-top: 1.5rem !important;
}

.margin-right-1 {
  margin-right: 1.5rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1.5rem !important;
}

.margin-left-1 {
  margin-left: 1.5rem !important;
}

.margin-horizontal-1 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.margin-vertical-1 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.padding-1 {
  padding: 1.5rem !important;
}

.padding-top-1 {
  padding-top: 1.5rem !important;
}

.padding-right-1 {
  padding-right: 1.5rem !important;
}

.padding-bottom-1,
.single-event .content-block img {
  padding-bottom: 1.5rem !important;
}

.padding-left-1 {
  padding-left: 1.5rem !important;
}

.padding-horizontal-1 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.padding-vertical-1 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.margin-2 {
  margin: 3rem !important;
}

.margin-top-2 {
  margin-top: 3rem !important;
}

.margin-right-2 {
  margin-right: 3rem !important;
}

.margin-bottom-2 {
  margin-bottom: 3rem !important;
}

.margin-left-2 {
  margin-left: 3rem !important;
}

.margin-horizontal-2 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-2 {
  padding: 3rem !important;
}

.padding-top-2 {
  padding-top: 3rem !important;
}

.padding-right-2 {
  padding-right: 3rem !important;
}

.padding-bottom-2 {
  padding-bottom: 3rem !important;
}

.padding-left-2 {
  padding-left: 3rem !important;
}

.padding-horizontal-2 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.margin-3 {
  margin: 4.5rem !important;
}

.margin-top-3 {
  margin-top: 4.5rem !important;
}

.margin-right-3 {
  margin-right: 4.5rem !important;
}

.margin-bottom-3 {
  margin-bottom: 4.5rem !important;
}

.margin-left-3 {
  margin-left: 4.5rem !important;
}

.margin-horizontal-3 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.margin-vertical-3 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.padding-3 {
  padding: 4.5rem !important;
}

.padding-top-3 {
  padding-top: 4.5rem !important;
}

.padding-right-3 {
  padding-right: 4.5rem !important;
}

.padding-bottom-3 {
  padding-bottom: 4.5rem !important;
}

.padding-left-3 {
  padding-left: 4.5rem !important;
}

.padding-horizontal-3 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.padding-vertical-3 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*
 * Extra utilities
 */

.border-top {
  border-top: 1px solid #F3F5F8;
}

.border-bottom {
  border-bottom: 1px solid #F3F5F8;
}

.border-left {
  border-left: 1px solid #F3F5F8;
}

.border-right {
  border-right: 1px solid #F3F5F8;
}

.box-shadow {
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.15);
}

.overflow-hidden {
  overflow: hidden;
}

.background-color-lightgray {
  background-color: #F3F5F8;
}

.background-color-mediumgray {
  background-color: #cacaca;
}

.background-color-primary {
  background-color: #5B45FF;
}

.background-color-secondary {
  background-color: #0F0A33;
}

.avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}

.avatar img {
  display: block;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-medium {
  max-width: 1100px;
}

hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

/*
 * All blocks
 */

.page-block.page-block-space-top {
  padding-top: 2rem;
}

.page-block.page-block-space-bottom {
  padding-bottom: 2rem;
}

.page-block.page-block-space-both {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*
 * The 'cards_one_column' block
 */

.block-image-text {
  border-radius: 4px;
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.block-image-text:last-child {
  margin-bottom: 1.5rem;
}

.block-image-text .block-image-text-img {
  align-self: center;
  flex: 1 0 100%;
}

.block-image-text .block-image-text-img img {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .block-image-text .block-image-text-img {
    flex: 1 0 50%;
  }
}

.block-image-text .block-image-text-content {
  padding: 1rem;
  flex: 1 0 100%;
  align-self: stretch;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
  .block-image-text .block-image-text-content {
    flex: 1 0 50%;
    padding: 2rem;
  }
}

.image-row-block h2 {
  display: inline;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow: visible;
}

.image-row-block h2::before,
.image-row-block h2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  display: block;
  height: 2px;
  background: #F3F5F8;
  margin-top: -1px;
  vertical-align: middle;
  width: 5000px;
}

.image-row-block h2::before {
  right: 100%;
  margin-right: 40px;
  margin-left: 0px;
}

.image-row-block h2::after {
  left: 100%;
  margin-left: 40px;
  margin-right: 0px;
}

/*
 * Search Results
 */

.search-result h5,
.search-result p {
  margin-bottom: 0;
}

.search-result .search-result-url * {
  color: #006621;
}

/*
 * Testimonial Block
 */

.featured-testimonial .featured-testimonial-quote {
  position: relative;
  font-style: italic;
}

.featured-testimonial .featured-testimonial-quote:before {
  content: "\201C";
  font-size: 5rem;
  color: #cccccc;
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
}

.featured-testimonial .featured-testimonial-quote:after {
  content: "\201D";
  font-size: 5rem;
  color: #cccccc;
  position: absolute;
  bottom: -4rem;
  right: -0.5rem;
}

.featured-testimonial .lead {
  display: inline-block;
}

.featured-testimonial .avatar {
  transform: translateY(15px) translateX(15px);
  margin-right: 15px;
  width: 70px;
  height: 70px;
}

/*
 * Overrides
 */

*,
*:focus {
  outline: none !important;
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.no-cssanimations {
  opacity: 1;
}

.background-primary {
  background: #5B45FF;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*
 * Foundation's Cards
 */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.card {
  box-shadow: unset;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
}

.card > a {
  overflow: hidden;
}

.card > a > img {
  opacity: 1;
  transition: all ease 0.3s;
}

.card > a > img:hover {
  opacity: 0.7;
}

.card h2 {
  color: #000000;
}

.card p {
  color: #000000;
}

.card .category {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.6em 1em;
  border-radius: 0 12px 0 12px;
  background: #363636;
  color: #ffffff;
  width: 116px;
}

.card.transparant {
  padding: 1em 2em;
  background: rgba(255, 255, 255, 0.1);
}

.card.breakout-card {
  padding: 1em 2em;
  background: rgba(255, 255, 255, 0.1);
}

.card.breakout-card header .button {
  background-color: #5B45FF;
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
  font-size: 0.8em;
  padding: 0.65em 1em;
  position: absolute;
  top: 1em;
  right: 1em;
}

.card.breakout-card h4 {
  display: block;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-top: 1em;
}

.card.breakout-card section .intro {
  display: block;
  display: -webkit-box;
  min-height: 6.4em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.card.breakout-card section a .fa-arrow-right {
  margin-left: 1em;
  font-size: 0.8em;
}

.card.breakout-card section .button {
  margin-bottom: unset;
  border-color: #ffffff;
  color: #ffffff;
}

/*
 * Foundation's Callouts
 */

.callout {
  margin-bottom: 0;
}

.callout.callout-size-0 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .callout.callout-size-0 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

.callout.callout-size-1 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .callout.callout-size-1 {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
}

.callout.callout-size-2 {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

@media print, screen and (min-width: 40em) {
  .callout.callout-size-2 {
    padding-top: 10rem;
    padding-bottom: 9.5rem;
  }
}

.callout.callout-size-3 {
  padding-top: 7rem;
  padding-bottom: 6.5rem;
}

@media print, screen and (min-width: 40em) {
  .callout.callout-size-3 {
    padding-top: 12rem;
    padding-bottom: 11.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .callout.callout-size-3 {
    padding-top: 15rem;
    padding-bottom: 14.5rem;
  }
}

.callout .card {
  max-width: 305px;
  padding: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .callout .card {
    max-width: 385px;
    padding: 3rem;
  }
}

.callout.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0;
}

.callout.background-image p,
.callout.background-image h1,
.callout.background-image h2,
.callout.background-image h3,
.callout.background-image h4,
.callout.background-image h5 {
  color: #000000;
}

.callout.background-image:before {
  background: rgba(15, 10, 51, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.callout.background-image > * {
  z-index: 1;
  position: relative;
}

.cell .background-image,
.cell .background-image:before {
  border-radius: 4px;
}

/*
 * Foundation's Menu
 */

.off-canvas-menu-icon {
  padding-top: 6px;
}

.off-canvas-menu-icon-close {
  z-index: 999;
}

.title-bar {
  padding: 0.8rem;
}

.title-bar .menu-toggle {
  vertical-align: middle;
  cursor: pointer;
}

.menu-container {
  padding: 2em 1em;
}

.menu-container hr {
  border-color: rgba(255, 255, 255, 0.5);
}

.menu-container li a {
  color: #ffffff;
}

.menu-container li a:hover {
  color: #5B45FF;
}

/*
 * Foundation's Off-canvas
 */

.off-canvas {
  background: #0F0A33;
}

.off-canvas .menu.social-icons a {
  padding: 0.7rem 0.5rem;
}

.off-canvas hr {
  border-bottom: 1px solid #cacaca;
}

.off-canvas .close-button {
  color: #ffffff;
}

/*
 * Page Title
 */

.page-title {
  padding-top: 2.55rem;
  padding-bottom: 2.55rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media print, screen and (min-width: 40em) {
  .page-title {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page-title * {
  color: #ffffff;
}

/*
 * Foundation's Pagination
 */

ul.pagination {
  border-bottom: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 0 0.5rem;
  margin: 1rem 0;
}

ul.pagination a {
  color: black;
}

ul.pagination a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*
 * Site Header (inc. Foundation's Top-Bar)
 */

.header-site-search {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #F3F5F8;
  display: none;
}

.header-site-search .input-group {
  margin-bottom: 0;
}

.top-bar {
  border-bottom: 1px solid #F3F5F8;
  display: block;
}

.top-bar.frontend {
  background: none;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: unset;
  z-index: 4;
}

.top-bar .grid-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar .header-logo {
  max-width: 156px;
  margin-right: 1rem;
}

.top-bar .search-icon-mobile {
  margin: 6px 16px 0px 0px;
}

.top-bar ul.menu {
  background: unset;
  padding-right: 1em;
}

.top-bar ul.menu li a {
  color: #ffffff;
}

.top-bar ul.menu li a:hover {
  color: #5B45FF;
}

/*
 * Vertical Spacing for Foundation
 */

.vspace,
.vspace-1,
.vspace-2,
.vspace-3,
.vspace-4,
.vspace-5,
.vspace-6,
.vspace-7,
.vspace-8,
.vspace-9,
.vspace-10 {
  display: block;
  float: none;
  width: 100%;
}

.vspace,
.vspace-1 {
  height: 1rem;
}

.vspace-2 {
  height: 2rem;
}

.vspace-3 {
  height: 3rem;
}

.vspace-4 {
  height: 4rem;
}

.vspace-5 {
  height: 5rem;
}

.vspace-6 {
  height: 6rem;
}

.vspace-7 {
  height: 7rem;
}

.vspace-8 {
  height: 8rem;
}

.vspace-9 {
  height: 9rem;
}

.vspace-10 {
  height: 10rem;
}

.vspace-small,
.vspace-small-1 {
  height: 1rem;
}

.vspace-small-2 {
  height: 2rem;
}

.vspace-small-3 {
  height: 3rem;
}

.vspace-small-4 {
  height: 4rem;
}

.vspace-small-5 {
  height: 5rem;
}

.vspace-small-6 {
  height: 6rem;
}

.vspace-small-7 {
  height: 7rem;
}

.vspace-small-8 {
  height: 8rem;
}

.vspace-small-9 {
  height: 9rem;
}

.vspace-small-10 {
  height: 10rem;
}

@media print, screen and (min-width: 40em) {
  .vspace-medium,
  .vspace-medium-1 {
    height: 1rem;
  }

  .vspace-medium-2 {
    height: 2rem;
  }

  .vspace-medium-3 {
    height: 3rem;
  }

  .vspace-medium-4 {
    height: 4rem;
  }

  .vspace-medium-5 {
    height: 5rem;
  }

  .vspace-medium-6 {
    height: 6rem;
  }

  .vspace-medium-7 {
    height: 7rem;
  }

  .vspace-medium-8 {
    height: 8rem;
  }

  .vspace-medium-9 {
    height: 9rem;
  }

  .vspace-medium-10 {
    height: 10rem;
  }
}

@media print, screen and (min-width: 64em) {
  .vspace-large,
  .vspace-large-1 {
    height: 1rem;
  }

  .vspace-large-2 {
    height: 2rem;
  }

  .vspace-large-3 {
    height: 3rem;
  }

  .vspace-large-4 {
    height: 4rem;
  }

  .vspace-large-5 {
    height: 5rem;
  }

  .vspace-large-6 {
    height: 6rem;
  }

  .vspace-large-7 {
    height: 7rem;
  }

  .vspace-large-8 {
    height: 8rem;
  }

  .vspace-large-9 {
    height: 9rem;
  }

  .vspace-large-10 {
    height: 10rem;
  }
}

@media screen and (min-width: 75em) {
  .vspace-xlarge,
  .vspace-xlarge-1 {
    height: 1rem;
  }

  .vspace-xlarge-2 {
    height: 2rem;
  }

  .vspace-xlarge-3 {
    height: 3rem;
  }

  .vspace-xlarge-4 {
    height: 4rem;
  }

  .vspace-xlarge-5 {
    height: 5rem;
  }

  .vspace-xlarge-6 {
    height: 6rem;
  }

  .vspace-xlarge-7 {
    height: 7rem;
  }

  .vspace-xlarge-8 {
    height: 8rem;
  }

  .vspace-xlarge-9 {
    height: 9rem;
  }

  .vspace-xlarge-10 {
    height: 10rem;
  }
}

@media screen and (min-width: 90em) {
  .vspace-xxlarge,
  .vspace-xxlarge-1 {
    height: 1rem;
  }

  .vspace-xxlarge-2 {
    height: 2rem;
  }

  .vspace-xxlarge-3 {
    height: 3rem;
  }

  .vspace-xxlarge-4 {
    height: 4rem;
  }

  .vspace-xxlarge-5 {
    height: 5rem;
  }

  .vspace-xxlarge-6 {
    height: 6rem;
  }

  .vspace-xxlarge-7 {
    height: 7rem;
  }

  .vspace-xxlarge-8 {
    height: 8rem;
  }

  .vspace-xxlarge-9 {
    height: 9rem;
  }

  .vspace-xxlarge-10 {
    height: 10rem;
  }
}

table {
  margin: 1em auto;
  width: 100%;
  border: none;
}

table thead tr {
  background: unset !important;
}

table thead tr th {
  font-weight: unset;
  color: #8a8a8a;
}

table tr {
  border: none;
}

table tr td {
  padding: 0.3em 1em;
  border: none;
  color: #000000;
}

table tr td:last-child {
  text-align: right;
}

.upload-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-button button {
  margin: unset;
}

.upload-button button .fa-upload {
  margin-right: 0.8em;
}

.upload-button input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.button .fa-plus {
  margin-left: 0.8em;
  font-size: 0.8em;
}

.button.alert {
  background-color: white;
}

.button.alert:hover {
  background-color: white !important;
}

.button.alert svg path {
  fill: #DCDCDC !important;
}

@media print, screen and (max-width: 39.99875em) {
  .button.small-only-expanded {
    width: 100%;
    padding: 1.5em 1em;
  }
}

.button.back .fa-arrow-left {
  margin-right: 1em;
  font-size: 0.8em;
}

.button.next .fa-arrow-right {
  margin-left: 1em;
  font-size: 0.8em;
}

.button.hollow.secondary {
  border-color: #ffffff;
  color: #ffffff;
}

.button.hollow.secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

span.button {
  margin: unset;
  padding: 0.85em 1.5em;
}

form [type=text],
form [type=password],
form [type=email],
form [type=search],
form [type=tel],
form [type=url],
form textarea {
  background-color: #F3F5F8;
  padding: 1.5em 1em;
}

.alert-wrapper .alert {
  font-size: 0.9em;
  padding-top: 0.5em;
}

.alert-wrapper .alert.alert-error {
  color: red;
}

.alert-wrapper .alert.alert-success {
  color: #3adb76;
}

.reveal {
  text-align: center;
  padding: 4em 1em;
  border-radius: 8px;
}

.reveal .lead {
  max-width: 400px;
  margin: 0 auto 1em;
}

.reveal h2,
.reveal h3,
.reveal h4,
.reveal p {
  color: #000000;
}

/*
 * account related pages
 */

.auth {
  background-color: unset;
  background-color: unset;
  min-height: 70vh;
  padding: 4em 0 2em;
}

@media print, screen and (min-width: 40em) {
  .auth {
    padding: 5em 0;
  }
}

.auth button {
  max-width: 350px;
  display: inline;
  width: auto;
  margin: 1em auto;
}

.auth img.avatar {
  margin-bottom: 1em;
}

.auth .callout {
  background-color: #cafebd;
  max-width: 350px;
  margin: 1em auto;
}

.auth .callout.alert {
  background-color: #fec6bd;
}

.auth input {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.auth .noAccount {
  padding-top: 40px;
  padding-bottom: 10px;
}

.social-connect {
  position: relative;
  margin: 0 0.5em;
}

.social-connect svg {
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  color: white;
}

.socials.connected a.active:before {
  content: "\2714";
  position: absolute;
  top: 1px;
  right: 1px;
  color: white;
}

.embed-container {
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .embed-container {
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100% + 12px);
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-grid-4 {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .image-grid-4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: #0c082b;
    background: linear-gradient(to top, #0f0a33 0%, rgba(15, 10, 51, 0.64) 45%, rgba(255, 255, 255, 0) 100%);
  }
}

.image-grid-4 .grid-item {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}

.image-grid-4 .grid-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.image-grid-4 .grid-item a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.image-grid-4 .grid-item a h4 {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 4;
  color: white;
}

.image-grid-4 .grid-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform ease 1s;
}

.image-grid-4 .grid-item a:hover img {
  transform: scale(1.08);
}

@media print, screen and (min-width: 40em) {
  .image-grid-4 {
    margin: 6px 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 300px;
  }

  .image-grid-4 .grid-item {
    height: auto;
    margin-bottom: unset;
  }

  .image-grid-4 .grid-item:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .image-grid-4 .grid-item:nth-child(2) {
    grid-column: 3/3;
    grid-row: 1/3;
  }

  .image-grid-4 .grid-item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/2;
  }

  .image-grid-4 .grid-item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/2;
  }
}

/*
 * Site Footer
 */

footer.top-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media print, screen and (max-width: 39.99875em) {
  footer.top-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media print, screen and (min-width: 40em) {
  footer.top-footer .menu.social-icons {
    justify-content: flex-end;
  }
}

footer.top-footer .menu.social-icons a {
  padding: 0.7rem 0 0.7rem 1rem;
}

footer.top-footer .input-group {
  margin-bottom: 0;
}

footer.top-footer,
footer.bottom-footer {
  background: #0F0A33;
}

footer > .grid-container {
  max-width: 990px;
}

footer .payments {
  margin-right: 1em;
}

footer .copyright-desktop {
  display: block;
}

@media print, screen and (max-width: 39.99875em) {
  footer .copyright-desktop {
    display: none;
  }
}

footer .copyright-mobile {
  display: block;
}

@media print, screen and (min-width: 40em) {
  footer .copyright-mobile {
    display: none;
  }
}

footer .footer-logo-container {
  padding-bottom: 3rem;
}

@media print, screen and (max-width: 39.99875em) {
  footer .footer-logo-container {
    padding-bottom: 0.5rem;
  }
}

footer .footer-menus h4 {
  margin-bottom: 0.3em;
  color: #ffffff;
}

footer .footer-menus ul {
  list-style: none;
  margin-left: 0;
  padding-bottom: 1.6rem;
}

@media print, screen and (max-width: 39.99875em) {
  footer .footer-menus ul {
    padding-bottom: 1rem;
  }
}

@media print, screen and (min-width: 40em) {
  footer .footer-menus ul li {
    display: inline-block;
    padding: 0 1em;
  }
}

footer .footer-menus ul a {
  color: #ffffff;
}

.hero-section {
  position: relative;
  height: 556px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.5em;
}

@media print, screen and (max-width: 39.99875em) {
  .hero-section {
    height: auto;
    text-align: center;
  }
}

.hero-section.split-page {
  padding: 0;
  height: auto !important;
}

.hero-section.split-page > .grid-x {
  height: 100vh;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.hero-section.split-page > .grid-x .grid-container {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .hero-section.split-page > img.background-img {
    left: 50%;
    width: 50%;
  }

  .hero-section.split-page .content-bg {
    background: #0F0A33;
    box-shadow: 3em 0 100px 90px #0F0A33;
  }
}

.hero-section.split-page .form-container {
  max-width: 390px;
  margin: auto;
}

.hero-section a.logo {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translatex(-50%);
  z-index: 2;
}

.hero-section > img.background-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.hero-section::before {
  position: absolute;
  content: "";
  background: rgba(15, 10, 51, 0.4);
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.hero-section::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #0c082b;
  background: linear-gradient(to top, #0f0a33 0%, rgba(15, 10, 51, 0.64) 45%, rgba(255, 255, 255, 0) 100%);
}

.hero-section .hero-section-text {
  color: #ffffff;
  z-index: 2;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.hero-section .hero-section-text .lead {
  margin-bottom: 0.3em;
  display: inline-block;
  padding: 0 0.4em 0.2em 0;
}

.hero-section .hero-section-text .lead svg {
  margin: 0 0.3em -4px 0;
}

.hero-section .hero-section-text .lead span {
  color: #ffffff;
}

.hero-section .hero-section-text .lead .time {
  font-family: "ProximaNova-Extrabld";
  font-size: 0.8em;
}

.hero-section .hero-section-text p.excerpt {
  max-width: 500px;
  color: white !important;
}

.hero-section .hero-section-text .location {
  padding-bottom: 1em;
}

.hero-section .hero-section-text .location span {
  font-family: "ProximaNova-Extrabld";
}

.hero-section .hero-section-text h1 {
  color: #ffffff;
  max-width: 600px;
}

@media print, screen and (max-width: 63.99875em) {
  .hero-section .hero-section-text h1 {
    max-width: 400px;
    margin: auto;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .hero-section .hero-section-text .signup {
    margin-bottom: -10rem;
    text-align: left;
  }
}

.hero-section .hero-section-text .signup .card {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.hero-section .hero-section-text .signup .card h2 {
  text-align: center;
  margin: 0;
}

.hero-section .hero-section-text .signup .card .terms {
  line-height: 1.3em;
  padding-bottom: 0.8em;
}

.hero-section .hero-section-text .signup .card .terms a {
  line-height: 1.3em;
}

.hero-section .hero-section-text .signup .card .terms input {
  margin: 0 0.5em 0 0;
}

.visitors {
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
}

.visitors .image-stack {
  text-align: left;
}

.visitors .image-stack img {
  border-radius: 10em;
  height: 45px;
  width: 45px;
  border: 2px solid white;
}

.visitors .image-stack img:nth-child(n+2) {
  position: absolute;
  left: 14%;
}

.visitors .image-stack img:nth-child(n+3) {
  position: absolute;
  left: 20%;
}

.visitors .image-stack img:nth-child(n+4) {
  position: absolute;
  left: 26%;
}

.visitors .visitor-count {
  float: right;
}

#userModal.reveal {
  padding: 2em;
  width: 800px;
}

#userModal.reveal ul {
  margin: 0;
}

#userModal.reveal img {
  border-radius: 10em;
  height: 45px;
  width: 45px;
  border: 2px solid white;
}

.sidebar {
  border-right: 1px solid #C4C6CF !important;
}

.sidebar .header-logo {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  top: 0;
  background: #0c082b;
}

.sidebar .header-logo a img {
  padding-right: 4.8em;
}

.tabs {
  background: none;
  margin: 1em 0 2em;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

.tabs .tabs-title {
  display: inline-block;
  float: none;
}

.tabs .tabs-title a:hover {
  background: none;
  color: #3318ff;
}

.tabs .tabs-title a[aria-selected=true] {
  background: none;
}

.single-event .time-table-date,
.single-customer .time-table-date {
  color: var(--event_elements) !important;
  font-weight: normal;
}

.single-event .top-bar,
.single-event .top-footer,
.single-customer .top-bar,
.single-customer .top-footer {
  background: var(--event_headers);
}

.single-event .content,
.single-customer .content {
  padding-bottom: 0px !important;
}

.single-event .visitors,
.single-customer .visitors {
  background: #f9f9f9 !important;
}

.single-event .visitors h4,
.single-customer .visitors h4 {
  color: black !important;
}

.single-event .visitors .button,
.single-customer .visitors .button {
  padding-top: 1.3em;
  padding-bottom: 1em;
}

.single-event .card.breakout-card .button,
.single-customer .card.breakout-card .button {
  border-color: var(--event_button);
  background-color: var(--event_button);
  color: white;
}

.single-event .card.breakout-card span.time,
.single-customer .card.breakout-card span.time {
  color: var(--event_headers);
}

.single-event .button.back,
.single-customer .button.back {
  margin-top: 2em;
  margin-right: 5em;
}

.single-event .breakout-back,
.single-customer .breakout-back {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  margin-right: 5em;
}

.single-event .card.breakout-card h4,
.single-customer .card.breakout-card h4 {
  color: var(--event_headers);
}

.single-event .hero-section .hero-section-text h1,
.single-event .lead,
.single-customer .hero-section .hero-section-text h1,
.single-customer .lead {
  color: white;
}

.single-event .accent-color-bg,
.single-customer .accent-color-bg {
  background: var(--event_headers);
}

.single-event .accent-color-bg .accent-color-text,
.single-customer .accent-color-bg .accent-color-text {
  background: var(--event_headers);
}

.single-event .accent-color-bg .accent-color-fill,
.single-customer .accent-color-bg .accent-color-fill {
  fill: var(--event_headers);
}

.single-event .card,
.single-customer .card {
  color: black !important;
}

@media only screen and (max-width: 768px) {
  .single-event .single-event .content .user-content,
  .single-customer .single-event .content .user-content {
    margin-top: 2em;
  }
}

.single-event .user-content p,
.single-event .user-content p strong,
.single-customer .user-content p,
.single-customer .user-content p strong {
  color: var(--event_elements);
}

.single-event h1,
.single-event u,
.single-event h2,
.single-event .user-content h2,
.single-event .user-content h3,
.single-event .user-content h4,
.single-event a,
.single-event .user-content span,
.single-customer h1,
.single-customer u,
.single-customer h2,
.single-customer .user-content h2,
.single-customer .user-content h3,
.single-customer .user-content h4,
.single-customer a,
.single-customer .user-content span {
  color: var(--event_headers);
}

.single-event .single-event .content .signup .price,
.single-customer .single-event .content .signup .price {
  color: var(--event_headers);
}

.single-event .button,
.single-customer .button {
  background-color: var(--event_button);
  color: white;
  border: none;
  text-decoration: none;
}

.single-event .starting p,
.single-customer .starting p {
  color: var(--event_elements);
}

.single-event .call-to-action,
.single-customer .call-to-action {
  display: none;
}

.single-event .event-card section,
.single-customer .event-card section {
  padding: 1.5em;
}

@media print, screen and (min-width: 40em) {
  .single-event section.content,
  .single-customer section.content {
    background-repeat: no-repeat;
  }

  .single-event .event-page h1,
  .single-customer .event-page h1 {
    font-size: 6em;
  }

  .single-event .event-page h2,
  .single-customer .event-page h2 {
    font-size: 3em;
  }
}

.single-event .top-bar,
.single-customer .top-bar {
  padding-bottom: 0.8rem;
}

.single-event #sidebar-chat .chat-container,
.single-customer #sidebar-chat .chat-container {
  background: rgba(10, 10, 10, 0.1);
}

.single-event .single-event .content .page-heading,
.single-customer .single-event .content .page-heading {
  padding-bottom: 1em !important;
}

.single-event .card.breakout-card,
.single-customer .card.breakout-card {
  background: rgba(187, 187, 187, 0.1);
  border: none;
}

.single-event .card .card-category,
.single-customer .card .card-category {
  opacity: 0.8;
}

.single-event .card.breakout-card .starting,
.single-customer .card.breakout-card .starting {
  color: var(--event_elements) !important;
}

.single-event .top-bar a,
.single-event .top-footer a,
.single-customer .top-bar a,
.single-customer .top-footer a {
  color: white;
  text-decoration: none;
}

.single-event .top-bar .button,
.single-customer .top-bar .button {
  border-color: white;
  background: none;
}

.single-event .main-content,
.single-customer .main-content {
  background: var(--event_background) !important;
}

.single-event .single-event .content h2,
.single-customer .single-event .content h2 {
  padding-top: 0.4em;
}

.single-event #timer,
.single-event #timer div,
.single-customer #timer,
.single-customer #timer div {
  display: inline-block;
  line-height: 1;
  padding: 20px;
}

.single-event #timer span,
.single-customer #timer span {
  display: block;
  font-size: 0.5em;
  color: white;
}

.single-event #days,
.single-customer #days {
  font-size: 3em !important;
  color: white;
  background: #00000042;
}

.single-event #hours,
.single-customer #hours {
  font-size: 3em !important;
  color: white;
  background: #00000042;
}

.single-event #minutes,
.single-customer #minutes {
  font-size: 3em !important;
  color: white;
  background: #00000042;
}

.single-event #seconds,
.single-customer #seconds {
  font-size: 3em !important;
  color: white;
  background: #00000042;
}

.single-event .not-bold,
.single-customer .not-bold {
  font-weight: normal !important;
  font-family: "ProximaNova-Regular", Roboto, Arial, sans-serif;
}

.autocomplete-input {
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  flex: 1;
  cursor: default;
  background-color: white !important;
  padding: 1.5em 1em !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjY2NjIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC00Ii8+PC9zdmc+") !important;
  background-repeat: no-repeat !important;
  background-position: 95% !important;
  box-shadow: none !important;
  border: 1px solid #c4c6cf !important;
  height: 2.5em !important;
  border-radius: 4px !important;
}

#email-filter select {
  border: 1px solid #c4c6cf !important;
  height: 2.5em !important;
  border-radius: 4px !important;
  padding: 1.5em 2em !important;
  box-shadow: none !important;
}

.autocomplete-result {
  cursor: default;
  padding: 12px 10px !important;
  background-image: none !important;
}

.event-insights {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.9rem !important;
  border: 1px solid #c7c8ce;
  background-color: white;
}

.event-insights .vmt__tab-item > div {
  color: black !important;
}

.event-insights li.vmt__nav__item.active {
  border-top: 3px solid #6c29ff;
  border-bottom: 0px !important;
  color: #0c082b !important;
  font-family: ProximaNova-Extrabld;
}

.event-insights .vmt__nav__items .vmt__nav__item {
  letter-spacing: 0px !important;
  padding: 1.5rem 15px !important;
  text-transform: none !important;
  font-size: 0.875rem;
  white-space: normal;
  transition: background 0.1s ease;
  position: relative;
  overflow: hidden;
  min-width: 90px;
  max-width: 360px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  color: #7c7c82 !important;
  font-family: ProximaNova-Bold;
  width: 155px !important;
}

.event-insights .tabs__content {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 2em 20px 3em 20px !important;
}

.event-insights .tabs__content a {
  color: black !important;
}

.event-insights .vmt__tab__slider {
  display: none !important;
}

.event-insights .vmt__nav .vmt__nav__prev,
.event-insights .vmt__nav__next {
  flex: 1 20px;
  min-width: 10px !important;
}

.event-insights .tabs {
  margin: 0px !important;
}

.event-insights .left-title,
.event-insights .right-title {
  color: #7c7c82 !important;
  font-size: 0.875rem;
  font-family: ProximaNova-Bold;
}

.event-insights .mb-2 {
  display: list-item;
  margin-bottom: 15px;
}

.event-insights .progress-cont {
  clear: both;
  margin-top: 10px;
}

.event-insights .progress-cont .left-title {
  color: #0c082b !important;
  margin-bottom: 5px;
}

.visitors-holder .number-title {
  color: #7c7c82 !important;
  font-size: 0.875rem;
  font-family: ProximaNova-Bold;
}

.visitors-holder .count {
  font-size: 1.4rem !important;
  color: #6c29ff !important;
  font-family: ProximaNova-Extrabld;
  line-height: 30px;
}

.visitors-holder .mgb2 {
  margin-bottom: 15px;
}

#add-visitors button {
  color: white !important;
}

#checkedCount {
  border: 1px solid #c7c8ce;
}

#checkedCount select {
  border: 1px solid #7c7c82;
}

.visitors-holder h4 {
  color: #0c082b;
}

.visitors-holder__cont {
  margin-bottom: 1.1rem !important;
  display: flex;
  justify-content: space-between;
}

.visitors-holder__title {
  color: #0c082b;
  font-weight: bold;
  width: 25%;
}

.visitors-holder__value {
  color: #7c7c82;
  font-weight: bold;
}

.insight-option {
  padding: 2.5rem;
  border: none;
}

.insight-option h3 {
  color: #0c082b;
  margin-bottom: 1.5rem;
}

.insight-option .card-section {
  padding: 0 !important;
}

.insight-option .main-desc {
  min-height: 120px;
  display: block;
}

.insight-option a {
  width: 35%;
  margin-top: 1rem;
}

.page-navigation {
  color: #0c082b;
}

.page-navigation a {
  color: #0c082b;
  text-decoration: underline;
}

.insights-event h1 {
  font-size: 2rem !important;
}

.insights-event span {
  opacity: 0.5;
}

.insights-event a {
  width: auto;
  background: transparent;
  border: 1px solid #6c29ff;
  color: #6c29ff;
}

.insights-event .card {
  border: 1px solid #c7c8ce;
}

.user-insights-cont .card {
  padding: 0px 20px;
  border: 1px solid #c7c8ce !important;
}

.user-insights-cont .user-insights #visitor-search {
  display: inline !important;
  padding: 0 10px !important;
  width: 40% !important;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.user-insights-cont .discover-btn {
  background: transparent !important;
  border: 1px solid #6c29ff !important;
  color: #6c29ff !important;
  padding: 0.7em 1.8em !important;
  font-size: 0.9rem !important;
}

.user-insights-cont .user-name a {
  color: #0c082b;
  font-size: 18px;
}

.user-insights-cont .user-name a:hover {
  border-bottom: 1px solid #0c082b;
}

.user-insights-cont table tr td {
  color: #0c082b;
}

.user-insights-cont .discover-btn:hover,
.user-insights-cont .discover-btn:focus {
  background-color: #3014ff !important;
  color: #ffffff !important;
}

.user-insights-cont .avatar {
  margin-right: 1em !important;
}

.country-insights {
  background: #fff;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  padding: 1em 20px 3em 20px !important;
}

.country-insights__title {
  color: #0c082b;
  font-family: ProximaNova-Extrabld;
  padding: 1rem 0px 2rem 0px;
  margin-bottom: 0.5rem;
}

.gender-card {
  padding: 1.5rem 0rem;
}

.gender-card .gender-cont {
  padding: 0rem 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gender-card .gender-cont__progress {
  margin-right: 15px;
}

.gender-card .gender-cont__img {
  width: 28px;
  height: 28px;
  background: #2089ff12;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gender-card .gender-cont__img__2 {
  background: #ff614812;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gender-card .gender-cont__percentage {
  display: block;
  font-size: 1.3rem !important;
  color: #0c082b !important;
  font-family: ProximaNova-Extrabld;
}

.gender-card .gender-cont__desc {
  color: #7c7c82 !important;
  font-size: 0.875rem;
  font-family: ProximaNova-Bold;
}

.age-title {
  color: #0c082b;
  font-family: ProximaNova-Extrabld;
}

.apexcharts-xaxis-label {
  font-family: ProximaNova-Bold;
}

.device-cont {
  padding-bottom: 2rem !important;
  border: 1px solid #c7c8ce;
}

@media print, screen and (max-width: 39.99875em) {
  .device-cont {
    margin-bottom: 2rem;
  }
}

.device-cont-chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .device-cont-chart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

.device-cont-chart .discover-btn:hover,
.device-cont-chart .discover-btn:focus {
  background-color: #3014ff !important;
  color: #ffffff !important;
}

.device-cont-chart .avatar {
  margin-right: 1em !important;
}

.device-cont .apexcharts-legend {
  position: absolute;
  left: auto;
  top: 50% !important;
  right: -10px !important;
  transform: translateY(-50px) !important;
}

.device-cont .apexcharts-legend-text {
  color: #7c7c82 !important;
  font-size: 0.875rem !important;
  font-family: ProximaNova-Bold !important;
  margin-left: 10px;
}

.device-cont .device-option {
  color: #7c7c82 !important;
  font-size: 0.875rem !important;
  font-family: ProximaNova-Bold !important;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-cont .device-option__1 {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #2089ff;
  margin-right: 15px;
}

.device-cont .device-option__2 {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #6c29ff;
  margin-right: 15px;
}

.device-cont .device-option__3 {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #072240;
  margin-right: 15px;
}

.device-cont .device-option__text {
  width: 30px;
  text-align: left;
}

.device-cont .device-option__percentage {
  font-size: 1rem !important;
  color: #0c082b !important;
  font-family: ProximaNova-Extrabld;
}

.device-cont #chart > div {
  min-height: auto !important;
}

ul.pagination {
  border-top: none !important;
  padding-top: 0px;
}

.pagination a {
  background-color: transparent !important;
}

.pagination li.active a.page-link {
  background-color: #1d8dfe !important;
  color: white;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  padding: 1px;
  margin: 0 10px 0 10px;
  justify-content: center;
  font-weight: bolder;
}

.pagination li.active a.page-link span.sr-only {
  display: none;
}

.pagination li a.page-link:hover {
  color: #c7c8ce !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none !important;
  /* If you want dots under the hoverable text */
  background: transparent !important;
  padding: 0 !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none !important;
  /* If you want dots under the hoverable text */
  background: transparent !important;
  padding: 0 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -50px;
  font-size: 0.875rem !important;
  font-weight: bold !important;
}

.arrow_box {
  width: 50px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  border: none !important;
  box-shadow: none !important;
}

.arrow_box span {
  border: none !important;
  box-shadow: none !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.login-form .button,
.register-form .button {
  width: 200px;
}

/* The icon */

.card {
  overflow: visible;
}

.info-th {
  display: flex;
  float: left;
}

.info-th .help-tip {
  margin-top: -0.5em;
}

.addtomenu {
  display: flex !important;
}

.h2-title {
  display: flex;
}

.h2-title .help-tip {
  margin-top: -0.5em;
}

.label-title {
  display: flex;
}

.label-title .help-tip {
  margin-top: -0.4em;
}

.help-tip:before {
  content: url(/images/info-btn.svg?617e9d9f93a042429a25454a731b8334);
  font-family: sans-serif;
  font-weight: normal;
  color: #444;
  margin-left: 0.3em;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */

.help-tip p {
  display: none;
  text-rendering: optimizeLegibility;
  text-align: center;
  background-color: #0C082B;
  padding: 12px 16px;
  width: 178px;
  height: auto;
  position: absolute;
  transform: translate(-45%, 5%);
  border-radius: 3px;
  color: white;
  font-size: 12px;
  z-index: 99;
}

.help-tip p a {
  color: #067df7;
  text-decoration: none;
}

.help-tip p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */

.help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #0C082B;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Prevents the tooltip from being hidden */

.help-tip p:after {
  width: 10px;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

#visitors-table .tableName .avatar {
  float: left;
}

#visitors-table .tableName .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0.6em;
}

@media print, screen and (max-width: 39.99875em) {
  .visitor-buttons button:first-child {
    width: 48%;
  }

  .visitor-buttons a.button {
    width: 50%;
  }
}

.addVisitorModal {
  width: 36%;
}

@media print, screen and (max-width: 39.99875em) {
  .addVisitorModal {
    width: 100%;
  }
}

#checkedCount .show-amount {
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  #checkedCount .show-amount {
    text-align: center;
  }
}

@media print, screen and (min-width: 40em) {
  #checkedCount .show-selected {
    display: contents;
  }
}

@media print, screen and (max-width: 39.99875em) {
  #checkedCount .show-selected {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

@media print, screen and (min-width: 40em) {
  #add-user .input-wrap {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 0 2% 0 0;
  }

  #add-user .input-wrap input {
    border: none;
    margin: 0;
  }
}

#add-user .button {
  float: right;
  min-width: 137px;
}

#user-actions {
  position: relative;
  cursor: pointer;
}

#user-actions .dropdown {
  position: absolute;
  right: -1.3em;
  top: 2.4em;
  width: 170px;
  z-index: 4;
  background: #ffffff;
  text-align: left;
  border-radius: 6px;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  cursor: pointer;
}

#user-actions .dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  margin-left: -12px;
  margin-top: -12px;
}

#user-actions .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0 1em;
}

#user-actions .dropdown ul li {
  padding: 0.8em 0;
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
  font-size: 15px;
}

#user-actions .dropdown ul li:hover {
  color: #5B45FF;
}

#user-actions .dropdown ul li:not(:first-child) {
  border-top: 1px solid #F3F5F8;
}

.visitor-count {
  color: black;
  font-size: 1.2em;
}

/*
 * Sidebar
 */

.sidebar {
  padding: 1.5em 2em;
  border-right: 2px solid #F3F5F8;
}

.sidebar ul.vertical.menu {
  margin: 4em -2em 2em;
}

.sidebar ul.vertical.menu li a {
  padding: 1em 2em;
  font-weight: 900;
  -webkit-filter: grayscale(100%) opacity(0.5);
          filter: grayscale(100%) opacity(0.5);
  display: flex;
  align-items: center;
}

.sidebar ul.vertical.menu li a.active {
  -webkit-filter: unset;
          filter: unset;
  background: rgba(32, 137, 255, 0.08);
  color: #2089FF;
  border-right: 4px solid #2089FF;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.sidebar ul.vertical.menu li a.active svg path {
  fill: #6C29FF;
}

.sidebar ul.vertical.menu li svg,
.sidebar ul.vertical.menu li i {
  color: #0F0A33;
  margin-right: 1em;
  width: 25px;
  height: 15px;
  font-size: 1.2em;
}

.event-card {
  margin-bottom: 2em;
}

.event-card header {
  position: relative;
  padding-top: 1em;
}

.event-card header .small-3 {
  padding-left: 0;
  text-align: right;
}

.event-card header .type {
  position: absolute;
  top: 2.4em;
  left: 1em;
  color: #fff;
  padding: 0.4em 0.9em;
  border-radius: 10em;
  font-size: 12px;
  background: #0F0A33;
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
}

.event-card header h4 {
  color: #0C082B;
  font-family: ProximaNova-Regular, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.event-card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.event-card section {
  padding: 1em 0;
}

.event-card section h4 {
  margin-bottom: 0.2em;
}

.event-card section .intro {
  min-height: 3em;
  margin-bottom: 0.5em;
}

.event-card section .button {
  float: right;
  margin-bottom: unset;
}

.event-card section .breakout-button {
  margin-right: 2em;
}

.event-card section .date {
  color: #ffffff;
  margin-bottom: 0;
}

.event-card section .price {
  color: #5B45FF;
}

.card.event-card {
  border: 0;
}

.live-container label {
  color: black;
}

.live-container input,
.live-container textarea {
  border: 0px;
  background: white;
  box-shadow: none;
  border: 1px solid #C4C6CF;
}

.live-container .header textarea {
  width: 100%;
}

.live-container .checkbox-holder {
  background: #F3F5F8;
  display: flex;
  align-items: center;
  padding: 0.6em;
  border-radius: 4px;
}

.live-container .checkbox-holder input {
  margin: 0;
}

.add-item.live {
  margin-bottom: 2em;
}

.styling option,
.styling select {
  border: none;
  background: #F3F5F8;
}

.form-container .programs-container {
  background: #F3F5F8;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 1em;
  border-radius: 4px;
  padding-left: 1em;
}

.form-container .programs-container input {
  background: white;
}

.form-container .programs-container .label-title {
  background: white;
}

.form-container .programs-container .new-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}

.form-container .programs-container .new-item span {
  padding-left: 1em;
}

.form-container .programs-container span.delete {
  padding: 2px 5px;
  border-radius: 50%;
  border: 2px solid grey;
  color: grey;
  line-height: 1px;
  font-size: 10px;
  cursor: pointer;
  opacity: 0.5;
}

.form-container .programs-container span.delete:hover {
  opacity: 1;
  border: 2px solid red;
  color: red;
}

.form-container .programs-container:last-child {
  border-bottom: none;
}

.insight-visitors .number {
  color: black;
  font-weight: lighter;
  padding-bottom: 0;
  margin-bottom: 0;
}

.insight-visitors .small-text {
  margin: 0;
}

.insight-visitors .visitors-holder {
  display: flex;
  align-items: center;
}

.insight-visitors hr {
  border-bottom: 1px solid #c7c8cd;
}

.insight-visitors .card {
  border: 1px solid #c7c8ce;
  margin-bottom: 1.8rem !important;
}

.live-container .dropdown-language {
  border: none;
  padding-left: 1.5em;
  margin-right: 1em;
}

.live-container .dropdown-language.copy-content {
  background: transparent;
  border: 1px solid #6C29FF;
  color: #6C29FF;
}

.live-container span.content-copy {
  display: flex;
  justify-content: flex-end;
}

.live-container span.content-copy:after {
  content: "\25BE";
  float: right;
  color: #6C29FF;
  padding-top: 0.5em;
  position: absolute;
  padding-right: 1.5em;
}

.live-container span.elipsis {
  display: flex;
  justify-content: flex-end;
}

.live-container span.elipsis:after {
  content: "\2026   ";
  float: right;
  color: #9a9a9a;
  font-size: 1.3em;
  position: absolute;
  padding-right: 1em;
}

.live-container span.down {
  display: flex;
  justify-content: flex-end;
}

.live-container span.down:after {
  content: "\25BE";
  float: right;
  color: #9a9a9a;
  padding-top: 0.5em;
  position: absolute;
  padding-right: 1em;
}

@keyframes saving {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 0.8;
  }
}

form .saving {
  position: relative;
  display: block;
}

form .saving:before {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
  width: 20px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' heigth='16' width='20'%3E%3Cpath fill='%236C29FF' d='M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  animation-name: saving;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

form .message {
  padding: 0.4em;
  border-radius: 6px;
  position: absolute;
  top: 11px;
  right: 20px;
}

form .message.success {
  color: green;
  background: rgba(0, 255, 0, 0.1);
  border: 1px solid green;
}

form .message.error {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}

form span.delete {
  padding: 5px;
}

#dashboard .card {
  color: #000000;
}

#content-blocks {
  width: 100%;
}

#content-blocks .add-item {
  max-height: 200px;
}

#content-blocks .add-item > div {
  position: relative;
}

#content-blocks .add-item .add-block-options {
  position: absolute;
  background: #0F0A33;
  border-radius: 4px;
  padding: 1em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  width: auto;
}

#content-blocks .add-item .add-block-options:not(.active) {
  display: none;
}

#content-blocks .add-item .add-block-options:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #0F0A33 transparent;
  border-width: 10px 10px 0;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}

#content-blocks .add-item .add-block-options ul {
  list-style: none;
  margin: 0;
  min-width: 120px;
  text-align: left;
}

/* ===================================================== */

.tabBlock {
  margin: 0 0 2.5rem;
}

.tabBlock-tabs {
  height: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@media print, screen and (max-width: 39.99875em) {
  .tabBlock-tabs {
    height: auto;
  }
}

.tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

.tabBlock-tabs li {
  padding: 0px 15px;
}

.tabBlock-tab {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  float: left;
  padding: 1.5rem 1.25rem;
  position: relative;
  transition: 0.1s ease-in-out;
  text-decoration: none;
  width: 25%;
  color: #7c7c82 !important;
  font-family: ProximaNova-Extrabld;
  font-size: 0.875rem;
}

@media print, screen and (max-width: 39.99875em) {
  .tabBlock-tab {
    padding: 0.8rem 1.25rem;
    width: 100%;
    text-align: center;
    display: block;
  }
}

.tabBlock-tab::before,
.tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}

.tabBlock-tab::before {
  left: -2px;
  right: -2px;
  top: -2px;
}

.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}

.tabBlock-tab:hover,
.tabBlock-tab:focus {
  color: #6C29FF;
}

@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
}

.tabBlock-tab.is-active {
  position: relative;
  color: #6C29FF;
  z-index: 1;
  border-top: 3px solid #6c29ff;
  border-bottom: 0px !important;
  color: #0c082b !important;
}

.tabBlock-tab.is-active::after {
  background-color: #fff;
}

.tabBlock-content {
  background-color: #fff;
  padding: 1.25rem 1.25rem 3.5rem 1.25rem;
}

.tabBlock-content a {
  color: black !important;
}

.event-page .top-bar .button {
  margin-bottom: unset;
}

.event-page .top-bar .button:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.event-page .top-bar .event-menu {
  float: right;
}

@media print, screen and (max-width: 39.99875em) {
  .event-page .top-bar .event-menu {
    background: #F3F5F8;
    justify-content: center;
    margin: 0.5em -1em -1em 0;
    width: 100vw;
    padding: 0.5em 0;
    font-size: 1.3em;
  }
}

.event-page .call-to-action {
  color: var(--event_headers);
  font-size: 0.9em;
}

.single-customer section.content {
  padding-bottom: 3em;
}

.single-customer .user-content {
  padding: 1em 0 3em;
  max-width: 550px;
}

.single-event .hero-section {
  height: 500px;
}

@media print, screen and (max-width: 39.99875em) {
  .single-event .hero-section {
    margin-bottom: 9rem;
  }
}

.single-event .hero-section.zoom {
  background: grey;
  height: auto;
  padding-top: unset;
}

.single-event .hero-section.zoom:before,
.single-event .hero-section.zoom:after {
  content: unset;
}

.single-event .hero-section.zoom .embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

.single-event .hero-section.zoom .embed-wrap iframe {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-event .hero-section .inactive-alert {
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
}

.single-event .countdown-container {
  position: relative;
}

.single-event .countdown {
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.single-event .countdown span {
  color: white;
  font-weight: bold;
  font-size: 1.5em;
}

.single-event #sidebar-chat {
  z-index: 15;
  display: flex;
  align-items: center;
}

.single-event #sidebar-chat iframe {
  max-width: 100%;
  height: 390px;
}

.single-event .embed-container {
  width: 100%;
  background: #000000;
}

.single-event .embed-container iframe {
  -webkit-filter: blur(0);
          filter: blur(0);
  transition: 500ms filter linear, 500ms -webkit-filter linear;
}

.single-event .embed-container.fullscreen {
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.single-event .embed-container .play-toggle,
.single-event .embed-container .fs-toggle {
  cursor: pointer;
}

.single-event .embed-container input.yt-progress-bar {
  z-index: 10;
  position: absolute;
  bottom: 1.41em;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  -webkit-appearance: none;
  background: unset;
}

.single-event .embed-container input.yt-progress-bar.hidden {
  display: none;
}

.single-event .embed-container input.yt-progress-bar::-webkit-slider-runnable-track {
  height: 6px;
  cursor: pointer;
  background: #5B45FF;
  opacity: 0.6;
  border-radius: 10em;
}

.single-event .embed-container input.yt-progress-bar::-moz-range-track {
  height: 6px;
  cursor: pointer;
  background: #5B45FF;
  opacity: 0.6;
  border-radius: 10em;
}

.single-event .embed-container input.yt-progress-bar::-ms-track {
  height: 6px;
  cursor: pointer;
  background: #5B45FF;
  opacity: 0.6;
  border-radius: 10em;
}

.single-event .embed-container input.yt-progress-bar:focus::-webkit-slider-runnable-track {
  background: #5B45FF;
  opacity: 1;
}

.single-event .embed-container input.yt-progress-bar:focus::-moz-range-track {
  background: #5B45FF;
  opacity: 1;
}

.single-event .embed-container input.yt-progress-bar:focus::-ms-track {
  background: #5B45FF;
  opacity: 1;
}

.single-event .embed-container input.yt-progress-bar::-webkit-slider-thumb {
  margin-top: -5px;
  height: 16px;
  width: 10px;
  -webkit-appearance: none;
  background-color: #5B45FF;
  background: #5B45FF;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border-radius: 10em;
}

.single-event .embed-container input.yt-progress-bar::-moz-range-thumb {
  margin-top: -5px;
  height: 16px;
  width: 10px;
  -webkit-appearance: none;
  background-color: #5B45FF;
  background: #5B45FF;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border-radius: 10em;
}

.single-event .embed-container input.yt-progress-bar::-ms-thumb {
  margin-top: -5px;
  height: 16px;
  width: 10px;
  -webkit-appearance: none;
  background-color: #5B45FF;
  background: #5B45FF;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border-radius: 10em;
}

.single-event .embed-container svg {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(1px 1px 2px black);
}

.single-event .embed-container svg.replay,
.single-event .embed-container svg.pause {
  display: none;
}

.single-event .embed-container svg.play {
  display: inline;
}

.single-event .embed-container.playing-yt .pause {
  display: inline;
}

.single-event .embed-container.playing-yt .play {
  display: none;
}

.single-event .embed-container.ended .play {
  display: none;
}

.single-event .embed-container.ended .replay {
  display: inline;
}

.single-event .embed-container.ended iframe,
.single-event .embed-container.pause iframe {
  -webkit-filter: blur(1.5rem);
          filter: blur(1.5rem);
}

.single-event .embed-container span {
  z-index: 6;
  position: absolute;
  bottom: 1em;
}

.single-event .embed-container span svg path {
  fill: #5B45FF;
}

.single-event .embed-container span.play-toggle {
  top: 0;
  bottom: 0;
  left: 0;
  right: 5em;
}

.single-event .embed-container span.play-toggle svg {
  position: absolute;
  bottom: 1.3em;
  left: 1.5em;
}

.single-event .embed-container span.fs-toggle {
  right: 0;
  padding: 1.5em 1.8em 1.3em 2em;
  bottom: 0;
}

.single-event .embed-background {
  position: relative;
}

.single-event .embed-background .youtube-element {
  pointer-events: none;
}

.single-event .chat-toggle {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -1px;
}

@media print, screen and (max-width: 39.99875em) {
  .single-event .chat-toggle {
    padding: 0.6em 0.5em;
    font-size: 0.7em;
  }
}

.single-event .chat-toggle svg {
  margin-right: 0.5em;
}

@media print, screen and (max-width: 39.99875em) {
  .single-event .chat-toggle svg {
    height: 15px;
    width: 15px;
    margin: 0;
  }
}

.single-event .chat-toggle svg,
.single-event .chat-toggle span {
  vertical-align: middle;
}

.single-event .content {
  padding-bottom: 3em;
  overflow-x: hidden;
}

.single-event .content .page-heading {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.single-event .content .page-heading h1 {
  padding-bottom: unset;
  margin-bottom: unset;
}

.single-event .content .starting {
  padding-bottom: 0.5em;
}

.single-event .content .starting .time {
  color: #5B45FF;
}

.single-event .content .sidebar {
  padding-top: 1.8rem !important;
  border: none;
}

.single-event .content .socials small {
  color: #8a8a8a;
  padding: 0.5em 0;
  display: inline-block;
  font-size: 15px;
  font-family: "ProximaNova-Extrabld";
}

.single-event .content .socials a {
  padding: 0 0.2em;
}

.single-event .content .socials.vertical {
  width: 50px;
  margin: auto;
  text-align: center;
}

.single-event .content .socials.vertical a {
  display: block;
  padding: 0.3em;
}

.single-event .content .chat-enabled {
  overflow: hidden;
}

.single-event .content .chat-enabled .chat-toggle {
  opacity: 0;
  transition: opacity 1s ease;
}

.single-event .content .chat-enabled .cell {
  transition: width 1s ease, transform 1s ease;
}

.single-event .content .chat-enabled .cell.large-4 {
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .single-event .content .chat-enabled .cell.large-4 {
    position: absolute;
    max-width: 80vw;
    width: 350px;
    right: -0.5em;
  }
}

.single-event .content .chat-enabled .cell.large-4 .chat-container {
  position: relative;
  padding: 1em;
  background: #302C4A;
}

.single-event .content .chat-enabled .cell.large-4 .chat-container h2 {
  min-width: 300px;
}

.single-event .content .chat-enabled .cell.large-4 .chat-container a span {
  color: #ffffff;
}

.single-event .content .chat-enabled.chat-closed .chat-toggle {
  opacity: 1;
}

.single-event .content .chat-enabled.chat-closed .large-8 {
  width: 100% !important;
}

.single-event .content .chat-enabled.chat-closed .large-4 {
  width: 0% !important;
  transform: translatex(100%);
  overflow: hidden;
  padding: 0;
}

.single-event .content .chat-enabled #close-wrap.close-button {
  top: 1rem;
}

.single-event .content .chat-enabled #sidebar-chat iframe {
  max-width: 100%;
}

.single-event .content #add-user .button {
  font-size: 15px;
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
  line-height: 1.5;
}

.single-event .content #add-user .button svg {
  margin-left: 0.4em;
}

.single-event .content #add-user input {
  padding: 1.62em 1em;
}

.single-event .content .user-content {
  font-size: 16px;
  max-width: 750px;
}

.single-event .content a:not(.button),
.single-event .content b,
.single-event .content strong {
  color: var(--event_headers);
}

.single-event .content .signup .price {
  color: #5B45FF;
  font-family: "ProximaNova-Extrabld";
  font-size: 36px;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-top: 0.3em;
}

.single-event .content .signup .user-count {
  margin-top: 1em;
  color: #5B45FF;
  font-family: "ProximaNova-Extrabld";
  font-size: 0.9em;
  text-align: center;
}

.single-event .content .signup .user-count svg {
  fill: #5B45FF;
}

.single-event .content .signup #add-user {
  padding: 0;
  margin-top: 1em;
}

.single-event .content .signup #add-user form input {
  border: none;
}

.single-event .content .signup #add-user form .cell {
  width: 100%;
}

.single-event .content .signup #add-user form .cell .input-wrap {
  width: 100%;
  padding-bottom: 1em;
}

.single-event .content .alert-wrapper .alert {
  text-align: center;
}

.single-event .content > .signup {
  margin-top: -5.3em;
  z-index: 3;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .single-event .content > .signup {
    margin-top: -4.6em;
  }
}

.single-event .content > .content .section {
  padding-top: 1.5rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 0rem !important;
}

.event-list-item .img-fluid {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-list-item .card-body {
  padding: 1.25em 1.8rem;
}

#time-tabel.section {
  max-width: 750px;
}

.content .button.nav {
  background: var(--event_button);
  width: 8em;
}

.agenda {
  list-style: none;
  margin: 0 0 2.5em 0;
}

.agenda li {
  border-radius: 8px;
  padding: 1.5em 2em;
  box-shadow: 0px 0px 2px 0px #8a8a8a;
  margin: 1em 0;
}

.agenda li .time {
  position: relative;
  padding: 0 1.5em 0.6em;
  display: block;
  box-shadow: 1px 2px 2px -2px #8a8a8a;
  color: var(--event_headers);
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
}

@media print, screen and (min-width: 40em) {
  .agenda li .time {
    display: inline;
    padding: 0 1.5em;
    box-shadow: 2px 0px 2px -2px #8a8a8a;
  }
}

.agenda li .time:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-90%);
  padding: 4px;
  border-radius: 10em;
  background-color: var(--event_headers);
}

@media print, screen and (min-width: 40em) {
  .agenda li .time:before {
    transform: translateY(-50%);
  }
}

.agenda li .title {
  padding: 0.6em 0 0;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .agenda li .title {
    display: inline;
    padding: 0 0 0 1.5em;
  }
}

#dashboard {
  background: #F3F5F8;
  min-height: 100vh;
  padding-bottom: 3em;
  overflow-x: hidden;
}

#dashboard .title-bar {
  border-bottom: 1px solid #F3F5F8;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #dashboard .title-bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#dashboard .live-container label {
  color: black;
}

#dashboard .live-container input,
#dashboard .live-container textarea {
  border: 0px;
  background: white;
  box-shadow: none;
  border: 1px solid #C4C6CF;
}

#dashboard .live-container .header textarea {
  width: 100%;
}

#dashboard .live-container .checkbox-holder {
  background: #F3F5F8;
  display: flex;
  align-items: center;
  padding: 0.6em;
  border-radius: 4px;
}

#dashboard .live-container .checkbox-holder input {
  margin: 0;
}

#dashboard .add-item.live {
  margin-bottom: 2em;
}

#dashboard .styling option,
#dashboard .styling select {
  border: none;
  background: #F3F5F8;
}

#dashboard .form-container .programs-container {
  background: #F3F5F8;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 1em;
  border-radius: 4px;
  padding-left: 1em;
}

#dashboard .form-container .programs-container input {
  background: white;
}

#dashboard .form-container .programs-container .label-title {
  background: white;
}

#dashboard .form-container .programs-container .new-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}

#dashboard .form-container .programs-container .new-item span {
  padding-left: 1em;
}

#dashboard .form-container .programs-container span.delete {
  padding: 2px 5px;
  border-radius: 50%;
  border: 2px solid grey;
  color: grey;
  line-height: 1px;
  font-size: 10px;
  cursor: pointer;
  opacity: 0.5;
}

#dashboard .form-container .programs-container span.delete:hover {
  opacity: 1;
  border: 2px solid red;
  color: red;
}

#dashboard .form-container .programs-container:last-child {
  border-bottom: none;
}

#dashboard .insight-visitors .number {
  color: black;
  font-weight: lighter;
  padding-bottom: 0;
  margin-bottom: 0;
}

#dashboard .insight-visitors .small-text {
  margin: 0;
}

#dashboard .insight-visitors .visitors-holder {
  display: flex;
  align-items: center;
}

#dashboard .insight-visitors hr {
  border-bottom: 1px solid #c7c8cd;
}

#dashboard .insight-visitors .card {
  border: 1px solid #c7c8ce;
  margin-bottom: 1.8rem !important;
}

#dashboard .live-container .dropdown-language {
  border: none;
  padding-left: 1.5em;
  margin-right: 1em;
}

#dashboard .live-container .dropdown-language.copy-content {
  background: transparent;
  border: 1px solid #6C29FF;
  color: #6C29FF;
}

#dashboard .live-container span.content-copy {
  display: flex;
  justify-content: flex-end;
}

#dashboard .live-container span.content-copy:after {
  content: "\25BE";
  float: right;
  color: #6C29FF;
  padding-top: 0.5em;
  position: absolute;
  padding-right: 1.5em;
}

#dashboard .live-container span.elipsis {
  display: flex;
  justify-content: flex-end;
}

#dashboard .live-container span.elipsis:after {
  content: "\2026   ";
  float: right;
  color: #9a9a9a;
  font-size: 1.3em;
  position: absolute;
  padding-right: 1em;
}

#dashboard .live-container span.down {
  display: flex;
  justify-content: flex-end;
}

#dashboard .live-container span.down:after {
  content: "\25BE";
  float: right;
  color: #9a9a9a;
  padding-top: 0.5em;
  position: absolute;
  padding-right: 1em;
}

#dashboard .dropzone {
  padding: unset;
  margin-bottom: 0.8rem;
  min-height: 110px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dashboard .dropzone .dz-preview {
  margin: unset;
}

#dashboard .dropzone .dz-preview .dz-details {
  line-height: 1;
  padding: 1em 1em;
}

#dashboard .dropzone .dz-preview .dz-details .dz-size {
  font-size: 12px;
  margin-bottom: 0.5em;
}

#dashboard .dropzone .dz-preview .dz-remove {
  font-size: 10px;
  border: 1px #fff solid;
}

#dashboard .dropzone .dz-preview img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#dashboard .sidebar {
  background: #F3F5F8;
}

#dashboard .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
}

#dashboard .button.light {
  background: #6C29FF;
  color: white;
}

#dashboard .content-header hr {
  border-bottom: 1px solid #C4C6CF;
  position: relative;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: block;
}

@media print, screen and (max-width: 39.99875em) {
  #dashboard .content-header hr {
    display: none;
  }
}

#dashboard .dashboard-header {
  min-height: 70px;
  background: #0C082B;
  padding: 1em 0;
  border-bottom: 2px solid #F3F5F8;
}

#dashboard .dashboard-header span {
  color: white;
}

#dashboard .dashboard-header span.button {
  margin-left: 1em;
}

#dashboard .dashboard-header a.button {
  margin: unset;
  float: right;
  min-width: 70px;
  padding: 0.9em 1em;
}

#dashboard #add-user {
  padding-top: 1.5rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 0.75rem !important;
}

#dashboard section.grid-container {
  padding-top: 1.5rem !important;
}

@media print, screen and (min-width: 40em) {
  #dashboard section.grid-container {
    padding-top: 2em;
  }
}

#dashboard section.grid-container .content-header {
  margin-bottom: 1em;
  min-height: 65px;
}

#dashboard section.grid-container .content-header h1 {
  font-size: 2.2rem;
  color: #0C082B;
}

#dashboard section.grid-container .content-header .cell:last-child:not(:first-child) {
  text-align: right;
}

#dashboard section.grid-container .content-header .cell:last-child:not(:first-child) .button {
  margin-bottom: unset;
}

#dashboard .user-count {
  position: absolute;
  z-index: 99;
  background: #dedede;
  padding: 0.1em 0.5em;
  transform: translateY(-50%);
}

#dashboard table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

#dashboard table thead tr th {
  padding-bottom: unset;
}

#dashboard table tr td {
  padding: 1.3rem;
}

#dashboard table tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#dashboard table tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#dashboard table tr td .user-name {
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
}

#dashboard table tr .avatar {
  margin-right: 1.5em;
  height: 40px;
  width: 40px;
}

#dashboard table tr .button {
  margin: unset;
  padding: 0.02em 0.22em 0.05em;
  font-size: 1.3em;
  color: #ffffff;
}

#dashboard table tr .fa-check {
  color: #5B45FF;
}

@media print, screen and (max-width: 39.99875em) {
  #dashboard table td:first-child {
    padding-right: 0;
    width: 60px;
  }

  #dashboard table thead,
  #dashboard table td:nth-child(3),
  #dashboard table td:nth-child(4) {
    display: none;
  }
}

#dashboard ul.pagination {
  text-align: center;
}

#dashboard ul.pagination .current {
  border-radius: 10em;
}

#dashboard input[type=time]::-webkit-calendar-picker-indicator,
#dashboard input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(0.7) sepia(0) saturate(6) hue-rotate(175deg);
          filter: invert(0.7) sepia(0) saturate(6) hue-rotate(175deg);
}

#dashboard .no-results {
  text-align: center;
  margin: 3em auto 0;
  max-width: 345px;
  color: #0C082B;
}

@media print, screen and (min-width: 40em) {
  #dashboard .no-results {
    margin: 22vh auto 0;
  }
}

#dashboard .no-results h2 {
  color: #0C082B;
}

#dashboard input {
  padding: 1.5em 1em !important;
}

#dashboard .card-section select {
  height: 50px;
  padding-left: 0.9em;
  border: 1px solid #cacaca !important;
}

#dashboard .card-section input[type=color] {
  -webkit-appearance: none;
  border: 1px solid #c4c6cf !important;
  height: 50px;
  padding: 0.5rem !important;
}

#dashboard .card-section input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

#dashboard .card-section input[type=color]::-webkit-color-swatch {
  border: 1px solid #C4C6CF;
  border-radius: 5px;
  max-width: 1.8em;
}

#dashboard .add-item {
  height: calc(100% - 2rem);
  min-height: 300px;
  display: block;
  border: 1px dashed #8a8a8a;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: all 1s ease;
  padding: 1em;
}

#dashboard .add-item:hover {
  background: rgba(138, 138, 138, 0.1);
}

#dashboard .add-item div {
  width: 100%;
}

#dashboard .add-item div span {
  display: block;
  color: #0C082B;
}

.single-page .cell.content p {
  max-width: 365px;
}

.single-page .cell.content h2 {
  max-width: 260px;
}

@media print, screen and (max-width: 39.99875em) {
  .single-page .mobile-swap-order .cell:first-child {
    order: 2;
  }
}

.single-page .usp-list .cell {
  position: relative;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.single-page .usp-list .cell:not(:last-child):before {
  position: absolute;
  content: "";
  top: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 1.250rem);
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 40em) {
  .single-page .usp-list .cell {
    border: unset;
  }

  .single-page .usp-list .cell:not(:last-child):before {
    position: absolute;
    content: "";
    top: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.7);
    height: 50px;
    left: 100%;
    transform: translateY(-50%);
  }

  .single-page .usp-list .cell p,
  .single-page .usp-list .cell h2,
  .single-page .usp-list .cell h3 {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 64em) {
  .single-page .usp-list .grid-x {
    margin-left: -4em;
    margin-right: -4em;
  }
}

.single-page .page-block {
  padding: 3em 0;
}

.single-page .page-block.background-primary:first-child {
  margin-top: 4.6em;
}

.single-page .page-block.full-bg-image {
  padding: 0;
}

.single-page .page-block:not(:first-child) > .grid-container > .grid-x > .small-12 {
  max-width: 600px;
  margin: auto;
}

.single-page .page-block.split-content.hero .grid-container {
  max-width: 990px;
}

.single-page .page-block.split-content.hero {
  padding: 6em 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 15%;
}

.single-page .page-block.split-content.hero.bg-image {
  position: relative;
}

.single-page .page-block.split-content.hero.bg-image > div {
  z-index: 2;
  position: relative;
}

.single-page .page-block.split-content.hero.bg-image::before {
  position: absolute;
  content: "";
  background: rgba(15, 10, 51, 0.7);
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.single-page .page-block.split-content.hero.bg-image::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #0c082b;
  background: linear-gradient(to top, #0f0a33 0%, rgba(15, 10, 51, 0.64) 45%, rgba(255, 255, 255, 0) 100%);
}

.single-page .page-block.split-content.hero p {
  max-width: 470px;
}

.single-page .page-block.split-content.hero .grid-container {
  max-width: 990px;
}

.single-page .page-block.split-content.hero .grid-container > .grid-x {
  min-height: calc(100vh - 6em);
}

@media print, screen and (min-width: 40em) {
  .single-page .page-block.split-content.hero .grid-container > .grid-x {
    min-height: 535px;
  }
}

.single-page .page-block.split-content:not(:first-child) .grid-container {
  max-width: 990px;
}

.single-page .page-block.call-to-action {
  background: #5B45FF;
  padding: 5em 0;
}

.single-page .page-block.call-to-action .download-link {
  max-width: 500px;
  text-align: center;
}

.single-page .page-block.call-to-action .download-link h2 {
  font-size: 24px;
  line-height: 30px;
}

@media print, screen and (min-width: 40em) {
  .single-page .page-block.call-to-action .download-link h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

.single-page .page-block.call-to-action p {
  max-width: 360px;
}

.single-page .page-block.call-to-action p:last-child {
  margin: 0;
}

.single-page .page-block.call-to-action form {
  position: relative;
  margin: 2em auto 0;
  max-width: 390px;
}

.single-page .page-block.call-to-action form button {
  font-family: "ProximaNova-Bold", Roboto, Arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
}

.single-page .page-block.call-to-action form small {
  position: absolute;
  width: 100%;
  bottom: -0.7em;
  left: 50%;
  transform: translatex(-50%);
}

.single-page .page-block.call-to-action form small.success:before {
  content: "\2714";
  color: #0fca0f;
  padding-right: 0.4em;
}

.single-page .page-block.call-to-action form small.error:before {
  content: "!";
  color: #ca2c10;
  font-size: 1.3em;
  padding-right: 0.4em;
}

.single-page .page-block .cell.image {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .single-page .page-block {
    padding: 3em 0;
  }

  .single-page .page-block .cell.image {
    text-align: right;
  }

  .single-page .page-block .cell.image:first-child {
    text-align: left;
  }

  .single-page .page-block.full-bg-image {
    padding: 0;
  }
}

.single-page .page-block .grid-container {
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.single-page .page-block .split-content .grid-x.align-middle {
  min-height: calc(600px - 8em);
}

.single-page .page-block .grid-x.align-middle {
  min-height: calc(400px - 8em);
}

.payment-complete .hero-section {
  min-height: 100vh;
  height: auto;
}

@media print, screen and (min-width: 40em) {
  .payment-complete .hero-section {
    padding-top: 4em;
  }
}

.payment-complete .hero-section .hero-section-text h1,
.payment-complete .hero-section .hero-section-text p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 600px;
}

.payment-complete .hero-section .hero-section-text .payment-info {
  max-width: 715px;
  margin: 45px auto 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding-left: 5px;
}

.payment-complete .hero-section .hero-section-text .payment-info:before {
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  position: absolute;
  background: #5B45FF;
}

.payment-complete .hero-section .hero-section-text .payment-info .cell {
  padding: 1em 2em;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .payment-complete .hero-section .hero-section-text .payment-info .cell:not(:last-child):after {
    content: "";
    height: 50%;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
  }
}

.payment-complete .hero-section .hero-section-text .payment-info .cell .time,
.payment-complete .hero-section .hero-section-text .payment-info .cell .location,
.payment-complete .hero-section .hero-section-text .payment-info .cell .title {
  font-family: "ProximaNova-Extrabld";
  font-size: 1em;
}

.single-page .callout .align-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.single-page .callout .align-card-right .card-holder {
  width: 100%;
}

.single-page .case-content {
  height: 200px;
}

@media print, screen and (min-width: 40em) {
  .single-page .img-padding-block img {
    padding: 4em !important;
  }
}

.single-page div.page-block.usp-block .usp-img-holder {
  display: flex;
  align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .single-page div.page-block.usp-block .usp-img-holder {
    padding-bottom: 1em;
  }
}

@media print, screen and (min-width: 40em) {
  .single-page div.page-block.usp-block .usp-img-holder {
    justify-content: center;
  }
}

.single-page div.page-block.usp-block svg,
.single-page div.page-block.usp-block img {
  width: 30px;
  margin-right: 0.75em;
  mix-blend-mode: unset;
  max-height: 25px;
}

.single-page .content-before .mobile-swap-order img {
  padding-bottom: 3em;
}

.single-page .page-block.client-logo {
  padding: 4em 0 !important;
  background: #5B45FF;
}

@media print, screen and (max-width: 39.99875em) {
  .single-page .page-block.client-logo {
    padding: 1.5em 0 !important;
  }
}

.single-page .page-block.client-logo .client-img-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 39.99875em) {
  .single-page .page-block.client-logo .client-img-holder {
    height: 100px;
  }
}

.single-page .page-block.client-logo .client-title {
  font-size: 30px;
}

.single-page .page-block.client-logo img {
  max-height: 50px;
  width: 100%;
  mix-blend-mode: lighten;
}

.single-page .page-block.split-content.content img {
  max-width: 500px;
  width: 100%;
}

.single-page .page-block.split-content.content h1 {
  font-size: 30px;
  line-height: 35px;
  max-width: 250px;
}

.single-page .page-block.split-content.hero h1 {
  font-size: 30px;
  line-height: 35px;
}

@media print, screen and (min-width: 40em) {
  .single-page .page-block.split-content.hero h1 {
    font-size: 36px;
    line-height: 40px;
    max-width: 450px;
  }
}

