/* compiled by scssphp v0.0.12 on Fri, 13 Jun 2025 14:21:24 +0000 (0.1312s) */

:root {
  --overlay--text-colour: #7b7f82;
  --primary-colour: #c3a04c;
  --theme-colour: #c59f4c;
  --theme-green: #879251;
  --theme-indigo: #a293f7; }

.noselect {
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  -khtml-user-select: none;
  /* Old versions of Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  user-select: none; }

body {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  min-height: 100vh; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4em; }

h2 {
  line-height: 1.2em;
  word-break: break-word;
  font-size: 2.4em;
  color: var(--primary-colour); }

code {
  word-wrap: break-word; }

.tight--above {
  margin-top: 0; }

.tight--below {
  margin-bottom: 0; }

.banner-video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 55.8%;
  position: relative;
  background: black;
  border: 4px var(--theme-colour) solid;
  box-sizing: border-box; }
  .banner-video-wrapper:before {
    content: "";
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 4px var(--theme-colour) solid;
    border-right-color: transparent;
    animation-name: working;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.banner-video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-screen--play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); }
  .video-screen--play a {
    background: var(--primary-colour);
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 80%;
    text-transform: uppercase;
    padding: 12px 28px 12px 16px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    grid-gap: 8px; }
    .video-screen--play a .material-icons {
      width: 24px; }

.video-screen--wide-conceal {
  display: none; }

#join #warrior-masterclass-online {
  padding-top: 8em; }

.material-icons {
  width: 24px; }

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 2% 5%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in-out;
  background: rgba(0, 0, 0, 0); }
  header #logo {
    filter: brightness(1);
    width: 400px;
    transition: all 0.1s ease-in-out; }
  header menu {
    margin: 0;
    display: flex;
    grid-gap: 12px;
    align-items: center; }
    header menu .button:not(.hollow,.button--hollow) {
      margin-right: 12px; }
  header a {
    color: black; }
  .offset header {
    background: rgba(0, 0, 0, 0.9);
    padding: 0.75% 5%; }
    .offset header a {
      color: white; }
    .offset header #logo {
      width: 200px; }

menu {
  list-style-type: none;
  padding-left: 0;
  font-weight: 700;
  color: var(--overlay--text-colour); }
  menu .hollow {
    display: block; }
    menu .hollow .material-icons {
      display: block;
      margin-top: -4px;
      margin-bottom: -4px; }
  footer menu a {
    color: white;
    font-weight: 100; }

img {
  max-width: 100%; }

.video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }

.video_1 {
  right: 0;
  bottom: 5%; }

.video_2 {
  left: 0;
  top: 5%;
  filter: brightness(1.1); }

.video video {
  height: 110%;
  position: relative;
  top: -5%; }

.main--carousel {
  position: relative; }

.main--page {
  position: relative; }

.main {
  min-height: 100vh;
  position: relative; }
  .main:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 35.9%;
    z-index: 10;
    background-image: url(../../images/rock-top-fauxie-5.webp);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: 50% 0; }

.master-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 160px; }

.master-layout--foreground-content {
  text-align: center; }
  .master-layout--foreground-content img {
    filter: drop-shadow(0 1px 1px black);
    width: 400px; }
  .master-layout--foreground-content h4 {
    font-size: 1.1em;
    color: black; }

#content > div:first-child .container {
  position: relative;
  z-index: 10; }

#join_link {
  font-weight: bold;
  font-size: 1.3em;
  padding: 12px 32px;
  font-family: 'Montserrat', sans-serif;
  background-image: url(../../images/gold_back.jpg);
  filter: saturate(1.2) brightness(1.5); }

.main--page {
  display: flex;
  align-items: center;
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always; }

.container {
  width: 1600px;
  max-width: 100%;
  padding: 6em 40px;
  margin: 0 auto;
  box-sizing: border-box; }
  .container p:first-child {
    margin-top: 0; }
  .container p:last-child {
    margin-bottom: 0; }

.card-items {
  margin: 4em 0; }
  .card-items h3 {
    text-transform: uppercase; }
  .card-items > div {
    margin: 20px;
    background: var(--primary-colour);
    color: white; }
  .card-items .block--content {
    padding: 10px 40px 30px; }

.soft-colour {
  background-color: #f4f4f4; }
  .soft-colour .card-items > div {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

.column-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }

.triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px; }

.button {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  color: black;
  font-size: 90%;
  font-weight: bold; }
  .button:not(.hollow,.button--ghost) {
    background-color: var(--primary-colour); }

.text-content .button {
  margin-top: 2em; }

@keyframes spinner {
  0% {
    transform: rotate(150deg); }

  25% {
    transform: rotate(150deg); }

  50% {
    transform: rotate(330deg); }

  75% {
    transform: rotate(330deg); }

  100% {
    transform: rotate(510deg); } }

@keyframes spinner_e {
  0% {
    transform: rotate(200deg); }

  32% {
    transform: rotate(200deg); }

  49% {
    transform: rotate(390deg); }

  83% {
    transform: rotate(390deg); }

  100% {
    transform: rotate(560deg); } }

@keyframes headline {
  0% {
    opacity: 1; }

  25% {
    opacity: 1; }

  40% {
    opacity: 0; }

  85% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes headline_e {
  0% {
    opacity: 0; }

  35% {
    opacity: 0; }

  50% {
    opacity: 1; }

  80% {
    opacity: 1; }

  90% {
    opacity: 0; } }

.screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.screen--rear {
  transform: rotate(45deg);
  background: purple;
  background: #333;
  width: 100%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 50%;
  transform-origin: 0% 50%;
  animation-name: spinner_e;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.screen--fore {
  transform: rotate(45deg);
  background: purple;
  background: #110f0f;
  /*border-left:2vw white dashed;*/
  width: 100%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: 50%;
  transform-origin: 0% 50%;
  animation-name: spinner;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /*.screen--fore:before{
  content:"";
  display:block;
  height:100%;
  border-right:4vw white dashed;
  position:absolute;
  transform:skewY(30deg);
}
*/ }

.text-overlay {
  position: absolute;
  top: 20%;
  bottom: 10%;
  /*border:1px red dashed;*/
  left: 50%;
  width: 100%;
  max-width: 1800px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 18vw;
  color: white;
  padding: 0 2.5%;
  box-sizing: border-box; }

.text-overlay p {
  font-size: 120%;
  line-height: 1.6; }

.text-content-1 {
  display: flex;
  align-items: flex-end;
  animation-name: headline;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.text-content-2 {
  text-align: right;
  opacity: 0;
  animation-name: headline_e;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.tile-block {
  display: flex;
  width: 100%;
  background: #043fa9;
  background-image: radial-gradient(circle at 10% 40%, #043fa9, purple); }

.tile-block svg {
  width: 50%;
  height: auto; }

svg path:nth-child(1) {
  fill: #666;
  mix-blend-mode: overlay; }

.section--title {
  text-transform: uppercase;
  font-size: 2.4em; }

.centered {
  text-align: center; }

.container--reading {
  width: 600px;
  margin: auto;
  max-width: 100%; }

section {
  height: 100vh;
  position: relative;
  background: white;
  overflow: hidden; }

@keyframes palette_rotate {
  0% {
    fill: blue; }

  25% {
    fill: green; }

  50% {
    fill: red; }

  75% {
    fill: purple; }

  100% {
    fill: blue; } }

svg path:nth-child(2) {
  fill: purple;
  mix-blend-mode: color-dodge;
  animation-name: palette_rotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 8s; }

.main--page {
  min-height: 100vh; }

[data-action], [data-wmco-action] {
  cursor: pointer; }

.catgeory-brackets {
  padding-left: 0;
  list-style-type: none; }
  .catgeory-brackets li {
    display: block;
    grid-template-columns: 48px 1fr;
    grid-template-columns: 1fr;
    margin: 1em 0; }

.question-marker {
  background-color: var(--primary-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  display: none; }

.question {
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-gap: 24px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  background: black;
  color: white;
  padding: 8px 16px;
  transition: all 0.15s ease-in-out; }

.catgeory-brackets [data-wmco-action="toggle_answer"] {
  display: grid;
  grid-template-columns: 34px 1fr; }
  .catgeory-brackets [data-wmco-action="toggle_answer"]:before {
    content: "?";
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    background-color: var(--theme-colour);
    padding: 8px 12px; }

[data-close] {
  display: none; }

.active [data-open] {
  display: none; }

.active [data-close] {
  display: inline-block; }

.active .question {
  background: var(--primary-colour);
  color: black;
  font-weight: bold; }

.answer {
  display: none;
  grid-column: 2;
  padding: 8px 16px;
  color: white; }
  .answer.open {
    display: block; }

.background-textured-white {
  background-image: url(../../images/wmco-background-white.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#frequently-asked-questions {
  background-image: url(../../images/plain_desert.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #frequently-asked-questions h2 {
    color: black; }

.button--ghost {
  background: transparent;
  border: 2px #c59f4c solid;
  color: #c59f4c; }

.button--circle {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }

.button--fill {
  width: 100%;
  text-align: center; }

@keyframes working {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.logo {
  max-width: 400px; }

p {
  margin: 2em 0; }

a {
  color: #c59f4c;
  text-decoration: none; }

img {
  max-width: 100%; }

.centered {
  text-align: center; }

.page-width {
  width: 1200px;
  max-width: 100%;
  margin: auto; }

.form-width {
  width: 400px;
  max-width: 100%;
  margin: auto; }

footer .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px; }
  footer menu li {
    margin: 0.25em 0; }
  footer h4 {
    margin-top: 1em; }

.centered {
  text-align: center; }

.copy {
  font-size: 70%;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 200; }

button {
  font: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  -webkit-appearance: none;
  background-image: radial-gradient(circle at 80% 60%, #dcb96c 0, #c59f4c 50%);
  position: relative;
  text-transform: uppercase; }
  button:hover {
    filter: contrast(1.25);
    cursor: pointer; }

[type='text'], [type='password'], [type='email'], [type='date'] {
  font: inherit;
  font-size: 16px;
  padding: 8px 0;
  border: none;
  -webkit-appearance: none; }

.general-form--grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px; }
  .general-form--grid label {
    display: flex;
    align-items: center; }
  .general-form--grid [type='text'], .general-form--grid [type='password'], .general-form--grid [type='email'], .general-form--grid [type='date'] {
    width: 100%;
    border-bottom: 1px grey solid;
    background: transparent;
    color: white;
    margin-bottom: 1px; }
    .general-form--grid [type='text']:focus, .general-form--grid [type='password']:focus, .general-form--grid [type='email']:focus, .general-form--grid [type='date']:focus {
      border-bottom: 2px white solid;
      margin-bottom: 0;
      outline: none; }
  .general-form--grid .span-2 {
    grid-column: span 2; }

.alert_e {
  opacity: 0.7;
  text-align: center;
  margin-top: -1em; }

.blank-in-form {
  margin-bottom: 0;
  text-align: center;
  font-size: 90%; }

.input-uplift {
  position: relative;
  margin-bottom: 40px; }
  .input-uplift .material-icons {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #c59f4c; }
  .input-uplift label {
    position: absolute;
    left: 46px;
    top: 10px;
    transition: all 0.0666666667s ease-in-out;
    pointer-events: none; }
  .input-uplift [type='text'], .input-uplift [type='password'], .input-uplift [type='email'], .input-uplift [type='date'] {
    padding: 10px 0 6px 46px;
    border-bottom: 1px #c59f4c solid;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    color: white; }
    .input-uplift [type='text']::placeholder, .input-uplift [type='password']::placeholder, .input-uplift [type='email']::placeholder, .input-uplift [type='date']::placeholder {
      color: transparent; }
    .input-uplift [type='text']:focus, .input-uplift [type='password']:focus, .input-uplift [type='email']:focus, .input-uplift [type='date']:focus {
      outline: none; }
  .input-uplift:focus-within label, .input-uplift.active label {
    font-size: 50%;
    top: -10px;
    color: #ccc; }

.forgotten_reset {
  display: none; }

.invex {
  filter: brightness(0.5); }

.login-background {
  background: white;
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  background-image: url(../../images/fight_scene_1.jpg);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: 48vw; }

.suspended-form {
  min-width: 440px;
  max-width: 50vw;
  transform: translateX(-50%) translateY(-50%);
  position: relative; }
  .suspended-form h2, .suspended-form h3 {
    margin: 0 0 40px;
    text-align: center; }

.suspended-card {
  background: rgba(0, 0, 0, 0.9);
  padding: 60px; }

.float-position--centre-right {
  position: fixed;
  top: 50%;
  left: 68%;
  width: 0;
  height: 0; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }

.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px; }

.video-gallery--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px; }

.video-gallery--swiper {
  display: flex;
  overflow: auto; }
  .video-gallery--swiper > div {
    width: calc(25% - 30px);
    flex-shrink: 0;
    margin-right: 40px; }
    .video-gallery--swiper > div:last-child {
      margin-right: 0; }
    .video-gallery--swiper > div .description {
      display: none; }

.video-block--image img {
  display: block;
  width: 100%; }

.video-block--details {
  padding-top: 12px; }
  .video-block--details .chapter {
    font-size: 90%;
    opacity: 0.5; }
  .video-block--details h4 {
    margin: 4px 0 12px;
    letter-spacing: 0.3em;
    word-break: break-word; }
  .video-block--details .subtitle {
    display: none; }
  .video-block--details .description {
    display: none; }

.video-gallery--wrapper {
  height: 40vh;
  border-bottom: 2px #c59f4c solid;
  overflow: hidden;
  position: relative; }
  .video-gallery--wrapper:after {
    content: "";
    display: block;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    height: 10vh;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
  .video-gallery--wrapper.video-gallery--expanded {
    border-bottom: none; }
    .video-gallery--wrapper.video-gallery--expanded:after {
      content: none; }
    .video-gallery--wrapper.video-gallery--expanded + .video-gallery--handle {
      display: none; }

.video-gallery--handle {
  width: 48px;
  height: 48px;
  background: black;
  border-radius: 100%;
  border: 4px #c59f4c solid;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-gallery--handle .material-icons {
    color: #c59f4c;
    font-size: 48px; }

.video-block .chapter {
  margin: 0;
  letter-spacing: 0.5em;
  font-family: Montserrat, serif;
  text-transform: uppercase;
  font-weight: 500; }
  .video-block h2 {
    margin: 0 0 1em; }

.progress-bar {
  display: block;
  height: 6px;
  background-color: #666; }

.progress-bar--progress {
  display: block;
  height: 6px;
  background-color: #c59f4c; }

.a-block {
  display: block;
  color: inherit; }

.video-block--image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.thumbnail-loaded img {
  opacity: 0; }

.composite-video-header {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 0 40px;
  margin: 40px 0 20px; }
  .composite-video-header .video-chaper {
    opacity: 0.75;
    grid-column: span 2;
    margin: 0;
    letter-spacing: 0.5em;
    font-family: Montserrat, serif;
    text-transform: uppercase;
    font-weight: 500; }
  .composite-video-header .video-title h2 {
    margin: 0; }
  .composite-video-header .video-navigation .material-icons {
    color: #c59f4c;
    font-size: 48px; }

.video-navigation {
  display: flex; }

#menu_main a {
  color: white; }
  #menu_main .material-icons {
    font-size: 48px; }

.end_position {
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px); }

main {
  position: relative; }

.banner-image--container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%; }

.banner-image {
  width: auto;
  margin: auto;
  position: relative;
  height: 100%; }
  .banner-image:before, .banner-image:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    /*  &:before{
    right:100%;
    background-position:top right;
    background-image:url(../../images/rock-top-l.webp);
  }
  &:after{
    left:100%;
    background-position:top left;
    background-image:url(../../images/rock-top-r.webp);
  }*/ }
  .banner-image img {
    display: block;
    min-height: 100vh;
    height: 100%; }

#video-wrapper {
  width: 100%;
  padding-bottom: 56.4%;
  position: relative; }
  #video-wrapper:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 4px #c59f4c solid;
    border-radius: 100%;
    border-left-color: transparent;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    animation-name: working;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear; }
  #video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.main-navigation--screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out; }
  .show-menu .main-navigation--screen {
    opacity: 1;
    pointer-events: all; }

.main-navigation--wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  z-index: 10; }
  .main-navigation--wrapper .main-navigation--menu {
    width: 320px;
    height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    transform: translateX(0);
    transition: transform 0.25s ease-in-out; }
    .show-menu .main-navigation--wrapper .main-navigation--menu {
      transform: translateX(-320px); }
  .main-navigation--wrapper a {
    color: black;
    display: block;
    padding: 20px; }
  .main-navigation--wrapper .main-navigation--header {
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 64px; }
    .main-navigation--wrapper .main-navigation--header .logo {
      filter: brightness(0); }
    .main-navigation--wrapper .main-navigation--header a {
      display: flex;
      align-items: center; }
      .main-navigation--wrapper .main-navigation--header a > span {
        display: block;
        padding: 8px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        box-sizing: border-box;
        flex-grow: 0;
        flex-shrink: 0; }
      .main-navigation--wrapper .main-navigation--header a:hover > span {
        background: #c59f4c;
        color: white; }
  .main-navigation--wrapper menu {
    color: #c59f4c;
    margin: 2em 0;
    line-height: 1.2em;
    font-family: Montserrat, serif;
    text-transform: uppercase;
    letter-spacing: 0.5em; }
    .main-navigation--wrapper menu a {
      display: grid;
      grid-template-columns: 24px 1fr;
      grid-gap: 20px; }
      .main-navigation--wrapper menu a span:nth-child(2) {
        display: flex;
        align-items: center; }
      .main-navigation--wrapper menu a:hover {
        background: #c59f4c;
        color: white; }
        .main-navigation--wrapper menu a:hover .material-icons {
          opacity: 1; }
    .main-navigation--wrapper menu .material-icons {
      opacity: 0.25; }

.composite-stage-wrapper {
  display: grid;
  grid-template-columns: 1fr 380px; }
  .composite-stage-wrapper .stage-wing {
    position: relative; }
  .composite-stage-wrapper .stage-wing--liner {
    position: absolute;
    top: 58px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0 4px; }

.stage-wing--header {
  background: black;
  position: relative;
  z-index: 10; }

.stage-wing--select.stage-wing--select--active .stage-wing--option {
  display: grid; }

.stage-wing--option {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  grid-gap: 0 12px;
  grid-auto-fill: dense;
  padding: 8px; }
  .stage-wing--option:not([selected]) {
    display: none; }
  .stage-wing--option .material-icons {
    grid-row: span 2;
    display: flex;
    align-items: center; }
  .stage-wing--option h4 {
    margin: 0;
    letter-spacing: 0.3em; }
  .stage-wing--option .prompt {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    grid-row: 2;
    grid-column: 2; }
  .stage-wing--option:hover {
    background: #c59f4c;
    color: black;
    cursor: pointer; }
    .stage-wing--option:hover a, .stage-wing--option:hover h4 {
      color: white; }

.stage-wing--indicator {
  position: absolute;
  right: 12px;
  top: 16px;
  pointer-events: none; }

.stage-wing--pane {
  display: none; }
  .stage-wing--pane.stage-wing--pane--active {
    display: block; }

.video-microblock {
  display: grid;
  grid-template-columns: 75px 1fr;
  overflow: hidden;
  width: 100%;
  margin: 0 0 4px;
  color: inherit; }
  .video-microblock:hover {
    background: #c59f4c; }
    .video-microblock:hover .title {
      color: black; }
  .video-microblock .microblock-description {
    overflow: hidden;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    min-height: 54px;
    box-sizing: border-box; }
  .video-microblock .title {
    margin: 0;
    letter-spacing: 0.1vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
  .video-microblock .description {
    display: none; }

.self-grading--boxes {
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  width: auto; }
  .self-grading--boxes .active {
    background: #c59f4c;
    color: black; }

.watch-wrapper {
  perspective: 12000px; }
  .watch-wrapper h3 {
    margin-bottom: 1em; }

.watch-wrapper--transform {
  transform: rotateY(0deg) translateX(0);
  transform-origin: 0 50vh;
  transition: transform 0.25s ease-in-out; }
  .show-menu .watch-wrapper--transform {
    transform: rotateY(25deg) translateX(-5vw); }

.mode-indicator {
  display: inline-grid;
  grid-template-columns: 12px 1fr;
  grid-gap: 12px;
  background: #333;
  padding: 8px 24px 8px 12px;
  border-radius: 20px;
  margin-top: -20px;
  margin-bottom: 20px; }

.mode-button {
  display: flex;
  align-items: center;
  justify-content: center; }
  .mode-button:before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: red;
    border: 1px grey solid; }

.mode-label {
  font-size: 90%;
  text-transform: uppercase; }

.avatar {
  width: 64px;
  height: 64px;
  border: 4px #c59f4c solid;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center; }

.avatar--andreas {
  background-color: white;
  background-image: url(../../images/andreas_avatar.png); }

blockquote {
  position: relative;
  padding: 20px 40px;
  display: inline-block; }
  blockquote:before, blockquote:after {
    font-size: 400%;
    color: #999;
    position: absolute; }
  blockquote:before {
    content: "“";
    top: 20px;
    left: 10px; }
  blockquote:after {
    content: "”";
    bottom: -6px;
    right: 10px; }

.overlay-functions {
  opacity: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 8px;
  left: 8px; }
  .overlay-functions a {
    display: inline-flex;
    align-items: center;
    height: 32px; }
  .overlay-functions:after {
    content: "Click to add the current video position to your bookmarks";
    text-shadow: 1px 1px 1px white;
    position: absolute;
    left: calc(100% + 8px);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.1s ease-in-out;
    width: 200px;
    color: black;
    font-size: 70%;
    line-height: 1.1;
    opacity: 0;
    opacity: 1; }
  .overlay-functions:hover:after {
    opacity: 1; }
  #video-wrapper:hover .overlay-functions {
    opacity: 1;
    pointer-events: all; }

.stage {
  position: relative;
  padding-bottom: 56.25%; }

#video-wrapper {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center; }

.self-grading--layout {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 40px; }

.self-grading--caption {
  grid-column: span 2; }
  .self-grading--caption p {
    margin: 0; }

.self-grading--advice {
  display: grid;
  grid-template-columns: 80px 1fr; }
  .self-grading--advice blockquote {
    margin: 0; }

.stage {
  background-color: white; }

.Join-Index menu .button {
  display: none; }

.Join-Index menu .button.hollow {
  display: block; }

.patterned--back {
  padding: 1px 0;
  color: white;
  background-color: black;
  background-image: url(../../images/rock--back.jpg);
  background-image: url(../../images/new_black_rock.jpg);
  background-image: url(../../images/black_rock_3.jpg);
  background-size: cover;
  background-position: center center;
  position: relative; }
  .patterned--back .container {
    position: relative;
    z-index: 10; }

.alt-patterened #warrior-masterclass-online {
  background-image: url(../../images/desert_rock_back_tile.jpg); }

.patterned--back:after {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), #140500);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply; }

.light--back {
  padding: 1px 0;
  background-color: black;
  background-image: url(../../images/light-stone.jpg);
  background-size: cover;
  background-position: center center;
  color: ; }

#andreas-petrides, #equipment-store {
  background-color: #dcdbdb;
  background-image: none; }

footer {
  padding: 1px 0;
  background: black;
  color: white; }

h4 {
  color: var(--primary-colour);
  margin: 2em 0;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  word-break: break-word;
  font-size: 1.4em; }

menu {
  list-style-type: none;
  padding-left: 0; }

p {
  margin: 2em 0; }

a {
  color: var(--primary-colour);
  text-decoration: none; }

img {
  max-width: 100%; }

.centered {
  text-align: center; }

.centered {
  text-align: center; }

.copy {
  font-size: 70%;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 200; }

.grid {
  display: grid;
  grid-gap: 40px; }

.footer--logo {
  width: 400px;
  max-width: 100%; }

footer .grid {
  grid-gap: 40px; }

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.image--with-nameplate {
  position: relative; }

#andreas-petrides .image--with-nameplate {
  margin-top: -2em;
  margin-bottom: -2em; }

.nameplate--image {
  text-align: right;
  width: 85%;
  margin-left: 15%; }

.nameplate {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 50%; }

.image--with-nameplate--reversed .nameplate {
  left: 50%; }

.nameplate--to-left .nameplate--image {
  margin-left: 0;
  margin-right: 15%; }

.nameplate--to-left .nameplate {
  right: 0;
  left: auto; }

.structured-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 6em; }

.so--image img {
  width: 100%; }

.structured-overlay {
  grid-column: span 2;
  display: flex;
  align-items: center; }

.welcome-layout {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 24px; }

.avatar--large {
  box-shadow: 0 0 2px inset red;
  max-width: 100%;
  border: 8px var(--theme-colour) solid;
  border-radius: 100%;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: calc(100% - 16px);
  box-sizing: border-box;
  filter: saturate(0.25);
  opacity: 0.5;
  position: relative; }

.avatar--selected {
  filter: none;
  opacity: 1; }

.avatar--large img {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #f4f4f4;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: top; }

.blank {
  list-style-type: none;
  padding-left: 0; }

.checked--points li {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 8px;
  margin: 1em 0; }
  .checked--points li .material-icons {
    color: var(--theme-colour);
    font-weight: bold; }

.purchase-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  margin: 2em 144px; }

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

.price--subline {
  font-size: 60%; }

.price--total {
  font-weight: 600;
  font-size: 1.6em;
  font-family: Montserrat, sans-serif;
  padding-bottom: 10px;
  display: block; }

.buy--panel {
  background-color: var(--theme-colour);
  color: white;
  padding: 20px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25)); }
  .buy--panel .button {
    background-color: white; }

.confirmation {
  margin: 1em 0; }

.confirmation label {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 4px;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
  font-size: 90%;
  color: black; }

.confirmation [type='checkbox'] {
  margin-top: 4px; }

.confirmation a {
  color: white; }

.button.disabled {
  opacity: 0.5; }

.footer--socials path {
  fill: var(--theme-colour) !important;
  mix-blend-mode: initial !important; }

footer {
  padding: 1px 0;
  position: relative; }
  footer:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(ellipse 100% 100% at 0 0, #000, #000 99.9%, #999 100%, #000 125%);
    mix-blend-mode: screen; }
  footer a {
    color: var(--theme-text-colour); }
  footer .flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    align-items: flex-start; }
  footer .button--ghost {
    padding: 6px 14px; }

.footer--socials {
  display: flex;
  justify-content: center;
  margin-top: 4em; }
  .footer--socials path {
    fill: var(--theme-colour); }

.socials--grid {
  width: auto;
  display: inline-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px; }

.footer--sub {
  text-align: center;
  margin: 6em 0 0em; }
  .footer--sub .information {
    margin: 0.5em; }

.centered {
  text-align: center; }

.copy {
  font-size: 70%;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 200; }

footer .button:hover {
  filter: contrast(1.15) brightness(1.15);
  cursor: pointer; }

.information {
  opacity: 0.7;
  font-size: 80%;
  line-height: 1.4;
  font-weight: 300; }

.has-order--working {
  display: flex;
  align-items: center; }

.working--wrapper {
  display: inline-grid;
  grid-template-columns: 24px 1fr;
  grid-gap: 12px;
  align-items: center;
  margin: 1px 0 1px 0; }

.working {
  display: block;
  width: 24px;
  height: 24px; }
  .working:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 4px var(--theme-colour) solid;
    box-sizing: border-box;
    border-right-color: transparent;
    animation-name: working;
    animation-duration: 750ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.working--caption {
  display: flex;
  align-items: center;
  color: grey; }

#output {
  display: none;
  /** Image Protection **/ }

img {
  pointer-events: none !important;
  -webkit-touch-callout: none !important; }

@media (max-width: 920px) {
  h2 {
    font-size: 6vw; }

  h3 {
    font-size: 3vw; }

  header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    header menu {
      width: 100%;
      justify-content: space-around; }
      header menu li + li {
        padding-left: 0; }

  .structured-content {
    grid-template-columns: 1fr; }

  .structured-overlay {
    grid-column: 1; }

  .so--image:nth-child(4) {
    grid-row: 3; }

  #logo {
    margin: 4em auto 0;
    width: 400px; }

  .container {
    padding: 32px; }

  .grid-t-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .nameplate {
    position: static;
    width: 100%; }

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

  .image--with-nameplate {
    padding: 40px 0; }

  .master-layout {
    grid-template-columns: 1fr;
    width: 100%; }

  .grid-item-t-s-2 {
    grid-column: span 2; }

  .banner-image--container {
    display: none; }

  main {
    background-image: url(../../images/desert-tab-26.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

  .main {
    display: flex; }
    .main .container {
      display: flex; }
      .main .container p {
        margin: 0; }
    .main:after {
      content: "";
      display: block;
      background-image: url(../../images/rock-top-fauxie-tabt.webp);
      height: 19.3%;
      transform: translateY(-50%); }

  .master-layout {
    z-index: 30; }

  .master-layout--blank {
    display: none; }

  .master-layout--foreground-content {
    display: grid;
    grid-template-rows: auto 3fr auto 1fr auto auto;
    grid-gap: 2px;
    justify-content: center;
    max-width: 500px;
    margin: auto;
    height: 100%; }
    .master-layout--foreground-content img {
      max-width: 80%; }
    .master-layout--foreground-content h4 {
      margin: 0;
      grid-row: 5;
      color: white;
      font-size: 0.7em; }
    .master-layout--foreground-content .banner-video-wrapper {
      grid-row: 3; }
    .master-layout--foreground-content .action {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 4; }
      .master-layout--foreground-content .action #join_link {
        font-size: 1em;
        padding: 8px 24px; }
    .master-layout--foreground-content .copy_t {
      grid-row: 6;
      font-size: 0.5em;
      padding-top: 3em; }

  .offset header {
    padding: 3%; }

  menu .hollow {
    padding: 0; }

  header menu li {
    display: flex;
    align-items: center; }

  .triptych {
    grid-template-columns: 1fr; }
    .triptych img {
      width: 100%; }

  .purchase-layout {
    margin: 2em 0;
    grid-template-columns: repeat(2, 1fr); }

  .welcome-layout h3 {
    font-size: 2.4vw; }
    .welcome-layout h2 {
      font-size: 5vw; }

  #join #warrior-masterclass-online {
    padding-top: 10em; }

  .Join-Index menu li:first-child {
    display: none; }

  .Join-Index .offset header #logo {
    margin: 1em 0; }

  .Join-Index .offset header {
    background: rgba(0, 0, 0, 0.75); }

  .Join-Index header #logo {
    width: 320px;
    margin: 1em 0; } }

@media (max-width: 480px) {
  h2 {
    font-size: 7.2vw; }

  h3 {
    font-size: 4vw; }

  .footer--logo {
    width: 100%; }

  .container {
    padding: 20px; }

  h4 {
    font-size: 1.1em; }

  .grid-m-1 {
    grid-template-columns: 1fr; }

  .grid-item-t-s-2 {
    grid-column: span 1; }

  main {
    background-image: url(../../images/background-centered.webp); }

  .purchase-layout {
    grid-template-columns: 1fr; }

  .welcome-layout {
    grid-template-columns: 60px 1fr; }
    .welcome-layout .avatar--large {
      border-width: 4px;
      padding-bottom: calc(100% - 8px); }

  .video-screen--play {
    display: flex; }

  .Join-Index header #logo {
    width: 240px;
    margin: 1em 0; }

  .socials--grid {
    grid-gap: 20px; }

  footer .button--ghost {
    padding: 6px 14px; }
    footer .button--circle {
      width: 56px;
      height: 56px; }

  .has-order--working {
    display: grid;
    grid-gap: 12px; }

  .working--wrapper {
    margin: 1px 0; } }

@media (min-width: 481px) {
  .mobile-only {
    display: none; }

  footer .information {
    margin-left: 120px; } }
