:root {
  --pf-flow-green: #59bd2d;
  --pf-flow-black: #000;
  --pf-flow-white: #fff;
  --pf-flow-grey: #efefef;
  --pf-flow-rule: rgba(255, 255, 255, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--pf-flow-black);
}

body.pf-mf-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--pf-flow-black);
  color: var(--pf-flow-white);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pf-mf-main {
  overflow: hidden;
}

.pf-mf-intro,
.pf-mf-copy,
.pf-mf-step,
.pf-mf-closing {
  text-align: center;
}

.pf-mf-intro {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 48px 0 78px;
}

.pf-mf-brand-title {
  margin: 0;
  color: var(--pf-flow-green);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.pf-mf-intro h1 {
  margin: 18px auto 0;
  color: var(--pf-flow-white);
  font-size: clamp(54px, 6vw, 74px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.pf-mf-setup-hero {
  width: min(100% - 40px, 1100px);
  min-height: 0;
  padding: 43px 0 105px;
}

.pf-mf-setup-hero .pf-mf-brand-title {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 42px;
}

.pf-mf-setup-hero h1 {
  margin-top: 24px;
  font-size: 60px;
  line-height: 49px;
}

.pf-mf-video-rule {
  display: none;
}

.pf-mf-video-shell {
  width: min(100% - 40px, 1100px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border: 1px solid rgba(157, 255, 43, .68);
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 52px rgba(67, 187, 16, .22);
}

.pf-mf-video-shell iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.pf-mf-copy {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 76px 0 92px;
}

.pf-mf-copy p {
  margin: 0;
  color: var(--pf-flow-white);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.pf-mf-copy p + p {
  margin-top: 26px;
}

.pf-mf-thank-intro {
  width: min(100% - 40px, 1100px);
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 43px;
  border-bottom: 0;
  background: #000;
}

.pf-mf-thank-intro .pf-mf-brand-title {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 42px;
}

.pf-mf-thank-intro h1 {
  margin-top: 24px;
  font-size: 60px;
  line-height: 49px;
}

.pf-mf-thank-intro .pf-mf-lead {
  max-width: 1100px;
  margin: 110px auto 0;
  font-size: 22px;
  line-height: 27px;
}

.pf-mf-thank-intro .pf-mf-note {
  width: 100%;
  margin: 27px auto 0;
  font-size: 22px;
  line-height: 27px;
  font-style: italic;
}

.pf-mf-support-copy {
  margin: 27px 0 0;
  font-size: 22px;
  line-height: 27px;
}

.pf-mf-support-copy a,
.pf-mf-footer a {
  color: inherit;
}

.pf-mf-start-copy {
  margin: 51px 0 0;
  font-size: 22px;
  line-height: 27px;
}

.pf-mf-step {
  padding: 43px 20px 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  background: #000;
}

.pf-mf-thank-intro + .pf-mf-step {
  margin-top: -4px;
  border-top: 0;
}

.pf-mf-step--light {
  padding-bottom: 52px;
  border-top-color: rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #0a0a0a;
}

.pf-mf-step.pf-mf-step--light p {
  margin-top: 24px;
  font-size: 22px;
  line-height: 27px;
}

.pf-mf-step.pf-mf-step--light p + p {
  margin-top: 24px;
}

.pf-mf-step-inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.pf-mf-step h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 27.5px;
}

.pf-mf-step p {
  max-width: 1100px;
  margin: 27.5px auto 0;
  font-size: 24px;
  line-height: 27.5px;
}

.pf-mf-step p + p {
  margin-top: 27.5px;
}

.pf-mf-download-button {
  min-width: 214px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
  padding: 0 30px;
  border-radius: 5px;
  background: #63c632;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.pf-mf-download-note {
  display: block;
  margin-top: 28px;
  font-size: 15px;
}

.pf-mf-app-name {
  margin-top: 24px !important;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 29.5px !important;
}

.pf-mf-source-logo {
  width: min(200px, 62vw);
  height: auto;
  display: block;
  margin: 34px auto 0;
}

.pf-mf-step.pf-mf-step--light .pf-mf-source-logo + p {
  margin-top: 35px;
}

.pf-mf-closing {
  padding: 43px 20px;
}

.pf-mf-closing h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.pf-mf-closing p {
  max-width: 1100px;
  margin: 24px auto 0;
  font-size: 22px;
  line-height: 27px;
}

.pf-mf-footer {
  height: 435.5px;
  padding: 96px 24px 43.5px;
  background: #e1e1e1;
  color: #161616;
  text-align: center;
}

.pf-mf-footer-grid {
  width: min(100%, 1100px);
  margin: 0 auto;
  display: block;
}

.pf-mf-footer p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.pf-mf-footer-grid > div:first-child p + p {
  margin-top: 12px;
}

.pf-mf-footer-grid > div:nth-child(2) p + p,
.pf-mf-footer-grid > div:nth-child(3) p + p {
  margin-top: 0;
}

.pf-mf-footer-grid > div:nth-child(4) {
  margin-top: 10px;
}

.pf-mf-footer-address {
  white-space: nowrap;
}

.pf-mf-footer-copyright {
  margin-top: 10px !important;
  font-size: 15px !important;
}

.pf-mf-mobile-only {
  display: none;
}

@media (max-width: 700px) {
  .pf-mf-desktop-only {
    display: none !important;
  }

  .pf-mf-mobile-only {
    display: block;
  }

  .pf-mf-intro {
    width: min(100% - 30px, 1180px);
    padding-top: 34px;
  }

  .pf-mf-brand-title {
    font-size: 34px;
  }

  .pf-mf-intro h1 {
    margin-top: 13px;
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.08;
  }

  .pf-mf-setup-hero {
    width: calc(100% - 30px);
    min-height: 0;
    padding: 34px 0 70px;
  }

  .pf-mf-setup-hero .pf-mf-brand-title {
    font-size: 34px;
    line-height: 41px;
  }

  .pf-mf-setup-hero h1 {
    margin-top: 13px;
    font-size: 44px;
    line-height: 48px;
  }

  .pf-mf-video-shell {
    width: calc(100% - 20px);
  }

  .pf-mf-copy {
    width: calc(100% - 40px);
    padding: 52px 0 68px;
  }

  .pf-mf-copy p {
    font-size: 17px;
    line-height: 1.58;
  }

  .pf-mf-copy p + p {
    margin-top: 22px;
  }

  .pf-mf-thank-intro {
    min-height: 0;
    padding: 34px 20px 60px;
  }

  .pf-mf-thank-intro .pf-mf-brand-title {
    font-size: 34px;
    line-height: 41px;
  }

  .pf-mf-thank-intro h1 {
    margin-top: 13px;
    font-size: 44px;
    line-height: 48px;
  }

  .pf-mf-thank-intro .pf-mf-lead {
    margin-top: 58px;
    font-size: 20px;
    line-height: 1.52;
  }

  .pf-mf-thank-intro .pf-mf-note {
    margin-top: 28px;
    font-size: 19px;
    line-height: 1.55;
  }

  .pf-mf-support-copy {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
  }

  .pf-mf-start-copy {
    margin-top: 44px;
    font-size: 19px;
  }

  .pf-mf-step {
    padding: 38px 24px 52px;
  }

  .pf-mf-step--light {
    padding-bottom: 52px;
  }

  .pf-mf-step h2 {
    font-size: 24px;
    line-height: 1.38;
  }

  .pf-mf-step p {
    margin-top: 34px;
    font-size: 19px;
    line-height: 1.6;
    text-align: left;
  }

  .pf-mf-step p + p {
    margin-top: 34px;
  }

  .pf-mf-app-name {
    margin-top: 34px !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .pf-mf-source-logo {
    width: min(210px, 60vw);
  }

  .pf-mf-step.pf-mf-step--light .pf-mf-source-logo + p {
    margin-top: 34px;
  }

  .pf-mf-closing {
    padding: 54px 24px 68px;
  }

  .pf-mf-closing h2 {
    font-size: 39px;
    line-height: 1.7;
  }

  .pf-mf-closing p {
    margin-top: 30px;
    font-size: 18px;
    text-align: left;
  }

  .pf-mf-footer-grid {
    width: 100%;
  }

  .pf-mf-footer-address {
    white-space: normal;
  }

  .pf-mf-footer {
    height: auto;
    padding: 12px 20px;
  }

  .pf-mf-footer p {
    font-size: 14px;
    line-height: 22.4px;
  }

  .pf-mf-footer-grid > div:first-child p + p {
    margin-top: 20px;
  }

  .pf-mf-footer-copyright {
    font-size: 14px !important;
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .pf-mf-intro {
    padding-top: 26px;
  }

  .pf-mf-thank-intro {
    min-height: 0;
    padding-bottom: 42px;
  }

  .pf-mf-thank-intro .pf-mf-lead {
    margin-top: 42px;
  }
}
