:root {
  --blue-violet: #8f00ff;
  --black: #161616;
  --snow: #fbf9fc;
  --black-background: #282729;
  --black-2: black;
  --snow-40: rgba(251, 249, 252, .4);
  --snow-50: rgba(251, 249, 252, .5);
  --black-black: #080808;
  --midnight-blue: #27083f;
  --dim-grey: #727174;
  --super-black: #080808;
}

body {
  color: #fbf9fc;
  background-color: #070707;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: var(--blue-violet);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
}

.section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 89%;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container.footer {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.footer {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--black);
  background-color: #080809;
  padding: 0;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.middle {
  justify-content: center;
}

.col._3-col.branding {
  flex-direction: row;
  flex: none;
  padding-right: 0;
}

.col._3-col.last {
  flex: 1;
  width: 199px;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.last {
  justify-content: flex-end;
}

.logo {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo.mobile {
  display: none;
}

.logo.main {
  margin-right: 0;
}

.logo.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.logo.main {
  margin-bottom: 0;
  margin-right: 0;
}

.paragraph {
  color: var(--snow);
  text-align: center;
  margin-bottom: 0;
  padding-right: 2px;
  font-size: 18px;
  line-height: 144%;
}

.branding {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding-right: 8px;
  display: block;
}

.tip-name {
  margin-right: 0;
  display: flex;
}

.button {
  background-color: var(--black);
  color: var(--snow);
  text-align: center;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.progres-bar {
  background-color: var(--black);
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.progress-bar__content {
  background-color: var(--blue-violet);
  object-fit: fill;
  border-radius: 1000px;
  width: 12%;
  height: 100%;
  margin-left: 0;
  margin-right: 4px;
  padding: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.tip-control__name {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.progress {
  align-items: center;
  display: flex;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: rgba(251, 249, 252, .5);
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.tip-control__name-2 {
  flex: 1;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.tip-control-2 {
  display: flex;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.round-button-2.right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-size: auto;
  margin-left: 8px;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.logo-2 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-2.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.logo-2.main {
  margin-bottom: 0;
  margin-right: 0;
}

.footer-2 {
  z-index: 100;
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  height: auto;
  padding: 0;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.main-wrapper {
  width: auto;
  height: 100vh;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  align-self: center;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: var(--black-background);
  margin-right: 8px;
}

.text-block-7 {
  width: auto;
  margin-right: 0;
}

.link-4 {
  color: var(--snow);
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
}

._wf-tips-link-2 {
  color: rgba(251, 249, 252, .5);
}

.button-wrapper-2 {
  display: flex;
}

.progress-bar__content-5 {
  background-color: var(--snow);
  color: var(--snow);
  object-fit: fill;
  border-radius: 1000px;
  width: 40%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block {
  margin-right: 8px;
  line-height: 1;
}

.image {
  width: 16px;
}

.body {
  background-color: var(--black-2);
  background-image: radial-gradient(circle, #1e0730, #000);
}

.medal-container {
  z-index: 1;
  background-color: #d4d900;
  border: 2rem solid #f2f711;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  height: 18.75rem;
  margin-top: 3.8rem;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .1);
}

.award-number {
  color: #f9ff00;
  letter-spacing: -.3rem;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #99a702;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 7rem;
  font-weight: 600;
  line-height: .8;
}

.award-title {
  color: #f9ff00;
  text-align: center;
  letter-spacing: .25rem;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #99a702;
  flex: 0 auto;
  align-self: stretch;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.star {
  color: #f9ff00;
  text-align: center;
  text-shadow: 0 1px 2px #99a702;
  font-size: 2rem;
  line-height: 1;
}

.ribbon-container {
  background-color: var(--blue-violet);
  justify-content: space-between;
  width: 200px;
  height: 40%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.ribbon-line {
  background-color: #6a03bb;
  width: 33%;
  height: 100%;
}

.ribbon-shadow {
  background-color: rgba(0, 0, 0, 0);
  height: 20px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 80px 20px #000;
}

.bg-circle {
  z-index: -10;
  background-color: var(--blue-violet);
  opacity: .4;
  filter: blur(80px);
  border-radius: 100%;
  width: 450px;
  height: 450px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-l-2 {
  color: #fbf9fc;
  text-align: center;
  background-color: #282729;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-right: 0;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  transition-property: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.medal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.warning-message-wrapper {
  z-index: 9999;
  background-color: #dee212;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.warning-message {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.text-block-8 {
  opacity: .9;
  color: #161616;
}

.text-span {
  margin-right: 2px;
}

.div-block {
  flex: 0 auto;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-2 {
  cursor: pointer;
  height: auto;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 15%;
  padding-bottom: 0;
}

.wtxt {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.otxt {
  color: #009dff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.off {
  color: #060216;
  background-color: #009dff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: center;
  }

  .container {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.middle {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    flex: 0 auto;
    display: block;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    display: block;
  }

  .logo {
    order: 0;
  }

  .button {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .tip-control__name-2 {
    margin-right: 0;
  }

  .logo-2 {
    order: 0;
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .button-l-2 {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .warning-message-wrapper {
    background-color: rgba(238, 223, 20, .96);
    padding: 8px;
  }

  .warning-message {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .text-block-8 {
    color: rgba(20, 20, 18, .96);
  }

  .div-block {
    flex: 0 auto;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    align-items: center;
    height: 75%;
  }

  .container {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .col._3-col.last {
    width: 50%;
  }

  .col._3-col.middle {
    justify-content: center;
    margin-bottom: 16px;
  }

  .col._3-col.last {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin-bottom: 16px;
    display: flex;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .logo.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo.mobile {
    display: block;
  }

  .logo.main {
    margin-bottom: 16px;
    display: none;
  }

  .button {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }

  .progress {
    flex: 0 auto;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .tip-control__name-2 {
    justify-content: space-between;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .logo-2 {
    margin-right: 0;
  }

  .logo-2.mobile {
    display: block;
  }

  .logo-2.main {
    margin-bottom: 16px;
    display: none;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .button-wrapper-2 {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .content-wrapper {
    overflow: visible;
  }

  .button-l-2 {
    order: 1;
    margin-bottom: 0;
  }

  .warning-message-wrapper {
    display: none;
  }

  .warning-message {
    display: block;
  }

  .text-block-8 {
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    align-items: center;
    height: 75%;
    overflow: auto;
  }

  .container.footer {
    border-top-style: none;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    display: flex;
    position: static;
  }

  .col {
    text-align: center;
    width: 100%;
  }

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

  .col._3-col.last {
    width: 100%;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: flex-start;
    width: 70%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .col._3-col.middle {
    flex-direction: column;
    width: 70%;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 100%;
    margin-bottom: 8px;
  }

  .logo.mobile {
    display: block;
  }

  .logo.main {
    display: none;
  }

  .paragraph {
    text-align: left;
  }

  .button {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 230px;
    display: block;
  }

  .progres-bar {
    width: 70%;
    margin-right: 4px;
  }

  .tip-control__name {
    justify-content: center;
    margin-bottom: 0;
  }

  .progress {
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .tips-link {
    display: none;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .paragraph-3 {
    text-align: center;
    padding-right: 0;
  }

  .tip-control__name-2 {
    justify-content: center;
    margin-bottom: 0;
  }

  .tip-control-2 {
    align-items: center;
    display: flex;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-2 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-2.mobile {
    float: none;
    clear: none;
    display: block;
  }

  .logo-2.main {
    display: none;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .text-block-7 {
    width: 100%;
  }

  ._wf-tips-link-2 {
    display: none;
  }

  .button-wrapper-2 {
    flex: 0 auto;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
  }

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

  .medal-container {
    border-width: 1.5rem;
    width: 240px;
    height: 240px;
  }

  .award-number {
    letter-spacing: -.2rem;
    font-size: 4.5rem;
  }

  .ribbon-container {
    width: 160px;
  }

  .bg-circle {
    width: 300px;
    height: 300px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-l-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 200px;
  }

  .warning-message-wrapper {
    display: none;
  }

  .text-block-8 {
    line-height: 1.5;
  }

  .div-block-2 {
    width: 90%;
  }

  .wtxt, .otxt {
    font-size: 24px;
    line-height: 26px;
  }

  .off {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}