/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:700");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;800&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anonymous+Pro:700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*! 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;
}

img,
picture {
  width: 100%;
}

* {
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

main {
  display: block;
}

h1 {
  font-size: 26px;
  line-height: 22px;
  margin: 0.67em 0;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border: none !important;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #f1001d;
}

.mechanic {
  padding-top: 10%;
  font-size: 40px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  line-height: 40px;
  padding-bottom: 30px;
}
@media (max-width: 850px) {
  .mechanic {
    display: none;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  flex-direction: row;
  width: 90%;
}
@media (max-width: 850px) {
  .flex-box {
    flex-direction: column;
  }
}
.flex-box .left {
  width: 42%;
}
@media (max-width: 850px) {
  .flex-box .left {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .flex-box .left img {
    border: none;
    margin: 120px auto 30px auto;
  }
}
.flex-box .right {
  width: 55%;
  text-align: left;
}
@media (max-width: 850px) {
  .flex-box .right {
    width: 100%;
  }
}
.flex-box .right h1 {
  text-align: left !important;
}
@media (max-width: 850px) {
  .flex-box .right h1 {
    text-align: center;
  }
}

.sz {
  position: absolute;
  top: -2px;
  max-width: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9999;
}

.callout {
  font-size: 16px;
  margin-top: 20px;
}

.upload-terms {
  font-size: 16px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  text-transform: uppercase;
  align-self: center;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 1 */
.inputfile-1 + label {
  color: #fff;
  background: #131313;
  border-radius: 2px;
  transition: all 0.3s;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  .inputfile-1 + label {
    font-size: 19px;
  }
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: #888888;
  cursor: pointer;
}

.js .loading::before,
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 10000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 76px;
  margin: -50px 0 0 -38px;
  opacity: 0.8;
  background: black;
  background-image: url("../img/SVG/hold-lemon.svg");
  background-repeat: no-repeat;
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
img,
picture {
  width: 100%;
}

* {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

body {
  background-color: #fff100;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
}

.calloutContent {
  text-align: center;
  width: 80%;
  margin: 10px 10%;
}

img.background {
  height: 100vh;
  object-fit: cover;
  position: fixed;
  z-index: -3;
  width: 100vw;
  top: 0;
}

.max-width {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-button {
  position: fixed;
  background-color: transparent;
  outline: none;
  border: none;
  border: 0;
  padding: 0;
  top: 10px;
  right: 10px;
  width: 33px;
  height: 18px;
  z-index: 7000;
  cursor: pointer;
}

.menu-bars {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.3));
}

.bar1 {
  background-color: #fff;
  width: 33px;
  height: 3px;
  position: relative;
  margin: 0 0 5px 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.bar2 {
  background-color: #fff;
  width: 33px;
  height: 3px;
  position: relative;
  margin: 2px 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.bar3 {
  background-color: #fff;
  width: 33px;
  height: 3px;
  position: relative;
  margin: 5px 0 0 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

nav {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 6000;
}

nav ul {
  margin: 0 0 0 30px;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  padding: 15px 0;
  margin: 0;
}

nav ul li a {
  color: #fff100;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

nav section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
}

.navskew {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.header {
  display: -webkit-flex;
  display: flex;
  position: absolute !important;
  top: -1px;
  left: -2px;
  width: 100%;
  z-index: 1;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header .logo {
  width: 80%;
}

@media (min-width: 600px) {
  .header .logo {
    width: 50%;
    max-width: 400px;
  }
}
.strong-zero {
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  z-index: 4001;
}

@media (min-width: 850px) {
  .strong-zero {
    width: 80px;
    margin-left: -40px;
  }
}
@media (min-width: 1200px) {
  .strong-zero {
    width: 100px;
    margin-left: -50px;
  }
}
@media (min-width: 1800px) {
  .strong-zero {
    width: 140px;
    margin-left: -70px;
  }
}
.cookies {
  color: #fff;
}

.lemon-image {
  margin: -100px 0px -30px;
  width: 100%;
}
.lemon-image img {
  max-width: 300px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

.top {
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  max-width: 1200px;
  margin: 120px auto 16px auto;
  width: 90%;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .top {
    margin: 125px auto 16px auto;
    font-size: 26px;
  }
}
.top h1 {
  font-size: 32px;
  text-align: center;
  line-height: 32px !important;
}
@media (max-width: 550px) {
  .top h1 {
    font-size: 26px;
    line-height: 29px;
  }
}
.top p {
  font-size: 18px;
  color: #424242;
  text-align: center;
}
@media (max-width: 550px) {
  .top p {
    font-size: 16px;
    line-height: 20px;
  }
}

.flex-comingsoon {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  flex-direction: column;
}
@media (max-width: 850px) {
  .flex-comingsoon {
    flex-direction: column-reverse;
    width: 80%;
  }
}
@media (max-width: 550px) {
  .flex-comingsoon {
    width: 90%;
  }
}
.flex-comingsoon .header-image {
  width: 42%;
}
@media (max-width: 850px) {
  .flex-comingsoon .header-image {
    width: 100%;
  }
}
.flex-comingsoon .form {
  width: 55%;
}
@media (max-width: 850px) {
  .flex-comingsoon .form {
    width: 100%;
  }
}
.flex-comingsoon .closed-text {
  width: 55%;
}
@media (max-width: 850px) {
  .flex-comingsoon .closed-text {
    width: 100%;
  }
}

.flex {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  width: 90%;
  flex-direction: row;
}
@media (max-width: 850px) {
  .flex {
    flex-direction: column-reverse;
    width: 80%;
  }
}
@media (max-width: 550px) {
  .flex {
    width: 90%;
  }
}
.flex .header-image {
  width: 42%;
}
.flex .header-image img {
  border: 1px solid #fff;
}
@media (max-width: 850px) {
  .flex .header-image {
    width: 100%;
  }
}
.flex .form {
  width: 55%;
}
@media (max-width: 850px) {
  .flex .form {
    width: 100%;
  }
}
.flex .closed-text {
  width: 55%;
}
@media (max-width: 850px) {
  .flex .closed-text {
    width: 100%;
  }
}

.thanks {
  margin-top: 12%;
}
.thanks h1 {
  font-size: 36px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.thanks h2 {
  text-align: center;
  text-transform: uppercase;
}
.thanks p {
  text-align: center;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.form-container h1 {
  width: 100%;
  text-align: center;
}

form.comingsoon {
  width: 55%;
}
@media (max-width: 850px) {
  form.comingsoon {
    width: 100%;
  }
}

textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

.max-width.terms {
  margin: 50px auto;
  padding-bottom: 30px;
}
.max-width.terms li {
  margin-bottom: 5px;
}

.af_list {
  list-style-type: none;
  background-color: white;
  padding: 10px 15px;
}

.af_list li {
  padding: 10px;
  border-bottom: 1px rgb(184, 184, 184) solid;
}

.submit-button {
  background-color: #e4022b;
  color: white;
  margin: 0 auto;
  display: flex;
  border: 0;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  transition: 1s all;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .submit-button {
    margin: 0 auto 30px;
  }
}
.submit-button:hover {
  background-color: #a40d29;
  cursor: pointer;
}
.submit-button input {
  background-color: #e4022b;
  color: white;
  display: flex;
  border: 0;
  font-size: 35px;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

input {
  width: 100%;
  padding: 11px 8px;
  font-size: 16px;
}
input::placeholder {
  color: #989898;
}

.form-item {
  flex-basis: 100%;
  padding: 0;
  list-style-type: none;
  margin: 5px 0;
}

select {
  width: 100%;
  padding: 11px 8px !important;
}

.form-item.upload {
  display: flex;
  justify-content: center;
}

.form-item.half {
  flex-basis: 49%;
}

.no-flexbox .form-item.half {
  width: 45%;
  float: left;
}

img.mist {
  position: fixed;
  bottom: 0;
  z-index: -1;
}

.form-item.third {
  flex-basis: 32%;
}

.pg2 .form-item {
  display: flex;
  align-items: flex-start;
  margin: 5px;
}

.pg2 .form-item input[type=checkbox] {
  margin-right: 5px;
  margin-top: 3px;
}

.form-item.size {
  display: flex;
  flex-direction: row;
}

.form-item.size .sizing {
  width: 90%;
}

.form-item.size .icon {
  width: 10%;
  padding: 5px;
}

.form-item.unique-code {
  display: flex;
  flex-direction: row;
}

.form-item.unique-code .code {
  width: 89%;
}

.form-item.unique-code .icon {
  width: 9%;
}

.form-item.unique-code .icon img {
  height: 45px;
  margin-left: 8px;
}

.form-item select {
  text-transform: none;
  width: 100%;
  padding: 11px 8px;
  font-size: 16px;
  color: grey;
  border: grey solid 1px;
  border-radius: 2px;
}

input#uniquecode {
  padding: 13px 15px;
  margin-bottom: 4px;
}

.checkbox-container {
  font-size: 16px;
  margin: 1px 0;
  color: rgb(8, 8, 8);
}

.checkbox-container .checkbox-item {
  align-items: baseline;
  margin-left: 5px;
  font-size: 16px;
  margin: 10px 0;
}

.checkbox-container .checkbox-item p {
  margin: 5px;
}

.checkbox {
  text-align: center;
  width: 15px;
}

.form-item_radio {
  margin: 0;
  padding: 0;
}

.form-item_radio li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}

.form-item_radio li label {
  padding: 0 5px;
}

label.error {
  font-style: italic;
  font-size: 16px;
  margin: 2px 0 10px;
  display: inline-block;
  color: red;
}

.ageGateBg {
  background-image: url("/img/Bottom-Mist.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 2px;
  max-height: 600px !important;
  border: 4px solid #fff100;
}
.ageGateBg img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

.ageGate2 {
  display: flex;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  min-height: 430px;
  display: flex;
  align-items: center;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 600px) {
  .ageGate2 p {
    margin: 0 10px 0;
    font-size: 17px;
  }
}
.ageGate2 #age-form {
  margin: 9px 0px;
  margin-top: 25px;
}
.ageGate2 .ccLogo {
  width: 100px;
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 20px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 65px;
  margin: 0 auto;
  filter: contrast(0.5);
  margin-top: 20px;
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 20px auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  width: 100%;
}
.ageGate2 select {
  width: 186px;
  padding: 2px;
}
@media (max-width: 600px) {
  .ageGate2 select {
    background: -webkit-linear-gradient(white, #ffffff);
    -webkit-appearance: none;
  }
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
}
.ageGate2 .ageDay input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageMonth {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageMonth input {
  width: 100%;
}
.ageGate2 .ageMonth input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageYear {
  float: left;
  width: 50%;
  display: inline-block;
}
.ageGate2 .ageYear input {
  width: 100%;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 input[type=text] {
  font-size: 30px;
  font-weight: 300;
  background-position: center;
  background-color: #ffffff;
  color: #333;
  text-align: center;
  padding: 8px;
  border: 0;
}
@media (max-width: 375px) {
  .ageGate2 input[type=text] {
    font-size: 21px;
  }
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #fff100;
  color: #000;
  font-size: 20px;
  width: 100%;
  transition: all 1s;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.ageGate2 input[type=submit]:hover {
  background-color: #424242;
  cursor: pointer;
}
.ageGate2 input[type=number]::-webkit-inner-spin-button,
.ageGate2 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ageGate2 .marBott {
  padding-bottom: 10px;
}
.ageGate2 label {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.ageGate2 select {
  outline: none;
  /* background: none repeat scroll 0 0 #FDF9E3; */
  border: medium none;
  color: #4b4b45;
  height: 39px;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 600px) {
  .ageGate2 select {
    margin-bottom: 5px;
  }
}
.ageGate2 #hiddenDiv {
  color: #f1001d;
  padding: 10px 50px;
  font-size: 16px;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
    min-height: 370px;
    margin: 20px auto;
    box-sizing: border-box;
    width: 100%;
  }
  .ageGate2 #hiddenDiv {
    padding: 8px 20px;
    margin: 3px 0;
    font-size: 12px;
  }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 65px;
    margin: 0 auto;
    filter: contrast(0.5);
    margin-top: 30px;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    max-width: 300px;
  }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 0;
  }
  .ageGate2 div.inputs {
    display: block;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
  }
  .ageGate2 .ageDay {
    float: left;
  }
  .ageGate2 .ageDay input {
    width: 100%;
  }
  .ageGate2 .ageMonth {
    float: left;
  }
  .ageGate2 .ageMonth input {
    width: 100%;
  }
  .ageGate2 .ageYear {
    float: left;
  }
  .ageGate2 .ageYear input {
    width: 100%;
  }
}
.ag-legals {
  font-size: 16px !important;
  text-transform: none !important;
}

#charlimit,
.limitcontainer,
.words-left {
  width: 100%;
  text-align: center;
}

.heading {
  text-align: center;
  padding: 20px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.code-btn {
  cursor: pointer;
}

.code-btn:hover {
  scale: 102%;
}

.modal {
  background: #2c2d35 !important;
}

.close-modal {
  cursor: pointer;
}

footer {
  margin-top: 50px;
  width: 100%;
}
footer .social-cta {
  width: 100%;
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  flex-direction: column;
  text-align: center;
}
footer .social-cta a {
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  color: rgb(246, 240, 77) !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  footer .social-cta a {
    font-size: 18px;
  }
}

.winners-list ul {
  list-style-type: none;
  padding: 0px;
}

@media (max-width: 1000px) {
  .lemon {
    margin: -10% 0px;
  }
}

#quiz-sumo,
#quiz-samurai {
  background-image: none;
  background-color: black;
}

.quiz-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.quiz-container .videos {
  width: 100%;
  height: 100%;
}
.quiz-container .videos video {
  width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
}
.quiz-container .videos #first-video {
  filter: brightness(0.5);
}
.quiz-container .videos #winner-video {
  display: none;
}
.quiz-container .videos #losing-video {
  display: none;
}
.quiz-container .overlay {
  filter: brightness(0.2);
}
.quiz-container .better-with-sound {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz-container .better-with-sound button {
  width: 40%;
  border: none;
  background-color: transparent;
  max-width: 200px;
}
.quiz-container .quiz {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -20%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.quiz-container .quiz #hidden {
  max-height: 100%;
  height: 70%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  margin: 20px;
  padding: 10px;
  display: none;
}
.quiz-container .quiz #hidden .quiz-question h1 {
  color: #fff100 !important;
  font-size: 32px;
  line-height: 27px;
}
.quiz-container .quiz #hidden .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.quiz-container .quiz #hidden .buttons .btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 5px;
  width: 90%;
  font-size: 21px;
  padding: 10px 20px;
  border: none;
  color: black;
  background-color: #fff;
  border-radius: 15px;
  border: 2px solid black;
}
.quiz-container .quiz #hidden .buttons .btn button {
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: left;
  margin-left: 5px;
  color: black;
  font-size: 16px;
}
.quiz-container .quiz #hidden .buttons .btn b {
  font-size: 40px;
}
.quiz-container .quiz #hidden .quiz-question h1 {
  color: #fff100;
}
.quiz-container .quiz #hidden #wrong-continue,
.quiz-container .quiz #hidden #continue {
  display: none;
  font-size: 24px;
  font-style: 900;
  padding: 10px 50px;
  border: none;
  color: #fff;
  background-color: #f1001d;
  transition: 0.3s ease;
}

.quiz-header {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100px;
  padding: 15px;
  z-index: 100;
}

.thankyou-video {
  width: 100%;
  height: auto;
}
@media (min-width: 800px) {
  .thankyou-video {
    display: none !important;
  }
}
.thankyou-video video {
  width: 100%;
}

.wrong-transparent {
  opacity: 0.5;
}
