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

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.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
   ========================================================================== */
/*
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   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 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "hvd bodedo";
  src: url("/fonts/hvd_bodedo-webfont.woff2") format("woff2"), url("/fonts/hvd_bodedo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BwGradual";
  src: url("/fonts/BwGradual-Regular.woff2") format("woff2"), url("/fonts/BwGradual-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BwGradual";
  src: url("/fonts/BwGradual-Medium.woff2") format("woff2"), url("/fonts/BwGradual-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BwGradual";
  src: url("/fonts/BwGradual-Bold.woff2") format("woff2"), url("/fonts/BwGradual-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
body.home,
html.home {
  background-color: #0073CF;
  color: #fff;
}

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

input:focus {
  outline: none;
}

.ageGate2 {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  min-height: 530px;
  display: flex;
  align-items: center;
  border: 2px solid white;
}
.ageGate2 p {
  margin: 1em 0;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
  font-weight: 500;
}
.ageGate2 #age-form {
  margin: 0;
}
.ageGate2 .ccLogo {
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: -2px;
  margin-bottom: 39px;
}
.ageGate2 .drawTheLine {
  width: 40%;
  max-width: 80px;
  margin: 50px auto 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;
}
.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: 20px;
  font-weight: 300;
  background-position: center;
  background-color: #FFF;
  color: #333;
  text-align: center;
  padding: 8px;
  border: 0;
  box-shadow: inset 0 0 0 0 #ccc;
}
.ageGate2 input[type=text]::placeholder {
  text-align: center;
}
.ageGate2 input[type=submit] {
  display: block;
  float: left;
  margin-top: 10px;
  padding: 12px 50px;
  margin-bottom: 0;
  border: none;
  background-color: #fff !important;
  color: #0071b9 !important;
  font-size: 26px !important;
  border-radius: 50px;
  font-weight: 600;
}
.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;
  font-size: 12px;
  color: #FFF;
}
.ageGate2 select {
  outline: none;
  background: none repeat scroll 0 0 #FDF9E3;
  border: medium none;
  color: #4B4B45;
  height: 24px;
  padding: 2px;
  font-size: 13px;
  text-align: center;
}
.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: 200px;
    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%;
  }
}
body {
  background-color: rgb(255, 255, 255);
  color: #333;
}

ol, ul {
  font-family: "BwGradual", sans-serif;
  font-size: 16px;
}

.main-content {
  position: relative;
}

.blue-wrapper {
  padding: 5px 20px;
}
.blue-wrapper p {
  color: #333;
  font-weight: 700;
}

.small-itallic {
  font-size: 12px;
  font-style: italic;
  margin: 30px 0 0 0;
}

.logo-spin {
  width: 80%;
  margin: 62px auto 0;
}

.caps {
  text-transform: uppercase;
}

p.success {
  font-family: "BwGradual", sans-serif;
  font-size: 16px;
  color: #c01533;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

p.error {
  font-family: "BwGradual", sans-serif;
  font-size: 16px;
  color: #0073CF;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 100;
  text-align: center;
}

.form-container {
  width: 100%;
}
.step-two .form-container {
  margin: 50px auto 20px;
}
.form-container.max-width {
  margin-top: 40px;
}
.form-container p.call-out {
  font-size: 12px;
  margin: -4px 0 4px 0;
}

.checkbox-container {
  width: 100%;
  text-align: center;
}

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

.font-legal {
  font-size: 14px;
}

a {
  color: #0073CF;
}

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

.max-width {
  margin: 0 auto 10px;
  width: 90%;
  max-width: 900px;
  padding: 20px 0;
}
.max-width.form-pages {
  max-width: 720px;
}
@media (max-width: 600px) {
  .max-width {
    padding: 15px 0 0 0;
  }
}

.video {
  margin: 10px 0;
}

.can {
  width: 40%;
  margin: 0 auto;
}

b {
  font-weight: 700;
}

body {
  font-family: "BwGradual", sans-serif;
  font-size: 14px;
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-item {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.grid_three .grid-item {
  margin-bottom: 20px;
  width: 30%;
}
@media (max-width: 950px) {
  .grid_three .grid-item {
    margin-bottom: 10px;
    width: 48%;
  }
}

.win-grid {
  display: flex;
  justify-content: space-between;
}
.win-grid .winbanner {
  width: 60vw;
}
.win-grid .win-can {
  width: 25vw;
  margin: 0 auto;
}

.cart-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 30px auto 10px;
}

.image-submit {
  width: 45vw;
  transition: all 0.5s;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}
.image-submit:hover {
  opacity: 0.9;
}

.instagram-images {
  overflow: hidden;
  margin-bottom: 30px;
}
.instagram-images a img {
  height: 320px;
  object-fit: cover;
  font-family: "object-fit: contain;";
}
@media (max-width: 700px) {
  .instagram-images a img {
    height: 150px;
  }
}

.winners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.winners-list li {
  width: 30%;
  margin-bottom: 2px;
}
@media (max-width: 700px) {
  .winners-list li {
    width: 100%;
  }
}

.counter {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Saira Extra Condensed", sans-serif;
  margin-top: 20px;
  font-size: 50px;
  line-height: 50px;
  color: #0073CF;
  letter-spacing: -3px;
}

h1 {
  font-family: "BwGradual", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #0073CF;
  letter-spacing: -1px;
  width: 100%;
  font-weight: 600;
}
h1.notop {
  margin-top: 0;
}
h1.homePage {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
h1.homePage.won {
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 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;
}

.prize-won-display {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.prize-won-display .prize-won-image {
  margin-top: 36px;
  max-width: 380px;
  width: 62%;
  height: auto;
  display: block;
}

.featherlight .featherlight-image {
  width: 100% !important;
  object-fit: contain;
  height: 100%;
}

.featherlight .featherlight-content {
  max-width: 85%;
}

h2 {
  font-family: "BwGradual", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #0073CF;
  letter-spacing: -0.05em;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

h3 {
  font-family: "BwGradual", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  letter-spacing: -1px;
  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;
}

.center {
  text-align: center;
}

ol.terms li {
  margin-bottom: 10px;
  line-height: 20px;
}

.bigger-text {
  font-size: 17px;
}

.banner {
  padding-top: 40px;
}
@media (max-width: 500px) {
  .banner.landing {
    display: none;
  }
}
@media (min-width: 500px) {
  .banner.landing {
    display: block;
  }
}

.ctas {
  width: 100%;
  height: 100vh;
  z-index: 800;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 20px;
  pointer-events: none;
}

.scroll {
  display: block;
  width: 30px;
  height: 60px;
}
.scroll img {
  width: 100%;
}

.landing-page {
  min-height: 100dvh; /* Fallback for browsers that do not support Custom Properties */
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-position-y: -42px;
  background-repeat: no-repeat;
}
.landing-page > :first-child {
  margin-top: auto;
  margin-bottom: auto;
}
.landing-page picture {
  cursor: pointer;
}
.landing-page picture img {
  cursor: pointer;
}
.landing-page h2 {
  font-weight: 700;
  color: white !important;
  text-align: center;
  font-size: 18px;
  margin-top: 9px;
  opacity: 0.7;
}
@media (min-width: 500px) {
  .landing-page {
    display: none;
  }
}

.header-tagline {
  width: 52%;
  margin: 66px auto 0;
  display: block;
  position: relative;
  z-index: 200;
}

.flexing {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 20px 0 -3% 0;
  width: 100%;
}
.flexing img {
  width: 85px;
}
.flexing svg {
  width: 140px;
}

.ds-wrapper {
  width: 20%;
  max-width: 250px;
  margin: 0;
  margin-right: auto;
  margin-left: 20px;
  margin-top: 10px;
}
.ds-wrapper img {
  filter: brightness(0) invert(1);
}

.step-two-hide {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step-two .step-two-hide {
  display: none;
}
.step-one .step-two-hide {
  display: flex;
}

.site-footer-wrapper {
  margin-top: 36px;
}

#footer {
  background: #0073CF !important;
  color: #FFFFFF;
  padding: 2rem 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.footer-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 35px;
  margin-right: 35px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column-reverse;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
}

.quarter {
  width: 25%;
}
@media (max-width: 768px) {
  .quarter {
    width: 100%;
  }
}

.half {
  width: 50%;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .half .foothead {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .half p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.quarter-logo img {
  width: 50%;
}
@media (max-width: 768px) {
  .quarter-logo img {
    display: none;
  }
}

.drinkspart-logo {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .qlinks {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .qlinks #quickLinksToggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color 0.3s ease;
  }
  .qlinks #quickLinksToggle:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .qlinks #quickLinksToggle .dropdown-arrow {
    transition: transform 0.3s ease;
    color: currentColor;
  }
  .qlinks #quickLinksToggle .dropdown-arrow.rotated {
    transform: rotate(180deg);
  }
  .qlinks #quickLinksMenu {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .qlinks #quickLinksMenu.collapsed {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .qlinks #quickLinksMenu.expanded {
    max-height: 300px;
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 769px) {
  .qlinks #quickLinksToggle {
    cursor: default;
    justify-content: flex-start;
  }
  .qlinks #quickLinksToggle .dropdown-arrow {
    display: none;
  }
  .qlinks #quickLinksMenu {
    max-height: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: visible !important;
  }
}

.foothead {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-space {
  margin-top: 20px;
}

.site-footer {
  background-color: #0073CF;
  color: #ffffff;
  padding: 30px 0;
}
.site-footer p {
  color: #ffffff;
  font-size: 1em;
}
.site-footer .flex {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1075px;
  margin: 0 auto;
  flex-direction: column;
}
.site-footer .bottomMenu ul {
  margin: 0;
  padding: 0;
}
.site-footer .bottomMenu ul li {
  list-style-type: none;
}
.site-footer .bottomMenu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin: 10px 0;
  transition: color 0.3s ease, transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .site-footer .bottomMenu ul li a {
    margin: 0;
  }
}
.site-footer .bottomMenu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: translateX(5px);
}
.site-footer .bottomMenu h3 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #ffffff;
}

.insta-swiper,
#behold-feed-2 {
  background-color: #fff !important;
}

.newsletter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.newsletter-form .form-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-basis: 100%;
  margin-top: 0;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: flex-start;
  text-align: left;
}
.newsletter-form .form-item.half {
  width: 49%;
  flex: 1 1 calc(50% - 10px);
  min-width: 260px;
}
@media (max-width: 768px) {
  .newsletter-form .form-item.half {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 520px) {
  .newsletter-form .form-item.half {
    width: 100%;
    min-width: 100%;
  }
}
.newsletter-form .form-item input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  padding: 12px 15px;
  background-color: #0073CF;
  color: #FFFFFF;
  margin: 0;
}
.newsletter-form .form-item input::placeholder {
  color: #FFFFFF;
}
.newsletter-form input[type=checkbox] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 0;
  accent-color: #0073CF;
  margin-top: 6px;
  padding: 5px;
}
.newsletter-form input[type=submit] {
  background-color: #FFFFFF;
  color: #0073CF;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .newsletter-form input[type=submit] {
    margin: 20px auto 0 auto;
  }
}
.newsletter-form .newsletter-checkbox {
  font-size: 12px;
  line-height: 16px;
}
.newsletter-form .newsletter-checkbox a {
  color: #FFFFFF;
}

#social {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: -50px;
}
#social .smGlobalBtn {
  margin: 0 6px;
  width: 30px;
  height: 30px;
}
#social a {
  text-decoration: none;
}

.foot-legals {
  max-width: 1300px;
  margin: 65px auto 0 auto;
  text-align: center;
  font-size: 12px;
}
.foot-legals svg {
  width: 100px;
}
@media (max-width: 768px) {
  .foot-legals {
    padding: 10px;
  }
}

#behold-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  #behold-feed {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0 1rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }
}

.behold-item img {
  width: 100%;
  height: auto;
  display: block;
}

.behold-swiper-2 {
  width: 100%;
  overflow: hidden;
  border: 35px solid #ffffff;
}
@media (max-width: 768px) {
  .behold-swiper-2 {
    border: 20px solid #ffffff;
  }
}

/* Ensure Swiper wrapper behaves */
.behold-slide {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background-color: #fff;
}

/* Force absolutely positioned media inside */
.behold-slide img,
.behold-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper lazy loading styles */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  background: transparent;
  border: 4px solid #FFD700;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

/* Hide preloader on video elements */
.behold-slide video + .swiper-lazy-preloader {
  display: none !important;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Videos behave like images - no fade effects */
.behold-slide video[data-behold-video] {
  opacity: 1; /* Always visible like images */
  background: transparent; /* No background color */
}

.news_gsap {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.news_gsap.footer-ticker {
  background-color: #0073CF;
}
.news_gsap.footer-ticker li.text-ticker {
  color: #ffffff;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  height: 36px;
  padding: 5px;
}
.news_gsap.footer-ticker li.text-ticker a {
  color: #ffffff;
  text-decoration: none;
}

.footer-ticker-swiper {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  background-color: #0073CF;
  overflow: hidden;
}
.footer-ticker-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.footer-ticker-swiper .swiper-slide {
  width: auto !important;
  color: #ffffff;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  height: 36px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.footer-ticker-swiper .swiper-slide a {
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

footer .newsletter-form input[type=checkbox] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 0;
  accent-color: #0073CF;
  margin-top: 6px;
  padding: 5px;
}

footer .newsletter-form .newsletter-checkbox {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.button-wrapper,
.buttoncontainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.768627451);
  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: "BwGradual", sans-serif;
  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;
}

.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: #ffffff;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  padding: 20px 50px;
  transition: all 0.5s;
}
@media (max-width: 770px) {
  a.av_btn {
    padding: 20px 30px;
  }
}

.av_go {
  background-color: #0073CF;
}
.av_go:hover {
  background-color: rgb(0, 86.6666666667, 156);
}

.av_no {
  background-color: #0073CF;
}
.av_no:hover {
  background-color: rgb(0, 86.6666666667, 156);
}

a.av_btn {
  margin-top: 20px;
  font-size: 1.25em;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}

@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: 25px;
    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;
  }
}
.width70 {
  width: 70vw;
  display: flex;
}

.width60 {
  width: 60vw;
  display: flex;
}

.width50 {
  width: 50vw;
}

.width40 {
  width: 40vw;
  display: flex;
}

.width30 {
  width: 30vw;
}

.thankyou-page {
  margin-top: 30px;
}

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

.mobile-nav {
  background-color: #0073CF;
  padding: 5px 20px;
  min-height: 43px;
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile-nav .mobile-logo {
  width: 140px;
  margin-top: 5px;
}

menu,
menu a {
  color: #FFF;
}

.menudrop {
  position: fixed;
  top: -100%;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #0073CF;
  border: 0;
  color: #FFF;
  z-index: 1000;
}

#hamburger {
  position: fixed;
  top: 0;
  padding: 7px;
  right: 10px;
  width: 55px;
  z-index: 1010;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}

#hamburger:hover {
  width: 60px;
}

#hamburger span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  display: block;
  margin: 4px;
  right: 0;
  position: relative;
  border-radius: 2px;
  width: 70%;
}
#hamburger span:last-child {
  width: 70%;
}
#hamburger span:first-child {
  width: 70%;
}

#hamburger {
  transition: 0.3s;
}

menu ul li {
  margin: auto;
  opacity: 0;
  cursor: pointer;
}

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;
}
menu ul {
  margin: 0;
  padding: 0;
}
menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 23px;
  line-height: 55px;
}
menu ul li a {
  text-decoration: none;
  font-weight: 600;
}

.top-panel-banner {
  display: flex;
  padding-top: 35px;
  justify-content: flex-start;
}
.top-panel-banner .banner-left {
  width: 17%;
}
.top-panel-banner .banner-right {
  width: 50%;
  padding-top: 25px;
  margin-left: 25px;
}
.top-panel-banner .banner-right.winner {
  padding-top: 0;
}

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

.button {
  padding: 13px 25px;
  border: none;
  color: #fff;
  background-color: #0073CF;
  font-size: 21px;
  line-height: 26px;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
  width: auto;
  font-family: "BwGradual", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.button span {
  display: inline-block;
  width: 35px;
}
.button .cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.5px;
}
.button.red-button {
  background-color: #d71920;
}
.button.small-button {
  font-size: 25px;
  line-height: 16px;
  text-align: center;
  transform: skewX(-10deg);
}
.button.grey {
  background-color: #BBBDBE;
  margin-top: 10px;
}
.button.nomarg {
  margin-top: 0;
}
.button.button-homepage {
  background-color: #FFFFFF;
  color: #0073CF;
  margin: 30px 0 10px;
}

.burst {
  background: none;
  border: 0 solid #000;
  width: 30vw;
}
.burst img {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}

.button-grid {
  display: flex;
}
.button-grid .hit-copy {
  width: 38vw;
  margin-left: 3vw;
  margin-top: -3px;
}
.button-grid .burst {
  margin-top: 15px;
  width: 45vw;
}

.visor-container {
  width: 65%;
  margin: 40px auto;
  max-width: 450px;
}
.visor-container.large-visor {
  width: 65%;
}

.sadface {
  width: 25%;
  max-width: 100px;
  margin: 20px auto;
}

.voucher {
  width: 60%;
  max-width: 200px;
  margin: 20px auto;
  animation: 4s infinite a3;
}

@keyframes a3 {
  0%, 100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
.scratch-message {
  width: 80vw;
  padding-top: 25px;
  padding-left: 10%;
}

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

.scratcher {
  width: 100%;
  height: 53vh;
  max-width: 450px;
}

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

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

.follow-us {
  padding-top: 30px;
}

.follow-text {
  width: 80vw;
  margin-left: 5vw;
  margin-top: -20px;
}

.inta-grid {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inta-grid .item {
  width: 43vw;
  margin: 3px;
  height: 130px;
  background-size: cover;
}

.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: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.form-item.dobfield {
  height: 50px;
}
.form-item.half {
  flex-basis: 49%;
}
.form-item.third {
  flex-basis: 32%;
}

.sold-out-corner {
  background-color: #c01533;
  position: fixed;
  width: 200px;
  height: 250px;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}

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

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

select {
  width: 100%;
  padding: 14px;
  border: solid 1.3px #e2e2e2;
  border-radius: 6px;
}

.sizeguides {
  display: none;
  padding: 10px;
  text-align: center;
  width: 100%;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
input[type=tel],
textarea {
  width: 100%;
  padding: 14px;
  color: #000;
  border: solid 1.3px #e2e2e2;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
}
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,
textarea.code-input {
  width: 300px;
  height: 100px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  border: solid 4px #0073CF;
  letter-spacing: 10px;
  text-align: center;
  color: #000000;
  color: #0073CF;
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
input[type=email].code-input::placeholder,
input[type=number].code-input::placeholder,
input[type=password].code-input::placeholder,
input[type=text].code-input::placeholder,
input[type=tel].code-input::placeholder,
textarea.code-input::placeholder {
  text-align: center;
  color: #CCC;
}
input[type=email].select,
input[type=number].select,
input[type=password].select,
input[type=text].select,
input[type=tel].select,
textarea.select {
  height: 55px !important;
  border-radius: 0 !important;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  text-align: left;
}

select option[disabled] {
  display: none;
}

select {
  color: grey;
}

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

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

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

.af_list {
  color: #000;
}

input[type=submit] {
  margin-top: 15px;
  padding: 10px 40px;
  margin-bottom: 0;
  border: none;
  color: #fff;
  background-color: #0073CF;
  font-size: 28px;
  line-height: 26px;
  border-radius: 0px;
  outline: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  border-radius: 50px;
}
input[type=submit]:hover {
  background-color: rgb(0, 86.6666666667, 156);
}
input[type=submit].nostyle {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 0;
  width: 100%;
  color: #e3002b;
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
  font-family: "BwGradual", sans-serif;
}

.form-btn {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .form-btn {
    margin-top: 0;
  }
}

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

video {
  max-height: 100vh;
  width: 100%;
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-tap-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 10;
  pointer-events: all;
}
.video-tap-overlay p {
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 600px) {
  .video-tap-overlay p {
    font-size: 20px;
  }
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.video-play-overlay:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.video-play-overlay .play-button {
  font-size: 80px;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease;
}
.video-play-overlay:hover .play-button {
  transform: scale(1.1);
}
.video-play-overlay p {
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .video-play-overlay p {
    font-size: 18px;
  }
}

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

.checkbox-item {
  width: 100%;
  margin-bottom: 8px;
  color: #333;
}
@media (max-width: 600px) {
  .checkbox-item {
    margin-bottom: 14px;
    line-height: 22px;
    font-size: 14px;
  }
}
.checkbox-item:last-child {
  margin-bottom: 0;
}
.checkbox-item a {
  text-decoration: none;
  color: #0073CF;
}
.checkbox-item a:hover {
  text-decoration: underline;
}

.spin-head {
  width: 80%;
  margin: 0 auto 60px;
}

.winvid {
  margin-top: 15px;
}

ul.af_list {
  display: flex;
  z-index: 500;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  margin-top: 2px;
  width: 90%;
  max-width: 1000px;
}
ul.af_list li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  display: block;
  margin: 0;
}
ul.af_list li:last-child {
  border-bottom: 0;
}

.social-tags {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  max-width: 500px;
  font-weight: bold;
}
.social-tags a {
  text-align: center;
}
.social-tags a:nth-child(1n) {
  width: 30%;
  min-width: 150px;
}
@media (max-width: 800px) {
  .social-tags a:nth-child(1n) {
    min-width: 159px;
  }
}
.social-tags a:nth-child(2n), .social-tags a:nth-child(3n) {
  width: 6%;
  min-width: 30px;
}
.social-tags a svg {
  fill: #0073CF;
  max-height: 24px;
  transition: 1s all;
}
.social-tags a svg:hover {
  fill: #a1b4c0;
}

.insta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 33px;
}
.insta a {
  width: 31%;
  margin-bottom: 4%;
}

.social-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 30px 0 50px;
}

.social-row-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 80px;
  margin-bottom: 10px;
}
.social-row-one a {
  width: 45%;
}

.social-row-two {
  width: 100px;
}
.social-row-two a {
  margin-left: 3px;
}

input.mobilenumber {
  text-align: center;
}
input.mobilenumber::placeholder {
  text-align: center;
}
input.mobilenumber::-webkit-input-placeholder {
  text-align: center;
}
input.mobilenumber:-moz-placeholder {
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.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 */
}
/* ==========================================================================
   Swiper Prizes Carousel
   ========================================================================== */
.prizes-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: visible;
}
.prizes-swiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.prizes-swiper .swiper-slide {
  width: auto;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.prizes-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0px 4px rgba(0, 0, 0, 0.2));
}
.prizes-swiper .swiper-slide .prize-label {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 600px) {
  .prizes-swiper .swiper-slide {
    max-width: 200px;
  }
  .prizes-swiper .swiper-slide .prize-label {
    font-size: 12px;
    line-height: 16px;
  }
}

.prize-details {
  text-align: center;
}
.prize-details .prize-details-title {
  font-size: 33px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "hvd bodedo", sans-serif;
  color: #FFFFFF;
  padding-top: 80px;
  letter-spacing: -0.07em;
}

#prize-details,
.prize-details {
  min-height: 100dvh;
}

.major-prize-callout {
  background-image: url(https://canadianclub.s3-ap-southeast-2.amazonaws.com/claw/img/textured-bg.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  padding: 20px 60px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
.major-prize-callout .sub-title {
  font-weight: 700;
  font-size: 15px;
}
.major-prize-callout .major-prize-callout-title {
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  padding-bottom: 10px;
  font-family: "hvd bodedo", sans-serif;
  color: #FFFFFF;
  padding-top: 10px;
  letter-spacing: -0.07em;
}
.major-prize-callout .major-prize-callout-description {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 700;
  display: inline-block;
}
.major-prize-callout .major-prize-callout-image {
  width: 120px;
  margin: 0 auto;
  padding-top: 2px;
  margin-top: 5px;
  display: block;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -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) ")";
  }
  /*
      * 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;
  }
}
.table-wrapper {
  margin: 20px 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper::-webkit-scrollbar {
  height: 8px;
}
.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  display: table;
  table-layout: auto;
  min-width: 600px;
}
.table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.table tr:first-child td {
  background-color: #f5f5f5;
  font-weight: 700;
  border-bottom: 2px solid #333;
}
.table tr:not(:first-child):nth-child(even) {
  background-color: #fafafa;
}
.table tr:not(:first-child):hover {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .table {
    font-size: 12px;
    min-width: 500px;
  }
  .table td {
    padding: 10px 8px;
    min-width: 100px;
  }
  .table td:first-child {
    min-width: 160px;
  }
}
@media (max-width: 480px) {
  .table {
    font-size: 11px;
    min-width: 450px;
  }
  .table td {
    padding: 8px 6px;
    min-width: 90px;
  }
  .table td:first-child {
    min-width: 140px;
  }
}
