/* GLOBAL STYLES */
* {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }
  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
  }
}
[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
:root {
  --white: rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);
}
a,
#social a:hover {
  text-decoration: none;
}
h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
#terms,
#privacy {
  max-width: 90% !important;
  margin: 0 auto !important;
}
.heading-style {
  text-align: center;
  margin-bottom: 50px;
}
/* ------ CTA BUTTONS ------ */
.cta-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  width: 100%;
  justify-content: center;
}
.cta {
  width: 100%;
  max-width: 312px;
  padding: 15px 25px;
  margin: 10px;
  display: none;
  cursor: pointer;
}
/* ------ SOCIAL ICONS ------ */
.social-container {
  display: flex;
  justify-content: center;
}
ul.social {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}
ul.social li {
  margin: 8px;
  margin-bottom: 0rem;
  display: inline-block;
  border-radius: 7px;
}
ul.social li:hover {
  transform: scale(1.2);
  transition: all .6s;
}
ul.social li a {
  text-decoration: none;
}
ul.social li a i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
ul.social li a i:hover {
  opacity: 0.5;
}
/* ------ positioning classes for date number ------ */
.num-pos-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.num-pos-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.num-pos-3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.num-pos-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.num-pos-5,
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.num-pos-6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.num-pos-7 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.num-pos-8 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.num-pos-9 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
/* end of positioning classes for date number */
/* ========== GENERAL LAYOUT ========== */
.page-wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  justify-content: space-between;
}
.logo-container {
  width: 100%;
  height: auto;
  margin: 20px 44px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.logo {
  min-width: 150px;
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
}
.text-container {
  width: 100%;
  height: auto;
  padding: 5px;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-left: 40px;
}
.footer-container {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 40px;
}
.footer {
  text-align: left;
  margin: 40px 0 15px;
}
.main-container {
  width: 100%;
  height: auto;
  margin: auto;
}
/* ========== END OF GENERAL LAYOUT ========== */
/* ==================== REGISTER AND OUTCOME ==================== */
.form, .prize-row {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  margin: 0 40px;
}
.content-image {
  width: auto;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 3;
  object-fit: contain;
}
.separator {
  margin-bottom: 30px;
}
.form-wrap,
.checkbox-container {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 1rem 0;
  justify-content: flex-start !important;
}
div[input-group]>input,
div[input-group]>select,
.span-select {
  width: 100%;
  height: 59px;
  border: 1px solid;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  background-color: transparent;
}
#register input::placeholder {
  text-align: center;
}
#div-select {
  position: relative;
}
.span-select {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  pointer-events: none;
  background-color: transparent !important;
}
.checkbox-container {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-checkbox .custom-control-label::before {
  border: 1px solid;
  background-color: transparent !important;
  border-radius: 3px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  outline: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none !important;
  border-radius: 3px;
  transform: scale(0.6);
}
#register input:focus-visible,
#register select:focus-visible,
.custom-control-input:focus ~ .custom-control-label::before {
  outline: none !important;
  box-shadow: none !important;
}
#register .custom-checkbox .custom-control-label::before,
#register .custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.55rem);
}
.button-container {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.button-container button {
  width: 100%;
  max-width: 300px;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  .form, .prize-row, .outcome-subtext {
    max-width: 682px;
  }
  .form-wrap {
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
  }
  div[input-group] {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .form, .prize-row, .outcome-subtext {
    max-width: 900px;
  }
  .form-wrap {
    flex-flow: row wrap;
    gap: 20px;
  }
  div[input-group] {
    flex: 0 0 calc(50% - 11px);
  }
}
@media screen and (min-width: 1280px) {
  .form, .prize-row, .outcome-subtext {
    max-width: 1200px;
  }
}
/* ----- kill outline on focus ------ */
textarea:focus-visible {
  outline: none;
}
.single-answer ::before,
.multiple-answer ::before{
  outline: none;
  box-shadow: none !important;
}
button:focus,
button:focus-visible {
    outline: none !important;
}
/* ==================== END OF REGISTER AND OUTCOME ==================== */
/* ========== ADVENT CALENDAR STYLES ========== */
.calendar-container {
  min-width: 100%;
  width: 6240px;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  gap: 40px;
  pointer-events: all;
  margin: auto ;
  position: relative;
  z-index: 2;
  overflow: auto;
  transition: all .3s ease;
}
.wrap::-webkit-scrollbar {
  display: none;
}
.wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, .4);
  border-radius: 10px;
}
.wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  overflow: scroll;
  scroll-behavior: smooth;
  overflow-y: hidden;
  margin-top: 0;
}
.prize-box {
  width: 220px;
  height: auto;
  margin: 30px 0;
  aspect-ratio: 1 / 1.866 ;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.prize-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  margin: auto;
  /*border-radius: inherit;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);*/
}
.prize {
  width: 100%;
  height: 100%;
  /*aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: inherit;*/
  object-fit: contain;
}
.tile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  /*border-radius: inherit;
  aspect-ratio: 1 / 1.866 ;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, .4);*/
}
.tile-inner {
  width: 80%;
  height: 90%;
  display: flex;
  border-radius: inherit;
}
.tile-inner>p {
  line-height: 1;
  margin: 0 !important;
}
.image-container {
	text-align: right;
}
@media screen and (min-width: 768px) {
  .calendar-container {
    width: 9400px;
  }
  .prize-box {
    width: 350px;
    border-radius: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .wrap::-webkit-scrollbar {
    display: block;
    height: 10px;
    background-color: rgba(172, 172, 172, 0.1);
  }
}
@media screen and (min-width: 1280px) {
  .calendar-container {
    width: 7200px;
  }
  .prize-box {
    width: 260px;
    border-radius: 16px;
  }
}
/* ============================== ANIMATIONS ============================== */
/* ------ PRIZE ANIMATION ------ */
.tile-animation {
  -webkit-animation: tile-animation 1s linear forwards;
  animation: tile-animation 1s linear forwards;
  transition: all 1s ease;
}
.prize-animation {
  -webkit-animation: prize-animation 1s 0.5s linear forwards;
  animation: prize-animation 1s 0.5s linear forwards;
  transition: all 1s ease;
}
/* PRIZE KEYFRAMES */
@-webkit-keyframes tile-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes tile-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@-webkit-keyframes prize-animation {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes prize-animation {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ============================== END OF ANIMATIONS ============================== */
/* ========== END OF ADVENT CALENDAR STYLES ========== */
/* ============= CLOUD ANIMATIONS ============= */
.cloud {
  animation: up-down 6s infinite;
  pointer-events: none;
}
@keyframes up-down {
  50% { transform: translateY(-15%);}
}
@-webkit-keyframes up-down {
  50% { transform: translateY(-15%);}
}
.cloud {
  position: absolute;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
  display: none;
}
.cloud-1 {
  width: 13%;
  height: auto;
  top: 30px;
  left: 2%;
}
.cloud-2 {
  width: 9%;
  height: auto;
  top: 61px;
  left: 70%;
  animation-delay: 1s;
}
.cloud-3 {
  width: 29%;
  height: auto;
  top: 200px;
  left: 4%;
  animation-delay: 2s;
}
.cloud-4 {
  width: 21%;
  height: auto;
  top: 143px;
  left: 27%;
  animation-delay: 5s;
}
.cloud-5 {
  width: 17%;
  height: auto;
  top: 223px;
  left: 59%;
  animation-delay: 4s;
}
.cloud-6 {
  width: 23%;
  height: auto;
  top: 163px;
  left: 77%;
  animation-delay: 3s;
}
/* element animations */
.logo,
.text-container,
.footer,
.form {
  animation: fadeIn 5s forwards;
  -webkit-animation: fadeIn 5s forwards;
  -moz-animation: fadeIn 5s forwards;
  -o-animation: fadeIn 5s forwards;
  -ms-animation: fadeIn 5s forwards;
}
.wrap {
  position: relative;
  z-index: 3;
  opacity: 0;
  animation: fadeInMain 2s 1s forwards;
  -webkit-animation: fadeInMain 2s 1s forwards;
  -moz-animation: fadeInMain 2s 1s forwards;
  -o-animation: fadeInMain 2s 1s forwards;
  -ms-animation: fadeInMain 2s 1s forwards;
}
.content-image {
  opacity: 0;
  animation: popIn 2s 1s forwards;
  -webkit-animation: popIn 2s 1s forwards;
  -moz-animation: popIn 2s 1s forwards;
  -o-animation: popIn 2s 1s forwards;
  -ms-animation: popIn 2s 1s forwards;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInMain {
  0% {
    transform: translateX(120vw);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInMain {
  0% {
    transform: translateX(120vw);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popIn {
  0% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .text-container, .logo-container, .footer-container, .image-container, .form {
	  margin-left: 0;
	  text-align: left;
	  padding-left: 1rem;
	  padding-right: 1rem;
  }
  .prize-row {
	  margin-left: 0;
  }
}