@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap");
/*! 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;
}

.file-upload-container {
  position: relative;
  margin-top: 10px;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.file-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  background-color: #FFFFFF;
  color: #000;
  border: 3px solid #000;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
}
.file-upload-label:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0px 0px #000;
}
.file-upload-label:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

.file-upload-text {
  font-size: 14px;
}

.file-upload-icon {
  font-size: 16px;
}

.file-preview {
  margin: 20px auto;
  padding: 20px;
  background: #FFFFFF;
  border: 3px solid #000;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
  max-width: 500px;
  text-align: center;
}
.file-preview.has-file {
  border-color: #000;
  background: #FFFFFF;
}

.file-preview-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
}

.file-preview img {
  width: 200px;
  height: auto;
  object-fit: contain;
  border: 3px solid #000;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
}

.file-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.file-info span {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 16px;
  color: #222;
}
.file-info span:first-child {
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
.file-info span:last-child {
  font-size: 14px;
  color: #222;
}

.remove-file {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #000;
  color: white;
  border: 2px solid #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
}
.remove-file:hover {
  background: #222;
  transform: translate(-1px, -1px);
  box-shadow: 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px, 7px 7px 0px 0px;
}

.upload-progress {
  margin: 20px auto;
  padding: 20px;
  background: #FFFFFF;
  border: 3px solid #000;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
  max-width: 500px;
  text-align: center;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: #FFFFFF;
  border: 2px solid #000;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: inset 1px 1px 0px 0px, inset 2px 2px 0px 0px, inset 3px 3px 0px 0px, inset 4px 4px 0px 0px, inset 5px 5px 0px 0px, inset 6px 6px 0px 0px;
}

.progress-fill {
  height: 100%;
  background: #000;
  transition: width 0.3s ease;
  width: 0%;
}

.progress-text {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .file-upload-label {
    padding: 10px 16px;
    font-size: 13px;
  }
  .file-preview {
    padding: 15px;
    max-width: 90%;
    margin: 15px auto;
  }
  .file-preview-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .file-preview img {
    width: 150px;
    height: auto;
  }
  .file-info {
    width: 100%;
    text-align: center;
  }
  .upload-progress {
    max-width: 90%;
    margin: 15px auto;
    padding: 15px;
  }
  .remove-file {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
@keyframes fileUploadPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}
.file-preview.uploading {
  animation: fileUploadPulse 2s infinite;
}

.file-upload-container.error .file-upload-label {
  background: #FFFFFF;
  border-color: #c01533;
  color: #c01533;
}
.file-upload-container.error .file-preview {
  border-color: #c01533;
  background: #FFFFFF;
}

.file-upload-container.success .file-preview {
  border-color: #000;
  background: #FFFFFF;
}

.file-upload-container.drag-over .file-upload-label {
  background: #FFFFFF;
  transform: translate(-3px, -3px);
  box-shadow: 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px, 7px 7px 0px 0px, 8px 8px 0px 0px, 9px 9px 0px 0px;
}

.form-label {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.form-help {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.file-upload-error {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #c01533;
  margin-top: 8px;
  text-align: center;
  line-height: 1.4;
}

@font-face {
  font-family: "Barlow-Semi-Condensed";
  src: url("../fonts/BarlowSemiCondensed-Bold.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Semi Condensed Regular";
  src: url("../fonts/BarlowSemiCondensed-Regular.woff2") format("woff2"), url("../fonts/BarlowSemiCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  font-size: 16px;
  position: relative;
  height: 100vh;
  margin: 0;
}
body::before {
  content: "";
  background-color: #ffec00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://196-scratchcard.s3-ap-southeast-2.amazonaws.com/smash/196-annimeted.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; /* keep it behind all other elements */
}
@media (min-width: 1000px) {
  body .main-content {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

::-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;
  width: 100%;
}

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

textarea {
  resize: vertical;
}

b {
  font-weight: 700;
}

input:focus {
  outline: none;
}

h1 {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
h1.notop {
  margin-top: 0;
}
h1.non-caps {
  text-transform: none;
  font-size: 31px;
  line-height: 31px;
}
h1.largeh1 {
  font-size: 40px;
  line-height: 40px;
}
h1.top60 {
  margin-top: 60px;
}
h1.top40 {
  margin-top: 40px;
}
h1.homePage {
  margin: 0;
}

.margintwo {
  margin: 2px 0;
}

h2 {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
h3.large {
  font-size: 34px;
  line-height: 36px;
}

h4 {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  color: #bbcddc;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

p.success {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  letter-spacing: 0;
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 5px;
}
p.error {
  font-size: 19px;
  line-height: 23px;
  color: #c01533;
  width: 100%;
  text-align: center;
  margin: 35px 0 0 0;
}

a {
  color: #000000;
}
a.center-text {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

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

.center {
  text-align: center;
}

.paddingtop {
  padding-top: 40px;
}

.hidden {
  display: none !important;
}

.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;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.main-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}
.terms-page .main-content {
  padding-top: 80px;
}

.max-width {
  margin: 0 auto 10px;
  width: 86%;
  max-width: 1000px;
}
.max-width.form-pages {
  max-width: 720px;
}

.header {
  position: relative;
  z-index: 100;
}

.mobile-nav {
  padding: 5px 20px;
  min-height: 43px;
  position: absolute;
  width: 100%;
  top: 10px;
  pointer-events: none;
}
.mobile-nav .mobile-logo {
  width: 60px;
  margin-top: 5px;
  pointer-events: all;
}

.menudrop {
  position: fixed;
  top: -100%;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  border: 0;
  color: #fff;
  z-index: 1000;
  pointer-events: all;
}

#hamburger {
  position: absolute;
  top: 0px;
  padding: 7px;
  right: 10px;
  width: 55px;
  z-index: 1010;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  transition: 0.3s;
  pointer-events: all;
}
#hamburger:hover {
  width: 60px;
}
#hamburger span {
  width: 100%;
  height: 3px;
  background-color: #000000;
  display: block;
  margin: 4px;
  right: 0;
  position: relative;
  border-radius: 0;
  transition: background-color 0.3s ease;
}
#hamburger.active span {
  background-color: #ffffff;
}

menu {
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-top: -40px;
  color: #fff;
}
menu ul {
  margin: 0;
  padding: 0;
}
menu ul li {
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 1px;
}
menu ul li a {
  text-decoration: none;
  font-family: "Barlow-Semi-Condensed", sans-serif;
  color: #fff;
}

.banner {
  z-index: -1;
  position: relative;
  margin-top: 33px;
}

.banner-text {
  padding: 5px;
  position: absolute;
  top: 43px;
  z-index: 20;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 10px 20px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: #fff;
  -webkit-appearance: none; /* removes iOS default rounded look */
  appearance: none; /* modern browsers */
  border-radius: 0; /* makes sure corners are square */
}
.button::active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}
.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0px 0px #000;
}

.newsletter-subtitle {
  text-align: center;
}

.collect-button {
  width: 85vw;
  background-color: #000000;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 22px;
  padding: 20px 14px;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  display: block;
  position: relative;
  font-weight: 800;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
@media (max-width: 800px) {
  .form {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.form-item {
  flex-basis: 100%;
  margin-top: 10px;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  display: block;
}
.form-item.step-two-hide {
  text-align: left;
}
.form-item.half {
  flex-basis: 49%;
}
.form-item.third {
  flex-basis: 32%;
}

.form-btn {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.step-two-hide {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .step-two-hide {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
.step-two .step-two-hide {
  display: none;
}
.step-one .step-two-hide {
  display: flex;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 14px;
  color: #222;
  border: solid 1px #ffffff;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  text-align: left;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #222;
}
input[type=email].code-input,
input[type=number].code-input,
input[type=password].code-input,
input[type=text].code-input,
input[type=tel].code-input,
select.code-input,
textarea.code-input {
  width: 290px;
  margin: 0 auto;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 80px;
  border: solid 0px #e2e2e2;
  padding: 0px 0 0 22px;
  letter-spacing: 16px;
  color: #000000;
  background-color: #ffffff;
  background-size: 290px;
  background-repeat: no-repeat;
}
input[type=email].mobile-number-input,
input[type=number].mobile-number-input,
input[type=password].mobile-number-input,
input[type=text].mobile-number-input,
input[type=tel].mobile-number-input,
select.mobile-number-input,
textarea.mobile-number-input {
  font-size: 20px;
  text-align: center;
}
input[type=email].select,
input[type=number].select,
input[type=password].select,
input[type=text].select,
input[type=tel].select,
select.select,
textarea.select {
  height: 55px !important;
  border-radius: 0 !important;
  background-color: #fff;
}

input[type=radio] {
  padding: 8px 10px;
  color: #222;
}

input.required {
  color: #222;
}

input.upload {
  color: #222;
  font-size: 12px;
}

input[type=checkbox] {
  transform: scale(1.3);
}
@media (max-width: 600px) {
  input[type=checkbox] {
    transform: scale(1.4);
  }
}

input[type=submit] {
  font-family: "Barlow-Semi-Condensed", sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid !important;
  padding: 10px 20px;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: #ffffff;
  -webkit-appearance: none; /* removes iOS default rounded look */
  appearance: none; /* modern browsers */
  border-radius: 0; /* makes sure corners are square */
}
input[type=submit]::active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}
input[type=submit]::after {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
}
input[type=submit]:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0px 0px #000;
}
input[type=submit].nostyle {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0;
  width: 100%;
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
  border: none;
  box-shadow: none;
  margin-top: 20px;
}

label#file_upload-error {
  display: none !important;
}

.checkbox-container {
  width: 100%;
  margin: 20px 0 0;
}

.checkbox-item {
  width: 100%;
  margin-bottom: 8px;
  color: #222;
}
@media (max-width: 600px) {
  .checkbox-item {
    margin-bottom: 5px;
    line-height: 18px;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: underline;
  color: #000000;
}
.checkbox-item a:hover {
  text-decoration: underline;
}

input.checkbox.required.error {
  margin-right: 5px;
}

label.error {
  color: #c01533;
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}

.ageGateBg {
  background-color: #f8df4b;
}
.ageGateBg img {
  max-width: 100%;
}

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
  min-height: 530px;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  width: 85%;
  margin: 0 auto;
}
.ageGate2 #age-form {
  margin: 0;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 90px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 40px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 80px;
  margin: 50px auto 0;
  filter: brightness(0%);
}
.ageGate2 div.inputs {
  display: block;
  width: 300px;
  margin: 0 auto;
  overflow: auto;
  padding: 10px 0;
}
.ageGate2 div.ageGate2 h1 {
  margin: 5px 0;
}
.ageGate2 .ageCountry {
  float: left;
}
.ageGate2 select {
  width: 186px;
  padding: 9px !important;
  outline: none;
  background: none repeat scroll 0 0 #fdf9e3;
  border: medium none;
  color: #4b4b45;
  height: 24px;
  padding: 2px;
  font-size: 13px;
}
.ageGate2 .ageDay {
  float: left;
  width: 24%;
  display: inline-block;
  margin-right: 1%;
}
.ageGate2 .ageDay input {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.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%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.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%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 800;
}
.ageGate2 .ageYear input:focus {
  box-shadow: inset 0 0 0 1px #000;
}
.ageGate2 .ageButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ageGate2 input[type=text] {
  font-size: 30px;
  background-position: center;
  background-color: #fff;
  color: #333333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 0 #ccc;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.ageGate2 input[type=text]::placeholder {
  color: #333333;
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  margin-top: 10px;
  padding: 12px;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  background-color: #fff !important;
  color: #000000 !important;
  font-size: 20px !important;
  border-radius: 0px;
  font-weight: 600;
  width: 50%;
}
.ageGate2 input[type=submit]:hover {
  background-color: #efefef;
}
.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: 12px;
  color: #fff;
}
.ageGate2 #hiddenDiv {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  margin: 3px 0;
}
.ageGate2 .fancybox-bg {
  background: #888;
}
.ageGate2 .fancybox-is-open .fancybox-bg {
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .ageGate2 {
    text-align: center;
  }
  .ageGate2 #hiddenDiv {
    padding: 8px 20px;
    margin: 3px 0;
    font-size: 12px;
  }
  .ageGate2 .ccLogo {
    width: 80%;
    max-width: 90px;
    margin: -25px auto 30px;
    padding-top: 0;
  }
  .ageGate2 .drawTheLine {
    width: 40%;
    max-width: 80px;
    margin: 20px auto 0;
  }
  .ageGate2 div.inputs {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    padding: 10px 0;
    font-size: 18px;
  }
  .ageGate2 div.ageGate2 h1 {
    margin: 5px 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%;
  }
}

.social-logo-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120px;
  gap: 6px;
  margin: 30px auto 0;
}

.social-logo {
  width: 25%;
  max-width: 100px;
  margin: 0 auto;
}

.social-logo img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.social-logo a {
  text-decoration: none;
}

.social-logo a:hover {
  scale: 1.1;
}

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: #222222;
  opacity: 0.98;
}
#modal_screen.nope {
  background-color: #000000;
}

#modal_content {
  position: fixed;
  z-index: 1101;
  margin: 0 auto;
  border: 4px solid #efefef !important;
  background-color: #fff;
  font-size: 12px;
  width: 290px;
  height: 200px;
  color: #222222;
  padding: 20px;
  border-radius: 6px;
}
#modal_content .content_wrapper {
  margin: 0 auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#modal_content h2 {
  margin: 0 0 0 0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #444444;
}
#modal_content p {
  max-width: 75%;
  margin: 1.2em auto 0;
}
#modal_content nav:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 688px) {
  #modal_content {
    top: 10em;
    top: 30vh;
    left: 30vw;
    width: 90%;
    max-width: 500px;
    height: 200px;
    padding: 40px;
    background-position: center 6em;
    font-size: 16px;
    border-radius: 10px;
  }
  #modal_content .content_wrapper {
    text-align: center;
  }
  #modal_content h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
  }
  #modal_content p {
    font-size: 1em;
    line-height: 16px;
  }
  #modal_content nav a.av_btn {
    margin: 1.6em auto 0;
    font-size: 16px;
  }
}

.small {
  display: block;
  text-align: center;
  color: #888;
  margin: 1em 0 0;
}

a.av_btn {
  display: block;
  text-align: center;
  margin: 30px 10px !important;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  padding: 20px 50px;
  transition: all 0.5s;
  margin-top: 20px;
  font-size: 1.25em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
@media (max-width: 770px) {
  a.av_btn {
    padding: 20px 30px;
  }
}

.av_go {
  background-color: #000000;
}
.av_go:hover {
  background-color: hsl(0, 0%, -10%);
}

.av_no {
  background-color: #000000;
}
.av_no:hover {
  background-color: hsl(0, 0%, -10%);
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer img {
  width: 20vw;
  margin: 20px auto;
  max-width: 80px;
}

.scratcher {
  width: 100%;
  height: 56vh;
  max-width: 450px;
  margin: 0 auto;
  max-height: 450px;
  margin-bottom: 40px;
}

.scratchpad {
  width: 100%;
  height: 52vh;
  max-width: 450px;
  margin: 0 auto;
  top: 10px;
  max-height: 450px;
}
.scratchpad img {
  object-fit: cover;
}

.scratch-head {
  position: absolute;
  z-index: 5000;
}

.scratch-message {
  width: 80vw;
  padding-top: 25px;
  padding-left: 10%;
}

.smash-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid #000;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
}
.smash-container #prize,
.smash-container #glassOverlay,
.smash-container #shatterVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smash-container #glassOverlay {
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.smash-container #shatterVideo {
  z-index: 3;
  display: none;
  pointer-events: none;
}

.smash-instructions {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}

.next-button {
  display: none;
  margin: 20px auto;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #222;
  padding: 0.2em 0;
}

.fancybox-bg {
  background: #ffffff !important;
}

.fancybox-container {
  background: #ffffff !important;
}

.fancybox-content {
  background: #ffffff !important;
  border: 3px solid #000 !important;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px, 6px 6px 0px 0px;
}

.fancybox-slide {
  background: #ffffff !important;
}

.fancybox-container .fancybox-inner {
  background: #ffffff !important;
}

.fancybox-container .fancybox-stage {
  background: #ffffff !important;
}

.fancybox-container .fancybox-slide--iframe {
  background: #ffffff !important;
}

.fancybox-container .fancybox-slide--iframe .fancybox-content {
  background: #ffffff !important;
}

input.nostyle {
  border: 0 !important;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #222 !important;
    -webkit-box-shadow: none !important;
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
.information-step-one {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.information-step-one .information-item {
  width: 100%;
  border-bottom: 1px solid black;
}
.information-step-one .information-item .info {
  font-family: "Barlow Semi Condensed Regular" !important;
  text-align: center;
  font-size: 15px;
  color: black;
}

.stores-container {
  margin: 20px 0px;
  width: 100%;
}
.stores-container .stores {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
  margin-left: -5px;
}
.stores-container .stores img {
  display: flex;
  flex-wrap: wrap;
}
.stores-container .stores img#iga-liquor {
  width: 50%;
}
.stores-container .stores img#cellarbrations {
  width: 40%;
}
.stores-container .stores img#bottle-o {
  width: 40%;
  max-width: 220px !important;
}
