@font-face {
  font-family: Courierprime;
  src: url('../fonts/CourierPrime-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Courierprime;
  src: url('../fonts/CourierPrime-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-color: #121212;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #999;
  text-underline-offset: 2px;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.navbar {
  z-index: 5;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #121212cc;
  border-bottom: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
  position: sticky;
  top: 0;
}

.navgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: 32px;
  margin-right: 32px;
  display: grid;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navgrid-left {
  display: flex;
}

.logo {
  object-fit: cover;
  width: auto;
  height: 24px;
  display: block;
  overflow: hidden;
}

.navgrid-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-wrapper-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-footer {
  color: #8a8f98;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-decoration: none;
}

.get-started {
  grid-column-gap: 8px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 34px;
  padding: 11px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px #00000014, 0 1px 1px #00000012, 0 3px 2px #0000000a, 0 5px 2px #00000003;
}

.nav-links-wrapper {
  grid-column-gap: 54px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.download-button {
  grid-column-gap: 12px;
  color: #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.download-button:hover {
  text-decoration: none;
}

.spacing-large {
  height: 120px;
}

.spacing-large.xl {
  height: 290px;
}

.hero-wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-sections {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.frame-1 {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.minor-text {
  color: #999;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.8px;
  text-decoration: none;
}

.minor-text.center {
  font-weight: 400;
}

.hero-head-wrapper {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.secondary-text-buttom {
  color: #ededec;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.frame-5 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 165px;
  text-decoration: none;
  display: flex;
}

.body-copy {
  color: #999;
  text-align: left;
  flex: 1;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.body-copy.center {
  text-align: center;
}

.body-copy.center-responsiive {
  text-align: left;
}

.vector {
  object-fit: cover;
}

.frame-4 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-49 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-column-gap: 12.01px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 376px;
  text-decoration: none;
  display: flex;
}

.frame-48 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 619.383px;
  text-decoration: none;
  display: flex;
}

.label-tag-section {
  color: #666;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.6px;
  text-decoration: none;
}

.primary-buttom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #eae8e6;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 1px #00000014, 0 1px 1px #00000012, 0 3px 2px #0000000a, 0 5px 2px #00000003;
}

.primary-buttom:hover {
  text-decoration: none;
}

.frame-51 {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 637.644px;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #ededec;
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 95%;
  text-decoration: none;
}

.secondary-button {
  grid-column-gap: 8px;
  border: 1px solid #333;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 221.609px;
  height: 46px;
  padding: 14px 28px;
  text-decoration: none;
  display: flex;
}

.secondary-button:hover {
  text-decoration: none;
}

.rich-text-block {
  color: #f3f3f3;
  font-family: Inter, sans-serif;
}

.heading {
  font-size: 72px;
}

.paragraph-2 {
  color: #999;
  font-size: 16px;
}

.interactive-wizard-embed {
  position: relative;
}

.div-block-9 {
  background-image: linear-gradient(#12121200, #121212 88%);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-2 {
  position: relative;
}

.text-16 {
  color: #ededec;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
  text-decoration: none;
}

.text-17 {
  color: #666;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.6px;
  text-decoration: none;
}

.container-13 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 108.25px;
  text-decoration: none;
  display: flex;
}

.toggle-container {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 108.258px;
  text-decoration: none;
  display: flex;
}

.toggle-container:hover {
  text-decoration: none;
}

.toggle-step {
  grid-row-gap: 8.64804px;
  background-color: #3a3a3a;
  border-radius: 3.45922px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: .864804px 2.59441px;
  text-decoration: none;
  display: flex;
}

.toggle-step-text {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.glass-container-step {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #21212114;
  background-image: linear-gradient(#0000001c, #0000001c);
  border: 1px solid #333;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: -130px;
  padding: 19px 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glass-container-step.fade-up {
  border-color: #2b2928;
}

.container-14 {
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #282828;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-wrap.no-bottom-line {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.head-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.tag-head-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #ededec;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.heading-2.center {
  text-align: center;
  letter-spacing: -1px;
  flex: 1;
  font-family: Inter, sans-serif;
  line-height: 95%;
}

.bank-search-container {
  z-index: 2;
  grid-row-gap: 10px;
  background-color: #252525;
  border: 1px solid #333;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.group-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #666;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.show-result {
  color: #666;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  display: flex;
}

.show-result.left-align {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.search-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
}

.counter-container {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.step-container {
  grid-row-gap: 16px;
  border: 0 solid #333;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.step-container.no-bottom-line {
  border-bottom-width: 0;
}

.code-label {
  color: #252525;
  background-color: #252525;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.step-wrapper {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.code-text {
  color: #999;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Courierprime, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.time-counter {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
  text-decoration: none;
}

.heading-3 {
  color: #ededec;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.head-body-time-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.label-rounded {
  grid-column-gap: 10px;
  background-color: #252525;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  text-decoration: none;
  display: flex;
}

.h5 {
  color: #ededec;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20.7px;
  text-decoration: none;
}

.steps-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 652px;
  text-decoration: none;
  display: flex;
}

.counter-text {
  color: #121212;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-decoration: none;
}

.container-27 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 36px;
  text-decoration: none;
  display: flex;
}

.wrapper-headh-body {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-buttom {
  color: #ededec;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.lifetime {
  background-color: #181818;
  border: 2px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  height: auto;
  padding: 28px 38px 32px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.container-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.frame-64 {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.primary-text-button-pricing {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.description-pricing {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}

.list-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 262px;
  display: flex;
}

.pricing-wrapper-monthly {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-item {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.link-style-21 {
  grid-column-gap: 5px;
  border: 1px solid #333;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 7px;
  text-decoration: none;
  display: flex;
}

.link-style-21.hidden {
  grid-column-gap: 0px;
  border-style: none;
  padding-top: 0;
}

.secondary-button-pricing {
  grid-column-gap: 10px;
  border: 1px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 11px 80px;
  text-decoration: none;
  display: flex;
}

.secondary-button-pricing:hover {
  text-decoration: none;
}

.pricing-wrapper {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.monthly-paid {
  grid-row-gap: 28px;
  background-color: #181818;
  border: 2px solid #333;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  height: auto;
  padding: 28px 38px 32px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-76 {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.label-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.label-text:hover {
  text-decoration: none;
}

.list-item-6 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.toggle-monthly {
  grid-column-gap: 8px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
}

.toggle-monthly.is-active {
  background-color: #3a3a3a;
}

.toggle-monthly.is-active:hover {
  text-decoration: none;
}

.secondary-text-button-pricing {
  color: #ededec;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.h2-extrabold {
  color: #ededec;
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  text-decoration: none;
}

.feature-text {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.primary-button-pricing {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 11px 61px;
  text-decoration: none;
  display: flex;
}

.primary-button-pricing:hover {
  text-decoration: none;
}

.best-feature-text {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.label-pricing {
  grid-column-gap: 8px;
  background-color: #3a3a3a;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 7px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
}

.label-pricing.green {
  background-color: #118a3d;
}

.toggle-yearly {
  grid-column-gap: 8px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
}

.toggle-yearly:hover {
  text-decoration: none;
}

.toggle-yearly.is-active {
  background-color: #3a3a3a;
}

.text-56 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.start-trial-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.search-component-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.search-component {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-imput-trial {
  background-color: #232323;
  border: 1px solid #333;
  border-radius: 6px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 39px;
  padding: 10px 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label-inside {
  pointer-events: auto;
  color: #757575;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.start-trial-trigger {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 39px;
  padding: 7px 32px;
  text-decoration: none;
  display: flex;
}

.start-trial-trigger:hover {
  text-decoration: none;
}

.start_trial_text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.faq-button {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-container-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.open-close-symbol {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.faq-title {
  color: #ededec;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.faq-title:hover {
  color: #919191;
}

.container-faq {
  border: 0 solid #333;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.faq-symbol {
  justify-content: flex-start;
  align-items: flex-start;
  width: 13.4609px;
  height: 24.5px;
  text-decoration: none;
  display: flex;
}

.frame-26 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.frame-23 {
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style-24 {
  grid-column-gap: 10px;
  border: 1px solid #333;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.frame-87 {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 267.063px;
  text-decoration: none;
  display: flex;
}

.frame-28 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 345px;
  text-decoration: none;
  display: flex;
}

.frame-30 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 783px;
  text-decoration: none;
  display: flex;
}

.text-70 {
  color: #ededec;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
}

.pricing {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.get-bundle-7999-11999 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.text-71 {
  color: #ededec;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.text-72 {
  color: #ededec;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.group-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.sync-your-eu-bank-transactions-automatically-to-5-1 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

.frame-22 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bundle-container {
  grid-row-gap: 10px;
  background-color: #181818;
  border: 2px solid #333;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 438px;
  padding: 35px 32px 31px;
  font-family: Inter, sans-serif;
  display: flex;
}

.get-bundle-7999-11999-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: line-through;
}

.bundle-container-desktop {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 855px;
  text-decoration: none;
  display: flex;
}

.frame-27 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 344px;
  text-decoration: none;
  display: flex;
}

.group-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 137px;
  text-decoration: none;
  display: flex;
}

.sync-your-eu-bank-transactions-automatically-to-5 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.frame-25 {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.button-style-14 {
  grid-column-gap: 8px;
  background-color: #108a3d;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 7px 14px;
  text-decoration: none;
  display: flex;
}

.frame-86 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 804px;
  text-decoration: none;
  display: flex;
}

.frame-88 {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body-cta-wrapper {
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.body-description {
  color: #999;
  text-align: center;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-decoration: none;
}

.frame-121 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-93 {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
}

.text-86 {
  color: #ededec;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.sync-your-eu-bank-transactions-automatically-to-5-3, .sync-your-eu-bank-transactions-automatically-to-8 {
  color: #999;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.text-85 {
  color: #ededec;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
}

.container-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.sync-your-eu-bank-transactions-automatically-to-5-4 {
  color: #999;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: underline;
}

.text-84 {
  color: #ededec;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.link-style-27 {
  grid-column-gap: 10px;
  border: 1px solid #333;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.group-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.frame-123 {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.syncbank {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-96 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bundle-container-mobile {
  background-color: #181818;
  border: 2px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388px;
  height: auto;
  padding: 28px 38px 32px;
  text-decoration: none;
  display: none;
}

.text-95 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
}

.frame-117 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-124 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.group-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.frame-118 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-95 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 328.073px;
  text-decoration: none;
  display: flex;
}

.footer {
  z-index: 5;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #121212cc;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ffffff14;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer-wrapper-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 54px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footergrid-left {
  display: flex;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
}

.discounted-price {
  color: #ededec;
  font-weight: 700;
  text-decoration: line-through;
}

.primary-text-button {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.wrap-70-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.table-contents-wrapper {
  margin-top: 48px;
  position: sticky;
  top: 186px;
}

.table-of-contents {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  font-family: Inter, sans-serif;
  display: flex;
}

.h6-table {
  color: #727272;
  text-underline-offset: 3px;
  font-size: 16px;
  text-decoration: none;
}

.h6-table:hover {
  text-decoration: underline;
}

.h6-table.is-active-parent {
  color: #fff;
}

.h6-sub {
  color: #727272;
  padding-left: 24px;
  font-size: 14px;
  text-decoration: none;
}

.h6-sub:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}

.h6-sub.is-active-child {
  color: #fff;
}

.time-counter-2 {
  color: #939393;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
  text-decoration: none;
}

.paragraph-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.note-callout {
  grid-column-gap: 8px;
  border: 1px solid #777;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 12px 8px 12px 16px;
  text-decoration: none;
  display: flex;
}

.paragraph-6 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.your-application-uuid-a-unique-identifier-for-yo {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.heading-4 {
  color: #ededec;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.25px;
  text-decoration: none;
}

.step-wrapper-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sub-wrap-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.np_info_5762689_000000-1 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 8px;
  text-decoration: none;
  display: flex;
}

.step-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-34 {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label-counter {
  background-color: #2a2a2a;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 9px;
  text-decoration: none;
  display: flex;
}

.step-counter-square {
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.infoicon-text-wrapper {
  display: flex;
}

.steps-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  padding-left: 48px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.code-label-2 {
  background-color: #252525;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.go-to-enablebankingcom-and-sign-up-youll-receiv {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.25px;
  text-decoration: none;
}

.container-30 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 41.3984px;
  display: flex;
}

.body-copy-2 {
  color: #999;
  text-align: left;
  flex: 1;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.list {
  grid-column-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  padding-top: 7px;
  padding-right: 12px;
}

.container-35 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.step-body-wrapper-container {
  grid-row-gap: 10px;
  border: 0 solid #333;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 36px;
  text-decoration: none;
  display: flex;
}

.code-text-2 {
  color: #999;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Courierprime, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.31px;
  text-decoration: none;
}

.group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.list-item-7 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list-item-9 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 632px;
  text-decoration: none;
  display: flex;
}

.step-body-wrapper {
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-33 {
  background-color: #3a3a3a;
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.numbered-list-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.frame-110 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-92 {
  grid-column-gap: 10px;
  background-color: #2a2a2a;
  border-radius: 99px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 9px;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #ededec;
  letter-spacing: -.9px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.4px;
  text-decoration: none;
}

.list-6 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.list-8 {
  grid-column-gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.inside-number-circle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20.8px;
  text-decoration: none;
}

.your-application-uuid-a-unique-identifier-for-yo-5 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.text-number {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.8px;
  text-decoration: none;
}

.your-application-uuid-a-unique-identifier-for-yo-0 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: underline;
}

.frame-111 {
  background-color: #2a2a2a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.circle-page-wrapper {
  background-color: #3a3a3a;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.step-body {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.line-reduced {
  background-color: #282828;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 36px;
}

.link {
  color: #999;
  text-decoration-color: #999;
}

.link-2 {
  color: #999;
}

.step-sub-wrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body-copy-list {
  color: #999;
  text-align: left;
  flex: 1;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
  display: block;
}

.body-copy-list.center {
  text-align: center;
}

.body-copy-list.center-responsiive {
  text-align: left;
}

.list-item-10 {
  line-height: 150%;
}

.link-block {
  color: #999;
  text-underline-offset: 3px;
}

.spacing-very-large {
  height: 300px;
}

.dynamic-interactive-loading {
  z-index: 2;
  color: #118a3d;
  background-color: #118a3d;
  width: 100%;
  height: 2px;
  position: sticky;
  top: 72px;
}

.code-embed, .code-embed-2, .code-embed-3 {
  display: none;
}

.code-embed-4 {
  color: #757575;
  margin-top: 0;
  font-family: Inter, sans-serif;
  display: none;
}

.status-debug {
  pointer-events: auto;
  color: #118a3d;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.faq-answer {
  color: #999;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  display: block;
  overflow: hidden;
}

.code-embed-5 {
  display: none;
}

.link-3 {
  color: #999;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.code-embed-6 {
  display: none;
}

.text-block {
  width: 100%;
}

.faq-answer-copy {
  color: #999;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Inter, sans-serif;
  display: block;
  overflow: hidden;
}

.terms-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.terms-text {
  color: #9c9c9c;
  letter-spacing: -.2px;
  text-indent: 0;
  font-family: Courierprime, Times New Roman, sans-serif;
}

.terms-title {
  color: #118a3d;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Courierprime, Times New Roman, sans-serif;
  font-weight: 700;
}

.link-4, .link-5, .link-6, .link-7 {
  color: #999;
}

.link-8 {
  display: inline;
}

.changelog-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border-bottom: 1px solid #282828;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  padding-bottom: 64px;
  display: flex;
}

.version-date-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.version-label {
  background-color: #2a2a2a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.date-text {
  color: #474747;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Courierprime, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.31px;
  text-decoration: none;
}

.section-wrap-minheight {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid #282828;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-wrap-minheight.no-bottom-line {
  border-bottom-style: none;
  border-bottom-width: 0;
  min-height: 90vh;
}

.key-button-text {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.key-button-wrapper {
  background-color: #bfbdbb;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.overlay-download {
  z-index: 11;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #121212cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.download-wrapper {
  grid-row-gap: 36px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2121210d;
  border: 1px solid #2b2928;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.select-os {
  grid-column-gap: 10px;
  background-color: #141010;
  border: 1px solid #2b2928;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.select-os:hover {
  text-decoration: none;
}

.select-os.is-active {
  background-color: #eae8e6;
  border-style: none;
}

.ostext {
  grid-row-gap: 6px;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 84px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.os-icon-container {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.apple {
  object-fit: cover;
}

.os-name {
  color: #eae8e6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.ostext-2 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 84px;
  text-decoration: none;
  display: flex;
}

.frame-115 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-115.static {
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.bash-command-wrapper {
  grid-column-gap: 10px;
  background-color: #252525;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 22px 42px;
  text-decoration: none;
  display: flex;
}

.bash-command-wrapper.code-label {
  width: auto;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.text-96 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-113 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-97 {
  color: #a5a09d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-125 {
  grid-column-gap: 10px;
  background-color: #eae8e6;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  text-decoration: none;
  display: flex;
}

.text-98 {
  color: #131110;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-99 {
  color: #a5a09d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.code-embed-7 {
  display: none;
}

.link-9 {
  text-decoration: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.download-wrapper-static {
  grid-row-gap: 22px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2121210d;
  border: 1px solid #2b2928;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 22px 24px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .steps-container-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .navgrid {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-wrapper-grid {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .page-sections {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-5 {
    grid-column-gap: 12px;
    flex-flow: wrap;
    width: auto;
  }

  .body-copy {
    flex: 1;
    display: block;
  }

  .frame-4 {
    flex: 1;
  }

  .frame-48 {
    max-width: none;
  }

  .frame-51 {
    grid-row-gap: 32px;
    max-width: none;
  }

  .interactive-wizard-embed {
    flex-flow: column;
    display: none;
  }

  .glass-container-step {
    width: 100%;
    margin-top: 32px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .frame-28 {
    max-width: 45%;
  }

  .group-19 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .step-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .steps-container-2 {
    margin-left: 0;
    padding-left: 20px;
  }

  .container-30 {
    height: auto;
  }

  .body-copy-2 {
    display: block;
  }

  .list {
    flex-flow: wrap;
  }

  .numbered-list-wrapper {
    padding-left: 0;
  }

  .body-copy-list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper-links {
    display: none;
  }

  .spacing-large {
    height: 64px;
  }

  .hero-wrapper-grid {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .page-sections {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-1 {
    justify-content: flex-start;
    align-items: center;
  }

  .minor-text {
    flex: none;
  }

  .frame-5 {
    grid-column-gap: 12px;
    flex-flow: row-reverse wrap;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    max-width: 420px;
  }

  .body-copy {
    flex: 1;
    width: auto;
    display: inline;
  }

  .frame-4 {
    flex: 1;
  }

  .frame-51 {
    grid-row-gap: 24px;
    flex: 0 auto;
    max-width: none;
    padding-top: 0;
  }

  .h1 {
    width: auto;
    font-size: 64px;
  }

  .interactive-wizard-embed {
    display: none;
  }

  .glass-container-step {
    width: 100%;
    margin-top: 24px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .section-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bank-search-container, .search-wrapper {
    width: 100%;
  }

  .paragraph-3 {
    flex-flow: wrap;
  }

  .frame-76 {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .h2-extrabold {
    font-family: Inter, sans-serif;
  }

  .bundle-container-desktop {
    display: none;
  }

  .container-36 {
    justify-content: space-between;
    align-items: center;
  }

  .bundle-container-mobile {
    display: block;
  }

  .footer-wrapper-links {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .footer-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-grid {
    flex-flow: column;
    display: flex;
  }

  .discounted-price {
    font-family: Inter, sans-serif;
  }

  .wrap-70-30 {
    flex-flow: column;
    display: flex;
  }

  .table-contents-wrapper {
    position: static;
  }

  .step-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .steps-container-2 {
    max-width: none;
    margin-left: 0;
    padding-top: 48px;
    padding-left: 0;
  }

  .container-30 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .body-copy-2 {
    display: none;
  }

  .list {
    flex-flow: wrap;
  }

  .code-text-2 {
    flex: 0 auto;
  }

  .numbered-list-wrapper {
    padding-left: 0;
  }

  .step-body {
    width: 100%;
  }

  .body-copy-list {
    display: none;
  }

  .section-wrap-minheight {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .overlay-download {
    padding-left: 24px;
    padding-right: 24px;
  }

  .download-wrapper {
    max-width: 500px;
  }

  .bash-command-wrapper.code-label {
    width: 100%;
  }

  .download-wrapper-static {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .navgrid {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 24px;
    display: block;
    overflow: visible;
  }

  .nav-wrapper-links {
    grid-column-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-footer {
    text-align: left;
    flex: 0 auto;
    font-weight: 500;
    display: block;
  }

  .nav-links-wrapper {
    grid-column-gap: 12px;
  }

  .spacing-large {
    height: 64px;
  }

  .hero-wrapper-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .page-sections {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .minor-text {
    flex: 1;
  }

  .minor-text.center {
    text-align: center;
  }

  .secondary-text-buttom {
    font-size: 14px;
  }

  .frame-5 {
    grid-column-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .body-copy {
    text-align: left;
    flex-flow: wrap;
    flex: 1;
    font-size: 16px;
    line-height: 150%;
    display: inline;
    overflow: visible;
  }

  .body-copy.center {
    display: block;
  }

  .body-copy.center-responsiive {
    text-align: center;
    display: block;
  }

  .frame-4 {
    flex: 0 auto;
    width: auto;
  }

  .container-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .frame-48 {
    grid-row-gap: 12px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .label-tag-section {
    font-size: 12px;
  }

  .primary-buttom {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .frame-51 {
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 0;
  }

  .h1 {
    text-align: center;
    letter-spacing: -1px;
    flex: 1;
    font-size: clamp(48px, 29.0909vw - 51.0909px, 52px);
    line-height: 90%;
    display: block;
  }

  .secondary-button {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .interactive-wizard-embed {
    display: none;
  }

  .text-16 {
    flex: none;
    font-size: 10.5px;
  }

  .text-17 {
    flex: 1;
    font-size: 11px;
    line-height: 130%;
  }

  .container-13 {
    flex: 1;
    width: auto;
  }

  .toggle-container {
    flex: 1;
    width: auto;
    margin-bottom: auto;
    padding-left: 4px;
    padding-right: 4px;
  }

  .glass-container-step {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 64px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    overflow: scroll;
  }

  .hero-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .head-wrapper {
    grid-row-gap: 12px;
  }

  .tag-head-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-2 {
    text-align: center;
    font-size: 36px;
  }

  .heading-2.center {
    line-height: 90%;
  }

  .heading-2.left {
    text-align: left;
  }

  .bank-search-container {
    width: 100%;
    padding-right: 24px;
    overflow: hidden;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-22 {
    flex: none;
    width: auto;
  }

  .counter-container {
    border-radius: 6px;
    width: 28px;
    height: 28px;
  }

  .code-label {
    flex: none;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .step-wrapper {
    grid-column-gap: 12px;
  }

  .paragraph-3 {
    flex-flow: wrap;
  }

  .code-text {
    flex: 0 auto;
    line-height: 130%;
  }

  .heading-3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }

  .lifetime {
    border-style: solid;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-pricing {
    font-family: Inter, sans-serif;
    line-height: 140%;
  }

  .list-4 {
    grid-row-gap: 12px;
    height: 120%;
  }

  .feature-item {
    flex: 1;
  }

  .monthly-paid {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-76 {
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .h2-extrabold {
    font-family: Inter, sans-serif;
  }

  .feature-text {
    line-height: 22px;
  }

  .primary-button-pricing {
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-component-wrapper {
    max-width: none;
  }

  .search-component {
    justify-content: space-between;
    align-items: center;
  }

  .email-imput-trial {
    flex: 1;
    width: auto;
    max-width: none;
  }

  .label-inside {
    font-family: Inter, sans-serif;
  }

  .start-trial-trigger {
    padding-left: 16px;
    padding-right: 16px;
  }

  .start_trial_text {
    flex: none;
    font-family: Inter, sans-serif;
    font-size: 12px;
  }

  .faq-button {
    height: 100%;
  }

  .faq-title {
    line-height: 130%;
  }

  .bundle-container-desktop {
    display: none;
  }

  .body-description {
    max-width: none;
  }

  .text-93 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .container-36 {
    justify-content: space-between;
    align-items: center;
  }

  .group-6 {
    width: 42px;
    height: 42px;
  }

  .frame-96 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .bundle-container-mobile {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .group-33 {
    width: 42px;
    height: 42px;
  }

  .text-span {
    text-decoration: line-through;
  }

  .frame-style {
    width: 100%;
    height: 100%;
  }

  .frame-95 {
    max-width: none;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
    height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-wrapper-links {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-links-wrapper {
    grid-column-gap: 12px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    display: flex;
  }

  .discounted-price {
    font-family: Inter, sans-serif;
  }

  .primary-text-button {
    flex: none;
    font-family: Inter, sans-serif;
    font-weight: 700;
  }

  .wrap-70-30 {
    flex-flow: column;
    display: flex;
  }

  .table-contents-wrapper {
    margin-top: 0;
    position: static;
    top: 0;
  }

  .table-of-contents {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .note-callout {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .step-wrapper-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .sub-wrap-section {
    width: 100%;
  }

  .step-section {
    flex-flow: row;
  }

  .step-counter-square {
    flex: none;
  }

  .steps-container-2 {
    max-width: none;
    margin-left: 0;
    padding-top: 48px;
  }

  .code-label-2 {
    display: inline;
  }

  .container-30 {
    height: auto;
  }

  .body-copy-2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .list {
    flex-flow: wrap;
    flex: 0 auto;
    padding-left: 0;
    display: inline-flex;
  }

  .list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .list-item-7 {
    display: inline;
  }

  .container-33 {
    flex: none;
  }

  .numbered-list-wrapper {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .frame-110 {
    grid-row-gap: 12px;
  }

  .list-6 {
    flex-flow: column;
    padding-left: 0;
  }

  .list-8 {
    grid-row-gap: 2px;
    padding-left: 0;
  }

  .circle-page-wrapper {
    flex: none;
  }

  .line-reduced {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .step-sub-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .body-copy-list {
    text-align: left;
    flex-flow: wrap;
    flex: 1;
    font-size: 16px;
    line-height: 150%;
    display: inline;
    overflow: visible;
  }

  .body-copy-list.center {
    display: block;
  }

  .body-copy-list.center-responsiive {
    text-align: center;
    display: block;
  }

  .status-debug {
    font-family: Inter, sans-serif;
  }

  .version-label {
    flex: none;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .section-wrap-minheight {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .key-button-text {
    flex: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
  }

  .key-button-wrapper {
    flex: none;
  }

  .overlay-download {
    padding-left: 16px;
    padding-right: 16px;
  }

  .download-wrapper {
    max-width: none;
  }

  .buttons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .select-os {
    width: 100%;
    height: 56px;
  }

  .select-os.is-active {
    mix-blend-mode: difference;
    background-color: #e6e6e6;
  }

  .ostext {
    grid-column-gap: 8px;
    mix-blend-mode: exclusion;
    flex-flow: row;
    width: auto;
    height: 36px;
  }

  .os-icon-container {
    mix-blend-mode: normal;
  }

  .os-name {
    text-align: left;
    mix-blend-mode: normal;
    width: auto;
    font-size: 12px;
    overflow: visible;
  }

  .ostext-2 {
    flex-flow: row;
    width: 64px;
  }

  .frame-115 {
    grid-row-gap: 22px;
  }

  .bash-command-wrapper.code-label {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 16px;
  }

  .download-wrapper-static {
    width: auto;
    max-width: none;
  }
}

#w-node-_6cbf4309-67d0-3b53-a17e-4b4be34e4bd8-27547eea {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2b1971b9-04fd-ea38-b195-189a39427376-27547eea {
  align-self: end;
}

#w-node-_856d575d-61d3-7fff-1050-ecbb45ef39ab-2baee70f {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_6cbf4309-67d0-3b53-a17e-4b4be34e4bd8-27547eea {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}


@font-face {
  font-family: 'Courierprime';
  src: url('../fonts/CourierPrime-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Courierprime';
  src: url('../fonts/CourierPrime-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}