@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:100,200,400|Roboto:300,400,500");
@-webkit-keyframes swoop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes swoop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem); }
  60% {
    -webkit-transform: translateY(-0.35rem);
            transform: translateY(-0.35rem); }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem); }
  60% {
    -webkit-transform: translateY(-0.35rem);
            transform: translateY(-0.35rem); }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bump {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  33% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bump {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  33% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bumpLeft {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  33% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); } }

@keyframes bumpLeft {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  33% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes magic {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); } }

@keyframes magic {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); } }

.anim-swoop, .anim-swoop.anim--hover:hover {
  -webkit-animation: swoop 0.3s forwards ease;
          animation: swoop 0.3s forwards ease; }

.anim-bounce, .anim-bounce.anim--hover:hover {
  -webkit-animation: bounce 0.4s forwards ease;
          animation: bounce 0.4s forwards ease; }

.anim-bump, .anim-bump.anim--hover:hover {
  -webkit-animation: bump 0.3s forwards ease;
          animation: bump 0.3s forwards ease; }

.anim-bumpLeft, .anim-bumpLeft.anim--hover:hover {
  -webkit-animation: bumpLeft 0.3s forwards ease;
          animation: bumpLeft 0.3s forwards ease; }

.anim-pulse, .anim-pulse.anim--hover:hover {
  -webkit-animation: pulse 0.3s forwards ease;
          animation: pulse 0.3s forwards ease; }

.anim-fade, .anim-fade.anim--hover:hover {
  opacity: 0;
  -webkit-animation: fade 0.5s forwards ease;
          animation: fade 0.5s forwards ease; }

.anim-float, .anim-float.anim--hover:hover {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-animation: magic 5s infinite ease;
          animation: magic 5s infinite ease; }

.anim--infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.anim--delay-1 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.anim--delay-2 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.anim--delay-3 {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s; }

.anim--delay-4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.anim--delay-5 {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s; }

.anim--delay-6 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.anim--delay-7 {
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s; }

.anim--delay-8 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.anim--delay-9 {
  -webkit-animation-delay: 6.75s;
          animation-delay: 6.75s; }

.anim--delay-10 {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s; }

.anim--hover {
  -webkit-animation-name: none;
          animation-name: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  color: #433f4a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  background: white; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%; }

a {
  color: #6441a4;
  text-decoration: none; }
  a:hover {
    color: #4b367c;
    text-decoration: underline; }

ul,
ol,
li {
  list-style-type: none; }

li {
  list-style-position: inside; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400; }

button {
  border: none;
  background: none;
  color: inherit;
  font-size: 100%; }
  button:hover {
    cursor: pointer; }

iframe {
  border: none; }

fieldset {
  border: none; }

input[type='text']::-ms-clear {
  display: none; }

hr {
  border: none; }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon svg,
  .icon img {
    width: 16px;
    height: 16px;
    display: inline-block;
    fill: #19171c;
    vertical-align: middle; }

.icon--size-1 {
  width: 16px;
  height: 16px; }
  .icon--size-1 svg,
  .icon--size-1 img {
    width: 16px;
    height: 16px; }

.icon--size-2 {
  width: 32px;
  height: 32px; }
  .icon--size-2 svg,
  .icon--size-2 img {
    width: 32px;
    height: 32px; }

.icon--size-3 {
  width: 48px;
  height: 48px; }
  .icon--size-3 svg,
  .icon--size-3 img {
    width: 48px;
    height: 48px; }

.icon--size-4 {
  width: 64px;
  height: 64px; }
  .icon--size-4 svg,
  .icon--size-4 img {
    width: 64px;
    height: 64px; }

.icon--size-5 {
  width: 80px;
  height: 80px; }
  .icon--size-5 svg,
  .icon--size-5 img {
    width: 80px;
    height: 80px; }

.icon--size-6 {
  width: 96px;
  height: 96px; }
  .icon--size-6 svg,
  .icon--size-6 img {
    width: 96px;
    height: 96px; }

.icon--baseline {
  vertical-align: baseline; }

.icon--inline {
  display: inline-block;
  vertical-align: middle; }

.icon--btn {
  display: inline-block;
  height: 3rem;
  line-height: 3rem; }

.icon--textbottom {
  vertical-align: text-bottom; }

.icon--white svg {
  fill: white; }

.icon--purple svg {
  fill: #e5e3e8; }

.icon--red svg {
  fill: #fc3636; }

.icon--light svg {
  fill: #e5e3e8; }

.twitch--sm svg {
  width: 47px;
  height: 20px; }

.twitch--md svg {
  width: 94px;
  height: 40px; }

.twitch--lg svg {
  width: 188px;
  height: 80px; }

.glitch--sm {
  width: 3rem;
  height: 3rem; }

h1 {
  font-size: 4rem;
  line-height: 4rem; }

h2 {
  font-size: 2.8rem;
  line-height: 3rem; }

h3 {
  font-size: 2.4rem;
  line-height: 3rem; }

h4 {
  font-size: 1.6rem;
  line-height: 2rem; }

h5 {
  font-size: 1.4rem;
  line-height: 2rem; }

h6,
p {
  font-size: 1.2rem;
  line-height: 2rem; }

.typeset h1 {
  font-size: 4rem;
  line-height: 3rem;
  margin-bottom: 2rem; }

.typeset h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 2rem; }

.typeset h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 1rem; }

.typeset h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

.typeset h5 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

.typeset h6 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

.typeset p,
.typeset li,
.typeset dd {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

.typeset dt {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  font-weight: bold; }

.typeset ul li {
  list-style-type: disc; }

.typeset ol li {
  list-style-type: decimal; }

.typeset ol,
.typeset ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem; }

.typeset li {
  list-style-position: outside; }

button {
  font-family: inherit; }
  button::-moz-focus-inner {
    border: none; }

.button {
  background: #6441a4;
  color: white;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3rem;
  white-space: nowrap;
  cursor: pointer; }
  .theme--dark .button {
    background: #6441a4;
    color: white; }
  .theme--light .button {
    background: #6441a4;
    color: white; }
  .button:hover, .button:focus {
    background: #7d5bbe;
    color: white;
    text-decoration: none; }
    .theme--dark .button:hover, .theme--dark .button:focus {
      background: #7d5bbe;
      color: white; }
    .theme--light .button:hover, .theme--light .button:focus {
      background: #7d5bbe;
      color: white; }
  .button:focus {
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
            box-shadow: 0 0 6px 0 #7d5bbe;
    outline: none; }
    .theme--dark .button:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--light .button:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
  .button:active {
    background: #6441a4;
    color: white;
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
            box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--dark .button:active {
      background: #6441a4;
      color: white;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--light .button:active {
      background: #6441a4;
      color: white;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
  .button figure {
    display: inline-block;
    vertical-align: baseline; }
    .button figure svg,
    .button figure img {
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      vertical-align: middle;
      fill: #6441a4; }

.button--hollow,
.button--radio,
.button--checkbox {
  background: transparent;
  color: #6441a4;
  -webkit-box-shadow: inset 0 0 0 1px #b19dd8;
          box-shadow: inset 0 0 0 1px #b19dd8; }
  .theme--dark .button--hollow, .theme--dark
  .button--radio, .theme--dark
  .button--checkbox {
    background: transparent;
    color: #b19dd8;
    -webkit-box-shadow: inset 0 0 0 1px #4b367c;
            box-shadow: inset 0 0 0 1px #4b367c; }
  .theme--light .button--hollow, .theme--light
  .button--radio, .theme--light
  .button--checkbox {
    background: transparent;
    color: #6441a4;
    -webkit-box-shadow: inset 0 0 0 1px #b19dd8;
            box-shadow: inset 0 0 0 1px #b19dd8; }
  .button--hollow:hover, .button--hollow:focus,
  .button--radio:hover,
  .button--radio:focus,
  .button--checkbox:hover,
  .button--checkbox:focus {
    background: rgba(100, 65, 164, 0.05);
    color: #2c2541; }
    .theme--dark .button--hollow:hover, .theme--dark .button--hollow:focus, .theme--dark
    .button--radio:hover, .theme--dark
    .button--radio:focus, .theme--dark
    .button--checkbox:hover, .theme--dark
    .button--checkbox:focus {
      background: rgba(100, 65, 164, 0.2);
      color: #b19dd8; }
    .theme--light .button--hollow:hover, .theme--light .button--hollow:focus, .theme--light
    .button--radio:hover, .theme--light
    .button--radio:focus, .theme--light
    .button--checkbox:hover, .theme--light
    .button--checkbox:focus {
      background: rgba(100, 65, 164, 0.05);
      color: #2c2541; }
  .button--hollow:focus,
  .button--radio:focus,
  .button--checkbox:focus {
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5);
            box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5); }
    .theme--dark .button--hollow:focus, .theme--dark
    .button--radio:focus, .theme--dark
    .button--checkbox:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c; }
    .theme--light .button--hollow:focus, .theme--light
    .button--radio:focus, .theme--light
    .button--checkbox:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5);
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5); }
  .button--hollow:active,
  .button--radio:active,
  .button--checkbox:active {
    background: transparent;
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
            box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
    color: #2c2541; }
    .theme--dark .button--hollow:active, .theme--dark
    .button--radio:active, .theme--dark
    .button--checkbox:active {
      background: rgba(100, 65, 164, 0.1);
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
      color: #b19dd8; }
    .theme--light .button--hollow:active, .theme--light
    .button--radio:active, .theme--light
    .button--checkbox:active {
      background: transparent;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
      color: #2c2541; }
  .button--hollow.button--dropmenu::after,
  .button--radio.button--dropmenu::after,
  .button--checkbox.button--dropmenu::after {
    border: 5px solid #6441a4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }
    .theme--dark .button--hollow.button--dropmenu::after, .theme--dark
    .button--radio.button--dropmenu::after, .theme--dark
    .button--checkbox.button--dropmenu::after {
      border: 5px solid #b19dd8;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
    .theme--light .button--hollow.button--dropmenu::after, .theme--light
    .button--radio.button--dropmenu::after, .theme--light
    .button--checkbox.button--dropmenu::after {
      border: 5px solid #6441a4;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
  .button--hollow.button--dropmenu:hover::after, .button--hollow.button--dropmenu:focus::after,
  .button--radio.button--dropmenu:hover::after,
  .button--radio.button--dropmenu:focus::after,
  .button--checkbox.button--dropmenu:hover::after,
  .button--checkbox.button--dropmenu:focus::after {
    border: 5px solid #2c2541;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }
    .theme--dark .button--hollow.button--dropmenu:hover::after, .theme--dark .button--hollow.button--dropmenu:focus::after, .theme--dark
    .button--radio.button--dropmenu:hover::after, .theme--dark
    .button--radio.button--dropmenu:focus::after, .theme--dark
    .button--checkbox.button--dropmenu:hover::after, .theme--dark
    .button--checkbox.button--dropmenu:focus::after {
      border: 5px solid #b19dd8;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
    .theme--light .button--hollow.button--dropmenu:hover::after, .theme--light .button--hollow.button--dropmenu:focus::after, .theme--light
    .button--radio.button--dropmenu:hover::after, .theme--light
    .button--radio.button--dropmenu:focus::after, .theme--light
    .button--checkbox.button--dropmenu:hover::after, .theme--light
    .button--checkbox.button--dropmenu:focus::after {
      border: 5px solid #2c2541;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }

.segmented-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.button--radio,
.button--checkbox {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #b19dd8;
          box-shadow: inset 0 0 0 1px #b19dd8;
  color: #6441a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0; }
  .theme--dark .button--radio, .theme--dark
  .button--checkbox {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #4b367c;
            box-shadow: inset 0 0 0 1px #4b367c;
    color: #b19dd8; }
  .theme--light .button--radio, .theme--light
  .button--checkbox {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #b19dd8;
            box-shadow: inset 0 0 0 1px #b19dd8;
    color: #6441a4; }
  .button--radio:nth-of-type(n+2),
  .button--checkbox:nth-of-type(n+2) {
    -webkit-box-shadow: inset -1px 0 0 #b19dd8, inset 0 1px 0 #b19dd8, inset 0 -1px 0 #b19dd8;
            box-shadow: inset -1px 0 0 #b19dd8, inset 0 1px 0 #b19dd8, inset 0 -1px 0 #b19dd8; }
    .theme--dark .button--radio:nth-of-type(n+2), .theme--dark
    .button--checkbox:nth-of-type(n+2) {
      -webkit-box-shadow: inset -1px 0 0 #4b367c, inset 0 1px 0 #4b367c, inset 0 -1px 0 #4b367c;
              box-shadow: inset -1px 0 0 #4b367c, inset 0 1px 0 #4b367c, inset 0 -1px 0 #4b367c; }
    .theme--light .button--radio:nth-of-type(n+2), .theme--light
    .button--checkbox:nth-of-type(n+2) {
      -webkit-box-shadow: inset -1px 0 0 #b19dd8, inset 0 1px 0 #b19dd8, inset 0 -1px 0 #b19dd8;
              box-shadow: inset -1px 0 0 #b19dd8, inset 0 1px 0 #b19dd8, inset 0 -1px 0 #b19dd8; }
  .button--radio [type='radio'],
  .button--radio [type='checkbox'],
  .button--checkbox [type='radio'],
  .button--checkbox [type='checkbox'] {
    width: 0.1rem;
    height: 0.1rem;
    border: none;
    clip: rect(0 0 0 0);
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute; }
    .button--radio [type='radio']:focus + .button__label,
    .button--radio [type='checkbox']:focus + .button__label,
    .button--checkbox [type='radio']:focus + .button__label,
    .button--checkbox [type='checkbox']:focus + .button__label {
      background: rgba(100, 65, 164, 0.05);
      color: #2c2541;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
      .theme--dark .button--radio [type='radio']:focus + .button__label, .theme--dark
      .button--radio [type='checkbox']:focus + .button__label, .theme--dark
      .button--checkbox [type='radio']:focus + .button__label, .theme--dark
      .button--checkbox [type='checkbox']:focus + .button__label {
        background: rgba(100, 65, 164, 0.2);
        color: #b19dd8;
        -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
                box-shadow: 0 0 6px 0 #7d5bbe; }
      .theme--light .button--radio [type='radio']:focus + .button__label, .theme--light
      .button--radio [type='checkbox']:focus + .button__label, .theme--light
      .button--checkbox [type='radio']:focus + .button__label, .theme--light
      .button--checkbox [type='checkbox']:focus + .button__label {
        background: rgba(100, 65, 164, 0.05);
        color: #2c2541;
        -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
                box-shadow: 0 0 6px 0 #7d5bbe; }
    .button--radio [type='radio']:active + .button__label,
    .button--radio [type='checkbox']:active + .button__label,
    .button--checkbox [type='radio']:active + .button__label,
    .button--checkbox [type='checkbox']:active + .button__label {
      background: transparent;
      color: #2c2541; }
      .theme--dark .button--radio [type='radio']:active + .button__label, .theme--dark
      .button--radio [type='checkbox']:active + .button__label, .theme--dark
      .button--checkbox [type='radio']:active + .button__label, .theme--dark
      .button--checkbox [type='checkbox']:active + .button__label {
        background: rgba(100, 65, 164, 0.1);
        color: #b19dd8; }
      .theme--light .button--radio [type='radio']:active + .button__label, .theme--light
      .button--radio [type='checkbox']:active + .button__label, .theme--light
      .button--checkbox [type='radio']:active + .button__label, .theme--light
      .button--checkbox [type='checkbox']:active + .button__label {
        background: transparent;
        color: #2c2541; }
    .button--radio [type='radio']:checked + .button__label,
    .button--radio [type='checkbox']:checked + .button__label,
    .button--checkbox [type='radio']:checked + .button__label,
    .button--checkbox [type='checkbox']:checked + .button__label {
      background: #6441a4;
      color: white; }
      .theme--dark .button--radio [type='radio']:checked + .button__label, .theme--dark
      .button--radio [type='checkbox']:checked + .button__label, .theme--dark
      .button--checkbox [type='radio']:checked + .button__label, .theme--dark
      .button--checkbox [type='checkbox']:checked + .button__label {
        background: #6441a4;
        color: white; }
      .theme--light .button--radio [type='radio']:checked + .button__label, .theme--light
      .button--radio [type='checkbox']:checked + .button__label, .theme--light
      .button--checkbox [type='radio']:checked + .button__label, .theme--light
      .button--checkbox [type='checkbox']:checked + .button__label {
        background: #6441a4;
        color: white; }
  .button--radio [type='checkbox']:focus + .button__label,
  .button--checkbox [type='checkbox']:focus + .button__label {
    background: rgba(100, 65, 164, 0.05);
    color: #2c2541;
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
            box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--dark .button--radio [type='checkbox']:focus + .button__label, .theme--dark
    .button--checkbox [type='checkbox']:focus + .button__label {
      background: rgba(100, 65, 164, 0.2);
      color: #b19dd8;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--light .button--radio [type='checkbox']:focus + .button__label, .theme--light
    .button--checkbox [type='checkbox']:focus + .button__label {
      background: rgba(100, 65, 164, 0.05);
      color: #2c2541;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
  .button--radio [type='checkbox']:active + .button__label,
  .button--checkbox [type='checkbox']:active + .button__label {
    background: transparent;
    color: #2c2541;
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
            box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--dark .button--radio [type='checkbox']:active + .button__label, .theme--dark
    .button--checkbox [type='checkbox']:active + .button__label {
      background: rgba(100, 65, 164, 0.1);
      color: #b19dd8;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--light .button--radio [type='checkbox']:active + .button__label, .theme--light
    .button--checkbox [type='checkbox']:active + .button__label {
      background: transparent;
      color: #2c2541;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
  .button--radio [type='checkbox']:checked:focus + .button__label,
  .button--checkbox [type='checkbox']:checked:focus + .button__label {
    background: #7d5bbe;
    color: white; }
    .theme--dark .button--radio [type='checkbox']:checked:focus + .button__label, .theme--dark
    .button--checkbox [type='checkbox']:checked:focus + .button__label {
      background: #7d5bbe;
      color: white; }
    .theme--light .button--radio [type='checkbox']:checked:focus + .button__label, .theme--light
    .button--checkbox [type='checkbox']:checked:focus + .button__label {
      background: #7d5bbe;
      color: white; }
  .button--radio [type='checkbox']:checked:active + .button__label,
  .button--checkbox [type='checkbox']:checked:active + .button__label {
    background: #6441a4;
    color: white; }
    .theme--dark .button--radio [type='checkbox']:checked:active + .button__label, .theme--dark
    .button--checkbox [type='checkbox']:checked:active + .button__label {
      background: #6441a4;
      color: white; }
    .theme--light .button--radio [type='checkbox']:checked:active + .button__label, .theme--light
    .button--checkbox [type='checkbox']:checked:active + .button__label {
      background: #6441a4;
      color: white; }
  .button--radio .button__label,
  .button--checkbox .button__label {
    padding: 0 1rem;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }

.button--text {
  background: transparent;
  color: #6441a4; }
  .theme--dark .button--text {
    background: transparent;
    color: #b19dd8; }
  .theme--light .button--text {
    background: transparent;
    color: #6441a4; }
  .button--text:hover, .button--text:focus {
    background: rgba(100, 65, 164, 0.05);
    color: #2c2541; }
    .theme--dark .button--text:hover, .theme--dark .button--text:focus {
      background: rgba(100, 65, 164, 0.2);
      color: #b19dd8; }
    .theme--light .button--text:hover, .theme--light .button--text:focus {
      background: rgba(100, 65, 164, 0.05);
      color: #2c2541; }
  .button--text:focus {
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5);
            box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5); }
    .theme--dark .button--text:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c; }
    .theme--light .button--text:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5);
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.5); }
  .button--text:active {
    background: transparent;
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
            box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
    color: #2c2541; }
    .theme--dark .button--text:active {
      background: rgba(100, 65, 164, 0.1);
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px #4b367c;
      color: #b19dd8; }
    .theme--light .button--text:active {
      background: transparent;
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
              box-shadow: 0 0 6px 0 #7d5bbe, inset 0 0 0 1px rgba(100, 65, 164, 0.6);
      color: #2c2541; }
  .button--text.button--dropmenu::after {
    border: 5px solid #6441a4;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }
  .button--text.button--dropmenu:hover::after {
    border: 5px solid #2c2541;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent; }

.button--small {
  padding: 0 0.8rem;
  font-size: 1.1rem;
  line-height: 2.4rem; }

.button--large {
  padding: 0 1.2rem;
  font-size: 1.6rem;
  line-height: 3.6rem; }

.button--alert {
  background: #fc3636;
  color: white;
  border-color: #fc3636; }
  .theme--dark .button--alert {
    background: #fc3636;
    color: white;
    border-color: #fc3636; }
  .theme--light .button--alert {
    background: #fc3636;
    color: white;
    border-color: #fc3636; }
  .button--alert:hover, .button--alert:focus {
    background: #fb0404;
    color: white;
    border-color: #fb0404; }
    .theme--dark .button--alert:hover, .theme--dark .button--alert:focus {
      background: #e20303;
      color: white;
      border-color: #e20303; }
    .theme--light .button--alert:hover, .theme--light .button--alert:focus {
      background: #fb0404;
      color: white;
      border-color: #fb0404; }
  .button--alert:active {
    background: #fc3636;
    color: white;
    border-color: #fb0404; }
    .theme--dark .button--alert:active {
      background: #fc3636;
      color: white;
      border-color: #fc3636; }
    .theme--light .button--alert:active {
      background: #fc3636;
      color: white;
      border-color: #fb0404; }

.button--icon {
  padding: 0 0.8rem; }
  .button--icon figure {
    position: relative;
    top: -0.1rem;
    padding: 0 0.5rem 0 0;
    line-height: 1rem;
    vertical-align: middle; }
    .button--icon figure svg {
      fill: white; }
      .theme--dark .button--icon figure svg {
        fill: white; }
      .theme--light .button--icon figure svg {
        fill: white; }
  .button--icon.button--hollow figure svg {
    fill: #6441a4; }
    .theme--dark .button--icon.button--hollow figure svg {
      fill: #b19dd8; }
    .theme--light .button--icon.button--hollow figure svg {
      fill: #6441a4; }
  .button--icon.button--text figure svg {
    fill: #6441a4; }
    .theme--dark .button--icon.button--text figure svg {
      fill: #b19dd8; }
    .theme--light .button--icon.button--text figure svg {
      fill: #6441a4; }

.button--icon-only {
  background: transparent;
  padding: 0;
  font-size: 0;
  vertical-align: top; }
  .theme--dark .button--icon-only {
    background: transparent; }
  .theme--light .button--icon-only {
    background: transparent; }
  .button--icon-only figure {
    position: relative;
    top: 0;
    padding: 0 0.7rem; }
    .button--icon-only figure svg {
      fill: #6441a4; }
      .theme--dark .button--icon-only figure svg {
        fill: #b19dd8; }
      .theme--light .button--icon-only figure svg {
        fill: #6441a4; }
  .button--icon-only:focus {
    -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
            box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--dark .button--icon-only:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
    .theme--light .button--icon-only:focus {
      -webkit-box-shadow: 0 0 6px 0 #7d5bbe;
              box-shadow: 0 0 6px 0 #7d5bbe; }
  .button--icon-only:hover, .button--icon-only:focus {
    background: rgba(100, 65, 164, 0.05); }
    .theme--dark .button--icon-only:hover, .theme--dark .button--icon-only:focus {
      background: rgba(100, 65, 164, 0.2); }
    .theme--light .button--icon-only:hover, .theme--light .button--icon-only:focus {
      background: rgba(100, 65, 164, 0.05); }
    .button--icon-only:hover figure svg, .button--icon-only:focus figure svg {
      fill: #2c2541; }
      .theme--dark .button--icon-only:hover figure svg, .theme--dark .button--icon-only:focus figure svg {
        fill: #b19dd8; }
      .theme--light .button--icon-only:hover figure svg, .theme--light .button--icon-only:focus figure svg {
        fill: #2c2541; }
  .button--icon-only:active {
    background: transparent; }
    .theme--dark .button--icon-only:active {
      background: rgba(100, 65, 164, 0.1); }
    .theme--light .button--icon-only:active {
      background: transparent; }
    .button--icon-only:active figure svg {
      fill: #2c2541; }
      .theme--dark .button--icon-only:active figure svg {
        fill: #b19dd8; }
      .theme--light .button--icon-only:active figure svg {
        fill: #2c2541; }
  .button--icon-only.button--secondary figure svg {
    fill: #b8b5c0; }
    .theme--dark .button--icon-only.button--secondary figure svg {
      fill: #b8b5c0; }
    .theme--light .button--icon-only.button--secondary figure svg {
      fill: #b8b5c0; }
  .button--icon-only.button--secondary:hover figure svg, .button--icon-only.button--secondary:focus figure svg {
    fill: #6e6779; }
    .theme--dark .button--icon-only.button--secondary:hover figure svg, .theme--dark .button--icon-only.button--secondary:focus figure svg {
      fill: #dad8de; }
    .theme--light .button--icon-only.button--secondary:hover figure svg, .theme--light .button--icon-only.button--secondary:focus figure svg {
      fill: #6e6779; }
  .button--icon-only.button--secondary:active figure svg {
    fill: #6e6779; }
    .theme--dark .button--icon-only.button--secondary:active figure svg {
      fill: #dad8de; }
    .theme--light .button--icon-only.button--secondary:active figure svg {
      fill: #6e6779; }
  .button--icon-only.button--dropmenu {
    padding-right: 2rem; }
    .button--icon-only.button--dropmenu::after {
      border: 5px solid #6441a4;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
      .theme--dark .button--icon-only.button--dropmenu::after {
        border: 5px solid #b19dd8;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
      .theme--light .button--icon-only.button--dropmenu::after {
        border: 5px solid #6441a4;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
    .button--icon-only.button--dropmenu:hover::after {
      border: 5px solid #2c2541;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
      .theme--dark .button--icon-only.button--dropmenu:hover::after {
        border: 5px solid #b19dd8;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
      .theme--light .button--icon-only.button--dropmenu:hover::after {
        border: 5px solid #2c2541;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }

.button--dropmenu {
  padding-right: 3rem; }
  .button--dropmenu::after {
    border: 5px solid white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: -0.2rem; }
    .theme--dark .button--dropmenu::after {
      border: 5px solid white;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
    .theme--light .button--dropmenu::after {
      border: 5px solid white;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }

.button--purchase {
  padding-right: 0;
  white-space: nowrap; }

.button__num-block {
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 0.8rem; }
  .theme--dark .button__num-block {
    background: rgba(0, 0, 0, 0.25); }
  .theme--light .button__num-block {
    background: rgba(0, 0, 0, 0.25); }

.button--status {
  background: #14b866;
  color: white;
  border-color: #14b866;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  overflow-x: hidden; }
  .theme--dark .button--status {
    background: #14b866;
    color: white;
    border-color: #14b866; }
  .theme--light .button--status {
    background: #14b866;
    color: white;
    border-color: #14b866; }
  .button--status.button--icon.button--icon-only {
    text-align: left; }
    .button--status.button--icon.button--icon-only figure svg {
      fill: white; }
      .theme--dark .button--status.button--icon.button--icon-only figure svg {
        fill: white; }
      .theme--light .button--status.button--icon.button--icon-only figure svg {
        fill: white; }
  .button--status:hover, .button--status:focus {
    background: #e20303;
    color: white;
    border-color: #fc3636; }
    .theme--dark .button--status:hover, .theme--dark .button--status:focus {
      background: #e20303;
      color: white;
      border-color: #fc3636; }
    .theme--light .button--status:hover, .theme--light .button--status:focus {
      background: #e20303;
      color: white;
      border-color: #fc3636; }
    .button--status:hover .button__status--hover, .button--status:focus .button__status--hover {
      opacity: 1; }
    .button--status:hover .button__status--primary, .button--status:focus .button__status--primary {
      opacity: 0; }
  .button--status:active {
    background: #fc3636;
    color: white;
    border-color: #fc3636; }
    .theme--dark .button--status:active {
      background: #fc3636;
      color: white;
      border-color: #fc3636; }
    .theme--light .button--status:active {
      background: #fc3636;
      color: white;
      border-color: #fc3636; }

.button--success {
  background: #14b866;
  color: white;
  border-color: #14b866; }
  .theme--dark .button--success {
    background: #14b866;
    color: white;
    border-color: #14b866; }
  .theme--light .button--success {
    background: #14b866;
    color: white;
    border-color: #14b866; }
  .button--success .button__status--primary {
    opacity: 0; }
  .button--success .button__status--success {
    opacity: 1; }
  .button--success:hover, .button--success:focus {
    background: #12a159;
    color: white;
    border-color: #14b866; }
    .theme--dark .button--success:hover, .theme--dark .button--success:focus {
      background: #12a159;
      color: white;
      border-color: #14b866; }
    .theme--light .button--success:hover, .theme--light .button--success:focus {
      background: #12a159;
      color: white;
      border-color: #14b866; }
  .button--success:active {
    background: #14b866;
    color: white;
    border-color: #14b866; }
    .theme--dark .button--success:active {
      background: #14b866;
      color: white;
      border-color: #14b866; }
    .theme--light .button--success:active {
      background: #14b866;
      color: white;
      border-color: #14b866; }

.button__status--success {
  opacity: 0; }

.button__status {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.button__status--primary {
  margin-top: -3rem;
  opacity: 1; }

.button__status--hover {
  opacity: 0; }

.button__status-hover {
  display: block;
  opacity: 0; }

.button--disabled {
  background: #dad8de;
  color: white;
  border-color: #dad8de; }
  .theme--dark .button--disabled {
    background: rgba(100, 65, 164, 0.4);
    color: rgba(255, 255, 255, 0.6);
    border-color: #dad8de; }
  .theme--light .button--disabled {
    background: #dad8de;
    color: white;
    border-color: #dad8de; }
  .button--disabled:hover, .button--disabled:focus {
    background: #dad8de;
    color: white;
    border-color: #dad8de;
    cursor: default; }
    .theme--dark .button--disabled:hover, .theme--dark .button--disabled:focus {
      background: rgba(100, 65, 164, 0.4);
      color: rgba(255, 255, 255, 0.6);
      border-color: #dad8de; }
    .theme--light .button--disabled:hover, .theme--light .button--disabled:focus {
      background: #dad8de;
      color: white;
      border-color: #dad8de; }

.button--file {
  overflow: hidden; }

.button__input-file {
  width: 0.1rem;
  height: 0.1rem;
  border: none;
  clip: rect(0 0 0 0);
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute; }

@-webkit-keyframes vod-animated-preview {
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes vod-animated-preview {
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.card {
  position: relative;
  margin-bottom: 1rem; }
  .card a:hover {
    color: #19171c;
    text-decoration: none; }
    .theme--dark .card a:hover {
      color: #faf9fa; }
    .theme--light .card a:hover {
      color: #19171c; }
  .card svg {
    vertical-align: middle; }

.card--bordered {
  background: white;
  border: 1px solid #dad8de; }
  .theme--dark .card--bordered {
    background: #0e0c13;
    border: 1px solid #392e5c; }
  .theme--light .card--bordered {
    background: white;
    border: 1px solid #dad8de; }
  .card--bordered .card__body {
    padding: 1rem; }

.card__layout {
  display: block;
  position: relative; }

.card__img {
  background-color: #faf9fa;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .theme--dark .card__img {
    background-color: #201c2b; }
  .theme--light .card__img {
    background-color: #faf9fa; }
  .card__img img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.card__img--avatar::after {
  border: inherit; }
  .theme--dark .card__img--avatar::after {
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .theme--light .card__img--avatar::after {
    border: inherit; }

.card__img--boxart {
  padding-bottom: 139.70588%; }

.card__img--vod img {
  height: auto;
  margin: -9.375% 0; }

.card__img--sidekick {
  width: 4rem;
  height: 2.25rem;
  margin: 0 1rem 0 0;
  padding-bottom: 0;
  float: left; }
  .card__img--sidekick.card__img--boxart {
    width: 4rem;
    height: 5.33rem; }
  .card__img--sidekick.card__img--avatar {
    width: 4rem;
    height: 4rem; }

.card__img--animated img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
  -webkit-animation: vod-animated-preview 6s steps(10, end) infinite;
          animation: vod-animated-preview 6s steps(10, end) infinite; }

.card__boxpin {
  position: absolute;
  border: 2px solid #fff;
  bottom: 0;
  right: 0;
  border-bottom: none;
  border-right: none;
  width: 4rem; }
  .card__boxpin img {
    position: relative;
    margin: 0; }

.card__body {
  padding: 0.5rem 0 0;
  position: relative;
  min-width: 0; }
  .card__body::after {
    content: '';
    display: table;
    clear: both; }

.card__body--alt {
  background: #faf9fa; }
  .theme--dark .card__body--alt {
    background: #201c2b; }
  .theme--light .card__body--alt {
    background: #faf9fa; }

.card__overlay {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem 1rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABkCAMAAACbxRFRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAnFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4jUzeAAAAM3RSTlMAAwgNERcWHSMpKjAxOD9GR05PVldfXmZnb3d/iIePkJiXn6eutby9w8nP1dna3uLj5uXSLV7qAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAGlJREFUGNPNxzcWgkAAANFhiSpBUUSWKEGSoHD/w1lb0jHvNwO7SVEQAlVF09ANTBPL4nDkZOM4uC7emYvP9UZwJ3wQRUhJHJOkZDnFk7KkqqhrmoZXS9fR9wwD48h7Yp75fFmWDda//QFGfg4moECXqwAAAABJRU5ErkJggg==") repeat-x bottom;
  background-size: auto 100%;
  overflow: hidden; }
  .card__overlay .card__bread,
  .card__overlay .card__title {
    color: #faf9fa; }
    .theme--dark .card__overlay .card__bread, .theme--dark
    .card__overlay .card__title {
      color: #faf9fa; }
    .theme--light .card__overlay .card__bread, .theme--light
    .card__overlay .card__title {
      color: #faf9fa; }
  .card__overlay .card__info {
    color: #b19dd8; }
    .theme--dark .card__overlay .card__info {
      color: #b8b5c0; }
    .theme--light .card__overlay .card__info {
      color: #b19dd8; }
  a:hover .card__overlay .card__title,
  a:focus .card__overlay .card__title {
    color: #faf9fa; }
    .theme--dark a:hover .card__overlay .card__title, .theme--dark
    a:focus .card__overlay .card__title {
      color: #faf9fa; }
    .theme--light a:hover .card__overlay .card__title, .theme--light
    a:focus .card__overlay .card__title {
      color: #faf9fa; }

.card__bread {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  color: #6e6779; }
  .theme--dark .card__bread {
    color: #898395; }
  .theme--light .card__bread {
    color: #6e6779; }
  .card__bread a {
    color: #6e6779; }
    .theme--dark .card__bread a {
      color: #898395; }
    .theme--light .card__bread a {
      color: #6e6779; }

.card__title {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  color: #19171c; }
  .theme--dark .card__title {
    color: #faf9fa; }
  .theme--light .card__title {
    color: #19171c; }
  .card__title a {
    color: #19171c; }
    .theme--dark .card__title a {
      color: #faf9fa; }
    .theme--light .card__title a {
      color: #19171c; }
    .card__title a:hover {
      color: #6441a4; }
      .theme--dark .card__title a:hover {
        color: #b19dd8; }
      .theme--light .card__title a:hover {
        color: #6441a4; }
  a:hover .card__title {
    color: #6441a4; }
    .theme--dark a:hover .card__title {
      color: #b19dd8; }
    .theme--light a:hover .card__title {
      color: #6441a4; }

.card__info {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  color: #6e6779; }
  .theme--dark .card__info {
    color: #898395; }
  .theme--light .card__info {
    color: #6e6779; }
  .card__info a {
    color: #6e6779;
    display: inline; }
    .theme--dark .card__info a {
      color: #898395; }
    .theme--light .card__info a {
      color: #6e6779; }
    .card__info a:hover {
      color: #6441a4; }
      .theme--dark .card__info a:hover {
        color: #b19dd8; }
      .theme--light .card__info a:hover {
        color: #6441a4; }
  .card__info time {
    float: right; }

.card__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card__play svg {
    width: auto;
    height: 20%;
    margin: 0 auto;
    fill: white; }

.card__meta {
  background: rgba(0, 0, 0, 0.6);
  color: #faf9fa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem;
  padding: 0 0.5rem;
  font-size: 1.1rem; }
  .theme--dark .card__meta {
    background: rgba(0, 0, 0, 0.6);
    color: #faf9fa; }
  .theme--light .card__meta {
    background: rgba(0, 0, 0, 0.6);
    color: #faf9fa; }
  .card__meta svg {
    fill: #faf9fa;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem; }
    .theme--dark .card__meta svg {
      fill: #faf9fa; }
    .theme--light .card__meta svg {
      fill: #faf9fa; }

.card__meta--left {
  left: 0; }

.card__meta--right {
  right: 0; }

.card__meta--below {
  top: 2.4rem; }

.card__meta--alert {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.4rem;
  background: #fc3636; }
  .card__meta--alert svg {
    margin-right: 0; }

.card__delete {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem; }
  .card__delete svg {
    color: #b19dd8;
    width: 1.6rem;
    height: 1.6rem; }
    .theme--dark .card__delete svg {
      color: #b8b5c0; }
    .theme--light .card__delete svg {
      color: #b19dd8; }

.card--row {
  margin-bottom: 0; }
  .card--row .card__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card--row .card__img {
    width: 16rem;
    height: 9rem;
    padding-bottom: 0; }
  .card--row .card__img--avatar {
    width: 8rem;
    height: 8rem; }
  .card--row .card__img--boxart {
    width: 8rem;
    height: 11rem; }
  .card--row .card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 1rem;
    padding-top: 0; }

.card--xs .card__overlay .card__title {
  font-size: 1.4rem;
  font-weight: 600; }

.card--xs .card__overlay .card__info {
  font-size: 1.2rem; }

.card--xs.card--row .card__title {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0rem; }

.card--xs.card--row .card__info {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0rem; }

.card--xs.card--row .card__img {
  width: 6rem;
  height: 3.5rem; }

.card--xs.card--row .card__img--avatar {
  width: 3rem;
  height: 3rem; }

.card--xs.card--row .card__img--boxart {
  width: 3rem;
  height: 4rem; }

.card--sm .card__overlay .card__title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0rem;
  font-weight: 600; }

.card--sm .card__overlay .card__info {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 0rem; }

.card--sm.card--row .card__title {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-bottom: 0rem; }

.card--sm.card--row .card__img {
  width: 8rem;
  height: 4.5rem; }

.card--sm.card--row .card__img--avatar {
  width: 4rem;
  height: 4rem; }

.card--sm.card--row .card__img--boxart {
  width: 4rem;
  height: 5.5rem; }

.card--lg.card--row .card__img {
  width: 24rem;
  height: 13.5rem; }

.card--xl.card--row .card__img {
  width: 32rem;
  height: 18rem; }

.form__input-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form__icon-group {
  position: absolute;
  left: 0;
  top: 0; }

.form__icon-group--right {
  left: auto;
  right: 0; }

.form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 3rem;
  height: 3rem;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form__icon svg {
    fill: #433f4a; }
    .theme--dark .form__icon svg {
      fill: #faf9fa; }
    .theme--light .form__icon svg {
      fill: #433f4a; }

select.form__input,
textarea.form__input,
.form__input[type='text'],
.form__input[type='email'],
.form__input[type='password'],
.form__input[type='search'] {
  background-color: white;
  color: #433f4a;
  -webkit-box-shadow: inset 0 0 0 1px #dad8de;
          box-shadow: inset 0 0 0 1px #dad8de;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 1.2rem;
  font-family: inherit;
  line-height: 2rem;
  outline: 0;
  padding: 0.5rem 1rem;
  position: relative;
  resize: both;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%; }
  .theme--dark select.form__input, .theme--dark
  textarea.form__input, .theme--dark
  .form__input[type='text'], .theme--dark
  .form__input[type='email'], .theme--dark
  .form__input[type='password'], .theme--dark
  .form__input[type='search'] {
    background-color: #201c2b;
    color: #faf9fa;
    -webkit-box-shadow: inset 0 0 0 1px #392e5c;
            box-shadow: inset 0 0 0 1px #392e5c; }
  .theme--light select.form__input, .theme--light
  textarea.form__input, .theme--light
  .form__input[type='text'], .theme--light
  .form__input[type='email'], .theme--light
  .form__input[type='password'], .theme--light
  .form__input[type='search'] {
    background-color: white;
    color: #433f4a;
    -webkit-box-shadow: inset 0 0 0 1px #dad8de;
            box-shadow: inset 0 0 0 1px #dad8de; }
  select.form__input::-webkit-input-placeholder,
  textarea.form__input::-webkit-input-placeholder,
  .form__input[type='text']::-webkit-input-placeholder,
  .form__input[type='email']::-webkit-input-placeholder,
  .form__input[type='password']::-webkit-input-placeholder,
  .form__input[type='search']::-webkit-input-placeholder {
    color: #a49fad; }
  select.form__input::-moz-placeholder,
  textarea.form__input::-moz-placeholder,
  .form__input[type='text']::-moz-placeholder,
  .form__input[type='email']::-moz-placeholder,
  .form__input[type='password']::-moz-placeholder,
  .form__input[type='search']::-moz-placeholder {
    color: #a49fad; }
  select.form__input:-ms-input-placeholder,
  textarea.form__input:-ms-input-placeholder,
  .form__input[type='text']:-ms-input-placeholder,
  .form__input[type='email']:-ms-input-placeholder,
  .form__input[type='password']:-ms-input-placeholder,
  .form__input[type='search']:-ms-input-placeholder {
    color: #a49fad; }
  select.form__input::placeholder,
  textarea.form__input::placeholder,
  .form__input[type='text']::placeholder,
  .form__input[type='email']::placeholder,
  .form__input[type='password']::placeholder,
  .form__input[type='search']::placeholder {
    color: #a49fad; }
    .theme--dark select.form__input::-webkit-input-placeholder, .theme--dark
    textarea.form__input::-webkit-input-placeholder, .theme--dark
    .form__input[type='text']::-webkit-input-placeholder, .theme--dark
    .form__input[type='email']::-webkit-input-placeholder, .theme--dark
    .form__input[type='password']::-webkit-input-placeholder, .theme--dark
    .form__input[type='search']::-webkit-input-placeholder {
      color: #898395; }
    .theme--dark select.form__input::-moz-placeholder, .theme--dark
    textarea.form__input::-moz-placeholder, .theme--dark
    .form__input[type='text']::-moz-placeholder, .theme--dark
    .form__input[type='email']::-moz-placeholder, .theme--dark
    .form__input[type='password']::-moz-placeholder, .theme--dark
    .form__input[type='search']::-moz-placeholder {
      color: #898395; }
    .theme--dark select.form__input:-ms-input-placeholder, .theme--dark
    textarea.form__input:-ms-input-placeholder, .theme--dark
    .form__input[type='text']:-ms-input-placeholder, .theme--dark
    .form__input[type='email']:-ms-input-placeholder, .theme--dark
    .form__input[type='password']:-ms-input-placeholder, .theme--dark
    .form__input[type='search']:-ms-input-placeholder {
      color: #898395; }
    .theme--dark select.form__input::placeholder, .theme--dark
    textarea.form__input::placeholder, .theme--dark
    .form__input[type='text']::placeholder, .theme--dark
    .form__input[type='email']::placeholder, .theme--dark
    .form__input[type='password']::placeholder, .theme--dark
    .form__input[type='search']::placeholder {
      color: #898395; }
    .theme--light select.form__input::-webkit-input-placeholder, .theme--light
    textarea.form__input::-webkit-input-placeholder, .theme--light
    .form__input[type='text']::-webkit-input-placeholder, .theme--light
    .form__input[type='email']::-webkit-input-placeholder, .theme--light
    .form__input[type='password']::-webkit-input-placeholder, .theme--light
    .form__input[type='search']::-webkit-input-placeholder {
      color: #a49fad; }
    .theme--light select.form__input::-moz-placeholder, .theme--light
    textarea.form__input::-moz-placeholder, .theme--light
    .form__input[type='text']::-moz-placeholder, .theme--light
    .form__input[type='email']::-moz-placeholder, .theme--light
    .form__input[type='password']::-moz-placeholder, .theme--light
    .form__input[type='search']::-moz-placeholder {
      color: #a49fad; }
    .theme--light select.form__input:-ms-input-placeholder, .theme--light
    textarea.form__input:-ms-input-placeholder, .theme--light
    .form__input[type='text']:-ms-input-placeholder, .theme--light
    .form__input[type='email']:-ms-input-placeholder, .theme--light
    .form__input[type='password']:-ms-input-placeholder, .theme--light
    .form__input[type='search']:-ms-input-placeholder {
      color: #a49fad; }
    .theme--light select.form__input::placeholder, .theme--light
    textarea.form__input::placeholder, .theme--light
    .form__input[type='text']::placeholder, .theme--light
    .form__input[type='email']::placeholder, .theme--light
    .form__input[type='password']::placeholder, .theme--light
    .form__input[type='search']::placeholder {
      color: #a49fad; }
  select.form__input::-ms-clear,
  textarea.form__input::-ms-clear,
  .form__input[type='text']::-ms-clear,
  .form__input[type='email']::-ms-clear,
  .form__input[type='password']::-ms-clear,
  .form__input[type='search']::-ms-clear {
    display: none; }
  select.form__input:-moz-focus-inner,
  textarea.form__input:-moz-focus-inner,
  .form__input[type='text']:-moz-focus-inner,
  .form__input[type='email']:-moz-focus-inner,
  .form__input[type='password']:-moz-focus-inner,
  .form__input[type='search']:-moz-focus-inner {
    border: none;
    padding: 0; }
  select.form__input:focus,
  textarea.form__input:focus,
  .form__input[type='text']:focus,
  .form__input[type='email']:focus,
  .form__input[type='password']:focus,
  .form__input[type='search']:focus {
    -webkit-box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe;
            box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe; }
    .theme--dark select.form__input:focus, .theme--dark
    textarea.form__input:focus, .theme--dark
    .form__input[type='text']:focus, .theme--dark
    .form__input[type='email']:focus, .theme--dark
    .form__input[type='password']:focus, .theme--dark
    .form__input[type='search']:focus {
      -webkit-box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe;
              box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe; }
    .theme--light select.form__input:focus, .theme--light
    textarea.form__input:focus, .theme--light
    .form__input[type='text']:focus, .theme--light
    .form__input[type='email']:focus, .theme--light
    .form__input[type='password']:focus, .theme--light
    .form__input[type='search']:focus {
      -webkit-box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe;
              box-shadow: inset 0 0 0 1px #7d5bbe, 0 0 6px -2px #7d5bbe; }
  select.form__input.form__input--lg,
  textarea.form__input.form__input--lg,
  .form__input[type='text'].form__input--lg,
  .form__input[type='email'].form__input--lg,
  .form__input[type='password'].form__input--lg,
  .form__input[type='search'].form__input--lg {
    font-size: 1.6rem;
    line-height: 3rem;
    min-height: 4rem; }
  .form__input-group--icon-left select.form__input, .form__input-group--icon-left
  textarea.form__input, .form__input-group--icon-left
  .form__input[type='text'], .form__input-group--icon-left
  .form__input[type='email'], .form__input-group--icon-left
  .form__input[type='password'], .form__input-group--icon-left
  .form__input[type='search'] {
    padding-left: 4rem; }
  .form__input-group--icon-right select.form__input, .form__input-group--icon-right
  textarea.form__input, .form__input-group--icon-right
  .form__input[type='text'], .form__input-group--icon-right
  .form__input[type='email'], .form__input-group--icon-right
  .form__input[type='password'], .form__input-group--icon-right
  .form__input[type='search'] {
    padding-right: 4rem; }
  .form__input-group--2-icons-right select.form__input, .form__input-group--2-icons-right
  textarea.form__input, .form__input-group--2-icons-right
  .form__input[type='text'], .form__input-group--2-icons-right
  .form__input[type='email'], .form__input-group--2-icons-right
  .form__input[type='password'], .form__input-group--2-icons-right
  .form__input[type='search'] {
    padding-right: 7rem; }
  select.form__input:disabled,
  textarea.form__input:disabled,
  .form__input[type='text']:disabled,
  .form__input[type='email']:disabled,
  .form__input[type='password']:disabled,
  .form__input[type='search']:disabled {
    opacity: 0.5;
    pointer-events: none; }

.form__input[type='checkbox'], .form__input[type='radio'] {
  width: 0.1rem;
  height: 0.1rem;
  border: none;
  clip: rect(0 0 0 0);
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #19171c; }
  .theme--dark .form__input[type='checkbox'], .theme--dark .form__input[type='radio'] {
    color: #faf9fa; }
  .theme--light .form__input[type='checkbox'], .theme--light .form__input[type='radio'] {
    color: #19171c; }
  .form__input[type='checkbox'] + label, .form__input[type='radio'] + label {
    color: #19171c;
    position: relative;
    display: block;
    padding: 0 0 0 2.2rem;
    cursor: pointer; }
    .theme--dark .form__input[type='checkbox'] + label, .theme--dark .form__input[type='radio'] + label {
      color: #faf9fa; }
    .theme--light .form__input[type='checkbox'] + label, .theme--light .form__input[type='radio'] + label {
      color: #19171c; }
    .form__input[type='checkbox'] + label::before, .form__input[type='radio'] + label::before {
      background: white;
      border: 1px solid #dad8de;
      content: '';
      height: 1.4rem;
      width: 1.4rem;
      top: 50%;
      left: 0;
      position: absolute;
      margin-top: -0.8rem; }
      .theme--dark .form__input[type='checkbox'] + label::before, .theme--dark .form__input[type='radio'] + label::before {
        background: #201c2b;
        border: 1px solid #392e5c; }
      .theme--light .form__input[type='checkbox'] + label::before, .theme--light .form__input[type='radio'] + label::before {
        background: white;
        border: 1px solid #dad8de; }
  .form__input[type='checkbox']:disabled + label, .form__input[type='radio']:disabled + label {
    opacity: 0.5;
    pointer-events: none; }
  .form__input[type='checkbox']:focus + label::before, .form__input[type='radio']:focus + label::before {
    -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
            box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
    .theme--dark .form__input[type='checkbox']:focus + label::before, .theme--dark .form__input[type='radio']:focus + label::before {
      -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
              box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
    .theme--light .form__input[type='checkbox']:focus + label::before, .theme--light .form__input[type='radio']:focus + label::before {
      -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
              box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
  .form__input[type='checkbox']:checked + label::after, .form__input[type='radio']:checked + label::after {
    border-color: #dad8de; }
    .theme--dark .form__input[type='checkbox']:checked + label::after, .theme--dark .form__input[type='radio']:checked + label::after {
      border-color: #392e5c; }
    .theme--light .form__input[type='checkbox']:checked + label::after, .theme--light .form__input[type='radio']:checked + label::after {
      border-color: #dad8de; }

.form__input[type='checkbox']:checked + label::before {
  background: #7d5bbe;
  border-color: #7d5bbe; }
  .theme--dark .form__input[type='checkbox']:checked + label::before {
    background: #7d5bbe;
    border-color: #7d5bbe; }
  .theme--light .form__input[type='checkbox']:checked + label::before {
    background: #7d5bbe;
    border-color: #7d5bbe; }

.form__input[type='checkbox']:checked + label::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  display: block;
  content: '';
  height: 0.3rem;
  width: 0.7rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.1rem;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .theme--dark .form__input[type='checkbox']:checked + label::after {
    border-bottom: 2px solid white;
    border-left: 2px solid white; }
  .theme--light .form__input[type='checkbox']:checked + label::after {
    border-bottom: 2px solid white;
    border-left: 2px solid white; }

.form__input[type='radio'] + label::before {
  border-radius: 50%; }

.form__input[type='radio']:checked + label::before {
  border-color: #7d5bbe; }
  .theme--dark .form__input[type='radio']:checked + label::before {
    border-color: #7d5bbe; }
  .theme--light .form__input[type='radio']:checked + label::before {
    border-color: #7d5bbe; }

.form__input[type='radio']:checked + label::after {
  background: #7d5bbe;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0.3rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
  .theme--dark .form__input[type='radio']:checked + label::after {
    background: #7d5bbe; }
  .theme--light .form__input[type='radio']:checked + label::after {
    background: #7d5bbe; }

select.form__input {
  display: block;
  position: relative;
  padding-right: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23898395%22%3E%3Cpolygon%20points%3D%226%2C1%2010%2C5%202%2C5%22/%3E%20%3Cpolygon%20points%3D%226%2C11%2010%2C7%202%2C7%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem;
  cursor: pointer; }

.form__input[type='range'] {
  background: transparent;
  width: 100%;
  height: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  border: none; }
  .form__input[type='range']:focus {
    outline: none; }
  .form__input[type='range']::range-track {
    background: #dad8de;
    -webkit-box-shadow: #dad8de 0 0 0 1px inset;
            box-shadow: #dad8de 0 0 0 1px inset;
    width: 100%;
    height: 0.5rem;
    cursor: pointer; }
    .theme--dark .form__input[type='range']::range-track {
      background: #392e5c;
      -webkit-box-shadow: #392e5c 0 0 0 1px inset;
              box-shadow: #392e5c 0 0 0 1px inset; }
    .theme--light .form__input[type='range']::range-track {
      background: #dad8de;
      -webkit-box-shadow: #dad8de 0 0 0 1px inset;
              box-shadow: #dad8de 0 0 0 1px inset; }
  .form__input[type='range']::range-thumb {
    -webkit-box-shadow: #dad8de 0 0 0 1px inset;
            box-shadow: #dad8de 0 0 0 1px inset;
    height: 2.5rem;
    width: 1rem;
    background: white;
    margin-top: -1rem;
    border-radius: 1px;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .theme--dark .form__input[type='range']::range-thumb {
      -webkit-box-shadow: #392e5c 0 0 0 1px inset;
              box-shadow: #392e5c 0 0 0 1px inset; }
    .theme--light .form__input[type='range']::range-thumb {
      -webkit-box-shadow: #dad8de 0 0 0 1px inset;
              box-shadow: #dad8de 0 0 0 1px inset; }
  .form__input[type='range']:focus::range-thumb {
    -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
            box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
    .theme--dark .form__input[type='range']:focus::range-thumb {
      -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
              box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
    .theme--light .form__input[type='range']:focus::range-thumb {
      -webkit-box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe;
              box-shadow: #7d5bbe 0 0 0 1px inset, 0 0 6px -2px #7d5bbe; }
  .form__input[type='range']::range-lower {
    background: #dad8de;
    -webkit-box-shadow: #dad8de 0 0 0 1px inset;
            box-shadow: #dad8de 0 0 0 1px inset; }
    .theme--dark .form__input[type='range']::range-lower {
      background: #392e5c;
      -webkit-box-shadow: #392e5c 0 0 0 1px inset;
              box-shadow: #392e5c 0 0 0 1px inset; }
    .theme--light .form__input[type='range']::range-lower {
      background: #dad8de;
      -webkit-box-shadow: #dad8de 0 0 0 1px inset;
              box-shadow: #dad8de 0 0 0 1px inset; }
  .form__input[type='range']::range-upper {
    background: #dad8de;
    -webkit-box-shadow: #dad8de 0 0 0 1px inset;
            box-shadow: #dad8de 0 0 0 1px inset; }
    .theme--dark .form__input[type='range']::range-upper {
      background: #392e5c;
      -webkit-box-shadow: #392e5c 0 0 0 1px inset;
              box-shadow: #392e5c 0 0 0 1px inset; }
    .theme--light .form__input[type='range']::range-upper {
      background: #dad8de;
      -webkit-box-shadow: #dad8de 0 0 0 1px inset;
              box-shadow: #dad8de 0 0 0 1px inset; }

.form__input--inline {
  display: inline-block;
  width: auto; }

.form__label {
  color: #19171c;
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 0rem;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: 600; }
  .theme--dark .form__label {
    color: #faf9fa; }
  .theme--light .form__label {
    color: #19171c; }

.form__label--optional::after {
  color: #6e6779;
  content: '(optional)';
  padding-left: 0.5rem;
  font-weight: normal; }
  .theme--dark .form__label--optional::after {
    color: #898395; }
  .theme--light .form__label--optional::after {
    color: #6e6779; }

.form__hint {
  color: #6e6779;
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 0rem;
  display: block; }
  .theme--dark .form__hint {
    color: #898395; }
  .theme--light .form__hint {
    color: #6e6779; }

.form__hint--error {
  display: none; }

.form__group--error .form__label {
  color: #fc3636; }
  .theme--dark .form__group--error .form__label {
    color: #fc3636; }
  .theme--light .form__group--error .form__label {
    color: #fc3636; }

.form__group--error .form__input,
.form__group--error .form__input:focus {
  -webkit-box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px;
          box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px; }
  .theme--dark .form__group--error .form__input, .theme--dark
  .form__group--error .form__input:focus {
    -webkit-box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px;
            box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px; }
  .theme--light .form__group--error .form__input, .theme--light
  .form__group--error .form__input:focus {
    -webkit-box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px;
            box-shadow: #fc3636 0 0 0 1px inset, #fc3636 0 0 6px -2px; }

.form__group--error .form__hint {
  display: none; }

.form__group--error .form__hint--error {
  color: #fc3636;
  display: block; }
  .theme--dark .form__group--error .form__hint--error {
    color: #fc3636; }
  .theme--light .form__group--error .form__hint--error {
    color: #fc3636; }

.tw-tabs {
  -webkit-box-shadow: inset 0 -1px 0 #dad8de;
          box-shadow: inset 0 -1px 0 #dad8de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .theme--dark .tw-tabs {
    -webkit-box-shadow: inset 0 -1px 0 #392e5c;
            box-shadow: inset 0 -1px 0 #392e5c; }
  .theme--light .tw-tabs {
    -webkit-box-shadow: inset 0 -1px 0 #dad8de;
            box-shadow: inset 0 -1px 0 #dad8de; }

.tw-tabs__item:not(:last-child) {
  margin-right: 2rem; }

.tw-tabs__item > a,
.tw-tabs__item > button {
  color: #6441a4;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5rem 0; }
  .theme--dark .tw-tabs__item > a, .theme--dark
  .tw-tabs__item > button {
    color: #cbc8d0; }
  .theme--light .tw-tabs__item > a, .theme--light
  .tw-tabs__item > button {
    color: #6441a4; }
  .tw-tabs__item > a:hover,
  .tw-tabs__item > button:hover {
    -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
            box-shadow: 0 -1px 0 #6441a4 inset;
    text-decoration: none; }
    .theme--dark .tw-tabs__item > a:hover, .theme--dark
    .tw-tabs__item > button:hover {
      -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
              box-shadow: 0 -1px 0 #6441a4 inset; }
    .theme--light .tw-tabs__item > a:hover, .theme--light
    .tw-tabs__item > button:hover {
      -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
              box-shadow: 0 -1px 0 #6441a4 inset; }
  .tw-tabs__item > a:focus,
  .tw-tabs__item > button:focus {
    -webkit-box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe;
            box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe;
    outline: none; }
    .theme--dark .tw-tabs__item > a:focus, .theme--dark
    .tw-tabs__item > button:focus {
      -webkit-box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe;
              box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe; }
    .theme--light .tw-tabs__item > a:focus, .theme--light
    .tw-tabs__item > button:focus {
      -webkit-box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe;
              box-shadow: 0 -2px 0 #6441a4 inset, 0 4px 6px -4px #7d5bbe; }
  .tw-tabs__item > a.active,
  .tw-tabs__item > button.active {
    color: #0f0e11;
    -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
            box-shadow: 0 -1px 0 #6441a4 inset; }
    .theme--dark .tw-tabs__item > a.active, .theme--dark
    .tw-tabs__item > button.active {
      color: #faf9fa;
      -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
              box-shadow: 0 -1px 0 #6441a4 inset; }
    .theme--light .tw-tabs__item > a.active, .theme--light
    .tw-tabs__item > button.active {
      color: #0f0e11;
      -webkit-box-shadow: 0 -1px 0 #6441a4 inset;
              box-shadow: 0 -1px 0 #6441a4 inset; }

.tw-tabs--fullwidth {
  text-align: center; }
  .tw-tabs--fullwidth .tw-tabs__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0; }
    .tw-tabs--fullwidth .tw-tabs__item a {
      display: block; }

.brick {
  background: #faf9fa;
  border: 1px solid #dad8de;
  padding: 1rem;
  width: 100%; }
  .theme--dark .brick {
    background: #201c2b;
    border: 1px solid #392e5c; }
  .theme--light .brick {
    background: #faf9fa;
    border: 1px solid #dad8de; }

.brick + .brick {
  margin-top: -0.1rem; }

.brick__img-container {
  position: relative;
  background-color: #6441a4;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05);
  line-height: 0;
  margin: -1px; }
  .brick__img-container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.brick--hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .brick--hover:hover {
    opacity: 0.8; }

.brick__caption {
  padding-top: 1rem; }

.brick--theme-purple {
  background-color: #6441a4;
  border-color: #7d5bbe;
  color: #f9f8fc; }
  .brick--theme-purple .brick__img-container {
    background-color: #392e5c; }
    .brick--theme-purple .brick__img-container::after {
      border-color: rgba(255, 255, 255, 0.1); }

.brick--theme-dark {
  background-color: #2c2541;
  border-color: #4b367c;
  color: #f9f8fc; }
  .brick--theme-dark .brick__img-container {
    background-color: #17141f; }
    .brick--theme-dark .brick__img-container::after {
      border-color: rgba(255, 255, 255, 0.1); }

.brick--theme-white,
.brick--block,
.brick--faint {
  background-color: white;
  border-color: #e5e3e8; }
  .brick--theme-white .brick__img-container,
  .brick--block .brick__img-container,
  .brick--faint .brick__img-container {
    background-color: #7d5bbe; }

.brick--theme-grey,
.brick--block {
  background-color: #faf9fa;
  border-color: #e5e3e8; }
  .brick--theme-grey .brick__img-container,
  .brick--block .brick__img-container {
    background-color: #b8b5c0; }
    .brick--theme-grey .brick__img-container::after,
    .brick--block .brick__img-container::after {
      border-color: rgba(0, 0, 0, 0.1); }

.brick--marked {
  border-left-width: 0.3rem;
  border-left-color: #6441a4; }
  .brick--marked.brick--theme-white, .brick--marked.brick--theme-grey {
    border-left-color: #9a7fcc; }
  .brick--marked.brick--theme-purple {
    border-left-color: #b19dd8; }
  .brick--marked.brick--theme-dark {
    border-left-color: #b19dd8; }
  .brick--marked.brick--theme-red {
    border-left-color: #fc3636; }

.brick--pd-lg {
  padding: 2rem; }
  .brick--pd-lg .brick__caption {
    padding-top: 2rem; }

.brick--pd-none {
  padding: 0; }
  .brick--pd-none .brick__caption {
    padding: 1rem; }

.brick--push-up {
  margin-top: -6rem; }

.brick__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(32, 28, 43, 0.9);
  z-index: 2;
  margin: -1px;
  margin-bottom: -2px; }
  .brick--overlay:hover .brick__overlay {
    opacity: 1; }

.balloon-wrapper {
  position: relative; }
  .balloon-wrapper:hover .balloon {
    display: block; }
  .balloon-wrapper:hover .balloon--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .balloon-wrapper:hover .balloon--toggle {
    display: none; }

.balloon-wrapper--hotspot {
  width: 12px;
  height: 12px;
  z-index: 6; }
  .balloon-wrapper--hotspot::after {
    background: #6441a4;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: ''; }
    .theme--dark .balloon-wrapper--hotspot::after {
      background: #6441a4; }
    .theme--light .balloon-wrapper--hotspot::after {
      background: #6441a4; }
  .balloon-wrapper--hotspot:hover::after {
    background: #7d5bbe; }
    .theme--dark .balloon-wrapper--hotspot:hover::after {
      background: #7d5bbe; }
    .theme--light .balloon-wrapper--hotspot:hover::after {
      background: #7d5bbe; }

.balloon {
  border-radius: 1px;
  background: white;
  color: #19171c;
  -webkit-box-shadow: 0 0 0 1px #dad8de, 0 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px #dad8de, 0 1px 1px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  left: 0;
  min-width: 16rem;
  max-width: 90vw;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: left;
  z-index: 99999; }
  .theme--dark .balloon {
    border-radius: 1px;
    background: #0e0c13;
    color: #faf9fa;
    -webkit-box-shadow: 0 0 0 1px #392e5c, 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 1px #392e5c, 0 1px 1px rgba(0, 0, 0, 0.25); }
  .theme--light .balloon {
    border-radius: 1px;
    background: white;
    color: #19171c;
    -webkit-box-shadow: 0 0 0 1px #dad8de, 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 1px #dad8de, 0 1px 1px rgba(0, 0, 0, 0.25); }
  .balloon::before, .balloon::after {
    position: absolute;
    content: ''; }
  .balloon::before {
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    z-index: -1; }
  .balloon::after {
    background: white;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1; }
    .theme--dark .balloon::after {
      background: #0e0c13; }
    .theme--light .balloon::after {
      background: white; }

.balloon--fancy {
  color: #4b367c;
  border: none;
  text-align: center;
  white-space: normal;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-animation: fade 0.6s ease forwards;
          animation: fade 0.6s ease forwards; }
  .theme--dark .balloon--fancy {
    color: #9a7fcc; }
  .theme--light .balloon--fancy {
    color: #4b367c; }

.balloon--left {
  top: 0;
  right: 100%;
  left: auto;
  margin-right: 6px; }
  .balloon--left::after {
    border-radius: 0 1px 0 0;
    -webkit-box-shadow: 1px -1px 0 #dad8de;
            box-shadow: 1px -1px 0 #dad8de;
    top: 6px;
    left: 100%;
    margin-left: -3px; }
    .theme--dark .balloon--left::after {
      border-radius: 0 1px 0 0;
      -webkit-box-shadow: 1px -1px 0 #392e5c;
              box-shadow: 1px -1px 0 #392e5c; }
    .theme--light .balloon--left::after {
      border-radius: 0 1px 0 0;
      -webkit-box-shadow: 1px -1px 0 #dad8de;
              box-shadow: 1px -1px 0 #dad8de; }

.balloon--right {
  top: 0;
  left: 100%;
  margin-left: 6px; }
  .balloon--right::after {
    border-radius: 0 0 0 1px;
    -webkit-box-shadow: -1px 1px 0 #dad8de;
            box-shadow: -1px 1px 0 #dad8de;
    top: 6px;
    left: 0;
    margin-left: -3px; }
    .theme--dark .balloon--right::after {
      border-radius: 0 0 0 1px;
      -webkit-box-shadow: -1px 1px 0 #392e5c;
              box-shadow: -1px 1px 0 #392e5c; }
    .theme--light .balloon--right::after {
      border-radius: 0 0 0 1px;
      -webkit-box-shadow: -1px 1px 0 #dad8de;
              box-shadow: -1px 1px 0 #dad8de; }

.balloon--left.balloon--center,
.balloon--right.balloon--center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .balloon--left.balloon--center::after,
  .balloon--right.balloon--center::after {
    top: 50%;
    margin-top: -3px; }

.balloon--up {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 6px; }
  .balloon--up::after {
    border-radius: 0 0 1px;
    -webkit-box-shadow: 1px 1px 0 #dad8de;
            box-shadow: 1px 1px 0 #dad8de;
    top: 100%;
    left: 6px;
    margin-top: -3px; }
    .theme--dark .balloon--up::after {
      border-radius: 0 0 1px;
      -webkit-box-shadow: 1px 1px 0 #392e5c;
              box-shadow: 1px 1px 0 #392e5c; }
    .theme--light .balloon--up::after {
      border-radius: 0 0 1px;
      -webkit-box-shadow: 1px 1px 0 #dad8de;
              box-shadow: 1px 1px 0 #dad8de; }

.balloon--down {
  top: 100%;
  left: 0;
  margin-top: 6px; }
  .balloon--down::after {
    border-radius: 1px 0 0;
    -webkit-box-shadow: -1px -1px 0 #dad8de;
            box-shadow: -1px -1px 0 #dad8de;
    top: -3px;
    left: 6px; }
    .theme--dark .balloon--down::after {
      border-radius: 1px 0 0;
      -webkit-box-shadow: -1px -1px 0 #392e5c;
              box-shadow: -1px -1px 0 #392e5c; }
    .theme--light .balloon--down::after {
      border-radius: 1px 0 0;
      -webkit-box-shadow: -1px -1px 0 #dad8de;
              box-shadow: -1px -1px 0 #dad8de; }

.balloon--up.balloon--center,
.balloon--down.balloon--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .balloon--up.balloon--center::after,
  .balloon--down.balloon--center::after {
    left: 50%;
    margin-left: -3px; }

.balloon--up.balloon--right,
.balloon--down.balloon--right {
  top: auto;
  right: 0;
  left: auto; }
  .balloon--up.balloon--right::after,
  .balloon--down.balloon--right::after {
    top: 100%;
    left: 100%;
    margin-left: -12px; }

.balloon--down.balloon--right {
  top: 100%; }
  .balloon--down.balloon--right::after {
    top: -3px;
    left: 100%;
    margin-left: -12px; }

.balloon-wrapper--hotspot .balloon--left,
.balloon-wrapper--hotspot .balloon--right {
  top: -3px; }

.balloon-wrapper--hotspot .balloon--up,
.balloon-wrapper--hotspot .balloon--down {
  left: -3px; }

.balloon-wrapper--hotspot .balloon--up.balloon--right {
  top: auto;
  right: -3px;
  left: auto; }

.balloon-wrapper--hotspot .balloon--down.balloon--right {
  top: 12px;
  right: -3px;
  left: auto; }

.balloon-wrapper--hotspot .balloon--center {
  left: 50%; }

.balloon--no-tail {
  margin-top: 0;
  margin-bottom: 0; }
  .balloon--no-tail::after {
    display: none; }

.balloon--no-padding {
  padding: 0; }

.balloon--tooltip {
  background: #0e0c13;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  padding: 3px 6px;
  white-space: nowrap; }
  .theme--dark .balloon--tooltip {
    background: white;
    color: #0e0c13;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .theme--light .balloon--tooltip {
    background: #0e0c13;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .balloon--tooltip::after {
    background: #0e0c13;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .theme--dark .balloon--tooltip::after {
      background: white;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .theme--light .balloon--tooltip::after {
      background: #0e0c13;
      -webkit-box-shadow: none;
              box-shadow: none; }

.balloon--dropmenu {
  padding: 1rem 0; }

.balloon--cols .balloon__list {
  width: 50%; }
  .balloon--cols .balloon__list ~ .balloon__list {
    -webkit-box-shadow: -1px 0 0 #dad8de;
            box-shadow: -1px 0 0 #dad8de; }
    .theme--dark .balloon--cols .balloon__list ~ .balloon__list {
      -webkit-box-shadow: -1px 0 0 #392e5c;
              box-shadow: -1px 0 0 #392e5c; }
    .theme--light .balloon--cols .balloon__list ~ .balloon__list {
      -webkit-box-shadow: -1px 0 0 #dad8de;
              box-shadow: -1px 0 0 #dad8de; }

.balloon__link {
  cursor: pointer; }
  .balloon .balloon__link {
    color: #6441a4 !important;
    display: block;
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    float: none !important; }
    .theme--dark .balloon .balloon__link {
      color: #faf9fa !important; }
    .theme--light .balloon .balloon__link {
      color: #6441a4 !important; }
    .balloon .balloon__link.balloon__link--selected {
      background: #efeef1 !important; }
      .theme--dark .balloon .balloon__link.balloon__link--selected {
        background: #392e5c !important; }
      .theme--light .balloon .balloon__link.balloon__link--selected {
        background: #efeef1 !important; }
    .balloon .balloon__link:hover, .balloon .balloon__link.balloon__link--active {
      background: #6441a4 !important;
      color: white !important;
      text-decoration: none;
      cursor: pointer; }
      .theme--dark .balloon .balloon__link:hover, .theme--dark .balloon .balloon__link.balloon__link--active {
        background: #6441a4 !important;
        color: #faf9fa !important; }
      .theme--light .balloon .balloon__link:hover, .theme--light .balloon .balloon__link.balloon__link--active {
        background: #6441a4 !important;
        color: white !important; }
  .balloon__link.balloon__link--alert {
    color: #fc3636 !important; }
    .theme--dark .balloon__link.balloon__link--alert {
      color: #fc3636 !important; }
    .theme--light .balloon__link.balloon__link--alert {
      color: #fc3636 !important; }
  .balloon__link.balloon__link--disabled {
    color: #a49fad !important;
    pointer-events: none;
    cursor: default; }
    .theme--dark .balloon__link.balloon__link--disabled {
      color: #575260 !important; }
    .theme--light .balloon__link.balloon__link--disabled {
      color: #a49fad !important; }

.balloon__title {
  color: #6e6779;
  padding: 0.5rem 1rem; }
  .theme--dark .balloon__title {
    color: #898395; }
  .theme--light .balloon__title {
    color: #6e6779; }

.balloon__stroke {
  border-bottom: 1px solid #dad8de;
  width: calc(100% - 2rem);
  margin: 0.5rem 1rem; }
  .theme--dark .balloon__stroke {
    border-bottom: 1px solid #392e5c; }
  .theme--light .balloon__stroke {
    border-bottom: 1px solid #dad8de; }

.balloon--cols {
  min-width: 20rem;
  padding: 1rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .balloon--cols.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.balloon--static {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .balloon--static.balloon--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.balloon--xs {
  min-width: 10rem;
  width: 10rem; }

.balloon--sm {
  width: 20rem; }

.balloon--md {
  width: 30rem; }

.balloon--lg {
  width: 40rem; }

.balloon--xl {
  width: 50rem; }

.balloon--full {
  width: 100%; }

.balloon--purple {
  background: #392e5c;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme--dark .balloon--purple {
    background: #392e5c;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .theme--light .balloon--purple {
    background: #392e5c;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .balloon--purple::after {
    background: #392e5c;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .theme--dark .balloon--purple::after {
      background: #392e5c;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .theme--light .balloon--purple::after {
      background: #392e5c;
      -webkit-box-shadow: none;
              box-shadow: none; }

.balloon--alert {
  background: #fc3636;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .theme--dark .balloon--alert {
    background: #fc3636;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .theme--light .balloon--alert {
    background: #fc3636;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .balloon--alert::after {
    background: #fc3636;
    color: white;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .theme--dark .balloon--alert::after {
      background: #fc3636;
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .theme--light .balloon--alert::after {
      background: #fc3636;
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none; }

.icon {
  line-height: 1rem; }

.tw-icon {
  max-height: 2rem; }

.tw-icon--size-1 {
  max-height: 2rem; }

.pill {
  background: #a49fad;
  color: white;
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.4rem;
  line-height: 1;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 2px; }
  .theme--dark .pill {
    background: #a49fad;
    color: white; }
  .theme--light .pill {
    background: #a49fad;
    color: white; }
  .pill:empty {
    display: none; }

.progress-bar {
  background: #dad8de;
  height: 1rem;
  width: 100%; }
  .theme--dark .progress-bar {
    background: #4b367c; }
  .theme--light .progress-bar {
    background: #dad8de; }

.progress-bar__fill {
  background: #14b866;
  display: block;
  max-width: 100%;
  height: 100%; }
  .theme--dark .progress-bar__fill {
    background: #14b866; }
  .theme--light .progress-bar__fill {
    background: #14b866; }

.progress-bar-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.progress-bar--xs {
  height: 0.3rem; }

.progress-bar--sm {
  height: 0.5rem; }

.progress-bar--error {
  background: #fc3636; }
  .theme--dark .progress-bar--error {
    background: #fc3636; }
  .theme--light .progress-bar--error {
    background: #fc3636; }
  .progress-bar--error .progress-bar__fill {
    visibility: hidden; }

.progress-bar--caution {
  background: #ffb300; }
  .theme--dark .progress-bar--caution {
    background: #ffb300; }
  .theme--light .progress-bar--caution {
    background: #ffb300; }
  .progress-bar--caution .progress-bar__fill {
    visibility: hidden; }

.progress-bar--countdown {
  background: none; }
  .theme--dark .progress-bar--countdown {
    background: none; }
  .theme--light .progress-bar--countdown {
    background: none; }
  .progress-bar--countdown .progress-bar__fill {
    background: #7d5bbe;
    width: 100%;
    -webkit-animation: progress-bar-countdown linear both;
            animation: progress-bar-countdown linear both; }
    .theme--dark .progress-bar--countdown .progress-bar__fill {
      background: #9a7fcc; }
    .theme--light .progress-bar--countdown .progress-bar__fill {
      background: #7d5bbe; }

@-webkit-keyframes progress-bar-countdown {
  100% {
    width: 0%; } }

@keyframes progress-bar-countdown {
  100% {
    width: 0%; } }

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  line-height: 2rem; }
  .toggle input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
    .toggle input[type='checkbox']:focus + .toggle__button {
      background: #a49fad;
      -webkit-box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #b19dd8;
              box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #b19dd8; }
      .theme--dark .toggle input[type='checkbox']:focus + .toggle__button {
        background: #4b367c;
        -webkit-box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #7d5bbe;
                box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #7d5bbe; }
      .theme--light .toggle input[type='checkbox']:focus + .toggle__button {
        background: #a49fad;
        -webkit-box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #b19dd8;
                box-shadow: 0 0 6px -2px #7d5bbe, inset 0 0 0 1px #b19dd8; }
  .toggle input[type='checkbox']:checked + .toggle__button {
    background: #14b866; }
    .theme--dark .toggle input[type='checkbox']:checked + .toggle__button {
      background: #14b866; }
    .theme--light .toggle input[type='checkbox']:checked + .toggle__button {
      background: #14b866; }
    .toggle input[type='checkbox']:checked + .toggle__button::before {
      border-bottom: 2px solid white;
      border-left: 2px solid white;
      display: block;
      content: '';
      height: 0.3rem;
      width: 0.7rem;
      position: absolute;
      top: 0.9rem;
      left: 1.4rem;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
              transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
      .theme--dark .toggle input[type='checkbox']:checked + .toggle__button::before {
        border-bottom: 2px solid white;
        border-left: 2px solid white; }
      .theme--light .toggle input[type='checkbox']:checked + .toggle__button::before {
        border-bottom: 2px solid white;
        border-left: 2px solid white; }
    .toggle input[type='checkbox']:checked + .toggle__button::after {
      content: '';
      display: block;
      width: 2rem;
      position: absolute;
      top: 0.1rem;
      left: calc(100% - 2rem - 1px); }
  .toggle input[type='checkbox']:checked ~ .toggle__label-on {
    display: inline-block;
    opacity: 1; }
  .toggle input[type='checkbox']:checked ~ .toggle__label-off {
    opacity: 0;
    display: none; }

.toggle__button {
  background: #b8b5c0;
  content: '';
  display: inline-block;
  width: 5rem;
  height: 2rem;
  position: relative;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  .theme--dark .toggle__button {
    background: #4b367c; }
  .theme--light .toggle__button {
    background: #b8b5c0; }
  .toggle__button:hover {
    background: #a49fad; }
    .theme--dark .toggle__button:hover {
      background: #4b367c; }
    .theme--light .toggle__button:hover {
      background: #a49fad; }
  .toggle__button::after {
    background: white;
    content: '';
    display: block;
    width: 2rem;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    bottom: 0.1rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .theme--dark .toggle__button::after {
      background: white; }
    .theme--light .toggle__button::after {
      background: white; }

.toggle__label-on,
.toggle__label-off {
  color: #6e6779;
  font-size: 1.1rem;
  font-weight: normal;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  .theme--dark .toggle__label-on, .theme--dark
  .toggle__label-off {
    color: #898395; }
  .theme--light .toggle__label-on, .theme--light
  .toggle__label-off {
    color: #6e6779; }

.toggle__label-on {
  opacity: 0;
  display: none; }

.toggle__label-off {
  opacity: 1; }

.aspect {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.aspect--3x4 {
  padding-bottom: 139.70588%; }

.aspect--square {
  padding-bottom: 100%; }

.aspect--4x3 {
  padding-bottom: 75%; }

.aspect--16x9 {
  padding-bottom: 56.25%; }

.aspect--21x9 {
  padding-bottom: 42.85714%; }

.aspect--4x3-crop .aspect__fill {
  height: auto;
  max-height: none;
  margin: -9.375% 0; }

.aspect__fill {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }
  .aspect__fill iframe {
    height: 100%;
    width: 100%;
    position: absolute; }

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0; }
  .container::after {
    content: '';
    display: table;
    clear: both; }

.container--fluid {
  max-width: 100%;
  width: 100%; }

.container--lg {
  max-width: 1200px; }

.container--xl {
  max-width: 1440px; }

.container--xxl {
  max-width: 1600px; }

.tower {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  min-width: 100%; }
  .tower > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 1.5rem; }
  .tower .tower {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .tower .tower--gutter-xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .tower .tower--gutter-sm {
    margin-left: -1rem;
    margin-right: -1rem; }
  .tower .tower--gutter-lg {
    margin-left: -2rem;
    margin-right: -2rem; }
  .tower .tower--gutter-none {
    margin-left: 0;
    margin-right: 0; }

.tower--120 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  width: 12rem; }

.tower--180 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  width: 18rem; }

.tower--240 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  width: 24rem; }

.tower--300 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  width: 30rem; }

.tower--gutter-xs > * {
  padding: 0 0.5rem; }

.tower--gutter-sm > * {
  padding: 0 1rem; }

.tower--gutter-lg > * {
  padding: 0 2rem; }

.tower--gutter-none > * {
  padding: 0; }

.tower--bleed {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .tower--bleed.tower--gutter-xs {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .tower--bleed.tower--gutter-sm {
    margin-left: -1rem;
    margin-right: -1rem; }
  .tower--bleed.tower--gutter-lg {
    margin-left: -2rem;
    margin-right: -2rem; }

.tower--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.tower--nogrow > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.col-xs-1 {
  width: 8.33333%; }

.tower--xs-1-1 > * {
  width: 100%; }

.col-xs-2 {
  width: 16.66667%; }

.tower--xs-1-2 > * {
  width: 50%; }

.col-xs-3 {
  width: 25%; }

.tower--xs-1-3 > * {
  width: 33.33333%; }

.col-xs-4 {
  width: 33.33333%; }

.tower--xs-1-4 > * {
  width: 25%; }

.col-xs-5 {
  width: 41.66667%; }

.tower--xs-1-5 > * {
  width: 20%; }

.col-xs-6 {
  width: 50%; }

.tower--xs-1-6 > * {
  width: 16.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.tower--xs-1-7 > * {
  width: 14.28571%; }

.col-xs-8 {
  width: 66.66667%; }

.tower--xs-1-8 > * {
  width: 12.5%; }

.col-xs-9 {
  width: 75%; }

.tower--xs-1-9 > * {
  width: 11.11111%; }

.col-xs-10 {
  width: 83.33333%; }

.tower--xs-1-10 > * {
  width: 10%; }

.col-xs-11 {
  width: 91.66667%; }

.tower--xs-1-11 > * {
  width: 9.09091%; }

.col-xs-12 {
  width: 100%; }

.tower--xs-1-12 > * {
  width: 8.33333%; }

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333%; }
  .tower--sm-1-1 > * {
    width: 100%; }
  .col-sm-2 {
    width: 16.66667%; }
  .tower--sm-1-2 > * {
    width: 50%; }
  .col-sm-3 {
    width: 25%; }
  .tower--sm-1-3 > * {
    width: 33.33333%; }
  .col-sm-4 {
    width: 33.33333%; }
  .tower--sm-1-4 > * {
    width: 25%; }
  .col-sm-5 {
    width: 41.66667%; }
  .tower--sm-1-5 > * {
    width: 20%; }
  .col-sm-6 {
    width: 50%; }
  .tower--sm-1-6 > * {
    width: 16.66667%; }
  .col-sm-7 {
    width: 58.33333%; }
  .tower--sm-1-7 > * {
    width: 14.28571%; }
  .col-sm-8 {
    width: 66.66667%; }
  .tower--sm-1-8 > * {
    width: 12.5%; }
  .col-sm-9 {
    width: 75%; }
  .tower--sm-1-9 > * {
    width: 11.11111%; }
  .col-sm-10 {
    width: 83.33333%; }
  .tower--sm-1-10 > * {
    width: 10%; }
  .col-sm-11 {
    width: 91.66667%; }
  .tower--sm-1-11 > * {
    width: 9.09091%; }
  .col-sm-12 {
    width: 100%; }
  .tower--sm-1-12 > * {
    width: 8.33333%; } }

@media (min-width: 1024px) {
  .col-md-1 {
    width: 8.33333%; }
  .tower--md-1-1 > * {
    width: 100%; }
  .col-md-2 {
    width: 16.66667%; }
  .tower--md-1-2 > * {
    width: 50%; }
  .col-md-3 {
    width: 25%; }
  .tower--md-1-3 > * {
    width: 33.33333%; }
  .col-md-4 {
    width: 33.33333%; }
  .tower--md-1-4 > * {
    width: 25%; }
  .col-md-5 {
    width: 41.66667%; }
  .tower--md-1-5 > * {
    width: 20%; }
  .col-md-6 {
    width: 50%; }
  .tower--md-1-6 > * {
    width: 16.66667%; }
  .col-md-7 {
    width: 58.33333%; }
  .tower--md-1-7 > * {
    width: 14.28571%; }
  .col-md-8 {
    width: 66.66667%; }
  .tower--md-1-8 > * {
    width: 12.5%; }
  .col-md-9 {
    width: 75%; }
  .tower--md-1-9 > * {
    width: 11.11111%; }
  .col-md-10 {
    width: 83.33333%; }
  .tower--md-1-10 > * {
    width: 10%; }
  .col-md-11 {
    width: 91.66667%; }
  .tower--md-1-11 > * {
    width: 9.09091%; }
  .col-md-12 {
    width: 100%; }
  .tower--md-1-12 > * {
    width: 8.33333%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%; }
  .tower--lg-1-1 > * {
    width: 100%; }
  .col-lg-2 {
    width: 16.66667%; }
  .tower--lg-1-2 > * {
    width: 50%; }
  .col-lg-3 {
    width: 25%; }
  .tower--lg-1-3 > * {
    width: 33.33333%; }
  .col-lg-4 {
    width: 33.33333%; }
  .tower--lg-1-4 > * {
    width: 25%; }
  .col-lg-5 {
    width: 41.66667%; }
  .tower--lg-1-5 > * {
    width: 20%; }
  .col-lg-6 {
    width: 50%; }
  .tower--lg-1-6 > * {
    width: 16.66667%; }
  .col-lg-7 {
    width: 58.33333%; }
  .tower--lg-1-7 > * {
    width: 14.28571%; }
  .col-lg-8 {
    width: 66.66667%; }
  .tower--lg-1-8 > * {
    width: 12.5%; }
  .col-lg-9 {
    width: 75%; }
  .tower--lg-1-9 > * {
    width: 11.11111%; }
  .col-lg-10 {
    width: 83.33333%; }
  .tower--lg-1-10 > * {
    width: 10%; }
  .col-lg-11 {
    width: 91.66667%; }
  .tower--lg-1-11 > * {
    width: 9.09091%; }
  .col-lg-12 {
    width: 100%; }
  .tower--lg-1-12 > * {
    width: 8.33333%; } }

@media (min-width: 1440px) {
  .col-xl-1 {
    width: 8.33333%; }
  .tower--xl-1-1 > * {
    width: 100%; }
  .col-xl-2 {
    width: 16.66667%; }
  .tower--xl-1-2 > * {
    width: 50%; }
  .col-xl-3 {
    width: 25%; }
  .tower--xl-1-3 > * {
    width: 33.33333%; }
  .col-xl-4 {
    width: 33.33333%; }
  .tower--xl-1-4 > * {
    width: 25%; }
  .col-xl-5 {
    width: 41.66667%; }
  .tower--xl-1-5 > * {
    width: 20%; }
  .col-xl-6 {
    width: 50%; }
  .tower--xl-1-6 > * {
    width: 16.66667%; }
  .col-xl-7 {
    width: 58.33333%; }
  .tower--xl-1-7 > * {
    width: 14.28571%; }
  .col-xl-8 {
    width: 66.66667%; }
  .tower--xl-1-8 > * {
    width: 12.5%; }
  .col-xl-9 {
    width: 75%; }
  .tower--xl-1-9 > * {
    width: 11.11111%; }
  .col-xl-10 {
    width: 83.33333%; }
  .tower--xl-1-10 > * {
    width: 10%; }
  .col-xl-11 {
    width: 91.66667%; }
  .tower--xl-1-11 > * {
    width: 9.09091%; }
  .col-xl-12 {
    width: 100%; }
  .tower--xl-1-12 > * {
    width: 8.33333%; } }

@media (min-width: 1600px) {
  .col-xxl-1 {
    width: 8.33333%; }
  .tower--xxl-1-1 > * {
    width: 100%; }
  .col-xxl-2 {
    width: 16.66667%; }
  .tower--xxl-1-2 > * {
    width: 50%; }
  .col-xxl-3 {
    width: 25%; }
  .tower--xxl-1-3 > * {
    width: 33.33333%; }
  .col-xxl-4 {
    width: 33.33333%; }
  .tower--xxl-1-4 > * {
    width: 25%; }
  .col-xxl-5 {
    width: 41.66667%; }
  .tower--xxl-1-5 > * {
    width: 20%; }
  .col-xxl-6 {
    width: 50%; }
  .tower--xxl-1-6 > * {
    width: 16.66667%; }
  .col-xxl-7 {
    width: 58.33333%; }
  .tower--xxl-1-7 > * {
    width: 14.28571%; }
  .col-xxl-8 {
    width: 66.66667%; }
  .tower--xxl-1-8 > * {
    width: 12.5%; }
  .col-xxl-9 {
    width: 75%; }
  .tower--xxl-1-9 > * {
    width: 11.11111%; }
  .col-xxl-10 {
    width: 83.33333%; }
  .tower--xxl-1-10 > * {
    width: 10%; }
  .col-xxl-11 {
    width: 91.66667%; }
  .tower--xxl-1-11 > * {
    width: 9.09091%; }
  .col-xxl-12 {
    width: 100%; }
  .tower--xxl-1-12 > * {
    width: 8.33333%; } }

.border {
  border: 1px solid #dad8de; }
  .theme--dark .border {
    border: 1px solid #392e5c; }
  .theme--light .border {
    border: 1px solid #dad8de; }

.border-t {
  border-top: 1px solid #dad8de; }
  .theme--dark .border-t {
    border-top: 1px solid #392e5c; }
  .theme--light .border-t {
    border-top: 1px solid #dad8de; }

.border-r {
  border-right: 1px solid #dad8de; }
  .theme--dark .border-r {
    border-right: 1px solid #392e5c; }
  .theme--light .border-r {
    border-right: 1px solid #dad8de; }

.border-b {
  border-bottom: 1px solid #dad8de; }
  .theme--dark .border-b {
    border-bottom: 1px solid #392e5c; }
  .theme--light .border-b {
    border-bottom: 1px solid #dad8de; }

.border-l {
  border-left: 1px solid #dad8de; }
  .theme--dark .border-l {
    border-left: 1px solid #392e5c; }
  .theme--light .border-l {
    border-left: 1px solid #dad8de; }

.c-background {
  background: white !important; }
  .theme--dark .c-background {
    background: #0e0c13 !important; }
  .theme--light .c-background {
    background: white !important; }

.c-background-alt {
  background: #faf9fa !important; }
  .theme--dark .c-background-alt {
    background: #201c2b !important; }
  .theme--light .c-background-alt {
    background: #faf9fa !important; }

.c-background-alt-2 {
  background: #efeef1 !important; }
  .theme--dark .c-background-alt-2 {
    background: #392e5c !important; }
  .theme--light .c-background-alt-2 {
    background: #efeef1 !important; }

.c-background-overlay {
  background: rgba(0, 0, 0, 0.6) !important; }
  .theme--dark .c-background-overlay {
    background: rgba(0, 0, 0, 0.6) !important; }
  .theme--light .c-background-overlay {
    background: rgba(0, 0, 0, 0.6) !important; }

.c-text {
  color: #19171c !important; }
  .theme--dark .c-text {
    color: #faf9fa !important; }
  .theme--light .c-text {
    color: #19171c !important; }

.c-text-alt {
  color: #322f37 !important; }
  .theme--dark .c-text-alt {
    color: #cbc8d0 !important; }
  .theme--light .c-text-alt {
    color: #322f37 !important; }

.c-text-alt-2 {
  color: #6e6779 !important; }
  .theme--dark .c-text-alt-2 {
    color: #898395 !important; }
  .theme--light .c-text-alt-2 {
    color: #6e6779 !important; }

.c-text-link {
  color: #6441a4 !important; }
  .theme--dark .c-text-link {
    color: #b19dd8 !important; }
  .theme--light .c-text-link {
    color: #6441a4 !important; }

.c-text-live {
  color: #fc3636 !important; }
  .theme--dark .c-text-live {
    color: #fc3636 !important; }
  .theme--light .c-text-live {
    color: #fc3636 !important; }

.c-text-hint {
  color: #6e6779 !important; }
  .theme--dark .c-text-hint {
    color: #898395 !important; }
  .theme--light .c-text-hint {
    color: #6e6779 !important; }

.c-text-error {
  color: #fc3636 !important; }
  .theme--dark .c-text-error {
    color: #fc3636 !important; }
  .theme--light .c-text-error {
    color: #fc3636 !important; }

.c-text-overlay {
  color: #faf9fa !important; }
  .theme--dark .c-text-overlay {
    color: #faf9fa !important; }
  .theme--light .c-text-overlay {
    color: #faf9fa !important; }

.c-text-overlay-alt {
  color: #b19dd8 !important; }
  .theme--dark .c-text-overlay-alt {
    color: #b8b5c0 !important; }
  .theme--light .c-text-overlay-alt {
    color: #b19dd8 !important; }

.c-border {
  border-color: #dad8de !important; }
  .theme--dark .c-border {
    border-color: #392e5c !important; }
  .theme--light .c-border {
    border-color: #dad8de !important; }

.clearfix::after {
  display: table;
  clear: both;
  content: ''; }

.full-width {
  width: 100%; }

.hide-accessible {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: none;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.hide {
  display: none !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-visible {
  overflow: visible !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-baseline {
  vertical-align: baseline !important; }

.align-text-top {
  vertical-align: text-top !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.resize-none {
  resize: none !important; }

.resize-x {
  resize: horizontal !important; }

.resize-y {
  resize: vertical !important; }

@media screen and (min-width: 768px) {
  .sm-inline {
    display: inline !important; }
  .sm-inline-block {
    display: inline-block !important; }
  .sm-block {
    display: block !important; }
  .sm-hide {
    display: none !important; }
  .sm-overflow-hidden {
    overflow: hidden !important; }
  .sm-overflow-auto {
    overflow: auto !important; }
  .sm-overflow-scroll {
    overflow: scroll !important; }
  .sm-overflow-visible {
    overflow: visible !important; }
  .sm-float-left {
    float: left !important; }
  .sm-float-right {
    float: right !important; }
  .sm-float-none {
    float: none !important; }
  .sm-align-top {
    vertical-align: top !important; }
  .sm-align-middle {
    vertical-align: middle !important; }
  .sm-align-bottom {
    vertical-align: bottom !important; }
  .sm-align-baseline {
    vertical-align: baseline !important; }
  .sm-align-text-top {
    vertical-align: text-top !important; }
  .sm-align-text-bottom {
    vertical-align: text-bottom !important; }
  .sm-resize-none {
    resize: none !important; }
  .sm-resize-x {
    resize: horizontal !important; }
  .sm-resize-y {
    resize: vertical !important; } }

@media screen and (min-width: 1024px) {
  .md-inline {
    display: inline !important; }
  .md-inline-block {
    display: inline-block !important; }
  .md-block {
    display: block !important; }
  .md-hide {
    display: none !important; }
  .md-overflow-hidden {
    overflow: hidden !important; }
  .md-overflow-auto {
    overflow: auto !important; }
  .md-overflow-scroll {
    overflow: scroll !important; }
  .md-overflow-visible {
    overflow: visible !important; }
  .md-float-left {
    float: left !important; }
  .md-float-right {
    float: right !important; }
  .md-float-none {
    float: none !important; }
  .md-align-top {
    vertical-align: top !important; }
  .md-align-middle {
    vertical-align: middle !important; }
  .md-align-bottom {
    vertical-align: bottom !important; }
  .md-align-baseline {
    vertical-align: baseline !important; }
  .md-align-text-top {
    vertical-align: text-top !important; }
  .md-align-text-bottom {
    vertical-align: text-bottom !important; }
  .md-resize-none {
    resize: none !important; }
  .md-resize-x {
    resize: horizontal !important; }
  .md-resize-y {
    resize: vertical !important; } }

@media screen and (min-width: 1200px) {
  .lg-inline {
    display: inline !important; }
  .lg-inline-block {
    display: inline-block !important; }
  .lg-block {
    display: block !important; }
  .lg-hide {
    display: none !important; }
  .lg-overflow-hidden {
    overflow: hidden !important; }
  .lg-overflow-auto {
    overflow: auto !important; }
  .lg-overflow-scroll {
    overflow: scroll !important; }
  .lg-overflow-visible {
    overflow: visible !important; }
  .lg-float-left {
    float: left !important; }
  .lg-float-right {
    float: right !important; }
  .lg-float-none {
    float: none !important; }
  .lg-align-top {
    vertical-align: top !important; }
  .lg-align-middle {
    vertical-align: middle !important; }
  .lg-align-bottom {
    vertical-align: bottom !important; }
  .lg-align-baseline {
    vertical-align: baseline !important; }
  .lg-align-text-top {
    vertical-align: text-top !important; }
  .lg-align-text-bottom {
    vertical-align: text-bottom !important; }
  .lg-resize-none {
    resize: none !important; }
  .lg-resize-x {
    resize: horizontal !important; }
  .lg-resize-y {
    resize: vertical !important; } }

@media screen and (min-width: 1440px) {
  .xl-inline {
    display: inline !important; }
  .xl-inline-block {
    display: inline-block !important; }
  .xl-block {
    display: block !important; }
  .xl-hide {
    display: none !important; }
  .xl-overflow-hidden {
    overflow: hidden !important; }
  .xl-overflow-auto {
    overflow: auto !important; }
  .xl-overflow-scroll {
    overflow: scroll !important; }
  .xl-overflow-visible {
    overflow: visible !important; }
  .xl-float-left {
    float: left !important; }
  .xl-float-right {
    float: right !important; }
  .xl-float-none {
    float: none !important; }
  .xl-align-top {
    vertical-align: top !important; }
  .xl-align-middle {
    vertical-align: middle !important; }
  .xl-align-bottom {
    vertical-align: bottom !important; }
  .xl-align-baseline {
    vertical-align: baseline !important; }
  .xl-align-text-top {
    vertical-align: text-top !important; }
  .xl-align-text-bottom {
    vertical-align: text-bottom !important; }
  .xl-resize-none {
    resize: none !important; }
  .xl-resize-x {
    resize: horizontal !important; }
  .xl-resize-y {
    resize: vertical !important; } }

@media screen and (min-width: 1600px) {
  .xxl-inline {
    display: inline !important; }
  .xxl-inline-block {
    display: inline-block !important; }
  .xxl-block {
    display: block !important; }
  .xxl-hide {
    display: none !important; }
  .xxl-overflow-hidden {
    overflow: hidden !important; }
  .xxl-overflow-auto {
    overflow: auto !important; }
  .xxl-overflow-scroll {
    overflow: scroll !important; }
  .xxl-overflow-visible {
    overflow: visible !important; }
  .xxl-float-left {
    float: left !important; }
  .xxl-float-right {
    float: right !important; }
  .xxl-float-none {
    float: none !important; }
  .xxl-align-top {
    vertical-align: top !important; }
  .xxl-align-middle {
    vertical-align: middle !important; }
  .xxl-align-bottom {
    vertical-align: bottom !important; }
  .xxl-align-baseline {
    vertical-align: baseline !important; }
  .xxl-align-text-top {
    vertical-align: text-top !important; }
  .xxl-align-text-bottom {
    vertical-align: text-bottom !important; }
  .xxl-resize-none {
    resize: none !important; }
  .xxl-resize-x {
    resize: horizontal !important; }
  .xxl-resize-y {
    resize: vertical !important; } }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed !important; }

.top-0 {
  top: 0 !important; }

.right-0 {
  right: 0 !important; }

.bottom-0 {
  bottom: 0 !important; }

.left-0 {
  left: 0 !important; }

.pd-0 {
  padding: 0 !important; }

.pd-05 {
  padding: 0.5rem !important; }

.pd-1 {
  padding: 1rem !important; }

.pd-2 {
  padding: 2rem !important; }

.pd-3 {
  padding: 3rem !important; }

.pd-4 {
  padding: 4rem !important; }

.pd-5 {
  padding: 5rem !important; }

.pd-6 {
  padding: 6rem !important; }

.pd-7 {
  padding: 7rem !important; }

.pd-8 {
  padding: 8rem !important; }

.pd-9 {
  padding: 9rem !important; }

.pd-10 {
  padding: 10rem !important; }

.pd-t-0 {
  padding-top: 0 !important; }

.pd-t-05 {
  padding-top: 0.5rem !important; }

.pd-t-1 {
  padding-top: 1rem !important; }

.pd-t-2 {
  padding-top: 2rem !important; }

.pd-t-3 {
  padding-top: 3rem !important; }

.pd-t-4 {
  padding-top: 4rem !important; }

.pd-t-5 {
  padding-top: 5rem !important; }

.pd-t-6 {
  padding-top: 6rem !important; }

.pd-t-7 {
  padding-top: 7rem !important; }

.pd-t-8 {
  padding-top: 8rem !important; }

.pd-t-9 {
  padding-top: 9rem !important; }

.pd-t-10 {
  padding-top: 10rem !important; }

.pd-r-0 {
  padding-right: 0 !important; }

.pd-r-05 {
  padding-right: 0.5rem !important; }

.pd-r-1 {
  padding-right: 1rem !important; }

.pd-r-2 {
  padding-right: 2rem !important; }

.pd-r-3 {
  padding-right: 3rem !important; }

.pd-r-4 {
  padding-right: 4rem !important; }

.pd-r-5 {
  padding-right: 5rem !important; }

.pd-r-6 {
  padding-right: 6rem !important; }

.pd-r-7 {
  padding-right: 7rem !important; }

.pd-r-8 {
  padding-right: 8rem !important; }

.pd-r-9 {
  padding-right: 9rem !important; }

.pd-r-10 {
  padding-right: 10rem !important; }

.pd-b-0 {
  padding-bottom: 0 !important; }

.pd-b-05 {
  padding-bottom: 0.5rem !important; }

.pd-b-1 {
  padding-bottom: 1rem !important; }

.pd-b-2 {
  padding-bottom: 2rem !important; }

.pd-b-3 {
  padding-bottom: 3rem !important; }

.pd-b-4 {
  padding-bottom: 4rem !important; }

.pd-b-5 {
  padding-bottom: 5rem !important; }

.pd-b-6 {
  padding-bottom: 6rem !important; }

.pd-b-7 {
  padding-bottom: 7rem !important; }

.pd-b-8 {
  padding-bottom: 8rem !important; }

.pd-b-9 {
  padding-bottom: 9rem !important; }

.pd-b-10 {
  padding-bottom: 10rem !important; }

.pd-l-0 {
  padding-left: 0 !important; }

.pd-l-05 {
  padding-left: 0.5rem !important; }

.pd-l-1 {
  padding-left: 1rem !important; }

.pd-l-2 {
  padding-left: 2rem !important; }

.pd-l-3 {
  padding-left: 3rem !important; }

.pd-l-4 {
  padding-left: 4rem !important; }

.pd-l-5 {
  padding-left: 5rem !important; }

.pd-l-6 {
  padding-left: 6rem !important; }

.pd-l-7 {
  padding-left: 7rem !important; }

.pd-l-8 {
  padding-left: 8rem !important; }

.pd-l-9 {
  padding-left: 9rem !important; }

.pd-l-10 {
  padding-left: 10rem !important; }

.pd-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pd-y-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.pd-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.pd-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.pd-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pd-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pd-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pd-y-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.pd-y-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important; }

.pd-y-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important; }

.pd-y-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important; }

.pd-y-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.pd-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pd-x-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.pd-x-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.pd-x-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.pd-x-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.pd-x-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.pd-x-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.pd-x-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.pd-x-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important; }

.pd-x-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important; }

.pd-x-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }

.pd-x-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.mg-0 {
  margin: 0 !important; }

.mg-05 {
  margin: 0.5rem !important; }

.mg-1 {
  margin: 1rem !important; }

.mg-2 {
  margin: 2rem !important; }

.mg-3 {
  margin: 3rem !important; }

.mg-4 {
  margin: 4rem !important; }

.mg-5 {
  margin: 5rem !important; }

.mg-6 {
  margin: 6rem !important; }

.mg-7 {
  margin: 7rem !important; }

.mg-8 {
  margin: 8rem !important; }

.mg-9 {
  margin: 9rem !important; }

.mg-10 {
  margin: 10rem !important; }

.mg-t-0 {
  margin-top: 0 !important; }

.mg-t-05 {
  margin-top: 0.5rem !important; }

.mg-t-1 {
  margin-top: 1rem !important; }

.mg-t-2 {
  margin-top: 2rem !important; }

.mg-t-3 {
  margin-top: 3rem !important; }

.mg-t-4 {
  margin-top: 4rem !important; }

.mg-t-5 {
  margin-top: 5rem !important; }

.mg-t-6 {
  margin-top: 6rem !important; }

.mg-t-7 {
  margin-top: 7rem !important; }

.mg-t-8 {
  margin-top: 8rem !important; }

.mg-t-9 {
  margin-top: 9rem !important; }

.mg-t-10 {
  margin-top: 10rem !important; }

.mg-r-0 {
  margin-right: 0 !important; }

.mg-r-05 {
  margin-right: 0.5rem !important; }

.mg-r-1 {
  margin-right: 1rem !important; }

.mg-r-2 {
  margin-right: 2rem !important; }

.mg-r-3 {
  margin-right: 3rem !important; }

.mg-r-4 {
  margin-right: 4rem !important; }

.mg-r-5 {
  margin-right: 5rem !important; }

.mg-r-6 {
  margin-right: 6rem !important; }

.mg-r-7 {
  margin-right: 7rem !important; }

.mg-r-8 {
  margin-right: 8rem !important; }

.mg-r-9 {
  margin-right: 9rem !important; }

.mg-r-10 {
  margin-right: 10rem !important; }

.mg-r-auto {
  margin-right: auto !important; }

.mg-b-0 {
  margin-bottom: 0 !important; }

.mg-b-05 {
  margin-bottom: 0.5rem !important; }

.mg-b-1 {
  margin-bottom: 1rem !important; }

.mg-b-2 {
  margin-bottom: 2rem !important; }

.mg-b-3 {
  margin-bottom: 3rem !important; }

.mg-b-4 {
  margin-bottom: 4rem !important; }

.mg-b-5 {
  margin-bottom: 5rem !important; }

.mg-b-6 {
  margin-bottom: 6rem !important; }

.mg-b-7 {
  margin-bottom: 7rem !important; }

.mg-b-8 {
  margin-bottom: 8rem !important; }

.mg-b-9 {
  margin-bottom: 9rem !important; }

.mg-b-10 {
  margin-bottom: 10rem !important; }

.mg-l-0 {
  margin-left: 0 !important; }

.mg-l-05 {
  margin-left: 0.5rem !important; }

.mg-l-1 {
  margin-left: 1rem !important; }

.mg-l-2 {
  margin-left: 2rem !important; }

.mg-l-3 {
  margin-left: 3rem !important; }

.mg-l-4 {
  margin-left: 4rem !important; }

.mg-l-5 {
  margin-left: 5rem !important; }

.mg-l-6 {
  margin-left: 6rem !important; }

.mg-l-7 {
  margin-left: 7rem !important; }

.mg-l-8 {
  margin-left: 8rem !important; }

.mg-l-9 {
  margin-left: 9rem !important; }

.mg-l-10 {
  margin-left: 10rem !important; }

.mg-l-auto {
  margin-left: auto !important; }

.mg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mg-y-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mg-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mg-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.mg-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mg-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mg-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mg-y-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.mg-y-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important; }

.mg-y-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important; }

.mg-y-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important; }

.mg-y-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important; }

.mg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mg-x-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mg-x-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mg-x-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.mg-x-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mg-x-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.mg-x-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.mg-x-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.mg-x-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important; }

.mg-x-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important; }

.mg-x-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important; }

.mg-x-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important; }

.mg-x-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.font-size-1 {
  font-size: 4rem !important;
  line-height: 4rem !important; }

.font-size-2 {
  font-size: 2.8rem !important;
  line-height: 3rem !important; }

.font-size-3 {
  font-size: 2.4rem !important;
  line-height: 3rem !important; }

.font-size-4 {
  font-size: 1.6rem !important;
  line-height: 2rem !important; }

.font-size-5 {
  font-size: 1.4rem !important;
  line-height: 2rem !important; }

.font-size-6 {
  font-size: 1.2rem !important;
  line-height: 2rem !important; }

.font-size-7 {
  font-size: 1.1rem !important;
  line-height: 2rem !important; }

.font-size-8 {
  font-size: 1rem !important;
  line-height: 2rem !important; }

.font-size-base {
  font-size: 1.2rem !important;
  line-height: 2rem !important; }

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

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

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

.regular {
  font-weight: 400 !important; }

.strong {
  font-weight: 600 !important; }

.italic {
  font-style: italic !important; }

.nowrap {
  white-space: nowrap !important; }

.underline {
  text-decoration: underline !important; }

.upcase {
  text-transform: uppercase !important; }

.capcase {
  text-transform: capitalize !important; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  .flex > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    max-width: 100%; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

@media screen and (min-width: 768px) {
  .sm-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .sm-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

@media screen and (min-width: 1024px) {
  .md-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .md-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

@media screen and (min-width: 1200px) {
  .lg-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .lg-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

@media screen and (min-width: 1440px) {
  .xl-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .xl-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

@media screen and (min-width: 1600px) {
  .xxl-flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .xxl-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; } }

.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-stretch {
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-grow-2 {
  -webkit-box-flex: 2 !important;
      -ms-flex-positive: 2 !important;
          flex-grow: 2 !important; }

.flex-grow-3 {
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important; }

.flex-grow-4 {
  -webkit-box-flex: 4 !important;
      -ms-flex-positive: 4 !important;
          flex-grow: 4 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-shrink-2 {
  -ms-flex-negative: 2 !important;
      flex-shrink: 2 !important; }

.flex-shrink-3 {
  -ms-flex-negative: 3 !important;
      flex-shrink: 3 !important; }

.flex-shrink-4 {
  -ms-flex-negative: 4 !important;
      flex-shrink: 4 !important; }

.item-order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.item-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.item-order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.item-order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.item-order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex--rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex--columnReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex--fullHeight {
  height: 100%; }

.flex--verticalCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex--verticalEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex--horizontalCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex--horizontalEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex--spaceBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex__item--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.flex__item--noGrow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.flex__item--noShrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.flex__item--end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.flex__item--order-xs-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex__item--order-xs-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex__item--order-xs-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.flex__item--order-xs-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.flex__item--order-xs-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

@media (min-width: 768px) {
  .flex__item--order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex__item--order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .flex__item--order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .flex__item--order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 1024px) {
  .flex__item--order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex__item--order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .flex__item--order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .flex__item--order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 1200px) {
  .flex__item--order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex__item--order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .flex__item--order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .flex__item--order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 1440px) {
  .flex__item--order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex__item--order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .flex__item--order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .flex__item--order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media (min-width: 1600px) {
  .flex__item--order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex__item--order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .flex__item--order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .flex__item--order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

.small {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-bottom: 0rem; }

.sup {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0rem;
  position: relative;
  bottom: 1rem;
  text-transform: none; }

.sub-text {
  color: #6e6779;
  font-weight: 400; }

.hint {
  display: block;
  color: #a49fad;
  font-size: 1.1rem; }

.inline-warning {
  color: #fc3636;
  font-weight: 600; }

.inline-caution {
  color: #ffb300;
  font-weight: 600; }

.intl-login {
  font-weight: 400 !important;
  opacity: 0.6; }

.quote {
  margin-top: 2rem;
  padding-top: 0;
  padding-left: 2rem;
  border-left: 1px solid #6441a4; }

.right-arrow::after {
  margin-left: 1rem;
  font-family: Arial, sans-serif;
  content: '»'; }

.left-arrow::before {
  margin-right: 1rem;
  font-family: Arial, sans-serif;
  content: '«'; }

.col-pad-0 {
  padding: 0 0rem; }

.col-pad-1 {
  padding: 0 1rem; }

.col-pad-2 {
  padding: 0 2rem; }

.col-pad-3 {
  padding: 0 3rem; }

.col--fluid {
  height: 100vh;
  position: relative; }

.col--fixed-l {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 999999; }

.col--fixed-r {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 999999; }

.col-md-ember--left {
  max-width: 240px; }

.col-md-ember--right {
  max-width: 342px; }

.col-md-ember--center {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0; }

.card__overlay--theme-purple {
  background: rgba(44, 37, 65, 0.9); }

.card__title--clamp {
  position: relative;
  overflow: hidden;
  min-height: 2rem;
  max-height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.pill--purple {
  background: #6441a4; }
  .theme--dark .pill--purple {
    background: #6441a4; }
  .theme--light .pill--purple {
    background: #6441a4; }

.pill--green {
  background: #14b866; }
  .theme--dark .pill--green {
    background: #14b866; }
  .theme--light .pill--green {
    background: #14b866; }

.pill--red {
  background: #fc3636; }
  .theme--dark .pill--red {
    background: #fc3636; }
  .theme--light .pill--red {
    background: #fc3636; }

.pill--orange {
  background: #ffb300; }
  .theme--dark .pill--orange {
    background: #ffb300; }
  .theme--light .pill--orange {
    background: #ffb300; }

.pill--yellow {
  background: #ffea00;
  color: rgba(0, 0, 0, 0.5); }
  .theme--dark .pill--yellow {
    background: #ffea00;
    color: rgba(0, 0, 0, 0.5); }
  .theme--light .pill--yellow {
    background: #ffea00;
    color: rgba(0, 0, 0, 0.5); }

.progress-bar--theme-purple {
  background: #201c2b; }
  .progress-bar--theme-purple .progress-bar__fill {
    background: #b19dd8; }
  .progress-bar--theme-purple .progress-bar__fill {
    min-width: 5% !important; }

.ir {
  display: inline-block;
  background-color: transparent;
  border: none;
  overflow: hidden;
  font-size: 0;
  text-rendering: optimizeSpeed; }
  .ir::before {
    content: '';
    display: block;
    width: 0;
    height: 150%; }

.inherit-color {
  color: inherit; }
  .inherit-color:hover {
    color: inherit; }

.t-inactive {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.square-1 {
  width: 1rem;
  height: 1rem; }

.square-2 {
  width: 2rem;
  height: 2rem; }

.square-3 {
  width: 3rem;
  height: 3rem; }

.square-4 {
  width: 4rem;
  height: 4rem; }

.square-5 {
  width: 5rem;
  height: 5rem; }

.square-6 {
  width: 6rem;
  height: 6rem; }

.square-7 {
  width: 7rem;
  height: 7rem; }

.square-8 {
  width: 8rem;
  height: 8rem; }

.square-9 {
  width: 9rem;
  height: 9rem; }

.square-10 {
  width: 10rem;
  height: 10rem; }

@media (min-width: 1024px) {
  .full-height {
    min-height: 100vh; } }

.height-100 {
  height: 100%; }

.no-underline:hover {
  text-decoration: none !important; }

.markdown h1 {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 3rem;
  color: #322f37;
  font-weight: 600; }

.markdown h2 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  color: #433f4a;
  font-weight: 300; }

.markdown h3 {
  font-size: 2.4rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  color: #575260;
  font-weight: 300; }

.markdown h4 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  color: #6e6779;
  font-weight: 300; }

.markdown h5 {
  color: #433f4a; }

.z,
.z--ground {
  z-index: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.z--sea {
  z-index: -1; }

.z--mountain {
  z-index: 999; }
  .z--mountain.z--shadow {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }

.z--clouds {
  z-index: 99999; }
  .z--clouds.z--shadow {
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2); }

.z--space {
  z-index: 999999; }
  .z--space.z--shadow {
    -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2); }

.fill-green svg {
  fill: #14b866; }

.fill-red svg {
  fill: #fc3636; }

.fill-orange svg {
  fill: #ffb300; }

.fill-yellow svg {
  fill: #ffea00; }

.fill-purple svg {
  fill: #6441a4; }

.fill-white svg {
  fill: white; }

.fill-black svg {
  fill: black; }

.fill-grey-10 svg {
  fill: #b8b5c0; }

.cursor--pointer {
  cursor: pointer; }

.list-item--square {
  list-style: square; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.show.toggled {
  display: none !important; }

.hide.toggled {
  display: block !important; }

.scroll-y {
  overflow-y: auto; }

.scroll-x {
  overflow-x: auto; }

.cl-green {
  color: #14b866; }

.cl-red {
  color: #fc3636; }

.cl-orange {
  color: #ffb300; }

.cl-yellow {
  color: #ffea00; }

.cl-purple {
  color: #6441a4; }

.cl-white {
  color: white; }

.cl-black {
  color: black; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.transition {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.transition--fadein {
  opacity: 0; }
  .transition-start .transition--fadein {
    opacity: 1; }

.transition--fadeflipup {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(-100deg);
          transform: perspective(2000px) rotateX(-100deg);
  -webkit-transform-origin: 50% 82%;
          transform-origin: 50% 82%; }
  .transition-start .transition--fadeflipup {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.42, 1.55);
            transition-timing-function: cubic-bezier(0.42, 0, 0.42, 1.55);
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg); }

.transition--fadeflipupr {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(100deg);
          transform: perspective(2000px) rotateX(100deg);
  -webkit-transform-origin: 50% 82%;
          transform-origin: 50% 82%; }
  .transition-start .transition--fadeflipupr {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.42, 1.55);
            transition-timing-function: cubic-bezier(0.42, 0, 0.42, 1.55); }

.transition--fadedown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
  .transition-start .transition--fadedown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mod-touchevents .transition--fadein,
.mod-touchevents .transition--fadeflipup,
.mod-touchevents .transition--fadeflipupr,
.mod-touchevents .transition--fadedown {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

[editor-only] {
  display: none;
  text-align: right; }

.cms-editor-active [editor-only] {
  display: block; }

.language-select {
  position: relative;
  display: inline; }
  .language-select .language-select-popup {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px; }
  .language-select.language-select--closed .language-select-popup {
    visibility: hidden; }
  .language-select .dropmenu {
    color: #000;
    width: 284px;
    padding: 10px 0;
    background: white;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset; }
    .language-select .dropmenu .dropmenu__col {
      width: 50%;
      float: left;
      display: inline-block;
      text-align: left; }
      .language-select .dropmenu .dropmenu__col li {
        padding-left: 15px; }
      .language-select .dropmenu .dropmenu__col a {
        color: #6441a4;
        padding: 0;
        height: auto; }
    .language-select .dropmenu .left {
      -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2);
              box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.site-navigation {
  background: #4b367c; }
  @media (max-width: 768px) {
    .site-navigation {
      position: fixed;
      z-index: 10000;
      top: 0;
      width: 100%; } }
  .site-navigation nav {
    float: right; }
    @media (max-width: 768px) {
      .site-navigation nav {
        display: none; } }
    .site-navigation nav ul {
      margin-bottom: 0; }
    .site-navigation nav li {
      display: inline-block; }
    .site-navigation nav a {
      font-size: 14px;
      color: #b19dd8;
      display: inline-block;
      padding: 23px;
      cursor: pointer;
      line-height: 1; }
    .site-navigation nav a:hover {
      color: white; }
  .site-navigation .site-navigation__logo {
    fill: white;
    display: inline-block;
    padding: 9px;
    margin-left: 15px;
    cursor: pointer;
    line-height: 1; }
    @media (max-width: 768px) {
      .site-navigation .site-navigation__logo {
        margin-left: 0; } }
  @media (max-width: 768px) {
    .site-navigation .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.site-footer {
  background: #19171c;
  text-align: center; }
  .site-footer .site-footer__links {
    position: relative;
    width: 100%;
    padding: 40px 0 200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .site-footer .site-footer__links {
        padding: 50px 20px; } }
    .site-footer .site-footer__links a {
      color: white;
      font-size: 12px;
      font-weight: 400;
      padding: 0 5px;
      position: relative;
      display: inline-block;
      height: 30px;
      cursor: pointer; }
    .site-footer .site-footer__links .site-footer__logo {
      height: 30px;
      width: 30px;
      margin-right: 15px;
      top: 15px; }
      @media (max-width: 768px) {
        .site-footer .site-footer__links .site-footer__logo {
          top: 10px; } }
      .site-footer .site-footer__links .site-footer__logo svg {
        fill: #433f4a; }
  .site-footer .site-footer__copyright {
    color: #898395;
    font-weight: 500;
    padding-right: 620px; }
    @media (max-width: 768px) {
      .site-footer .site-footer__copyright {
        padding: 0; } }

.container {
  max-width: 1200px; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.banner {
  width: 100%;
  height: 380px;
  background: url(/assets/images/hero.png);
  background-position: center center; }
  @media (max-width: 768px) {
    .banner {
      margin-top: 55px;
      background: url(/assets/images/hero-room.png);
      background-size: 145%;
      background-position: center center; } }
  .banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1em 3em; }
    .banner .container .banner-header {
      font-family: 'Libre Franklin', sans-serif;
      font-size: 4rem;
      line-height: 2.8rem;
      background: #6441a4;
      font-weight: 400;
      color: white;
      display: block;
      text-align: center;
      margin: auto;
      padding: 2rem;
      letter-spacing: 0.5px; }
      @media (max-width: 768px) {
        .banner .container .banner-header {
          font-size: 2.4rem;
          padding: 1rem; } }

.motion {
  padding: 150px 0 100px; }
  @media (max-width: 768px) {
    .motion {
      padding: 100px 0; } }
  .motion .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .motion .container {
        display: block;
        -ms-flex-line-pack: center;
            align-content: center; } }
  .motion .media-container,
  .motion .info-container {
    width: 50%;
    margin: auto 20px; }
    @media (max-width: 768px) {
      .motion .media-container,
      .motion .info-container {
        margin: 0 auto;
        width: 85%; } }

.motion:nth-child(odd) {
  background: #faf9fa; }
  .motion:nth-child(odd) .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.motion:nth-child(7) {
  padding-top: 0; }

.motion:last-of-type {
  background: #6441a4;
  padding-top: 50px;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .motion:last-of-type {
      padding-top: 0; } }
  @media (max-width: 768px) {
    .motion:last-of-type .media-container {
      position: relative; } }
  @media (max-width: 768px) {
    .motion:last-of-type .info-container {
      margin-top: -90px; } }
  .motion:last-of-type .info-container h3 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 100;
    color: white; }
  .motion:last-of-type .info-container p {
    color: #b19dd8; }

@media (max-width: 768px) {
  .motion:first-of-type {
    padding: 10px 0; }
    .motion:first-of-type h3 {
      display: none; }
  .motion:nth-child(7) {
    padding-top: 150px;
    padding-bottom: 180px; } }

.info-container {
  line-height: 28px;
  color: #898395; }
  @media (max-width: 768px) {
    .info-container {
      text-align: center; } }
  .info-container h3 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 40px;
    color: #6441a4;
    margin: 25px auto; }
    @media (max-width: 768px) {
      .info-container h3 {
        font-size: 30px;
        padding: 0 20px; } }
  .info-container p {
    font-size: 14px;
    line-height: 32px;
    margin: 25px auto; }
  .info-container ul {
    padding-left: 20px; }
  .info-container li {
    font-size: 14px;
    list-style: disc; }

@media (max-width: 768px) {
  .list-wrapper {
    display: inline-block;
    text-align: left;
    margin-bottom: 80px;
    margin-left: -20px; } }

.button:hover {
  color: #6441a4;
  background: white; }

.button--dashboard {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  border: 2px solid white;
  border-radius: 30px;
  line-height: 60px;
  height: 60px;
  padding: 0 30px; }
  @media (max-width: 768px) {
    .button--dashboard {
      margin-top: 20px; } }

@media (max-width: 768px) {
  .button {
    white-space: normal; }
  .button-wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .button--dashboard {
    height: auto;
    padding: 15px;
    line-height: normal; } }

#laptop {
  position: absolute;
  top: -15%; }
  @media (max-width: 768px) {
    #laptop {
      display: none; } }

#chat {
  position: absolute;
  top: 0%;
  width: 45%; }
  @media (max-width: 768px) {
    #chat {
      position: relative;
      width: 100%;
      top: 0; } }

#creative {
  width: 80%;
  margin: 100px 0 80px; }
  @media (max-width: 768px) {
    #creative {
      width: 100%;
      margin: 0; } }

#site-capture {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -100px;
  left: -10%;
  width: 55%; }
  @media (max-width: 768px) {
    #site-capture {
      visibility: hidden;
      position: relative;
      width: 100%; } }

@media (max-width: 768px) {
  .fade-away {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), to(#6441a4)), url(/assets/images/site-capture.png);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #6441a4 100%), url(/assets/images/site-capture.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -110px; } }
