.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6 p,
figure,
blockquote,
dl,
dd {
  margin-block: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  margin: 0;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
:root {
  --h1: 3.6rem;
  --h2: 2.8rem;
  --h3: 1.8rem;
  --h4: 1.4rem;
  --h5: 1.25rem;
  --h6: 1rem;
}
@media (max-width : 575px) {
  :root {
    --h1: 1.8rem;
    --h2: 1.8rem;
    --h3: 1.25rem;
  }
}
html {
  line-height: 1.4;
  font-weight: 400;
  font-size: min(20px, 1.32275132vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1600px) {
  html {
    font-size: min(20px, 1.42857143vw);
  }
}
@media (max-width: 1152px) {
  html {
    font-size: 16px;
  }
}
@media (max-width : 575px) {
  html {
    font-size: 4.59183674vw;
  }
}
body {
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background: url(../img/pattern.png) 50% 0% #FFC72C;
}
body.group-page,
body.group-page-join {
  background-color: #fff;
}
body.body-error {
  padding-top: 0;
}
@media only screen and (max-width : 991px) {
  body {
    padding-top: 3em;
  }
}
body.is-menu {
  overflow: hidden;
}
body.is-modal {
  overflow: hidden;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
a,
button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 700;
}
.socials {
  background: #fff;
  border-radius: 8px 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 140px;
  margin: -140/2px 0 0 0;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 200;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
.socials__item {
  margin: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  margin: 4px 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.socials__button:hover {
  -webkit-transform: scale(0.9) rotate(0deg);
      -ms-transform: scale(0.9) rotate(0deg);
          transform: scale(0.9) rotate(0deg);
}
.socials__button.facebook {
  background: #2b9eb7;
}
.socials__button.instagram {
  background: #daa150;
}
.socials__button.youtube {
  background: #e06154;
}
.socials__icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: #fff;
}
.overflow {
  overflow: hidden;
}
.winner-form h3,
.winner-form h2,
.winner-form h5 {
  color: #993130;
}
.winner-form .button {
  font-weight: 400;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  min-width: 1.25rem;
  min-height: 1.8em;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.3em 1em;
  background: transparent;
  color: #000;
  text-shadow: 0.07em 0.07em 0 #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width : 575px) {
  .winner-form .button {
    min-height: 2.25em;
    padding-left: 0.75em;
    padding-right: 1em;
  }
}
.winner-form .button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/btn.svg) no-repeat;
  background-size: 100% 100%;
}
.winner-form .button--second {
  color: #fff;
  text-shadow: 0 0.07em 0 #993130;
}
.winner-form .button--second::before {
  background: url(../img/btn-second.svg) no-repeat;
}
.winner-form .button--third {
  color: #000;
  text-shadow: unset;
}
.winner-form .button--third::before {
  background: url(../img/btn-third.svg) no-repeat;
}
.winner-form .button--lg {
  font-size: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.winner-form .button--sm {
  font-size: 1em;
  padding: 0.45em 0.75em;
  min-width: unset;
  min-height: unset;
}
.winner-form .button img,
.winner-form .button svg {
  position: relative;
  max-height: 1em !important;
}
.winner-form .button svg {
  width: 1em;
  height: 1em;
}
.winner-form .button span {
  position: relative;
  z-index: 1;
  padding-top: 0.1em;
}
@media (min-width: 576px) {
  .winner-form .button {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .winner-form .button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .winner-form .button--lg {
    -webkit-transform: scale(1) rotate(-2deg);
        -ms-transform: scale(1) rotate(-2deg);
            transform: scale(1) rotate(-2deg);
  }
  .winner-form .button--lg:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.winner-form .button.is-loading {
  pointer-events: none;
}
.winner-form .button.is-loading img,
.winner-form .button.is-loading span {
  opacity: 0;
}
.winner-form .button.is-loading::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: 1s infinite spin;
          animation: 1s infinite spin;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.winner-form .button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.winner-form .card {
  width: 100%;
  max-width: 600px;
}
.winner-form__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 2em;
  color: #993130;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-weight: 400;
}
.winner-form__prize img {
  max-height: 130px;
}
@media (max-width : 575px) {
  .winner-form__prize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
h1,
h2,
h3,
h5 {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
h1 strong,
h2 strong,
h3 strong,
h5 strong {
  font-family: barlow, Helvetica, Arial, sans-serif;
}
h4 {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  color: #dd6000;
}
h1 {
  font-size: var(--h1);
  margin-bottom: 0.66666667em;
}
h1 strong {
  font-size: 1.25em;
  margin-top: -0.15em;
  display: block;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
h2 {
  font-size: var(--h2);
  line-height: 1.1;
  text-shadow: 0 0.1em 0 #FFF;
}
h2 strong {
  margin-top: -0.15em;
  font-size: 0.75em;
  display: block;
}
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
}
h5 {
  font-size: var(--h5);
}
p {
  margin: 1.25em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.section {
  max-width: 72.1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section--wide {
  max-width: unset;
  width: 95%;
}
@media (max-width : 575px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.section-header {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto 2.1rem;
  text-wrap: balance;
}
.section-header p {
  font-size: 1.2rem;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  color: #dd6000;
}
.section-header p:first-child:not(:last-child) {
  margin-bottom: 0.2em;
}
.btn {
  font-weight: 400;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  min-width: 1.25rem;
  min-height: 1.8em;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.3em 1em;
  background: transparent;
  color: #000;
  text-shadow: 0.07em 0.07em 0 #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (max-width : 575px) {
  .btn {
    min-height: 2.25em;
    padding-left: 0.75em;
    padding-right: 1em;
  }
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/btn.svg) no-repeat;
  background-size: 100% 100%;
}
.btn--second {
  color: #fff;
  text-shadow: 0 0.07em 0 #993130;
}
.btn--second::before {
  background: url(../img/btn-second.svg) no-repeat;
}
.btn--third {
  color: #000;
  text-shadow: unset;
}
.btn--third::before {
  background: url(../img/btn-third.svg) no-repeat;
}
.btn--lg {
  font-size: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.btn--sm {
  font-size: 1em;
  padding: 0.45em 0.75em;
  min-width: unset;
  min-height: unset;
}
.btn img,
.btn svg {
  position: relative;
  max-height: 1em !important;
}
.btn svg {
  width: 1em;
  height: 1em;
}
.btn span {
  position: relative;
  z-index: 1;
  padding-top: 0.1em;
}
@media (min-width: 576px) {
  .btn {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .btn:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .btn--lg {
    -webkit-transform: scale(1) rotate(-2deg);
        -ms-transform: scale(1) rotate(-2deg);
            transform: scale(1) rotate(-2deg);
  }
  .btn--lg:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.btn.is-loading {
  pointer-events: none;
}
.btn.is-loading img,
.btn.is-loading span {
  opacity: 0;
}
.btn.is-loading::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: 1s infinite spin;
          animation: 1s infinite spin;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn-copy {
  font-weight: 400;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  min-height: 1.8em;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0.3em 0.5em;
  background: transparent;
  color: #000;
  text-shadow: 0.07em 0.07em 0 #fff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-copy svg {
  width: 1em;
  height: 1em;
  position: relative;
}
.btn-copy::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/btn.svg) no-repeat;
  background-size: 100% 100%;
}
.btn-copy span {
  position: absolute;
  display: block;
  font-size: 1rem;
  bottom: 100%;
  background: #ffd359;
  padding: 0.2em 0.5em 0.1em;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-copy span::after {
  content: "";
  left: 50%;
  top: 100%;
  margin-left: -10px;
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #ffd359;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.btn-copy span:not(:empty) {
  opacity: 1;
  -webkit-transform: translate(0, -12px);
      -ms-transform: translate(0, -12px);
          transform: translate(0, -12px);
}
.btn-copy span:not(:empty)::after {
  opacity: 1;
}
@media (min-width: 576px) {
  .btn-copy {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .btn-copy:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}
@media (max-width : 575px) {
  .btn-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal {
  position: fixed;
  inset: 0;
  background: url(../img/pattern.png) 50% 50%, rgba(255, 220, 124, 0.9);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  z-index: 15;
  backdrop-filter: blur(2px);
  max-height: 100vh;
  overflow-y: auto;
}
.modal--align-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__sizer {
  max-width: 66.2rem;
  width: 100%;
  position: relative;
}
.modal__inner {
  max-width: 36rem;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 1.5em;
  padding: 2rem;
}
.modal__close {
  position: absolute;
  right: -1em;
  top: -1em;
  font-size: 1rem;
  background: #f8f2e9;
  color: #dd6000;
  border: 0;
  border-radius: 3em;
  z-index: 99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
}
.modal__close svg {
  width: 1em;
  height: 1em;
}
.modal__close:hover {
  color: #fff;
  background: #dd6000;
}
.modal .video-section {
  width: 100%;
}
@media (min-aspect-ratio: 16/10) {
  .modal .video-section {
    max-width: 165vh;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width : 575px) {
  .modal {
    padding: 1rem;
  }
  .modal .contest-logo {
    display: none;
  }
  .modal__inner {
    padding: 1.5rem 1rem;
  }
}
.contest__step {
  display: none;
}
.contest__step.is-active {
  display: block;
}
.steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
.step-item {
  position: relative;
}
.step-number {
  color: #993130;
  width: 1em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2em;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  position: relative;
}
.step-number span {
  position: relative;
}
.step-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  background: #ffc72e;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.step-content {
  text-align: center;
}
.step-content p {
  margin: 0;
}
.step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.step-header h6 {
  color: #993130;
  margin: 0;
  font-weight: 700;
}
.step-content p {
  margin: 0;
  font-size: 0.9em;
}
.info-box {
  background-color: #f8f9fa;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-top: 20px;
  font-size: 16px;
}
.info-box h6 {
  margin-bottom: 10px;
  color: #856404;
}
.info-box ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip svg {
  color: #dd6000;
}
.tooltip .tooltip-bubble {
  font-family: barlow, Helvetica, Arial, sans-serif;
  text-align: left;
  background: #ebe7dc;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px #bcb9b3;
  box-shadow: 1px 1px #bcb9b3;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  left: 100%;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  text-transform: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 195px;
  z-index: 1;
}
.tooltip .tooltip-bubble::before {
  content: "";
  background: #ebe7dc;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
}
.tooltip .tooltip-bubble a {
  color: #dd6000;
}
.tooltip .tooltip-bubble a:hover {
  text-decoration: none;
}
.tooltip.is-active .tooltip-bubble {
  pointer-events: auto;
  left: calc(100% + 13px);
  opacity: 1;
}
.cookies {
  position: fixed;
  background-color: #fec82f;
  background-image: url(../img/bg-cookies.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  padding: 15px;
  height: auto;
  width: 100%;
  z-index: 15;
}
.cookies::before {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.627889)), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.627889) 0, rgba(255, 255, 255, 0) 70%);
  content: "";
  bottom: 100%;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.cookies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  z-index: 3;
  position: relative;
  max-width: 1100px;
  width: 100%;
}
.cookies__text {
  text-transform: uppercase;
  margin: 0;
  padding-left: 140px;
  font-size: 18px;
  color: #000;
}
.cookies .btn {
  min-width: 5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cookies img {
  position: absolute;
  top: -45px;
  left: 20px;
  z-index: 2;
}
@media (max-width : 575px) {
  .cookies__text {
    padding-left: 0;
    font-size: 14px;
  }
  .cookies img {
    width: 80px;
    left: unset;
    right: 0px;
  }
}
.hamburger {
  --hamburger-color: #993130;
  display: none;
  padding: 0;
  width: 2.5em;
  height: 2em;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  background: transparent;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__box {
  height: 21px;
  width: 1.75em;
  position: relative;
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  left: 0;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 1.75em;
  height: 3px;
  background-color: var(--hamburger-color);
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__inner:before {
  top: -9px;
}
.hamburger__inner:after {
  bottom: -9px;
}
.hamburger__inner {
  top: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger__inner:before {
  top: 9px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger__inner:after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger__inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-menu .hamburger__inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.is-menu .hamburger__inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.input .error-message,
.group-control .error-message {
  font-size: 12px;
  color: #c5281c;
  margin: 5px 0 0;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.input-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 1fr;
  grid-template-columns: 5rem 1fr;
  margin: 0.5rem 0;
  gap: 1em;
}
@media (max-width : 575px) {
  .input-grid {
    gap: 0.75em;
    -ms-grid-columns: 3.5rem 1fr;
    grid-template-columns: 3.5rem 1fr;
  }
}
.input-grid > .input {
  margin: 0;
}
.input-grid > label {
  margin: 0;
  line-height: 2.1;
}
.input-sizer {
  max-width: 24.25rem;
  margin: 1.5rem auto;
}
.input {
  margin: 1.5rem 0;
}
@media (max-width : 575px) {
  .input {
    margin: 1rem 0;
  }
}
.input__label {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 0.75em;
  display: block;
  text-transform: uppercase;
}
@media (max-width : 575px) {
  .input__label {
    font-size: 0.8rem;
  }
}
.input__label sup {
  color: #dd6000;
}
.input--text {
  position: relative;
}
.input--text__length {
  text-align: right;
  font-size: 15px;
  color: #8d897f;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.input--text__length + .error-message {
  margin-top: -1.4em;
  margin-bottom: 0;
}
.input--text.is-error input,
.input--text.is-error textarea,
.input--text.is-error select {
  border-color: #eb0000;
  background: #ffd1d1;
  color: #eb0000;
}
.input--text.is-error input:focus,
.input--text.is-error textarea:focus,
.input--text.is-error select:focus {
  border-color: #ff8d8d;
}
.input--text .error-message {
  display: block;
  font-size: 0.75rem;
  text-align: left;
  opacity: 1;
  pointer-events: none;
}
.input--text input,
.input--text textarea {
  padding: 0.4em 0.5em;
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.5em;
  font-size: 1rem;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  display: block;
  color: #dd6000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input--text input::-webkit-input-placeholder,
.input--text textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input:-moz-placeholder,
.input--text textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input::-moz-placeholder,
.input--text textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input:-ms-input-placeholder,
.input--text textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width : 575px) {
  .input--text input,
  .input--text textarea {
    height: auto;
  }
}
.input--text input:hover,
.input--text textarea:hover {
  border-color: #993130;
}
.input--text input:focus,
.input--text textarea:focus {
  outline: 0;
  border-color: #A14500;
}
.input--text input:is(:-webkit-autofill, :autofill),
.input--text textarea:is(:-webkit-autofill, :autofill) {
  background-color: #fff;
  border: 2px solid #A14500;
  color: #A14500;
}
.input--text textarea {
  max-width: 100%;
  min-width: 100%;
  line-height: 1.375em;
  height: auto;
}
.input--submit {
  text-align: right;
}
.input--info {
  font-size: 14px;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.input--info sup {
  color: #dd6000;
}
.input--checkbox {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.input--checkbox:hover .input--checkbox__label::before {
  border-color: #A14500;
}
.input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--checkbox input:checked ~ .input--checkbox__label::after {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
          transform: translate(-50%, -50%) scale(1) rotate(-45deg);
}
.input--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
  padding-left: 1.75rem;
}
.input--checkbox__label {
  display: inline-block;
  font-size: 14px;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
}
.input--checkbox__label a {
  color: #dd6000;
  text-decoration: underline;
}
.input--checkbox__label a:hover {
  text-decoration: none;
}
.input--checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 2px solid #000;
  background: #fff;
  border-radius: 0.25em;
  width: 1.71428571em;
  height: 1.71428571em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.input--checkbox__label sup {
  color: #dd6000;
  font-size: inherit;
  vertical-align: unset;
}
.input--checkbox__label::after {
  content: "";
  position: absolute;
  left: 0.85714286em;
  top: 0.71428571em;
  width: 1em;
  height: 0.5em;
  border-bottom: 3px solid #dd6000;
  border-left: 3px solid #dd6000;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
          transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.input--checkbox .error-message::after {
  left: 14px;
}
.input--checkbox.is-error .input--checkbox__label::before {
  border-color: #ff8d8d;
}
.input--radio {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.input--radio:hover .input--checkbox__label::before {
  border-color: #A14500;
}
.input--radio input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--radio input:checked ~ .input--radio__label::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.input--radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
  padding-left: 1.75rem;
}
.input--radio__label {
  display: inline-block;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
}
.input--radio__label a {
  color: #dd6000;
  text-decoration: underline;
}
.input--radio__label a:hover {
  text-decoration: none;
}
.input--radio__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
  background: #fff;
  border-radius: 1em;
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.input--radio__label em {
  display: block;
  font-style: normal;
  color: #C0BCB3;
}
.input--radio__label::after {
  content: "";
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  width: 0.9em;
  height: 0.9em;
  border-radius: 1em;
  background: #dd6000;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.input--radio .error-message::after {
  left: 14px;
}
.input--radio.is-error .input--radio__label::before {
  border-color: #ff8d8d;
}
.input--disabled {
  pointer-events: none;
}
.input--disabled .input--radio__label {
  color: #C0BCB3;
}
.input--disabled .input--radio__label::before {
  -webkit-box-shadow: 0 0 0 2px #C0BCB3;
          box-shadow: 0 0 0 2px #C0BCB3;
}
.style-select {
  position: relative;
}
.style-select::after {
  content: '';
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.45em;
  width: 0.64em;
  height: 0.64em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-select select {
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  height: 3.5em;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #fff;
}
.style-select select:invalid {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select:invalid > option[value=""][disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select:invalid {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select[disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select option {
  background: #4D4E59;
  color: #fff;
}
.grecaptcha-badge {
  visibility: hidden;
}
.wpcf7 {
  overflow: hidden;
}
.input-file {
  border-radius: 1rem;
  font-size: 1rem;
  padding: 0.6em 0.6em 0.6em 1.2em;
  position: relative;
  background: #f6f2e8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem;
  grid-template-columns: 1fr 6rem;
}
.input-file__icon {
  width: 2.3rem;
  height: 2.3rem;
}
.input-file__icon svg {
  width: 100%;
  height: 100%;
}
.input-file__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  cursor: pointer;
  gap: 1rem;
}
.input-file .info {
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  display: block;
}
.input-file__name {
  font-size: 1.2rem;
  color: #dd6000;
  text-align: left;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  max-width: 12em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-file__name:empty {
  display: none;
}
.input-file__preview {
  aspect-ratio: 1;
  border-radius: 0.5em;
  background: url(../img/prev.png) no-repeat 50% 50%;
  position: relative;
  padding: 0.5em;
}
.input-file__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  border-radius: 8px;
}
.input-file__preview img[src=""],
.input-file__preview img:not([src]) {
  display: none;
}
.input-file__preview img[src=""] + .input-file__delete,
.input-file__preview img:not([src]) + .input-file__delete {
  opacity: 0;
}
.input-file__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media (max-width : 575px) {
  .input-file {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1em 0;
    padding: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .input-file__btn {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .input-file__preview {
    max-width: 150px;
  }
}
.input-file__delete {
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f2e8;
  color: #dd6000;
  border: 0;
  border-radius: 3em;
  top: -0.5em;
  right: -0.5em;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
}
.input-file__delete svg {
  width: 1em;
  height: 1em;
}
.input-file__delete:hover {
  background: #dd6000;
  color: #fff;
}
.input-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
@font-face {
  font-family: 'Rialto Script';
  src: url('../fonts/RialtoScript-Regular.woff2') format('woff2'), url('../fonts/RialtoScript-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SmellyPeach';
  src: url('../fonts/SmellyPeachPLOFRegular.woff2') format('woff2'), url('../fonts/SmellyPeachPLOFRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  position: absolute;
  top: 40%;
  width: 5rem;
  height: 5rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.splide__arrow svg {
  fill: #000;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #993130;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #993130;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: -1em;
}
@media (max-width : 575px) {
  .splide__arrow--prev {
    left: 0;
  }
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrow--next {
  right: -1em;
}
@media (max-width : 575px) {
  .splide__arrow--next {
    right: 0;
  }
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #dd6000;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #FFD359;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 10px;
}
.splide__pagination__page.is-active {
  background: #dd6000;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #dd6000;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #dd6000;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.section-codes {
  background: #fff url(../img/dots.png) 50% 50%;
  border-radius: 1.6rem;
  padding: 5rem 2rem;
  position: relative;
  z-index: 1;
}
.section-codes::before {
  content: "";
  position: absolute;
  background: url(../img/ufo.png) no-repeat 50% 50% / contain;
  width: 13.9rem;
  height: 10.15rem;
  left: 4rem;
  bottom: -4rem;
}
.section-codes::after {
  content: "";
  position: absolute;
  background: url(../img/bird-yellow.png) no-repeat 50% 50% / contain;
  width: 8.25rem;
  height: 8.75rem;
  right: 3rem;
  bottom: -1.2rem;
}
@media (max-width : 575px) {
  .section-codes::before {
    width: 9.26666667rem;
    height: 6.76666667rem;
    left: 1rem;
    bottom: -3rem;
  }
  .section-codes::after {
    width: 5.5rem;
    height: 5.83333333rem;
    right: 1rem;
    bottom: -1rem;
  }
}
.section-codes__title {
  text-align: center;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
.section-codes__title p {
  font-size: 1.3rem;
  margin: 0 0 0.5em;
  color: #dd6000;
}
.section-codes__title h2 {
  font-size: var(--h1);
}
.section-codes__btns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.section-codes__btns a:not(.btn) {
  color: #dd6000;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.section-codes__btns a:not(.btn):hover {
  text-decoration: underline;
}
.section-codes .cinemas-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 60px 0 65px 0;
  padding: 0;
}
.section-codes .cinemas-list .cinemas-item {
  width: 25%;
  text-align: center;
}
.section-codes .cinemas-list .cinemas-item .title {
  font-size: 4.7rem;
  line-height: 1;
  padding-top: 0.1em;
  display: block;
  margin: 0 auto 0.8rem;
}
.section-codes .cinemas-list .cinemas-item .cinema-progress-bar {
  background: #e0e0e0;
  border-radius: 10px;
  height: 0.7rem;
  margin: 0.8rem auto 0;
  max-width: 10rem;
  overflow: hidden;
}
.section-codes .cinemas-list .cinemas-item .cinema-progress-bar .progress {
  border-radius: 10px;
  display: block;
  height: 100%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.section-codes .cinemas-list .cinemas-item:nth-child(1) .title {
  color: #dd6000;
}
.section-codes .cinemas-list .cinemas-item:nth-child(1) .cinema-progress-bar .progress {
  background: #dd6000;
}
.section-codes .cinemas-list .cinemas-item:nth-child(2) .title {
  color: #e91e63;
}
.section-codes .cinemas-list .cinemas-item:nth-child(2) .cinema-progress-bar .progress {
  background: #e91e63;
}
.section-codes .cinemas-list .cinemas-item:nth-child(3) .title {
  color: #2196f3;
}
.section-codes .cinemas-list .cinemas-item:nth-child(3) .cinema-progress-bar .progress {
  background: #2196f3;
}
.section-codes .cinemas-list .cinemas-item:nth-child(4) .title {
  color: #9c27b0;
}
.section-codes .cinemas-list .cinemas-item:nth-child(4) .cinema-progress-bar .progress {
  background: #9c27b0;
}
.section-codes .cinemas-list .cinemas-item picture {
  display: block;
  margin: 0 auto;
  max-width: 11rem;
  width: 100%;
}
.section-codes .cinemas-list .cinemas-item picture img {
  display: block;
  height: auto;
  width: 100%;
}
.section-codes .cinema-code-amount {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7rem;
  width: 7rem;
  margin: 0 auto;
  font-weight: 700;
  background: url(../img/cinema-counter-bg.png) 50% 50% / contain;
}
@media (max-width: 1240px) {
  .section-codes .cinemas-list .cinemas-item {
    padding: 0 20px;
  }
  .section-codes .cinemas-list .cinemas-item .cinema-progress-bar {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .section-codes .cinemas-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
  }
  .section-codes .cinemas-list .cinemas-item {
    margin: 30px 0;
    width: 50%;
  }
}
@media (max-width : 575px) {
  .section-codes {
    padding-top: 30px;
  }
  .section-codes .cinemas-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0;
  }
  .section-codes .cinemas-list .cinemas-item {
    margin: 10px 0;
    width: 50%;
  }
  .section-codes .cinemas-list .cinemas-item .title {
    font-size: 2.7rem;
    padding-top: 0.65rem;
  }
  .section-codes .cinemas-list .cinemas-item .cinema-progress-bar {
    height: 12px;
  }
  .section-codes .cinemas-list .cinemas-item .cinema-progress-bar .progress {
    height: 12px;
  }
  .section-codes .cinema-code-amount {
    height: 4rem;
    width: 4rem;
  }
}
.contest__step {
  display: none;
}
.contest__step.is-active {
  display: block;
}
.cinemas-list-input {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.cinemas-list-input__label {
  display: block;
  text-align: center;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
@media (max-width : 575px) {
  .cinemas-list-input__label {
    font-size: 0.85rem;
  }
}
.cinemas-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1.6em;
  padding-bottom: 0.8em;
  margin-top: 1em;
  border-bottom: 1px solid #C0BCB3;
}
@media (max-width : 575px) {
  .cinemas-radios {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.cinemas-loading {
  padding: 0.8em 0 0;
  text-align: center;
  color: #dd6000;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
.in-group {
  text-align: center;
  margin-top: 2.5em;
  display: none;
}
.in-group h2 {
  font-size: var(--h3);
}
.in-group p {
  color: #dd6000;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  margin: 0;
}
.in-group img {
  display: block;
  margin: 0 auto;
}
.pack-info {
  text-align: center;
  margin-top: 2.5em;
}
.pack-info h2 {
  font-size: var(--h3);
}
.pack-info p {
  color: #dd6000;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  margin: 0;
}
.pack-info img {
  display: block;
  margin: 0 auto;
}
.in-group {
  text-align: center;
  margin-top: 2.5em;
}
.in-group h2 {
  font-size: var(--h3);
  color: #dd6000;
  margin-bottom: 1em;
}
.cinema-code {
  font-size: 2.6rem;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0.07em 0 #993130;
  background: #e37829;
  border-radius: 0.25em;
  padding: 0.15em 0.3em 0;
}
.code-validity + p {
  color: #000 !important;
}
.validation-error {
  display: none;
  color: #fcbabd;
  font-size: 0.85em;
  margin-top: 0.25em;
}
.contest__step--loading {
  text-align: center;
}
.loading-dots {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.25em;
  margin-left: 0.1em;
  vertical-align: baseline;
}
.loading-dots::after {
  content: '';
  position: absolute;
  left: 0.1em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  -webkit-animation: loading-dots 1.4s infinite;
          animation: loading-dots 1.4s infinite;
}
@-webkit-keyframes loading-dots {
  0%,
  10% {
    background-color: transparent;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
  25% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
  50% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 currentColor, 0.7em 0 transparent;
            box-shadow: 0.35em 0 currentColor, 0.7em 0 transparent;
  }
  75%,
  90% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 currentColor, 0.7em 0 currentColor;
            box-shadow: 0.35em 0 currentColor, 0.7em 0 currentColor;
  }
  100% {
    background-color: transparent;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
}
@keyframes loading-dots {
  0%,
  10% {
    background-color: transparent;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
  25% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
  50% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 currentColor, 0.7em 0 transparent;
            box-shadow: 0.35em 0 currentColor, 0.7em 0 transparent;
  }
  75%,
  90% {
    background-color: currentColor;
    -webkit-box-shadow: 0.35em 0 currentColor, 0.7em 0 currentColor;
            box-shadow: 0.35em 0 currentColor, 0.7em 0 currentColor;
  }
  100% {
    background-color: transparent;
    -webkit-box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
            box-shadow: 0.35em 0 transparent, 0.7em 0 transparent;
  }
}
.input-grid--full {
  grid-column: 1 / -1;
}
.info-text {
  margin-top: 1em;
  font-size: 0.85em;
  color: #666;
}
.info-text sup {
  color: #fcbabd;
}
.info-text em {
  display: block;
  color: #fcbabd;
  margin-top: 0.5em;
  font-style: normal;
}
@media (max-width : 575px) {
  .input--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.5em;
  }
  .input--radio__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25em;
  }
}
.complaint-receipt-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.complaint-receipt-images__item {
  width: 100px;
  height: 100px;
  border: 2px solid #dd6000;
  border-radius: 0.5rem;
  overflow: hidden;
}
.complaint-receipt-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.code-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.code-group small {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
}
.main-header {
  width: 100%;
  position: relative;
  z-index: 12;
}
body.is-menu .main-header {
  z-index: 20;
}
.main-header__inner {
  max-width: 72.1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 0.92307692em;
  padding-bottom: 0.92307692em;
}
.main-header__inner--wide {
  max-width: unset;
  width: 95%;
}
@media (max-width : 575px) {
  .main-header__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width : 991px) {
  .main-header__inner {
    font-size: 1rem;
  }
}
.main-header__logo {
  pointer-events: auto;
}
@media only screen and (max-width : 991px) {
  body.is-homepage .main-header__logo,
  body.group-page-join .main-header__logo {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  body.is-menu .main-header__logo {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.main-header__logo a {
  display: block;
}
.main-header__logo img {
  display: block;
  max-width: 7.30769231em;
}
.main-header__menu {
  color: #000;
  text-transform: uppercase;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
}
.main-header__menu .btn {
  font-size: 0.9em;
  margin-right: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-shadow: unset;
}
body.is-homepage .main-header__menu .btn {
  color: #000;
  text-shadow: unset;
}
body.is-homepage .main-header__menu .btn::before {
  background: url(../img/btn-third.svg) no-repeat;
}
.main-header__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .main-header__menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-header__menu .menu-item-last {
    margin-left: auto;
  }
}
.main-header__menu a:not(.btn) {
  text-decoration: none;
  color: #000;
  padding: 0 0.5em 0.05em;
}
.main-header__menu a:not(.btn):hover {
  color: #993130;
}
@media only screen and (max-width : 991px) {
  .main-header {
    position: fixed;
    top: 0;
    pointer-events: none;
  }
  .main-header .hamburger {
    pointer-events: auto;
  }
  .main-header__inner {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-header__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25em;
    background-size: auto 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #fff;
    pointer-events: auto;
  }
  body.is-menu .main-header__menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.5vh;
    gap: 1em;
  }
  .main-header__menu .btn {
    font-size: 1em;
  }
  .main-header__logo {
    position: relative;
    z-index: 1;
  }
  .main-header__logo img {
    max-width: 8em;
    margin-bottom: -2.5em;
  }
}
.main-footer .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 3.5em 1.8rem;
}
.main-footer__nav ul {
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  list-style: none;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
}
.main-footer__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
.main-footer__nav a:not(.btn) {
  color: currentColor;
  text-decoration: none;
}
.main-footer__nav a:not(.btn):hover {
  color: #993130;
}
.main-footer__nav .btn:hover {
  background: #fdc736;
}
.main-footer__info {
  font-size: min(1em, 16px);
}
@media (min-width: 576px) {
  .main-footer__info {
    color: #993130;
    position: absolute;
    bottom: 100%;
    left: 11rem;
    padding: 0.5em;
  }
}
@media (max-width : 575px) {
  .main-footer .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    padding: 2rem 1rem;
  }
  .main-footer__logo {
    margin: -3em auto 0;
  }
  .main-footer__info {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    max-width: 21em;
    margin: 0 auto;
  }
  .main-footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75em;
  }
}
.hero-section {
  background: #160820 url(../img/kv-bg.png) no-repeat 50% 50% / cover;
  position: relative;
  border-radius: 1.8rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  min-height: 35.1rem;
}
.hero-section::after {
  content: "";
  position: absolute;
  background: url(../img/confetti.png) no-repeat 50% 50% / contain;
  width: 6.9rem;
  height: 6.2rem;
  bottom: 0;
  right: 1.6rem;
  -webkit-transform: rotate(75deg) translate(50%, 50%);
      -ms-transform: rotate(75deg) translate(50%, 50%);
          transform: rotate(75deg) translate(50%, 50%);
  pointer-events: none;
}
@media (max-width : 575px) {
  .hero-section::after {
    width: 5.52rem;
    height: 4.96rem;
  }
}
@media only screen and (max-width : 991px) {
  .hero-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hero-section__logo {
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 14;
  pointer-events: none;
}
@media only screen and (min-width : 992px) {
  .hero-section__logo {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.hero-section__logo img {
  display: block;
  margin: -3.5rem auto 0;
  max-width: 90%;
}
@media only screen and (max-width : 991px) {
  .hero-section__logo img {
    margin-top: -2rem;
    margin-left: 0;
    width: 60%;
    max-width: 13em;
  }
}
.hero-section__kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0 0 1.8rem 1.8rem;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .hero-section__kv {
    border-radius: 0 0 1.8rem 0;
  }
}
.hero-section__text {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hero-section__text h1 {
  color: #FFD359;
  text-shadow: 0 4px 0 #993130;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.hero-section__text p {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0.8em 0;
}
.hero-section__text .prizes img {
  display: block;
  margin: 1em auto;
}
.hero-section__copy {
  margin-top: 1em;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.hero-section__copy a {
  color: #FFD359;
}
.hero-section__copy a:hover {
  text-decoration: none;
}
.hero-section__copy span {
  display: block;
}
.contest__step {
  max-width: 31.2rem;
  margin: 0 auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 17em;
}
.contest__step.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contest__step__title {
  text-align: center;
  margin-bottom: 1em;
}
.contest__step__title h2 {
  margin: 0;
}
.contest__step__title p {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  margin: 0.2em 0 0;
}
.contest__step__title p strong {
  color: #dd6000;
  font-weight: 400;
}
.contest__step__title p + p {
  margin-top: 0.5em;
}
.contest__step__title--bg {
  background: #f6f2e8;
  padding: 1.2rem 1rem;
  width: 100%;
  border-radius: 1.6rem;
}
.contest__step__title--bg h2 {
  font-size: 1.6rem;
  text-shadow: 0 4px 0 #FFF;
}
.contest__step__title--bg p {
  color: #dd6000;
}
.contest__step__receipt-info {
  text-transform: uppercase;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-align: center;
}
.contest__step__receipt-info .error-details {
  color: #dd6000;
}
.contest__step__image {
  margin-top: 1em;
}
.contest__step__image img,
.contest__step__image video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.contest__btn {
  text-align: center;
  margin-top: 1rem;
}
.contest__progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.contest__progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress);
  border-radius: 4px;
  height: 100%;
  background: #dd6000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width : 575px) {
  .contest__step__title {
    font-size: 0.9rem;
  }
}
.contest-logo {
  position: absolute;
  left: -2.4rem;
  top: -2rem;
  max-width: 6.8rem;
}
.contest-logo img {
  display: block;
}
.products {
  background: #fff url(../img/dots.png) 50% 0%;
  border-radius: 1.6rem;
  padding: 3rem 2rem 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products--bg {
  background-color: #FFDC7C;
}
.products--bg .btn {
  color: #000;
  text-shadow: unset;
}
.products--bg .btn::before {
  background: url(../img/btn-third.svg) no-repeat;
}
.products__slider {
  margin-bottom: 3em;
}
.products__mus {
  position: relative;
  width: 90%;
  max-width: 38rem;
  margin: 0 auto;
}
.products__mus__inner {
  right: 0;
  bottom: 0;
  position: absolute;
}
.products__mus img {
  display: block;
}
.products__mus img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products__mus.is-anim img:nth-child(1) {
  -webkit-animation: shake1 0.15s 4 ease-in;
          animation: shake1 0.15s 4 ease-in;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.products__mus.is-anim img:nth-child(2) {
  -webkit-animation: shake2 0.2s 4 ease-out;
          animation: shake2 0.2s 4 ease-out;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.products__mus.is-anim img:nth-child(3) {
  -webkit-animation: shake3 0.15s 4 ease-in-out;
          animation: shake3 0.15s 4 ease-in-out;
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.products__item {
  padding: 2em 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 38rem;
  margin: 0 auto;
}
.products__item__product {
  position: relative;
}
.products__item__product::before {
  content: "";
  position: absolute;
  width: 94%;
  left: 3%;
  height: 100%;
  background: url(../img/products/packshot-shadow.png) no-repeat 50% 50% / contain;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.products__item__product img {
  position: relative;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.products__item__product::after {
  content: "";
  background: url(../img/products/blink.png) no-repeat 50% 50% / contain;
  width: 3.35rem;
  height: 2.8rem;
  position: absolute;
  right: 0.5%;
  bottom: 102%;
  -webkit-transform: translate(-45%, 50%) rotate(360deg) scale(0);
      -ms-transform: translate(-45%, 50%) rotate(360deg) scale(0);
          transform: translate(-45%, 50%) rotate(360deg) scale(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.products__item__product.is-badge::after {
  background-image: url(../img/products/badge.png);
  width: 6.3rem;
  height: 6.6rem;
  right: 0%;
  bottom: 100%;
  -webkit-transform: translate(10%, 50%) rotate(360deg) scale(0);
      -ms-transform: translate(10%, 50%) rotate(360deg) scale(0);
          transform: translate(10%, 50%) rotate(360deg) scale(0);
}
.products__item.is-anim .products__item__product::after {
  -webkit-transform: translate(-45%, 50%) rotate(0deg) scale(1);
      -ms-transform: translate(-45%, 50%) rotate(0deg) scale(1);
          transform: translate(-45%, 50%) rotate(0deg) scale(1);
}
.products__item.is-anim .products__item__product.is-badge::after {
  -webkit-transform: translate(10%, 50%) rotate(0deg) scale(1);
      -ms-transform: translate(10%, 50%) rotate(0deg) scale(1);
          transform: translate(10%, 50%) rotate(0deg) scale(1);
}
.products__item img {
  display: block;
}
.products .splide__track {
  overflow: unset;
}
.products .splide__arrow {
  font-size: 1.2em;
}
.products .splide__arrow--next {
  right: 1rem;
}
.products .splide__arrow--prev {
  left: 1rem;
}
@media only screen and (min-width : 992px) {
  .products .splide__arrow--next {
    right: auto;
    left: 50%;
    margin-left: 22rem;
  }
  .products .splide__arrow--prev {
    left: auto;
    right: 50%;
    margin-right: 22rem;
  }
}
@media (max-width : 575px) {
  .products .section-header {
    margin-bottom: 1em;
  }
  .products__item {
    width: 100%;
  }
  .products__item__product::after {
    width: 2.5rem;
  }
  .products__mus {
    width: 6em;
    margin: 2rem 1rem 0 auto;
  }
}
@-webkit-keyframes shake1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 3px) rotate(-2deg);
            transform: translate(5px, 3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0eg);
            transform: translate(0, 0) rotate(0eg);
  }
  75% {
    -webkit-transform: translate(-5px, 2px) rotate(2deg);
            transform: translate(-5px, 2px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes shake1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 3px) rotate(-2deg);
            transform: translate(5px, 3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0eg);
            transform: translate(0, 0) rotate(0eg);
  }
  75% {
    -webkit-transform: translate(-5px, 2px) rotate(2deg);
            transform: translate(-5px, 2px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes shake2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(2px, -8px) rotate(2deg);
            transform: translate(2px, -8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(-2px, 6px) rotate(-2deg);
            transform: translate(-2px, 6px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(3px, -6px) rotate(1deg);
            transform: translate(3px, -6px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes shake2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(2px, -8px) rotate(2deg);
            transform: translate(2px, -8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(-2px, 6px) rotate(-2deg);
            transform: translate(-2px, 6px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(3px, -6px) rotate(1deg);
            transform: translate(3px, -6px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes shake3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-6px, 0) rotate(-2deg);
            transform: translate(-6px, 0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(-4px, 0) rotate(-1deg);
            transform: translate(-4px, 0) rotate(-1deg);
  }
  70% {
    -webkit-transform: translate(-2px, 0) rotate(-1deg);
            transform: translate(-2px, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes shake3 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(-6px, 0) rotate(-2deg);
            transform: translate(-6px, 0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(-4px, 0) rotate(-1deg);
            transform: translate(-4px, 0) rotate(-1deg);
  }
  70% {
    -webkit-transform: translate(-2px, 0) rotate(-1deg);
            transform: translate(-2px, 0) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.pack-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 1fr;
  grid-template-columns: 55% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}
.pack-home::before {
  content: "";
  position: absolute;
  background: url(../img/confetti2.png) no-repeat 50% 50% / contain;
  width: 11.9rem;
  height: 10.35rem;
  left: 3.5rem;
  bottom: -5.75rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width : 575px) {
  .pack-home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pack-home .btn {
    font-size: 1.25rem;
  }
  .pack-home::before {
    width: 7.93333333rem;
    height: 6.9rem;
    bottom: -3rem;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
.pack-home__content {
  text-align: center;
}
.pack-home__content h2 {
  font-size: var(--h1);
  color: #000;
  text-shadow: 0 0.1em 0 #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.pack-home__content p {
  color: #993130;
  font-size: 1.5em;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0.5em 0;
}
.pack-home__content .prizes img {
  display: block;
  margin: -1.5em auto 2em;
}
.pack-home__copy {
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.pack-home__copy a {
  color: #993130;
}
.pack-home__copy a:hover {
  text-decoration: none;
}
.pack-home__copy span {
  display: block;
}
.pack-home__steps {
  counter-set: steps;
}
.pack-home__steps ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 2.7em;
  counter-reset: steps;
  max-width: 21em;
}
.pack-home__steps li {
  padding-left: 5em;
  position: relative;
  counter-increment: steps;
  color: #993130;
  text-transform: uppercase;
  font-weight: 600;
}
.pack-home__steps li strong {
  display: block;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-size: 1.6em;
  text-shadow: 0 0.1em 0 #FFF;
  color: #000;
  font-weight: 400;
  text-wrap: balance;
  line-height: 1.1;
}
.pack-home__steps li::before {
  content: counter(steps) '.';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4em;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-weight: 400;
  color: #000;
  width: 1.45833333em;
  height: 1.45833333em;
  padding-top: 0.18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/instruction-shape.png) no-repeat 50% 50% / contain;
}
.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.faq::after {
  content: "";
  position: absolute;
  background: url(../img/confetti.png) no-repeat 50% 50% / contain;
  width: 6.9rem;
  height: 6.2rem;
  top: 4rem;
  left: 3rem;
  pointer-events: none;
}
.faq::before {
  content: "";
  position: absolute;
  background: url(../img/confetti2.png) no-repeat 50% 50% / contain;
  width: 11.9rem;
  height: 10.35rem;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
@media (max-width : 575px) {
  .faq::after,
  .faq::before {
    display: none;
  }
}
.faq__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFE08C;
  border-radius: 3.6rem;
  padding: 0.4rem 0.6rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 2rem;
  gap: 0;
}
.faq__tab {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #dd6000;
  background: transparent;
  border: none;
  padding: 1.2rem 2.4rem;
  border-radius: 3em;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.faq__tab:hover {
  color: #993130;
}
.faq__tab.is-active {
  background: #fff;
  color: #993130;
}
@media (max-width : 575px) {
  .faq__tab {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (max-width : 575px) {
  .faq__tabs {
    padding: 0.4rem;
  }
  .faq__tab {
    text-align: center;
  }
}
.faq__list {
  max-width: 45.65rem;
  margin: 0 auto;
  display: none;
}
.faq__list.is-active {
  display: block;
}
.faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.6em 0 0.6em;
}
.faq__item:last-child {
  border-bottom: 0;
}
.faq__item__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4rem 1fr;
  grid-template-columns: 2.4rem 1fr;
  gap: 1.6rem;
  padding: 0.33333333em 0.20833333em;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item__header__ico {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item__header__ico svg {
  display: block;
  width: 1rem;
  height: 1rem;
}
.faq__item__header:hover {
  color: #993130;
}
.faq__item__header p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  font-size: 1.3rem;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
.faq__item__desc {
  padding-left: 4.5rem;
  padding-right: 0.5rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  font-weight: 500;
}
@media (max-width : 575px) {
  .faq__item__header {
    -ms-grid-columns: 1.6rem 1fr;
    grid-template-columns: 1.6rem 1fr;
    gap: 0.75em;
  }
  .faq__item__header p {
    font-size: 1.125rem;
  }
  .faq__item__header__ico {
    width: 1.6rem;
    height: 1.6rem;
  }
  .faq__item__header__ico svg {
    width: 0.75em;
    height: 0.75em;
  }
  .faq__item__desc {
    padding-left: 0.5rem;
  }
}
.faq__item.is-active .faq__item__header__ico {
  background: #dd6000;
  color: #fff;
}
.faq__item.is-active .faq__item__header__ico svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-decors {
  position: relative;
}
.products-decors::before {
  content: "";
  position: absolute;
  background: url(../img/bird.png) no-repeat 50% 50% / contain;
  width: 5.85rem;
  height: 5.15rem;
  top: -4.5em;
  left: 5em;
  z-index: 2;
  pointer-events: none;
}
.products-decors::after {
  content: "";
  position: absolute;
  background: url(../img/bird-2.png) no-repeat 50% 50% / contain;
  width: 12.45rem;
  height: 11.8rem;
  right: 4rem;
  top: -6rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width : 575px) {
  .products-decors::before {
    width: 2.925rem;
    height: 2.575rem;
    top: -2.2rem;
    left: 2rem;
  }
  .products-decors::after {
    width: 6.225rem;
    height: 5.9rem;
    top: -3.5rem;
    right: 2rem;
  }
  .products-decors .btn {
    font-size: 1.25rem;
  }
}
.products-decors__bear {
  position: absolute;
  background: url(../img/bear.png) no-repeat 50% 50% / contain;
  width: 11.1rem;
  height: 15.35rem;
  z-index: 2;
  bottom: -3em;
  left: 5em;
  pointer-events: none;
}
.products-decors__bear::before {
  content: "";
  position: absolute;
  background: url(../img/confetti.png) no-repeat 50% 50% / contain;
  width: 6.9rem;
  height: 6.2rem;
  right: 100%;
  top: -1em;
}
@media (max-width : 575px) {
  .products-decors__bear {
    width: 5.55rem;
    height: 7.675rem;
    left: 1.5rem;
    bottom: -1.5rem;
  }
  .products-decors__bear::before {
    display: none;
  }
}
.join-group {
  background: #FFC72C;
  border-radius: 1.6rem;
  padding: 2.4rem;
}
.join-group__logo {
  max-width: 17rem;
  margin: 0 auto;
}
.join-group__hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  gap: 1.6rem;
}
.join-group__hero__logo {
  position: relative;
  z-index: 2;
}
.join-group__hero__text {
  text-align: center;
}
.join-group__hero__text h2 {
  font-size: var(--h1);
  color: #000;
  text-shadow: 0 0.1em 0 #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0.1em;
}
.join-group__hero__text p {
  color: #993130;
  font-size: 1.5em;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0.5em 0;
}
.join-group__hero__text .prizes img {
  display: block;
  margin: -1.5em auto 2em;
  width: 28em;
  max-width: 100%;
}
.join-group__how {
  position: relative;
  padding-top: 5rem;
}
.join-group__how h2 {
  text-align: center;
  font-size: var(--h1);
}
.join-group__how::before {
  content: "";
  position: absolute;
  background: url(../img/ufo.png) no-repeat 50% 50% / contain;
  width: 13.9rem;
  height: 10.15rem;
  left: 1rem;
  top: 0;
}
.join-group__how::after {
  content: "";
  position: absolute;
  background: url(../img/bird-yellow.png) no-repeat 50% 50% / contain;
  width: 8.25rem;
  height: 8.75rem;
  right: 3rem;
  bottom: -4rem;
}
.join-group__how__slider {
  max-width: 55rem;
  margin: 3rem auto;
}
@media (min-width: 576px) {
  .join-group__how__slider .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
.join-group__how__slider .splide__slide {
  text-align: center;
}
.join-group__how__slider .splide__slide img {
  max-width: 100%;
  height: auto;
}
.join-group__how__slider .splide__pagination {
  position: relative;
  margin-top: 1rem;
}
@media (max-width : 575px) {
  .join-group__how__slider {
    margin: 2rem auto;
  }
}
@media (max-width : 575px) {
  .join-group__how::before {
    width: 7.94285714rem;
    height: 5.8rem;
    left: -1rem;
    top: -1rem;
  }
  .join-group__how::after {
    width: 5.5rem;
    height: 5.83333333rem;
    right: 1rem;
    bottom: -1rem;
  }
}
.join-group__copy {
  margin-top: 1em;
  font-family: barlow-condensed, barlow, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.join-group__copy a {
  color: #993130;
}
.join-group__copy a:hover {
  text-decoration: none;
}
.join-group__copy span {
  display: block;
}
@media (max-width : 575px) {
  .join-group {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -3rem;
    border-radius: 0;
    padding: 1rem;
  }
  .join-group__logo {
    margin-top: 0rem;
    margin-left: 0;
    width: 60%;
    max-width: 13em;
  }
  .join-group__hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .join-group__how__slider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.group-box {
  background: #fff;
  border-radius: 1.4rem;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.group-box__header {
  text-align: center;
  margin-bottom: 2rem;
}
.group-box__header h1 {
  font-size: var(--h2);
  margin-bottom: 0;
}
.group-box__header p {
  font-weight: 500;
  margin: 0;
}
@media (max-width : 575px) {
  .group-box {
    margin-top: -3rem;
  }
}
.group-form {
  max-width: 26.2rem;
  margin-left: auto;
  margin-right: auto;
}
.group-form__grp {
  margin-bottom: 1.5em;
}
.group-form__btn {
  text-align: center;
}
.score-table {
  max-width: 48rem;
  margin: 2rem auto 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20.5rem;
  grid-template-columns: 1fr 20.5rem;
  gap: 2rem;
}
@media (max-width : 575px) {
  .score-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .score-table h2 {
    text-align: center;
  }
}
.score-table__list h2 {
  font-size: var(--h1);
}
.score-table__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: members;
  max-width: 20rem;
}
.score-table__list ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4rem 1fr 3.1rem;
  grid-template-columns: 2.4rem 1fr 3.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  gap: 1.6rem;
  counter-increment: members;
  border-bottom: 1px solid #F6F2E8;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.score-table__list ul li::before {
  content: counter(members) '.';
  text-shadow: 0 0.15384615em 0 #FFF;
  padding-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.84615385em;
  height: 1.84615385em;
  background: #F6F2E8;
  border-radius: 3em;
}
.score-table__list ul li strong {
  text-align: right;
  font-size: 1.38461538em;
  padding-top: 0.2em;
  font-weight: 400;
  line-height: 0.8;
}
.score-table__list ul li span {
  padding-top: 0.2em;
}
.score-table__list__item-empty {
  color: #dd6000;
}
.group-stats {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
}
.group-stats__total {
  background: url(../img/pack-shape.png) no-repeat 50% 50% / contain;
  max-width: 12.8125em;
  aspect-ratio: 1;
  font-size: 1.6rem;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width : 575px) {
  .group-stats__total {
    font-size: 1rem;
    margin: 0 auto;
  }
}
.group-stats__total::before {
  content: "";
  position: absolute;
  background: url(../img/ufo.png) no-repeat 50% 50% / contain;
  width: 8.6875em;
  height: 6.34375em;
  right: -4em;
  top: -2.5em;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.group-stats__number {
  text-shadow: 0 4px 0 #FFF;
  font-size: 6.875em;
  display: block;
  line-height: 0.85;
}
.group-stats__top {
  text-align: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 0.5em;
  color: #dd6000;
}
.group-stats__ranking {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0.5em;
  color: #993130;
}
.group-link {
  background: unset;
  border: 0;
  width: 100%;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
.group-invite {
  background: #F6F2E8;
  border-radius: 1.6rem;
  padding: 1rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-invite__full {
  color: #dd6000;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 0.2rem #FFF;
  text-align: center;
  padding: 0.2em 0 0;
  font-size: 1.6rem;
}
@media (min-width: 576px) {
  .group-invite {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width : 575px) {
  .group-invite {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}
.group-invite__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.group-invite__label {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 0.2rem #FFF;
}
.group-invite__code {
  font-size: 2rem;
  color: #dd6000;
}
.share-modal .modal__inner {
  max-width: 20rem;
  text-align: center;
}
.share-modal .modal__inner h3 {
  margin: 0 0 1.5rem;
  font-size: var(--h3);
}
.share-modal__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.share-modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.share-modal__link svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.share-modal__link span {
  font-size: 0.6rem;
  font-weight: 600;
}
.share-modal__link:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.9;
}
.share-modal__link--facebook {
  background: #1877f2;
}
.share-modal__link--whatsapp {
  background: #25d366;
}
.share-modal__link--email {
  background: #dd6000;
}
.group-error,
.group-success {
  text-align: center;
  background: #F6F2E8;
  padding: 1em;
  border-radius: 1rem;
}
.group-error h2,
.group-success h2 {
  font-size: var(--h3);
}
.group-error p,
.group-success p {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
}
.group-error p strong,
.group-success p strong {
  color: #dd6000;
  font-weight: 400;
}
@media (max-width : 575px) {
  .group-error,
  .group-success {
    margin-left: -1rem;
    margin-right: -1rem;
    text-wrap: balance;
  }
}
.page-error {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.1rem;
  overflow: hidden;
  position: relative;
}
.page-error__header {
  position: relative;
  z-index: 2;
  margin-bottom: -3em;
}
.page-error__header img {
  max-width: 16.2em;
}
.page-error--center .page-error__header img {
  margin: 0 auto;
}
.page-error--center h3 + h1 {
  margin-top: 0.15em;
}
.page-error--center h2 {
  font-size: 4.5rem;
}
.page-error--center h1 span {
  font-size: 0.65em;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translate(0.15em, -0.17em);
      -ms-transform: translate(0.15em, -0.17em);
          transform: translate(0.15em, -0.17em);
}
.page-error--center .page-error__copy {
  max-width: 42em;
}
.page-error__copy {
  margin: auto;
  max-width: 36em;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
}
.page-error__copy h1 {
  text-shadow: 0 0.025em 0 #fff;
  font-size: 11em;
  margin: 0;
}
.page-error__copy h3 {
  font-size: var(--h2);
  color: #000;
  text-shadow: 0 0.05em 0 #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-error__decor-ufo {
  position: absolute;
  background: url(../img/ufo.png) no-repeat 50% 50% / contain;
  width: 13.9em;
  height: 10.15em;
  left: -2rem;
  top: 25%;
}
.page-error__decor-bird {
  position: absolute;
  background: url(../img/bird-2.png) no-repeat 50% 50% / contain;
  width: 12.45em;
  height: 11.8em;
  right: 12%;
  top: 2rem;
  z-index: 2;
  pointer-events: none;
}
.page-error__decor-bear {
  position: absolute;
  background: url(../img/bear.png) no-repeat 50% 50% / contain;
  width: 11.1em;
  height: 15.35em;
  z-index: 2;
  bottom: -1.5rem;
  left: 5em;
  pointer-events: none;
}
.page-error__decor-dino {
  position: absolute;
  background: url(../img/dino.png) no-repeat 50% 50% / contain;
  width: 11.75em;
  height: 14.1em;
  z-index: 2;
  right: 0;
  top: 50%;
}
.page-error::before {
  content: "";
  position: absolute;
  background: url(../img/confetti2.png) no-repeat 50% 50% / contain;
  width: 11.9em;
  height: 10.35em;
  left: 85%;
  top: 1rem;
  z-index: 2;
  pointer-events: none;
}
.page-error::after {
  content: "";
  position: absolute;
  background: url(../img/confetti.png) no-repeat 50% 50% / contain;
  width: 6.9em;
  height: 6.2em;
  bottom: 20%;
  left: 1.6em;
  -webkit-transform: rotate(75deg) translate(50%, 50%);
      -ms-transform: rotate(75deg) translate(50%, 50%);
          transform: rotate(75deg) translate(50%, 50%);
  pointer-events: none;
}
@media (max-width : 575px) {
  .page-error {
    font-size: 0.5rem;
  }
  .page-error__header img {
    margin: 0 auto;
  }
  .page-error__decor-ufo {
    top: 12%;
  }
  .page-error__decor-dino {
    top: 75%;
  }
  .page-error p {
    font-size: 1.5em;
  }
}
.ranking {
  border-radius: 1.6rem;
  padding: 5rem 1rem;
  background: #FFD359;
  position: relative;
}
.ranking__no-data {
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 3.5em auto;
  font-size: 1.25em;
  max-width: 18em;
}
.ranking::after,
.ranking::before {
  content: "";
  position: absolute;
  background: url(../img/confetti.png) no-repeat 50% 50% / contain;
  width: 6.9rem;
  height: 6.2rem;
  bottom: 0;
  right: -4rem;
  -webkit-transform: rotate(75deg) translate(50%, 50%);
      -ms-transform: rotate(75deg) translate(50%, 50%);
          transform: rotate(75deg) translate(50%, 50%);
  pointer-events: none;
}
@media (max-width : 575px) {
  .ranking::after,
  .ranking::before {
    width: 5.52rem;
    height: 4.96rem;
  }
}
@media (max-width : 575px) {
  .ranking {
    padding-bottom: 3em;
  }
  .ranking::after {
    display: none;
  }
}
.ranking::before {
  bottom: auto;
  right: auto;
  top: 3rem;
  left: 1.5rem;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.ranking__bottom {
  text-align: center;
  color: #993130;
}
.ranking__bottom p {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 2em;
}
.ranking__bottom a:hover {
  text-decoration: none;
}
.ranking__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 45rem;
}
.ranking__list h2 {
  font-size: var(--h1);
}
.ranking__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.4rem 1fr 3.1rem;
  grid-template-columns: 2.4rem 1fr 3.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  gap: 1.6rem;
  border-bottom: 1px solid #F6F2E8;
  font-family: SmellyPeach, barlow-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.ranking__item strong {
  text-align: right;
  font-size: 1.38461538em;
  padding-top: 0.2em;
  font-weight: 400;
  line-height: 0.8;
}
.ranking__item span {
  padding-top: 0.2em;
}
.ranking__item__nb {
  text-shadow: 0 0.15384615em 0 #FFF;
  padding-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.84615385em;
  height: 1.84615385em;
  background: #fff;
  border-radius: 3em;
}
.ranking__empty {
  text-align: center;
  font-size: 1rem;
  color: #993130;
  padding: 3rem 1rem;
  font-weight: 500;
}
.ranking__requirements {
  font-size: 0.7rem !important;
  opacity: 0.7;
}

/*# sourceMappingURL=main.10199.css.map */
