@font-face {
  font-family: "CF Asty Std";
  src: url("../fonts/subset-CFAstyStd-Medium.woff2") format("woff2"), url("../fonts/subset-CFAstyStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CF Din Condensed Book";
  src: url("../fonts/subset-CFDinCondensedBook.woff2") format("woff2"), url("../fonts/subset-CFDinCondensedBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LD Mantrakas";
  src: url("../fonts/subset-LDMantrakas-Regular.woff2") format("woff2"), url("../fonts/subset-LDMantrakas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/subset-MyriadPro-Regular.woff2") format("woff2"), url("../fonts/subset-MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  /*
  background-image: url("../images/bg_mob.jpg");
  @media (min-width: 769px) {
    background-image: url("../images/bg.jpg");
  }
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
  position: relative;
}

.bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-image: url("../images/bg_mob.jpg");
}
@media (min-width: 769px) {
  .bg {
    background-image: url("../images/bg.jpg");
  }
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
}

section {
  position: relative;
  z-index: 2;
  width: 100%;
}
section:not(.legal) {
  min-height: 100lvh;
}
section {
  position: relative;
  scroll-snap-align: start;
  padding: 0 20px;
}
section .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 480px) {
  section .logo {
    width: 80px;
  }
}

img {
  max-width: 100%;
}

.enjoy-responsibly {
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.enjoy-responsibly p {
  font-family: "CF Din Condensed Book";
  font-size: clamp(16px, 2vw, 20px);
  color: #000;
  text-align: right;
  padding-right: 20px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

.reversed-x {
  transform: scaleX(-1);
}

.contest-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "LD Mantrakas";
  color: #3f1f21;
}
.contest-title h1 {
  text-align: center;
  font-size: clamp(24px, 4vw, 41px);
  line-height: 1.2;
  margin-block-start: 0;
  margin-block-end: 0;
}
.contest-title h1 span {
  display: block;
  font-size: clamp(40px, 8vw, 85px);
  line-height: 0.8;
  color: #b7944b;
}

#home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#home #home-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "LD Mantrakas";
  font-size: clamp(20px, 3vw, 32px);
  color: #3f1f21;
  text-align: center;
  cursor: pointer;
}

.scalable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transform-origin: bottom;
}

#gifts,
#questions,
#thankyou,
#thankyou1,
#stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#gifts h3,
#questions h3,
#thankyou h3,
#thankyou1 h3,
#stats h3 {
  font-family: "LD Mantrakas";
  font-size: clamp(26px, 4vw, 58px);
  color: #3f1f21;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.4;
}
@media (max-width: 480px) {
  #gifts h3,
  #questions h3,
  #thankyou h3,
  #thankyou1 h3,
  #stats h3 {
    line-height: 1.1;
  }
}
#gifts h3 .small,
#questions h3 .small,
#thankyou h3 .small,
#thankyou1 h3 .small,
#stats h3 .small {
  display: block;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1;
}

#questions {
  display: none;
}

#thankyou,
#thankyou1 {
  display: none;
}
#thankyou h3,
#thankyou1 h3 {
  color: #00808d;
  font-size: clamp(20px, 3vw, 38px);
  line-height: 1.2;
}
#thankyou p.description,
#thankyou1 p.description {
  color: #a18046;
  font-size: clamp(16px, 2vw, 22px);
  font-family: "CF Asty Std";
  text-align: center;
  font-weight: 500;
}

#thankyou1 {
  display: flex;
}
#thankyou1 h3 {
  color: #00808d;
  font-size: clamp(30px, 6vw, 65px);
  line-height: 1.2;
}
#thankyou1 p.description {
  color: #a18046;
  font-size: clamp(16px, 2vw, 22px);
  font-family: "CF Asty Std";
  text-align: center;
  font-weight: 500;
}

#form {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#form h3 {
  font-family: "LD Mantrakas";
  font-size: clamp(20px, 3vw, 32px);
  color: #00808d;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (max-width: 480px) {
  #form {
    height: auto;
    min-height: 100lvh;
    align-items: flex-start;
  }
  #form .logo {
    position: relative;
    top: 20px;
    right: unset;
    margin-left: auto;
    padding-right: 20px;
  }
  #form {
    padding-bottom: 50px;
  }
}
#form .form-btn {
  font-family: "LD Mantrakas";
  font-size: clamp(20px, 3vw, 32px);
  color: #fff;
  background-color: #a18046;
  padding: 20px 40px;
  cursor: pointer;
  position: relative;
}
#form .form-btn:hover {
  background-color: #fff;
  color: #a18046;
}
#form .form-btn.loading {
  pointer-events: none;
  color: transparent;
}
#form .form-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.75s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.arrow-down {
  animation: arrow-bounce 1.4s ease-in-out infinite;
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
#age-verify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}
#age-verify .inner {
  background-color: #028996;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#age-verify .title {
  font-family: "Myriad Pro";
  font-size: clamp(24px, 4vw, 58px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}
#age-verify .buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
#age-verify .description {
  font-family: "Myriad Pro";
  font-size: clamp(16px, 2vw, 20px);
  color: #000;
  text-align: center;
  margin-top: 20px;
}
#age-verify .age-btn {
  font-family: "Myriad Pro";
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  cursor: pointer;
}

.quest-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .quest-flex {
    flex-direction: column;
  }
}
.quest-flex .option {
  font-family: "LD Mantrakas";
  background-color: #ded3bc;
  color: #a5801b;
  border: 2px solid #a5801b;
  cursor: pointer;
  font-size: clamp(32px, 4vw, 57px);
  padding: 10px 40px;
  word-break: keep-all;
  white-space: nowrap;
}
.quest-flex .option.selected {
  background-color: #008f99;
  border: 2px solid #008f99;
  color: #00461e;
}

.next {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font-family: "LD Mantrakas";
  font-size: clamp(20px, 3vw, 32px);
  color: #008f99;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  pointer-events: none;
}
.next.active {
  opacity: 1;
  pointer-events: auto;
}

.s-form {
  width: 100%;
  max-width: 900px;
}

.inputContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.inputContainer .f-input input,
.inputContainer .f-input select {
  border: none;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  font-family: "CF Asty Std";
  font-size: 14px;
  background-color: #fff !important;
}
.inputContainer .f-input input {
  background-color: transparent !important;
  color: #a18046 !important;
  border: 2px solid #a18046;
  font-family: "CF Asty Std";
  font-size: clamp(16px, 2vw, 20px);
}
.inputContainer .f-input input::-moz-placeholder {
  color: #a18046 !important;
  font-family: "CF Asty Std";
  font-weight: 500;
}
.inputContainer .f-input input::placeholder {
  color: #a18046 !important;
  font-family: "CF Asty Std";
  font-weight: 500;
}
.inputContainer .f-input input.error {
  border-color: #da2128 !important;
}
.inputContainer .f-input {
  width: 49%;
  margin-bottom: 10px;
}
.inputContainer .f-input.full {
  width: 100%;
}
@media (max-width: 600px) {
  .inputContainer .f-input {
    width: 100%;
  }
}
.inputContainer label {
  line-height: 120%;
  padding-left: 5px;
  padding-right: 15px;
}

.f-errors {
  display: none;
  padding: 10px;
}
.f-errors .innerText {
  color: #da2128;
  font-family: "CF Asty Std";
  font-size: clamp(14px, 2vw, 16px);
  line-height: 110%;
  text-align: left;
}

.field-error {
  display: block;
  color: #da2128;
  font-family: "CF Asty Std";
  font-size: clamp(12px, 1.5vw, 14px);
  margin-top: 4px;
}
.field-error:empty {
  display: none;
}

.f-terms,
.f-gdpr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.f-terms label,
.f-gdpr label {
  text-align: left;
}
.f-terms,
.f-gdpr {
  align-items: center;
  /*
  #termsAccept,
  #gdprAccept,
  #privacyAccept {
    width: 20px;
    height: 20px;
    border: 2px solid #a18046;
    background-color: transparent !important;
    -webkit-appearance: checkbox !important;
  }*/
}
.f-terms .l-txt,
.f-gdpr .l-txt {
  margin-left: 10px;
  color: #a18046;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 110%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "CF Asty Std";
  font-weight: 500;
}
.f-terms .l-txt a,
.f-gdpr .l-txt a {
  color: #a18046;
  text-decoration: underline;
}

.mandatory {
  color: #a18046;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 110%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "CF Asty Std";
  font-weight: 500;
}

.gap10 {
  height: 10px;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #a18046;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #a18046;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #a18046;
  /* Windows High Contrast Mode */
  background-color: transparent;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox].error {
  border-color: #da2128;
}

.legal {
  height: auto;
  width: 100%;
  padding: 20px 20px;
}
.legal ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .legal ul {
    flex-direction: column;
  }
}
.legal ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 0;
}
.legal ul li {
  color: #3f1f21;
}
.legal ul li a {
  color: #3f1f21;
  text-decoration: underline;
}
.legal ul li {
  font-size: clamp(14px, 2vw, 17px);
  line-height: 110%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "CF Asty Std";
  font-weight: 500;
}

/*
section:not(.legal) {
  @media (max-height: 800px) {
    height: auto;
    min-height: 100lvh;
    align-items: flex-start;
    .logo {
      position: relative;
      top: 20px;
      right: unset;
      margin-left: auto;
      padding-right: 20px;
    }
    padding-bottom: 80px;
  }
}
  */
#rotate-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#rotate-overlay .rotate-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#rotate-overlay .rotate-icon {
  max-width: 300px;
}
#rotate-overlay .rotate-txt {
  font-family: "CF Asty Std";
  font-size: clamp(14px, 3vw, 18px);
  color: #3f1f21;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 1024px) and (orientation: landscape) {
  #rotate-overlay {
    display: flex;
  }
}
.mob-only {
  display: none;
}
@media (max-width: 768px) {
  .mob-only {
    display: block;
    width: 100%;
  }
}

.desk-only {
  display: none;
}
@media (min-width: 769px) {
  .desk-only {
    display: block;
  }
}

.swiper {
  width: 100% !important;
}
.swiper .swiper-slide {
  width: 100%;
  text-align: center;
}

.swiper-pagination {
  bottom: 0 !important;
  text-align: right !important;
}

.swiper-pagination-bullet {
  background-color: #a18046 !important;
  width: 20px !important;
  height: 20px !important;
}/*# sourceMappingURL=main.css.map */