/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 *    ========================================================================== */
/**
 *  * 1. Correct the line height in all browsers.
 *   * 2. Prevent adjustments of font size after orientation changes in iOS.
 *    */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 *    ========================================================================== */
/**
 *  * Remove the margin in all browsers.
 *   */
body {
  margin: 0;
}

/**
 *  * Render the `main` element consistently in IE.
 *   */
main {
  display: block;
}

/**
 *  * Correct the font size and margin on `h1` elements within `section` and
 *   * `article` contexts in Chrome, Firefox, and Safari.
 *    */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 *    ========================================================================== */
/**
 *  * 1. Add the correct box sizing in Firefox.
 *   * 2. Show the overflow in Edge and IE.
 *    */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 *  * 1. Correct the inheritance and scaling of font size in all browsers.
 *   * 2. Correct the odd `em` font sizing in all browsers.
 *    */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 *    ========================================================================== */
/**
 *  * Remove the gray background on active links in IE 10.
 *   */
a {
  background-color: transparent;
}

/**
 *  * 1. Remove the bottom border in Chrome 57-
 *   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 *    */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 *  * Add the correct font weight in Chrome, Edge, and Safari.
 *   */
b,
strong {
  font-weight: bolder;
}

/**
 *  * 1. Correct the inheritance and scaling of font size in all browsers.
 *   * 2. Correct the odd `em` font sizing in all browsers.
 *    */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 *  * Add the correct font size in all browsers.
 *   */
small {
  font-size: 80%;
}

/**
 *  * Prevent `sub` and `sup` elements from affecting the line height in
 *   * all browsers.
 *    */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 *    ========================================================================== */
/**
 *  * Remove the border on images inside links in IE 10.
 *   */
img {
  border-style: none;
}

/* Forms
 *    ========================================================================== */
/**
 *  * 1. Change the font styles in all browsers.
 *   * 2. Remove the margin in Firefox and Safari.
 *    */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 *  * Show the overflow in IE.
 *   * 1. Show the overflow in Edge.
 *    */
button,
input { /* 1 */
  overflow: visible;
}

/**
 *  * Remove the inheritance of text transform in Edge, Firefox, and IE.
 *   * 1. Remove the inheritance of text transform in Firefox.
 *    */
button,
select { /* 1 */
  text-transform: none;
}

/**
 *  * Correct the inability to style clickable types in iOS and Safari.
 *   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 *  * Remove the inner border and padding in Firefox.
 *   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 *  * Restore the focus styles unset by the previous rule.
 *   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 *  * Correct the padding in Firefox.
 *   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 *  * 1. Correct the text wrapping in Edge and IE.
 *   * 2. Correct the color inheritance from `fieldset` elements in IE.
 *    * 3. Remove the padding so developers are not caught out when they zero out
 *     *    `fieldset` elements in all browsers.
 *      */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 *  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 *   */
progress {
  vertical-align: baseline;
}

/**
 *  * Remove the default vertical scrollbar in IE 10+.
 *   */
textarea {
  overflow: auto;
}

/**
 *  * 1. Add the correct box sizing in IE 10.
 *   * 2. Remove the padding in IE 10.
 *    */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 *  * Correct the cursor style of increment and decrement buttons in Chrome.
 *   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 *  * 1. Correct the odd appearance in Chrome and Safari.
 *   * 2. Correct the outline style in Safari.
 *    */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 *  * Remove the inner padding in Chrome and Safari on macOS.
 *   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 *  * 1. Correct the inability to style clickable types in iOS and Safari.
 *   * 2. Change font properties to `inherit` in Safari.
 *    */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 *    ========================================================================== */
/*
 *  * Add the correct display in Edge, IE 10+, and Firefox.
 *   */
details {
  display: block;
}

/*
 *  * Add the correct display in all browsers.
 *   */
summary {
  display: list-item;
}

/* Misc
 *    ========================================================================== */
/**
 *  * Add the correct display in IE 10+.
 *   */
template {
  display: none;
}

/**
 *  * Add the correct display in IE 10.
 *   */
[hidden] {
  display: none;
}

:root {
  --font-family: system-ui, sans-serif;
  --font-family--heading: var(--font-family);
  --font-weight--thin: 100;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--normal: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --font-weight--extra-bold: 800;
  --font-weight--black: 900;
  --line-height: 1.5;
  --line-height--heading: 1.2;
  --border-radius: 0.625rem;
  --spacing: 1.5rem;
  --spacing--small: 0.75rem;
  --border-width: 0.0625rem;
  --border: var(--border-width) solid currentColor;
  --focus-outline-width: 0.1875rem;
  --focus-outline-offset: 0.125rem;
  --focus-outline: var(--focus-outline-width) solid #333;
  --duration: 150ms;
  --timing: ease;
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: none;
  background-color: #333;
  border: 0;
  border-radius: var(--border-radius);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-family-base);
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: var(--spacing--small) var(--spacing);
  text-align: center;
  text-decoration: none;
  transition: background-color var(--duration) var(--timing);
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: #3b83d5;
}
button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

:root {
  --form-box-shadow: inset 0 --border-width 0.1875rem rgba(#000, 0.06);
  --form-box-shadow-focus: var(--form-box-shadow), 0 0 0.3125rem #333;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: var(--spacing--small);
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--spacing--small);
}

input,
select,
textarea {
  display: block;
  font-family: var(--font-family);
  font-size: 1rem;
}

[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],
input:not([type]),
textarea {
  appearance: none;
  background-color: transparent;
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--form-box-shadow);
  box-sizing: border-box;
  margin-bottom: var(--spacing--small);
  padding: 0.9375rem;
  transition: border-color var(--duration) var(--timing);
  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,
input:not([type]):focus,
textarea:focus {
  box-shadow: var(--form-box-shadow-focus);
}
[type=color]:disabled,
[type=date]:disabled,
[type=datetime]:disabled,
[type=datetime-local]:disabled,
[type=email]:disabled,
[type=month]:disabled,
[type=number]:disabled,
[type=password]:disabled,
[type=search]:disabled,
[type=tel]:disabled,
[type=text]:disabled,
[type=time]:disabled,
[type=url]:disabled,
[type=week]:disabled,
input:not([type]):disabled,
textarea:disabled {
  cursor: not-allowed;
}
[type=color]:disabled:hover,
[type=date]:disabled:hover,
[type=datetime]:disabled:hover,
[type=datetime-local]:disabled:hover,
[type=email]:disabled:hover,
[type=month]:disabled:hover,
[type=number]:disabled:hover,
[type=password]:disabled:hover,
[type=search]:disabled:hover,
[type=tel]:disabled:hover,
[type=text]:disabled:hover,
[type=time]:disabled:hover,
[type=url]:disabled:hover,
[type=week]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
  border: var(--border);
}
[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime]::placeholder,
[type=datetime-local]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
  color: #333;
  opacity: 0.25;
}

[type=search] {
  -webkit-appearance: textfield;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: var(--spacing--small);
}

[type=file] {
  margin-bottom: var(--spacing--small);
  width: 100%;
}

select {
  margin-bottom: var(--spacing--small);
  width: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}

html {
  background-color: #fff;
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: var(--spacing) 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: var(--line-height--heading);
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: var(--border);
}

th {
  font-weight: 600;
}

th,
td {
  padding: var(--spacing--small) var(--spacing--small) var(--spacing--small) 0;
}

html {
  color: #333;
  font-family: var(--font-family);
  font-size: 100%;
  line-height: var(--line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family--heading);
  font-size: 1.25rem;
  line-height: var(--line-height--heading);
  margin: 0 0 var(--spacing--small);
}

p {
  margin: 0 0 var(--spacing--small);
}

a {
  color: #333;
  text-decoration-skip-ink: auto;
  transition: color var(--duration) var(--timing);
}
a:hover {
  color: #3b83d5;
}
a:focus {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset);
}

hr {
  border-bottom: var(--border);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: var(--spacing) 0;
}

/* text */
/* links */
/* buttons */
/* powerbar */
/* counter */
/* how it works */
/* FAQ */
/* Results */
/* footer */
/* modal */
/* forms */
/* ver no bitters os defaults */
:root {
  --font-family: Montserrat, ui-system, sans-serif;
  --font-family--heading: var(--font-family);
  --border: var(--border-width) solid #d6d6d6;
}

.btn {
  outline: none;
  font-size: 1.5625em;
  display: inline-block;
  border-radius: 0.8em;
  line-height: 1;
  color: #FFFFFF;
  padding: 0.6em 1.2em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #FDD091, #F49722 10%);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  color: #FFFFFF;
  box-shadow: none;
}
.btn:focus {
  outline: none;
}

.ico {
  display: inline-block;
  margin-right: 0.9375rem;
  height: 1.875rem;
  width: 1.875rem;
  vertical-align: sub;
}
.ico.ico-buy {
  background: url(../images/ticket_btn.svg) no-repeat center center;
}

body {
  font: 100%/1.2 "Montserrat", ui-system, sans-serif;
  color: #808080;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", ui-system, sans-serif;
}

a {
  text-decoration: none;
  color: #808080;
}
a:hover, a:focus {
  color: #FFFFFF;
  outline: none;
}

html, body, #site-content {
  background-color: #FFFFFF;
}

.inner {
  margin: 0 1.25em;
  padding: 2.5em 0;
}

.banner {
  padding: 3.125em 0;
  background-color: #FFFFFF;
}

@media screen and (min-width: 984px) {
  .inner {
    margin: auto;
    width: 960px;
  }
}
form fieldset {
  margin-bottom: 1.25em;
}
form label {
  font-weight: normal;
}
form input {
  outline: none;
}
form input:focus {
  border-color: #F6971D;
}
form input.error {
  border-color: #EB1C24;
  border-width: 2px;
}
form .form-helper {
  font-size: 0.8125em;
  color: #d6d6d6;
}

#modal-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: -100;
  top: 100px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
#modal-wrapper.show {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

.modal {
  width: 90%;
  background-color: #FFFFFF;
  padding: 3.125em;
  position: relative;
  display: none;
}
.modal h1 {
  font-size: 1.5em;
  margin-bottom: 1.25em;
}
.modal .modal-close {
  font-size: 1.125em;
  position: absolute;
  right: 1.3888888889em;
  top: 1.1111111111em;
  color: #808080;
}
.modal .modal-close:hover {
  color: #000;
}

.modal-btns {
  text-align: center;
  margin-top: 5em;
}

.confirm-btns {
  text-align: center;
  margin-top: 1.875em;
}

#bg-blocker {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  background: #000;
  transition: all 0.3s ease-in;
}
#bg-blocker.show {
  z-index: 99;
  opacity: 0.8;
}

#buy-ticket-tickets-wrapper {
  margin-top: 2.5em;
}
#buy-ticket-tickets-wrapper h1 {
  text-align: center;
}
#buy-ticket-tickets-wrapper > div {
  display: flex;
  align-items: start;
  justify-content: center;
}
#buy-ticket-tickets-wrapper img {
  width: 50%;
  margin-right: 0.625em;
}
#buy-ticket-tickets-wrapper .controls {
  position: relative;
  display: inline-block;
}
#buy-ticket-tickets-wrapper .controls-btn {
  position: absolute;
  font-size: 1.5625em;
  border-radius: 1.6em;
  height: 1.52em;
  width: 1.52em;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #FDD091, #F49722 15%);
}
#buy-ticket-tickets-wrapper .controls-btn:focus {
  outline: none;
}
#buy-ticket-tickets-wrapper .controls-btn.controls-btn-top {
  top: 0;
}
#buy-ticket-tickets-wrapper .controls-btn.controls-btn-bottom {
  bottom: 0;
}

#buy-ticket-tickets-input-wrapper {
  width: 50%;
}
#buy-ticket-tickets-input-wrapper > div {
  display: flex;
  margin-bottom: 1.25em;
}

#buy-ticket-tickets {
  font-size: 2.125em;
  padding: 0.5882352941em;
  width: 60%;
  display: inline-block;
  margin: 0 0.2941176471em 0 0;
  text-align: center;
}

.disclaimer {
  text-align: center;
  font-size: 0.875em;
  margin-top: 2.1428571429em;
}

@media screen and (min-width: 984px) {
  .modal {
    width: 50%;
  }
  #buy-ticket-tickets-input-wrapper {
    width: 35%;
  }
  #buy-ticket-tickets-wrapper img {
    width: 11.25em;
    margin-right: 2.5em;
  }
}
#site-header {
  background-color: #FFFFFF;
}
#site-header .inner {
  padding: 0.625em 1.5625em;
}
#site-header nav ul li {
  float: left;
  margin-left: 0.625em;
}

#logo {
  font-size: 1.5em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#logo img {
  max-height: 2.0833333333em;
  margin-right: 0.8333333333em;
  vertical-align: middle;
}

#logo-wrapper {
  padding: 0.625em;
}

@media screen and (min-width: 984px) {
  #site-header .inner {
    display: flex;
    justify-content: space-between;
  }
}
footer {
  background-color: #000;
  color: #FFFFFF;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}

#contacts h1 {
  font-weight: normal;
}

#sponsor {
  text-align: center;
}
#sponsor img {
  max-height: 9.375em;
}

#main-splash {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.4);
}
#main-splash .call-to-action {
  text-align: center;
}
#main-splash .call-to-action h1 {
  font-size: 2.375em;
  margin-bottom: 0.7894736842em;
}

.splash-container {
  padding: 3.125em 0 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-splash-container .loot {
  min-height: 15.625em;
  position: relative;
}
#main-splash-container .loot .box {
  position: absolute;
  width: 24.0625em;
  top: -62.5em;
  left: 0;
  transition: all ease-in 0.5s;
}
#main-splash-container .loot .box.box-locked {
  z-index: 10;
  width: 24.0625em;
  transform: translate(6.25em, calc((-1 * -62.5em) + (15.625em - 24.0625em / 2) + 100px));
}
#main-splash-container .loot .box.box-solo {
  width: calc(24.0625em * 1.5);
  height: calc(24.0625em * 1.5);
  transform: translate(6.25em, calc((-1 * -62.5em) + (15.625em - 24.0625em * 1.5) + 20px));
}
#main-splash-container .loot .box.box-level-0.box-left-col {
  z-index: calc(0 + 1);
  transform: translate(1.25em, calc((0 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2 )));
}
#main-splash-container .loot .box.box-level-0.box-front-col {
  z-index: calc(0 + 3);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em - 30px + 1.25em), calc((0 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) + 70px));
}
#main-splash-container .loot .box.box-level-0.box-right-col {
  z-index: calc(0 + 2);
  transform: translate(calc( 24.0625em + -1.25em + 0.1875em + 20px + 1.25em), calc((0 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 25px));
}
#main-splash-container .loot .box.box-level-0.box-back-col {
  z-index: calc(0);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em + 5px + 1.25em), calc((0 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 90px));
}
#main-splash-container .loot .box.box-level-1.box-left-col {
  z-index: calc(1 + 1);
  transform: translate(1.25em, calc((1 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2 )));
}
#main-splash-container .loot .box.box-level-1.box-front-col {
  z-index: calc(1 + 3);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em - 30px + 1.25em), calc((1 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) + 70px));
}
#main-splash-container .loot .box.box-level-1.box-right-col {
  z-index: calc(1 + 2);
  transform: translate(calc( 24.0625em + -1.25em + 0.1875em + 20px + 1.25em), calc((1 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 25px));
}
#main-splash-container .loot .box.box-level-1.box-back-col {
  z-index: calc(1);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em + 5px + 1.25em), calc((1 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 90px));
}
#main-splash-container .loot .box.box-level-2.box-left-col {
  z-index: calc(2 + 1);
  transform: translate(1.25em, calc((2 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2 )));
}
#main-splash-container .loot .box.box-level-2.box-front-col {
  z-index: calc(2 + 3);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em - 30px + 1.25em), calc((2 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) + 70px));
}
#main-splash-container .loot .box.box-level-2.box-right-col {
  z-index: calc(2 + 2);
  transform: translate(calc( 24.0625em + -1.25em + 0.1875em + 20px + 1.25em), calc((2 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 25px));
}
#main-splash-container .loot .box.box-level-2.box-back-col {
  z-index: calc(2);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em + 5px + 1.25em), calc((2 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 90px));
}
#main-splash-container .loot .box.box-level-3.box-left-col {
  z-index: calc(3 + 1);
  transform: translate(1.25em, calc((3 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2 )));
}
#main-splash-container .loot .box.box-level-3.box-front-col {
  z-index: calc(3 + 3);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em - 30px + 1.25em), calc((3 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) + 70px));
}
#main-splash-container .loot .box.box-level-3.box-right-col {
  z-index: calc(3 + 2);
  transform: translate(calc( 24.0625em + -1.25em + 0.1875em + 20px + 1.25em), calc((3 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 25px));
}
#main-splash-container .loot .box.box-level-3.box-back-col {
  z-index: calc(3);
  transform: translate(calc( 24.0625em/1.5 + -1.25em + 0.1875em + 5px + 1.25em), calc((3 * -2.1875em) + (-1 * -62.5em) + (15.625em - 24.0625em / 2) - 90px));
}

@media screen and (min-width: 984px) {
  #main-splash {
    background: url(../images/banner_bg.svg) no-repeat 26% bottom;
    background-size: 40em;
  }
  #main-splash-container .loot {
    width: 55%;
  }
  #main-splash-container .call-to-action {
    width: 45%;
  }
}
#powerbar-splash {
  background: rgb(245, 145, 30);
  background: linear-gradient(90deg, #F5911E 0%, #EF5A28 100%);
  padding: 5em 0 3.125em;
}
#powerbar-splash h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.75em;
  margin-bottom: 0.4545454545em;
}
#powerbar-splash h1 b {
  font-size: 1.0454545455em;
  color: #FFD090;
}
#powerbar-splash h2 {
  color: #FFFFFF;
  font-size: 1.625em;
  text-align: center;
}

#powerbar {
  margin-bottom: 1.25em;
}
#powerbar .powerbar-outer {
  background-color: #FFFFFF;
  border-radius: 3.125em;
  box-shadow: 0 0.1875em 0.3125em rgba(0, 0, 0, 0.2);
  height: 2.5em;
  padding: 0.3125em;
  position: relative;
}
#powerbar .powerbar-outer-scale b {
  position: absolute;
  bottom: 0;
  width: 0.375em;
  height: 40%;
  display: inline-block;
  background-color: #FFFFFF;
}
#powerbar .powerbar-outer-scale b[data-scale="1"] {
  left: calc(20% * 1);
}
#powerbar .powerbar-outer-scale b[data-scale="2"] {
  left: calc(20% * 2);
}
#powerbar .powerbar-outer-scale b[data-scale="3"] {
  left: calc(20% * 3);
}
#powerbar .powerbar-outer-scale b[data-scale="4"] {
  left: calc(20% * 4);
}
#powerbar .powerbar-inner {
  background-color: #F6971D;
  padding: 0.625em;
  border-bottom-left-radius: 3.125em;
  border-top-left-radius: 3.125em;
  border-bottom-right-radius: 1.25em;
  border-top-right-radius: 1.25em;
  height: calc(2.5em - calc(0.3125em * 2));
  width: 65%;
  position: relative;
  animation: shake 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  transform: translate3d(0, 0, 0);
}
#powerbar .powerbar-inner-emboss {
  background-color: #FFE9CC;
  width: calc(100% - (0.625em * 2));
  border-radius: 0.625em;
  height: 0.3125em;
  position: absolute;
  top: 0.4375em;
}

@keyframes shake {
  3.33%, 30% {
    transform: translate3d(-1px, 0, 0);
  }
  31% {
    transform: translate3d(0, 0, 0);
  }
  6.66%, 26.66% {
    transform: translate3d(2px, 0, 0);
  }
  10%, 16.666%, 23.333% {
    transform: translate3d(-4px, 0, 0);
  }
  13.333%, 20% {
    transform: translate3d(4px, 0, 0);
  }
}
@media screen and (min-width: 984px) {
  #powerbar-splash {
    background: url("../images/meeple.svg") 105% 210px no-repeat, linear-gradient(90deg, #F5911E 0%, #EF5A28 100%);
  }
  #powerbar-wrapper {
    width: 60%;
  }
}
#next-event {
  text-align: center;
  box-shadow: 0 -0.3125em 0.3125em rgba(0, 0, 0, 0.1);
}

.countdown {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 1.5625em;
}
.countdown.redline .figure > span {
  color: #EB1C24;
}
.countdown .bloc-time {
  text-align: center;
  width: 50%;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  margin-bottom: 0.9375em;
  text-transform: uppercase;
}
.countdown .counters {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5em;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 3.75em;
  width: 3.125em;
  margin-right: 0.625em;
  background-color: #FFFFFF;
  border-radius: 0.5em;
  box-shadow: 0 0.1875em 0.25em 0 rgba(0, 0, 0, 0.2), inset 0.125em 0.25em 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: 2.9375em/calc(57 / 47 ) "Montserrat", ui-system, sans-serif;
  font-weight: 700;
  color: #F6971D;
}
.countdown .figure .top:after, .countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.02em solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #F7F7F7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-top-left-radius: 0.2127659574em;
  border-top-right-radius: 0.2127659574em;
  transform: perspective(4.2553191489em);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #F7F7F7;
  border-top-left-radius: 0.2127659574em;
  border-top-right-radius: 0.2127659574em;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top, .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: perspective(4.2553191489em) rotateX(180deg);
  border-bottom-left-radius: 0.2127659574em;
  border-bottom-right-radius: 0.2127659574em;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.next-event-closed-title {
  font-size: 1.75em;
}
.next-event-closed-title a {
  text-decoration: underline;
}
.next-event-closed-title a:hover {
  color: #F6971D;
}

.next-event-closed-img {
  height: 12.5em;
}

@media screen and (min-width: 638px) {
  .countdown .counters {
    margin-bottom: 0;
  }
  .countdown .bloc-time {
    width: auto;
    margin-right: 2.8125em;
  }
}
.games-wrapper h1, .games-wrapper h3 {
  text-align: center;
}

.games-queue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.games-queue .game {
  display: flex;
  flex-direction: column;
  margin: 0.625em 1.25em;
  width: 8.125em;
  justify-content: end;
  align-items: center;
}
.games-queue .game h1 {
  color: #000;
  font-weight: normal;
  font-size: 1em;
}
.games-queue .game h1 span {
  font-size: 0.875em;
  font-weight: bold;
}
.games-queue .game.locked {
  opacity: 0.7;
}
.games-queue .game.locked img {
  opacity: 0.5;
}
.games-queue .game .cover-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.games-queue .game .cover-wrapper img {
  max-height: 100%;
}
.games-queue .game .highlight-unlocked {
  height: 3em;
  position: absolute;
  bottom: -10px;
  right: -24px;
}

#highlights-queue {
  border-bottom: solid 2px #eee;
}
#highlights-queue .game {
  width: 11.25em;
}

@media screen and (min-width: 984px) {
  .games-queue .game {
    margin: 1.25em 1.875em;
  }
}
@media screen and (max-width: 375px) {
  .games-queue .game {
    margin: 0.3125em 0.9375em;
  }
}
#instructions-container > h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
}

.instructions-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2.5em;
  text-align: center;
}
.instructions-step.step-ticket h1 {
  color: #F6971D;
}
.instructions-step.step-wheel h1 {
  color: #EB1C24;
}
.instructions-step.step-guy h1 {
  color: #2B388E;
}

.instructions-step-text h1 {
  font-size: 2.25em;
}
.instructions-step-text p {
  font-size: 1.375em;
}

.instructions-step-img {
  text-align: center;
}
.instructions-step-img img {
  height: 17.875em;
}

#second-cta {
  text-align: center;
  margin-bottom: 3.125em;
}

@media screen and (min-width: 638px) {
  .instructions-step {
    text-align: left;
  }
  .instructions-step [data-order="1"] {
    order: 1;
  }
  .instructions-step [data-order="1"].instructions-step-text {
    padding-right: 1.875em;
  }
  .instructions-step [data-order="2"] {
    order: 2;
  }
  .instructions-step [data-order="2"].instructions-step-text {
    padding-left: 1.875em;
  }
  .instructions-step .instructions-step-text {
    flex: 1 1 50%;
  }
  .instructions-step .instructions-step-img {
    flex: 1 1 50%;
  }
}
#faq-container h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1em;
}
#faq-container p {
  font-size: 1.125em;
  line-height: 1.4;
}
#faq-container .faq-question {
  color: #000;
}
#faq-container .faq-answer {
  margin-bottom: 2.7777777778em;
}
#faq-container .faq-answer a {
  color: #2B388E !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 984px) {
  #faq-container {
    width: 680px;
  }
}
#results-container h1 {
  text-align: center;
  font-size: 1.875em;
  margin-bottom: 1.3333333333em;
}
#results-container table {
  text-align: center;
  font-size: 1em;
}
#results-container table thead tr {
  border-bottom: solid 2px #d6d6d6;
}
#results-container table tbody tr {
  border: none;
  vertical-align: middle;
}
#results-container table tbody tr:hover {
  background-color: #F7F7F7;
}
#results-container table a:hover,
#results-container table a:active,
#results-container table a:focus {
  color: #000;
}

@media screen and (min-width: 984px) {
  #results-container {
    width: 680px;
  }
}

/*# sourceMappingURL=main.css.map */
