/*************************************************/
/* This file was automatically generated by sass */
/* Don't edit it directly                        */
/*************************************************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 12, 2014 */
@font-face {
  font-family: "gapsans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/gapsansbold-webfont.eot");
  src: url("../fonts/gapsansbold-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/gapsansbold-webfont.woff2") format("woff2"), url("../fonts/gapsansbold-webfont.woff") format("woff"), url("../fonts/gapsansbold-webfont.ttf") format("truetype"), url("../images/gapsansbold-webfont.svg#gap_sansbold") format("svg");
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

body.lock-position {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1 {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1.5em;
  font-size: 3.5rem;
}

.author {
  margin-top: -1em;
  margin-bottom: 2em;
  font-size: 0.9em;
}

ul {
  margin: 0 0 1em;
  padding: 0 1em;
}
ul li {
  margin-bottom: 0.1em;
}

ul.files {
  list-style: none;
  padding: 0;
}
ul.files li {
  list-style: none;
  padding: 0;
  margin-bottom: 1.4em;
}
ul.files a {
  display: inline-block;
  font-weight: 500;
  background-color: white;
  color: #000;
  padding: 0.2em 0.4em 0.3em 0.4em;
}
ul.files a i.fa {
  color: #3753be;
  font-size: 2em;
  margin-right: 0.3em;
  margin-top: -0.4em;
}

a {
  color: #102ea2;
}
a:hover {
  color: #102ea2;
}

a.learnmore {
  font-weight: bold;
  font-size: 0.9em;
}

.btn-download {
  position: relative;
  background-color: #d8d8d8;
  font-size: 1em;
  font-weight: 500;
  padding-left: 4em;
}
.btn-download:before {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  margin-top: 0.4em;
  margin-left: -3em;
  background-image: url("../images/download-solid.svg");
  background-size: contain;
}
.btn-download br {
  display: none;
}
.btn-download small {
  display: block;
}

h2.medium {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  h2.medium {
    font-size: 2.5rem;
  }
}

h2.large {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  h2.large {
    font-size: 2.5rem;
  }
}

h3.large {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  h3.large {
    font-size: 1.7rem;
  }
}

.small-title {
  text-transform: uppercase;
  font-size: 1.3em;
}

.lead {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .lead {
    font-size: 1.4em;
  }
}

.large {
  font-size: 1.2em;
}

.bordered {
  border: 8px solid #fff;
  padding: 0.5em 1em;
}

.btn-primary {
  background-color: #102ea2;
  border-color: #102ea2;
}

.btn-largesq {
  position: relative;
  text-align: left;
  background-color: #fff;
  border-color: #666;
  border-width: 5px;
  padding-left: 3em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.btn-largesq .fa {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  color: #666;
}
.btn-largesq:hover .fa {
  color: #3753be;
}

.panel {
  padding: 1em 2em;
}

.panel-gray {
  background-color: rgba(196, 196, 196, 0.5019607843);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  vertical-align: middle;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3753be;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.lds-ellipsis-btn-lg {
  height: 48px;
}
.lds-ellipsis-btn-lg div {
  top: 18px;
}

.panel {
  border: 9px solid #ffec02;
  padding: 1em;
  font-size: 0.9em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 767.98px) {
  .panel {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.panel h1:first-child, .panel h2:first-child, .panel h3:first-child, .panel h4:first-child, .panel h5:first-child, .panel h6:first-child {
  margin-top: 0;
}
.panel h2 {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.panel-blue {
  background-color: #102ea2;
  color: #fff;
  border: none;
  padding: 1.5em;
}
.panel-blue a {
  color: #fff;
  font-weight: bold;
}
.panel-blue a:hover {
  color: #fff;
}

.eggy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
.eggy svg {
  width: 100%;
  height: 100%;
}

.fixed-eggy .eggy, .fixed-eggy.eggy {
  position: fixed;
  height: 100%;
  z-index: 0;
}

.tagline {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 575.98px) {
  .tagline {
    font-size: 1.5em;
  }
}

.tagline-align-left {
  display: inline-block;
  width: 1.4em;
}

.tagline-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 2em;
  margin-bottom: 1.3em;
}
@media (max-width: 767.98px) {
  .tagline-bottom {
    position: relative;
    font-size: 2em;
    margin-top: 4em;
    margin-left: 0.5em;
  }
}

.countdown {
  margin: 0 auto 2em;
  text-align: right;
}
@media (max-width: 575.98px) {
  .countdown {
    text-align: center;
  }
}
.countdown .countdown-item {
  display: inline-block;
  text-align: center;
  width: 20%;
  margin-right: 0;
  margin-bottom: 0;
}
.countdown .countdown-item:last-child {
  margin-right: 0;
}
.countdown .countdown-item .value {
  display: block;
  height: 1.25em;
  font-size: 3rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;
}
.countdown .countdown-item .unit {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .countdown .countdown-item {
    margin-right: 0;
  }
  .countdown .countdown-item .value {
    font-size: 2.4em;
  }
  .countdown .countdown-item .unit {
    font-size: 0.7em;
  }
}

.navbar {
  border-bottom: 2px solid black;
  z-index: 110;
}
.navbar a:focus, .navbar button:focus {
  background-color: #ececec;
  box-shadow: none;
  outline: none;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand .logo {
  height: 42px;
  width: 142px;
}
.navbar > .dropdown {
  position: absolute;
}
.navbar > .dropdown .dropdown-toggle {
  min-width: 58px;
  height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.navbar > .dropdown > .dropdown-menu {
  border: 1px solid black;
  border-top: none;
  border-radius: 0;
}
.navbar .dropdown-divider {
  border-color: black;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  background-color: #ececec;
  color: #000;
}
.navbar .dropdown-trails {
  left: 15px;
  width: 300px;
}
@media (min-width: 768px) {
  .navbar .dropdown-trails {
    width: 450px;
  }
}
.navbar .dropdown-trails .dropdown-item {
  white-space: normal;
}
.navbar .dropdown-trails .dropdown-item-solo {
  font-weight: 500;
  font-size: 1.15em;
}
@media (max-width: 767.98px) {
  .navbar .dropdown-trails {
    left: 0;
  }
}
.navbar .dropdown-trails > .dropdown-toggle:after {
  display: none;
}
.navbar .dropdown-trails > .dropdown-toggle .navbar-toggler-icon {
  background-image: url("../images/bars-solid.svg");
}
.navbar .dropdown-trails > .dropdown-menu > .dropdown-item {
  padding: 0.6rem 1.5rem;
}
.navbar .dropdown-trails .trail-title {
  font-weight: 500;
  font-size: 1.15em;
}
.navbar .dropdown-trails .trail-action {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
.navbar .dropdown-lang-switcher {
  right: 15px;
}
@media (max-width: 767.98px) {
  .navbar .dropdown-lang-switcher {
    right: 0;
  }
}
.navbar .dropdown-lang-switcher > .dropdown-toggle {
  padding: 0 1rem;
}
.navbar .dropdown-lang-switcher > .dropdown-toggle .navbar-toggler-icon {
  background-image: url("../images/language-solid.svg");
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .navbar .dropdown-lang-switcher > .dropdown-toggle {
    display: none;
  }
  .navbar .dropdown-lang-switcher .dropdown-menu {
    display: block;
    top: -0.8rem;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    min-width: 300px;
    text-align: right;
  }
  .navbar .dropdown-lang-switcher .dropdown-menu .dropdown-item {
    display: inline-block;
    width: auto;
    padding: 0.3rem 1rem;
    font-size: 0.85em;
    text-transform: uppercase;
  }
  .navbar .dropdown-lang-switcher .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}

.footer {
  background-color: rgba(255, 255, 255, 0.4509803922);
  position: relative;
  padding: 2em 0;
  border-top: 2px solid black;
}

ul.sitemap {
  margin: 0;
  padding: 0;
}
ul.sitemap li {
  display: block;
  margin: 0.4em 0;
  padding: 0;
  list-style: none;
}
ul.sitemap li a {
  color: #000;
}

.footer-legal {
  padding: 1em 0;
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.footer-legal a {
  color: #fff;
}

.readable {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 767.98px) {
  .readable {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
.readable h1, .readable h2, .readable h3, .readable h4, .readable h5, .readable h6, .readable p, .readable ul, .readable ol, .readable .lead, .readable .panel {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .readable h1, .readable h2, .readable h3, .readable h4, .readable h5, .readable h6, .readable p, .readable ul, .readable ol, .readable .lead, .readable .panel {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.readable h1, .readable h2, .readable h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.readable h1 {
  font-size: 3rem;
}
@media (max-width: 767.98px) {
  .readable h1 {
    font-size: 2.5rem;
  }
}
.readable h2 {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .readable h2 {
    font-size: 1.75rem;
  }
}
.readable h3 {
  font-size: 1.5rem;
}
.readable hr {
  border-top: 8px solid black;
  max-width: 4%;
  margin: 2em auto;
}
.readable .lead {
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 1.33em;
}
.readable figure, .readable .video, .readable .app {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .readable figure, .readable .video, .readable .app {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.readable figure > img, .readable figure > iframe, .readable .video > img, .readable .video > iframe, .readable .app > img, .readable .app > iframe {
  display: block;
  width: 100%;
  border: none;
}
.readable figure > figcaption, .readable figure > .caption, .readable .video > figcaption, .readable .video > .caption, .readable .app > figcaption, .readable .app > .caption {
  font-size: 0.8em;
  line-height: 1.5em;
}
.readable figure > figcaption .credits, .readable figure > .caption .credits, .readable .video > figcaption .credits, .readable .video > .caption .credits, .readable .app > figcaption .credits, .readable .app > .caption .credits {
  font-weight: bold;
  color: #666;
  margin-top: -0.9em;
}
.readable figure.large, .readable .video.large, .readable .app.large {
  max-width: 960px;
}
@media (max-width: 1199.98px) {
  .readable figure.large, .readable .video.large, .readable .app.large {
    max-width: 768px;
  }
}
@media (max-width: 767.98px) {
  .readable figure.large, .readable .video.large, .readable .app.large {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .readable figure.large > figcaption, .readable figure.large > .caption, .readable .video.large > figcaption, .readable .video.large > .caption, .readable .app.large > figcaption, .readable .app.large > .caption {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.readable figure.border, .readable .video.border, .readable .app.border {
  border: none !important;
}
.readable figure.border > img, .readable figure.border > iframe, .readable .video.border > img, .readable .video.border > iframe, .readable .app.border > img, .readable .app.border > iframe {
  border: 2px solid #000;
  margin-bottom: 5px;
}
.readable .panel {
  border: 9px solid #ffec02;
  padding: 1em;
  font-size: 0.9em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 767.98px) {
  .readable .panel {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.readable .panel h1:first-child, .readable .panel h2:first-child, .readable .panel h3:first-child, .readable .panel h4:first-child, .readable .panel h5:first-child, .readable .panel h6:first-child {
  margin-top: 0;
}
.readable .panel h2 {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.readable .license {
  font-size: 0.9em;
}

.tab-content-neural-numbers {
  position: relative;
}
.tab-content-neural-numbers .tab-pane {
  position: absolute;
  top: 0;
  width: 100%;
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}
.tab-content-neural-numbers .tab-pane.active {
  visibility: visible;
  pointer-events: all;
}

.section {
  position: relative;
  margin-top: 8em;
}

.section-gray {
  background-color: rgba(196, 196, 196, 0.5019607843);
}

.section-border-t {
  border-top: 8px solid #000;
}

.section-splash {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .section-splash {
    height: 100%;
  }
}

.scroll-arrow {
  display: block;
  height: 80px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
}

.trail {
  margin-bottom: 2em;
  margin-top: 2em;
}
.trail a {
  display: block;
  color: #102ea2;
}
.trail a:hover {
  text-decoration: none;
}
.trail a:hover .trail-thumbnail {
  transform: scale(0.96);
}
.trail .trail-action {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
}
.trail .trail-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 45.9459459459%;
  transition: transform 0.3s;
}
.trail .trail-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.trail .trail-title {
  font-weight: 500;
  font-size: 20px;
}

.tour-panel {
  display: block;
  background-color: #ffec02;
  padding: 2em;
}
.tour-panel h3 {
  font-family: gapsans, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2em;
}

a.tour-panel {
  text-decoration: none;
  color: #000;
}
a.tour-panel:hover {
  text-decoration: none;
  transform: scale(0.96);
}

.venue-box {
  position: relative;
  padding-left: 3em;
}
.venue-box .fa {
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  color: #102ea2;
}

.lang-switcher-bar {
  text-align: right;
  margin-top: 5px;
}
.lang-switcher-bar .item {
  display: inline-block;
  font-weight: 500;
  margin-right: 1em;
  color: #000;
}
.lang-switcher-bar .item:last-child {
  margin-right: 0;
}

.news-item {
  font-size: 1.15rem;
  margin-bottom: 1em;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-item .date {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.page-news .news-item {
  padding: 17px;
}
.page-news .news-item.news-item-priority {
  border: 9px solid #ffec02;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}

.resblock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c2958;
  color: #fff;
  display: none;
}
.resblock .resblock-error-size, .resblock .resblock-error-orientation {
  display: none;
}
@media (max-width: 900px) and (orientation: portrait) {
  .resblock {
    display: block;
  }
  .resblock .resblock-error-orientation {
    display: block;
  }
}
@media (max-width: 900px) and (orientation: landscape), (max-height: 500px) and (orientation: landscape) {
  .resblock {
    display: block;
  }
  .resblock .resblock-error-size {
    display: block;
  }
}
.resblock .resblock-error {
  max-width: 80%;
  margin: 0 10%;
  padding-top: 10vh;
  text-align: center;
  line-height: 1.5;
}
.resblock .resblock-error .resblock-error-main {
  font-size: 1.3rem;
}
.resblock a {
  color: #fff;
  font-weight: bold;
}

.tour-main {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.tour-nav {
  position: relative;
  height: 10vh;
  width: 100vw;
  border-bottom: 3px solid #000;
}
.tour-nav button {
  position: relative;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 5vh;
  background-color: transparent;
}
.tour-nav button:focus {
  box-shadow: none;
  outline: none;
  border: 1px dotted #666;
}
.tour-nav button.disabled {
  opacity: 0.5;
}
.tour-nav .button-backward:after, .tour-nav .button-forward:after {
  content: "30s";
  display: block;
  font-size: 10px;
  position: absolute;
  top: 2px;
  width: 60%;
  text-align: center;
  pointer-events: none;
  line-height: 9vh;
  margin-top: -1.5em;
}
.tour-nav .tour-nav-exit {
  position: relative;
  height: 100%;
  border-right: 3px solid #000;
}
.tour-nav .tour-nav-exit .arrow {
  display: inline-block;
  text-align: left;
  width: 50px;
  height: 100%;
  vertical-align: middle;
  font-size: 17px;
  padding-right: 10px;
}
.tour-nav .tour-nav-exit .logo {
  display: inline-block;
  width: 100px;
  height: 100%;
  background-image: url("../images/i-am-ai-logo-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tour-nav .tour-chapter-sel {
  display: inline-block;
  vertical-align: top;
  width: calc(100vw - 376px);
  height: 100%;
}
.tour-nav .tour-chapter-sel > button {
  height: 100%;
  font-size: 20px;
  padding-left: 1em;
}
.tour-nav .tour-chapter-sel > button:after {
  margin-left: 0.5em;
  vertical-align: 0.155em;
}

.tour-screen {
  position: relative;
  width: 100vw;
  height: 85vh;
  background-color: #000;
}
.tour-screen .iframe-wrapper {
  width: 100vw;
  height: 56.25vw;
  max-width: 151.1111111111vh;
  max-height: 85vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tour-screen .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
}
.tour-screen .image-wrapper {
  display: flex;
  width: 100vw;
  height: 56.25vw;
  max-width: 151.1111111111vh;
  max-height: 85vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
.tour-screen .image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.tour-screen .image-wrapper.visible {
  opacity: 1;
}

.tour-controls {
  border-left: 3px solid #000;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.tour-controls button {
  width: 50px;
  height: 100%;
  font-size: 17px;
}

.tour-footer {
  border-top: 3px solid #000;
}

.tour-guide {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40vh;
  height: 40vh;
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: opacity 1s;
  opacity: 0;
}
.tour-guide.visible {
  opacity: 1;
}
.tour-guide.button-mode {
  border: 8px solid #ffec02;
}
.tour-guide .tour-guide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tour-guide .tour-guide-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tour-guide .tour-guide-play-button,
.tour-guide .tour-guide-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s;
}
.tour-guide .tour-guide-play-button:hover,
.tour-guide .tour-guide-button:hover {
  background-color: #f9f3af;
}
.tour-guide .tour-guide-play-button .tour-guide-play-button-text,
.tour-guide .tour-guide-play-button .tour-guide-button-text,
.tour-guide .tour-guide-button .tour-guide-play-button-text,
.tour-guide .tour-guide-button .tour-guide-button-text {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.tour-guide .tour-guide-play-button-text {
  font-size: 1.6em;
}
.tour-guide .tour-guide-play-button-text .fa-play {
  display: block;
  margin-bottom: 0.4em;
  margin-left: 0.1em;
  font-size: 2em;
}
.tour-guide .tour-guide-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-guide .tour-guide-loader .lds-ellipsis {
  text-align: center;
}

.neural-numbers-component-page-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-neural-numbers .neural-numbers-component {
  width: 900px;
}
.vg-neural-numbers .neural-numbers-component .stage {
  overflow: hidden;
  flex: 0 1 240px;
  justify-content: center;
  margin-right: 0;
}
.vg-neural-numbers .neural-numbers-component .stage-normalize,
.vg-neural-numbers .neural-numbers-component .stage-bars {
  flex: 0 1 0;
  transition: flex 2s;
}
.vg-neural-numbers .neural-numbers-component .stage-normalize.visible,
.vg-neural-numbers .neural-numbers-component .stage-bars.visible {
  flex: 0 1 240px;
}
.vg-neural-numbers .neural-numbers-component .stage-input .input-placeholder {
  margin: 0;
  padding: 0;
  width: 60%;
  left: 20%;
}
@media (max-width: 991.98px) {
  .vg-neural-numbers .neural-numbers-component.with-output.with-bars .stage-output {
    display: flex !important;
  }
}
/*# sourceMappingURL=default-6be8f7212c.css.map */
