:root {
  --white: #fff;
  --black: #000104;
  --pink: #d82a91;
  --body-background: #fff;
  --font-color: var(--black);
  --font-primary: "Centra No2", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

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

img,
picture,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Centra No2";
  src: url("../fonts/CentraNo2-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  background: var(--body-background);
  color: var(--font-color);
  font-family: var(--font-primary);
  margin: 0;
  padding: 0;
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

.site-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .site-wrapper {
    overflow: hidden;
    padding: 0 25px;
  }
}

.background {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.background .splats-desktop {
  display: block;
  height: auto;
  left: 50%;
  margin-left: 30px;
  max-width: none;
  position: absolute;
  top: -140px;
  transform: translateX(-50%);
  width: 1408px;
  z-index: -1;
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .background .splats-desktop {
    margin-left: 30px;
    width: 1250px;
  }
}
@media only screen and (max-width: 959px) {
  .background .splats-desktop {
    display: none;
  }
}

.hero {
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .hero {
    width: 1008px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .hero {
    width: 900px;
  }
}
@media only screen and (max-width: 959px) {
  .hero {
    margin: 0 auto;
    max-width: 500px;
    padding: 30px 0 0;
  }
}
.hero .title {
  position: relative;
}
.hero .title img.title-text {
  display: block;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .hero .title img.title-text {
    margin-left: 0;
    width: 750px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .hero .title img.title-text {
    width: 675px;
  }
}
@media only screen and (max-width: 959px) {
  .hero .title img.title-text {
    width: 100%;
  }
}
.hero .title img.title-money {
  position: absolute;
}
@media only screen and (min-width: 960px) {
  .hero .title img.title-money {
    left: -130px;
    top: 15px;
    width: 374px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .hero .title img.title-money {
    width: 320px;
  }
}
@media only screen and (max-width: 959px) {
  .hero .title img.title-money {
    left: -15%;
    top: 0%;
    width: 50%;
  }
}
.hero .bottle {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .hero .bottle {
    position: absolute;
    right: -100px;
    top: -30px;
    width: 444px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .hero .bottle {
    top: -30px;
    right: -80px;
    width: 400px;
  }
}
@media only screen and (max-width: 959px) {
  .hero .bottle {
    margin-left: auto;
    margin-right: -2%;
    margin-top: -7%;
    transform: rotate(5deg);
    width: 50%;
  }
}
.hero .bottle img.bottle-image {
  display: block;
  height: auto;
  width: 100%;
}
.hero .bottle img.bottle-slogan {
  position: absolute;
}
@media only screen and (min-width: 960px) {
  .hero .bottle img.bottle-slogan {
    bottom: 50px;
    left: 240px;
    width: 100px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .hero .bottle img.bottle-slogan {
    bottom: 75px;
    left: 220px;
    width: 90px;
  }
}
@media only screen and (max-width: 959px) {
  .hero .bottle img.bottle-slogan {
    bottom: 22%;
    right: 2%;
    width: 33%;
  }
}
.hero .splats-mobile {
  display: none;
  height: auto;
  left: 50%;
  margin-left: 15%;
  max-width: none;
  position: absolute;
  top: -20%;
  transform: translateX(-50%);
  width: 230%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .hero .splats-mobile {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .how-to-win-title {
    padding: 130px 0 50px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .how-to-win-title {
    padding: 110px 0 40px;
  }
}
@media only screen and (max-width: 959px) {
  .how-to-win-title {
    margin: 0 auto 8%;
    max-width: 500px;
    width: 100%;
  }
}
.how-to-win-title--inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
@media only screen and (max-width: 959px) {
  .how-to-win-title--inner {
    margin-left: 5%;
    margin-top: -20%;
    width: 40%;
  }
}
.how-to-win-title--inner::before, .how-to-win-title--inner::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 74px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-title--inner::before, .how-to-win-title--inner::after {
    width: 60%;
  }
}
.how-to-win-title--inner h1 {
  font-size: 0;
  margin: 0;
}
.how-to-win-title--inner h1 svg {
  height: auto;
  width: 200px;
}

.how-to-win-steps {
  display: flex;
  gap: 15px;
  margin: 0 auto 60px;
  max-width: 100%;
  width: 1008px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps {
    flex-wrap: wrap;
    margin: 0 auto 50px;
    width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .how-to-win-steps {
    justify-content: center;
  }
}
.how-to-win-steps .step {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 calc((100% - 30px) / 3);
  flex-direction: column;
  height: 400px;
  min-height: 450px;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step {
    flex: 0 1 50%;
    height: auto;
    min-height: 1px;
    padding: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .how-to-win-steps .step {
    flex: 0 0 300px;
  }
}
.how-to-win-steps .step p {
  font-family: var(--font-primary);
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 106.085%; /* 30.765px */
  margin: 0 0 10px;
  max-width: 270px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step p {
    font-size: 20px;
  }
}
.how-to-win-steps .step p span.moo {
  display: block;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: 106.085%;
  margin-top: 10px;
}
.how-to-win-steps .step p.small {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step .step-number {
    width: 40px;
  }
}
.how-to-win-steps .step .step-blob {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.how-to-win-steps .step-1 .step-number {
  margin-bottom: 35px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-1 .step-number {
    margin-bottom: 20px;
  }
}
.how-to-win-steps .step-1 h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-1 h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-2 {
    margin-left: auto;
    margin-top: -25%;
  }
}
@media only screen and (max-width: 500px) {
  .how-to-win-steps .step-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.how-to-win-steps .step-2 .step-number {
  margin-bottom: 36px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-2 .step-number {
    margin-bottom: 20px;
  }
}
.how-to-win-steps .step-2 h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-2 h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .how-to-win-steps .step-3 {
    margin-top: -30%;
  }
}
@media only screen and (max-width: 500px) {
  .how-to-win-steps .step-3 {
    margin-top: 0;
  }
}
.how-to-win-steps .step-3 .step-number {
  margin-bottom: 0;
}
.how-to-win-steps .step-3 h2 {
  margin-bottom: 10px;
}

.terms-cta {
  align-items: center;
  background-color: #fff;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 80px;
  max-width: calc(100% - 40px);
  padding: 20px 80px 20px;
  width: 860px;
}
@media only screen and (max-width: 959px) {
  .terms-cta {
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
  }
}
.terms-cta p {
  color: #000104;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 16px;
  max-width: 664px;
}
.terms-cta .button {
  background-color: var(--black);
  border-radius: 50px;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: normal;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 350px;
}
@media only screen and (max-width: 959px) {
  .terms-cta .button {
    font-size: 16px;
    height: 40px;
  }
}
.terms-cta .button:hover {
  background-color: var(--pink);
}
.terms-and-conditions-modal {
  align-items: center;
  background-color: rgba(0, 1, 4, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  z-index: 100;
}
@media only screen and (max-width: 959px) {
  .terms-and-conditions-modal {
    padding: 20px;
  }
}
.terms-and-conditions-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.terms-and-conditions-modal > .button {
  align-items: center;
  background-color: var(--black);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  gap: 10px;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 120px;
}
@media only screen and (max-width: 959px) {
  .terms-and-conditions-modal > .button {
    height: 32px;
    top: 40px;
    right: 40px;
    width: 100px;
  }
}
.terms-and-conditions-modal > .button svg {
  display: block;
  flex: 0 0 auto;
}
.terms-and-conditions-modal > .button:hover {
  background-color: var(--pink);
}

.terms-and-conditions-content {
  background-color: var(--white);
  border-radius: 28px;
  box-shadow: 0 4px 34.3px 0 rgba(0, 0, 0, 0.25);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 32px;
  width: min(900px, 100%);
}
.terms-and-conditions-content h2 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
  padding-right: 100px;
}
.terms-and-conditions-content h3 {
  font-size: 22px;
  margin: 28px 0 12px;
}
.terms-and-conditions-content p,
.terms-and-conditions-content li {
  font-size: 16px;
  line-height: 1.5;
}
.terms-and-conditions-content p + p {
  margin-top: 12px;
}
.terms-and-conditions-content ul {
  list-style: disc;
  margin: 12px 0 0 20px;
  padding: 0;
}
.terms-and-conditions-content li + li {
  margin-top: 10px;
}
.terms-and-conditions-content a {
  color: var(--pink);
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
