@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 'Unit Slab Pro', 'M PLUS Rounded 1c', 'Roboto', sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

body {
  font-family: "HeinekenCore", "HeinekenSerif", Arial, Helvetica, sans-serif;
  background-color: #011d0e;
  line-height: calc(100% + 2px);
  scrollbar-color: #007934 white;
  color: #FAFAFA;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  font-size: 20px;
  @media (max-width: 720px) {
    max-height: -moz-max-content;
    max-height: max-content;

    background-position: bottom;

    overflow-y: auto;

    overflow-x: hidden;

    max-height: auto;
  }
}

section {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  overflow: hidden;
  background-image: url("../img/glow.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 1rem;
  &.home {
    background-image: url("../img/bg.jpg");
  }
  &.success {
    background-image: url("../img/bg-success.jpg");
    position: relative;
    &:before {
      position: absolute;
      width: 100%;
      content: "";
      height: 100%;
      background-color: #000;
      opacity: 0.3;
    }
  }
  &.s-steps {
    background-position: center left 40px;
  }
  @media (max-width: 767px) {
    &.s-steps {
      background-position: center center;
    }

    &.success {
    }
  }
}

.ball {
  position: absolute;
  max-width: 540px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0.5;
  &.home {
    left: auto;
    right: 0;
    top: -60px;
    max-width: 740px;
  }
  @media (max-width: 767px) {
    max-width: 90vw;

    top: 50%;

    transform:  translateY(-50%);

    -ms-transform:  translateY(-50%);

    -webkit-transform:  translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform:  translateY(-50%);

    &.home {
      max-width: 90vw;
      bottom: 0;
      top: auto;
      right: 5vw;
    }
  }
}

.scale {
  transition: 0.35s;
  &:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #d3d3d3;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #007934;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: #d6272e;
}

a {
  transition: all .35s;
}

.heading {
  font-family: "FuturaPTCondExtraBold";
  line-height: 1;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 56px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px){
  .heading{
    font-size: 64px;
  }
}

@media (min-width: 1024px){
  .heading{
    font-size: 78px;
  }
}

.heading {
  span {
    line-height: 1;
  }
  span{
    font-size: 50px;
  }
  @media (min-width: 1024px){
    span{
      font-size: 100px;
    }
  }
}

.heineken {
  font-family: "HeinekenCore";
  font-weight: 400;
  font-style: normal;
}

.heineken-bold {
  font-family: "HeinekenCore Bold";
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

main {
  min-height: calc(100vh - 100px);
}

.container{
  width: 100%;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .container{
    margin: auto;
  }
}

*:focus {
  outline: none;
}

textarea::-moz-placeholder {
  color: #897557;
  text-transform: uppercase;
  opacity: .4;
}

textarea::placeholder {
  color: #897557;
  text-transform: uppercase;
  opacity: .4;
}

textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #897557;
}

input:-webkit-autofill,
	input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
  -webkit-box-shadow: 0 0 0 0px transparent inset;
  /*your box-shadow*/
  -webkit-text-fill-color: #FFF;
  background-color: transparent !important;
}

.message-form {
  input:-webkit-autofill {
    background-color: transparent;
    border: 4px solid #FAFAFA;
    border-radius: 40px;
    padding: 5px 10px;
    height: 64px;
    text-align: center;
  }
  input[type="text"], input:autofill {
    background-color: transparent;
    border: 4px solid #FAFAFA;
    border-radius: 40px;
    padding: 5px 10px;
    height: 64px;
    text-align: center;
  }
  input[type="file"] {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform:  translate(-50%, -50%);
  }
  .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    width: 176px;
    line-height: 42px;
    height: 44px;
    font-family: "HeinekenSerif";
    text-align: center;
  }
  input.text {
    width: calc(100% - 10px);
    font-size: 18px;
    color: #FFFFFF;
    font-family: "HeinekenSerif";
  }
  label {
    color: #FFFFFF;
    font-style: italic;
    font-size: 14px;
    font-family: "HeinekenSerif";
  }
}

input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}

input::-moz-placeholder {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}

input:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
  font-size: 13px;
}

input:-moz-placeholder {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  font-family: "HeinekenSerif";
}

input[type="checkbox"] {
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: 20%;
}

input[type="checkbox"] + label[for] {
  margin: 0 0 4px 0;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 12px;
}

@media (min-width: 768px){
  input[type="checkbox"] + label[for]{
    font-size: 14px;
  }
}

input[type="checkbox"] + label:before {
  border: 2px solid #FFFFFF;
  background: url("/img/check.svg") -12px center no-repeat;
  background-color: transparent;
  background-size: 12px 12px;
  cursor: pointer;
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}

input[type="checkbox"]:checked + label:before {
  background-color: #FFFFFF;
  background: url("/img/check.svg") center no-repeat #007934;
  background-size: 12px 12px;
}

.gallery-wrap {
  overflow-y: auto;
  scrollbar-color: rgba(255,255,255, 0) rgba(255,255,255, 0);
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  scroll-behavior: smooth;
  //height: calc(100vh - 150px);
  -moz-column-count: 4;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  -ms-column-gap: 10px;
  -o-column-gap: 10px;
  > div {
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    -moz-column-count: 3;

    -webkit-column-count: 3;

    -ms-column-count: 3;

    -o-column-count: 3;
  }
}

.gallery-register-btn {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: scale(1) translateX(-50%) !important;
  -ms-transform: scale(1) translateX(-50%) !important;
  -webkit-transform:scale(1) translateX(-50%) !important;
  -moz-transform: scale(1) translateX(-50%) !important;
  -o-transform: scale(1) translateX(-50%) !important;
  &:hover {
    transform: scale(1.1) translateX(-50%);
    -ms-transform: scale(1.1) translateX(-50%);
    -webkit-transform:scale(1.1) translateX(-50%);
    -moz-transform: scale(1.1) translateX(-50%);
    -o-transform: scale(1.1) translateX(-50%);
  }
}

.gallery-wrap:-webkit-scrollbar {
  display: none;
  width: 0;
}

/* Track */

.gallery-wrap:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */

.gallery-wrap:-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: rgba(7, 216, 49, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: rgba(7, 216, 49, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.gallery-btn-wrap {
  background: #0B9723;
  position: fixed;
  right: calc(50% - 50vw + 30px);
  top: 50%;
  transform:  translateY(-50%);
  -ms-transform:  translateY(-50%);
  -webkit-transform:  translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform:  translateY(-50%);
  & > * {
    transition: all .35s;
  }
  .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #D9D9D9;
    &:hover {
      border-bottom: 15px solid #093814
    }
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #D9D9D9;
    &:hover {
      border-top: 15px solid #093814
    }
  }
}

.terms-wrap {
  overflow-y: auto;
  scrollbar-color: #007934 #011d0e;
  height: 55vh;
  color: #fff;
  font-size: 16px;
  @media (max-width: 767px) {
    height: 100%;

    padding-top: 64px;
  }
}

.terms-wrap::-webkit-scrollbar {
  width: 12px;
}

/* Track */

.terms-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Handle */

.terms-wrap::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: rgba(7, 216, 49, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: rgba(7, 216, 49, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.terms h2{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.terms p{
  margin-bottom: 0.5rem;
}

.terms a {
  text-decoration: underline;
}

.terms ul{
  padding-left: 1.5rem;
}

.terms ul li{
  margin-bottom: 0.5rem;
}

.terms table {
  border: 1px solid #FFF6D8;
  table-layout: fixed;
  width: 95%;
  border-collapse: collapse;
  td {
    padding: 5px;
    width: 33.33%;
    border: 1px solid #FFF6D8;
  }
}

.beer-toggle {
  max-height: calc(100vh - 64px);
}

.btn {
  background-color: rgba(7, 216, 49, 0.5);
  border-radius: 5px;
  color: #FAFAFA;
  font-weight: 600;
  transition: all .35s;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  min-width: 160px;
  display: inline-flex;
  min-height: 36px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem
}

@media (min-width: 768px){
  .btn{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .btn{
    min-height: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.btn {
  &.hollow {
    border: 1px solid #fff;
    background-color: transparent;
  }
  &:hover {
    color: #FFF;
  }
  &.red {
    background-color: rgba(214, 39, 46, 0.9);
  }
}

.error-wrap {
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  display: flex;
  max-width: 100%;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .error-wrap{
    margin-bottom: 1rem;
    max-width: 50%;
  }
}

.highlight {
  color: #07D831;
  text-decoration: underline;
  cursor: pointer;
}

.icon-wrap {
  background-color: #0B9723;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  line-height: 74px;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  text-align: center;
  img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform:  translate(-50%, -50%);
  }
  & + div {
    width: calc(100% - 94px);
  }
}

.modal {
  width: calc(100vw - 100px);
  height: calc(100vh - 150px);
  background-color: rgba(4, 120, 30, 0.9);
  border-radius: 10px;
  top: 30px;
  left: 30px;
  opacity: 0;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform:scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: 0.35s;
  z-index: -1;
  &.visible {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    z-index: 10;
  }
  position: fixed;
  .map {
    max-width: 1280px;
    min-width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform:  translate(-50%, -50%);
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform:  translate(-50%, -50%);
    .map-wall {
      max-height: 50vh;
      margin: auto;
    }
  }
  img.close {
    position: absolute;
  }
  img.close{
    top: 1rem;
  }
  img.close{
    right: 1rem;
  }
  @media (min-width: 768px){
    img.close{
      top: 2rem;
    }
  }
  @media (min-width: 768px){
    img.close{
      right: 2rem;
    }
  }
  @media (max-width: 767px) {
    width: calc(100vw - 40px);

    height: calc(100vh - 94px);

    top: 20px;

    left: 20px;
  }
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-24{
  bottom: 6rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-24{
  top: 6rem;
}

.top-\[4\.5rem\]{
  top: 4.5rem;
}

.z-0{
  z-index: 0;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.float-left{
  float: left;
}

.m-3{
  margin: 0.75rem;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mb-6{
  margin-bottom: -1.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.size-1{
  width: 0.25rem;
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-40{
  height: 10rem;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[75vh\]{
  max-height: 75vh;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.w-20{
  width: 5rem;
}

.w-5{
  width: 1.25rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[131px\]{
  width: 131px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[75\%\]{
  width: 75%;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.w-screen{
  width: 100vw;
}

.max-w-\[235px\]{
  max-width: 235px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[360px\]{
  max-width: 360px;
}

.max-w-\[540px\]{
  max-width: 540px;
}

.max-w-\[85\%\]{
  max-width: 85%;
}

.max-w-md{
  max-width: 28rem;
}

.flex-auto{
  flex: 1 1 auto;
}

.grow{
  flex-grow: 1;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-decimal{
  list-style-type: decimal;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

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

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.bg-\[\#E30613\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.bg-fun-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(0 197 77 / var(--tw-bg-opacity, 1));
}

.bg-fun-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 61 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1{
  padding: 0.25rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-\[0\.15rem\]{
  padding-left: 0.15rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-0{
  padding-top: 0px;
}

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.text-\[\#24134D\]{
  --tw-text-opacity: 1;
  color: rgb(36 19 77 / var(--tw-text-opacity, 1));
}

.text-\[\#FAFAFA\]{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-fun-green-500{
  --tw-text-opacity: 1;
  color: rgb(0 115 45 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[\.3s\]{
  transition-duration: .3s;
}

@font-face {
  font-family: "HeinekenSerif";

  src: url("../fonts/HeinekenCyrillic-Bold.otf") format("opentype");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "HeinekenCore";

  src: url("../fonts/HEINEKEN Core_0.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "HeinekenSerif18-Bold";

  src: url("../fonts/HeinekenSerif18-Bold.ttf") format("truetype"),
		url("../fonts/heinekenserif18-bold.woff2") format("woff2");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "HeinekenCore Bold";

  src: url("../fonts/HEINEKENCore-Bold.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "FuturaPTCondExtraBold";

  src: url("../fonts/FuturaPTCondBold.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
}

/*
	THEME WARNING
	opacity (like colors) can also be different for each theme
*/

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:text-chathams-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgb(98 201 233 / var(--tw-text-opacity, 1));
}

.hover\:text-chestnut-rose-600:hover{
  --tw-text-opacity: 1;
  color: rgb(183 56 86 / var(--tw-text-opacity, 1));
}

.hover\:text-fun-green-300:hover{
  --tw-text-opacity: 1;
  color: rgb(0 197 77 / var(--tw-text-opacity, 1));
}

.dark\:bg-baltic-sea-200:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(84 81 97 / var(--tw-bg-opacity, 1));
}

.dark\:bg-baltic-sea-300:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(65 62 75 / var(--tw-bg-opacity, 1));
}

.dark\:bg-baltic-sea-400:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(45 44 52 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-600:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.dark\:text-fun-green-100:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(23 255 114 / var(--tw-text-opacity, 1));
}

.dark\:text-green-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.dark\:text-red-700:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[75vh\]{
    height: 75vh;
  }

  .md\:h-\[80vh\]{
    height: 80vh;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

  .md\:w-\[50\%\]{
    width: 50%;
  }

  .md\:w-\[60\%\]{
    width: 60%;
  }

  .md\:w-\[64\%\]{
    width: 64%;
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:pb-14{
    padding-bottom: 3.5rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:flex{
    display: flex;
  }
}
