body {
  background-color: #100635;
  font-family: Neuemachina, sans-serif;
  color: #e8edef;
  font-size: 1vw;
  line-height: 1.1;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 6em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0.3em;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1.1;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.7rem;
  font-family: Neuemachina, sans-serif;
  font-size: 2.2em;
  line-height: 1.1;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: 700;
}

p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  opacity: 0.85;
  font-family: Neuemachina, sans-serif;
  font-size: 1.3em;
  line-height: 1.2;
}

a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #e8edef;
  text-decoration: underline;
}

label {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
}

.section {
  background-color: #100635;
}

.section.is--hero {
  position: relative;
  background-color: #100635;
  background-image: url('../images/PR--BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.is--time-theme {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #290335;
}

.section.is--branded {
  position: relative;
  background-image: url('../images/PR--BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.is--footer {
  background-color: #0c0427;
}

.section.is--herosjourney {
  position: relative;
  overflow: hidden;
  background-color: #18054d;
}

.section.is--time {
  background-color: #290335;
}

.section.is--forum {
  background-color: #200569;
}

.container {
  width: 90%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.is--large-padding {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.is--small-padding {
  position: relative;
  z-index: 3;
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.is--hero {
  position: relative;
  z-index: 3;
  padding-top: 12em;
  padding-bottom: 4em;
}

.container.is--footer {
  padding-top: 5em;
  padding-bottom: 5em;
}

.styleguide-element {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  border-bottom: 2px solid #e8edef;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100em;
  background-color: #fdd234;
  box-shadow: inset -1px -1px 10px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 10px 3px hsla(0, 0%, 100%, 0.2);
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  font-family: Neuemachina, sans-serif;
  color: #1b1b1b;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

.button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.button.is--blue {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-color: #4fcaff;
}

.button.is--yellow {
  background-color: #fdd234;
}

.button.is--hero {
  padding-right: 2em;
  padding-left: 2em;
  background-color: #fdd234;
  color: #200569;
  font-size: 1.5em;
  font-weight: 500;
}

.button.is--comment {
  padding: 0.6em 1.1em;
}

.button-text {
  margin-top: 0em;
  margin-bottom: 0px;
  font-size: 1em;
}

.paragraph {
  margin-bottom: 0px;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 7em;
  border-bottom: 1px solid #e4c0f0;
  background-color: #0f0231;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  width: 15em;
}

.logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: inline-block;
  padding: 1em;
  font-family: Neuemachina, sans-serif;
  color: #e8edef;
  font-size: 1.3em;
  text-decoration: none;
}

.nav-link:hover {
  color: #ea4ce4;
  text-decoration: underline;
}

.nav_dropdown--toggle {
  padding: 1em 2.6em 1em 1em;
  font-family: Neuemachina, sans-serif;
  color: #e8edef;
  font-size: 1.3em;
}

.nav_dropdown--toggle.is--profile {
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40em;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-subtilte {
  margin-top: 0px;
  margin-bottom: 0.8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(232, 237, 239, 0.9);
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.hero-title {
  color: #fbeeff;
  font-size: 7em;
  line-height: 1;
  text-align: center;
}

.hero-features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-feature-title {
  color: #ead3f1;
}

.hero-feature-desciption {
  max-width: 80%;
  text-align: center;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.puzzles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.puzzle-tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1em;
  background-color: #200569;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.puzzle-tile:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.puzzle-tile.is--herosjourney {
  background-color: #260288;
}

.puzzle-tile.is--time {
  background-color: #520669;
}

.puzzle-tile.is--time.is--4th {
  background-color: #520669;
}

.puzzle-tile.is--time-copy {
  background-color: transparent;
}

.puzzle-tile-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 1.2em 1em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.puzzle-tile-thumbnail {
  width: 100%;
  height: 14em;
  background-color: #200569;
  -o-object-fit: cover;
  object-fit: cover;
}

.puzzle-difficulty-wrap {
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  z-index: 2;
  padding: 0.8em 1em;
  border-radius: 30em;
  background-color: #720f35;
  font-size: 0.8em;
}

.puzzle-difficulty-wrap.is--easy {
  padding-left: 1.3em;
  background-color: #3f358b;
}

.puzzle-difficulty-wrap.is--moderate {
  background-color: #520569;
}

.puzzle-difficulty-wrap.is--completed {
  left: auto;
  top: auto;
}

.puzzle-difficulty-wrap.is--hard {
  background-color: #720f35;
}

.puzzle-difficulty-text {
  margin-bottom: 0px;
}

.tile-button-wrap {
  padding-top: 2em;
}

.is--centered {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  text-align: center;
}

.featured-theme-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.benefits-title-contain {
  max-width: 60em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.puzzle-title {
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.7em;
  text-align: left;
}

.puzzle-title.puzzletitle-copy {
  text-align: center;
}

.hero-bg-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 5, 105, 0)), color-stop(83%, #100635));
  background-image: linear-gradient(180deg, rgba(32, 5, 105, 0), #100635 83%);
}

.hero-bg-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 5em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #100635), to(rgba(32, 5, 105, 0)));
  background-image: linear-gradient(180deg, #100635 11%, rgba(32, 5, 105, 0));
}

.member-benefits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-benefit-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-benefit-icon {
  width: 4em;
  height: 4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ea4ce4;
}

.member-benefit-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.home-about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-about-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image-contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 54%;
  height: 35em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #200569;
}

.home-about-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_subtitle {
  margin-bottom: 1em;
  color: #ea4ce4;
  font-size: 1.2em;
  text-transform: uppercase;
}

.section_subtitle.is--spacer {
  margin-right: 0.7em;
  margin-left: 0.7em;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-col.is--col1 {
  width: 40%;
}

.footer-col.is--col2 {
  width: 15%;
}

.footer-horizontal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 3em;
  padding-bottom: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-family: Neuemachina, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #ea4ce4;
  text-decoration: underline;
}

.footer-social-icon {
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.6em;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 20em 2.6em 1em;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  text-decoration: none;
}

.dropdown-link:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.dropdown-link.is--time-travel {
  background-color: #290335;
}

.dropdown-link.is--heros-journey {
  background-color: #200569;
}

.is--dropdown-link {
  z-index: 2;
  margin-bottom: 0.1em;
  opacity: 0.95;
  font-family: Neuemachina, sans-serif;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.is--drowndown-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 70%;
  background-image: url('../images/Time-Travel-BG.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.is--drowndown-bg.is--hero {
  background-image: url("https://uploads-ssl.webflow.com/63b3fd44d9818842b257a852/63b3fd44d981880ae057a86c_Hero's%20Journey%20BG.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.is--dropdown-gradient {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 70%;
  background-image: -webkit-gradient(linear, left top, right top, from(#200569), color-stop(63%, rgba(21, 6, 105, 0)));
  background-image: linear-gradient(90deg, #200569, rgba(21, 6, 105, 0) 63%);
}

.is--dropdown-gradient.is--time {
  background-image: -webkit-gradient(linear, left top, right top, from(#290335), color-stop(63%, rgba(21, 6, 105, 0)));
  background-image: linear-gradient(90deg, #290335, rgba(21, 6, 105, 0) 63%);
}

.dropdown-text-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 1em;
}

.gallery-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gallery-filter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 0.1em solid #e8edef;
}

.filter-button {
  margin-right: 1em;
  padding: 1em 2em;
  border-style: solid;
  border-width: 0.1em;
  border-color: #e8edef;
  border-radius: 30em;
  text-decoration: none;
}

.filter-button.is--selected {
  border-color: #ea4ce4;
}

.theme-bg-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.theme-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.theme-bg.is--herosjourney {
  background-image: url("https://uploads-ssl.webflow.com/63b3fd44d9818842b257a852/63b3fd44d981880ae057a86c_Hero's%20Journey%20BG.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.theme-bg.is--time {
  background-image: url('../images/Time-Travel-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.theme-bg-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 15em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.theme-bg-gradient.is--herosjourney {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 5, 105, 0)), to(#18054d));
  background-image: linear-gradient(180deg, rgba(32, 5, 105, 0), #18054d);
}

.theme-bg-gradient.is--time {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 6, 105, 0)), to(#290335));
  background-image: linear-gradient(180deg, rgba(82, 6, 105, 0), #290335);
}

.puzzle-completed-wrap {
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  overflow: hidden;
  padding: 0.8em 1em;
  border-radius: 30em;
  background-color: rgba(8, 0, 37, 0.16);
}

.hero_bg--gradient {
  position: absolute;
  left: 25%;
  bottom: -5%;
  width: 50em;
  height: 50em;
  border-radius: 30em;
  background-color: #100635;
  -webkit-filter: blur(5em);
  filter: blur(5em);
}

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

.puzzle_grid--col1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.is--meta_text {
  margin-left: 0.3em;
}

.puzzle_grid--col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.puzzle_img {
  width: 100%;
  height: 100%;
  min-height: 40em;
  -o-object-fit: cover;
  object-fit: cover;
}

.puzzel_grid--card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 2.2em 2.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 2em;
  background-color: #1a0222;
}

.puzzel_grid--card.is--herosjourney {
  background-color: #18054d;
}

.puzzel_grid--card.is--time {
  background-color: #290335;
}

.puzzle_answer--form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_field {
  margin-bottom: 1em;
  padding: 0.4em 1.2em;
  border-radius: 2em;
}

.form_field.is_msg {
  background-color: #200569;
}

.text_link {
  margin-bottom: 1em;
  color: #ea4ce4;
  font-size: 1.3em;
}

.puzzle_progress--tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1em;
  background-color: #520669;
}

.puzzle_progress--tile.is--time {
  background-color: #520669;
}

.puzzle_progress--tile.is--herosjourney {
  background-color: #200569;
}

.progress_step--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.progress_step--icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2em;
  height: 2em;
  margin-bottom: 1em;
  padding: 0.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0.1em;
  border-color: #e8edef;
  border-radius: 10em;
  font-size: 1.4em;
}

.progress_step--icon.is--inprogress {
  border-color: #e8edef;
}

.progress_step--icon.is--complete {
  border-color: #e8edef;
  background-color: #e8edef;
}

.progress_step--check {
  opacity: 0;
}

.progress_step--check.is--complete {
  position: absolute;
  margin-top: 0.2em;
  opacity: 1;
  color: #100635;
  font-size: 1.6em;
  line-height: 1;
}

.progress_step--dot {
  width: 50%;
  height: 50%;
  border-radius: 10em;
  opacity: 0;
}

.progress_step--dot.is--inprogress {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8edef;
  opacity: 1;
}

.progress_line {
  height: 0.1em;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-left: 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8edef;
  opacity: 0.5;
}

.achievements_wrap {
  padding: 3em;
  border-radius: 1em;
  background-color: #18054d;
}

.achievements_wrap.is--aherosjourney {
  background-color: #100635;
}

.achievements_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.achievement_item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 2%;
  padding: 4em 1.2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1em;
  background-color: #3d0664;
}

.achievement_item.is--final {
  width: 100%;
}

.achievement_item.is--aherosjourney {
  background-color: #200569;
}

.achievement_bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  margin-top: 1em;
  padding: 0.3em 0.4em;
  border-style: solid;
  border-width: 0.1em;
  border-color: #e8edef;
  border-radius: 10em;
}

.achievement_bar.is--complete {
  border-color: #ea4ce4;
}

.achievement_progress {
  width: 60%;
  border-radius: 10em;
  background-color: #ea4ce4;
}

.achievement_progress.is--inprogress {
  width: 50%;
}

.achievement_progress._21321 {
  width: 20%;
}

.achievement_progress.dwada {
  width: 5%;
}

.achievement_progress.dsadwdadasda {
  width: 3%;
}

.achievement_progress.dasdawadawdsad {
  width: 2%;
}

.progress_label {
  position: absolute;
  left: 1em;
  font-size: 1.1em;
  white-space: nowrap;
}

.profile_hero--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile_img--wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: 8em;
  margin-right: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile_img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10em;
}

.profile_accolade--wrap {
  position: absolute;
  top: -1em;
  right: -1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile_accolade--wrap.is--small {
  top: -0.6em;
  right: -0.6em;
}

.profile_accolade {
  overflow: hidden;
  width: 3em;
  height: 3em;
  border-radius: 10em;
  box-shadow: 1px 6px 20px 0 rgba(0, 0, 0, 0.54);
}

.profile_accolade.is--small {
  width: 1.4em;
  height: 1.4em;
}

.profile_name--wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile_name {
  font-size: 4em;
}

.profile_stats--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile_stats--card {
  width: 24%;
  margin-right: 1%;
  padding: 2em;
  border-radius: 1em;
  background-color: #200569;
}

.profile_stat {
  font-size: 4em;
  font-weight: 700;
}

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

.profile_img--contain {
  position: relative;
  width: 2.4em;
  height: 2.4em;
  margin-right: 1em;
}

.profile_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.forum_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.forum_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.forum_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  padding: 1.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #200569;
  border-radius: 1em;
  background-color: #200569;
  text-decoration: none;
}

.forum_card:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #e4c0f0;
}

.forum_sticky--contain {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text_field {
  padding: 0.8em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #e8edef;
  border-radius: 1em;
  background-color: rgba(232, 237, 239, 0.8);
  color: #1a1a1a;
  text-decoration: none;
}

.text_field::-webkit-input-placeholder {
  background-color: transparent;
  color: #100635;
  font-size: 1.2em;
}

.text_field:-ms-input-placeholder {
  background-color: transparent;
  color: #100635;
  font-size: 1.2em;
}

.text_field::-ms-input-placeholder {
  background-color: transparent;
  color: #100635;
  font-size: 1.2em;
}

.text_field::placeholder {
  background-color: transparent;
  color: #100635;
  font-size: 1.2em;
}

.forum_content {
  padding-top: 0.8em;
}

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

.forum_card--col2 {
  width: 90%;
}

.forum_card--col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  margin-right: 4%;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.forum_arrow {
  width: 0.8em;
  height: 0.8em;
  margin: 0.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Down_Arrow-06.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.forum_arrow.is--up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.forum_vote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6em;
  text-align: center;
}

.forum_vote.is--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.1em;
}

.forum_buttons--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.1em;
}

.forum_buttons--wrap:hover {
  text-decoration: underline;
}

.forum_meta--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forum_meta--icon {
  width: 2em;
  height: 2em;
  margin-right: 0.6em;
}

.forum_meta--icon.is--comments {
  background-image: url('../images/Feature-Icons-15.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.forum_stick--item {
  position: -webkit-sticky;
  position: sticky;
  top: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.is--spacer {
  margin-right: 0.9em;
  margin-left: 0.9em;
}

.section_onboarding--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.onboarding_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.onboarding_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e4c0f0;
  border-radius: 1em;
  background-color: #200569;
}

.onboarding_col2 {
  position: relative;
  overflow: hidden;
  width: 40%;
  margin-left: 5%;
  border-radius: 1em;
}

.div_padding {
  padding-top: 1.6em;
}

.checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8em;
  padding-top: 0.4em;
  padding-left: 2.3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
}

.checkbox {
  width: 1em;
  height: 1em;
  margin-top: 0px;
  margin-right: 0.4em;
  margin-left: -1.8em;
  border-color: #e4c0f0;
}

.checkbox.w--redirected-checked {
  border-color: #ea4ce4;
  background-color: transparent;
}

.profile_dropdown--wrap.w--open {
  background-color: #200569;
}

.profile_dropdown--link {
  padding: 1em;
  color: #e8edef;
  font-size: 1.2em;
}

.profile_dropdown--link:hover {
  background-color: #100635;
}

.forum_comment--string {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment_content {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  margin-left: 1em;
  padding-left: 0.8em;
  border-left: 1px solid #e4c0f0;
}

.forum_heading {
  font-size: 3em;
}

.button_spacer {
  padding-top: 2em;
}

.mobile_button--wrap {
  display: none;
}

.mobile_nav {
  display: none;
}

.feature_gradient {
  position: absolute;
  z-index: 0;
  width: 10em;
  height: 10em;
  background-color: #4fcaff;
  -webkit-filter: blur(8em);
  filter: blur(8em);
}

.feature_gradient.is--yellow {
  background-color: #fdd234;
}

.feature_gradient.is--purple {
  background-color: #ea4ce4;
}

.privacy_section {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e4c0f0;
}

.puzzle_thumbnail--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.where-a-puzzle-will-go {
  position: absolute;
  max-height: 90%;
  max-width: 80%;
}

.puzzle-title-copy {
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.7em;
  text-align: center;
}

.puzzle-tile-info-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 1.2em 1em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.puzzle-tile-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1em;
  background-color: #200569;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.puzzle-tile-copy:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.puzzle-tile-copy.is--herosjourney {
  background-color: #260288;
}

.puzzle-tile-copy.is--time {
  background-color: #520669;
}

.puzzle-tile-copy.is--time.is--4th {
  background-color: transparent;
}

.puzzle-tile-copy.is--time-copy {
  background-color: transparent;
}

.puzzle-tile-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1em;
  background-color: #200569;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.puzzle-tile-copy:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.puzzle-tile-copy.is--herosjourney {
  background-color: #260288;
}

.puzzle-tile-copy.is--time {
  background-color: transparent;
}

.puzzle-tile-copy.is--time.is--4th {
  background-color: #520669;
}

.puzzle-tile-copy.is--time-copy {
  background-color: transparent;
}

.puzzle-tile-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1em;
  background-color: #200569;
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
  text-decoration: none;
}

.puzzle-tile-copy:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.puzzle-tile-copy.is--herosjourney {
  background-color: #260288;
}

.puzzle-tile-copy.is--time {
  background-color: transparent;
}

.puzzle-tile-copy.is--time.is--4th {
  background-color: #520669;
}

.puzzle-tile-copy.is--time-copy {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.achievement_progress-copy {
  width: 10%;
  border-radius: 10em;
  background-color: #ea4ce4;
}

.achievement_progress-copy.is--inprogress {
  width: 50%;
}

.puzzle-tile-thumbnail-copy {
  width: 100%;
  height: 14em;
  background-color: #200569;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.4vw;
  }

  h1 {
    font-size: 5em;
  }

  h2 {
    font-size: 3em;
  }

  p {
    font-size: 1.4em;
  }

  .container {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.is--large-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

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

  .container.is--footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .button.is--hero {
    font-size: 1.8em;
  }

  .nav-container {
    position: relative;
    z-index: 99;
  }

  .logo-link.is--footer {
    display: none;
  }

  .nav_links {
    display: none;
  }

  .hero-wrapper {
    height: auto;
    max-width: 80%;
    min-height: 30em;
    padding-top: 3em;
  }

  .hero-subtilte {
    font-size: 1.6em;
  }

  .hero-title {
    font-size: 6em;
  }

  .hero-features-item {
    width: 31%;
  }

  .puzzle-tile {
    width: 32%;
  }

  .puzzle-tile.is--4th {
    display: none;
  }

  .featured-theme-wrap {
    max-width: 100%;
  }

  .puzzle-title {
    margin-bottom: 0.2em;
  }

  .member-benefit-info {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .home-about-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-about-info {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .about-image-contain {
    width: 100%;
  }

  .footer-col.is--col1 {
    width: 100%;
  }

  .footer-col.is--col2 {
    width: 50%;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .footer-horizontal-wrap {
    width: 100%;
    padding-top: 1em;
  }

  .gallery-filter-wrap {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .hero_bg--gradient {
    left: 12%;
  }

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

  .puzzle_grid--col1 {
    width: 100%;
    margin-top: 2%;
    margin-right: 0%;
  }

  .puzzle_grid--col2 {
    width: 100%;
  }

  .puzzel_grid--card.is--time {
    padding-bottom: 1em;
  }

  .puzzle_answer--form {
    padding-top: 1em;
  }

  .form_field {
    margin-bottom: 0.8em;
  }

  .achievements_wrap {
    padding: 1.6em;
  }

  .profile_name {
    font-size: 3em;
  }

  .profile_stats--card {
    padding-right: 1em;
    padding-left: 1em;
  }

  .profile_stat {
    font-size: 3em;
  }

  .forum_col2 {
    width: 38%;
  }

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

  .onboarding_col1 {
    width: 100%;
    margin-bottom: 2%;
  }

  .onboarding_col2 {
    width: 100%;
    margin-left: 0%;
  }

  .mobile_button--wrap {
    display: block;
  }

  .mobile_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7em;
    height: 7em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile_nav--lottie {
    width: 5em;
    height: 5em;
  }

  .mobile_nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 89;
    display: none;
    width: 100vw;
    height: 100%;
  }

  .mobile_nav--container {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 12em 0px 10em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_nav--bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    background-color: #18054d;
  }

  .mobile_nav--col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile_nav--link {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-family: Neuemachina, sans-serif;
    font-size: 2.4em;
    text-decoration: none;
  }

  .mobile_nav--link:hover {
    color: #ea4ce4;
  }

  .puzzle-title-copy {
    margin-bottom: 0.2em;
  }

  .puzzle-tile-copy {
    width: 32%;
  }

  .puzzle-tile-copy.is--4th {
    display: none;
  }

  .puzzle-tile-copy {
    width: 32%;
  }

  .puzzle-tile-copy.is--4th {
    display: none;
  }

  .puzzle-tile-copy {
    width: 32%;
  }

  .puzzle-tile-copy.is--4th {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2vw;
  }

  h1 {
    font-size: 4em;
  }

  .logo-link {
    width: 17em;
  }

  .hero-wrapper {
    max-width: none;
    min-height: 40em;
  }

  .hero-title {
    font-size: 5em;
  }

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

  .hero-features-item {
    width: 100%;
    margin-bottom: 2em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .puzzle-tile {
    width: 48%;
    margin-left: 1%;
  }

  .puzzle-tile.is--4th {
    display: block;
  }

  .member-benefits-wrap {
    padding-top: 2em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .member-benefit-item {
    width: 100%;
    margin-bottom: 1em;
  }

  .member-benefit-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .about-image-contain {
    height: 28em;
  }

  .gallery-title-wrapper {
    padding-bottom: 1em;
  }

  .gallery-filter-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-button {
    margin-bottom: 1em;
  }

  .hero_bg--gradient {
    left: 3%;
    bottom: 11%;
    width: 40em;
    height: 40em;
  }

  .progress_step--icon {
    width: 1.4em;
    height: 1.4em;
  }

  .progress_line {
    margin-right: 1em;
    margin-left: 1em;
  }

  .achievements_wrap {
    padding-right: 1em;
    padding-left: 1em;
  }

  .achievement_item {
    width: 49%;
  }

  .profile_img--wrap {
    width: 5em;
    height: 5em;
  }

  .profile_accolade {
    width: 2em;
    height: 2em;
  }

  .profile_stats--card {
    width: 48%;
    margin-bottom: 1%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .profile_meta--wrap {
    font-size: 2vw;
  }

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

  .forum_col1 {
    width: 100%;
  }

  .forum_col2 {
    width: 100%;
  }

  .forum_stick--item {
    position: relative;
    top: auto;
  }

  .is--spacer {
    margin-right: 0.4em;
    margin-left: 0.4em;
  }

  .feature_gradient {
    display: none;
    width: 8em;
    height: 8em;
  }

  .puzzle-tile-copy {
    width: 48%;
    margin-left: 1%;
  }

  .puzzle-tile-copy.is--4th {
    display: block;
  }

  .puzzle-tile-copy {
    width: 48%;
    margin-left: 1%;
  }

  .puzzle-tile-copy.is--4th {
    display: block;
  }

  .puzzle-tile-copy {
    width: 48%;
    margin-left: 1%;
  }

  .puzzle-tile-copy.is--4th {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 2.5vw;
  }

  h2 {
    font-size: 3em;
  }

  p {
    font-size: 1.8em;
    line-height: 1.3;
  }

  .nav {
    height: 9em;
  }

  .logo-link {
    width: 19em;
  }

  .hero-wrapper {
    min-height: 55em;
    padding-top: 0em;
  }

  .hero-subtilte {
    font-size: 2em;
  }

  .hero-title {
    font-size: 4em;
  }

  .puzzle-tile-info {
    padding-top: 1em;
  }

  .section_subtitle {
    margin-bottom: 0.2em;
  }

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

  .filter-button {
    margin-right: 0.9em;
    margin-bottom: 0.6em;
    padding: 0.7em 1.6em;
    font-size: 1.4em;
  }

  .hero_bg--gradient {
    left: 14%;
    bottom: 27%;
    width: 30em;
    height: 30em;
  }

  .achievement_item {
    width: 100%;
    margin-right: 0%;
    padding-top: 5.1em;
  }

  .profile_hero--grid {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profile_img--wrap {
    margin-right: 2em;
  }

  .profile_name--wrap {
    padding-top: 1.4em;
  }

  .profile_name {
    font-size: 3em;
  }

  .profile_stats--card {
    padding: 1.5em 1.6em;
  }

  .profile_meta--wrap {
    font-size: 3vw;
  }

  .profile_link {
    font-size: 3vw;
  }

  .forum_col1 {
    width: 100%;
  }

  .forum_col2 {
    width: 100%;
  }

  .forum_card {
    padding-right: 1em;
    padding-left: 1em;
  }

  .text_field {
    font-size: 4vw;
  }

  .forum_buttons--wrap {
    font-size: 1.5em;
  }

  .forum_stick--item {
    position: relative;
    top: 0em;
  }

  .mobile_button {
    width: 8em;
    height: 9em;
  }

  .mobile_nav--lottie {
    width: 6em;
    height: 6em;
  }

  .form {
    font-size: 3vw;
  }

  .privacy_section {
    margin-bottom: 2em;
  }
}

@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}