@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700|Lato:300,400,700,900|Inconsolata|Nothing+You+Could+Do);/**
 * You can add any global CSS to this file, but prefer component-specific CSS
 * files where possible.
 */
html,
body,
#app {
  height: 100%;
  min-height: 100%;
  max-width: 100vw;
}
html {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 26px;
}
@media screen and (max-width: 550px) {
  html {
    font-size: 8vw;
  }
}
body {
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  body {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1450px) {
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Linearicons';
  src: url('/fonts/Linearicons.eot?ge8psq');
  src: url('/fonts/Linearicons.eot?ge8psq#iefix') format('embedded-opentype'), url('/fonts/Linearicons.ttf?ge8psq') format('truetype'), url('/fonts/Linearicons.woff?ge8psq') format('woff'), url('/fonts/Linearicons.svg?ge8psq#Linearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caret-down:before {
  content: "\E900";
}
.icon-trash2:before {
  content: "\E681";
}
.icon-file-add:before {
  content: "\E6B4";
}
.icon-files:before {
  content: "\E6B7";
}
.icon-folder:before {
  content: "\E6BA";
}
.icon-folder-download:before {
  content: "\E6BE";
}
.icon-folder-upload:before {
  content: "\E6BF";
}
.icon-reading:before {
  content: "\E6D6";
}
.icon-redo2:before {
  content: "\E8D9";
}
.icon-cli:before {
  content: "\E909";
}
.icon-code:before {
  content: "\E90B";
}
.icon-cross:before {
  content: "\E92A";
}
.icon-chevrons-expand-vertical:before {
  content: "\E93D";
}
.icon-arrow-left:before {
  content: "\E943";
}
.icon-arrow-right:before {
  content: "\E944";
}
.icon-expand4:before {
  content: "\E952";
}
.icon-checkmark-circle:before {
  content: "\E959";
}
.RA_views_Answers_Question {
  margin: 0;
  padding: 1rem 0;
}
@media screen and (max-width: 1100px) {
  .RA_views_Answers_Question {
    padding-top: 0.5rem;
  }
}
.RA_views_Answers_Question-description {
  margin: 0.25rem 0 0.5rem 0;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  color: #342656;
  font-weight: 300;
  line-height: 1.618;
  max-width: 20rem;
  margin-left: 10.5rem;
}
@media screen and (max-width: 1100px) {
  .RA_views_Answers_Question-description {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.RA_views_Answers_Question-info {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  max-width: 12.5rem;
  position: absolute;
  top: 1.75rem;
  left: 32.5rem;
}
.RA_views_Answers_Question-info-image {
  background: #dae1f2 url(/answers-logo.png) center center no-repeat;
  background-size: 1rem 1rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 2rem;
}
.RA_views_Answers_Question-info-title {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  font-size: 0.61804697rem;
  color: #8a8ab5;
  margin: 0 0 0.25rem;
}
.RA_views_Answers_Question-info-description {
  margin: 0;
  color: #8a8ab5;
  font-weight: 100;
  font-size: 0.54rem;
  line-height: 1.618;
}
.RA_views_Answers_Question-info-ask,
.RA_views_Answers_Question-info-tag {
  display: inline-block;
  background: #f0f4fc;
  color: #8a8ab5;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  font-size: 0.50918208rem;
  text-decoration: none;
  transition: background 120ms linear, color 120ms linear;
  margin-left: 0;
  margin-bottom: 0;
}
.RA_views_Answers_Question-info-ask:hover,
.RA_views_Answers_Question-info-tag:hover {
  background: #dae1f2;
  color: #7272a3;
}
.RA_views_Answers_Question-info-ask:first-child,
.RA_views_Answers_Question-info-tag:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .RA_views_Answers_Question-info {
    left: 23.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Answers_Question-info {
    position: static;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
.RA_views_Answers_Footer {
  margin-left: 10.5rem;
}
@media screen and (max-width: 1100px) {
  .RA_views_Answers_Footer {
    margin-left: 0.75rem;
  }
}
.RA_views_CallsToAction_FooterSubscribe,
.RA_views_CallsToAction_InlineSubscribe,
.RA_views_CallsToAction_UprightSubscribe {
  background: #ffffff;
  width: 10rem;
  font-family: Lato, sans-serif;
  padding: 1rem;
  border: 2px solid #f0f4fc;
}
@media screen and (max-width: 550px) {
  .RA_views_CallsToAction_FooterSubscribe,
  .RA_views_CallsToAction_InlineSubscribe,
  .RA_views_CallsToAction_UprightSubscribe {
    width: 100%;
  }
}
.RA_views_CallsToAction_FooterSubscribe-wrapper,
.RA_views_CallsToAction_InlineSubscribe-wrapper,
.RA_views_CallsToAction_UprightSubscribe-wrapper {
  background-color: white;
  padding: 1px 15px;
}
.RA_views_CallsToAction_FooterSubscribe h3,
.RA_views_CallsToAction_InlineSubscribe h3,
.RA_views_CallsToAction_UprightSubscribe h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  font-weight: 900;
}
.RA_views_CallsToAction_FooterSubscribe h3 em,
.RA_views_CallsToAction_InlineSubscribe h3 em,
.RA_views_CallsToAction_UprightSubscribe h3 em {
  color: #dd3c6f;
  font-style: normal;
}
.RA_views_CallsToAction_FooterSubscribe-kicker,
.RA_views_CallsToAction_InlineSubscribe-kicker,
.RA_views_CallsToAction_UprightSubscribe-kicker {
  margin: 0.25rem 0 0.25rem 0;
  font-weight: 500;
  font-size: 0.50918208rem;
  color: #8a8ab5;
}
.RA_views_CallsToAction_FooterSubscribe-bar,
.RA_views_CallsToAction_InlineSubscribe-bar,
.RA_views_CallsToAction_UprightSubscribe-bar {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.RA_views_CallsToAction_FooterSubscribe-busy input,
.RA_views_CallsToAction_InlineSubscribe-busy input,
.RA_views_CallsToAction_UprightSubscribe-busy input,
.RA_views_CallsToAction_FooterSubscribe-busy button,
.RA_views_CallsToAction_InlineSubscribe-busy button,
.RA_views_CallsToAction_UprightSubscribe-busy button {
  opacity: 0.5;
}
.RA_views_CallsToAction_FooterSubscribe-busy .RA_views_CallsToAction_FooterSubscribe-bar,
.RA_views_CallsToAction_FooterSubscribe-busy .RA_views_CallsToAction_InlineSubscribe-bar,
.RA_views_CallsToAction_FooterSubscribe-busy .RA_views_CallsToAction_UprightSubscribe-bar,
.RA_views_CallsToAction_InlineSubscribe-busy .RA_views_CallsToAction_FooterSubscribe-bar,
.RA_views_CallsToAction_InlineSubscribe-busy .RA_views_CallsToAction_InlineSubscribe-bar,
.RA_views_CallsToAction_InlineSubscribe-busy .RA_views_CallsToAction_UprightSubscribe-bar,
.RA_views_CallsToAction_UprightSubscribe-busy .RA_views_CallsToAction_FooterSubscribe-bar,
.RA_views_CallsToAction_UprightSubscribe-busy .RA_views_CallsToAction_InlineSubscribe-bar,
.RA_views_CallsToAction_UprightSubscribe-busy .RA_views_CallsToAction_UprightSubscribe-bar {
  opacity: 1;
}
.RA_views_CallsToAction_FooterSubscribe-form,
.RA_views_CallsToAction_InlineSubscribe-form,
.RA_views_CallsToAction_UprightSubscribe-form {
  margin-top: 0.5rem;
}
.RA_views_CallsToAction_FooterSubscribe-form > label,
.RA_views_CallsToAction_InlineSubscribe-form > label,
.RA_views_CallsToAction_UprightSubscribe-form > label {
  margin: 0;
  flex-grow: 1;
  margin-right: 5px;
}
.RA_views_CallsToAction_FooterSubscribe-form > label > input,
.RA_views_CallsToAction_InlineSubscribe-form > label > input,
.RA_views_CallsToAction_UprightSubscribe-form > label > input {
  width: 100%;
  font-family: Lato, sans-serif;
  padding: 0.25rem 0.5rem;
  font-size: 0.50918208rem;
  border-radius: 2px;
  border: 2px solid #0f0035;
  margin-bottom: 0.25rem;
  transition: border 120ms linear;
  color: #0f0035;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_CallsToAction_FooterSubscribe-form > label > input::placeholder,
.RA_views_CallsToAction_InlineSubscribe-form > label > input::placeholder,
.RA_views_CallsToAction_UprightSubscribe-form > label > input::placeholder {
  color: #0f0035;
  opacity: 0.25;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_CallsToAction_FooterSubscribe-form > label > input:focus,
.RA_views_CallsToAction_InlineSubscribe-form > label > input:focus,
.RA_views_CallsToAction_UprightSubscribe-form > label > input:focus {
  outline: none !important;
  border: 2px solid #dd3c6f;
}
.RA_views_CallsToAction_FooterSubscribe-form > label > span,
.RA_views_CallsToAction_InlineSubscribe-form > label > span,
.RA_views_CallsToAction_UprightSubscribe-form > label > span {
  display: none;
}
.RA_views_CallsToAction_FooterSubscribe-form > button,
.RA_views_CallsToAction_InlineSubscribe-form > button,
.RA_views_CallsToAction_UprightSubscribe-form > button {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dd3c6f;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.3rem 0.6rem;
  transition: background 120ms linear;
  text-decoration: none;
}
.RA_views_CallsToAction_FooterSubscribe-form > button:not([disabled]):hover,
.RA_views_CallsToAction_InlineSubscribe-form > button:not([disabled]):hover,
.RA_views_CallsToAction_UprightSubscribe-form > button:not([disabled]):hover {
  background-color: #d9265f;
}
.RA_views_CallsToAction_FooterSubscribe-form > button[disabled],
.RA_views_CallsToAction_InlineSubscribe-form > button[disabled],
.RA_views_CallsToAction_UprightSubscribe-form > button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.RA_views_CallsToAction_InlineSubscribe {
  width: 100%;
  max-width: 20rem;
  padding: 0.5rem;
}
.RA_views_CallsToAction_InlineSubscribe-kicker {
  display: inline;
  margin: 0 4px 0 0;
}
.RA_views_CallsToAction_InlineSubscribe-form > label {
  display: inline-block;
  width: 35%;
}
.RA_views_CallsToAction_StandardPedestal {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  max-width: none !important;
}
.RA_views_CallsToAction_StandardPedestal:before {
  content: '';
  background: #f0f4fc;
  position: absolute;
  left: -10.5rem;
  right: -2rem;
  top: 1rem;
  height: calc(100% - 2rem);
  z-index: -1;
  width: 100vw;
}
@media screen and (max-width: 1000px) {
  .RA_views_CallsToAction_StandardPedestal:before {
    left: -1.5rem;
    right: -1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .RA_views_CallsToAction_StandardPedestal:before {
    left: -0.75rem;
    right: -0.75rem;
  }
}
.RA_views_CallsToAction_StandardPedestal-action {
  width: 10rem;
}
.RA_views_CallsToAction_StandardPedestal-details {
  position: absolute;
  max-width: 11rem;
  left: 12rem;
  width: 66%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
@media screen and (max-width: 550px) {
  .RA_views_CallsToAction_StandardPedestal-details {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_CallsToAction_StandardPedestal-details {
    width: 50%;
    left: 11rem;
  }
}
.RA_views_CallsToAction_AskQuestion,
.RA_views_CallsToAction_NoSearchResults {
  border: 2px solid #f0f4fc;
  padding: 1rem;
}
.RA_views_CallsToAction_AskQuestion-heading,
.RA_views_CallsToAction_NoSearchResults-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.RA_views_CallsToAction_AskQuestion-button,
.RA_views_CallsToAction_NoSearchResults-button {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dd3c6f;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.3rem 0.6rem;
  transition: background 120ms linear;
  text-decoration: none;
}
.RA_views_CallsToAction_AskQuestion-button:not([disabled]):hover,
.RA_views_CallsToAction_NoSearchResults-button:not([disabled]):hover {
  background-color: #d9265f;
}
.RA_views_CallsToAction_AskQuestion-button[disabled],
.RA_views_CallsToAction_NoSearchResults-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.RA_views_StatusIndicators_Bar {
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-color: #dd3c6f;
  background-size: 35px 35px;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  transition: transform ease-in 300ms;
  animation: RA_views_StatusIndicators_Bar-progress 2s cubic-bezier(0.4, 0.45, 0.6, 0.55) infinite;
}
@keyframes RA_views_StatusIndicators_Bar-progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
.RA_views_StatusIndicators_InlineIndicator-busy {
  width: 40px;
  height: 40px;
  margin: 50px auto;
}
.RA_views_StatusIndicators_InlineIndicator-busy > div {
  width: 33%;
  height: 33%;
  background-color: #ff0b5e;
  float: left;
  opacity: 0.9;
  animation: RA_views_StatusIndicators_InlineIndicator-animation 1.3s infinite ease-in-out;
}
.RA_views_StatusIndicators_InlineIndicator-busy-1 {
  animation-delay: 0.2s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-2 {
  animation-delay: 0.3s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-3 {
  animation-delay: 0.4s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-4 {
  animation-delay: 0.1s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-5 {
  animation-delay: 0.2s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-6 {
  animation-delay: 0.3s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-7 {
  animation-delay: 0s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-8 {
  animation-delay: 0.1s !important;
}
.RA_views_StatusIndicators_InlineIndicator-busy-9 {
  animation-delay: 0.2s !important;
}
.RA_views_StatusIndicators_PageLoadIndicator {
  position: relative;
  height: 200px;
}
.RA_views_StatusIndicators_PageLoadIndicator-inner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.RA_views_StatusIndicators_Spinner {
  opacity: 0.5;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  position: relative;
}
.RA_views_StatusIndicators_Spinner-back,
.RA_views_StatusIndicators_Spinner-front {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(60deg);
  }
  35% {
    transform: rotate(120deg);
  }
  50% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(240deg);
  }
  85% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.RA_views_StatusIndicators_Spinner-front {
  animation: spin 2.5s infinite linear;
}
@keyframes spin-break {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.RA_views_StatusIndicators_Spinner-back {
  opacity: 0.5;
  animation: spin 2.5s infinite reverse -0.25s linear;
}
@keyframes RA_views_StatusIndicators_InlineIndicator-animation {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
    border-radius: 0;
  }
  35% {
    transform: scale3D(0, 0, 1);
    border-radius: 100%;
  }
}
.RA_views_Buttons_Button,
.RA_views_Buttons_GoButton {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dd3c6f;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.3rem 0.6rem;
  transition: background 120ms linear;
  text-decoration: none;
}
.RA_views_Buttons_Button:not([disabled]):hover,
.RA_views_Buttons_GoButton:not([disabled]):hover {
  background-color: #d9265f;
}
.RA_views_Buttons_Button[disabled],
.RA_views_Buttons_GoButton[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.RA_views_Buttons_GoButton-inner {
  position: relative;
  display: inline-block;
  transform: translateX(5px);
  transition: transform 280ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.RA_views_Buttons_GoButton:after {
  font-family: 'Linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E944";
  opacity: 0;
  position: relative;
  display: inline-block;
  transform: translateX(0rem) translateY(2.5px);
  transition: opacity 120ms linear, transform 280ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.RA_views_Buttons_GoButton:hover .RA_views_Buttons_GoButton-inner {
  transform: translateX(-0.2rem);
}
.RA_views_Buttons_GoButton:hover:after {
  opacity: 1;
  transform: translateX(0.2rem) translateY(2.5px);
}
div._1HZWyvsDyND_vFruoZ2GzC {
  position: relative;
  background-color: #0000cf;
  font-family: Courier, monospace;
  padding: 1px;
}
div._1HZWyvsDyND_vFruoZ2GzC,
div._1HZWyvsDyND_vFruoZ2GzC > h2,
div._1HZWyvsDyND_vFruoZ2GzC > p,
div._1HZWyvsDyND_vFruoZ2GzC > textarea {
  font-size: 0.7rem;
  font-family: Courier, monospace;
  color: #ccc;
}
div._1HZWyvsDyND_vFruoZ2GzC > h2 {
  width: 200px;
  padding: 0.3em;
  color: #0000cf;
  background-color: #ccc;
  text-align: center;
  margin: 1rem auto;
}
div._1HZWyvsDyND_vFruoZ2GzC > p {
  margin: 1rem;
}
div._1HZWyvsDyND_vFruoZ2GzC > textarea {
  background-color: #0000cf;
  margin: 0 1rem 1rem;
  width: calc(100% - 2rem);
  height: 5rem;
}
._39Aa7H2bkhwvTJ8lboNte9 {
  overflow: hidden;
  position: relative;
}
._39Aa7H2bkhwvTJ8lboNte9._28UeHeHwGJzmpJO5-lNgQi {
  position: absolute;
  left: 0;
  top: 0rem;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100vw;
}
._39Aa7H2bkhwvTJ8lboNte9._2JOYL2U8aKFVwNm08jloM4 {
  position: fixed;
  z-index: 5;
}
._39Aa7H2bkhwvTJ8lboNte9._30KszHkmk6pnQgpQVkrdIE {
  overflow: hidden;
}
._39Aa7H2bkhwvTJ8lboNte9.AjlKp73Mm8kQmrmdFvPD0 {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
._39Aa7H2bkhwvTJ8lboNte9._3Uxsiinmb_PgVWyFhwm72 {
  position: fixed !important;
  left: 0 !important;
  top: 0rem !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
._9kCuQJCgGjxgLnuQX4e2Y {
  display: block;
  width: 100%;
  outline: none;
}
._1WTNhOFXTbC8HkVuAyVcfG {
  display: block;
  width: 100%;
  padding: 0px 10px;
  line-height: 38px;
  outline: none;
  cursor: pointer;
  opacity: 0.5;
}
._1WTNhOFXTbC8HkVuAyVcfG:hover {
  background-color: rgba(15, 0, 53, 0.5);
}
._1WTNhOFXTbC8HkVuAyVcfG._3ylaI7Wv-eHr_9LeTSyrgD {
  opacity: 1;
  background-color: #0f0035 !important;
  cursor: default;
}
._1WTNhOFXTbC8HkVuAyVcfG ._1e3YSihLBe1RXC6p7inZTG {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.50918208rem;
  opacity: 0.5;
  cursor: pointer;
}
._1WTNhOFXTbC8HkVuAyVcfG ._1e3YSihLBe1RXC6p7inZTG:hover {
  opacity: 1;
}
._1SriIr0PiqvuhUplYHODRJ {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  background: #0f0035;
  /*&:after{
      content: '';
      position: absolute;
      display: block;
      height: @footer-height;
      width: @footer-height;
      position: absolute;
      bottom: 0;
      right: 0;
      background-image: url('/logo-clean-grey.png');
      background-size: auto 66%;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      opacity: 0.5;
    }*/
}
._1SriIr0PiqvuhUplYHODRJ._1cUHVTHzes93cw_duYVmiZ ._1xf1qQFKEDioyflRIcJGqQ {
  border: 1px solid #dae1f2;
}
._1SriIr0PiqvuhUplYHODRJ._1cUHVTHzes93cw_duYVmiZ ._1DtDqvztankrWsIOXY316W,
._1SriIr0PiqvuhUplYHODRJ._1cUHVTHzes93cw_duYVmiZ ._1baeU_9IYJGrLAOxgIoQxw,
._1SriIr0PiqvuhUplYHODRJ._1cUHVTHzes93cw_duYVmiZ ._1xf1qQFKEDioyflRIcJGqQ {
  max-height: 100%;
}
._1SriIr0PiqvuhUplYHODRJ._1a1NzwxNBk3-XJlOL5soLK ._1DtDqvztankrWsIOXY316W,
._1SriIr0PiqvuhUplYHODRJ._2oFV1g35qLUeMDmUx6TYcP ._1DtDqvztankrWsIOXY316W {
  height: calc(100% - 40px) !important;
}
._1SriIr0PiqvuhUplYHODRJ button {
  appearance: none;
  cursor: pointer;
  user-select: none;
}
._1SriIr0PiqvuhUplYHODRJ ._1DtDqvztankrWsIOXY316W {
  display: flex;
  height: 100%;
  width: 100%;
}
._1SriIr0PiqvuhUplYHODRJ ._1DtDqvztankrWsIOXY316W ._1baeU_9IYJGrLAOxgIoQxw,
._1SriIr0PiqvuhUplYHODRJ ._1DtDqvztankrWsIOXY316W ._1xf1qQFKEDioyflRIcJGqQ {
  flex-basis: 50%;
  flex-grow: 1;
  width: 100%;
}
._1SriIr0PiqvuhUplYHODRJ._1WfaUozeJn0IwqZqEpg-3j._1cUHVTHzes93cw_duYVmiZ ._1xf1qQFKEDioyflRIcJGqQ {
  max-width: 50%;
}
._1SriIr0PiqvuhUplYHODRJ._1WfaUozeJn0IwqZqEpg-3j._1cUHVTHzes93cw_duYVmiZ ._1baeU_9IYJGrLAOxgIoQxw {
  min-width: 20rem;
}
._1SriIr0PiqvuhUplYHODRJ._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j ._1DtDqvztankrWsIOXY316W ._1baeU_9IYJGrLAOxgIoQxw {
  flex-basis: 55%;
}
._1SriIr0PiqvuhUplYHODRJ._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j ._1DtDqvztankrWsIOXY316W ._1xf1qQFKEDioyflRIcJGqQ {
  flex-basis: 45%;
}
._1SriIr0PiqvuhUplYHODRJ ._3eI0Zi9xEzUY7wH8ZjF00g {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
}
._2nwRO82-1bj2B5s4MmkOlx {
  height: 40px;
  display: flex;
  background: #dae1f2;
}
._2nwRO82-1bj2B5s4MmkOlx ._2oISd17mkN4Ci8kZD7FCdJ {
  flex-grow: 1;
  color: #342656;
  border: none;
  background: transparent;
  font-size: 1em;
  outline: none;
  opacity: 0.5;
}
._2nwRO82-1bj2B5s4MmkOlx ._2oISd17mkN4Ci8kZD7FCdJ._3ylaI7Wv-eHr_9LeTSyrgD {
  opacity: 1;
  background: #f0f4fc;
}
._2nwRO82-1bj2B5s4MmkOlx._1a1NzwxNBk3-XJlOL5soLK ._2oISd17mkN4Ci8kZD7FCdJ:first-child {
  background: #342656;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
._2nwRO82-1bj2B5s4MmkOlx ._2Cg5Pr-6sfKCRURpYZ7v-d {
  height: 40px;
  flex-basis: 40px;
  border: none;
  color: #7272a3;
  background: #dae1f2;
  outline: none;
  cursor: pointer;
}
._2nwRO82-1bj2B5s4MmkOlx ._2Cg5Pr-6sfKCRURpYZ7v-d:hover {
  background: #d1d9ef;
}
._2nwRO82-1bj2B5s4MmkOlx ._2Cg5Pr-6sfKCRURpYZ7v-d:active {
  background: #c7d2eb;
}
._2nwRO82-1bj2B5s4MmkOlx ._2Cg5Pr-6sfKCRURpYZ7v-d._3ylaI7Wv-eHr_9LeTSyrgD {
  border-bottom: 2px solid #b19fff;
  color: #8233ff;
}
._1baeU_9IYJGrLAOxgIoQxw {
  display: flex;
  transition: transform 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
._1baeU_9IYJGrLAOxgIoQxw ._1IcgCz66b0mkk9JqrlWSXd {
  display: inline-block;
  padding: 10px;
  outline: none;
  cursor: pointer;
  font-size: 0.61804697rem;
  line-height: 0.8;
  vertical-align: top;
  opacity: 0.5;
}
._1baeU_9IYJGrLAOxgIoQxw ._1IcgCz66b0mkk9JqrlWSXd:hover {
  opacity: 1;
  background: rgba(15, 0, 53, 0.2);
}
._1baeU_9IYJGrLAOxgIoQxw._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j ._1IcgCz66b0mkk9JqrlWSXd,
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP ._1IcgCz66b0mkk9JqrlWSXd {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}
._1baeU_9IYJGrLAOxgIoQxw._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j ._1IcgCz66b0mkk9JqrlWSXd span,
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP ._1IcgCz66b0mkk9JqrlWSXd span {
  vertical-align: sub;
  margin-right: 0.25em;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP ._1IcgCz66b0mkk9JqrlWSXd {
  font-size: 16px;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header {
  display: flex;
  flex-basis: 40px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #342656;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header ._3tuehOFYDe2a9T1vhVWsy5 {
  color: #ffffff;
  line-height: 40px;
  padding: 0 1em;
  position: relative;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header ._3tuehOFYDe2a9T1vhVWsy5 ._34716RWGn4e1uDVVHqwwFu {
  display: inline-block;
  margin-left: 0.5em;
  transform: translateY(0.25em);
  opacity: 0.5;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header button {
  height: 40px;
  flex-basis: 40px;
  border: none;
  color: #7272a3;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size: 0.31469845rem;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header button:hover {
  background: #dae1f2;
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header button:active {
  background: rgba(138, 138, 181, 0.005);
}
._1baeU_9IYJGrLAOxgIoQxw .qlew32vFHjtKueZngbvvC > header button._3ylaI7Wv-eHr_9LeTSyrgD {
  border-bottom: 2px solid #b19fff;
  color: #8233ff;
}
._1baeU_9IYJGrLAOxgIoQxw .clsautR3salW2_7Fuu80E {
  position: relative;
  flex-basis: 1rem;
  flex-grow: 1;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP .clsautR3salW2_7Fuu80E:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(177, 159, 255, 0.15);
}
._1baeU_9IYJGrLAOxgIoQxw ._2hOj59g79QJKSjdUBFo909 {
  position: relative;
  flex-grow: 1;
  flex-basis: 1rem;
}
._1baeU_9IYJGrLAOxgIoQxw ._2CQBNVDbNllAhM2DuLfqt8 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP .qlew32vFHjtKueZngbvvC > header {
  background: #f0f4fc;
  border: none;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP .qlew32vFHjtKueZngbvvC > header ._3tuehOFYDe2a9T1vhVWsy5 {
  color: #342656;
  flex-grow: 1;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP .qlew32vFHjtKueZngbvvC > header button:hover {
  background: transparent;
}
._1baeU_9IYJGrLAOxgIoQxw footer {
  flex-basis: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
._1baeU_9IYJGrLAOxgIoQxw footer button {
  height: 30px;
  line-height: 1rem;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  background: transparent;
  outline: none;
  padding: 0 1em;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
._1baeU_9IYJGrLAOxgIoQxw footer button:hover {
  background: rgba(255, 255, 255, 0.15);
}
._1baeU_9IYJGrLAOxgIoQxw footer button._3ylaI7Wv-eHr_9LeTSyrgD {
  border-top: 2px solid #b19fff;
}
._1baeU_9IYJGrLAOxgIoQxw footer button._32DgbviBKeD_xQRAda09Hf {
  opacity: 0.5;
}
._1baeU_9IYJGrLAOxgIoQxw footer button [class^="icon-"],
._1baeU_9IYJGrLAOxgIoQxw footer button [class*=" icon-"] {
  font-size: 1.5em;
  display: inline-block;
  margin-right: 0.125em;
  transform: translateY(0.15em);
}
._1baeU_9IYJGrLAOxgIoQxw._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j .gujY4RL2HFwsp1KFYjfE5 {
  flex-basis: 8rem;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  background: #342656;
}
._1baeU_9IYJGrLAOxgIoQxw._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j .gujY4RL2HFwsp1KFYjfE5 h2 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  font-size: 0.50918208rem;
  margin: 0;
  padding: 0 1em;
}
._1baeU_9IYJGrLAOxgIoQxw._1LaeQ9CBO1bNGfe-2fm6T2._1WfaUozeJn0IwqZqEpg-3j .qlew32vFHjtKueZngbvvC {
  flex-grow: 1;
}
._1baeU_9IYJGrLAOxgIoQxw ._9z1UPLABFUynBFAI85S9x button {
  background: transparent;
  color: white;
  border: none;
  opacity: 0.5 !important;
  width: 40px;
  height: 40px;
  outline: none;
  font-size: 0.31469845rem;
  text-align: center;
}
._1baeU_9IYJGrLAOxgIoQxw ._9z1UPLABFUynBFAI85S9x button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  opacity: 1 !important;
}
._1baeU_9IYJGrLAOxgIoQxw ._9z1UPLABFUynBFAI85S9x button:active {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.25) !important;
}
._1baeU_9IYJGrLAOxgIoQxw ._2T-vb3Vvo2UWNiF-ZJq-TH {
  width: 100%;
  background: #342656;
  position: relative;
  color: #f0f4fc;
  overflow: hidden;
  white-space: nowrap;
}
._1baeU_9IYJGrLAOxgIoQxw ._2T-vb3Vvo2UWNiF-ZJq-TH ._2ziv9t6th_pwh2i1DgG6zq {
  white-space: nowrap;
  display: block !important;
  overflow: hidden;
}
._1baeU_9IYJGrLAOxgIoQxw ._2T-vb3Vvo2UWNiF-ZJq-TH div {
  display: inline-block !important;
  width: auto !important;
  height: 40px !important;
  vertical-align: top;
}
._1baeU_9IYJGrLAOxgIoQxw ._2T-vb3Vvo2UWNiF-ZJq-TH ._9z1UPLABFUynBFAI85S9x {
  position: absolute;
  background: #342656;
  display: inline-block;
  top: 0;
  right: 0;
}
._1baeU_9IYJGrLAOxgIoQxw ._2T-vb3Vvo2UWNiF-ZJq-TH ._9z1UPLABFUynBFAI85S9x button {
  color: white;
}
._1baeU_9IYJGrLAOxgIoQxw ._1IBKB40t34ZDSYIgIbQso {
  position: absolute;
  right: 100%;
  width: 50%;
  color: white;
  background: #342656;
  height: 100vh;
}
._1baeU_9IYJGrLAOxgIoQxw ._1IBKB40t34ZDSYIgIbQso._1HuvOTWlhSRKf7FUUwk32l {
  transform: translateX(100%);
}
._1baeU_9IYJGrLAOxgIoQxw ._1IBKB40t34ZDSYIgIbQso .zfA-9RsA0Gehfscxa_Eks {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #0f0035;
  top: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity linear 120ms;
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP._23v0RNXLZfVJXgyKcdNt93 {
  transform: translateX(50%);
}
._1baeU_9IYJGrLAOxgIoQxw._2oFV1g35qLUeMDmUx6TYcP._23v0RNXLZfVJXgyKcdNt93 ._1IBKB40t34ZDSYIgIbQso .zfA-9RsA0Gehfscxa_Eks {
  opacity: 0.75;
  pointer-events: auto;
}
._2LfUnVhPRQj0ZBiButxYyT {
  position: relative;
}
._2LfUnVhPRQj0ZBiButxYyT ._2_e3XQE_8qwqbi_rPykX2a,
._2LfUnVhPRQj0ZBiButxYyT ._225QwvkOf90IAhH9fzBUHg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
._2LfUnVhPRQj0ZBiButxYyT ._225QwvkOf90IAhH9fzBUHg {
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #8a8ab5;
  padding-top: 2em;
  font-size: 0.50918208rem;
}
._3sCeCcilzn2baflFmv3oj3 {
  display: flex;
  flex-direction: column;
}
._3sCeCcilzn2baflFmv3oj3 > header {
  display: flex;
  border-top: 1px solid;
  font-size: 0.50918208rem;
  height: 30px;
}
._3sCeCcilzn2baflFmv3oj3 > header .mK-Ini2DA_Y6Y61RHMafe {
  flex-grow: 1;
  padding: 0.33em 1em;
}
._3sCeCcilzn2baflFmv3oj3 > header ._2imU3tfJePDnVmwwRpkKa1 {
  flex-basis: 1rem;
  line-height: 1rem;
  padding: 0.3em 0.5em 0.3em 0.3em;
  background-color: transparent;
  border: none;
}
._3sCeCcilzn2baflFmv3oj3 > header ._2imU3tfJePDnVmwwRpkKa1:hover {
  opacity: 0.75;
}
._3sCeCcilzn2baflFmv3oj3 ._3jjgEul9RnnDU1u_74BcnC {
  position: relative;
  height: 100%;
  overflow: auto;
}
._3sCeCcilzn2baflFmv3oj3._2DWCsAZwRteHx5bk_jtm5f > header {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  border-top-color: rgba(255, 255, 255, 0.15);
}
._3sCeCcilzn2baflFmv3oj3._2DWCsAZwRteHx5bk_jtm5f > header > ._2imU3tfJePDnVmwwRpkKa1 {
  color: rgba(255, 255, 255, 0.85);
}
._3sCeCcilzn2baflFmv3oj3._2HhYyrLcI731A3KhbFMjWN > header {
  background-color: #f0f4fc;
  color: #8a8ab5;
  border-top-color: #dae1f2;
}
._3sCeCcilzn2baflFmv3oj3._2HhYyrLcI731A3KhbFMjWN > header > ._2imU3tfJePDnVmwwRpkKa1 {
  color: rgba(138, 138, 181, 0.85);
}
._1xf1qQFKEDioyflRIcJGqQ {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 50%;
  flex-grow: 1;
}
._1xf1qQFKEDioyflRIcJGqQ > header {
  display: flex;
  flex-basis: 40px;
  background-color: #f0f4fc;
  border-bottom: 1px solid #dae1f2;
}
._1xf1qQFKEDioyflRIcJGqQ > header button {
  height: 40px;
  flex-basis: 40px;
  border: none;
  color: #7272a3;
  background: transparent;
  outline: none;
  font-size: 0.31469845rem;
  cursor: pointer;
}
._1xf1qQFKEDioyflRIcJGqQ > header button:hover {
  background: #dae1f2;
}
._1xf1qQFKEDioyflRIcJGqQ > header button:active {
  background: #c7d2eb;
}
._1xf1qQFKEDioyflRIcJGqQ > header button._3ylaI7Wv-eHr_9LeTSyrgD {
  border-bottom: 2px solid #b19fff;
  color: #8233ff;
}
._1xf1qQFKEDioyflRIcJGqQ._2oFV1g35qLUeMDmUx6TYcP > header button:hover {
  background: transparent;
}
._1xf1qQFKEDioyflRIcJGqQ ._2f7BcighcxCCkW2igxsIs2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: progress;
  overflow: hidden;
}
._1xf1qQFKEDioyflRIcJGqQ ._3NFPzvN0DJqMKg4a4JZ0Y4 {
  position: relative;
  margin: 0 auto;
}
._1xf1qQFKEDioyflRIcJGqQ ._3jb5vCQNeeKtntD30u_cRw {
  display: block;
  margin: 0.5rem 0;
  text-align: center;
  color: #dae1f2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
._1xf1qQFKEDioyflRIcJGqQ ._3pxVFzWBAKuEWJmm0Az9rs {
  position: relative;
  flex-grow: 1;
  background-color: white;
  display: flex;
  flex-direction: column;
}
._1xf1qQFKEDioyflRIcJGqQ ._3pxVFzWBAKuEWJmm0Az9rs > ._1QwefvLhCTTG789IrkS5KA,
._1xf1qQFKEDioyflRIcJGqQ ._3pxVFzWBAKuEWJmm0Az9rs > ._3cvQ_idKvvzGpcJ9ltBD76 {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
._1xf1qQFKEDioyflRIcJGqQ ._3pxVFzWBAKuEWJmm0Az9rs > ._3cvQ_idKvvzGpcJ9ltBD76 {
  max-height: 50%;
}
._1xf1qQFKEDioyflRIcJGqQ ._2WY3_5W0evqSyeDHRCbgp3 {
  position: relative;
  flex-grow: 1;
}
._1xf1qQFKEDioyflRIcJGqQ ._3GT7UbqDjaD4YDoeIjsV3e {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
._1xf1qQFKEDioyflRIcJGqQ footer {
  flex-basis: 30px;
  background-color: #f0f4fc;
  border-top: 1px solid #dae1f2;
  color: #7272a3;
}
._1xf1qQFKEDioyflRIcJGqQ footer button {
  height: 30px;
  border: none;
  color: #7272a3;
  line-height: 1rem;
  font-weight: 300;
  background: transparent;
  outline: none;
  padding: 0 1em;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
._1xf1qQFKEDioyflRIcJGqQ footer button:hover {
  background: #dae1f2;
}
._1xf1qQFKEDioyflRIcJGqQ footer button._3ylaI7Wv-eHr_9LeTSyrgD {
  border-top: 2px solid #b19fff;
}
._1xf1qQFKEDioyflRIcJGqQ footer button [class^="icon-"],
._1xf1qQFKEDioyflRIcJGqQ footer button [class*=" icon-"] {
  font-size: 1.5em;
  display: inline-block;
  margin-right: 0.125em;
  transform: translateY(0.15em);
}
._1YLbEB5cV-gBiV5Ig-4TG2 {
  display: flex;
  flex-grow: 1;
}
._1YLbEB5cV-gBiV5Ig-4TG2 button[disabled] {
  opacity: 0.25;
  cursor: default;
  background: transparent !important;
}
._1YLbEB5cV-gBiV5Ig-4TG2 ._2XQArqmud7u8GMwOUVAonU {
  flex-grow: 1;
  padding: 5px;
}
._1YLbEB5cV-gBiV5Ig-4TG2 ._2OQvPxrbQH3xDL1uBX_YLS {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #dae1f2;
  padding: 0 1em;
  outline: none;
  color: #7272a3;
}
._1YLbEB5cV-gBiV5Ig-4TG2 ._2OQvPxrbQH3xDL1uBX_YLS:focus {
  border: 1px solid #b19fff;
}
._38vEhTvu9oP8M-sKXn0znM {
  position: absolute;
  overflow: auto;
  padding: 1rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
._38vEhTvu9oP8M-sKXn0znM h1 {
  font-size: 2rem;
  line-height: 0.8;
  color: #dd3c6f;
  margin-top: 0;
  margin-bottom: 1rem;
  position: relative;
}
._38vEhTvu9oP8M-sKXn0znM h1:before,
._38vEhTvu9oP8M-sKXn0znM h1:after {
  content: '';
  background: #dd3c6f;
  position: absolute;
  width: 0.15em;
  height: 0.15em;
  border-radius: 0.15em;
  top: 0.4em;
  left: 0.795em;
}
._38vEhTvu9oP8M-sKXn0znM h1:before {
  transform: translateX(-0.55em);
}
._38vEhTvu9oP8M-sKXn0znM h1:after {
  transform: translateX(0.6em);
}
._38vEhTvu9oP8M-sKXn0znM p {
  color: #dd3c6f;
  font-size: 0.9rem;
  margin: 0.2rem 0;
}
._2pAiW18qd0kiihksAFc-u6 {
  cursor: ns-resize;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
}
._2pAiW18qd0kiihksAFc-u6 > div {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border: 1px solid #8a8ab5;
}
._2pAiW18qd0kiihksAFc-u6 .KML7osqogVvLDLUMY2yWy,
._2pAiW18qd0kiihksAFc-u6 ._3naOKisQKJxVGwQfmdouZZ,
._2pAiW18qd0kiihksAFc-u6 ._3VxiX7liwirJRAyB1EawU9 {
  right: 3px;
}
._2pAiW18qd0kiihksAFc-u6 ._3Qdouoo4sky2V711gli4_M,
._2pAiW18qd0kiihksAFc-u6 ._1bRB6moC57aW2hLdhlMYsF {
  right: 9px;
}
._2pAiW18qd0kiihksAFc-u6 .q8lq0i_GZTQ08Dj1cGii9 {
  right: 15px;
}
._2pAiW18qd0kiihksAFc-u6 .KML7osqogVvLDLUMY2yWy {
  bottom: 15px;
}
._2pAiW18qd0kiihksAFc-u6 ._3Qdouoo4sky2V711gli4_M,
._2pAiW18qd0kiihksAFc-u6 ._3naOKisQKJxVGwQfmdouZZ {
  bottom: 9px;
}
._2pAiW18qd0kiihksAFc-u6 .q8lq0i_GZTQ08Dj1cGii9,
._2pAiW18qd0kiihksAFc-u6 ._1bRB6moC57aW2hLdhlMYsF,
._2pAiW18qd0kiihksAFc-u6 ._3VxiX7liwirJRAyB1EawU9 {
  bottom: 3px;
}
._2jL0UZlGo7c4BavW55VZ5- {
  background-color: white;
  padding: 1rem;
}
._2jL0UZlGo7c4BavW55VZ5- h1 {
  color: #dd3c6f;
  margin-top: 0;
  margin-bottom: 0.38198206rem;
}
._2jL0UZlGo7c4BavW55VZ5- p {
  margin-top: 0;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
._3A-g-mI5mWMiz5PgMHmkab {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Inconsolata', monospace;
  font-size: 0.50918208rem;
  color: #7272a3;
}
._3A-g-mI5mWMiz5PgMHmkab li {
  padding: 0.5em 1em;
  border-bottom: 1px solid #f0f4fc;
}
._3A-g-mI5mWMiz5PgMHmkab ._2UE8akq684qw6DBTg5DhdJ {
  color: #8a8ab5;
}
._3A-g-mI5mWMiz5PgMHmkab ._2UE8akq684qw6DBTg5DhdJ::before {
  content: '[';
}
._3A-g-mI5mWMiz5PgMHmkab ._2UE8akq684qw6DBTg5DhdJ::after {
  content: '] ';
}
._3A-g-mI5mWMiz5PgMHmkab ._3x1XXX4Ics9uvkvIUIzqoL {
  float: right;
}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
  position: absolute;
  background: #ccc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 2px;
}

.CodeMirror-simplescroll-horizontal, .CodeMirror-simplescroll-vertical {
  position: absolute;
  z-index: 6;
  background: #eee;
}

.CodeMirror-simplescroll-horizontal {
  bottom: 0; left: 0;
  height: 8px;
}
.CodeMirror-simplescroll-horizontal div {
  bottom: 0;
  height: 100%;
}

.CodeMirror-simplescroll-vertical {
  right: 0; top: 0;
  width: 8px;
}
.CodeMirror-simplescroll-vertical div {
  right: 0;
  width: 100%;
}


.CodeMirror-overlayscroll .CodeMirror-scrollbar-filler, .CodeMirror-overlayscroll .CodeMirror-gutter-filler {
  display: none;
}

.CodeMirror-overlayscroll-horizontal div, .CodeMirror-overlayscroll-vertical div {
  position: absolute;
  background: #bcd;
  border-radius: 3px;
}

.CodeMirror-overlayscroll-horizontal, .CodeMirror-overlayscroll-vertical {
  position: absolute;
  z-index: 6;
}

.CodeMirror-overlayscroll-horizontal {
  bottom: 0; left: 0;
  height: 6px;
}
.CodeMirror-overlayscroll-horizontal div {
  bottom: 0;
  height: 100%;
}

.CodeMirror-overlayscroll-vertical {
  right: 0; top: 0;
  width: 6px;
}
.CodeMirror-overlayscroll-vertical div {
  right: 0;
  width: 100%;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
._3SsQlTMFYZ7-2XvYwFQS1u {
  width: 100% !important;
  max-height: 100%;
}
._3SsQlTMFYZ7-2XvYwFQS1u > textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #c7d2eb !important;
  background: #0f0035;
  font-family: 'Inconsolata', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
._3SsQlTMFYZ7-2XvYwFQS1u:not(._1_KNP4MC5josVMIzY6LHQC) {
  height: 100% !important;
}
._3SsQlTMFYZ7-2XvYwFQS1u:not(._1_KNP4MC5josVMIzY6LHQC) .CodeMirror {
  height: 100% !important;
}
._3SsQlTMFYZ7-2XvYwFQS1u._1_KNP4MC5josVMIzY6LHQC .CodeMirror {
  height: auto !important;
  max-height: 100%;
}
._3SsQlTMFYZ7-2XvYwFQS1u .HW-uq9Q8MDRsWS56LThDn._1t2GZcP9SXqhhxtcpRgVMT {
  background-color: transparent;
  height: 100%;
}
/**
 * Codemirror Theme
 */
.CodeMirror {
  font-size: 0.50918208rem;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #c7d2eb !important;
  background: #0f0035;
  font-family: 'Inconsolata', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.CodeMirror pre {
  font-family: 'Inconsolata', monospace;
  font-size: 0.50918208rem;
  line-height: 1.2;
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #0f0035;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7272a3;
}
.token.punctuation {
  color: #c7d2eb;
}
.token.tag {
  color: #e25a85;
}
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #f4becf;
}
.token.function-name {
  color: #12c8ba;
}
.token.boolean,
.token.number,
.token.function {
  color: #51efe3;
}
.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f4becf;
}
.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #e87d9f;
}
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ff4eb;
}
.token.operator,
.token.entity,
.token.url {
  color: #39eddf;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.inserted {
  color: #12c8ba;
}
/* Based on Sublime Text's Monokai theme */
.cm-s-ra.CodeMirror {
  background: #0f0035;
  color: #c7d2eb !important;
}
.cm-s-ra div.CodeMirror-selected {
  background: #353551;
}
.cm-s-ra .CodeMirror-line::selection,
.cm-s-ra .CodeMirror-line > span::selection,
.cm-s-ra .CodeMirror-line > span > span::selection {
  background: rgba(73, 72, 62, 0.99);
}
.cm-s-ra .CodeMirror-line::-moz-selection,
.cm-s-ra .CodeMirror-line > span::-moz-selection,
.cm-s-ra .CodeMirror-line > span > span::-moz-selection {
  background: rgba(73, 72, 62, 0.99);
}
.cm-s-ra .CodeMirror-gutters {
  background: #0f0035;
  padding-right: 0.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.cm-s-ra .CodeMirror-linenumber {
  color: #7272a3;
}
.cm-s-ra .CodeMirror-cursor {
  border-left: 1px solid #c7d2eb;
}
.cm-s-ra span.cm-comment {
  color: #7272a3;
}
.cm-s-ra span.cm-atom {
  color: #c7d2eb;
}
.cm-s-ra span.cm-number {
  color: #51efe3;
}
.cm-s-ra span.cm-property,
.cm-s-ra span.cm-attribute {
  color: #f4becf;
}
.cm-s-ra span.cm-keyword {
  color: #e87d9f;
}
.cm-s-ra span.cm-builtin {
  color: #e87d9f;
}
.cm-s-ra span.cm-string {
  color: #7ff4eb;
}
.cm-s-ra span.cm-variable {
  color: #f0f4fc;
}
.cm-s-ra span.cm-variable-2 {
  color: #f0f4fc;
}
.cm-s-ra span.cm-variable-3 {
  color: #f0f4fc;
}
.cm-s-ra span.cm-def {
  color: #c7d2eb;
}
.cm-s-ra span.cm-bracket {
  color: #39eddf;
}
.cm-s-ra span.cm-operator {
  color: #39eddf;
}
.cm-s-ra span.cm-number {
  color: #51efe3;
}
.cm-s-ra span.cm-tag {
  color: #e25a85;
}
.cm-s-ra span.cm-header {
  color: #8a8ab5;
}
.cm-s-ra span.cm-link {
  color: #8a8ab5;
}
.cm-s-ra span.cm-error {
  background: #dd3c6f;
  color: #f0f4fc;
}
.cm-s-ra .CodeMirror-activeline-background {
  background: #27273c;
}
.cm-s-ra .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}
/* Scrollbar styles */
.CodeMirror-simplescroll-horizontal,
.CodeMirror-simplescroll-vertical {
  background: rgba(255, 255, 255, 0.15);
}
.CodeMirror-simplescroll-horizontal div,
.CodeMirror-simplescroll-vertical div {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.CodeMirror-scrollbar-filler {
  background: rgba(255, 255, 255, 0.3);
}
.RA_views_Meta {
  /*&_HomeBanner,*/
  /*&_HomeBanner{
    padding: 4rem 2rem 6rem 2rem;
    .mobile({
      height: ~"calc(100vh - 2rem)";
      padding: 1rem 2rem 3rem 2rem;
      });
    &-inner{
      .mobile({
        height: 100%;
        position: relative;
        });
    }
    &-image{
      height: 8rem;
      width: 8rem;
      border: 0.5rem solid @white;
      background-size: 85%;
      margin-right: 2rem;
      .mobile({
        height: 6rem;
        width: 6rem;
        position: absolute;
        left: 50%;
        top: 25%;
        transform: translateX(-50%) translateY(-50%);
        });
    }
    &-title{
      .mobile({
        margin: 0;
        });
    }
    &-details{
      .mobile({
        margin: 0.5rem 0;
        });
    }
    &-text{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: auto;
      .mobile({
          text-align: center;
          top: 75%;
        });
    }
    + * {
      margin-top: -2rem;
    }
  }*/
}
.RA_views_Meta_QuestionMeta,
.RA_views_Meta_AuthorPageMeta,
.RA_views_Meta_TagMeta,
.RA_views_Meta_LessonMeta,
.RA_views_Meta_PageMeta {
  background: #8233ff linear-gradient(45deg, #4d00e2 0%, #8233ff 100%);
  padding: 2rem 0 2rem 0;
  position: relative;
  box-shadow: 0 50rem 50rem -50rem rgba(15, 0, 53, 0.3) inset, 0 -50rem 50rem -50rem rgba(15, 0, 53, 0.15) inset;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_QuestionMeta,
  .RA_views_Meta_AuthorPageMeta,
  .RA_views_Meta_TagMeta,
  .RA_views_Meta_LessonMeta,
  .RA_views_Meta_PageMeta {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 1.5rem;
  }
}
.RA_views_Meta_QuestionMeta-inner,
.RA_views_Meta_AuthorPageMeta-inner,
.RA_views_Meta_TagMeta-inner,
.RA_views_Meta_LessonMeta-inner,
.RA_views_Meta_PageMeta-inner {
  width: 42rem;
  max-width: calc(100% - 1.5rem);
  left: 1.5rem;
  padding-left: 9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_QuestionMeta-inner,
  .RA_views_Meta_AuthorPageMeta-inner,
  .RA_views_Meta_TagMeta-inner,
  .RA_views_Meta_LessonMeta-inner,
  .RA_views_Meta_PageMeta-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_QuestionMeta-inner,
  .RA_views_Meta_AuthorPageMeta-inner,
  .RA_views_Meta_TagMeta-inner,
  .RA_views_Meta_LessonMeta-inner,
  .RA_views_Meta_PageMeta-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-inner,
  .RA_views_Meta_AuthorPageMeta-inner,
  .RA_views_Meta_TagMeta-inner,
  .RA_views_Meta_LessonMeta-inner,
  .RA_views_Meta_PageMeta-inner {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_QuestionMeta-inner,
  .RA_views_Meta_AuthorPageMeta-inner,
  .RA_views_Meta_TagMeta-inner,
  .RA_views_Meta_LessonMeta-inner,
  .RA_views_Meta_PageMeta-inner {
    padding-left: 0;
  }
}
.RA_views_Meta_QuestionMeta-title,
.RA_views_Meta_AuthorPageMeta-title,
.RA_views_Meta_TagMeta-title,
.RA_views_Meta_LessonMeta-title,
.RA_views_Meta_PageMeta-title {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  max-width: 20rem;
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-title,
  .RA_views_Meta_AuthorPageMeta-title,
  .RA_views_Meta_TagMeta-title,
  .RA_views_Meta_LessonMeta-title,
  .RA_views_Meta_PageMeta-title {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-title,
  .RA_views_Meta_AuthorPageMeta-title,
  .RA_views_Meta_TagMeta-title,
  .RA_views_Meta_LessonMeta-title,
  .RA_views_Meta_PageMeta-title {
    font-size: 1rem !important;
  }
}
.RA_views_Meta_QuestionMeta-subtitle,
.RA_views_Meta_AuthorPageMeta-subtitle,
.RA_views_Meta_TagMeta-subtitle,
.RA_views_Meta_LessonMeta-subtitle,
.RA_views_Meta_PageMeta-subtitle {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  font-size: 0.82385661rem;
  max-width: 20rem;
  margin-top: -1rem;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-subtitle,
  .RA_views_Meta_AuthorPageMeta-subtitle,
  .RA_views_Meta_TagMeta-subtitle,
  .RA_views_Meta_LessonMeta-subtitle,
  .RA_views_Meta_PageMeta-subtitle {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-subtitle,
  .RA_views_Meta_AuthorPageMeta-subtitle,
  .RA_views_Meta_TagMeta-subtitle,
  .RA_views_Meta_LessonMeta-subtitle,
  .RA_views_Meta_PageMeta-subtitle {
    font-size: 0.6rem !important;
    line-height: 0.9rem !important;
  }
}
.RA_views_Meta_QuestionMeta-details,
.RA_views_Meta_AuthorPageMeta-details,
.RA_views_Meta_TagMeta-details,
.RA_views_Meta_LessonMeta-details,
.RA_views_Meta_PageMeta-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
  max-width: 20rem;
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-details,
  .RA_views_Meta_AuthorPageMeta-details,
  .RA_views_Meta_TagMeta-details,
  .RA_views_Meta_LessonMeta-details,
  .RA_views_Meta_PageMeta-details {
    font-size: 0.7rem;
    margin-top: 1rem;
  }
}
.RA_views_Meta_QuestionMeta-actions,
.RA_views_Meta_AuthorPageMeta-actions,
.RA_views_Meta_TagMeta-actions,
.RA_views_Meta_LessonMeta-actions,
.RA_views_Meta_PageMeta-actions {
  margin-top: 0.8rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_QuestionMeta-actions,
  .RA_views_Meta_AuthorPageMeta-actions,
  .RA_views_Meta_TagMeta-actions,
  .RA_views_Meta_LessonMeta-actions,
  .RA_views_Meta_PageMeta-actions {
    margin-top: 0.6rem;
  }
}
.RA_views_Meta_QuestionMeta-animation,
.RA_views_Meta_AuthorPageMeta-animation,
.RA_views_Meta_TagMeta-animation,
.RA_views_Meta_LessonMeta-animation,
.RA_views_Meta_PageMeta-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.RA_views_Meta_QuestionMeta-tag,
.RA_views_Meta_AuthorPageMeta-tag,
.RA_views_Meta_TagMeta-tag,
.RA_views_Meta_LessonMeta-tag,
.RA_views_Meta_PageMeta-tag {
  display: inline-block;
  background: #f0f4fc;
  color: #8a8ab5;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  font-size: 0.50918208rem;
  text-decoration: none;
  transition: background 120ms linear, color 120ms linear;
  background: rgba(255, 255, 255, 0.25);
  color: white;
}
.RA_views_Meta_QuestionMeta-tag:hover,
.RA_views_Meta_AuthorPageMeta-tag:hover,
.RA_views_Meta_TagMeta-tag:hover,
.RA_views_Meta_LessonMeta-tag:hover,
.RA_views_Meta_PageMeta-tag:hover {
  background: #dae1f2;
  color: #7272a3;
}
.RA_views_Meta_QuestionMeta-tag:first-child,
.RA_views_Meta_AuthorPageMeta-tag:first-child,
.RA_views_Meta_TagMeta-tag:first-child,
.RA_views_Meta_LessonMeta-tag:first-child,
.RA_views_Meta_PageMeta-tag:first-child {
  margin-left: 0;
}
.RA_views_Meta_QuestionMeta-tag:hover,
.RA_views_Meta_AuthorPageMeta-tag:hover,
.RA_views_Meta_TagMeta-tag:hover,
.RA_views_Meta_LessonMeta-tag:hover,
.RA_views_Meta_PageMeta-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  color: white;
}
.RA_views_Meta_QuestionMeta-breadcrumbs,
.RA_views_Meta_TagMeta-breadcrumbs,
.RA_views_Meta_AuthorPageMeta-breadcrumbs,
.RA_views_Meta_LessonMeta-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: -10px 0 0;
}
.RA_views_Meta_QuestionMeta-breadcrumbs > li,
.RA_views_Meta_TagMeta-breadcrumbs > li,
.RA_views_Meta_AuthorPageMeta-breadcrumbs > li,
.RA_views_Meta_LessonMeta-breadcrumbs > li {
  display: inline-block;
}
.RA_views_Meta_QuestionMeta-title {
  margin: 0;
}
.RA_views_Meta_PageMeta {
  padding: 2rem 0 6rem 0;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_PageMeta {
    padding: 2rem 0 7rem 0;
  }
}
.RA_views_Meta_PageMeta-inner {
  padding-left: 4rem;
}
.RA_views_Meta_PageMeta-inner:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_PageMeta-inner {
    padding-left: 0;
  }
}
.RA_views_Meta_PageMeta-title {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_PageMeta-title {
    margin-left: 2.5rem;
  }
}
.RA_views_Meta_PageMeta-image {
  height: 4rem;
  width: 4rem;
  border: 0.25rem solid #ffffff;
  border-radius: 4rem;
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_PageMeta-image {
    height: 2rem;
    width: 2rem;
    border: 0.125rem solid #ffffff;
    position: absolute;
    top: -0.4rem;
  }
}
.RA_views_Meta_PageMeta-text {
  display: inline-block;
  float: left;
  height: 4rem;
}
.RA_views_Meta_PageMeta + * {
  margin-top: -4rem;
}
.RA_views_Meta_TagMeta,
.RA_views_Meta_AuthorPageMeta {
  padding: 2rem 0 2rem 0;
}
.RA_views_Meta_TagMeta-inner,
.RA_views_Meta_AuthorPageMeta-inner {
  padding-left: 4rem;
}
.RA_views_Meta_TagMeta-inner:after,
.RA_views_Meta_AuthorPageMeta-inner:after {
  content: '';
  display: block;
  clear: both;
}
.RA_views_Meta_TagMeta-image,
.RA_views_Meta_AuthorPageMeta-image {
  height: 4rem;
  width: 4rem;
  border: 0.25rem solid #ffffff;
  border-radius: 4rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_TagMeta-image,
  .RA_views_Meta_AuthorPageMeta-image {
    height: 2rem;
    width: 2rem;
    border: 0.125rem solid #ffffff;
    position: absolute;
    top: -0.4rem;
  }
}
.RA_views_Meta_AuthorPageMeta-inner {
  padding-left: 9rem;
  position: relative;
}
.RA_views_Meta_AuthorPageMeta-image {
  margin-left: -5rem;
}
.RA_views_Meta_AuthorPageMeta-contact {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  opacity: 0.75;
}
.RA_views_Meta_AuthorPageMeta-contact > li {
  margin-right: 1rem;
  color: #ffffff;
}
.RA_views_Meta_AuthorPageMeta-contact > li > a {
  color: #ffffff;
}
.RA_views_Meta_AuthorPageMeta-contact-location,
.RA_views_Meta_AuthorPageMeta-contact-email,
.RA_views_Meta_AuthorPageMeta-contact-website,
.RA_views_Meta_AuthorPageMeta-contact-twitter,
.RA_views_Meta_AuthorPageMeta-contact-github {
  padding-left: 1.25rem;
  background: no-repeat left center;
  background-size: 0.8rem;
  line-height: 1rem;
}
.RA_views_Meta_AuthorPageMeta-contact-location {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuMTYzIDExLjU1NGMwLTIuNjU1IDIuMTY2LTQuODA3IDQuODM3LTQuODA3czQuODM3IDIuMTUyIDQuODM3IDQuODA3LTIuMTY2IDQuODA2LTQuODM3IDQuODA2LTQuODM3LTIuMTUyLTQuODM3LTQuODA2ek03Ljc3NyAxMi4xNTRjMCAyLjAxMSAyLjQ1NCA2LjI1IDIuNDU0IDYuMjVsNS43NjkgOS42MTQgNS40MzgtOS42MTNjMCAwIDIuNzg1LTQuMjcgMi43ODUtNi4yNSAwLTQuNTEzLTMuNjgyLTguMTcxLTguMjIzLTguMTcxcy04LjIyMyAzLjY1Ny04LjIyMyA4LjE3eiI+PC9wYXRoPgo8L3N2Zz4K);
}
.RA_views_Meta_AuthorPageMeta-contact-email {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMy4zNjMgNC40MTRsNC44NzUgMTkuMzQ4IDkuNDY3LTMuMDE4LTguNDQ4LTEwLjI5OCAxMC45MDIgOS41NiA4Ljg1My0yLjc3LTI1LjY0OS0xMi44MjJ6TTE4LjAwNCAyNy41ODZ2LTUuMzI0bC0zLjExNiAwLjkyNiAzLjExNiA0LjM5OHoiPjwvcGF0aD4KPC9zdmc+Cg==);
}
.RA_views_Meta_AuthorPageMeta-contact-website {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjIuNjU4IDEwLjk4OGg1LjE3MmMwLjY5MyAxLjU0MSAxLjEwNyAzLjIyOSAxLjE3OCA1LjAxMmgtNS45MzRjLTAuMDI1LTEuODg0LTAuMTgxLTMuNTQ0LTAuNDE2LTUuMDEyek0yMC4zOTggMy44OTZjMi45NjcgMS4xNTMgNS40MDIgMy4zMzUgNi45MjggNi4wOTBoLTQuODM2Yy0wLjU0OS0yLjgwNS0xLjM4My00Ljc5OS0yLjA5Mi02LjA5MHpNMTYuMDY4IDkuOTg2di02Ljk5NmMxLjA2NiAwLjA0NyAyLjEwMiAwLjIxNiAzLjA5MiAwLjQ5MyAwLjc1IDEuMjYzIDEuNzE5IDMuMzcyIDIuMzMgNi41MDNoLTUuNDIyek05LjQ4OSAyMi4wMTRjLTAuMjM0LTEuNDY5LTAuMzk2LTMuMTE5LTAuNDIxLTUuMDEyaDUuOTk4djUuMDEyaC01LjU3N3pNOS40NzkgMTAuOTg4aDUuNTg3djUuMDEyaC02LjAwNGMwLjAyNS0xLjg4NiAwLjE4My0zLjU0MyAwLjQxNy01LjAxMnpNMTEuOTg4IDMuNDYxYzAuOTg3LTAuMjY2IDIuMDE1LTAuNDM1IDMuMDc4LTAuNDY5djYuOTk0aC01LjQyMmMwLjYxNS0zLjE0OCAxLjU5MS01LjI2NSAyLjM0NC02LjUyNXpNMy42NjEgOS45ODZjMS41NTEtMi44IDQuMDYyLTQuOTkzIDcuMDk2LTYuMTMxLTAuNzE1IDEuMjktMS41NTkgMy4yOTUtMi4xMTQgNi4xMzFoLTQuOTgyek04LjA2MCAxNmgtNi4wNjBjMC4wNjYtMS43ODEgMC40NjctMy40NzQgMS4xNTgtNS4wMTJoNS4zMTZjLTAuMjMzIDEuNDY5LTAuMzkgMy4xMjgtMC40MTQgNS4wMTJ6TTguNDg3IDIyLjAxNGgtNS4yOWMtMC42OTQtMS41NDMtMS4xMzktMy4yMjQtMS4yMDQtNS4wMTJoNi4wNzFjMC4wMjQgMS44OTMgMC4xODggMy41NDEgMC40MjMgNS4wMTJ6TTguNjUxIDIzLjAxNmMwLjU1OSAyLjg2NCAxLjQxNiA0Ljg2NyAyLjEzNCA2LjE0Mi0zLjA0NS0xLjEzMy01LjU1Ny0zLjMzNS03LjExLTYuMTQyaDQuOTc2ek0xNS4wNjYgMjMuMDE2djYuOTk0Yy0xLjA1Mi0wLjAzMy0yLjA2Ny0wLjE5OS0zLjA0NS0wLjQ2LTAuNzU1LTEuMjM2LTEuNzM2LTMuMzYzLTIuMzU2LTYuNTM0aDUuNDAxek0yMS40NzEgMjMuMDE2Yy0wLjYxNyAzLjE1Mi0xLjU5MiA1LjI3MS0yLjM0NCA2LjUxMi0wLjk3OSAwLjI3MS0yLjAwNiAwLjQxOC0zLjA1OSAwLjQ2NXYtNi45NzdoNS40MDN6TTE2LjA2OCAxNy4wMDJoNS45OThjLTAuMDIzIDEuODkzLTAuMTg4IDMuNTQyLTAuNDIyIDUuMDEyaC01LjU3NnYtNS4wMTJ6TTIyLjA3MiAxNmgtNi4wMDR2LTUuMDEyaDUuNTg2YzAuMjM1IDEuNDY5IDAuMzkzIDMuMTI2IDAuNDE4IDUuMDEyek0yMy4wNzAgMTcuMDAyaDUuOTI2Yy0wLjA2NiAxLjc4Ny0wLjUwNiAzLjQ2OC0xLjE5NyA1LjAxMmgtNS4xNTJjMC4yMzQtMS40NzEgMC4zOTgtMy4xMTkgMC40MjMtNS4wMTJ6TTI3LjMxOCAyMy4wMTZjLTEuNTIxIDIuNzY2LTMuOTY3IDQuOTQ5LTYuOTQ3IDYuMSAwLjcxNS0xLjI3NiAxLjU2MS0zLjI2NiAyLjExMy02LjFoNC44MzR6Ij48L3BhdGg+Cjwvc3ZnPgo=);
}
.RA_views_Meta_AuthorPageMeta-contact-twitter {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzIgNi4wNzZjLTEuMTggMC41Mi0yLjQ0IDAuODc0LTMuNzcgMS4wMzQgMS4zNTQtMC44MTQgMi4zOTYtMi4xIDIuODg2LTMuNjMyLTEuMjY4IDAuNzQtMi42NzQgMS4yOC00LjE3IDEuNTgtMS4xOTYtMS4yOC0yLjktMi4wODAtNC43OTItMi4wODAtMy42MjQgMC02LjU2NCAyLjk0LTYuNTY0IDYuNTYgMCAwLjUyIDAuMDYwIDEuMDIwIDAuMTcgMS41LTUuNDU2LTAuMjYtMTAuMjk0LTIuODgtMTMuNTMyLTYuODQtMC41NjggMC45NjItMC44ODggMi4wODItMC44ODggMy4zMDIgMCAyLjI4IDEuMTYgNC4yODYgMi45MiA1LjQ2NC0xLjA3Ni0wLjAzNC0yLjA5MC0wLjMzLTIuOTc0LTAuODJ2MC4wODBjMCAzLjE4IDIuMjYgNS44MzYgNS4yNjYgNi40NC0wLjU1MiAwLjE0OC0xLjEzMiAwLjIyOC0xLjczIDAuMjI4LTAuNDIgMC0wLjgyLTAuMDQwLTEuMjItMC4xMTYgMC44NCAyLjYwOCAzLjI2IDQuNTA2IDYuMTQgNC41Ni0yLjI0IDEuNzYtNS4wODAgMi44MDgtOC4xNCAyLjgwOC0wLjUyIDAtMS4wNDAtMC4wMzAtMS41Ni0wLjA5MCAyLjkyIDEuODYgNi4zNiAyLjk0OCAxMC4wODAgMi45NDggMTIuMDgwIDAgMTguNjgtMTAgMTguNjgtMTguNjYgMC0wLjI4IDAtMC41Ni0wLjAyMC0wLjg0IDEuMjgtMC45MiAyLjQtMi4wODAgMy4yOC0zLjR6Ij48L3BhdGg+Cjwvc3ZnPgo=);
}
.RA_views_Meta_AuthorPageMeta-contact-github {
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYgMGMtOC44NCAwLTE2IDcuMTY0LTE2IDE2IDAgNy4wNzAgNC41ODQgMTMuMDY2IDEwLjk0IDE1LjE4IDAuOCAwLjE1IDEuMDk0LTAuMzQ0IDEuMDk0LTAuNzcgMC0wLjM4LTAuMDE0LTEuMzg2LTAuMDIwLTIuNzItNC40NTIgMC45NjYtNS4zOS0yLjE0Ni01LjM5LTIuMTQ2LTAuNzI4LTEuODQ4LTEuNzgtMi4zNC0xLjc4LTIuMzQtMS40NS0wLjk5MiAwLjExMi0wLjk3MiAwLjExMi0wLjk3MiAxLjYwNiAwLjExMiAyLjQ1IDEuNjQ4IDIuNDUgMS42NDggMS40MjggMi40NDYgMy43NDYgMS43NCA0LjY2IDEuMzMgMC4xNDQtMS4wMzQgMC41NTYtMS43NCAxLjAxNC0yLjE0LTMuNTU0LTAuNC03LjI4OC0xLjc3Ni03LjI4OC03LjkwNiAwLTEuNzQ2IDAuNjItMy4xNzQgMS42NDYtNC4yOTQtMC4xOC0wLjQwNC0wLjcyLTIuMDMwIDAuMTQtNC4yMzQgMCAwIDEuMzQtMC40MyA0LjQgMS42NCAxLjI4LTAuMzU2IDIuNjQtMC41MzIgNC0wLjU0IDEuMzYgMC4wMDggMi43MiAwLjE4NCA0IDAuNTQgMy4wNDAtMi4wNzAgNC4zOC0xLjY0IDQuMzgtMS42NCAwLjg2IDIuMjA0IDAuMzIgMy44MyAwLjE2IDQuMjM0IDEuMDIwIDEuMTIgMS42NCAyLjU0OCAxLjY0IDQuMjk0IDAgNi4xNDYtMy43NCA3LjUtNy4zIDcuODk0IDAuNTYgMC40OCAxLjA4MCAxLjQ2IDEuMDgwIDIuOTYgMCAyLjE0LTAuMDIwIDMuODYtMC4wMjAgNC4zOCAwIDAuNDIgMC4yOCAwLjkyIDEuMSAwLjc2IDYuNDAyLTIuMDk4IDEwLjk4Mi04LjA5OCAxMC45ODItMTUuMTU4IDAtOC44MzYtNy4xNjQtMTYtMTYtMTZ6Ij48L3BhdGg+Cjwvc3ZnPgo=);
}
.RA_views_Meta_TagMeta-image {
  background-size: 66%;
}
.RA_views_Meta_HomeBanner-background {
  background: #8233ff linear-gradient(45deg, #4d00e2 0%, #8233ff 100%);
  padding: 1.5rem 0 3.5rem;
  position: relative;
  box-shadow: 0 50rem 50rem -50rem rgba(15, 0, 53, 0.3) inset, 0 -50rem 50rem -50rem rgba(15, 0, 53, 0.15) inset;
  /*
      .mobile({
        padding: 2rem 0 7rem 0;
      });
      */
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-background {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.RA_views_Meta_HomeBanner-inner {
  width: 42rem;
  max-width: calc(100% - 1.5rem);
  left: 1.5rem;
  padding-left: 9rem;
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_HomeBanner-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_HomeBanner-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-inner {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-inner {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    text-align: center;
  }
}
.RA_views_Meta_HomeBanner-inner:after {
  content: '';
  display: block;
  clear: both;
}
.RA_views_Meta_HomeBanner-title {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  max-width: 20rem;
  color: #ffffff;
  line-height: 1rem;
  margin-top: 0.5rem;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-title {
    display: inline-block;
    font-size: 1rem !important;
    margin-left: 2.5rem;
    max-width: 5.5rem !important;
  }
}
.RA_views_Meta_HomeBanner-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
  color: #ffffff;
  font-weight: 400;
  max-width: 20rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-details {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    text-align: center;
  }
}
.RA_views_Meta_HomeBanner-image {
  height: 6rem;
  width: 6rem;
  border: 0.375rem solid #ffffff;
  border-radius: 4rem;
  background-position: center;
  background-size: 66%;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-top: 1.125rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-image {
    height: 2rem;
    width: 2rem;
    border: 0.125rem solid #ffffff;
    position: absolute;
    margin-left: -4.25rem;
    margin-top: 1rem;
  }
}
.RA_views_Meta_HomeBanner-button {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dd3c6f;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.3rem 0.6rem;
  transition: background 120ms linear;
  text-decoration: none;
  margin-top: 0.5rem;
}
.RA_views_Meta_HomeBanner-button:not([disabled]):hover {
  background-color: #d9265f;
}
.RA_views_Meta_HomeBanner-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.RA_views_Meta_HomeBanner-james {
  font-family: 'Nothing You Could Do';
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  opacity: 0.3;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-james {
    font-size: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0;
  }
}
.RA_views_Meta_HomeBanner-react {
  font-weight: 400;
}
.RA_views_Meta_HomeBanner-text {
  display: inline-block;
  float: left;
}
.RA_views_Meta_HomeBanner-cards {
  width: 39rem;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin: -2rem 0 -2.5rem 0;
  padding-left: 9rem;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_HomeBanner-cards {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_HomeBanner-cards {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-cards {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_HomeBanner-cards {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_HomeBanner-cards {
    display: block;
    margin-bottom: -1rem;
  }
}
.RA_views_Meta_ExampleMeta {
  z-index: 2;
  height: 100%;
  width: 100%;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  width: 8.5rem;
  padding: 0rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_ExampleMeta {
    width: 100vw;
  }
}
.RA_views_Meta_ExampleMeta header {
  background-color: #f0f4fc;
}
.RA_views_Meta_ExampleMeta-description {
  margin: 0;
  padding: 0 0.5rem 0.5rem;
  color: #8a8ab5;
  font-size: 0.38198206rem;
  font-weight: 300;
}
.RA_views_Meta_ExampleMeta-breadcrumbs {
  list-style: none;
  display: inline;
  margin: 0;
  padding-left: 0.5rem;
  line-height: 1.2rem;
}
.RA_views_Meta_ExampleMeta-breadcrumbs li {
  display: inline;
  color: #7272a3;
}
.RA_views_Meta_ExampleMeta-breadcrumbs li a {
  color: #7272a3 !important;
}
.RA_views_Meta_ExampleMeta-included {
  background-color: #8a8ab5;
  padding: 0.25rem 0;
}
.RA_views_Meta_ExampleMeta-details {
  margin-top: 0;
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: 0.5rem;
}
.RA_views_Meta_ExampleMeta-details p {
  margin: 0.5rem 0;
  line-height: 0.8rem;
}
.RA_views_Meta_ExampleMeta-details a {
  color: #342656;
  text-decoration: underline;
  font-weight: 500;
}
.RA_views_Meta_ExampleMeta-details a:hover {
  text-decoration: none;
}
.RA_views_Meta_ExampleMeta h1 {
  display: inline-block;
  color: #7272a3;
  font-size: 0.38198206rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1rem;
  margin: 0.25rem 0 0;
  padding: 0 0.5rem;
}
.RA_views_Meta_ExampleMeta h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.38198206rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0.25rem 0.5rem 0.25rem 0.5rem;
}
.RA_views_Meta_ExampleMeta footer {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  width: 8.5rem;
  font-size: 0.38198206rem;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_ExampleMeta footer {
    display: none;
  }
}
.RA_views_Meta_ExampleMeta footer a {
  color: #342656;
  text-decoration: none;
}
.RA_views_Meta_ExampleMeta footer a span {
  color: #4d00e2;
  text-decoration: underline;
}
.RA_views_Meta_ExampleMeta footer a:hover span {
  text-decoration: none;
}
.RA_views_Meta_ExampleMeta ul,
.RA_views_Meta_ExampleMeta ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.RA_views_Meta_ExampleMeta li {
  padding: 0.125rem 0.5rem;
  font-size: 0.50918208rem;
  line-height: 1.618;
}
.RA_views_Meta_ExampleMeta li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.38198206rem;
  margin-right: 0.2rem;
}
.RA_views_Meta_ExampleMeta li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 120ms linear;
}
.RA_views_Meta_ExampleMeta li a:hover {
  color: #ffffff;
}
.RA_views_Meta_InternalLink-active {
  background-color: rgba(15, 0, 53, 0.5);
}
.RA_views_Meta_InternalLink-active > a {
  color: #ffffff;
  text-decoration: none;
}
.RA_views_Meta_Breadcrumb {
  font-size: 0.38198206rem;
  line-height: 1rem;
  display: inline-block;
  text-decoration: none;
  color: white;
  opacity: 0.5;
  margin-bottom: 0px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: opacity 120ms linear;
}
.RA_views_Meta_Breadcrumb:hover {
  opacity: 1;
}
.RA_views_Meta_Breadcrumb-seperator::after {
  content: ">";
  margin: 0 0.2rem;
  text-decoration: none;
}
.RA_views_Meta_LeftAuthorMeta,
.RA_views_Meta_RightAuthorMeta {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_Meta_LeftAuthorMeta-image,
.RA_views_Meta_RightAuthorMeta-image {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 2rem;
}
.RA_views_Meta_LeftAuthorMeta-name,
.RA_views_Meta_RightAuthorMeta-name {
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
}
.RA_views_Meta_LeftAuthorMeta-bio,
.RA_views_Meta_RightAuthorMeta-bio {
  margin: 0.25rem 0 0.5rem 0;
  color: #8a8ab5;
  font-weight: 100;
  font-size: 0.54rem;
  line-height: 1.618;
}
.RA_views_Meta_LeftAuthorMeta-more,
.RA_views_Meta_RightAuthorMeta-more,
.RA_views_Meta_LeftAuthorMeta-twitter,
.RA_views_Meta_RightAuthorMeta-twitter {
  display: block;
  font-size: 0.50918208rem;
  margin: 0.25rem 0;
  color: #8233ff;
  text-decoration: none;
}
.RA_views_Meta_LeftAuthorMeta {
  width: 8.5rem;
  margin: 1rem 0;
}
.RA_views_Meta_LeftAuthorMeta-name {
  display: block;
}
.RA_views_Meta_LeftAuthorMeta-bio {
  display: none;
}
.RA_views_Meta_RightAuthorMeta {
  width: 12.5rem;
  position: absolute;
  top: 1rem;
  left: 22rem;
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_RightAuthorMeta {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }
  .RA_views_Meta_RightAuthorMeta-bio {
    display: none;
  }
}
.RA_views_Meta_InlineAuthorMeta {
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.RA_views_Meta_InlineAuthorMeta-text {
  width: 42rem;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  padding-left: 9rem;
  color: #8a8ab5;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  .RA_views_Meta_InlineAuthorMeta-text {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_Meta_InlineAuthorMeta-text {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_Meta_InlineAuthorMeta-text {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
.RA_views_Meta_InlineAuthorMeta-name {
  color: #0f0035;
}
.RA_views_Meta_AnswerMeta {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  color: #8a8ab5;
  font-size: 0.50918208rem;
  margin-top: 0.9rem;
}
.RA_views_Cards_LessonCard,
.RA_views_Cards_FeaturedLessonCard,
.RA_views_Cards_PracticeCard,
.RA_views_Cards_ResourceCard,
.RA_views_Cards_PageCard,
.RA_views_Cards_AnswerCard,
.RA_views_Cards_FeaturedAnswerCard {
  background: #ffffff;
  color: #0f0035;
  font-family: 'Lora', Georgia, serif;
  position: relative;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_LessonCard,
  .RA_views_Cards_FeaturedLessonCard,
  .RA_views_Cards_PracticeCard,
  .RA_views_Cards_ResourceCard,
  .RA_views_Cards_PageCard,
  .RA_views_Cards_AnswerCard,
  .RA_views_Cards_FeaturedAnswerCard {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.5rem !important;
    margin-right: 0 !important;
    padding: 0.5rem !important;
  }
}
.RA_views_Cards_LessonCard-image,
.RA_views_Cards_FeaturedLessonCard-image,
.RA_views_Cards_PracticeCard-image,
.RA_views_Cards_ResourceCard-image,
.RA_views_Cards_PageCard-image,
.RA_views_Cards_AnswerCard-image,
.RA_views_Cards_FeaturedAnswerCard-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.RA_views_Cards_LessonCard-title,
.RA_views_Cards_FeaturedLessonCard-title,
.RA_views_Cards_PracticeCard-title,
.RA_views_Cards_ResourceCard-title,
.RA_views_Cards_PageCard-title,
.RA_views_Cards_AnswerCard-title,
.RA_views_Cards_FeaturedAnswerCard-title {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.RA_views_Cards_LessonCard-subtitle,
.RA_views_Cards_FeaturedLessonCard-subtitle,
.RA_views_Cards_PracticeCard-subtitle,
.RA_views_Cards_ResourceCard-subtitle,
.RA_views_Cards_PageCard-subtitle,
.RA_views_Cards_AnswerCard-subtitle,
.RA_views_Cards_FeaturedAnswerCard-subtitle {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 0.82385661rem;
  font-weight: 700;
  margin-top: -0.33rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_LessonCard-subtitle,
  .RA_views_Cards_FeaturedLessonCard-subtitle,
  .RA_views_Cards_PracticeCard-subtitle,
  .RA_views_Cards_ResourceCard-subtitle,
  .RA_views_Cards_PageCard-subtitle,
  .RA_views_Cards_AnswerCard-subtitle,
  .RA_views_Cards_FeaturedAnswerCard-subtitle {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
}
.RA_views_Cards_LessonCard-tag,
.RA_views_Cards_FeaturedLessonCard-tag,
.RA_views_Cards_PracticeCard-tag,
.RA_views_Cards_ResourceCard-tag,
.RA_views_Cards_PageCard-tag,
.RA_views_Cards_AnswerCard-tag,
.RA_views_Cards_FeaturedAnswerCard-tag {
  display: inline-block;
  background: #f0f4fc;
  color: #8a8ab5;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  font-size: 0.50918208rem;
  text-decoration: none;
  transition: background 120ms linear, color 120ms linear;
}
.RA_views_Cards_LessonCard-tag:hover,
.RA_views_Cards_FeaturedLessonCard-tag:hover,
.RA_views_Cards_PracticeCard-tag:hover,
.RA_views_Cards_ResourceCard-tag:hover,
.RA_views_Cards_PageCard-tag:hover,
.RA_views_Cards_AnswerCard-tag:hover,
.RA_views_Cards_FeaturedAnswerCard-tag:hover {
  background: #dae1f2;
  color: #7272a3;
}
.RA_views_Cards_LessonCard-tag:first-child,
.RA_views_Cards_FeaturedLessonCard-tag:first-child,
.RA_views_Cards_PracticeCard-tag:first-child,
.RA_views_Cards_ResourceCard-tag:first-child,
.RA_views_Cards_PageCard-tag:first-child,
.RA_views_Cards_AnswerCard-tag:first-child,
.RA_views_Cards_FeaturedAnswerCard-tag:first-child {
  margin-left: 0;
}
.RA_views_Cards_LessonCard-link,
.RA_views_Cards_FeaturedLessonCard-link,
.RA_views_Cards_PracticeCard-link,
.RA_views_Cards_ResourceCard-link,
.RA_views_Cards_PageCard-link,
.RA_views_Cards_AnswerCard-link,
.RA_views_Cards_FeaturedAnswerCard-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.RA_views_Cards_LessonCard-answered-by,
.RA_views_Cards_FeaturedLessonCard-answered-by,
.RA_views_Cards_PracticeCard-answered-by,
.RA_views_Cards_ResourceCard-answered-by,
.RA_views_Cards_PageCard-answered-by,
.RA_views_Cards_AnswerCard-answered-by,
.RA_views_Cards_FeaturedAnswerCard-answered-by {
  padding-top: 0.5rem;
  font-size: 0.50918208rem;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  color: #a9a9c9;
  line-height: 2;
}
.RA_views_Cards_LessonCard-author,
.RA_views_Cards_FeaturedLessonCard-author,
.RA_views_Cards_PracticeCard-author,
.RA_views_Cards_ResourceCard-author,
.RA_views_Cards_PageCard-author,
.RA_views_Cards_AnswerCard-author,
.RA_views_Cards_FeaturedAnswerCard-author {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.50918208rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  color: #8a8ab5;
  transition: color 120ms linear;
}
.RA_views_Cards_LessonCard-author:hover,
.RA_views_Cards_FeaturedLessonCard-author:hover,
.RA_views_Cards_PracticeCard-author:hover,
.RA_views_Cards_ResourceCard-author:hover,
.RA_views_Cards_PageCard-author:hover,
.RA_views_Cards_AnswerCard-author:hover,
.RA_views_Cards_FeaturedAnswerCard-author:hover {
  color: #8233ff;
}
.RA_views_Cards_LessonCard,
.RA_views_Cards_FeaturedLessonCard {
  padding: 1rem;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 2px solid #f0f4fc;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_LessonCard,
  .RA_views_Cards_FeaturedLessonCard {
    display: block;
    width: 100%;
  }
}
.RA_views_Cards_LessonCard:last-child,
.RA_views_Cards_FeaturedLessonCard:last-child {
  border-bottom: none;
}
.RA_views_Cards_LessonCard-image,
.RA_views_Cards_FeaturedLessonCard-image {
  margin-left: 1rem;
  height: 5rem;
  width: 5rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_LessonCard-image,
  .RA_views_Cards_FeaturedLessonCard-image {
    margin-left: 0;
    width: 100% !important;
    height: 60vw !important;
    margin-bottom: 0.5rem;
  }
}
.RA_views_Cards_LessonCard-text,
.RA_views_Cards_FeaturedLessonCard-text {
  flex: 1;
}
.RA_views_Cards_LessonCard-details,
.RA_views_Cards_FeaturedLessonCard-details {
  font-size: 0.50918208rem;
  line-height: 1.618;
}
.RA_views_Cards_FeaturedLessonCard-title {
  margin-top: 1rem;
  position: relative;
  font-size: 1.333rem;
  line-height: 1.333rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_FeaturedLessonCard-title {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 1.5rem;
  }
}
.RA_views_Cards_FeaturedLessonCard-title:before {
  content: 'Just Getting Started?';
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #b19fff;
  font-weight: 900;
  font-size: 0.50918208rem;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.RA_views_Cards_FeaturedLessonCard-details {
  font-size: 0.61804697rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_FeaturedLessonCard-details {
    font-size: 0.50918208rem;
  }
}
.RA_views_Cards_FeaturedLessonCard-image {
  width: 10rem;
  height: 10rem;
}
.RA_views_Cards_PracticeCard {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  width: 10rem;
  border: 2px solid #f0f4fc;
}
.RA_views_Cards_PracticeCard-image {
  width: 100%;
  height: 8rem;
  margin-bottom: 0.5rem;
}
.RA_views_Cards_PracticeCard-text {
  width: 100%;
}
.RA_views_Cards_PracticeCard-details {
  font-size: 0.50918208rem;
  line-height: 1.618;
}
.RA_views_Cards_ResourceCard {
  padding: 1rem;
}
.RA_views_Cards_ResourceCard-image {
  display: none;
}
.RA_views_Cards_ResourceCard-details {
  font-size: 0.50918208rem;
  line-height: 1.618;
}
.RA_views_Cards_PageCard {
  width: 23%;
  flex: 1;
  padding: 1rem;
  margin-right: 0.5rem;
  margin-bottom: 2rem;
  border: 2px solid #f0f4fc;
  height: auto;
}
.RA_views_Cards_PageCard:nth-child(4) {
  margin-right: 0;
}
.RA_views_Cards_PageCard-image {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2rem;
  position: absolute;
  background-color: #8233ff;
  background-size: 66%;
}
.RA_views_Cards_PageCard-text {
  line-height: 1rem;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 300;
}
.RA_views_Cards_PageCard-title {
  margin-left: 2rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.RA_views_Cards_AnswerCard,
.RA_views_Cards_FeaturedAnswerCard {
  padding: 0.75rem 0;
  border-top: 2px solid #f0f4fc;
  width: 100%;
}
.RA_views_Cards_AnswerCard-title,
.RA_views_Cards_FeaturedAnswerCard-title {
  font-size: 0.82385661rem;
  font-weight: 400;
}
.RA_views_Cards_AnswerCard-tags,
.RA_views_Cards_FeaturedAnswerCard-tags {
  float: left;
}
.RA_views_Cards_AnswerCard-meta,
.RA_views_Cards_FeaturedAnswerCard-meta {
  float: right;
  text-align: right;
}
.RA_views_Cards_AnswerCard-answered-by,
.RA_views_Cards_FeaturedAnswerCard-answered-by {
  line-height: 1.333;
  padding: 0;
}
.RA_views_Cards_AnswerCard-date,
.RA_views_Cards_FeaturedAnswerCard-date {
  display: block;
  font-size: 0.50918208rem;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  color: #d8d8e6;
}
.RA_views_Cards_AnswerCard:after,
.RA_views_Cards_FeaturedAnswerCard:after {
  content: '';
  display: block;
  clear: both;
}
.RA_views_Cards_AnswerCard-link,
.RA_views_Cards_FeaturedAnswerCard-link {
  position: relative;
  text-decoration: none;
}
.RA_views_Cards_AnswerCard {
  position: relative;
}
.RA_views_Cards_AnswerCard-link {
  height: calc(100% - 3rem);
}
@media screen and (max-width: 550px) {
  .RA_views_Cards_AnswerCard-link {
    height: calc(100% - 3.5rem);
  }
}
.RA_views_Cards_FeaturedAnswerCard {
  padding: 1rem;
  border: 2px solid #f0f4fc;
  margin-right: 0.5rem;
}
.RA_views_Cards_FeaturedAnswerCard:last-child {
  border: 2px solid #f0f4fc;
  margin-right: 0;
}
.RA_views_Cards_FeaturedAnswerCard-title {
  font-weight: 600;
}
.RA_views_Cards_FeaturedAnswerCard-heading {
  display: block;
  color: #dd3c6f;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.38198206rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 900;
  margin-bottom: 0.25rem;
}
.RA_views_Cards_FeaturedAnswerCard-meta {
  float: left;
  text-align: left;
}
.RA_views_Cards_FeaturedAnswerCard-answered-by {
  float: left;
  padding-top: 0;
}
.RA_views_Cards_FeaturedAnswerCard-tags {
  display: none;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
.RA_views_DocumentViews_AnswerMenu,
.RA_views_DocumentViews_LightMenu {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
  top: 0;
}
.RA_views_DocumentViews_AnswerMenu-heading-link,
.RA_views_DocumentViews_LightMenu-heading-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 3px 0 3px 15px;
  margin-right: 15px;
  margin-left: 10px;
  text-indent: -10px;
  border-right: 4px solid transparent;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: color 120ms linear, border 120ms linear;
  color: #8a8ab5;
}
.RA_views_DocumentViews_AnswerMenu-heading-link:hover,
.RA_views_DocumentViews_LightMenu-heading-link:hover {
  color: #8233ff;
  border-right-color: #8233ff;
}
.RA_views_DocumentViews_AnswerMenu-heading code,
.RA_views_DocumentViews_LightMenu-heading code {
  font-family: 'Inconsolata', monospace;
}
.RA_views_DocumentViews_AnswerMenu-heading-active .RA_views_DocumentViews_AnswerMenu-heading-link,
.RA_views_DocumentViews_AnswerMenu-heading-active .RA_views_DocumentViews_LightMenu-heading-link,
.RA_views_DocumentViews_LightMenu-heading-active .RA_views_DocumentViews_AnswerMenu-heading-link,
.RA_views_DocumentViews_LightMenu-heading-active .RA_views_DocumentViews_LightMenu-heading-link {
  color: #8233ff;
  border-right: 4px solid #8233ff;
}
.RA_views_DocumentViews_AnswerMenu-heading-1,
.RA_views_DocumentViews_LightMenu-heading-1 {
  font-weight: bold;
  margin-top: 0.2rem;
}
.RA_views_DocumentViews_AnswerMenu-heading-1:first-child,
.RA_views_DocumentViews_LightMenu-heading-1:first-child {
  margin-top: 0;
}
.RA_views_DocumentViews_AnswerMenu-heading-2,
.RA_views_DocumentViews_LightMenu-heading-2 {
  margin-top: 0.1rem;
}
.RA_views_DocumentViews_AnswerMenu-heading-2 .RA_views_DocumentViews_AnswerMenu-heading-link,
.RA_views_DocumentViews_AnswerMenu-heading-2 .RA_views_DocumentViews_LightMenu-heading-link,
.RA_views_DocumentViews_LightMenu-heading-2 .RA_views_DocumentViews_AnswerMenu-heading-link,
.RA_views_DocumentViews_LightMenu-heading-2 .RA_views_DocumentViews_LightMenu-heading-link {
  margin-left: 1rem;
  font-size: 13px;
  border-right-width: 2px;
}
.RA_views_DocumentViews_LightDocumentView,
.RA_views_DocumentViews_SimpleDocumentView,
.RA_views_DocumentViews_AnswerDocumentView {
  padding: 1rem 0;
}
.RA_views_DocumentViews_LightDocumentView-inner,
.RA_views_DocumentViews_SimpleDocumentView-inner,
.RA_views_DocumentViews_AnswerDocumentView-inner {
  width: 100%;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .RA_views_DocumentViews_LightDocumentView-inner,
  .RA_views_DocumentViews_SimpleDocumentView-inner,
  .RA_views_DocumentViews_AnswerDocumentView-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_views_DocumentViews_LightDocumentView-inner,
  .RA_views_DocumentViews_SimpleDocumentView-inner,
  .RA_views_DocumentViews_AnswerDocumentView-inner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_views_DocumentViews_LightDocumentView-inner,
  .RA_views_DocumentViews_SimpleDocumentView-inner,
  .RA_views_DocumentViews_AnswerDocumentView-inner {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 1100px) {
  .RA_views_DocumentViews_LightDocumentView-inner,
  .RA_views_DocumentViews_SimpleDocumentView-inner,
  .RA_views_DocumentViews_AnswerDocumentView-inner {
    display: block;
  }
}
.RA_views_DocumentViews_LightDocumentView-menu,
.RA_views_DocumentViews_SimpleDocumentView-menu,
.RA_views_DocumentViews_AnswerDocumentView-menu {
  flex-basis: 8.5rem;
  min-width: 8.5rem;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .RA_views_DocumentViews_LightDocumentView-menu,
  .RA_views_DocumentViews_SimpleDocumentView-menu,
  .RA_views_DocumentViews_AnswerDocumentView-menu {
    display: none;
  }
}
.RA_views_DocumentViews_LightDocumentView-heading,
.RA_views_DocumentViews_SimpleDocumentView-heading,
.RA_views_DocumentViews_AnswerDocumentView-heading {
  display: block;
}
.RA_views_DocumentViews_LightDocumentView-ra-Breadboard,
.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard,
.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard,
.RA_views_DocumentViews_LightDocumentView-content .ra-Breadboard,
.RA_views_DocumentViews_SimpleDocumentView-content .ra-Breadboard,
.RA_views_DocumentViews_AnswerDocumentView-content .ra-Breadboard {
  margin: 0;
}
.RA_views_DocumentViews_LightDocumentView-content,
.RA_views_DocumentViews_SimpleDocumentView-content,
.RA_views_DocumentViews_AnswerDocumentView-content {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: calc(100vw - 12rem);
  font-family: 'Lora', Georgia, serif;
  color: #0f0035;
}
@media screen and (max-width: 1100px) {
  .RA_views_DocumentViews_LightDocumentView-content,
  .RA_views_DocumentViews_SimpleDocumentView-content,
  .RA_views_DocumentViews_AnswerDocumentView-content {
    max-width: none !important;
  }
}
.RA_views_DocumentViews_LightDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard),
.RA_views_DocumentViews_SimpleDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard),
.RA_views_DocumentViews_AnswerDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard) {
  max-width: 20rem;
}
@media screen and (max-width: 550px) {
  .RA_views_DocumentViews_LightDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard),
  .RA_views_DocumentViews_SimpleDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard),
  .RA_views_DocumentViews_AnswerDocumentView-content > :not(.ra-Breadboard):not(.RA_views_DocumentViews_LightDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_SimpleDocumentView-ra-Breadboard):not(.RA_views_DocumentViews_AnswerDocumentView-ra-Breadboard) {
    max-width: calc(100vw - 1rem);
  }
}
.RA_views_DocumentViews_LightDocumentView-content code,
.RA_views_DocumentViews_SimpleDocumentView-content code,
.RA_views_DocumentViews_AnswerDocumentView-content code {
  font-size: inherit;
  color: #7272a3;
  font-family: 'Inconsolata', monospace;
  box-shadow: 0 20rem 20rem -20rem rgba(130, 51, 255, 0.15) inset;
}
.RA_views_DocumentViews_LightDocumentView-content-codeBlock,
.RA_views_DocumentViews_SimpleDocumentView-content-codeBlock,
.RA_views_DocumentViews_AnswerDocumentView-content-codeBlock,
.RA_views_DocumentViews_LightDocumentView-content code[class*="language-"],
.RA_views_DocumentViews_SimpleDocumentView-content code[class*="language-"],
.RA_views_DocumentViews_AnswerDocumentView-content code[class*="language-"],
.RA_views_DocumentViews_LightDocumentView-content pre[class*="language-"],
.RA_views_DocumentViews_SimpleDocumentView-content pre[class*="language-"],
.RA_views_DocumentViews_AnswerDocumentView-content pre[class*="language-"] {
  padding: 0.5rem;
  border-radius: 0;
  background: #0f0035;
  line-height: 1.2;
  margin: 1rem -0.5rem;
  max-width: 21rem;
}
@media screen and (max-width: 550px) {
  .RA_views_DocumentViews_LightDocumentView-content-codeBlock,
  .RA_views_DocumentViews_SimpleDocumentView-content-codeBlock,
  .RA_views_DocumentViews_AnswerDocumentView-content-codeBlock,
  .RA_views_DocumentViews_LightDocumentView-content code[class*="language-"],
  .RA_views_DocumentViews_SimpleDocumentView-content code[class*="language-"],
  .RA_views_DocumentViews_AnswerDocumentView-content code[class*="language-"],
  .RA_views_DocumentViews_LightDocumentView-content pre[class*="language-"],
  .RA_views_DocumentViews_SimpleDocumentView-content pre[class*="language-"],
  .RA_views_DocumentViews_AnswerDocumentView-content pre[class*="language-"] {
    max-width: 100vw;
  }
}
.RA_views_DocumentViews_LightDocumentView-content-codeBlock code,
.RA_views_DocumentViews_SimpleDocumentView-content-codeBlock code,
.RA_views_DocumentViews_AnswerDocumentView-content-codeBlock code,
.RA_views_DocumentViews_LightDocumentView-content code[class*="language-"] code,
.RA_views_DocumentViews_SimpleDocumentView-content code[class*="language-"] code,
.RA_views_DocumentViews_AnswerDocumentView-content code[class*="language-"] code,
.RA_views_DocumentViews_LightDocumentView-content pre[class*="language-"] code,
.RA_views_DocumentViews_SimpleDocumentView-content pre[class*="language-"] code,
.RA_views_DocumentViews_AnswerDocumentView-content pre[class*="language-"] code {
  font-size: 0.50918208rem;
  color: #dae1f2;
  white-space: pre-wrap;
}
@media screen and (max-width: 550px) {
  .RA_views_DocumentViews_LightDocumentView-content-codeBlock code,
  .RA_views_DocumentViews_SimpleDocumentView-content-codeBlock code,
  .RA_views_DocumentViews_AnswerDocumentView-content-codeBlock code,
  .RA_views_DocumentViews_LightDocumentView-content code[class*="language-"] code,
  .RA_views_DocumentViews_SimpleDocumentView-content code[class*="language-"] code,
  .RA_views_DocumentViews_AnswerDocumentView-content code[class*="language-"] code,
  .RA_views_DocumentViews_LightDocumentView-content pre[class*="language-"] code,
  .RA_views_DocumentViews_SimpleDocumentView-content pre[class*="language-"] code,
  .RA_views_DocumentViews_AnswerDocumentView-content pre[class*="language-"] code {
    max-width: calc(100vw - 2rem);
    word-wrap: break-word;
  }
}
.RA_views_DocumentViews_LightDocumentView-content h1,
.RA_views_DocumentViews_SimpleDocumentView-content h1,
.RA_views_DocumentViews_AnswerDocumentView-content h1 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 2rem 0 1rem 0;
  font-size: 200%;
}
.RA_views_DocumentViews_LightDocumentView-content h2,
.RA_views_DocumentViews_SimpleDocumentView-content h2,
.RA_views_DocumentViews_AnswerDocumentView-content h2 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 2rem 0 0 0;
  font-size: 1rem;
  color: #8a8ab5;
}
.RA_views_DocumentViews_LightDocumentView-content h3,
.RA_views_DocumentViews_SimpleDocumentView-content h3,
.RA_views_DocumentViews_AnswerDocumentView-content h3 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_DocumentViews_LightDocumentView-content h2 code,
.RA_views_DocumentViews_SimpleDocumentView-content h2 code,
.RA_views_DocumentViews_AnswerDocumentView-content h2 code {
  font-size: 100%;
  font-weight: 100;
}
.RA_views_DocumentViews_LightDocumentView-content h2 + p,
.RA_views_DocumentViews_SimpleDocumentView-content h2 + p,
.RA_views_DocumentViews_AnswerDocumentView-content h2 + p {
  margin-top: 10px;
}
.RA_views_DocumentViews_LightDocumentView-content h2 > a,
.RA_views_DocumentViews_SimpleDocumentView-content h2 > a,
.RA_views_DocumentViews_AnswerDocumentView-content h2 > a,
.RA_views_DocumentViews_LightDocumentView-content h3 > a,
.RA_views_DocumentViews_SimpleDocumentView-content h3 > a,
.RA_views_DocumentViews_AnswerDocumentView-content h3 > a {
  position: relative;
  color: #8233ff;
  margin-left: -20px;
  padding-left: 20px;
}
.RA_views_DocumentViews_LightDocumentView-content h2 > a:hover::before,
.RA_views_DocumentViews_SimpleDocumentView-content h2 > a:hover::before,
.RA_views_DocumentViews_AnswerDocumentView-content h2 > a:hover::before,
.RA_views_DocumentViews_LightDocumentView-content h3 > a:hover::before,
.RA_views_DocumentViews_SimpleDocumentView-content h3 > a:hover::before,
.RA_views_DocumentViews_AnswerDocumentView-content h3 > a:hover::before {
  position: absolute;
  display: block;
  content: "#";
  margin-left: -20px;
  color: #aaa;
  width: 20px;
}
.RA_views_DocumentViews_LightDocumentView-content img,
.RA_views_DocumentViews_SimpleDocumentView-content img,
.RA_views_DocumentViews_AnswerDocumentView-content img {
  position: relative;
  max-width: 100%;
}
.RA_views_DocumentViews_LightDocumentView-content img + em,
.RA_views_DocumentViews_SimpleDocumentView-content img + em,
.RA_views_DocumentViews_AnswerDocumentView-content img + em {
  display: block;
  text-align: center;
  font-size: 80%;
  margin-top: 10px;
}
.RA_views_DocumentViews_LightDocumentView-content hr,
.RA_views_DocumentViews_SimpleDocumentView-content hr,
.RA_views_DocumentViews_AnswerDocumentView-content hr {
  margin: 1em 0 1em 1em;
  max-width: 510px !important;
  border: none;
  border-top: 2px solid #dae1f2;
}
.RA_views_DocumentViews_LightDocumentView-content li:not(.line),
.RA_views_DocumentViews_SimpleDocumentView-content li:not(.line),
.RA_views_DocumentViews_AnswerDocumentView-content li:not(.line) {
  margin: 0.5rem 0;
  line-height: 1rem;
}
.RA_views_DocumentViews_LightDocumentView-content h1,
.RA_views_DocumentViews_SimpleDocumentView-content h1,
.RA_views_DocumentViews_AnswerDocumentView-content h1,
.RA_views_DocumentViews_LightDocumentView-content h2,
.RA_views_DocumentViews_SimpleDocumentView-content h2,
.RA_views_DocumentViews_AnswerDocumentView-content h2,
.RA_views_DocumentViews_LightDocumentView-content h3,
.RA_views_DocumentViews_SimpleDocumentView-content h3,
.RA_views_DocumentViews_AnswerDocumentView-content h3 {
  position: relative;
}
.RA_views_DocumentViews_LightDocumentView-content > p,
.RA_views_DocumentViews_SimpleDocumentView-content > p,
.RA_views_DocumentViews_AnswerDocumentView-content > p {
  margin: 1rem 0;
  line-height: 1rem;
}
.RA_views_DocumentViews_LightDocumentView-content th,
.RA_views_DocumentViews_SimpleDocumentView-content th,
.RA_views_DocumentViews_AnswerDocumentView-content th {
  border-bottom: 2px solid #dae1f2;
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
}
.RA_views_DocumentViews_LightDocumentView-content tr:nth-child(even),
.RA_views_DocumentViews_SimpleDocumentView-content tr:nth-child(even),
.RA_views_DocumentViews_AnswerDocumentView-content tr:nth-child(even) {
  background: #f0f4fc;
}
.RA_views_DocumentViews_LightDocumentView-content table td,
.RA_views_DocumentViews_SimpleDocumentView-content table td,
.RA_views_DocumentViews_AnswerDocumentView-content table td,
.RA_views_DocumentViews_LightDocumentView-content table th,
.RA_views_DocumentViews_SimpleDocumentView-content table th,
.RA_views_DocumentViews_AnswerDocumentView-content table th {
  padding: 2px 4px;
}
.RA_views_DocumentViews_LightDocumentView-content a,
.RA_views_DocumentViews_SimpleDocumentView-content a,
.RA_views_DocumentViews_AnswerDocumentView-content a {
  color: #8233ff;
  text-decoration: none;
}
.RA_views_DocumentViews_AnswerMenu {
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.RA_views_DocumentViews_AnswerDocumentView {
  border-top: 2px solid #f0f4fc;
}
.RA_views_DocumentViews_SimpleDocumentView {
  padding-left: 9rem;
}
@media screen and (max-width: 1000px) {
  .RA_views_DocumentViews_SimpleDocumentView {
    padding-left: 0 !important;
  }
}
.RA_views_DocumentViews_SimpleDocumentView h2 {
  margin: 1rem 0;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
.RA_layouts_Grid_SiteInner {
  width: 42rem;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  max-width: 50vw;
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SiteInner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_layouts_Grid_SiteInner {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_layouts_Grid_SiteInner {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_layouts_Grid_SiteInner {
    display: block;
  }
}
.RA_layouts_Grid_SiteInnerOffset {
  width: 38rem;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SiteInnerOffset {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_layouts_Grid_SiteInnerOffset {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_layouts_Grid_SiteInnerOffset {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SiteInnerOffset {
    margin-left: 0;
  }
}
.RA_layouts_Grid_SiteInnerSingle {
  width: 26rem;
  max-width: calc(100% - 1.5rem);
  position: relative;
  left: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 9rem;
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SiteInnerSingle {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 1000px) {
  .RA_layouts_Grid_SiteInnerSingle {
    left: 1.5rem;
    max-width: calc(100vw - 3rem);
  }
}
@media screen and (max-width: 550px) {
  .RA_layouts_Grid_SiteInnerSingle {
    left: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SiteInnerSingle {
    margin-left: 0;
  }
}
.RA_layouts_Grid_ListingColumn {
  width: 26rem;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_ListingColumn {
    width: 100%;
    margin-right: 0;
  }
}
.RA_layouts_Grid_SideColumn {
  width: 10rem;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .RA_layouts_Grid_SideColumn {
    width: 100%;
  }
}
.RA_layouts_Grid_FlexRow {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .RA_layouts_Grid_FlexRow {
    display: block;
  }
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
.RA_layouts_Stacks_HorizontalStack {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .RA_layouts_Stacks_HorizontalStack {
    display: block;
    height: auto;
  }
}
.RA_layouts_Stacks_HorizontalStack-fixed {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
.RA_layouts_Stacks_HorizontalStack-stretch {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.RA_views_Site_Mat {
  background: #0f0035;
  padding: 0 0 0 0;
}
.RA_views_Site_Bar-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background-color: #10b1a4;
  color: rgba(255, 255, 255, 0.87);
  padding: 0.5rem 1rem;
  text-decoration: none;
  z-index: 99999;
  transition: background-color 150ms ease-out;
}
.RA_views_Site_Bar-banner > button {
  height: calc(1rem);
  width: calc(1rem);
  line-height: calc(-3rem);
  font-size: 12px;
  float: right;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Bar-banner-details {
    display: none;
  }
}
.RA_views_Site_Bar-banner:hover {
  background-color: #0d9086;
}
.RA_views_Site_Bar-banner + nav {
  margin-top: 2rem !important;
}
.RA_views_Site_Bar-header {
  z-index: 2;
  background-color: #0f0035;
  width: 100%;
  padding: 0 0.5rem;
  box-shadow: 1 0 6px rgba(0, 0, 0, 0.2);
}
.RA_views_Site_Bar-header-nav {
  line-height: 2rem;
  height: 2rem;
}
.RA_views_Site_Bar-links {
  margin-left: 10rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Bar-links {
    display: none;
    position: absolute;
    top: 2rem;
    left: 100%;
    margin-left: 0;
    width: 6rem;
    height: calc(100vh - 2rem);
    background: #f0f4fc;
    z-index: -1;
  }
}
.RA_views_Site_Bar-members {
  float: right;
}
.RA_views_Site_Bar-label {
  display: inline-block;
  border-radius: 2px;
  font-weight: 500;
  font-size: 0.38198206rem;
  text-transform: uppercase;
  padding: 0.05rem 0.1rem;
  vertical-align: 0.05rem;
  margin-left: 0.2rem;
}
.RA_views_Site_Bar-label-start {
  background-color: #12c8ba;
  color: rgba(255, 255, 255, 0.9);
}
.RA_views_Site_Bar-label-member {
  background-color: #8233ff;
  color: rgba(255, 255, 255, 0.8);
}
.RA_views_Site_Bar-dropdown {
  position: relative;
  margin-right: 0.5rem;
  margin-left: -0.75rem;
  padding-left: 0.75rem;
}
.RA_views_Site_Bar-dropdown .RA_views_Site_NavLinkView {
  margin-right: 1.25rem;
}
.RA_views_Site_Bar-dropdown .RA_views_Site_NavLinkView:after {
  content: '';
  border-width: 0.25rem;
  border-style: solid;
  border-right: 0.25rem solid transparent;
  border-color: #8a8ab5 transparent transparent;
  position: absolute;
  top: 0.9rem;
  right: -0.75rem;
  transform: scaleX(0.75);
  transition: 150ms border ease-out;
}
.RA_views_Site_Bar-dropdown .RA_views_Site_NavLinkView:hover:after {
  border-color: #ffffff transparent transparent;
}
.RA_views_Site_Bar-dropdownInner {
  display: none;
  position: absolute;
  top: 1.95rem;
  left: 0;
  background: #342656;
  padding: 0 0.75rem 1.25rem 0.75rem;
  min-width: 10rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.61804697rem;
  line-height: 1.618;
}
.RA_views_Site_Bar-dropdownInner h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
  margin-top: 1.25rem;
  font-size: 0.38198206rem;
  color: rgba(255, 255, 255, 0.6);
}
.RA_views_Site_Bar-dropdownInner a {
  text-decoration: none;
  display: block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  transition: 150ms color ease-out;
  padding: 0.125rem 0;
}
.RA_views_Site_Bar-dropdownInner a:hover {
  color: white;
}
.RA_views_Site_Bar-dropdown:hover {
  background: #342656;
}
.RA_views_Site_Bar-dropdown:hover .RA_views_Site_Bar-dropdownInner {
  display: block;
}
.RA_views_Site_MobileMenu {
  display: none;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_MobileMenu {
    display: block;
  }
}
.RA_views_Site_MobileMenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 2rem;
  width: 2rem;
}
.RA_views_Site_MobileMenu-toggle--open {
  position: fixed;
  z-index: 4;
}
.RA_views_Site_MobileMenu-members {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(218, 225, 242, 0.25);
}
.RA_views_Site_MobileMenu-members > a {
  border-bottom: 0;
}
.RA_views_Site_MobileMenu-hamburger {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 3px;
  width: 50%;
  background: white;
  border-radius: 2px;
  transition: background 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.RA_views_Site_MobileMenu-hamburger:before,
.RA_views_Site_MobileMenu-hamburger:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transform-origin: 14% center;
  transition: transform 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.RA_views_Site_MobileMenu-hamburger:before {
  top: -8px;
}
.RA_views_Site_MobileMenu-hamburger:after {
  bottom: -8px;
}
.RA_views_Site_MobileMenu-hamburger--open {
  background: transparent;
}
.RA_views_Site_MobileMenu-hamburger--open:before {
  transform: rotate(45deg);
}
.RA_views_Site_MobileMenu-hamburger--open:after {
  transform: rotate(-45deg);
}
.RA_views_Site_MobileMenu-slide {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 2rem;
  height: 100vh;
  width: 70vw;
  background: #342656;
  transform: translateX(100%);
  transition: transform 280ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.RA_views_Site_MobileMenu-slide-top {
  position: fixed;
  height: 2rem;
  top: 0;
  left: 0;
  width: 70vh;
  background-color: #0f0035;
}
.RA_views_Site_MobileMenu-slide--open {
  transform: translateX(0);
  transition: transform 280ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.RA_views_Site_MobileMenu-slide a {
  color: white;
}
.RA_views_Site_MobileMenu-slide a:active,
.RA_views_Site_MobileMenu-slide a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.RA_views_Site_HomeLinkView {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  line-height: 2rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  z-index: 4;
}
.RA_views_Site_HomeLinkView-logo {
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.RA_views_Site_HomeLinkView-react {
  margin-left: 1.5rem;
  font-weight: 300;
  /*&::before {
        position: absolute;
        margin-top: -21px;
        padding-left: 30px;
        font-size: 14px;
        content: "James K Nelson's";
        font-family: "Nothing You Could Do";
        text-transform: none;
        color: rgba(255, 255, 255, 0.9);
      }*/
}
.RA_views_Site_NavLinkView,
.RA_views_Site_Bar-dropdown {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.50918208rem;
  text-decoration: none;
  height: 2rem;
  line-height: 2rem;
  transition: 150ms color ease-out;
}
.RA_views_Site_NavLinkView:hover,
.RA_views_Site_Bar-dropdown:hover,
.RA_views_Site_NavLinkView-active,
.RA_views_Site_Bar-dropdown-active {
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_NavLinkView,
  .RA_views_Site_Bar-dropdown {
    color: #0f0035;
    width: 100%;
    display: block;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    border-bottom: 1px solid rgba(218, 225, 242, 0.25);
  }
  .RA_views_Site_NavLinkView:hover,
  .RA_views_Site_Bar-dropdown:hover,
  .RA_views_Site_NavLinkView-active,
  .RA_views_Site_Bar-dropdown-active {
    color: #0f0035;
  }
}
.RA_views_Site_NavLinkView {
  margin-right: 1.5rem;
}
.RA_views_Site_Footer {
  height: 2rem;
  background: #f0f4fc;
  color: #7272a3;
  font-size: 0.50918208rem;
  display: flex;
  line-height: 2rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Footer {
    display: block;
    height: auto;
    padding: 0.5rem 0;
    line-height: 1.5rem;
    text-align: center;
  }
}
.RA_views_Site_Footer-center {
  flex: 1;
}
.RA_views_Site_Footer-left {
  flex: 0;
  flex-basis: 10.5rem;
}
.RA_views_Site_Footer-contact a {
  color: #7272a3;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Footer-made-in {
    display: block;
  }
}
.RA_views_Site_Footer-made-in::after,
.RA_views_Site_Footer-made-in::before {
  display: inline-block;
  content: "\B7";
  margin: 0 0.5rem;
}
.RA_views_Site_Footer-social {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Footer-social {
    display: block;
  }
}
.RA_views_Site_Footer-social li {
  display: inline-block;
}
.RA_views_Site_Footer-social li:not(:last-child):after {
  content: ' \2014   ';
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Footer-social {
    text-align: center;
    padding: 0;
  }
}
.RA_views_Site_Footer-right {
  text-align: right;
  font-weight: 300;
}
.RA_views_Site_Footer-right a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 550px) {
  .RA_views_Site_Footer-right {
    text-align: center;
    padding: 0 0 0 0.5rem;
  }
}
.RA_views_Site_Footer-logo {
  height: 1rem;
  margin: 0.5rem;
  vertical-align: middle;
}
.RA_wrappers_MembersWrapper {
  margin: 0;
  left: 0;
}
.RA_wrappers_MembersWrapper .signature {
  font-family: 'Nothing You Could Do';
  font-size: 0.6rem;
  text-align: right;
  color: rgba(77, 0, 226, 0.6);
}
@media screen and (max-width: 550px) {
  .RA_wrappers_MembersWrapper {
    max-width: 100vw !important;
  }
}
.RA_wrappers_MembersWrapper:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: #8233ff linear-gradient(45deg, #4d00e2 0%, #8233ff 100%);
}
.RA_wrappers_MembersWrapper-left {
  width: 26rem;
  background: #ffffff;
  color: rgba(15, 0, 53, 0.93);
  padding: 3rem 3rem;
  min-height: calc(100vh - 2rem);
  font-weight: 300;
  line-height: 1.618;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .RA_wrappers_MembersWrapper-left {
    padding: 1rem;
    width: 100vw;
  }
}
.RA_wrappers_MembersWrapper-left-inner {
  position: relative;
  margin-top: -1rem;
}
@media screen and (max-width: 550px) {
  .RA_wrappers_MembersWrapper-left-inner {
    top: 0;
    transform: none;
    margin-top: 0;
  }
}
.RA_wrappers_MembersWrapper-left h1 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  color: #7272a3;
  font-weight: 300;
  margin-top: 0;
}
.RA_wrappers_MembersWrapper-left h1 strong {
  font-weight: 900;
}
.RA_wrappers_MembersWrapper-left strong {
  color: #342656;
}
.RA_wrappers_MembersWrapper-right {
  position: fixed;
  top: 1rem;
  height: 100%;
  left: 26rem;
}
@media screen and (max-width: 550px) {
  .RA_wrappers_MembersWrapper-right {
    position: static;
    padding: 1rem 1rem 4rem 1rem;
  }
}
.RA_wrappers_MembersWrapper-right form {
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 550px) {
  .RA_wrappers_MembersWrapper-right form {
    position: static;
    transform: none;
  }
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
@keyframes RA_views_DefaultBreadboardThemePreview-progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}
.RA_views_FullscreenBreadboardThemePreview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #342656;
}
@media screen and (max-width: 550px) {
  .RA_views_FullscreenBreadboardThemePreview {
    left: 0;
    position: relative;
    height: 100vh;
  }
}
.RA_views_FullscreenBreadboardThemePreview-loading-bar {
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-color: #b19fff;
  background-size: 35px 35px;
  z-index: 1000;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
  transition: transform ease-in 300ms;
  animation: RA_views_DefaultBreadboardThemePreview-progress 2s cubic-bezier(0.4, 0.45, 0.6, 0.55) infinite;
}
.RA_views_FullscreenBreadboardThemePreview-loaded .RA_views_FullscreenBreadboardThemePreview-loading-bar {
  transform: translateY(-5px);
}
.RA_views_FullscreenBreadboardThemePreview > pre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem;
  border-radius: 0;
  background: #0f0035;
  line-height: 1.15;
}
.RA_views_FullscreenBreadboardThemePreview > pre > code {
  font-family: 'Inconsolata', monospace;
  color: #7272a3;
  box-shadow: 0 20rem 20rem -20rem rgba(130, 51, 255, 0.15) inset;
  font-size: 0.50918208rem;
  color: #dae1f2;
  white-space: pre-wrap;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
.RA_views_Series_TableOfContents {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin-top: 1rem;
  padding-left: 0.6rem;
}
.RA_views_Series_TableOfContents-description {
  font-family: 'Lora', Georgia, serif;
  padding-left: 0.5rem;
  margin-top: 0.25rem;
}
.RA_views_Series_HeadingLink {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 2rem 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #8a8ab5;
}
.large-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
}
@media screen and (max-width: 550px) {
  .large-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
.section-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 1.618rem;
  line-height: 1.618rem;
  font-weight: 900;
  color: #dae1f2;
  margin-left: 1rem;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.333rem;
    line-height: 1.333rem;
  }
}
@media screen and (max-width: 550px) {
  .section-heading {
    margin-top: 1.5rem;
    margin-left: 0.5rem;
  }
}
.medium-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1.333rem;
  line-height: 1.333rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.card-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  color: #8233ff;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.small-heading {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.82385661rem;
  line-height: 0.82385661rem;
  font-weight: 900;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.finer-details {
  font-size: 0.82385661rem;
  line-height: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.thin {
  font-weight: 300;
}
@keyframes RA-shake {
  20% {
    left: -2px;
    top: 1px;
  }
  40% {
    left: 2px;
    top: -1px;
  }
  50% {
    left: -1px;
    top: 0;
  }
  80% {
    left: 1px;
  }
}
.RA_views_Panels_Reference-control,
.RA_views_Panels_Housekeeping-control,
.RA_views_Panels_Spoiler-control,
.RA_views_Panels_Story-control {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.RA_views_Panels_Spoiler .RA_views_Panels-collapsed .RA_views_Panels-content {
  display: none;
}
@media screen and (max-width: 1000px) {
  .RA_views_Panels_Reference-collapsed .RA_views_Panels_Reference-content,
  .RA_views_Panels_Reference-collapsed .RA_views_Panels_Story-content,
  .RA_views_Panels_Story-collapsed .RA_views_Panels_Reference-content,
  .RA_views_Panels_Story-collapsed .RA_views_Panels_Story-content {
    display: none;
  }
}
.RA_views_Panels_Details,
.RA_views_Panels_Reference,
.RA_views_Panels_Story,
.RA_views_Panels_Housekeeping {
  border-radius: 2px;
  padding: 0;
  margin: 0 0;
  max-width: 10rem !important;
  left: 22rem;
  position: absolute;
}
.RA_views_Panels_Details ul,
.RA_views_Panels_Reference ul,
.RA_views_Panels_Story ul,
.RA_views_Panels_Housekeeping ul {
  padding-left: 0.65rem;
}
@media screen and (max-width: 1000px) {
  .RA_views_Panels_Details,
  .RA_views_Panels_Reference,
  .RA_views_Panels_Story,
  .RA_views_Panels_Housekeeping {
    position: relative;
    left: 0;
    max-width: none !important;
  }
}
.RA_views_Panels_Story h5 {
  display: none;
}
.RA_views_Panels_Details h5,
.RA_views_Panels_Reference h5,
.RA_views_Panels_Housekeeping h5 {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  color: #12c8ba;
  font-size: 0.50918208rem;
  margin: 0;
  line-height: 1.618;
}
@media screen and (max-width: 1000px) {
  .RA_views_Panels_Details h5,
  .RA_views_Panels_Reference h5,
  .RA_views_Panels_Housekeeping h5 {
    display: none;
  }
}
.RA_views_Panels_Details-content,
.RA_views_Panels_Reference-content,
.RA_views_Panels_Story-content,
.RA_views_Panels_Housekeeping-content {
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.50918208rem;
  color: #8a8ab5;
  font-weight: 300;
}
.RA_views_Panels_Details-content p,
.RA_views_Panels_Reference-content p,
.RA_views_Panels_Story-content p,
.RA_views_Panels_Housekeeping-content p {
  margin: 1em 0;
  line-height: 1.618;
}
.RA_views_Panels_Details-content p:first-child,
.RA_views_Panels_Reference-content p:first-child,
.RA_views_Panels_Story-content p:first-child,
.RA_views_Panels_Housekeeping-content p:first-child {
  margin-top: 0;
}
.RA_views_Panels_Important,
.RA_views_Panels_Caution,
.RA_views_Panels_Spoiler {
  border-radius: 2px;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  margin: 1rem -0.5rem;
  max-width: 21rem !important;
  line-height: 1.618;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_Panels_Important-title,
.RA_views_Panels_Caution-title,
.RA_views_Panels_Spoiler-title {
  font-size: 0.61804697rem;
  font-weight: 900;
  margin: 0;
}
.RA_views_Panels_Important-content,
.RA_views_Panels_Caution-content,
.RA_views_Panels_Spoiler-content {
  font-size: 0.61804697rem;
}
.RA_views_Panels_Important {
  border: 2px solid #4d00e2;
  color: #4d00e2;
}
.RA_views_Panels_Important-title {
  color: #4d00e2;
}
.RA_views_Panels_Important-content {
  color: #4d00e2;
}
.RA_views_Panels_Caution {
  border: 2px solid #dd3c6f;
  color: #dd3c6f;
}
.RA_views_Panels_Caution-title {
  color: #dd3c6f;
}
.RA_views_Panels_Caution-content {
  color: #dd3c6f;
}
.RA_views_Panels_Spoiler {
  border: 2px solid #12c8ba;
  color: #12c8ba;
  padding: 0.5rem;
}
.RA_views_Panels_Spoiler-title {
  color: #12c8ba;
}
.RA_views_Panels_Spoiler-content {
  color: #0f0035;
}
.RA_views_Panels_Spoiler-collapsed .RA_views_Panels_Spoiler-control {
  cursor: pointer;
}
.RA_views_Panels_Spoiler-collapsed .RA_views_Panels_Spoiler-indicator::after {
  content: "click to expand";
  font-style: italic;
  color: #888;
}
.RA_views_Panels_Spoiler-active .RA_views_Panels_Spoiler-control {
  display: none;
}
.RA_views_Panels_Spoiler-content {
  display: none;
}
.RA_views_Panels_Spoiler-content pre:first-child:last-child {
  margin: -0.5rem -0.5rem !important;
}
.RA_views_Panels_Spoiler-active .RA_views_Panels_Spoiler-content {
  display: block;
}
.ra-Breadboard + .RA_views_Panels_Reference,
.ra-Breadboard + .RA_views_Panels_Housekeeping,
.ra-Breadboard + .RA_views_Panels_Spoiler,
.ra-Breadboard + .RA_views_Panels_Story {
  transform: translateY(1rem);
}
code {
  box-shadow: none !important;
}
._4mztFX1uobhnahwwHvCZ6 {
  position: relative;
  margin-left: 1.4rem;
  top: -1px;
  transition: border-color 120ms linear;
  border-left: 2px solid #dae1f2;
}
._4mztFX1uobhnahwwHvCZ6._2knUGsAzgUAEtLeZm_eN-V {
  height: 0.5rem;
}
._4mztFX1uobhnahwwHvCZ6._1fRd4C2gXfV5gLp2GaQkar {
  height: 1rem;
}
._4mztFX1uobhnahwwHvCZ6._3TjYbU1URBNUla1EgEPQB8 {
  height: 2rem;
}
._4mztFX1uobhnahwwHvCZ6:not(._2xcRq1XJQpRdPdLdNbs5Yv)::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  left: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: border-color 120ms linear;
  border-top: 5px solid #dae1f2;
}
._4mztFX1uobhnahwwHvCZ6._1gAP5Cd4MZUu5FH_sOmrVz.BRwkIm_gJk3UklhbrhI7f {
  border-left-color: #b19fff;
}
._4mztFX1uobhnahwwHvCZ6._1gAP5Cd4MZUu5FH_sOmrVz.BRwkIm_gJk3UklhbrhI7f::before {
  border-top-color: #b19fff;
}
._4mztFX1uobhnahwwHvCZ6._3uK99jlzE9EjaFmMFILIU-.BRwkIm_gJk3UklhbrhI7f {
  border-left-color: rgba(18, 200, 186, 0.5);
}
._4mztFX1uobhnahwwHvCZ6._3uK99jlzE9EjaFmMFILIU-.BRwkIm_gJk3UklhbrhI7f::before {
  border-top-color: rgba(18, 200, 186, 0.5);
}
._4mztFX1uobhnahwwHvCZ6._1eXefsO2m6UARZHeeRa4Ah.BRwkIm_gJk3UklhbrhI7f {
  border-left-color: rgba(40, 94, 201, 0.5);
}
._4mztFX1uobhnahwwHvCZ6._1eXefsO2m6UARZHeeRa4Ah.BRwkIm_gJk3UklhbrhI7f::before {
  border-top-color: rgba(40, 94, 201, 0.5);
}
._4mztFX1uobhnahwwHvCZ6._32UcS8H41MsABhvF_RbbuU.BRwkIm_gJk3UklhbrhI7f {
  border-left-color: rgba(201, 67, 40, 0.5);
}
._4mztFX1uobhnahwwHvCZ6._32UcS8H41MsABhvF_RbbuU.BRwkIm_gJk3UklhbrhI7f::before {
  border-top-color: rgba(201, 67, 40, 0.5);
}
._1c62vLuSksD9lO0KOEPNDb {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #12c8ba;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.15rem 0.3rem;
  transition: background 120ms linear;
  text-decoration: none;
  margin: 0 0.5rem;
}
._1c62vLuSksD9lO0KOEPNDb:not([disabled]):hover {
  background-color: #10b1a4;
}
._1c62vLuSksD9lO0KOEPNDb[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
._1c62vLuSksD9lO0KOEPNDb[disabled] {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #8a8ab5;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.15rem 0.3rem;
  transition: background 120ms linear;
  text-decoration: none;
}
._1c62vLuSksD9lO0KOEPNDb[disabled]:not([disabled]):hover {
  background-color: #7a7aab;
}
._1c62vLuSksD9lO0KOEPNDb[disabled][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
._3eUCCnHfL6tBvDxw8Nmewq ._23zl3dFn4feybH4dCyzwj {
  box-shadow: 0 0 10px 5px rgba(218, 225, 242, 0.4), 0 0 5px 2px rgba(218, 225, 242, 0.8);
  margin-bottom: 0.25rem;
}
._23zl3dFn4feybH4dCyzwj {
  position: relative;
  margin: 0;
  border-radius: 2px;
  border: 0.25rem solid #8a8ab5;
  background-color: #f0f4fc;
  color: #342656;
  padding: 0.125rem;
  display: flex;
}
._23zl3dFn4feybH4dCyzwj > section {
  width: 35%;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 0.125rem 0.25rem 0.25rem;
  vertical-align: top;
}
._23zl3dFn4feybH4dCyzwj > section._2yavLleT8BA2TgUfcGzTdj {
  width: 30%;
}
._23zl3dFn4feybH4dCyzwj > section:not(:first-child) {
  border-left: 1px solid #dae1f2;
}
._23zl3dFn4feybH4dCyzwj > section > h4 {
  display: block;
  font-size: 0.45rem;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #8a8ab5;
}
._23zl3dFn4feybH4dCyzwj > section > ._24G2B5TUcNPi4j2djOvamg {
  font-family: 'Inconsolata', monospace;
}
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa {
  display: none;
  font-size: 0.4rem;
  border-radius: 2px;
  border: 2px solid transparent;
  padding: 0.125rem 0.25rem;
  font-weight: 600;
  margin-top: 0.4rem;
}
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa,
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa code {
  color: rgba(255, 255, 255, 0.87);
}
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa code {
  text-transform: none;
}
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa > code {
  display: block;
  margin: 0.125rem 0;
}
._23zl3dFn4feybH4dCyzwj > section > ._3RxIpU9x-KWcKHcDfcVhRa + ._3RxIpU9x-KWcKHcDfcVhRa {
  margin-top: 0.2rem;
}
._23zl3dFn4feybH4dCyzwj > section > .BRwkIm_gJk3UklhbrhI7f {
  display: inline-block;
}
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU {
  color: #5f2013;
}
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU h4 {
  color: #c94328;
}
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU > ._3RxIpU9x-KWcKHcDfcVhRa {
  border-color: #dae1f2;
}
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU > ._3RxIpU9x-KWcKHcDfcVhRa span,
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU > ._3RxIpU9x-KWcKHcDfcVhRa span code {
  color: rgba(201, 67, 40, 0.75);
}
._23zl3dFn4feybH4dCyzwj > section._32UcS8H41MsABhvF_RbbuU > ._3RxIpU9x-KWcKHcDfcVhRa > code {
  color: rgba(95, 32, 19, 0.75);
}
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah {
  color: #132c5f;
}
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah h4 {
  color: #285ec9;
}
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah > ._3RxIpU9x-KWcKHcDfcVhRa {
  border-color: #dae1f2;
}
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah > ._3RxIpU9x-KWcKHcDfcVhRa span,
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah > ._3RxIpU9x-KWcKHcDfcVhRa span code {
  color: rgba(40, 94, 201, 0.75);
}
._23zl3dFn4feybH4dCyzwj > section._1eXefsO2m6UARZHeeRa4Ah > ._3RxIpU9x-KWcKHcDfcVhRa > code {
  color: rgba(19, 44, 95, 0.75);
}
._23zl3dFn4feybH4dCyzwj ._17k2GD0Eqb7f__CVNm6yR- {
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  font-size: 0.45rem;
  padding: 0.125rem 0.25rem;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}
._23zl3dFn4feybH4dCyzwj ._2yaWLpP3V383bBHh-FyHYb {
  color: #ffffff;
  background-color: #12c8ba;
  border-color: #12c8ba;
}
._23zl3dFn4feybH4dCyzwj ._1XnbxD2YzaD4UpuAWXzg3K {
  color: #dd3c6f;
  border-color: #dd3c6f;
}
._23zl3dFn4feybH4dCyzwj .YJY44HqLWtI2yJUfs58Fi {
  color: #dae1f2;
  border-color: #dae1f2;
}
@media screen and (max-width: 550px) {
  ._23zl3dFn4feybH4dCyzwj {
    display: block;
  }
  ._23zl3dFn4feybH4dCyzwj > section,
  ._23zl3dFn4feybH4dCyzwj > section._2yavLleT8BA2TgUfcGzTdj {
    width: 100%;
  }
  ._23zl3dFn4feybH4dCyzwj ._17k2GD0Eqb7f__CVNm6yR- {
    position: absolute;
    right: 0.25rem;
    top: 0.15rem;
  }
}
.FVcSF12r0isqNg7Qszgxi {
  display: flex;
}
.FVcSF12r0isqNg7Qszgxi + ._4mztFX1uobhnahwwHvCZ6 {
  margin-top: -0.42rem;
}
.FVcSF12r0isqNg7Qszgxi > ._2EDL92tChxK1xh5bbnl0f8,
.FVcSF12r0isqNg7Qszgxi > ._18zNkjZahvEZbR6Li3rkSE {
  flex-basis: 9rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.FVcSF12r0isqNg7Qszgxi ._32kVC3BrVl3UJFvBnTYyFp {
  padding-top: 0.15rem;
}
@media screen and (max-width: 550px) {
  .FVcSF12r0isqNg7Qszgxi {
    display: block;
  }
}
.x8IFU2qzGkcqEF4BlaveO {
  border: 2px solid #dae1f2;
  border-radius: 2px;
  width: 9rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0.25rem 0.25rem;
  margin: 0 0 0.25rem 0.5rem;
  overflow: hidden;
  transition: width 250ms ease, border-radius 500ms ease, border-color 250ms ease;
}
.x8IFU2qzGkcqEF4BlaveO._8C4nI3GCx-qAEl1ZMXvxv {
  display: inline-block;
  border-color: #dae1f2;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  line-height: 1.2rem;
  text-align: center;
}
.x8IFU2qzGkcqEF4BlaveO._8C4nI3GCx-qAEl1ZMXvxv > .NpaEyzFEPGPYNM22zT0CE {
  font-size: 0.45rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #8a8ab5;
}
.x8IFU2qzGkcqEF4BlaveO._hLNaiW9hgqyoc9SoPJDo {
  position: relative;
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
  height: 0.6rem;
  width: 0.8rem;
  left: 0.92rem;
  overflow: visible;
}
.x8IFU2qzGkcqEF4BlaveO._hLNaiW9hgqyoc9SoPJDo::before {
  content: " ";
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  right: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: border-color 120ms linear;
  border-bottom: 5px solid #dae1f2;
}
.x8IFU2qzGkcqEF4BlaveO._hLNaiW9hgqyoc9SoPJDo > .NpaEyzFEPGPYNM22zT0CE,
.x8IFU2qzGkcqEF4BlaveO._hLNaiW9hgqyoc9SoPJDo > code {
  position: absolute;
  left: 1rem;
  top: 0;
  line-height: 0.45rem;
  font-size: 0.45rem;
  font-weight: 900;
  color: #8a8ab5;
}
.x8IFU2qzGkcqEF4BlaveO > ._2PLPUoE1HgO8uRd4TOfAkb {
  font-size: 0.4rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #dae1f2;
  margin-top: 0.1rem;
}
.x8IFU2qzGkcqEF4BlaveO > code {
  color: #b19fff;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  box-shadow: none;
}
.x8IFU2qzGkcqEF4BlaveO.BRwkIm_gJk3UklhbrhI7f {
  border-color: rgba(130, 51, 255, 0.5);
}
.x8IFU2qzGkcqEF4BlaveO.BRwkIm_gJk3UklhbrhI7f._8C4nI3GCx-qAEl1ZMXvxv {
  border-color: rgba(18, 200, 186, 0.5);
}
.x8IFU2qzGkcqEF4BlaveO.BRwkIm_gJk3UklhbrhI7f > code {
  color: #8233ff;
}
.x8IFU2qzGkcqEF4BlaveO.BRwkIm_gJk3UklhbrhI7f > .NpaEyzFEPGPYNM22zT0CE {
  color: #12c8ba;
}
._2-DSBr03p4dD4Dp1VpiXCF {
  display: inline-block;
  position: relative;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-size: 0.5rem;
  padding: 0.16666667rem 0.5rem 0.16666667rem 0.875rem;
  border: 2px solid #dae1f2;
  transition: border-color 120ms linear;
  border-radius: 2px;
  margin: 0 0 0 0.82rem;
  line-height: 0.5rem;
  font-weight: 900;
  vertical-align: top;
}
._2-DSBr03p4dD4Dp1VpiXCF > ._2-3EupdHxdPFgxk-x7yZYj {
  position: absolute;
  left: 0.15rem;
  top: 0.15rem;
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.rem;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  text-align: center;
  color: #dae1f2;
  transition: color 120ms linear;
}
._2-DSBr03p4dD4Dp1VpiXCF > .NpaEyzFEPGPYNM22zT0CE,
._2-DSBr03p4dD4Dp1VpiXCF > .NpaEyzFEPGPYNM22zT0CE code {
  color: #8a8ab5;
  transition: color 120ms linear;
}
._2-DSBr03p4dD4Dp1VpiXCF._3uK99jlzE9EjaFmMFILIU- > .NpaEyzFEPGPYNM22zT0CE,
._2-DSBr03p4dD4Dp1VpiXCF._3uK99jlzE9EjaFmMFILIU- > .NpaEyzFEPGPYNM22zT0CE code {
  color: rgba(18, 200, 186, 0.75);
}
._2-DSBr03p4dD4Dp1VpiXCF._3uK99jlzE9EjaFmMFILIU-.BRwkIm_gJk3UklhbrhI7f {
  border-color: rgba(18, 200, 186, 0.5);
}
._2-DSBr03p4dD4Dp1VpiXCF._3uK99jlzE9EjaFmMFILIU-.BRwkIm_gJk3UklhbrhI7f > .NpaEyzFEPGPYNM22zT0CE {
  color: #12c8ba;
}
._2-DSBr03p4dD4Dp1VpiXCF._3uK99jlzE9EjaFmMFILIU-.BRwkIm_gJk3UklhbrhI7f > ._2-3EupdHxdPFgxk-x7yZYj {
  color: #12c8ba;
}
._2-DSBr03p4dD4Dp1VpiXCF._1eXefsO2m6UARZHeeRa4Ah > .NpaEyzFEPGPYNM22zT0CE,
._2-DSBr03p4dD4Dp1VpiXCF._1eXefsO2m6UARZHeeRa4Ah > .NpaEyzFEPGPYNM22zT0CE code {
  color: rgba(40, 94, 201, 0.75);
}
._2-DSBr03p4dD4Dp1VpiXCF._1eXefsO2m6UARZHeeRa4Ah.BRwkIm_gJk3UklhbrhI7f {
  border-color: rgba(40, 94, 201, 0.5);
}
._2-DSBr03p4dD4Dp1VpiXCF._1eXefsO2m6UARZHeeRa4Ah.BRwkIm_gJk3UklhbrhI7f > .NpaEyzFEPGPYNM22zT0CE {
  color: #285ec9;
}
._2-DSBr03p4dD4Dp1VpiXCF._1eXefsO2m6UARZHeeRa4Ah.BRwkIm_gJk3UklhbrhI7f > ._2-3EupdHxdPFgxk-x7yZYj {
  color: #285ec9;
}
._2-DSBr03p4dD4Dp1VpiXCF._32UcS8H41MsABhvF_RbbuU > .NpaEyzFEPGPYNM22zT0CE,
._2-DSBr03p4dD4Dp1VpiXCF._32UcS8H41MsABhvF_RbbuU > .NpaEyzFEPGPYNM22zT0CE code {
  color: rgba(201, 67, 40, 0.75);
}
._2-DSBr03p4dD4Dp1VpiXCF._32UcS8H41MsABhvF_RbbuU.BRwkIm_gJk3UklhbrhI7f {
  border-color: rgba(201, 67, 40, 0.5);
}
._2-DSBr03p4dD4Dp1VpiXCF._32UcS8H41MsABhvF_RbbuU.BRwkIm_gJk3UklhbrhI7f > .NpaEyzFEPGPYNM22zT0CE {
  color: #c94328;
}
._2-DSBr03p4dD4Dp1VpiXCF._32UcS8H41MsABhvF_RbbuU.BRwkIm_gJk3UklhbrhI7f > ._2-3EupdHxdPFgxk-x7yZYj {
  color: #c94328;
}
._2EDL92tChxK1xh5bbnl0f8 {
  vertical-align: top;
  background-color: #ffffff;
  border: 2px solid #dae1f2;
  transition: border-color 120ms linear;
  border-radius: 4px;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
._2EDL92tChxK1xh5bbnl0f8 > ._3ZONt_kLQaDrStwhwkVEIe {
  font-size: 0.45rem;
  font-weight: 500rem;
  margin-top: -0.1rem;
  margin-bottom: 0.3rem;
  color: #b19fff;
}
._2EDL92tChxK1xh5bbnl0f8 > .FjcWtZsm9u3rGDbu4g2YK {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
._2EDL92tChxK1xh5bbnl0f8 > .FjcWtZsm9u3rGDbu4g2YK > ._18zNkjZahvEZbR6Li3rkSE {
  position: relative;
  overflow: visible;
}
._2EDL92tChxK1xh5bbnl0f8 > .FjcWtZsm9u3rGDbu4g2YK > ._18zNkjZahvEZbR6Li3rkSE > .FG9NvrAgoAp2fD7CkBU22 {
  position: absolute;
  left: 1.3rem;
  width: 100%;
  height: 0;
  top: 0.5rem;
  border-bottom: 2px dotted #dae1f2;
}
._2EDL92tChxK1xh5bbnl0f8 > .FjcWtZsm9u3rGDbu4g2YK > ._18zNkjZahvEZbR6Li3rkSE > .FG9NvrAgoAp2fD7CkBU22::before {
  content: " ";
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  right: -1px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  transition: border-color 120ms linear;
  border-left: 5px solid #dae1f2;
}
._2EDL92tChxK1xh5bbnl0f8 > .FjcWtZsm9u3rGDbu4g2YK > ._18zNkjZahvEZbR6Li3rkSE > .twOyCB0O4Omv29nzwV9z- {
  position: relative;
  background-color: white;
}
._2EDL92tChxK1xh5bbnl0f8 > ._2O-YIycIZvIXCpd63LESq0 {
  transition: color 120ms linear;
  color: #b19fff;
  font-weight: 900;
  margin-bottom: 0.25rem;
}
._2EDL92tChxK1xh5bbnl0f8.BRwkIm_gJk3UklhbrhI7f {
  border-color: rgba(130, 51, 255, 0.5);
}
._2EDL92tChxK1xh5bbnl0f8.BRwkIm_gJk3UklhbrhI7f > ._2O-YIycIZvIXCpd63LESq0 {
  color: #8233ff;
}
@media screen and (max-width: 550px) {
  ._2EDL92tChxK1xh5bbnl0f8 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.twOyCB0O4Omv29nzwV9z- {
  display: block;
  appearance: none;
  background: transparent;
  border: 1px solid #dae1f2;
  transition: border-color 120ms linear;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.5rem;
  line-height: 0.5rem;
  padding: 0.2rem 0.5rem;
  margin: 0.1rem 0;
  text-decoration: none;
}
.twOyCB0O4Omv29nzwV9z-,
.twOyCB0O4Omv29nzwV9z- code {
  transition: color 120ms linear;
}
.twOyCB0O4Omv29nzwV9z-[disabled] {
  cursor: not-allowed;
}
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]) {
  border: 1px solid rgba(130, 51, 255, 0.5);
}
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]),
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]) code {
  color: rgba(130, 51, 255, 0.9);
}
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]):hover {
  background: #8233ff;
  border-color: #8233ff;
}
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]):hover,
.twOyCB0O4Omv29nzwV9z-._1gAP5Cd4MZUu5FH_sOmrVz:not([disabled]):hover code {
  color: #ffffff;
}
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]) {
  border: 1px solid rgba(18, 200, 186, 0.5);
}
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]),
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]) code {
  color: rgba(18, 200, 186, 0.9);
}
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]):hover {
  background: #12c8ba;
  border-color: #12c8ba;
}
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]):hover,
.twOyCB0O4Omv29nzwV9z-._3uK99jlzE9EjaFmMFILIU-:not([disabled]):hover code {
  color: #ffffff;
}
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]) {
  border: 1px solid rgba(40, 94, 201, 0.5);
}
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]),
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]) code {
  color: rgba(40, 94, 201, 0.9);
}
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]):hover {
  background: #285ec9;
  border-color: #285ec9;
}
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]):hover,
.twOyCB0O4Omv29nzwV9z-._1eXefsO2m6UARZHeeRa4Ah:not([disabled]):hover code {
  color: #ffffff;
}
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]) {
  border: 1px solid rgba(201, 67, 40, 0.5);
}
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]),
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]) code {
  color: rgba(201, 67, 40, 0.9);
}
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]):hover {
  background: #c94328;
  border-color: #c94328;
}
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]):hover,
.twOyCB0O4Omv29nzwV9z-._32UcS8H41MsABhvF_RbbuU:not([disabled]):hover code {
  color: #ffffff;
}
._32kVC3BrVl3UJFvBnTYyFp {
  display: inline-block;
  width: 9.5rem;
  padding: 0 0 0 0.5rem;
  transition: border-color 120ms linear;
}
._32kVC3BrVl3UJFvBnTYyFp ul {
  margin: 0;
  padding-left: 0.5rem;
  color: #7272a3;
  transition: color 120ms linear;
}
._32kVC3BrVl3UJFvBnTYyFp ul li {
  line-height: 0.6rem !important;
  font-size: 0.45rem;
  margin: 0.25rem 0 !important;
}
._32kVC3BrVl3UJFvBnTYyFp.BRwkIm_gJk3UklhbrhI7f ul {
  color: #342656;
}
@media screen and (max-width: 550px) {
  ._32kVC3BrVl3UJFvBnTYyFp {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #dae1f2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
  }
}
._2EDL92tChxK1xh5bbnl0f8.BRwkIm_gJk3UklhbrhI7f + ._32kVC3BrVl3UJFvBnTYyFp {
  border-color: #b19fff;
}
._2OvGc5brSgE1vacMV4v02h > ._2kATKwS2OACVc8t3s8i2S8 {
  vertical-align: top;
  border: 2px solid #dae1f2;
  transition: border-color 120ms linear;
  border-radius: 4px;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  padding: 0.25rem 0.5rem;
  width: 50%;
}
._2OvGc5brSgE1vacMV4v02h > ._2kATKwS2OACVc8t3s8i2S8 > h4 {
  transition: color 120ms linear;
  color: #8a8ab5;
  font-weight: 900;
  margin-bottom: 0.25rem;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  ._2OvGc5brSgE1vacMV4v02h > ._2kATKwS2OACVc8t3s8i2S8 {
    width: 100%;
  }
}
._2OvGc5brSgE1vacMV4v02h.BRwkIm_gJk3UklhbrhI7f > ._2kATKwS2OACVc8t3s8i2S8 {
  border-color: rgba(18, 200, 186, 0.5);
}
._2OvGc5brSgE1vacMV4v02h.BRwkIm_gJk3UklhbrhI7f > ._2kATKwS2OACVc8t3s8i2S8 > h4 {
  color: #12c8ba;
}
._2OvGc5brSgE1vacMV4v02h > ._4mztFX1uobhnahwwHvCZ6 {
  margin-top: -0.42rem;
}
._2NbBBPbRhmk-NJE3V9DIWR {
  background-color: #f0f4fc;
  border-radius: 2px;
  padding: 0.25rem;
  margin: 0.5rem 0;
  overflow: hidden;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
._2NbBBPbRhmk-NJE3V9DIWR ._3BY7j8W_PlaDsWe6Ga2yb9 {
  float: right;
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #8a8ab5;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.15rem 0.3rem;
  transition: background 120ms linear;
  text-decoration: none;
}
._2NbBBPbRhmk-NJE3V9DIWR ._3BY7j8W_PlaDsWe6Ga2yb9:not([disabled]):hover {
  background-color: #7a7aab;
}
._2NbBBPbRhmk-NJE3V9DIWR ._3BY7j8W_PlaDsWe6Ga2yb9[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
._2n0OdnRQPHJeOJ7UplGO3c > .pIUk7t7g4zTeorASZ4GOj {
  display: flex;
}
._2n0OdnRQPHJeOJ7UplGO3c > .pIUk7t7g4zTeorASZ4GOj > ._2EDL92tChxK1xh5bbnl0f8,
._2n0OdnRQPHJeOJ7UplGO3c > .pIUk7t7g4zTeorASZ4GOj > ._32kVC3BrVl3UJFvBnTYyFp {
  flex-basis: 9rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media screen and (max-width: 550px) {
  ._2n0OdnRQPHJeOJ7UplGO3c > .pIUk7t7g4zTeorASZ4GOj {
    display: block;
    width: 100%;
  }
}
._2n0OdnRQPHJeOJ7UplGO3c > ._4mztFX1uobhnahwwHvCZ6 {
  margin-top: -0.4rem;
}
@media screen and (max-width: 550px) {
  ._2n0OdnRQPHJeOJ7UplGO3c > ._4mztFX1uobhnahwwHvCZ6 {
    margin-top: 0;
  }
}
._2cUj0Xpy056CIjkTwBeTou {
  position: relative;
  transition: transform 200ms ease;
  transform-origin: 1.4rem 0.5rem;
  display: inline-block;
}
._2cUj0Xpy056CIjkTwBeTou > ._3eenIKPGxcadCWQVE9zY5a {
  border: 2px solid #dae1f2;
  transition: border-color 120ms linear;
  margin-left: 0.9rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-align: center;
}
._2cUj0Xpy056CIjkTwBeTou._3aE0g2QZ-Ntgw5CFCnkNhV {
  transform: rotate(90deg);
}
._2cUj0Xpy056CIjkTwBeTou._18zNkjZahvEZbR6Li3rkSE {
  transform: rotate(-90deg);
}
._2cUj0Xpy056CIjkTwBeTou._1gAP5Cd4MZUu5FH_sOmrVz.BRwkIm_gJk3UklhbrhI7f > ._3eenIKPGxcadCWQVE9zY5a {
  border-color: #b19fff;
}
._1IhWtmDSYdas6brY3791GT {
  position: relative;
  height: 1.95rem;
}
._1IhWtmDSYdas6brY3791GT > ._2-DSBr03p4dD4Dp1VpiXCF {
  margin-left: 0.5rem;
}
._1IhWtmDSYdas6brY3791GT > .-JUXo0CM-Gl9CVvOgnhY3 {
  position: absolute;
  top: 1.45rem;
}
._1IhWtmDSYdas6brY3791GT > ._3Audp6w7In5tri_S2VELbg {
  position: absolute;
  top: 1rem;
  left: 2rem;
}
._1IhWtmDSYdas6brY3791GT > ._1u4tFG4X_Ltoz-3AWauxv6 {
  position: absolute;
  transform: translate(1rem, 0.5rem) rotate(90deg);
}
@media screen and (max-width: 550px) {
  ._34Kt4yfsqprTQjrLpbeGfu {
    display: none;
  }
}
.RA_views_Forms_SearchForm,
.RA_views_Forms_QuestionForm {
  width: 100%;
  padding: 1rem 0;
}
.RA_views_Forms_SearchForm-label,
.RA_views_Forms_QuestionForm-label {
  display: block;
  font-weight: 700;
  font-size: 0.61804697rem;
  color: #8a8ab5;
  margin-bottom: 0.5rem;
}
.RA_views_Forms_SearchForm-input,
.RA_views_Forms_QuestionForm-input {
  font-size: 0.61804697rem;
  padding: 0.25rem 0.5rem;
  font-family: Lato, sans-serif;
  border-radius: 2px;
  border: 2px solid #dae1f2;
  margin-bottom: 0rem;
  transition: border 120ms linear;
  color: #0f0035;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
}
.RA_views_Forms_SearchForm-input::placeholder,
.RA_views_Forms_QuestionForm-input::placeholder {
  color: #dae1f2;
}
.RA_views_Forms_SearchForm-textarea,
.RA_views_Forms_QuestionForm-textarea {
  height: 3rem;
}
.RA_views_Forms_SearchForm-button,
.RA_views_Forms_QuestionForm-button {
  appearance: none;
  border: none;
  position: relative;
  font-size: 0.7rem;
  font-weight: 800;
  background: #dd3c6f;
  border-radius: 2px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'PT Sans', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.50918208rem;
  padding: 0.3rem 0.6rem;
  transition: background 120ms linear;
  text-decoration: none;
}
.RA_views_Forms_SearchForm-button:not([disabled]):hover,
.RA_views_Forms_QuestionForm-button:not([disabled]):hover {
  background-color: #d9265f;
}
.RA_views_Forms_SearchForm-button[disabled],
.RA_views_Forms_QuestionForm-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.RA_views_Forms_SearchForm {
  margin-top: 0.5rem;
}
.RA_views_Forms_SearchForm-input {
  font-size: 0.61804697rem;
  width: calc(86%);
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 550px) {
  .RA_views_Forms_SearchForm-input {
    width: calc(66%);
  }
}
.RA_views_Forms_SearchForm-button {
  float: right;
  font-size: 0.61804697rem;
}
.RA_views_Forms_QuestionForm {
  padding: 2rem;
  border: 2px solid #dae1f2;
  background: #ffffff;
}
@media screen and (max-width: 550px) {
  .RA_views_Forms_QuestionForm {
    padding: 1rem 0.5rem;
  }
}
.RA_views_Forms_QuestionForm-input {
  width: 100%;
  margin-bottom: 1rem;
}
.RA_views_Forms_QuestionForm-button {
  margin-top: 1rem;
}
.RA_views_Forms_QuestionForm-success {
  font-weight: 400;
  font-size: 0.82385661rem;
  color: #dd3c6f;
}
