* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #313131;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh
}

.main-content {
  margin: 8rem auto;
  padding-left: 1.5rem;
  max-width: 60rem
}

@media (width <=720px) {
  .main-content {
    margin-top: 4rem
  }
}

.h2 {
  line-height: 2.25rem;
  font-size: 1.5rem;
  font-weight: 500
}

@media (width <=720px) {
  .h2 {
    line-height: 1.5rem;
    font-size: 1.25rem
  }
}

#challenge-error-text {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 34px
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #222;
    color: #d9d9d9
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #313131;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh
}

.main-content {
  margin: 8rem auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
  max-width: 60rem
}

.main-content .loading-verifying {
  height: 76.391px
}

.spacer {
  margin: 2rem 0
}

.spacer-top {
  margin-top: 2rem;
  margin-bottom: .5rem
}

.spacer-bottom {
  margin-top: .5rem;
  margin-bottom: 2rem
}

.heading-favicon {
  margin-right: .5rem;
  width: 2rem;
  height: 2rem
}

.main-wrapper {
  z-index: 2;
  background-color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center
}

h1 {
  line-height: 125%;
  font-size: 2.5rem;
  font-weight: 600
}

h2 {
  margin-bottom: 8px;
  line-height: 125%;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal
}

p,
li {
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal
}

b {
  font-weight: 600
}

.ch-ordered-list {
  padding-right: 0;
  padding-left: 1.5rem
}

.ch-description {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400
}

.ch-title {
  margin: 8px 0
}

.ch-error-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px
}

.ch-title-zone {
  display: flex;
  gap: 16px;
  align-items: center
}

#challenge-success-text::after {
  animation: dots 1.4s steps(4, end) infinite;
  content: ""
}

.ch-error-text a {
  display: inline
}

.ctp-button {
  transition-duration: 200ms;
  transition-property: background-color, border-color, color;
  transition-timing-function: ease;
  margin: 2rem 0;
  border: .063rem solid #0051c3;
  border-radius: .313rem;
  background-color: #0051c3;
  cursor: pointer;
  padding: .375rem 1rem;
  line-height: 1.313rem;
  color: #fff;
  font-size: .875rem
}

.ctp-button:hover {
  border-color: #003681;
  background-color: #003681;
  cursor: pointer;
  color: #fff
}

.footer {
  background-color: inherit;
  z-index: 2;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
  line-height: 1.125rem;
  font-size: .75rem
}

.footer a {
  font-size: .75rem
}

.footer-inner {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

.footer-wrapper {
  text-align: center
}

.footer-divider {
  border: 1px solid #d9d9d9;
  height: 12px
}

.footer-link-wrapper {
  display: flex;
  gap: 8px;
  align-items: center
}

@media (width <=1024px) {
  .main-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }

  .footer {
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

@media (width <=720px) {
  .main-content {
    padding-right: 1rem;
    padding-left: 1rem
  }

  .footer {
    padding-right: 1rem;
    padding-left: 1rem
  }
}

.loading-verifying {
  height: 76.391px
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: .3rem solid;
  border-radius: 50%;
  border-color: #313131 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  width: 1.875rem;
  height: 1.875rem;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite
}

.lds-ring div:nth-child(1) {
  animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
    color: #f2f2f2
  }

  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    color: #f2f2f2
  }

  body .ch-error-text,
  body .footer-text {
    color: #f2f2f2
  }

  body a {
    color: #f2f2f2;
    color: #82b6ff
  }

  body a:link {
    color: #f2f2f2
  }

  body a:hover {
    color: #b9d6ff
  }

  body a:visited {
    color: #9d94ec
  }

  body a:focus,
  body a:active {
    outline: 2px solid #4693ff;
    outline-offset: 2px;
    border-radius: 2px
  }

  body a:link {
    color: #82b6ff
  }

  body .footer-divider {
    border: 1px solid #f2f2f2
  }

  body .ch-error-title {
    color: #fc574a
  }

  body .failure-circle {
    stroke: #fc574a;
    fill: #fc574a
  }

  body .ch-subtitle-text {
    font-weight: 600
  }

  body .ctp-button {
    background-color: #4693ff;
    color: #1d1d1d
  }

  body .ch-description {
    color: #b6b6b6
  }
}

.tubals {
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

video#video {
  height: 100%;
  width: 100%;

  object-fit: cover;
}

video#video::-webkit-media-controls-enclosure {
  display: none !important;
}