@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * Reset default form styling for browser consistency
 */
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid grey;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%; }
  [type='color']:focus,
  [type='date']:focus,
  [type='datetime']:focus,
  [type='datetime-local']:focus,
  [type='email']:focus,
  [type='month']:focus,
  [type='number']:focus,
  [type='password']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='text']:focus,
  [type='time']:focus,
  [type='url']:focus,
  [type='week']:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0; }

[type='button'],
[type='reset'],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background: #ccc;
  padding: .5rem;
  line-height: 1;
  cursor: pointer; }

textarea {
  resize: none;
  width: 100%; }

input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
  cursor: default; }

[type='checkbox'],
[type='file'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'],
[type='radio'] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }

[type='file'] {
  width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  margin-bottom: 0;
  max-width: 100%; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

body {
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  background-color: #fff;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

html,
body {
  width: 100%;
  height: 100%; }

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  -webkit-tap-highlight-color: transparent; }
  * ::-moz-selection {
    background: #2b8eda;
    color: #fff;
    text-shadow: none; }
  * ::selection {
    background: #2b8eda;
    color: #fff;
    text-shadow: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  display: block;
  max-width: 100%; }

a {
  text-decoration: none; }

blockquote,
figure {
  margin: 0; }

blockquote .quote {
  quotes: '“' '”' '‘' '’'; }
  blockquote .quote::before {
    content: open-quote; }
  blockquote .quote::after {
    content: close-quote; }

table {
  padding: 0; }

input[type="text"], input[type="email"], input[type="password"], select {
  width: 100%;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0 1rem;
  font-size: 1rem;
  font-family: 'HelveticaNeue';
  font-weight: 300; }
  input[type="text"].has-error, input[type="email"].has-error, input[type="password"].has-error, select.has-error {
    border-color: #db0a40; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    opacity: .4; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, select:-ms-input-placeholder {
    opacity: .4; }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, select::-ms-input-placeholder {
    opacity: .4; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, select::placeholder {
    opacity: .4; }
  input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, select:disabled {
    opacity: .4; }

textarea {
  width: 100%;
  min-height: 8rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: .8rem 1rem;
  font-size: 1rem;
  font-family: 'HelveticaNeue';
  font-weight: 300; }
  textarea.has-error {
    border-color: #db0a40; }
  textarea::-webkit-input-placeholder {
    opacity: .4; }
  textarea:-ms-input-placeholder {
    opacity: .4; }
  textarea::-ms-input-placeholder {
    opacity: .4; }
  textarea::placeholder {
    opacity: .4; }

.drop-down {
  position: relative; }
  .drop-down:after {
    display: inline-block;
    position: absolute;
    right: 1.3rem;
    top: 1.2rem;
    content: '';
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik01LDBsNSw1SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzdkN2Q4MSIvPgo8L3N2Zz4K"); }

.label {
  font-size: .9rem;
  font-weight: 200;
  color: #000;
  padding: 0 0 .4rem 0;
  position: relative;
  display: block;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block; }
  .label p {
    padding: 0;
    margin: 0 0 .8rem 0; }
  .label a {
    color: #db0a40;
    font-weight: 400; }

fieldset {
  padding: 0 0 1.4rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 25rem; }

.form-error {
  font-size: .9rem;
  font-weight: 400;
  color: #db0a40;
  padding: .3rem 0 .4rem 0;
  position: relative;
  display: block;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block; }

.checkbox {
  position: relative;
  width: 1.8rem !important;
  height: 1.8rem !important;
  display: block;
  border: 0.125rem solid #7d7d81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .checkbox .checkmark {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .checkbox input:checked ~ .checkmark {
      opacity: 1; }

.radio {
  position: relative;
  width: 1.8rem !important;
  height: 1.8rem !important;
  border-radius: 50%;
  display: block;
  border: 1px solid #373862;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .radio .radio-mark {
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #db0a40; }
  .radio input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
    .radio input:checked ~ .radio-mark {
      opacity: 1; }

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

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

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.ril__outerClosing {
  opacity: 0; }

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7; }

.ril__navButtons:hover {
  opacity: 1; }

.ril__navButtons:active {
  opacity: 0.7; }

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center; }

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center; }

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover; }

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto; }

.ril__captionContent {
  padding: 10px 20px;
  color: #fff; }

.ril__toolbar {
  top: 0;
  height: 50px; }

.ril__toolbarSide {
  height: 50px;
  margin: 0; }

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ril__toolbarItemChild {
  vertical-align: middle; }

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7; }

.ril__builtinButton:hover {
  opacity: 1; }

.ril__builtinButton:active {
  outline: none; }

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5; }

.ril__builtinButtonDisabled:hover {
  opacity: 0.5; }

.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center; }

.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center; }

.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center; }

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
  animation-name: closeWindow; }

@-webkit-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0; }
  20% {
    opacity: 1; } }

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0; }
  20% {
    opacity: 1; } }

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative; }

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
  animation: pointFade 800ms infinite ease-in-out both; }

.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
  animation-delay: -800ms; }

.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
  animation-delay: -666ms; }

.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
  animation-delay: -533ms; }

.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms; }

.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
  animation-delay: -266ms; }

.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
  animation-delay: -133ms; }

.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none; }

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff; }

.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none; }

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#story-root {
  background-color: #f8f8f8; }

.no-scroll, .noscroll {
  overflow: hidden;
  position: fixed; }

body {
  overflow: auto; }

.sb-show-main .info-table {
  display: none; }

.a-add-avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #db0a40;
  margin: 2rem 0; }

.a-avatar {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-size: cover; }
  .a-avatar--border-white {
    border: 0.1rem solid #fff; }
  .a-avatar--border-deep-purple {
    border: 0.1rem solid #373862; }
  .a-avatar--large-responsive {
    width: 6.2rem;
    height: 6.2rem; }
    @media screen and (min-width: 800px) {
      .a-avatar--large-responsive {
        width: 10rem;
        height: 10rem; } }
  .a-avatar--xlarge-responsive {
    width: 9rem;
    height: 9rem; }
    @media screen and (min-width: 800px) {
      .a-avatar--xlarge-responsive {
        width: 12rem;
        height: 12rem; } }
  .a-avatar--small {
    width: 2.7rem;
    height: 2.7rem; }
  .a-avatar--xsmall {
    width: 2.1rem;
    height: 2.1rem; }

.a-background-image {
  display: block;
  background-size: cover;
  background-position: center center;
  padding: 1.3rem 1.2rem;
  height: 100%;
  background-color: #080810; }
  @media screen and (min-width: 769px) {
    .a-background-image--repeat-horizontal-above-medium {
      background-repeat: repeat-x;
      background-size: contain; } }
  .a-background-image--no-repeat-align-top {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center; }

.m-breadcrumb {
  border-bottom: 0.0625rem solid #ccc; }
  .m-breadcrumb__inner {
    background-color: #fff;
    padding: 0.3rem 1.2rem; }
  .m-breadcrumb__list .m-breadcrumb__list-item {
    font-size: .7rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #7d7d81;
    display: inline-block;
    margin-right: .7rem;
    padding-right: .7rem;
    position: relative; }
    .m-breadcrumb__list .m-breadcrumb__list-item--link a {
      -webkit-transition: all 300ms;
      -o-transition: all 300ms;
      transition: all 300ms;
      color: #2b8eda; }
    .m-breadcrumb__list .m-breadcrumb__list-item--link:hover a {
      opacity: 0.7; }
    .m-breadcrumb__list .m-breadcrumb__list-item:after {
      content: '';
      position: absolute;
      top: .2rem;
      right: -.35rem;
      width: .6rem;
      height: .6rem;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTkuNzUgNDAwLjI3Ij48dGl0bGU+aWNvbi1jaGV2cm9uLXItZmF0PC90aXRsZT48cGF0aCBkPSJNMzI5LjM4LDE5OS44OSwxMjkuMjIsNDAwLDY5LjYzLDM0MC40MSwyMTAuMTUsMTk5Ljg5LDY5LjYzLDU5LjM4LDEyOS4yMi0uMjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkuNjMgMC4yNykiIHN0eWxlPSJmaWxsOiM3ZDdkODIiLz48L3N2Zz4="); }
    .m-breadcrumb__list .m-breadcrumb__list-item:last-child:after {
      display: none; }

.a-button {
  display: block;
  margin: 0.6rem auto;
  max-width: 25rem;
  width: 100%; }
  @media screen and (min-width: 60rem) {
    .a-button {
      max-width: 100%;
      display: block; } }
  .a-button__link {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    max-width: 25rem; }
    .a-button__link--xsmall {
      padding: .5rem .7rem;
      font-size: .6rem;
      border-radius: 0.2rem; }
    .a-button__link--small {
      padding: .6rem 1rem;
      font-size: .86rem;
      border-radius: 0.2rem; }
    .a-button__link--square {
      padding: .5rem;
      border-radius: .3rem; }
      .a-button__link--square .a-icon--small {
        width: 1rem;
        height: 1rem;
        margin: 0 !important; }
    .a-button__link--small-flat {
      padding: .3rem .7rem;
      font-size: .9375rem;
      border-radius: 0.2rem; }
    .a-button__link--medium {
      padding: 1rem 1.5rem;
      font-size: 0.9rem; }
    .a-button__link--inline {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .a-button__link--red {
      background-color: #db0a40; }
    .a-button__link--cyan {
      background-color: #17a2b8; }
    .a-button__link--pink {
      background-color: #e83e8c; }
    .a-button__link--teal {
      background-color: #20c997; }
    .a-button__link--info-blue {
      background-color: #5bc0de; }
    .a-button__link--black {
      background-color: #000; }
    .a-button__link--white-outline {
      background-color: transparent;
      border: 0.05rem solid #fff;
      color: #fff; }
    .a-button__link--red-outline {
      background-color: transparent;
      border: 0.05rem solid #db0a40;
      color: #db0a40; }
      .a-button__link--red-outline:hover {
        background-color: #db0a40;
        color: #fff; }
    .a-button__link--pink-outline {
      background-color: transparent;
      border: 0.05rem solid #e83e8c;
      color: #e83e8c; }
      .a-button__link--pink-outline:hover {
        background-color: #e83e8c;
        color: #fff; }
    .a-button__link:hover {
      opacity: 0.9; }
  .a-button__button {
    width: 100%; }
  .a-button .a-icon {
    display: inline-block;
    margin: 0 5px 0 0; }

.a-button-facebook {
  height: 4rem;
  width: 100%;
  background-color: #4267B2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4rem 1fr;
  grid-template-columns: 4rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 25rem;
  margin: 0 auto; }
  .a-button-facebook .button-icon {
    background-color: #1C3F68;
    width: 4rem;
    height: 4rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .a-button-facebook .button-label {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 900;
    font-family: 'Montserrat';
    color: #fff;
    letter-spacing: .03rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .a-button-facebook:hover {
    opacity: .8; }

.a-color-block {
  display: block;
  padding: 1.3rem 1.2rem;
  text-align: center;
  position: relative; }
  .a-color-block--white-pattern-sides {
    background-color: #fff; }
    .a-color-block--white-pattern-sides .pattern-sides {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .a-color-block--white-pattern-sides .pattern-sides__left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 12rem;
        background-position: right top;
        background-size: 100%; }
      .a-color-block--white-pattern-sides .pattern-sides__right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 12rem;
        background-position: right top;
        background-size: 100%; }
      @media screen and (min-width: 60rem) {
        .a-color-block--white-pattern-sides .pattern-sides {
          display: block; } }
  .a-color-block--deep-purple {
    background-color: #373862; }
  .a-color-block--deeper-purple {
    background-color: #1C1E36; }
  .a-color-block--dark-purple {
    background-color: #121322; }
  .a-color-block--light-blue {
    background-color: #E2F2FF; }
  .a-color-block--blue {
    background-color: #2b8eda; }
  .a-color-block--pink {
    background-color: #e83e8c; }
  .a-color-block--white {
    background-color: #fff; }
  .a-color-block--black {
    background-color: #000; }
  .a-color-block--off-white {
    background-color: #f1f1f1; }
  .a-color-block--teal {
    background-color: #20c997; }
  .a-color-block--purple {
    background-color: #6f42c1; }
  .a-color-block--light-grey {
    background-color: #f7f7f7; }
  .a-color-block--grey-light {
    background-color: #f9f9fa; }

.challenge-season-color-block {
  padding-bottom: 2rem; }

.challenge-winners-color-block {
  padding-bottom: 1.5rem; }

.mindskill-color-block {
  padding-bottom: 1.5rem; }

@media screen and (min-width: 769px) {
  .challenge-season-color-block {
    padding-bottom: 4rem; }
  .challenge-winners-color-block {
    padding-bottom: 3.5rem; }
    .challenge-winners-color-block .a-text-block p:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
  .mindskill-color-block {
    padding-bottom: 3.5rem; } }

.a-dont-display-on-mobile {
  display: none; }
  @media screen and (min-width: 769px) {
    .a-dont-display-on-mobile {
      display: block; } }

.a-display-on-mobile {
  display: block; }
  @media screen and (min-width: 769px) {
    .a-display-on-mobile {
      display: none; } }

.a-hamburger {
  padding: 1rem;
  cursor: pointer;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 60rem) {
    .a-hamburger {
      height: 6.2rem;
      width: 6.2rem; } }
  .a-hamburger__bar {
    width: 1rem;
    height: .12rem;
    background-color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    margin-left: -.5rem; }
    .a-hamburger__bar--bar1 {
      top: calc(50% - .5rem); }
    .a-hamburger__bar--bar2 {
      top: 50%; }
    .a-hamburger__bar--bar3 {
      top: calc(50% + .5rem); }
  .a-hamburger--is-open {
    background-color: #000; }
    .a-hamburger--is-open .a-hamburger__bar {
      background-color: #fff; }
      .a-hamburger--is-open .a-hamburger__bar--bar1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        width: 1.2rem;
        margin-left: -.6rem;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      .a-hamburger--is-open .a-hamburger__bar--bar2 {
        width: 0;
        margin-left: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .a-hamburger--is-open .a-hamburger__bar--bar3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
        width: 1.2rem;
        margin-left: -.6rem;
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s; }

.a-heading {
  display: block;
  margin: 0.6rem 0;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: normal; }
  .a-heading--pad {
    padding-bottom: 1rem; }
    @media screen and (min-width: 60rem) {
      .a-heading--pad {
        padding-bottom: 2rem; } }
  .a-heading--inline {
    display: inline-block; }
    .a-heading--inline__heading {
      display: inline-block; }
  .a-heading__heading {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: normal; }
    .a-heading__heading--black {
      color: #000; }
    .a-heading__heading--white {
      color: #fff; }
    .a-heading__heading--blue {
      color: #2b8eda; }
    .a-heading__heading--mid-grey {
      color: #ccc; }
    .a-heading__heading--grey {
      color: #7d7d81; }
    .a-heading__heading--deep-purple {
      color: #373862; }
    .a-heading__heading--left {
      text-align: left; }
    .a-heading__heading--center {
      text-align: center; }
    .a-heading__heading--right {
      text-align: right; }
    .a-heading__heading--uppercase {
      text-transform: uppercase; }
    .a-heading__heading--level1 {
      font-size: 2.25rem;
      font-weight: 400;
      line-height: 2.5rem; }
      @media screen and (min-width: 769px) {
        .a-heading__heading--level1 {
          font-size: 2.75rem;
          line-height: 2.75rem; } }
      @media screen and (min-width: 1300px) {
        .a-heading__heading--level1 {
          font-size: 3.75rem;
          line-height: 4.125rem; } }
    .a-heading__heading--level2 {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 2rem;
      padding-bottom: .8rem; }
      @media screen and (min-width: 769px) {
        .a-heading__heading--level2 {
          font-size: 3rem;
          line-height: 3.375rem; } }
      @media screen and (min-width: 1300px) {
        .a-heading__heading--level2 {
          font-size: 3rem;
          line-height: 3.375rem; } }
    .a-heading__heading--level3 {
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.75rem; }
      @media screen and (min-width: 769px) {
        .a-heading__heading--level3 {
          font-size: 1.875rem;
          line-height: 2.1875rem; } }
      @media screen and (min-width: 1300px) {
        .a-heading__heading--level3 {
          font-size: 1.875rem;
          line-height: 2.1875rem; } }
    .a-heading__heading--level4 {
      font-size: 1.2rem;
      font-weight: 400; }
    .a-heading__heading--level5 {
      font-size: 0.9rem;
      font-weight: 200;
      text-transform: uppercase; }

.a-icon svg {
  vertical-align: top; }

.a-icon--center {
  margin: 0 auto; }

.a-icon--inline {
  display: inline-block; }

.a-icon--white svg {
  fill: #fff;
  stroke: #fff; }

.a-icon--black svg {
  fill: #000;
  stroke: #000; }

.a-icon--teal svg {
  fill: #20c997;
  stroke: #20c997; }

.a-icon--red svg {
  fill: #db0a40;
  stroke: #db0a40; }

.a-icon--green svg {
  fill: #1db356;
  stroke: #1db356; }

.a-icon--purple svg {
  fill: #6f42c1;
  stroke: #6f42c1; }

.a-icon--deep-purple svg {
  fill: #373862;
  stroke: #373862; }

.a-icon--blue svg {
  fill: #2b8eda;
  stroke: #2b8eda; }

.a-icon--info-blue svg {
  fill: #5bc0de;
  stroke: #5bc0de; }

.a-icon--yellow svg {
  fill: #fcdc71;
  stroke: #fcdc71; }

.a-icon--orange svg {
  fill: #fd7e14;
  stroke: #fd7e14; }

.a-icon--pink svg {
  fill: #e83e8c;
  stroke: #e83e8c; }

.a-icon--mid-grey svg {
  fill: #ccc;
  stroke: #ccc; }

.a-icon--grey svg {
  fill: #7d7d81;
  stroke: #7d7d81; }

.a-icon--xsmall {
  width: .55rem;
  height: .55rem; }

.a-icon--small {
  width: .7rem;
  height: .7rem; }

.a-icon--small-medium {
  width: .8rem;
  height: .8rem; }

.a-icon--medium {
  width: 1.1rem;
  height: 1.1rem; }

.a-icon--large {
  width: 1.75rem;
  height: 1.75rem; }

.a-icon--xlarge {
  width: 2.3rem;
  height: 2.3rem; }

.a-icon--xxlarge {
  width: 2.8rem;
  height: 2.8rem; }

.a-icon svg {
  width: 100%;
  height: 100%;
  max-width: 10rem; }

.a-icon--in-circle {
  border: .08rem solid #616161;
  border-radius: 50%;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .a-icon--in-circle span {
    width: 47%;
    height: 47%; }
  .a-icon--in-circle svg, .a-icon--in-circle img {
    fill: #616161;
    width: 100%;
    height: 100%; }
  .a-icon--in-circle.a-icon--medium span {
    width: 55%;
    height: 55%; }

.a-image {
  display: inline-block; }
  .a-image--adapt-to-gutter {
    margin-left: -1.2rem;
    margin-right: -1.2rem; }
    @media screen and (min-width: 60rem) {
      .a-image--adapt-to-gutter {
        margin-left: 0;
        margin-right: 0; } }

.a-logo__image {
  max-height: 43px; }

.a-pill {
  display: inline-block;
  margin: 0.6rem 0;
  padding: 0.4rem 0.8rem;
  border-radius: 1.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 1rem; }
  .a-pill--uppercase {
    text-transform: uppercase;
    font-size: 0.8rem; }
  .a-pill--teal {
    background-color: #20c997; }
  .a-pill--pink {
    background-color: #e83e8c; }
  .a-pill--dark-purple {
    background-color: #121322; }
  .a-pill--yellow {
    background-color: #fcdc71; }

.a-responsive-contain {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  @media screen and (min-width: 60rem) {
    .a-responsive-contain--pull-up {
      margin-top: -5.5rem; } }
  .a-responsive-contain--wider {
    max-width: 70rem; }

.a-text-block {
  display: block;
  margin: 0.6rem 0;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 200; }
  .a-text-block--pad {
    padding-bottom: 1rem; }
    @media screen and (min-width: 60rem) {
      .a-text-block--pad {
        padding-bottom: 2rem; } }
  .a-text-block p {
    padding: 0 0 1.2rem 0;
    margin: 0; }
    @media screen and (min-width: 769px) {
      .a-text-block p {
        padding: 0 0 1.9rem 0; } }
  .a-text-block a {
    color: #2b8eda; }
  .a-text-block--remove-margin {
    margin: 0 !important; }
  .a-text-block--inline {
    display: inline-block; }
  .a-text-block--white {
    color: #fff; }
  .a-text-block--black {
    color: #000; }
  .a-text-block--red {
    color: #db0a40; }
  .a-text-block--blue {
    color: #2b8eda; }
  .a-text-block--teal {
    color: #20c997; }
  .a-text-block--info-blue {
    color: #5bc0de; }
  .a-text-block--green {
    color: #1db356; }
  .a-text-block--purple {
    color: #6f42c1; }
  .a-text-block--grey {
    color: #7d7d81; }
  .a-text-block--orange {
    color: #fd7e14; }
  .a-text-block--mid-grey {
    color: #ccc; }
  .a-text-block--grey-dark {
    color: #343a40; }
  .a-text-block--small {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .a-text-block--medium {
    font-size: 1rem;
    line-height: 1.375rem; }
    @media screen and (min-width: 769px) {
      .a-text-block--medium {
        font-size: 0.9375rem;
        line-height: 1.25rem; } }
    @media screen and (min-width: 1300px) {
      .a-text-block--medium {
        font-size: 1.125rem;
        line-height: 1.6875rem; } }
  .a-text-block--large {
    font-size: 1.0625rem;
    line-height: 1.375rem; }
    @media screen and (min-width: 769px) {
      .a-text-block--large {
        font-size: 1.125rem;
        line-height: 1.625rem; } }
    @media screen and (min-width: 1300px) {
      .a-text-block--large {
        font-size: 1.5625rem;
        line-height: 1.875rem; } }
  .a-text-block--xlarge {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    @media screen and (min-width: 60rem) {
      .a-text-block--xlarge {
        font-size: 2.1875rem;
        line-height: 2.5rem; } }
  .a-text-block--left {
    text-align: left; }
  .a-text-block--center {
    text-align: center; }
  .a-text-block--right {
    text-align: right; }

.a-video {
  position: relative; }
  .a-video--pad {
    padding-bottom: 1rem; }
    @media screen and (min-width: 60rem) {
      .a-video--pad {
        padding-bottom: 2rem; } }
  .a-video__video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .a-video--show-play-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.65rem; }
  .a-video--button-color-white:before {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgNDAwIj48dGl0bGU+aWNvbi1wbGF5PC90aXRsZT48cGF0aCBkPSJNMzI0LjU3LDIwMCw3NC41NywwVjQwMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NC41NykiIHN0eWxlPSJmaWxsOiMwMDAiIC8+PC9zdmc+); }
  .a-video--button-color-red:before {
    background-color: #db0a40;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgNDAwIj48dGl0bGU+aWNvbi1wbGF5PC90aXRsZT48cGF0aCBkPSJNMzI0LjU3LDIwMCw3NC41NywwVjQwMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NC41NykiIHN0eWxlPSJmaWxsOiAjZmZmIiAvPjwvc3ZnPg==); }
  .a-video--playing:before {
    display: none; }
  .a-video--adapt-to-gutter {
    margin-left: -1.2rem;
    margin-right: -1.2rem; }
    @media screen and (min-width: 60rem) {
      .a-video--adapt-to-gutter {
        margin-left: 0;
        margin-right: 0; } }

.m-account-settings-form .terms-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.8rem 1fr;
  grid-template-columns: 2.8rem 1fr;
  position: relative;
  padding-top: 1rem; }

.m-account-settings-form .terms-error {
  padding-top: 1rem; }

.m-activity-timeline-time-block {
  width: 100%;
  position: relative;
  min-height: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3rem 1fr;
  grid-template-columns: 3rem 1fr;
  padding-bottom: 2.4rem; }
  .m-activity-timeline-time-block__circle {
    width: 2.2rem;
    height: 2.2rem;
    background-color: #373862;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .m-activity-timeline-time-block__line {
    width: 0.2rem;
    background-color: #373862;
    position: absolute;
    left: 1rem;
    top: 1.1rem;
    bottom: 0;
    border-radius: .1rem; }
  .m-activity-timeline-time-block__content {
    padding: .3rem 0 0 0; }
    .m-activity-timeline-time-block__content .m-activity-timeline-time-block__title .subject {
      display: inline-block;
      color: #343a40;
      font-size: .85rem;
      text-transform: uppercase;
      font-weight: 400; }
    .m-activity-timeline-time-block__content .m-activity-timeline-time-block__title .date {
      display: inline-block;
      color: #7d7d81;
      font-size: .85rem;
      margin-left: 0.6rem; }
    .m-activity-timeline-time-block__content .m-activity-timeline-time-block__title .a-pill {
      float: right;
      margin: -.2rem 0 0 0; }
  .m-activity-timeline-time-block__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.2rem 1fr;
    grid-template-columns: 2.2rem 1fr;
    padding-top: 1rem; }
    .m-activity-timeline-time-block__inner .desc {
      padding-top: .2rem;
      font-size: 0.8rem;
      color: #7d7d81;
      line-height: 1.4; }
      .m-activity-timeline-time-block__inner .desc a {
        color: #2b8eda; }

.m-banner {
  display: block;
  position: relative;
  height: 4rem;
  display: -ms-grid;
  display: grid; }
  .m-banner .a-background-image {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1.5fr;
    grid-template-columns: 3fr 1.5fr;
    padding: 0; }
    .m-banner .a-background-image .a-button {
      -ms-grid-column-align: end;
      justify-self: end;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      margin-right: .8rem; }
    .m-banner .a-background-image .a-image {
      -ms-grid-column-align: center;
      justify-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      .m-banner .a-background-image .a-image img {
        height: 2.6rem; }

.o-carousel {
  overflow: hidden;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  .o-carousel__flickity:after {
    content: 'flickity';
    display: none; }
  .o-carousel--disable.o-carousel__flickity:after {
    content: ''; }
  @media screen and (min-width: 1140px) {
    .o-carousel.responsive-fix.o-carousel--off-after-large.o-carousel__flickity:after {
      content: ''; } }

.m-carousel-element {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-carousel-element__inner {
    display: -ms-grid;
    display: grid; }
  .m-carousel-element--challenge-season .react-add-to-calendar__wrapper {
    text-align: center; }
  .m-carousel-element--challenge-season .a-button {
    display: inline-block;
    width: auto; }
    .m-carousel-element--challenge-season .a-button__link {
      padding: .3rem .9rem;
      font-size: .875rem; }
    .m-carousel-element--challenge-season .a-button--with-calendar-icon {
      position: relative;
      margin-top: .6rem;
      cursor: pointer; }
      .m-carousel-element--challenge-season .a-button--with-calendar-icon span {
        padding-left: 1.4rem; }
      .m-carousel-element--challenge-season .a-button--with-calendar-icon .react-add-to-calendar__icon--right {
        display: none; }
      .m-carousel-element--challenge-season .a-button--with-calendar-icon:before {
        content: '';
        position: absolute;
        left: 1rem;
        top: 50%;
        margin-top: -.4rem;
        width: .75rem;
        height: .75rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjYuNCAzOTQuNDgiPjx0aXRsZT5pY29uLWNhbGVuZGFyPC90aXRsZT48cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmIiBkPSJNMzU1LjM2LDUwLjQ5aC0zMFYzMEEyNy4yNywyNy4yNywwLDAsMCwyOTguMTEsMi43NkgyOTdBMjcuMjcsMjcuMjcsMCwwLDAsMjY5Ljc2LDMwaDBWNTAuNDlIMTI5LjFWMzBBMjcuMjcsMjcuMjcsMCwwLDAsMTAxLjgzLDIuNzZoLTEuMDhBMjcuMjcsMjcuMjcsMCwwLDAsNzMuNDgsMzBoMFY1MC40OWgtMzBBMjcuMjcsMjcuMjcsMCwwLDAsMTYuMjMsNzcuNzZoMFYzNzBBMjcuMjcsMjcuMjcsMCwwLDAsNDMuNSwzOTcuMjRIMzU1LjM2QTI3LjI3LDI3LjI3LDAsMCwwLDM4Mi42MywzNzBWNzcuNzRBMjcuMjcsMjcuMjcsMCwwLDAsMzU1LjM2LDUwLjQ5Wk0zMzYuODIsMzU0LjE3SDYyVjEzMi44MUgzMzYuODJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuMjMgLTIuNzYpIiAvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmYiIGQ9Ik05OS4zNywyMzNIMTQ2LjhhNC4zNyw0LjM3LDAsMCwwLDQuMzctNC4zN2gwVjE4MS4xOWE0LjM3LDQuMzcsMCwwLDAtNC4zNy00LjM3SDk5LjM3QTQuMzcsNC4zNywwLDAsMCw5NSwxODEuMTloMHY0Ny40M0E0LjM3LDQuMzcsMCwwLDAsOTkuMzcsMjMzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjIzIC0yLjc2KSIgLz48cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmIiBkPSJNMTc1LjcsMjMzaDQ3LjQ0YTQuMzcsNC4zNywwLDAsMCw0LjM2LTQuMzdoMFYxODEuMTlhNC4zNyw0LjM3LDAsMCwwLTQuMzYtNC4zN0gxNzUuN2E0LjM3LDQuMzcsMCwwLDAtNC4zNiw0LjM3aDB2NDcuNDNBNC4zNyw0LjM3LDAsMCwwLDE3NS43LDIzM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4yMyAtMi43NikiIC8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZmZmZiIgZD0iTTI1MiwyMzNoNDcuNDRhNC4zNyw0LjM3LDAsMCwwLDQuMzYtNC4zN2gwVjE4MS4xOWE0LjM3LDQuMzcsMCwwLDAtNC4zNi00LjM3SDI1MmE0LjM3LDQuMzcsMCwwLDAtNC4zNiw0LjM3aDB2NDcuNDNBNC4zNyw0LjM3LDAsMCwwLDI1MiwyMzNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYuMjMgLTIuNzYpIiAvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmYiIGQ9Ik05OS4zNywzMDkuMzJIMTQ2LjhhNC4zNyw0LjM3LDAsMCwwLDQuMzctNC4zNmgwVjI1Ny41MmE0LjM3LDQuMzcsMCwwLDAtNC4zNy00LjM2SDk5LjM3QTQuMzcsNC4zNywwLDAsMCw5NSwyNTcuNTJoMFYzMDVhNC4zNyw0LjM3LDAsMCwwLDQuMzcsNC4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4yMyAtMi43NikiIC8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZmZmZiIgZD0iTTE3NS43LDMwOS4zMmg0Ny40NEE0LjM2LDQuMzYsMCwwLDAsMjI3LjUsMzA1aDBWMjU3LjUyYTQuMzYsNC4zNiwwLDAsMC00LjM2LTQuMzZIMTc1LjdhNC4zNiw0LjM2LDAsMCwwLTQuMzYsNC4zNmgwVjMwNWE0LjM2LDQuMzYsMCwwLDAsNC4zNiw0LjM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjIzIC0yLjc2KSIgLz48cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmIiBkPSJNMjUyLDMwOS4zMmg0Ny40NGE0LjM2LDQuMzYsMCwwLDAsNC4zNi00LjM2aDBWMjU3LjUyYTQuMzYsNC4zNiwwLDAsMC00LjM2LTQuMzZIMjUyYTQuMzYsNC4zNiwwLDAsMC00LjM2LDQuMzZoMFYzMDVhNC4zNiw0LjM2LDAsMCwwLDQuMzYsNC4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4yMyAtMi43NikiIC8+PC9zdmc+Cg==); }
    .m-carousel-element--challenge-season .a-button.react-add-to-calendar__button--light {
      background-color: #242841; }
      .m-carousel-element--challenge-season .a-button.react-add-to-calendar__button--light span {
        opacity: 0; }
      .m-carousel-element--challenge-season .a-button.react-add-to-calendar__button--light:before {
        opacity: 0; }
      .m-carousel-element--challenge-season .a-button.react-add-to-calendar__button--light:after {
        content: '';
        width: 1rem;
        height: 1rem;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 0.4rem;
        left: 50%;
        margin-left: -.5rem;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOTcuNDIgMzkzLjQ2Ij48dGl0bGU+aWNvbi1jcm9zczwvdGl0bGU+PHBvbHlnb24gcG9pbnRzPSIzOTcuNDIgMTguNzQgMzc4LjY4IDAgMTk4LjcgMTc5Ljk4IDE4LjczIDAgMCAxOC43MyAxNzkuOTggMTk4LjcgMy45NiAzNzQuNzIgMjIuNyAzOTMuNDYgMTk4LjcyIDIxNy40NCAzNzQuNDEgMzkzLjE0IDM5My4xNCAzNzQuNDEgMjE3LjQ0IDE5OC43MiAzOTcuNDIgMTguNzQiIHN0eWxlPSJmaWxsOiNmZmY7IiAvPjwvc3ZnPgo=); }
  .m-carousel-element--challenge-season .react-add-to-calendar {
    position: relative; }
  .m-carousel-element--challenge-season .calendar-overlay {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    margin-left: -4.5rem;
    text-align: left;
    padding: .3rem 1rem .3rem .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    font-family: "HelveticaNeue";
    font-weight: 300;
    color: #000;
    font-size: 1rem;
    min-width: 9rem; }
    .m-carousel-element--challenge-season .calendar-overlay:before {
      position: absolute;
      content: '';
      width: 1rem;
      height: 1rem;
      bottom: -1rem;
      left: 50%;
      margin-left: -.5rem;
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDAgMjUwIj48dGl0bGU+aWNvbi10cmlhbmdsZS1kb3duPC90aXRsZT48cGF0aCBkPSJNMjAwLDI1MCw0MDAsMEgwWiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvc3ZnPg==); }
    .m-carousel-element--challenge-season .calendar-overlay li {
      margin: .2rem 0; }
    .m-carousel-element--challenge-season .calendar-overlay .fa {
      margin-right: .5rem;
      opacity: .2;
      width: 1rem; }
    .m-carousel-element--challenge-season .calendar-overlay a {
      color: #000; }
  .m-carousel-element--challenge-season .m-carousel-element__inner {
    padding: 1rem 0.8rem;
    width: 7rem; }
    @media screen and (min-width: 769px) {
      .m-carousel-element--challenge-season .m-carousel-element__inner {
        padding: 1rem 2rem;
        width: 10rem; } }
    .m-carousel-element--challenge-season .m-carousel-element__inner .a-heading {
      margin-top: 1rem;
      margin-bottom: 0; }
      .m-carousel-element--challenge-season .m-carousel-element__inner .a-heading__heading--level5 {
        font-weight: 400; }
    .m-carousel-element--challenge-season .m-carousel-element__inner .a-text-block {
      margin-top: 0.3rem; }
      .m-carousel-element--challenge-season .m-carousel-element__inner .a-text-block--small {
        font-size: .8rem;
        margin-top: .1rem;
        margin-bottom: .2rem; }
  .m-carousel-element--challenge-season .m-carousel-element__circle {
    -ms-grid-column-align: center;
    justify-self: center;
    width: 4rem;
    height: 4rem;
    border: 0.1rem solid #242841;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 50%;
    position: relative;
    background-color: #373862; }
    .m-carousel-element--challenge-season .m-carousel-element__circle .a-icon {
      width: 1.5rem;
      height: 1.5rem; }
    .m-carousel-element--challenge-season .m-carousel-element__circle:after {
      content: '•••';
      position: absolute;
      width: 3.2rem;
      line-height: 0.2rem;
      color: #242841;
      top: 1.85rem;
      right: -3.7rem;
      font-size: 1.2rem;
      letter-spacing: 0.5rem; }
      @media screen and (min-width: 769px) {
        .m-carousel-element--challenge-season .m-carousel-element__circle:after {
          content: '•••••••••'; } }
  .m-carousel-element--challenge-season:last-child .m-carousel-element__circle:after {
    display: none; }
  .m-carousel-element--challenge-season.m-carousel-element--complete .m-carousel-element__circle {
    border-color: #5bc0de; }
    .m-carousel-element--challenge-season.m-carousel-element--complete .m-carousel-element__circle:after {
      content: '';
      position: absolute;
      width: 3.4rem;
      height: 0.15rem;
      background-color: #5bc0de;
      top: 1.85rem;
      right: -3.4rem; }
      @media screen and (min-width: 769px) {
        .m-carousel-element--challenge-season.m-carousel-element--complete .m-carousel-element__circle:after {
          width: 6.4rem;
          right: -6.4rem; } }
  .m-carousel-element--challenge-season.m-carousel-element--active .m-carousel-element__circle {
    border-color: #20c997; }
    .m-carousel-element--challenge-season.m-carousel-element--active .m-carousel-element__circle:before {
      content: '';
      width: 5.4rem;
      height: 5.4rem;
      border: 0.7rem solid #20c997;
      opacity: 0.25;
      position: absolute;
      border-radius: 50%;
      top: -.8rem;
      left: -.8rem;
      z-index: 1; }
  .m-carousel-element--challenge-season.m-carousel-element--inactive .m-carousel-element__circle {
    background-color: #242841; }
  .m-carousel-element--challenge-season.m-carousel-element--inactive .a-button {
    display: none; }
  .m-carousel-element--mind-skill {
    width: 16.875rem;
    height: 16.875rem;
    background-color: #333;
    background-size: cover;
    background-position: center center;
    padding: 1rem;
    -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4);
    position: relative;
    margin: .7rem; }
    .m-carousel-element--mind-skill .m-carousel-element__inner {
      display: -ms-grid;
      display: grid;
      height: 100%; }
      .m-carousel-element--mind-skill .m-carousel-element__inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 0; }
      .m-carousel-element--mind-skill .m-carousel-element__inner * {
        z-index: 1; }
      .m-carousel-element--mind-skill .m-carousel-element__inner .a-button {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
        margin-bottom: 0; }
      .m-carousel-element--mind-skill .m-carousel-element__inner .a-heading__heading {
        font-size: 2rem;
        line-height: 2.2rem; }
    .m-carousel-element--mind-skill .m-carousel-element__icon {
      display: -ms-grid;
      display: grid;
      justify-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 4.2rem; }
  .m-carousel-element--challenge-winners {
    width: 13.1rem;
    height: 16.875rem;
    -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 1.9rem; }
    .m-carousel-element--challenge-winners:after {
      content: '•••••••';
      position: absolute;
      width: 3.2rem;
      line-height: 0.2rem;
      color: #373862;
      top: 50%;
      right: -3.7rem;
      font-size: 1.2rem;
      letter-spacing: 0.4rem; }
    .m-carousel-element--challenge-winners:last-child:after {
      display: none; }
    .m-carousel-element--challenge-winners .m-carousel-element__inner {
      padding: 4.1rem 1rem 1rem 1rem;
      display: -ms-grid;
      display: grid;
      justify-items: center;
      height: 100%;
      background-color: #373862; }
    .m-carousel-element--challenge-winners .m-carousel-element__header {
      height: 3.1rem;
      position: relative;
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .m-carousel-element--challenge-winners .m-carousel-element__header .a-heading {
        z-index: 1;
        position: relative;
        margin: 0; }
        .m-carousel-element--challenge-winners .m-carousel-element__header .a-heading__heading {
          font-weight: 300; }
      .m-carousel-element--challenge-winners .m-carousel-element__header:before {
        content: '';
        background-color: #121322;
        opacity: .25;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
    .m-carousel-element--challenge-winners .m-carousel-element__challenger-img {
      margin-left: -2.1rem; }
    .m-carousel-element--challenge-winners .m-carousel-element__challenger-name .a-heading {
      margin: 0.1rem 0 0; }
    .m-carousel-element--challenge-winners .m-carousel-element__challenger-points .a-text-block {
      margin: 0;
      font-size: 1rem !important;
      line-height: 1.375rem !important; }
    .m-carousel-element--challenge-winners .m-carousel-element__button {
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end; }
      .m-carousel-element--challenge-winners .m-carousel-element__button .a-button__link {
        padding: .3rem .8rem .1rem; }

.m-contact-form {
  text-align: left; }

.m-create-team-form {
  text-align: left; }

.m-feature-link {
  padding: 1.2rem 0 .7rem 0; }
  .m-feature-link__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0.5rem;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .m-feature-link__link .a-text-block {
      padding: 0;
      margin: 0;
      padding-top: .2rem;
      padding-left: 0.9rem;
      font-weight: 300; }
    .m-feature-link__link:hover {
      opacity: 0.8; }
  .m-feature-link--uppercase .a-text-block {
    text-transform: uppercase; }
  .m-feature-link--left {
    text-align: left; }
  .m-feature-link--right {
    text-align: right; }
  .m-feature-link--center {
    text-align: center; }

.m-footer {
  min-height: 4rem;
  padding: 0 1.2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.05rem solid #ccc;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .m-footer__icons .a-icon {
    display: inline-block;
    margin: 0 1rem 0 0; }
  .m-footer__links {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right; }
    .m-footer__links .a-text-block {
      display: inline-block;
      text-transform: uppercase;
      padding: 0 0.3rem;
      font-size: 0.6875rem;
      font-weight: 300;
      letter-spacing: .03rem; }
      .m-footer__links .a-text-block a {
        color: #000; }

.m-gradient-heading {
  display: block;
  padding: 0;
  position: relative;
  margin-bottom: -2rem;
  z-index: 1; }
  .m-gradient-heading .a-heading {
    margin: 0.6rem 0 -0.6rem; }
  .m-gradient-heading--hide-on-mobile {
    margin-bottom: 0.4rem;
    height: 0; }
    @media screen and (min-width: 769px) {
      .m-gradient-heading--hide-on-mobile {
        min-height: 9rem; } }
  .m-gradient-heading--adapt-to-gutter {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    margin-top: -1.2rem; }
  .m-gradient-heading .a-button {
    margin: 0; }
  .m-gradient-heading--left {
    text-align: left; }
  .m-gradient-heading--center {
    text-align: center; }
  .m-gradient-heading--right {
    text-align: right; }
  .m-gradient-heading__inner {
    padding: 1.3rem 1.2rem 0.9rem;
    margin: 0; }
    @media screen and (min-width: 50rem) {
      .m-gradient-heading__inner {
        padding: 3rem 1.2rem 2rem; } }
  .m-gradient-heading__pattern {
    background-position: bottom center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .m-gradient-heading--teal {
    background-color: #20c997;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#20c997), to(#199d76));
    background-image: -webkit-linear-gradient(bottom, #20c997, #199d76);
    background-image: -o-linear-gradient(bottom, #20c997, #199d76);
    background-image: linear-gradient(0deg, #20c997, #199d76); }
  .m-gradient-heading--deep-purple {
    background-color: #373862;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#373862), to(#252541));
    background-image: -webkit-linear-gradient(bottom, #373862, #252541);
    background-image: -o-linear-gradient(bottom, #373862, #252541);
    background-image: linear-gradient(0deg, #373862, #252541); }
    .m-gradient-heading--deep-purple .m-gradient-heading__pattern {
      opacity: .5; }
    .m-gradient-heading--deep-purple .m-gradient-heading__inner:before {
      opacity: 0.3; }
  .m-gradient-heading--deeper-purple {
    background-color: #1C1E36;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1C1E36), to(#131525));
    background-image: -webkit-linear-gradient(bottom, #1C1E36, #131525);
    background-image: -o-linear-gradient(bottom, #1C1E36, #131525);
    background-image: linear-gradient(0deg, #1C1E36, #131525); }
    .m-gradient-heading--deeper-purple .m-gradient-heading__pattern {
      opacity: .5; }
    .m-gradient-heading--deeper-purple .m-gradient-heading__inner:before {
      opacity: 0.4; }
  .m-gradient-heading--dark-purple {
    background-color: #121322;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#121322), to(#090a11));
    background-image: -webkit-linear-gradient(bottom, #121322, #090a11);
    background-image: -o-linear-gradient(bottom, #121322, #090a11);
    background-image: linear-gradient(0deg, #121322, #090a11); }
    .m-gradient-heading--dark-purple .m-gradient-heading__pattern {
      opacity: .5; }
    .m-gradient-heading--dark-purple .m-gradient-heading__inner:before {
      opacity: 0.4; }
  .m-gradient-heading--purple {
    background-color: #6f42c1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#6f42c1), to(#241540));
    background-image: -webkit-linear-gradient(bottom, #6f42c1, #241540);
    background-image: -o-linear-gradient(bottom, #6f42c1, #241540);
    background-image: linear-gradient(0deg, #6f42c1, #241540); }
    .m-gradient-heading--purple .m-gradient-heading__pattern {
      opacity: .5; }
    .m-gradient-heading--purple .m-gradient-heading__inner:before {
      opacity: 0.9; }
  .m-gradient-heading--blue {
    background-color: #2b8eda;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b8eda), to(#1c68a1));
    background-image: -webkit-linear-gradient(bottom, #2b8eda, #1c68a1);
    background-image: -o-linear-gradient(bottom, #2b8eda, #1c68a1);
    background-image: linear-gradient(0deg, #2b8eda, #1c68a1); }
    .m-gradient-heading--blue .m-gradient-heading__pattern {
      opacity: .5; }
    .m-gradient-heading--blue .m-gradient-heading__inner:before {
      opacity: 0.8; }
  .m-gradient-heading--pink {
    background-color: #e83e8c;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e83e8c), to(#c71868));
    background-image: -webkit-linear-gradient(bottom, #e83e8c, #c71868);
    background-image: -o-linear-gradient(bottom, #e83e8c, #c71868);
    background-image: linear-gradient(0deg, #e83e8c, #c71868); }
    .m-gradient-heading--pink .m-gradient-heading__inner:before {
      opacity: 0.8; }
  .m-gradient-heading--light-purple {
    background-color: transparent; }
  .m-gradient-heading--clear {
    background-color: transparent;
    background-image: none; }
    .m-gradient-heading--clear .m-gradient-heading__inner:before {
      opacity: 0.8; }

.m-gallery ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.2rem; }
  .m-gallery ul li .a-background-image {
    padding: 0;
    height: 0;
    padding-bottom: 56%; }

.ReactModal__Overlay--after-open {
  z-index: 10000 !important; }

.m-icon-pill .a-icon {
  float: left;
  margin-right: .4rem;
  margin-top: .2rem; }

.m-icon-pill--text-orange {
  color: #fd7e14; }

.m-icon-pill--size-large {
  padding: .3rem 0.4rem .3rem .3rem;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-icon-pill--size-large .a-icon {
    margin-right: .6rem;
    margin-top: 0.02rem; }

.m-icon-pill--uppercase {
  text-transform: uppercase; }

.m-icon-pill__down-arrow {
  margin-left: 1rem; }

.m-login-form .forgot-password {
  display: block;
  text-align: center;
  padding: 1rem 0; }
  .m-login-form .forgot-password a {
    color: #ccc;
    font-size: .8rem;
    font-weight: 200; }

.m-nav-header {
  display: block;
  position: relative;
  height: 3.6rem;
  display: -ms-grid;
  display: grid;
  background-color: #070710;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2rem 1fr 2rem;
  grid-template-columns: 2rem 1fr 2rem;
  border-top: 0.05rem solid rgba(255, 255, 255, 0.6);
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.15);
  margin-top: 3rem; }
  .m-nav-header__title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .m-nav-header:hover .m-nav-header__title {
    opacity: .8;
    padding-left: .3rem; }
  .m-nav-header__extra-icon {
    -ms-grid-column-align: end;
    justify-self: end; }

.m-nav-item {
  display: block;
  position: relative;
  height: 3.4rem;
  display: -ms-grid;
  display: grid;
  background-color: #070710;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.3rem 1fr;
  grid-template-columns: 1.3rem 1fr;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.15);
  padding-left: 1.8rem; }
  .m-nav-item__title {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .m-nav-item:hover .m-nav-item__title {
    opacity: .8;
    padding-left: .3rem; }
  .m-nav-item__icon {
    opacity: .6; }
  .m-nav-item .a-pill {
    margin-left: .5rem; }

.m-nav-footer {
  min-height: 3rem;
  padding: 0 1.2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  @media screen and (min-width: 45rem) {
    .m-nav-footer {
      position: relative;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .m-nav-footer__lang-selection .a-icon {
    display: inline-block; }
  .m-nav-footer__lang-dropdown {
    display: inline-block;
    position: relative; }
    .m-nav-footer__lang-dropdown select {
      border: none;
      height: 2rem;
      width: 5rem;
      z-index: 1;
      background-color: transparent; }
    .m-nav-footer__lang-dropdown:after {
      content: '';
      display: inline-block;
      position: absolute;
      right: .5rem;
      top: .6rem;
      height: 10px;
      width: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik01LDBsNSw1SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA1KSByb3RhdGUoMTgwKSIgZmlsbD0iI2RiMGE0MCIvPgo8L3N2Zz4K"); }

.m-profile-avatar {
  position: relative;
  padding: 0 1.2rem;
  text-align: left; }
  .m-profile-avatar__avatar {
    width: 100%;
    margin: 0 auto;
    max-width: 18rem;
    position: relative; }
    .m-profile-avatar__avatar--centered {
      text-align: center; }
    .m-profile-avatar__avatar .m-profile-avatar__country-img {
      z-index: 2;
      position: relative; }
    .m-profile-avatar__avatar .m-profile-avatar__challenger-img {
      margin-left: -2rem;
      z-index: 2;
      position: relative; }
    .m-profile-avatar__avatar .m-profile-avatar__grey-bar {
      background-color: #f7f7f7;
      left: 15%;
      right: 0;
      top: 9%;
      bottom: 12%;
      position: absolute;
      display: block; }
    .m-profile-avatar__avatar .m-profile-avatar__score {
      font-size: 1.8rem;
      font-weight: 300;
      color: #373862;
      position: absolute;
      left: 65%;
      bottom: 5%;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    @media screen and (min-width: 800px) {
      .m-profile-avatar__avatar {
        max-width: 29rem; }
        .m-profile-avatar__avatar .m-profile-avatar__score {
          font-size: 3rem; }
        .m-profile-avatar__avatar .m-profile-avatar__challenger-img {
          margin-left: -3.3rem; } }
  .m-profile-avatar--large {
    width: auto;
    display: inline-block;
    min-width: 11rem; }
    .m-profile-avatar--large .m-profile-avatar__avatar .m-profile-avatar__challenger-img {
      margin-left: -1.5rem; }
  .m-profile-avatar--small {
    width: auto;
    display: inline-block;
    min-width: 11rem; }
    .m-profile-avatar--small .m-profile-avatar__avatar .m-profile-avatar__challenger-img {
      margin-left: -1.1rem; }
    .m-profile-avatar--small .m-profile-avatar__avatar .m-profile-avatar__grey-bar {
      top: 12%;
      bottom: 24%;
      padding-left: 2rem;
      padding-left: 1.2rem; }
    .m-profile-avatar--small .m-profile-avatar__avatar .m-profile-avatar__score {
      font-size: .8rem;
      left: 58%; }

.m-profile-form {
  text-align: left; }

.m-profile-head-stats {
  display: block;
  padding: 0;
  position: relative;
  background-color: #1C1E36;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#373862), to(#131525));
  background-image: -webkit-linear-gradient(bottom, #373862, #131525);
  background-image: -o-linear-gradient(bottom, #373862, #131525);
  background-image: linear-gradient(0deg, #373862, #131525); }
  .m-profile-head-stats .m-profile-head-stats__inner {
    max-width: 50rem;
    margin: 0 auto; }
    .m-profile-head-stats .m-profile-head-stats__inner:before {
      opacity: 0.4; }
  .m-profile-head-stats__inner {
    padding: 1rem 1.2rem;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    .m-profile-head-stats__inner .a-text-block {
      margin-bottom: 0; }
  .m-profile-head-stats .a-text-block--small {
    font-size: .75rem; }
    @media screen and (min-width: 769px) {
      .m-profile-head-stats .a-text-block--small {
        font-size: .875rem; } }

.m-register-form .terms-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.8rem 1fr;
  grid-template-columns: 2.8rem 1fr;
  position: relative;
  padding-top: 1rem; }

.m-register-form .terms-error {
  padding-top: 1rem; }

.m-single-accordion .accordion {
  margin: 0 0 1.2rem 0; }

.m-single-accordion .accordion__button {
  color: #fff;
  cursor: pointer;
  padding: 1.5rem;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300; }

.m-single-accordion .accordion__button:after {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.m-single-accordion--deep-purple {
  background-color: #373862; }
  .m-single-accordion--deep-purple .accordion__button:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik01LDBsNSw1SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA1KSByb3RhdGUoMTgwKSIgZmlsbD0iIzdkN2Q4MSIvPgo8L3N2Zz4K"); }

.m-single-accordion--red {
  background-color: #db0a40; }
  .m-single-accordion--red .accordion__button:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMiIgZGF0YS1uYW1lPSJQb2x5Z29uIDIiIGQ9Ik01LDBsNSw1SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA1KSByb3RhdGUoMTgwKSIgZmlsbD0iI2ZmZmZmZiIvPgo8L3N2Zz4="); }

.m-single-accordion .accordion__button[aria-expanded='true']::after,
.m-single-accordion .accordion__button[aria-selected='true']::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.m-single-accordion .accordion__panel {
  padding: 20px;
  -webkit-animation: fadein 0.35s ease-in;
  animation: fadein 0.35s ease-in;
  font-size: 1rem;
  background-color: #f7f7f7;
  font-weight: 200;
  text-align: left; }
  .m-single-accordion .accordion__panel p {
    padding: 0 0 1rem 0; }
    .m-single-accordion .accordion__panel p:last-child {
      padding: 0; }

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.m-status-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem;
  grid-template-columns: 1fr 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .8rem 0; }
  .m-status-bar__status {
    font-weight: 200;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .17rem;
    text-align: left;
    padding-left: 1.2rem;
    position: relative; }
    .m-status-bar__status:after {
      content: '';
      width: .6rem;
      height: .6rem;
      background-color: #7d7d81;
      border-radius: 50%;
      position: absolute;
      display: block;
      top: .12rem;
      left: 0; }
    .m-status-bar__status--active:after {
      background-color: #1db356; }
    .m-status-bar__status--voting:after {
      background-color: #db0a40; }
  .m-status-bar__social-icons {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .m-status-bar__social-icons a {
      display: inline-block;
      position: relative;
      margin-left: .8rem; }
  .m-status-bar--black .m-status-bar__status {
    color: #000; }
  .m-status-bar--black .m-status-bar__social-icons svg {
    fill: #000; }
  .m-status-bar--white .m-status-bar__status {
    color: #fff; }
  .m-status-bar--white .m-status-bar__social-icons svg {
    fill: #fff; }

.a-team-avatar {
  text-align: center;
  position: relative;
  display: inline-block; }
  .a-team-avatar__team-name {
    font-size: .8rem;
    color: #000;
    display: block;
    text-align: center;
    padding: .2rem 0;
    margin: 0; }
  .a-team-avatar__official {
    position: absolute;
    right: .1rem;
    top: .1rem; }
  .a-team-avatar--large .a-team-avatar__official {
    right: .2rem;
    top: .2rem; }

.m-team-item {
  text-align: center;
  position: relative; }
  .m-team-item__avatar {
    position: relative; }
    .m-team-item__avatar .m-team-item__rank {
      position: absolute;
      bottom: -.3rem;
      left: 0;
      right: 0; }
      .m-team-item__avatar .m-team-item__rank .inner {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
        border-radius: 0.0625rem solid #ccc;
        padding: .3rem .9rem;
        min-width: 50%;
        display: inline-block;
        border-radius: 2rem;
        font-size: .625rem;
        font-weight: 300; }
        @media screen and (min-width: 769px) {
          .m-team-item__avatar .m-team-item__rank .inner {
            font-size: .875rem; } }
    .m-team-item__avatar .public-private {
      position: absolute;
      bottom: 1rem;
      right: .2rem;
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
      width: 1.5rem;
      height: 1.5rem; }
      @media screen and (min-width: 769px) {
        .m-team-item__avatar .public-private {
          bottom: 2rem;
          right: 2rem;
          width: 2rem;
          height: 2rem; } }
  .m-team-item .primary-team {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center; }
    .m-team-item .primary-team__status {
      font-weight: 500;
      font-size: 0.45rem;
      text-transform: uppercase;
      letter-spacing: .08rem;
      text-align: left;
      padding-left: 1.2rem;
      position: relative;
      margin: 0 auto;
      display: inline-block; }
      .m-team-item .primary-team__status:after {
        content: '';
        width: .4rem;
        height: .4rem;
        background-color: #1db356;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: .12rem;
        left: .2rem; }
      @media screen and (min-width: 769px) {
        .m-team-item .primary-team__status {
          font-size: .75rem;
          letter-spacing: .12rem; }
          .m-team-item .primary-team__status:after {
            width: .6rem;
            height: .6rem;
            top: .19rem;
            left: 0; } }
  .m-team-item__title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: .9rem;
    font-weight: 300; }
    @media screen and (min-width: 769px) {
      .m-team-item__title {
        font-size: 1.5625rem;
        line-height: 2rem; } }
  .m-team-item__actions {
    margin-top: 0; }
    .m-team-item__actions .a-pill {
      margin: 0; }

.m-notification {
  top: 5.5rem;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
  .m-notification--appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .m-notification__pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 12rem;
    width: auto;
    margin: 0 auto;
    height: 3rem;
    border-radius: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4); }
  @media screen and (min-width: 60rem) {
    .m-notification {
      height: 4rem;
      border-radius: 2rem; }
      .m-notification_pill {
        top: 8rem; } }
  .m-notification__circle {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    margin-left: .24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .m-notification__circle--points {
      border: 0.05rem solid #ccc; }
    .m-notification__circle--achievement {
      background-color: #20c997; }
  .m-notification__text {
    padding: 0 1rem 0 .8rem;
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.2; }
    .m-notification__text span {
      text-transform: uppercase;
      display: block; }
    .m-notification__text--smaller {
      font-size: .85rem; }

.m-modal-exit-game {
  top: 5.5rem;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.4); }
  .m-modal-exit-game--appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .m-modal-exit-game .the-modal {
    width: 33.75rem;
    min-height: 5rem;
    background-color: #fff;
    position: relative;
    border-radius: .6rem;
    padding: 2rem 2.5rem; }
    .m-modal-exit-game .the-modal__title {
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 300;
      font-size: 3rem;
      text-transform: uppercase;
      text-align: center;
      color: #000;
      padding: 0 0 .5rem;
      margin: 0; }
    .m-modal-exit-game .the-modal__desc {
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 300;
      font-size: 1.5625rem;
      text-align: center;
      color: #000;
      line-height: 1.8125rem;
      padding: 0 0 2.8rem;
      margin: 0; }
    .m-modal-exit-game .the-modal .a-button {
      margin: 0;
      padding: 0;
      max-width: 100%; }
      .m-modal-exit-game .the-modal .a-button__link {
        max-width: 100%;
        font-size: 1.125rem;
        line-height: 1.6875rem; }
    .m-modal-exit-game .the-modal .m-feature-link {
      padding: 0; }
      .m-modal-exit-game .the-modal .m-feature-link .a-text-block {
        font-size: 1.125rem;
        line-height: 1.6875rem; }
    .m-modal-exit-game .the-modal__close-btn {
      position: absolute;
      width: 2rem;
      height: 2rem;
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      top: .8rem;
      right: 1.4rem;
      cursor: pointer; }
  @media screen and (max-width: 767px) {
    .m-modal-exit-game .the-modal {
      width: 19.375rem;
      padding: 2rem 1.5rem; }
      .m-modal-exit-game .the-modal__close-btn {
        top: .6rem;
        right: .6rem; }
      .m-modal-exit-game .the-modal__title {
        font-size: 1.875rem; }
      .m-modal-exit-game .the-modal__desc {
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 0 0 1.5rem; }
      .m-modal-exit-game .the-modal .a-button {
        padding: 0 0 .7rem; }
        .m-modal-exit-game .the-modal .a-button__link {
          font-size: 0.875rem;
          line-height: 1rem; }
      .m-modal-exit-game .the-modal .m-feature-link__link {
        padding: 0; }
      .m-modal-exit-game .the-modal .m-feature-link .a-text-block {
        font-size: 0.875rem;
        line-height: 1rem; } }

.m-challenge-entry-form {
  text-align: left; }
  .m-challenge-entry-form__questions {
    padding-top: 0rem;
    padding-bottom: 2rem; }
    .m-challenge-entry-form__questions .a-heading__heading--level2 {
      padding-bottom: .7rem;
      padding-top: 1rem; }
    .m-challenge-entry-form__questions .a-text-block {
      padding-bottom: 1.8rem; }
    .m-challenge-entry-form__questions .a-image {
      width: 100%; }
      .m-challenge-entry-form__questions .a-image__image {
        width: 100%;
        height: auto;
        margin-bottom: 3rem; }
    @media screen and (min-width: 769px) {
      .m-challenge-entry-form__questions {
        padding-top: 2rem;
        padding-bottom: 2.5rem; } }
  .m-challenge-entry-form fieldset {
    background-color: #dfeef9;
    padding: 1.2rem;
    margin: 0 0 1rem 0; }
    @media screen and (min-width: 769px) {
      .m-challenge-entry-form fieldset {
        padding: 3.3rem;
        margin: 0 0 2rem 0; } }
  .m-challenge-entry-form input, .m-challenge-entry-form textarea, .m-challenge-entry-form label, .m-challenge-entry-form fieldset, .m-challenge-entry-form .form-error {
    max-width: 100%;
    width: 100%; }
  .m-challenge-entry-form label span {
    color: #e83e8c;
    font-weight: 500; }
  .m-challenge-entry-form input[type="text"] {
    border: 0.0675rem solid #2b8eda; }
    .m-challenge-entry-form input[type="text"]::-webkit-input-placeholder {
      opacity: .7; }
    .m-challenge-entry-form input[type="text"]:-ms-input-placeholder {
      opacity: .7; }
    .m-challenge-entry-form input[type="text"]::-ms-input-placeholder {
      opacity: .7; }
    .m-challenge-entry-form input[type="text"]::placeholder {
      opacity: .7; }
  .m-challenge-entry-form textarea {
    border: 0.0675rem solid #2b8eda;
    min-height: 11rem; }
  .m-challenge-entry-form .form-error {
    padding-top: 1rem;
    text-align: left;
    font-weight: 300;
    font-size: 1.2rem;
    color: #db0a40; }
  .m-challenge-entry-form .label {
    text-align: left;
    padding: 0 0 1.5rem;
    font-weight: 300;
    font-size: 1rem;
    color: #373862; }
  .m-challenge-entry-form .vote-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8rem 1fr;
    grid-template-columns: 2.8rem 1fr;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
    padding-left: 2rem; }
    .m-challenge-entry-form .vote-box .label {
      padding: 0; }
  .m-challenge-entry-form .radio {
    background-color: #fff;
    border: 0.2rem solid #7d7d81; }
    .m-challenge-entry-form .radio .radio-mark {
      background-color: #db0a40; }
  .m-challenge-entry-form .terms-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8rem 1fr;
    grid-template-columns: 2.8rem 1fr;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left; }
    .m-challenge-entry-form .terms-box .label {
      color: #000;
      padding: 0; }
  .m-challenge-entry-form .final-block .a-button {
    max-width: 23rem;
    margin-left: 0;
    margin-right: 0; }
  .m-challenge-entry-form .final-block fieldset {
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .m-challenge-entry-form .terms-error {
    padding-top: 1rem; }
  .m-challenge-entry-form .word-count {
    font-size: .8rem;
    text-align: right;
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
    font-weight: 200; }

.m-challenge-vote-form {
  text-align: left; }
  .m-challenge-vote-form fieldset {
    margin: 0; }
  .m-challenge-vote-form .vote-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8rem 1fr;
    grid-template-columns: 2.8rem 1fr;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem; }
  .m-challenge-vote-form label {
    padding: 0; }
  .m-challenge-vote-form .vote-error {
    padding-top: 1rem; }
  .m-challenge-vote-form .a-heading {
    padding-bottom: .4rem; }
  .m-challenge-vote-form fieldset {
    background-color: #dfeef9;
    padding: 1.2rem;
    margin: 0 0 1rem 0;
    max-width: 100%; }
    @media screen and (min-width: 769px) {
      .m-challenge-vote-form fieldset {
        padding: 3.3rem;
        margin: 0 0 2rem 0; } }
  .m-challenge-vote-form .radio {
    background-color: #fff;
    border: 0.2rem solid #7d7d81; }
    .m-challenge-vote-form .radio .radio-mark {
      background-color: #db0a40; }
  .m-challenge-vote-form .label {
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 1rem;
    color: #373862;
    margin: initial; }
  .m-challenge-vote-form .the-button {
    max-width: 23rem;
    text-align: left; }

.m-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.2rem; }
  .m-modal__click-to-close-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .m-modal__close-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    top: 0;
    right: 0;
    cursor: pointer; }
  .m-modal__invite-code {
    height: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 25rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .m-modal__panel {
    width: auto;
    min-width: 18rem;
    max-width: 30rem;
    height: auto;
    min-height: 8rem;
    background-color: #fff;
    display: inline-block;
    position: relative;
    border-radius: .5rem;
    padding: 1.2rem; }
    .m-modal__panel .a-heading {
      margin-top: 1rem; }
      .m-modal__panel .a-heading h1 {
        font-weight: 400; }
    .m-modal__panel .m-feature-link {
      padding: 0; }

.m-social-icons {
  position: absolute;
  top: 1rem;
  right: 1rem; }
  .m-social-icons__social-icon {
    display: inline-block;
    margin: 0 0 0 1rem; }

.m-previous-challenge {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 17rem;
  width: 100%;
  text-align: center; }
  .m-previous-challenge__inner {
    display: -ms-grid;
    display: grid; }
  .m-previous-challenge__image {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }
    .m-previous-challenge__image .category-bar {
      background-color: #373862;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 1.125rem;
      font-weight: 300;
      height: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-transform: uppercase; }
  .m-previous-challenge .date-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 5.7rem;
    padding: 0 0.4rem;
    height: 1.9rem; }
    .m-previous-challenge .date-block .a-text-block {
      font-size: .875rem;
      margin-left: .6rem; }
  .m-previous-challenge .a-button {
    margin-top: .4rem; }
  .m-previous-challenge .status-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.2rem 0 0; }
    .m-previous-challenge .status-bar__status {
      font-weight: 300;
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .17rem;
      text-align: left;
      padding-left: 1.2rem;
      position: relative; }
      .m-previous-challenge .status-bar__status:after {
        content: '';
        width: .6rem;
        height: .6rem;
        background-color: #7d7d81;
        border-radius: 50%;
        position: absolute;
        display: block;
        top: .17rem;
        left: 0; }
      .m-previous-challenge .status-bar__status--active:after {
        background-color: #1db356; }

.o-activity-timeline {
  width: 100%;
  max-width: 25rem;
  margin: 1.6rem auto;
  padding-bottom: 1rem;
  position: relative;
  text-align: left; }
  .o-activity-timeline:after {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background-color: #373862;
    position: absolute;
    left: 1rem;
    bottom: .4rem;
    border-radius: 50%; }

.o-carousel-challenge-season {
  background-color: #373862;
  padding: 2rem 0; }
  @media screen and (min-width: 1140px) {
    .o-carousel-challenge-season {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.o-challenge-winners {
  background-color: #2b8eda;
  padding: 1.5rem 0 0; }
  @media screen and (min-width: 1140px) {
    .o-challenge-winners .o-carousel__flickity {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-grid-columns: 16rem 16rem 16rem;
      grid-template-columns: 16rem 16rem 16rem;
      grid-gap: 0.6rem 2rem;
      justify-items: center; } }

.o-carousel-mind-skill {
  background-color: #2b8eda;
  padding: 1.5rem 0 0; }
  @media screen and (min-width: 1140px) {
    .o-carousel-mind-skill .o-carousel__flickity {
      display: -ms-grid;
      display: grid;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-grid-columns: 16rem 16rem 16rem;
      grid-template-columns: 16rem 16rem 16rem;
      grid-gap: 1.8rem 4rem;
      justify-items: center; } }

.o-challenge-vote-block {
  width: 100%;
  max-width: 17rem;
  margin-bottom: 1.2rem;
  position: relative;
  display: block; }
  .o-challenge-vote-block .a-heading {
    margin: 0; }
  .o-challenge-vote-block .the-video {
    position: relative; }
    .o-challenge-vote-block .the-video .category-bar {
      background-color: #373862;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 1.125rem;
      font-weight: 300;
      height: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      text-transform: uppercase;
      padding: 0 1.2rem; }
  .o-challenge-vote-block .truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .o-challenge-vote-block__info-bar {
    display: -ms-grid;
    display: grid;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .o-challenge-vote-block__info-bar .avatars {
      text-align: center;
      padding: .7rem 0; }
    .o-challenge-vote-block__info-bar .a-avatar:last-child {
      margin-left: -1.9rem; }
    .o-challenge-vote-block__info-bar .text-info {
      text-align: center; }
      .o-challenge-vote-block__info-bar .text-info .player-name {
        color: #fff;
        padding: 0;
        margin: 0;
        line-height: 1.875rem;
        font-size: 1.5625rem; }
      .o-challenge-vote-block__info-bar .text-info .team-name {
        color: #fff;
        font-weight: 200;
        padding: 0;
        margin: 0;
        line-height: 1.625rem;
        font-size: 1.125rem; }

.o-countdown {
  height: 6.5rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin: 1.8rem 0 1.2rem; }
  .o-countdown__inner {
    z-index: 1;
    position: relative; }
  .o-countdown__title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -0.8rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7rem; }
  .o-countdown__digit {
    display: inline-block;
    margin: 0.6rem 0;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2rem;
    color: #fff;
    position: relative;
    letter-spacing: 0.2rem; }
    .o-countdown__digit .unit {
      position: absolute;
      font-size: 0.9rem;
      position: absolute;
      bottom: -1.8rem;
      text-align: center;
      width: 2rem;
      left: 50%;
      margin-left: -1rem;
      opacity: .4;
      font-weight: 200; }
    .o-countdown__digit .colon {
      padding: 0 .5rem; }
  .o-countdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.2rem;
    right: -1.2rem;
    bottom: 0;
    background-color: #121322;
    opacity: 0.4; }

.o-game-block {
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 1.2rem;
  position: relative;
  display: block; }
  .o-game-block .a-color-block {
    padding: .6rem .7rem .4rem .9rem;
    min-height: 5.9rem; }
  .o-game-block .a-heading {
    margin: 0; }
  .o-game-block .a-background-image {
    height: 0;
    padding: 0;
    padding-bottom: 100%; }
  .o-game-block__game-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.5rem;
    grid-template-columns: 1fr 4.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .o-game-block__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .2rem; }
    .o-game-block__category .a-icon {
      margin-right: .6rem; }
  .o-game-block__title {
    text-align: left;
    font-size: 1rem;
    font-weight: 200; }

.o-header {
  display: block; }
  .o-header__header {
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    height: 4rem;
    -ms-grid-columns: .5fr 1fr 4rem;
    grid-template-columns: .5fr 1fr 4rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 60rem) {
      .o-header__header {
        height: 6.2rem;
        -ms-grid-columns: .5fr 1fr 6.2rem;
        grid-template-columns: .5fr 1fr 6.2rem; } }
  .o-header__avatar .m-profile-avatar {
    margin-left: -1.2rem; }
  .o-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .o-header__link {
    font-size: 1rem;
    padding-right: 2.5rem;
    font-weight: 500;
    display: none;
    height: 3.2rem; }
    .o-header__link a {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1.2rem 1fr;
      grid-template-columns: 1.2rem 1fr;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      color: #373862;
      height: 2.75rem; }
    @media screen and (min-width: 900px) {
      .o-header__link {
        display: block; } }
    @media screen and (min-width: 1025px) {
      .o-header__link {
        font-size: 1.25rem; } }
  .o-header__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 0 0 1rem; }
  .o-header__hamburger {
    -ms-grid-column-align: end;
    justify-self: end; }
  .o-header__nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    visibility: hidden;
    padding-top: 4rem; }
    .o-header__nav-menu .m-nav-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity .7s;
      -o-transition: opacity .7s;
      transition: opacity .7s; }
      @media screen and (min-width: 45rem) {
        .o-header__nav-menu .m-nav-footer {
          position: relative; } }
    .o-header__nav-menu--is-open {
      visibility: visible; }
      .o-header__nav-menu--is-open .m-nav-footer {
        opacity: 1; }
    @media screen and (min-width: 60rem) {
      .o-header__nav-menu {
        padding-top: 6.2rem;
        bottom: initial;
        height: auto; }
        .o-header__nav-menu .o-nav-menu {
          min-height: auto; } }
  .o-header__padder {
    width: 100%;
    height: 4rem; }
    @media screen and (min-width: 60rem) {
      .o-header__padder {
        height: 6.2rem; } }

.o-simple-header {
  display: block; }
  .o-simple-header__header {
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    height: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 60rem) {
      .o-simple-header__header {
        height: 6.2rem; } }
  .o-simple-header__close {
    justify-self: end;
    padding: 1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    width: 4rem;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 60rem) {
      .o-simple-header__close {
        height: 6.2rem;
        width: 6.2rem; } }
  .o-simple-header__padder {
    width: 100%;
    height: 4rem; }
    @media screen and (min-width: 60rem) {
      .o-simple-header__padder {
        height: 6.2rem; } }

.o-logged-out-prompt-box .a-color-block {
  padding: 1.2rem 1.2rem; }
  @media screen and (min-width: 769px) {
    .o-logged-out-prompt-box .a-color-block {
      padding: 2.5rem 1.2rem; } }
  .o-logged-out-prompt-box .a-color-block .a-text-block {
    margin-top: 0; }

.o-logged-out-prompt-box__button-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0.6rem;
  margin: 0 auto;
  padding: .5rem 0 0 0; }
  .o-logged-out-prompt-box__button-container .a-button {
    max-width: 26rem; }
  @media screen and (min-width: 769px) {
    .o-logged-out-prompt-box__button-container {
      max-width: 60rem; } }

.o-logged-out-prompt-box__small-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 6.5rem;
  grid-template-columns: 2fr 6.5rem;
  margin: 0 auto;
  padding: 0; }
  .o-logged-out-prompt-box__small-container .a-button {
    -ms-grid-column-align: end;
    justify-self: end; }
    .o-logged-out-prompt-box__small-container .a-button__link {
      height: 100%; }
  .o-logged-out-prompt-box__small-container .a-text-block {
    font-size: .85rem; }
  @media screen and (min-width: 769px) {
    .o-logged-out-prompt-box__small-container {
      -ms-grid-columns: 2fr 8rem;
      grid-template-columns: 2fr 8rem; }
      .o-logged-out-prompt-box__small-container .a-text-block {
        font-size: .9rem; } }

.o-logged-out-prompt-box--small {
  max-width: 50rem;
  margin: 1rem auto 0;
  padding: 0;
  background-color: #fff;
  border: 0.125rem solid #db0a40; }
  .o-logged-out-prompt-box--small .a-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem; }
  .o-logged-out-prompt-box--small .a-button__link {
    border-radius: 0;
    font-size: .6rem; }
  @media screen and (min-width: 769px) {
    .o-logged-out-prompt-box--small {
      padding: .7rem; }
      .o-logged-out-prompt-box--small .a-text-block {
        font-size: 1.125rem; }
      .o-logged-out-prompt-box--small .a-button__link {
        font-size: .875rem; } }

@media screen and (min-width: 769px) {
  .o-logged-out-prompt-box {
    padding: 0; } }

.o-logged-out-prompt-box--plain {
  padding: 0 0 1.5rem 0;
  width: 100%;
  margin: 0 auto; }

.o-logged-out-prompt-box--plain-alt {
  padding: 0 0 1.5rem 0;
  max-width: 25rem;
  margin: 0 auto; }

.o-logged-out-prompt-box__plain-container {
  background-color: #F7FCFF;
  border-top: 0.15rem solid #373862;
  padding: 0.8rem 1.2rem; }
  .o-logged-out-prompt-box__plain-container .o-logged-out-prompt-box__info-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8rem 1fr;
    grid-template-columns: 2.8rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .o-logged-out-prompt-box__plain-container .o-logged-out-prompt-box__info-container .a-icon {
      margin: 0 auto; }
    .o-logged-out-prompt-box__plain-container .o-logged-out-prompt-box__info-container .a-text-block--center {
      text-align: left;
      padding-left: .5rem; }
    @media screen and (min-width: 769px) {
      .o-logged-out-prompt-box__plain-container .o-logged-out-prompt-box__info-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        .o-logged-out-prompt-box__plain-container .o-logged-out-prompt-box__info-container .a-text-block--center {
          text-align: center; } }

.o-logged-out-prompt-box__plain-container-alt {
  background-color: #F7FCFF;
  border-top: 0.15rem solid #373862;
  padding: 0.8rem 1.2rem; }
  .o-logged-out-prompt-box__plain-container-alt .a-button {
    padding-bottom: 0 !important; }
  .o-logged-out-prompt-box__plain-container-alt .o-logged-out-prompt-box__info-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.8rem 1fr;
    grid-template-columns: 2.8rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .o-logged-out-prompt-box__plain-container-alt .o-logged-out-prompt-box__info-container .a-icon {
      margin: 0 auto; }
    .o-logged-out-prompt-box__plain-container-alt .o-logged-out-prompt-box__info-container .a-text-block--center {
      text-align: left;
      padding-left: .5rem; }

.o-logged-out-prompt-box .m-gradient-heading {
  margin-bottom: 0; }

.o-logged-out-prompt-box .a-heading {
  margin-top: 0;
  padding-top: 1.2rem; }

@media screen and (min-width: 769px) {
  .o-logged-out-prompt-box .a-text-block {
    margin-bottom: 1.6rem;
    font-size: 1rem; } }

.o-map-block__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .o-map-block__stats .a-text-block {
    margin: 0 0 .6rem; }

.o-map-block__count-up {
  color: #db0a40;
  text-align: center;
  display: block;
  font-size: 1.9rem;
  font-weight: 400;
  padding: .5rem 0 0;
  margin: 0; }
  @media screen and (min-width: 60rem) {
    .o-map-block__count-up {
      font-size: 3rem; } }

.o-map-block .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.o-mind-skills .a-button {
  display: block !important; }

.o-mind-skills__inner {
  z-index: 1;
  position: relative; }

.o-mind-skills .a-color-block {
  padding-top: 0; }
  .o-mind-skills .a-color-block .a-text-block {
    margin-top: 0; }

.o-mind-skills__button-container {
  display: block;
  margin: 0 auto;
  padding: .5rem 0 0 0; }
  @media screen and (min-width: 769px) {
    .o-mind-skills__button-container {
      max-width: 60rem; } }

.o-mind-skills__small-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 7rem;
  grid-template-columns: 2fr 7rem;
  grid-column-gap: 0.6rem;
  margin: 0 auto;
  padding: 0; }
  .o-mind-skills__small-container .a-button {
    -ms-grid-column-align: end;
    justify-self: end; }

.o-mind-skills .m-gradient-heading {
  margin: -1.2rem;
  padding-top: 1rem; }

.o-mind-skills .color-yellow {
  color: #fcdc71; }

.o-mind-skills .a-background-image {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative; }
  .o-mind-skills .a-background-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  @media screen and (min-width: 769px) {
    .o-mind-skills .a-background-image {
      padding-bottom: 4rem;
      padding-top: 4rem; } }

.o-mind-skills__chart-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: .5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 25rem;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .o-mind-skills__chart-area {
      -ms-grid-columns: .8fr 1fr;
      grid-template-columns: .8fr 1fr;
      max-width: 50rem;
      padding: 2rem 0; } }
  .o-mind-skills__chart-area .chart-index {
    padding: 0 2rem; }
  .o-mind-skills__chart-area .index-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2rem 1fr 5rem 3rem;
    grid-template-columns: 2rem 1fr 5rem 3rem;
    width: 100%;
    max-width: 21rem;
    height: 2rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0.6rem auto;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .o-mind-skills__chart-area .index-row {
        margin: 1.6rem auto; } }
    .o-mind-skills__chart-area .index-row .index-title {
      font-size: 0.875rem;
      text-transform: uppercase;
      padding-left: .5rem;
      font-weight: 300; }
    .o-mind-skills__chart-area .index-row .index-points {
      font-size: 0.875rem;
      color: #ccc;
      font-weight: 200; }
    .o-mind-skills__chart-area .index-row .index-percent {
      font-size: 0.875rem;
      font-weight: 200; }
    .o-mind-skills__chart-area .index-row .circle-icon {
      width: 2rem;
      height: 2rem;
      border: .125rem solid #fff;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .o-mind-skills__chart-area .index-row--yellow .circle-icon {
      border-color: #fcdc71; }
    .o-mind-skills__chart-area .index-row--yellow .index-percent {
      color: #fcdc71; }
    .o-mind-skills__chart-area .index-row--orange .circle-icon {
      border-color: #fd7e14; }
    .o-mind-skills__chart-area .index-row--orange .index-percent {
      color: #fd7e14; }
    .o-mind-skills__chart-area .index-row--red .circle-icon {
      border-color: #db0a40; }
    .o-mind-skills__chart-area .index-row--red .index-percent {
      color: #db0a40; }
    .o-mind-skills__chart-area .index-row--teal .circle-icon {
      border-color: #20c997; }
    .o-mind-skills__chart-area .index-row--teal .index-percent {
      color: #20c997; }
    .o-mind-skills__chart-area .index-row--blue .circle-icon {
      border-color: #2b8eda; }
    .o-mind-skills__chart-area .index-row--blue .index-percent {
      color: #2b8eda; }
    .o-mind-skills__chart-area .index-row--purple .circle-icon {
      border-color: #6f42c1; }
    .o-mind-skills__chart-area .index-row--purple .index-percent {
      color: #6f42c1; }

.o-nav-menu {
  background-color: #070710;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 3rem; }
  @media screen and (min-width: 60rem) {
    .o-nav-menu {
      top: 6.2rem; } }
  @media screen and (min-width: 45rem) {
    .o-nav-menu {
      max-height: 100vh;
      position: relative;
      top: 0; }
      .o-nav-menu .o-logged-out-prompt-box--small {
        padding-top: 3rem;
        margin-bottom: -1.5rem; } }
  .o-nav-menu .m-nav-header.first {
    margin-top: 3rem; }
  .o-nav-menu__menu {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
    grid-column-gap: 1.2rem; }
    @media screen and (min-width: 45rem) {
      .o-nav-menu__menu .m-nav-header.first {
        border-top: 0.05rem solid rgba(255, 255, 255, 0.6);
        margin-top: 3rem; } }
  .o-nav-menu .m-nav-item {
    opacity: 0;
    -webkit-transform: translateX(-0.8rem);
    -ms-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .o-nav-menu .m-nav-item .a-icon {
      display: inline-block;
      overflow: visible;
      position: relative; }
      .o-nav-menu .m-nav-item .a-icon span {
        position: absolute !important;
        height: 100% !important;
        top: -1px; }
  .o-nav-menu .m-nav-header {
    opacity: 0;
    -webkit-transform: translateX(-0.8rem);
    -ms-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .o-nav-menu--open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .o-nav-menu--open .m-nav-item {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .o-nav-menu--open .m-nav-header {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .o-nav-menu--open .m-nav-item:nth-child(1) {
      -webkit-transition-delay: 0.07s;
      -o-transition-delay: 0.07s;
      transition-delay: 0.07s; }
    .o-nav-menu--open .m-nav-header:nth-child(1) {
      -webkit-transition-delay: 0.07s;
      -o-transition-delay: 0.07s;
      transition-delay: 0.07s; }
    .o-nav-menu--open .m-nav-item:nth-child(2) {
      -webkit-transition-delay: 0.14s;
      -o-transition-delay: 0.14s;
      transition-delay: 0.14s; }
    .o-nav-menu--open .m-nav-header:nth-child(2) {
      -webkit-transition-delay: 0.14s;
      -o-transition-delay: 0.14s;
      transition-delay: 0.14s; }
    .o-nav-menu--open .m-nav-item:nth-child(3) {
      -webkit-transition-delay: 0.21s;
      -o-transition-delay: 0.21s;
      transition-delay: 0.21s; }
    .o-nav-menu--open .m-nav-header:nth-child(3) {
      -webkit-transition-delay: 0.21s;
      -o-transition-delay: 0.21s;
      transition-delay: 0.21s; }
    .o-nav-menu--open .m-nav-item:nth-child(4) {
      -webkit-transition-delay: 0.28s;
      -o-transition-delay: 0.28s;
      transition-delay: 0.28s; }
    .o-nav-menu--open .m-nav-header:nth-child(4) {
      -webkit-transition-delay: 0.28s;
      -o-transition-delay: 0.28s;
      transition-delay: 0.28s; }
    .o-nav-menu--open .m-nav-item:nth-child(5) {
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .o-nav-menu--open .m-nav-header:nth-child(5) {
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .o-nav-menu--open .m-nav-item:nth-child(6) {
      -webkit-transition-delay: 0.42s;
      -o-transition-delay: 0.42s;
      transition-delay: 0.42s; }
    .o-nav-menu--open .m-nav-header:nth-child(6) {
      -webkit-transition-delay: 0.42s;
      -o-transition-delay: 0.42s;
      transition-delay: 0.42s; }
    .o-nav-menu--open .m-nav-item:nth-child(7) {
      -webkit-transition-delay: 0.49s;
      -o-transition-delay: 0.49s;
      transition-delay: 0.49s; }
    .o-nav-menu--open .m-nav-header:nth-child(7) {
      -webkit-transition-delay: 0.49s;
      -o-transition-delay: 0.49s;
      transition-delay: 0.49s; }
    .o-nav-menu--open .m-nav-item:nth-child(8) {
      -webkit-transition-delay: 0.56s;
      -o-transition-delay: 0.56s;
      transition-delay: 0.56s; }
    .o-nav-menu--open .m-nav-header:nth-child(8) {
      -webkit-transition-delay: 0.56s;
      -o-transition-delay: 0.56s;
      transition-delay: 0.56s; }
    .o-nav-menu--open .m-nav-item:nth-child(9) {
      -webkit-transition-delay: 0.63s;
      -o-transition-delay: 0.63s;
      transition-delay: 0.63s; }
    .o-nav-menu--open .m-nav-header:nth-child(9) {
      -webkit-transition-delay: 0.63s;
      -o-transition-delay: 0.63s;
      transition-delay: 0.63s; }
    .o-nav-menu--open .m-nav-item:nth-child(10) {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .o-nav-menu--open .m-nav-header:nth-child(10) {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .o-nav-menu--open .m-nav-item:nth-child(11) {
      -webkit-transition-delay: 0.77s;
      -o-transition-delay: 0.77s;
      transition-delay: 0.77s; }
    .o-nav-menu--open .m-nav-header:nth-child(11) {
      -webkit-transition-delay: 0.77s;
      -o-transition-delay: 0.77s;
      transition-delay: 0.77s; }
    .o-nav-menu--open .m-nav-item:nth-child(12) {
      -webkit-transition-delay: 0.84s;
      -o-transition-delay: 0.84s;
      transition-delay: 0.84s; }
    .o-nav-menu--open .m-nav-header:nth-child(12) {
      -webkit-transition-delay: 0.84s;
      -o-transition-delay: 0.84s;
      transition-delay: 0.84s; }
    .o-nav-menu--open .m-nav-item:nth-child(13) {
      -webkit-transition-delay: 0.91s;
      -o-transition-delay: 0.91s;
      transition-delay: 0.91s; }
    .o-nav-menu--open .m-nav-header:nth-child(13) {
      -webkit-transition-delay: 0.91s;
      -o-transition-delay: 0.91s;
      transition-delay: 0.91s; }
    .o-nav-menu--open .m-nav-item:nth-child(14) {
      -webkit-transition-delay: 0.98s;
      -o-transition-delay: 0.98s;
      transition-delay: 0.98s; }
    .o-nav-menu--open .m-nav-header:nth-child(14) {
      -webkit-transition-delay: 0.98s;
      -o-transition-delay: 0.98s;
      transition-delay: 0.98s; }
    .o-nav-menu--open .m-nav-item:nth-child(15) {
      -webkit-transition-delay: 1.05s;
      -o-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    .o-nav-menu--open .m-nav-header:nth-child(15) {
      -webkit-transition-delay: 1.05s;
      -o-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    .o-nav-menu--open .m-nav-item:nth-child(16) {
      -webkit-transition-delay: 1.12s;
      -o-transition-delay: 1.12s;
      transition-delay: 1.12s; }
    .o-nav-menu--open .m-nav-header:nth-child(16) {
      -webkit-transition-delay: 1.12s;
      -o-transition-delay: 1.12s;
      transition-delay: 1.12s; }
    .o-nav-menu--open .m-nav-item:nth-child(17) {
      -webkit-transition-delay: 1.19s;
      -o-transition-delay: 1.19s;
      transition-delay: 1.19s; }
    .o-nav-menu--open .m-nav-header:nth-child(17) {
      -webkit-transition-delay: 1.19s;
      -o-transition-delay: 1.19s;
      transition-delay: 1.19s; }
    .o-nav-menu--open .m-nav-item:nth-child(18) {
      -webkit-transition-delay: 1.26s;
      -o-transition-delay: 1.26s;
      transition-delay: 1.26s; }
    .o-nav-menu--open .m-nav-header:nth-child(18) {
      -webkit-transition-delay: 1.26s;
      -o-transition-delay: 1.26s;
      transition-delay: 1.26s; }
    .o-nav-menu--open .m-nav-item:nth-child(19) {
      -webkit-transition-delay: 1.33s;
      -o-transition-delay: 1.33s;
      transition-delay: 1.33s; }
    .o-nav-menu--open .m-nav-header:nth-child(19) {
      -webkit-transition-delay: 1.33s;
      -o-transition-delay: 1.33s;
      transition-delay: 1.33s; }
    .o-nav-menu--open .m-nav-item:nth-child(20) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .o-nav-menu--open .m-nav-header:nth-child(20) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
  .o-nav-menu__menu {
    padding: 0 1.2rem 3rem; }

.o-profile-info {
  position: relative;
  text-align: center; }
  .o-profile-info .a-heading {
    margin: 0; }
    .o-profile-info .a-heading__heading--level2 {
      padding-top: 1rem;
      padding-bottom: 0;
      margin: 0; }
    .o-profile-info .a-heading__heading--level4 {
      font-weight: 300;
      padding-top: 0;
      margin: 0;
      font-size: 1.25rem; }
      @media screen and (min-width: 769px) {
        .o-profile-info .a-heading__heading--level4 {
          font-size: 1.5625rem; } }
  .o-profile-info .m-icon-pill {
    font-family: 'Montserrat';
    margin-top: 1rem; }
  .o-profile-info .social-icon {
    margin-top: 1rem; }
  .o-profile-info .meta-3-col {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 25rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem 0 1.5rem 0; }
    .o-profile-info .meta-3-col .a-icon {
      margin-bottom: .3rem; }

.o-prompt-box .a-color-block {
  padding-top: 0; }
  .o-prompt-box .a-color-block .a-text-block {
    margin-top: 0; }

.o-prompt-box__button-container {
  margin: 0 auto;
  padding: .5rem 0 0 0; }
  @media screen and (min-width: 769px) {
    .o-prompt-box__button-container {
      max-width: 60rem; } }

.o-prompt-box--plain {
  padding: 0 0 1.5rem 0;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto; }

.o-prompt-box__plain-container {
  background-color: #F7FCFF;
  border-top: 0.15rem solid #373862;
  padding: 0.8rem 1.2rem; }
  .o-prompt-box__plain-container .o-prompt-box__info-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3rem 1fr;
    grid-template-columns: 3rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.o-score-summary-block {
  position: relative;
  text-align: center; }
  .o-score-summary-block__score {
    color: #e83e8c;
    font-size: 2.6rem; }
    @media screen and (min-width: 50rem) {
      .o-score-summary-block__score {
        font-size: 3.2rem; } }
  .o-score-summary-block__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    font-size: .9rem;
    text-transform: uppercase;
    color: #7d7d81;
    font-weight: 400; }
    .o-score-summary-block__category .a-icon {
      margin-right: .6rem; }
  .o-score-summary-block .social-icons {
    margin-top: 1rem; }
    .o-score-summary-block .social-icons .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  .o-score-summary-block .meta-3-col {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 16rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem 0 1.5rem 0; }
    .o-score-summary-block .meta-3-col .a-icon {
      margin-bottom: .3rem; }
    .o-score-summary-block .meta-3-col .a-text-block {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .o-score-summary-block .meta-3-col .a-text-block .a-icon {
        margin-bottom: 0;
        margin-right: .3rem; }

.o-onboarding-game-summary-block {
  position: relative;
  text-align: center; }
  .o-onboarding-game-summary-block__score {
    color: #e83e8c;
    font-size: 1.25rem; }
    @media screen and (min-width: 50rem) {
      .o-onboarding-game-summary-block__score {
        font-size: 1.875rem; } }
  .o-onboarding-game-summary-block .a-image {
    padding-top: 1rem; }
  .o-onboarding-game-summary-block__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    font-size: .9rem;
    text-transform: uppercase;
    color: #7d7d81;
    font-weight: 400; }
    .o-onboarding-game-summary-block__category .a-icon {
      margin-right: .6rem; }
      .o-onboarding-game-summary-block__category .a-icon svg {
        width: 25%; }
  .o-onboarding-game-summary-block .social-icons {
    margin-top: 1rem; }
    .o-onboarding-game-summary-block .social-icons .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  .o-onboarding-game-summary-block .meta-6-col {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 28rem;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem 0; }
    .o-onboarding-game-summary-block .meta-6-col .a-icon {
      margin-bottom: .3rem; }
    .o-onboarding-game-summary-block .meta-6-col .a-icon--in-circle {
      width: 1.3rem;
      height: 1.3rem; }
    .o-onboarding-game-summary-block .meta-6-col .a-text-block {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: .875rem; }
      .o-onboarding-game-summary-block .meta-6-col .a-text-block .a-icon {
        margin-bottom: 0;
        margin-right: .3rem; }
      @media screen and (min-width: 769px) {
        .o-onboarding-game-summary-block .meta-6-col .a-text-block {
          font-size: 1rem; } }

.o-tabs-join-team {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #f9f9fa;
  overflow-y: hidden;
  margin-left: -1.2rem;
  margin-right: -1.2rem; }
  @media screen and (min-width: 60rem) {
    .o-tabs-join-team {
      margin-left: auto;
      margin-right: auto;
      max-width: 50rem; } }
  .o-tabs-join-team__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .o-tabs-join-team__nav-tab {
    height: 3.8rem;
    background-color: #373862;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .o-tabs-join-team__nav-tab--selected {
      background-color: #f9f9fa;
      color: #373862; }
  .o-tabs-join-team__content {
    width: 100%; }
    .o-tabs-join-team__content .flickity-viewport {
      -webkit-transition: height .7s;
      -o-transition: height .7s;
      transition: height .7s; }
  .o-tabs-join-team__content-pane {
    width: 100%;
    background-color: #f9f9fa;
    padding: 1.2rem;
    height: auto; }
    .o-tabs-join-team__content-pane hr {
      margin-left: -1.2rem;
      margin-right: -1.2rem;
      border-top: 1px solid #8DB0CE;
      margin-top: 1.2rem;
      margin-bottom: 1.2rem; }
    .o-tabs-join-team__content-pane .o-tabs-join-team__inner {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr));
      grid-row-gap: 1.5rem; }
      @media screen and (min-width: 800px) {
        .o-tabs-join-team__content-pane .o-tabs-join-team__inner {
          grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr)); } }
  .o-tabs-join-team .alphabet-header {
    display: block;
    text-align: center;
    font-size: .8rem;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin: 1.2rem 0 .7rem 0; }
    @media screen and (min-width: 60rem) {
      .o-tabs-join-team .alphabet-header {
        margin: 2.6rem 0 1.5rem 0; } }

.o-tabs-login-register {
  overflow-x: hidden;
  max-width: 35rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow-y: hidden; }
  .o-tabs-login-register__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .o-tabs-login-register__nav-tab {
    height: 3.8rem;
    background-color: #373862;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    text-transform: uppercase;
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05rem;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .o-tabs-login-register__nav-tab--selected {
      background-color: #fff;
      color: #373862; }
  .o-tabs-login-register__content {
    width: 100%; }
    .o-tabs-login-register__content .flickity-viewport {
      -webkit-transition: height .7s;
      -o-transition: height .7s;
      transition: height .7s; }
  .o-tabs-login-register__content-pane {
    width: 100%;
    background-color: #fff;
    padding: 1.2rem;
    height: auto; }
    .o-tabs-login-register__content-pane hr {
      margin-left: -1.2rem;
      margin-right: -1.2rem;
      border-top: 1px solid #8DB0CE;
      margin-top: 1.2rem;
      margin-bottom: 1.2rem; }

.o-team {
  padding: 1rem 1.2rem; }
  .o-team__caro {
    padding: 2rem 0; }
  .o-team__inner {
    display: -ms-grid;
    display: grid;
    max-width: 60rem;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr));
    grid-row-gap: 1.5rem;
    grid-column-gap: .5rem; }
    @media screen and (min-width: 769px) {
      .o-team__inner {
        grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr)); } }
  .o-team__key {
    display: inline-block;
    text-align: center;
    margin-top: 1.5rem;
    background-color: #F7FCFF;
    margin-bottom: 2rem;
    padding: .2rem 1rem .4rem;
    border-top: 0.125rem solid #373862; }
    .o-team__key .o-team__key-item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 .6rem 0;
      color: #7d7d81;
      font-size: .9rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 200; }
      .o-team__key .o-team__key-item .a-icon {
        margin-right: .5rem; }
  .o-team .m-gradient-heading {
    margin: -1.2rem;
    margin-bottom: 0.4rem; }
  .o-team .buttons-container {
    width: 100%;
    margin: 0 auto;
    max-width: 46rem; }
    @media screen and (min-width: 769px) {
      .o-team .buttons-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem; } }
  @media screen and (min-width: 60rem) {
    .o-team {
      padding-bottom: 4rem; } }

.p-account-settings {
  text-align: left; }
  .p-account-settings section {
    padding: 0 0 2rem 0;
    text-align: left;
    max-width: 25rem;
    width: 100%;
    margin: 0 auto; }

.p-challenge-page__top-section .a-heading {
  margin-top: 0; }

.p-challenge-page2__top-section {
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  .p-challenge-page2__top-section .a-heading {
    margin-top: 1.6rem; }
  @media screen and (min-width: 769px) {
    .p-challenge-page2__top-section {
      padding-top: .6rem;
      padding-bottom: 4rem;
      padding-left: 3.3rem;
      padding-right: 3.3rem; }
      .p-challenge-page2__top-section .m-status-bar {
        margin-left: -2.1rem;
        margin-right: -2.1rem; } }

.p-challenge-page2__accordion-section {
  padding-top: 3rem; }

.p-challenge-page2 .a-video {
  padding: 1rem 0 3rem; }

.p-challenge-page2 .m-feature-link {
  padding-top: 0; }

@media screen and (min-width: 60rem) {
  .p-challenge-voting__entrants-section {
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.p-challenge-voting__entrants-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-column-gap: 1rem;
  padding-bottom: 2rem;
  justify-items: center; }

.p-challenge-voting__top-section {
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  .p-challenge-voting__top-section .a-heading {
    margin-top: 1.6rem; }
  @media screen and (min-width: 769px) {
    .p-challenge-voting__top-section {
      padding-top: .6rem;
      padding-bottom: 4rem;
      padding-left: 3.3rem;
      padding-right: 3.3rem; }
      .p-challenge-voting__top-section .m-status-bar {
        margin-left: -2.1rem;
        margin-right: -2.1rem; } }

.p-challenge-voting .circle-icon {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-left: .24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin-top: .15rem;
  margin-right: .7rem; }
  .p-challenge-voting .circle-icon--achievement {
    background-color: #20c997; }
  @media screen and (min-width: 769px) {
    .p-challenge-voting .circle-icon {
      width: 2.6rem;
      height: 2.6rem;
      margin-top: .4rem;
      margin-right: 1rem; } }

.p-challenge-voting__bottom-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 769px) {
    .p-challenge-voting__bottom-section {
      padding-top: 3rem;
      padding-bottom: 4rem; } }

.p-challenge-voting .o-challenge-vote-block .a-color-block {
  padding-top: .8rem;
  padding-bottom: .8rem; }

.p-challenge-voting .o-challenge-vote-block .a-text-block {
  margin-top: 0.2rem; }

.p-challenge-voting .chart-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: .5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 25rem;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .p-challenge-voting .chart-area {
      -ms-grid-columns: .8fr 1fr;
      grid-template-columns: .8fr 1fr;
      max-width: 50rem;
      padding: 2rem 0; } }
  .p-challenge-voting .chart-area .chart-index {
    padding: 1rem 2rem; }
  .p-challenge-voting .chart-area .index-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2rem 1fr 5rem;
    grid-template-columns: 2rem 1fr 5rem;
    width: 100%;
    max-width: 19rem;
    height: 2rem;
    border-radius: 1rem;
    margin: 0.3rem auto;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .p-challenge-voting .chart-area .index-row {
        margin: 1rem auto; } }
    .p-challenge-voting .chart-area .index-row .index-title {
      font-size: 0.875rem;
      text-transform: uppercase;
      padding-left: .5rem;
      font-weight: 300;
      text-align: left; }
    .p-challenge-voting .chart-area .index-row .index-points {
      font-size: 0.875rem;
      color: #000;
      font-weight: 200; }
    .p-challenge-voting .chart-area .index-row .color-circle {
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background-color: #7d7d81; }
    .p-challenge-voting .chart-area .index-row--pink .color-circle {
      background-color: #e83e8c; }
    .p-challenge-voting .chart-area .index-row--purple .color-circle {
      background-color: #6f42c1; }
    .p-challenge-voting .chart-area .index-row--blue .color-circle {
      background-color: #2b8eda; }

@media screen and (min-width: 1025px) {
  .p-challenge-season .intro-text-contain {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 1300px) {
  .p-challenge-season .intro-text-contain {
    padding-left: 3.75rem;
    padding-right: 3.75rem; } }

.p-challenge-season .show-under-1024 {
  display: block; }

.p-challenge-season .show-above-1024 {
  display: none; }

@media screen and (min-width: 1024px) {
  .p-challenge-season .show-under-1024 {
    display: none; }
  .p-challenge-season .show-above-1024 {
    display: block; } }

.p-challenge-season .top-section, .p-challenge-season .splash-section {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 769px) {
    .p-challenge-season .top-section, .p-challenge-season .splash-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .p-challenge-season .top-section .m-gradient-heading, .p-challenge-season .splash-section .m-gradient-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 0; }
    @media screen and (min-width: 769px) {
      .p-challenge-season .top-section .m-gradient-heading, .p-challenge-season .splash-section .m-gradient-heading {
        display: block; } }

.p-challenge-season .splash-section .m-gradient-heading__pattern {
  opacity: .3; }

.p-challenge-season .splash-section .a-heading {
  padding-bottom: 2rem !important; }

@media screen and (min-width: 769px) {
  .p-challenge-season .splash-section .a-text-block {
    padding-left: 3.3rem;
    padding-right: 3.3rem; } }

.p-challenge-season .o-countdown {
  margin-left: -100rem;
  margin-right: -100rem; }

.p-challenge-season .a-background-image {
  overflow-x: hidden; }
  .p-challenge-season .a-background-image .a-heading {
    padding-top: 0;
    padding-bottom: 1rem; }
  .p-challenge-season .a-background-image .o-countdown {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 1025px) {
      .p-challenge-season .a-background-image .o-countdown {
        margin-top: 2.9rem;
        margin-bottom: 2.9rem; } }
    @media screen and (min-width: 1300px) {
      .p-challenge-season .a-background-image .o-countdown {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; } }

.p-challenge-season .home-blocks-contain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 86rem;
  margin: 0 auto; }
  .p-challenge-season .home-blocks-contain .inner-width-constrain {
    max-width: 40rem;
    margin: 0 auto; }
    .p-challenge-season .home-blocks-contain .inner-width-constrain.smaller {
      max-width: 26rem; }
    @media screen and (min-width: 1400px) {
      .p-challenge-season .home-blocks-contain .inner-width-constrain.smaller {
        max-width: 40rem; } }
  .p-challenge-season .home-blocks-contain .home-left-block {
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .p-challenge-season .home-blocks-contain {
      -ms-grid-columns: 1fr 29rem;
      grid-template-columns: 1fr 29rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
  @media screen and (min-width: 1400px) {
    .p-challenge-season .home-blocks-contain {
      padding-left: 0rem;
      padding-right: 0rem;
      -ms-grid-columns: 1fr 35rem;
      grid-template-columns: 1fr 35rem; } }

.p-challenge-season .home-video-container {
  margin: 2.4rem auto; }
  @media screen and (min-width: 769px) {
    .p-challenge-season .home-video-container {
      max-width: 35rem; } }
  @media screen and (min-width: 1520px) {
    .p-challenge-season .home-video-container {
      min-width: 35rem; } }

.p-challenge-season .home-button {
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .p-challenge-season .home-button {
      max-width: 32rem; } }
  .p-challenge-season .home-button .a-button {
    max-width: 32rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem; }

.p-challenge-season .p-challege-winners {
  text-align: center; }
  .p-challenge-season .p-challege-winners .a-pill {
    margin-top: 0; }

.p-challenge-season .previous-challenges {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  grid-column-gap: .8rem;
  grid-row-gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  padding: 2rem 0 3rem; }

.p-create-team section {
  max-width: 25rem;
  margin: 0 auto; }

.p-game-intro__feature-image {
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  .p-game-intro__feature-image img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 769px) {
    .p-game-intro__feature-image {
      -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); } }

.p-game-intro__top-section {
  padding-top: 0; }
  .p-game-intro__top-section .intro-text {
    padding: 0 0 1rem 0;
    text-align: left; }
  .p-game-intro__top-section .m-gradient-heading {
    position: relative;
    z-index: 0;
    position: absolute;
    top: -9999px;
    min-height: 7rem;
    clear: both; }
  .p-game-intro__top-section .m-gradient-heading__inner {
    padding: 0.5rem 1.2rem 6.5rem;
    display: none; }
  .p-game-intro__top-section .social-icons-desktop {
    display: inline-block;
    padding-top: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2; }
    .p-game-intro__top-section .social-icons-desktop .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  .p-game-intro__top-section .social-icons-mobile {
    display: inline-block;
    padding-top: 0;
    float: right;
    padding-top: 1.1rem;
    z-index: 2; }
    .p-game-intro__top-section .social-icons-mobile .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  @media screen and (min-width: 769px) {
    .p-game-intro__top-section {
      padding-top: 1.3rem; }
      .p-game-intro__top-section .m-gradient-heading {
        position: relative;
        top: initial; }
      .p-game-intro__top-section .m-gradient-heading__inner {
        display: block; } }

.p-game-intro .buttons-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 2rem; }
  @media screen and (min-width: 769px) {
    .p-game-intro .buttons-container {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 1.2rem; } }

.p-game-intro .category-label {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1.4rem 1fr;
  grid-template-columns: 1.4rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-bottom: .9rem; }
  .p-game-intro .category-label__title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #373862; }
  @media screen and (min-width: 769px) {
    .p-game-intro .category-label {
      padding-bottom: 1.3rem; }
      .p-game-intro .category-label__title {
        font-size: 1rem; } }

.p-game-intro__profile-teams-block .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-game-intro .gameintro-blocks-contain {
  display: block;
  z-index: 2;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0; }
  .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left {
    width: 100%; }
    .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left .a-heading {
      margin-bottom: 0;
      padding-top: .8rem; }
    @media screen and (min-width: 769px) {
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left .o-logged-out-prompt-box--plain {
        margin: 0; }
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left .a-heading {
        margin-top: 0;
        padding-bottom: .5rem;
        padding-top: 0; } }
    .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left .play-button .a-button {
      max-width: 100%;
      margin: 0; }
  .p-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
        max-width: 35rem; } }
  @media screen and (min-width: 769px) {
    .p-game-intro .gameintro-blocks-contain {
      margin-top: -5.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left {
        padding-right: 1.875rem; }
        .p-game-intro .gameintro-blocks-contain .gameintro-blocks-left .play-button .a-button {
          max-width: 23rem;
          text-align: left; }
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
        padding-left: 1.875rem; } }
  @media screen and (min-width: 1200px) {
    .p-game-intro .gameintro-blocks-contain {
      padding-left: 4rem;
      padding-right: 4rem; }
      .p-game-intro .gameintro-blocks-contain .gameintro-blocks-right .p-game-intro__feature-image {
        min-width: 35rem; } }

.p-onboarding-game-intro__feature-image {
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  .p-onboarding-game-intro__feature-image img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-intro__feature-image {
      -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); } }

.p-onboarding-game-intro__top-section {
  padding-top: 0; }
  .p-onboarding-game-intro__top-section .intro-text {
    padding: 0 0 1rem 0;
    text-align: left; }
  .p-onboarding-game-intro__top-section .m-gradient-heading {
    position: relative;
    z-index: 0;
    position: absolute;
    top: -9999px;
    min-height: 7rem;
    clear: both; }
  .p-onboarding-game-intro__top-section .m-gradient-heading__inner {
    padding: 0.5rem 1.2rem 6.5rem;
    display: none; }
  .p-onboarding-game-intro__top-section .social-icons-desktop {
    display: inline-block;
    padding-top: 0;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2; }
    .p-onboarding-game-intro__top-section .social-icons-desktop .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  .p-onboarding-game-intro__top-section .social-icons-mobile {
    display: inline-block;
    padding-top: 0;
    float: right;
    padding-top: 1.1rem;
    z-index: 2; }
    .p-onboarding-game-intro__top-section .social-icons-mobile .a-icon {
      margin-left: .9rem;
      display: inline-block; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-intro__top-section {
      padding-top: 1.3rem; }
      .p-onboarding-game-intro__top-section .m-gradient-heading {
        position: relative;
        top: initial; }
      .p-onboarding-game-intro__top-section .m-gradient-heading__inner {
        display: block; } }

.p-onboarding-game-intro .buttons-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 2rem; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-intro .buttons-container {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 1.2rem; } }

.p-onboarding-game-intro .category-label {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1.4rem 1fr;
  grid-template-columns: 1.4rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-bottom: .9rem; }
  .p-onboarding-game-intro .category-label__title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #373862; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-intro .category-label {
      padding-bottom: 1.3rem; }
      .p-onboarding-game-intro .category-label__title {
        font-size: 1rem; } }

.p-onboarding-game-intro__profile-teams-block .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-onboarding-game-intro .gameintro-blocks-contain {
  display: block;
  z-index: 2;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 0; }
  .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left {
    width: 100%; }
    .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left .a-heading {
      margin-bottom: 0;
      padding-top: .8rem; }
    @media screen and (min-width: 769px) {
      .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left .o-logged-out-prompt-box--plain {
        margin: 0; }
      .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left .a-heading {
        margin-top: 0;
        padding-bottom: 2rem;
        padding-top: 0; } }
    .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left .play-button .a-button {
      max-width: 100%;
      margin: 0; }
  .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
        max-width: 35rem; } }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-intro .gameintro-blocks-contain {
      margin-top: -5.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left {
        padding-right: 1.5rem; }
        .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-left .play-button .a-button {
          max-width: 23rem;
          text-align: left; }
      .p-onboarding-game-intro .gameintro-blocks-contain .gameintro-blocks-right {
        padding-left: 1.5rem; } }
  @media screen and (min-width: 1200px) {
    .p-onboarding-game-intro .gameintro-blocks-contain {
      padding-left: 4rem;
      padding-right: 4rem; } }

@media screen and (min-width: 60rem) {
  .p-games-page .game-block-container {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.p-games-page section {
  max-width: 60rem;
  margin: 0 auto; }

.p-games-page .game-blocks {
  padding-top: 2rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-column-gap: 1.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p-games-page .games-page-top-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #080810; }

@media screen and (min-width: 60rem) {
  .p-games-page .games-page-top-section {
    background-size: cover; } }

@media screen and (min-width: 1025px) {
  .p-home .intro-text-contain {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (min-width: 1300px) {
  .p-home .intro-text-contain {
    padding-left: 3.75rem;
    padding-right: 3.75rem; } }

.p-home .show-under-1024 {
  display: block; }

.p-home .show-above-1024 {
  display: none; }

@media screen and (min-width: 1024px) {
  .p-home .show-under-1024 {
    display: none; }
  .p-home .show-above-1024 {
    display: block; } }

.p-home .top-section {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1025px) {
    .p-home .top-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .p-home .top-section .m-gradient-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    z-index: 0; }
    @media screen and (min-width: 1024px) {
      .p-home .top-section .m-gradient-heading {
        display: block; } }

.p-home .o-countdown {
  margin-left: -100rem;
  margin-right: -100rem; }

.p-home .a-background-image {
  overflow-x: hidden; }
  .p-home .a-background-image .a-heading {
    padding-top: 0;
    padding-bottom: 1rem; }
  .p-home .a-background-image .o-countdown {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 1025px) {
      .p-home .a-background-image .o-countdown {
        margin-top: 2.9rem;
        margin-bottom: 2.9rem; } }
    @media screen and (min-width: 1300px) {
      .p-home .a-background-image .o-countdown {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem; } }

.p-home .home-blocks-contain {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 86rem;
  margin: 0 auto; }
  .p-home .home-blocks-contain .inner-width-constrain {
    max-width: 40rem;
    margin: 0 auto; }
    .p-home .home-blocks-contain .inner-width-constrain.smaller {
      max-width: 26rem; }
    @media screen and (min-width: 1400px) {
      .p-home .home-blocks-contain .inner-width-constrain.smaller {
        max-width: 40rem; } }
  .p-home .home-blocks-contain .home-left-block {
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .p-home .home-blocks-contain {
      -ms-grid-columns: 1fr 29rem;
      grid-template-columns: 1fr 29rem;
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
  @media screen and (min-width: 1400px) {
    .p-home .home-blocks-contain {
      padding-left: 0rem;
      padding-right: 0rem;
      -ms-grid-columns: 1fr 35rem;
      grid-template-columns: 1fr 35rem; } }

.p-home .home-video-container {
  margin: 2.4rem auto; }
  @media screen and (min-width: 769px) {
    .p-home .home-video-container {
      max-width: 35rem; } }
  @media screen and (min-width: 1520px) {
    .p-home .home-video-container {
      min-width: 35rem; } }

.p-home .home-button {
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .p-home .home-button {
      max-width: 32rem; } }
  .p-home .home-button .a-button {
    max-width: 32rem;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem; }

.p-home .p-challege-winners {
  text-align: center; }
  .p-home .p-challege-winners .a-pill {
    margin-top: 0; }

@media screen and (min-width: 60rem) {
  .p-login-register .a-background-image {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.p-profile .a-button {
  display: inline-block; }

.p-profile .contains-button .m-gradient-heading__inner {
  padding: 1rem 1.2rem 1rem; }
  @media screen and (min-width: 769px) {
    .p-profile .contains-button .m-gradient-heading__inner {
      padding: 1rem 1.2rem 4rem; } }

.p-profile__profile-info-header .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-profile__profile-challenge-activity .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-score-summary__feature-image {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  .p-score-summary__feature-image .a-image {
    margin-left: -1.2rem;
    margin-right: -1.2rem; }
  .p-score-summary__feature-image img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 769px) {
    .p-score-summary__feature-image {
      margin-top: -3.5rem; } }

.p-score-summary__top-section .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }
  .p-score-summary__top-section .m-gradient-heading__inner {
    padding-bottom: 1rem; }

.p-score-summary__top-section .m-feature-link {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.p-score-summary__top-section .a-button {
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0; }
  @media screen and (min-width: 769px) {
    .p-score-summary__top-section .a-button {
      padding-bottom: 3rem; } }

.p-score-summary__profile-teams-block .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-score-summary__profile-teams-block .buttons-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem; }
  .p-score-summary__profile-teams-block .buttons-container .a-button__link {
    height: 4rem;
    font-weight: 400;
    background-color: #fff;
    border: 0.1rem solid #db0a40;
    color: #db0a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-score-summary__profile-teams-block .buttons-container .a-button__link:hover {
      background-color: #db0a40;
      color: #fff; }

.p-onboarding-game-summary__feature-image {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  .p-onboarding-game-summary__feature-image .a-image {
    margin-left: -1.2rem;
    margin-right: -1.2rem; }
  .p-onboarding-game-summary__feature-image img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-summary__feature-image {
      margin-top: -3.5rem; } }

.p-onboarding-game-summary__top-section .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }
  .p-onboarding-game-summary__top-section .m-gradient-heading__inner {
    padding-bottom: 1rem; }

.p-onboarding-game-summary__top-section .m-feature-link {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.p-onboarding-game-summary__top-section .a-button {
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0; }
  @media screen and (min-width: 769px) {
    .p-onboarding-game-summary__top-section .a-button {
      padding-bottom: 3rem; } }

.p-onboarding-game-summary__profile-teams-block .m-gradient-heading {
  margin: -1.2rem;
  margin-bottom: 0.4rem; }

.p-onboarding-game-summary__profile-teams-block .buttons-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem; }
  .p-onboarding-game-summary__profile-teams-block .buttons-container .a-button__link {
    height: 4rem;
    font-weight: 400;
    background-color: #fff;
    border: 0.1rem solid #db0a40;
    color: #db0a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-onboarding-game-summary__profile-teams-block .buttons-container .a-button__link:hover {
      background-color: #db0a40;
      color: #fff; }

.p-team .avatar-row {
  margin: 0 auto;
  max-width: 15rem;
  width: 100%;
  text-align: center;
  padding: .5rem 0; }
  .p-team .avatar-row .avatars {
    text-align: left;
    display: inline-block;
    width: 8rem;
    height: 2.6rem; }
    .p-team .avatar-row .avatars .a-avatar {
      margin-right: -.3rem; }
  .p-team .avatar-row .member-info {
    text-align: left;
    font-size: .8rem;
    display: inline-block;
    height: 2.6rem; }
    .p-team .avatar-row .member-info .member-title {
      text-transform: uppercase;
      color: #ccc;
      font-weight: 200; }

.p-team .button-2-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem; }

.p-about__carousel {
  position: relative;
  /* icon color */
  /* position outside */ }
  .p-about__carousel .about-gallery-carousel-element {
    width: 15rem;
    height: 15rem;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin: 0 1.7rem; }
  .p-about__carousel .flickity-button {
    background: #db0a40;
    position: absolute; }
  .p-about__carousel .flickity-button:hover {
    opacity: 0.9; }
  .p-about__carousel .flickity-prev-next-button {
    width: 3.75rem;
    height: 3.75rem; }
    .p-about__carousel .flickity-prev-next-button:disabled {
      opacity: 0.2; }
  .p-about__carousel .flickity-button-icon {
    fill: white; }
  .p-about__carousel .flickity-prev-next-button.previous {
    left: 0;
    top: 50%;
    margin-top: -1.875rem; }
  .p-about__carousel .flickity-prev-next-button.next {
    right: 0;
    top: 50%;
    margin-top: -1.875rem; }

.p-about .a-background-image, .p-about .a-color-block {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  position: relative; }
  @media screen and (min-width: 769px) {
    .p-about .a-background-image, .p-about .a-color-block {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media screen and (min-width: 60rem) {
    .p-about .a-background-image, .p-about .a-color-block {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.p-about .about-video {
  position: relative;
  cursor: pointer; }
  .p-about .about-video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.65rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgNDAwIj48dGl0bGU+aWNvbi1wbGF5PC90aXRsZT48cGF0aCBkPSJNMzI0LjU3LDIwMCw3NC41NywwVjQwMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NC41NykiIHN0eWxlPSJmaWxsOiMwMDAiIC8+PC9zdmc+); }

.p-about__video-block {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #fff; }
  @media screen and (min-width: 60rem) {
    .p-about__video-block {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      background-color: #373862; } }

.p-about__contact {
  padding-top: 2rem !important; }
  .p-about__contact .a-text-block {
    padding-bottom: 2rem; }
  @media screen and (min-width: 60rem) {
    .p-about__contact {
      padding-top: 4rem !important; } }
  .p-about__contact input, .p-about__contact textarea, .p-about__contact fieldset, .p-about__contact label, .p-about__contact .form-error {
    max-width: 100%; }
  .p-about__contact fieldset {
    padding-bottom: 2.5rem; }
  .p-about__contact label {
    color: #373862;
    font-size: 1.125rem;
    font-weight: 300; }
  .p-about__contact input[type="text"], .p-about__contact input[type="email"] {
    color: #373862; }
  .p-about__contact .a-button__link {
    margin: 0; }
  .p-about__contact .a-heading {
    margin-bottom: 1.2rem; }

.p-about .a-heading__heading--level2 {
  padding-bottom: 0rem; }
  @media screen and (min-width: 769px) {
    .p-about .a-heading__heading--level2 {
      padding-bottom: .8; } }

.fslightbox-open {
  height: auto !important; }

.p-challenge-winner .runner-up-grid {
  max-width: 35rem;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1.2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.p-challenge-winner .smaller-video {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative; }

.p-challenge-winner__top-section {
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  text-align: center; }
  .p-challenge-winner__top-section .a-heading {
    margin-top: 1.6rem; }
  .p-challenge-winner__top-section .user-details .a-heading {
    margin-top: .4rem; }
  .p-challenge-winner__top-section .winner-video {
    max-width: 36rem;
    margin: 0 auto 2.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 769px) {
    .p-challenge-winner__top-section {
      padding-top: .6rem;
      padding-bottom: 4rem;
      padding-left: 3.3rem;
      padding-right: 3.3rem; }
      .p-challenge-winner__top-section .m-status-bar {
        margin-left: -2.1rem;
        margin-right: -2.1rem; } }

.p-challenge-winner__runners-up {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-column-gap: 1rem;
  padding-bottom: 2rem;
  justify-items: center; }

.p-challenge-winner__interview-section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .p-challenge-winner__interview-section hr {
    border-top: 0.0675 solid #ccc;
    margin: 1.5rem 0 4rem;
    opacity: .5; }
  @media screen and (min-width: 769px) {
    .p-challenge-winner__interview-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
