:root {
  --gold: #d1bc75;
  --bg: #131313;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--black: #131313;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--white: white;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray500: #667085;
  --untitled-ui--blue500: #2e90fa;
  --untitled-ui--warning500: #f79009;
  --untitled-ui--indigo500: #6172f3;
  --untitled-ui--success500: #12b76a;
  --untitled-ui--pink500: #ee46bc;
  --untitled-ui--blue50-2: #eff8ff;
  --untitled-ui--blue700: #175cd3;
  --untitled-ui--orange50: #fef6ee;
  --untitled-ui--orange700: #b93815;
  --untitled-ui--indigo50-2: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--success50-2: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--pink50-2: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--gray200: #eaecf0;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --waves-library--white: white;
  --flowui-component-library--primary-base: #642eff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray900: #101828;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--black: #010b15;
}

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

body {
  color: #fff;
  background-color: #040404;
  font-family: Generalsans variable, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #c5c5c5;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--gold);
  text-transform: none;
  border-radius: 7px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-colors-show-case {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 300px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  width: 54px;
  height: 54px;
  background-color: #0266ff;
  border-radius: 300px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #151515;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  height: 100%;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.hero-container {
  width: 100%;
  flex: 1;
  align-items: center;
  margin-top: 247px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.trusted-by-container {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.testimonal {
  width: 100%;
  margin-bottom: 54px;
}

.container.cta {
  z-index: 1;
  position: relative;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--gold);
  color: #000;
  border-radius: 0;
  padding: 8px 55px 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 19px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #48a136;
}

.button.navbar-button {
  background-color: var(--gold);
  color: #000;
  object-fit: fill;
  border-radius: 0;
  padding: 7px 50px;
  font-size: 19px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button.navbar-button:hover {
  background-color: #636462;
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: #b6b6b6;
}

.button.pricing {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
}

.style-guide-box-holder {
  background-color: #000;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.section.grey-section-copy {
  background-color: #0d0d0d;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  height: 60px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(2, 2, 2, .13);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-link-container {
  height: 100%;
  flex: 1;
  justify-content: flex-start;
  margin-left: 95px;
  display: flex;
}

.nav-menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  height: 100%;
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  border-bottom-color: var(--gold);
  color: #fff;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footer-brand {
  max-width: 300px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  width: 100%;
  background-color: var(--gold);
  color: #000;
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.footer-paragraph-holder {
  margin-bottom: 180px;
}

.white-link {
  color: #000;
  text-decoration: underline;
  transition: color .375s;
}

.white-link:hover {
  color: #474747;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.white-text {
  color: #fff;
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  width: 100%;
  min-width: 370px;
  perspective: 1500px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field {
  width: 100%;
  height: 51px;
  border: 1px solid var(--gold);
  color: #fff;
  background-color: #333;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px #d1bc75;
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px #d1bc75;
}

.text-field:focus {
  border-color: #d1bc75;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(99, 91, 255, .04);
}

.text-field::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.submit-button {
  width: 30px;
  height: 30px;
  background-color: var(--gold);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0f56c3;
}

.error-message {
  width: 100%;
  background-color: var(--bg);
  color: rgba(255, 255, 255, .57);
  text-align: center;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
}

.error-message::-ms-input-placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  min-width: 280px;
  border-right: 1px solid #242424;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #fff;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #fff;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 1px 1px 14px rgba(0, 0, 0, .25), 0 21px 36px rgba(99, 91, 255, .13);
}

.figma-file-container.center {
  height: 100%;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
}

.figma-file-icon-holder {
  width: 41px;
  height: 41px;
  min-width: 41px;
}

.figla-file-icon {
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  width: 100%;
  border-radius: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.link {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-grid-holder {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

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

.hero-heading-content {
  width: 770px;
  max-width: 800px;
  perspective: 1500px;
}

.hero-heading {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 500;
}

.hero-paragraph {
  max-width: 650px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
}

.hand-image-holder {
  width: 430px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.screen-image-holder {
  z-index: -1;
  object-fit: cover;
  padding: 3% 35% 29% 13.5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hand-image {
  width: 100%;
  padding-bottom: 0;
}

.screen-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.like-a-pro {
  color: var(--gold);
  font-weight: 600;
}

.button-holder {
  grid-column-gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.google-play {
  border: 2px solid rgba(0, 0, 0, 0);
}

.google-play:hover {
  border: 2px solid var(--gold);
}

.apple-store {
  border: 2px solid rgba(0, 0, 0, 0);
}

.apple-store:hover {
  border: 2px solid var(--gold);
}

.elips-holder {
  z-index: -2;
  width: 1050px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.elipse {
  z-index: -2;
  width: 100%;
}

.trusted-by-holder {
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  flex-direction: row;
  align-items: center;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.trusted-by-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.trusted-icons {
  width: 100%;
  align-items: center;
  display: flex;
}

.experience-div {
  max-width: 871px;
  text-align: center;
}

.experience-title-holder {
  text-align: justify;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 98px;
  display: flex;
}

.experience-paragraph {
  font-family: IBM Plex Mono, sans-serif;
}

.explenaction-holder {
  padding-bottom: 130px;
}

.explanation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.explanation {
  max-width: 100%;
  background-color: var(--bg);
  border: 2px solid #040404;
  padding: 35px 40px;
  transition: transform .4s, border-color .4s;
}

.explanation:hover {
  border: 2px solid var(--gold);
  transform: translate(0, -10px);
}

.calendar-icon {
  margin-bottom: 35px;
}

.explenaction-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.explenaction-paragraph {
  font-family: IBM Plex Mono, sans-serif;
}

.experience-product {
  padding-top: 100px;
  padding-bottom: 0;
}

.experience-product-holder {
  background-color: var(--bg);
}

.sign-up-holder {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.music-type-holder, .music-type {
  width: 100%;
}

.payment-plane-holder {
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.payment-plan {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.feature-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.feature-grid._02 {
  grid-template-columns: 1fr .75fr;
  margin-top: 180px;
}

.basic-plan-holder {
  background-color: var(--bg);
  padding: 30px;
}

.basic-plan-holder.middle {
  border: 2px solid var(--gold);
}

.delusional-review-holder {
  background-color: var(--bg);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 190px;
  display: flex;
}

.delusional-heading-holder {
  max-width: 680px;
}

.slide-holder {
  width: 100%;
  background-color: var(--bg);
  margin-top: 20px;
  margin-bottom: 110px;
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.reviews {
  width: 410px;
  max-width: 410px;
  background-color: #000;
  padding: 30px;
}

.person-foto-holder {
  grid-column-gap: 16px;
  object-fit: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.name-title-holder {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.name-holder {
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.hite {
  margin: auto;
  display: none;
  position: absolute;
}

.star-holder {
  grid-column-gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.slide {
  width: 410px;
  height: auto;
  background-color: #000;
  margin-right: 30px;
}

.mask {
  width: 410px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.right-arrow {
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 70px;
  height: 70px;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: auto;
  right: 92px;
}

.plane-cost {
  font-size: 60px;
}

.monthly {
  padding-left: 0;
  font-size: 18px;
}

.plus {
  text-align: left;
  position: relative;
}

.basic-text {
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  padding: 9px 15px;
  font-size: 18px;
}

.plane-features {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.features-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.x {
  opacity: .5;
}

.sign-up-wrapper {
  z-index: 4;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #d1bc75;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sign-up-heading {
  background-color: var(--gold);
}

.heading-holder {
  padding-top: 66px;
  padding-bottom: 66px;
  padding-left: 66px;
}

.cta-submit-button {
  z-index: 1;
  height: 43px;
  color: var(--gold);
  background-color: #000;
  padding-left: 42px;
  padding-right: 42px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
}

.sign-up-paragraph {
  max-width: 420px;
  color: #000;
}

.form-block {
  width: 440px;
  color: #000;
  margin-top: 65px;
  padding-top: 0;
}

.cta-text-field {
  z-index: 0;
  height: 45px;
  background-color: var(--gold);
  color: #000;
  border: 2px solid #000;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.cta-text-field::-ms-input-placeholder {
  color: #666;
}

.cta-text-field::placeholder {
  color: #666;
}

.phone-holder {
  width: 100%;
}

.footer-paragraph {
  margin-top: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
}

.delusional-paragraph {
  font-family: IBM Plex Mono, sans-serif;
}

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

.experience-paragraph-holder {
  max-width: 570px;
  text-align: center;
}

.exerience-product-heading-holder {
  max-width: 700px;
}

.experience-product-paragraph-holder {
  max-width: 570px;
}

.list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.popular-text-span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
}

.delusional-paragraph-holder {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.plane-paragraph {
  font-family: IBM Plex Mono, sans-serif;
}

.plane-paragraph-holder {
  max-width: 570px;
  text-align: center;
}

.hero-section {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-holder {
  perspective: 1500px;
}

.trusted-logo-holder {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.logo {
  width: 100%;
}

.green-text {
  color: var(--gold);
}

.title-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-container {
  grid-row-gap: 35px;
  flex-direction: column;
  margin-top: 35px;
  display: flex;
}

.pricing-button-holder {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-top: 35px;
  display: flex;
}

.testimonial-container-holder {
  width: 100%;
  overflow: hidden;
}

.profile-picture-image-holder {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.profile-picture-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow-holder {
  width: 52px;
  height: 52px;
  border: 1px solid var(--gold);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  transition: border-width .3s, background-color .3s;
  display: flex;
}

.arrow-holder:hover {
  background-color: var(--gold);
  border-width: 20px;
}

.slider-arrow.left {
  transform: rotate(-180deg);
}

.grey-half {
  height: 50%;
  background-color: #131313;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: var(--bg);
  color: #fff;
  border-radius: 8px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.fade-gradient {
  display: none;
}

.image {
  width: 200px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 69px;
  grid-template: ". Area-4"
                 "Area Area-5"
                 "Area-2 Area-6"
                 "Area-3 Area-7"
                 / .25fr .25fr;
}

.heading {
  color: #6f6767;
  text-align: left;
  margin-top: 76px;
}

.image-2 {
  margin-top: 79px;
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  margin-bottom: -121px;
  padding: 0 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.features-metrics {
  background-color: #040404;
  border: 1px #000;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.button-2 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-2:hover {
  background-color: #7f7c71;
}

.button-3 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-3:hover {
  background-color: #7f7c71;
}

.button-4 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-4:hover {
  background-color: #7f7c71;
}

.button-5 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-5:hover {
  background-color: #7f7c71;
}

.button-6 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-6:hover {
  background-color: #7f7c71;
}

.button-7 {
  color: #000;
  background-color: #d1bc75;
  font-weight: 600;
}

.button-7:hover {
  background-color: #7f7c71;
}

.html-embed {
  margin-left: 36px;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  width: 100%;
  max-width: 420px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-career-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-career-detail {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-career-detail-row {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-career-button-primary {
  min-height: 40px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-career-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-career-badge {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--flowui-component-library--gray-500);
  text-align: center;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.f-h5-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-career-title-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-career-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-career-content-wrapper {
  width: 100%;
}

.f-career-card {
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  align-items: flex-start;
  padding: 40px;
  transition: box-shadow .3s;
  display: flex;
}

.f-career-card:hover {
  box-shadow: 0 48px 140px -48px rgba(57, 59, 106, .16);
}

.f-grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-career-tab-content {
  margin-left: 10%;
}

.f-career-tab-link {
  min-width: 295px;
  color: #1b114a;
  letter-spacing: -.01em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-bottom: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.f-career-tab-link.w--current {
  background-color: #f3f5fb;
}

.f-career-tab-menu-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-career-tabs {
  flex-direction: row;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--bg);
  background-color: var(--gold);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--waves-library--black);
  background-color: var(--bg);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-career10_icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui--gray400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-career10_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

.uui-career10_detail-wrapper {
  color: var(--untitled-ui--gray600);
  align-items: center;
  margin-right: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.uui-career10_job-details-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--flowui-component-library--white);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.badge-dot {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-blue500 {
  color: var(--untitled-ui--blue500);
}

.badge-dot.text-color-warning500 {
  color: var(--untitled-ui--warning500);
}

.badge-dot.text-color-indigo500 {
  color: var(--untitled-ui--indigo500);
}

.badge-dot.text-color-success500 {
  color: var(--untitled-ui--success500);
}

.badge-dot.text-color-pink500 {
  color: var(--untitled-ui--pink500);
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-blue {
  background-color: var(--untitled-ui--blue50-2);
  color: var(--untitled-ui--blue700);
  font-size: .875rem;
  font-weight: 500;
}

.uui-badge.is-orange {
  background-color: var(--untitled-ui--orange50);
  color: var(--untitled-ui--orange700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50-2);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-success {
  background-color: var(--untitled-ui--success50-2);
  color: var(--untitled-ui--success700);
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50-2);
  color: var(--untitled-ui--pink700);
}

.uui-career10_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-career10_heading {
  color: var(--gold);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-career10_title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-career10_item {
  border-top: 1px solid var(--untitled-ui--gray200);
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.uui-career10_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--untitled-ui--gray200);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-career10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--flowui-component-library--white);
  letter-spacing: normal;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  background-image: linear-gradient(#000, #000);
  margin-bottom: 114px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_career10 {
  background-image: linear-gradient(rgba(92, 91, 91, .5), rgba(92, 91, 91, .5));
  margin-top: 0;
  padding-top: 0;
}

.uui-career10_heading-2 {
  aspect-ratio: auto;
  color: var(--gold);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--gold);
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-header-image-wrapper-tall {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.html-embed-2 {
  margin-bottom: 0;
  margin-left: 272px;
  padding-bottom: 120px;
}

.text-span-2 {
  color: var(--gold);
}

.heading-2 {
  padding-top: 68px;
}

.waves---brand {
  width: 200px;
  height: 200%;
  max-width: none;
  margin-top: -12px;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-3 {
  height: 100%;
  color: #161010;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---nav-container {
  height: 100%;
  max-width: 1440px;
  background-color: var(--waves-library--white);
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-3 {
  z-index: 103;
  height: 80px;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid rgba(19, 19, 19, .2);
}

.waves---cta-white {
  height: 52px;
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---cta-white.medium-wide-cta {
  width: 200px;
  min-width: 150px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-rounded-24 {
  width: 100%;
  border-radius: 24px;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(rgba(19, 19, 19, .1) 22%, rgba(19, 19, 19, .66) 77%, rgba(19, 19, 19, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/DSC05904-min.jpeg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-image-cta-4 {
  width: 900px;
  height: 600px;
  border-radius: 24px;
  margin-top: -444px;
  margin-bottom: -101px;
  margin-left: 379px;
  padding-top: 136px;
}

.waves---cta-outline-white {
  height: 52px;
  border: 1px solid var(--waves-library--white);
  color: var(--waves-library--white);
  background-color: rgba(19, 19, 19, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-outline-white.medium-wide-cta {
  min-width: 150px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-master-cta-4 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 120px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .container.testimonal {
    margin-bottom: 96px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .hand-image-holder {
    width: 460px;
  }

  .hand-image {
    top: -56px;
    right: -10px;
  }

  .elips-holder {
    top: 444px;
  }

  .trusted-by-holder {
    width: 100%;
    height: 100%;
  }

  .experience-title-holder {
    margin-top: -27px;
  }

  .hite {
    overflow: hidden;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .f-career-button-primary {
    background-color: var(--gold);
  }

  .f-h5-heading {
    color: var(--flowui-component-library--gray-100);
  }

  .f-career-card {
    border-color: #64656e;
  }

  .f-career-tab-link.w--current {
    color: #000;
    -webkit-text-stroke-color: #000;
    background-color: #d1bc75;
  }

  .f-h3-heading {
    -webkit-text-stroke-color: var(--gold);
  }

  .f-heading-detail-small {
    color: var(--flowui-component-library--white);
  }

  .text-span {
    color: var(--gold);
    -webkit-text-stroke-color: var(--gold);
  }

  .text-block, .text-block-2, .text-block-3, .text-block-4 {
    color: #fff;
  }

  .uui-section_career10 {
    background-image: linear-gradient(rgba(92, 91, 91, .5), rgba(92, 91, 91, .5)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }

  .html-embed-2 {
    padding-left: 205px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    height: auto;
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container, .nav-menu {
    height: auto;
  }

  .nav-links {
    height: auto;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: #0266ff;
  }

  .hero-grid-holder {
    padding-top: 60px;
  }

  .hero-grid {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-content {
    width: 100%;
    max-width: none;
  }

  .hero-heading {
    font-size: 55px;
  }

  .hand-image-holder {
    position: relative;
    right: -9%;
  }

  .hand-image-holder.cta {
    right: 0%;
  }

  .screen-image-holder {
    padding-left: 13.2%;
    padding-right: 35.9%;
  }

  .button-holder {
    justify-content: center;
  }

  .trusted-by-holder {
    padding: 18px;
  }

  .trusted-by-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .explanation-grid {
    flex-direction: column;
    display: flex;
  }

  .sign-up-holder {
    grid-row-gap: 20px;
  }

  .payment-plan {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .feature-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .feature-grid._02 {
    flex-direction: column-reverse;
    margin-top: 60px;
  }

  .delusional-review-holder {
    padding-bottom: 270px;
  }

  .slide-holder {
    flex-direction: column;
  }

  .left-arrow {
    right: 11%;
  }

  .sign-up-wrapper {
    flex-direction: column-reverse;
  }

  .sign-up-heading {
    font-size: 42px;
    font-weight: 600;
  }

  .heading-holder {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 19px 20px;
    display: flex;
  }

  .form-block {
    margin-top: 20px;
  }

  .phone-holder {
    justify-content: center;
    margin-top: -300px;
    display: flex;
  }

  .hero-section {
    height: auto;
    margin-top: 0;
  }

  .hero-content-holder {
    max-width: 80%;
    padding-bottom: 40px;
  }

  .trusted-logo-holder {
    width: 100%;
    grid-column-gap: 50px;
  }

  .fade-gradient {
    width: 100%;
    height: 110px;
    background-image: linear-gradient(to bottom, rgba(110, 231, 85, 0) 10%, var(--gold) 75%);
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .f-career-tab-content {
    margin-left: 0%;
  }

  .f-career-tab-link {
    width: 100%;
  }

  .f-career-tab-menu-vertical {
    margin-bottom: 40px;
  }

  .f-career-tabs {
    flex-direction: column;
  }

  .uui-career10_list {
    border-bottom-style: none;
  }

  .uui-career10_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-section_career10 {
    background-image: linear-gradient(rgba(92, 91, 91, .5), rgba(92, 91, 91, .5));
  }

  .f-header-image-wrapper-tall {
    height: 360px;
    max-width: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .html-embed-2 {
    margin-left: -14px;
    padding-left: 0;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    width: 100%;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .container.trusted-by-container {
    padding-left: 0;
    padding-right: 0;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-paragraph-holder {
    margin-bottom: 30px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .elips-holder {
    width: 580px;
    bottom: 9%;
  }

  .trusted-by-grid {
    grid-row-gap: 30px;
    align-items: center;
  }

  .trusted-icons {
    width: 60%;
  }

  .trusted-icons.middle {
    position: relative;
    left: 50%;
  }

  .explenaction-holder {
    padding-bottom: 40px;
  }

  .experience-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-arrow {
    right: 19%;
  }

  .hero-section {
    overflow: hidden;
  }

  .hero-content-holder {
    max-width: 100%;
  }

  .trusted-logo-holder {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-career-badge {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .f-career-title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-career10_job-details-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-career10_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-career10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .html-embed-2 {
    width: 200%;
    height: 100%;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }
}

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

  .black-background-padding {
    padding: 7px;
  }

  .container, .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.white {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .featured-logo-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .change-log-block-holder {
    flex-direction: column;
    display: flex;
  }

  .hero-heading {
    font-size: 10vw;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .hand-image-holder {
    width: 100%;
  }

  .button-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .apple-store-holder {
    margin-top: 0;
  }

  .trusted-icons {
    width: 100%;
  }

  .explanation {
    padding: 19px;
  }

  .slider {
    width: 100%;
  }

  .reviews {
    width: 100%;
    max-width: none;
  }

  .slide, .mask {
    width: 100%;
  }

  .right-arrow {
    justify-content: flex-end;
    display: flex;
    bottom: -13%;
  }

  .left-arrow {
    bottom: -13%;
    right: auto;
  }

  .heading-holder {
    padding-left: 13px;
    padding-right: 13px;
  }

  .cta-submit-button {
    position: relative;
  }

  .form-block {
    width: 100%;
  }

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

  .trusted-logo-holder {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid, .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-career-detail {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-career-detail-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-button-primary {
    margin-top: 14px;
  }

  .f-career-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-career-card {
    padding: 32px 24px;
  }

  .f-career-tab-link {
    width: 100%;
    min-width: auto;
  }

  .uui-career10_label-wrapper {
    display: none;
  }

  .uui-career10_component {
    grid-template-columns: 1fr;
  }

  .html-embed-2 {
    margin-bottom: -132px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves---2-cta-flex {
    width: 100%;
    max-width: 250px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_4534490a-faf3-5688-5bc0-1f0b7d751496-24d61b8f, #w-node-c36fca40-866e-df7c-1845-2b4f8acaecdc-24d61b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0114b825-ad04-8fad-3ce0-8bb71faaf686-24d61b8f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_342af1a0-022d-9026-483b-181e7f701e03-24d61b8f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-af4a7587-e469-4c40-1f57-16205325c52d-24d61b8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57b7de0d-bc92-812a-044f-d81d3d552c14-24d61b8f, #w-node-ecb8ddfa-88fa-90e2-6c3e-42f082675f87-24d61b8f, #w-node-_5b8d018d-9bf7-3151-2322-fbf6c6d5b8c0-24d61b8f, #w-node-_9f6cd40d-fc77-8284-30cd-1a8754eda3a3-24d61b8f, #w-node-_6cdaede9-0410-1c49-8b76-c75599f66925-24d61b8f, #w-node-_3b036666-44ea-d7fa-6e7e-a3caf98dcd8b-24d61b8f, #w-node-a293fff8-f0c3-6083-00f8-eb9599926a42-24d61b8f, #w-node-_0569fc6a-7ac6-45d6-6f78-8685605c6dc1-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67c7-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67d2-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67dc-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67e6-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67f0-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67fa-24d61b8f, #w-node-_9bfecd20-bdba-5144-6f49-1aa513b79356-24d61b8f, #w-node-_77dc99b4-2fa4-63f6-3aea-e8aa50f15c09-24d61b8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f36a8ad-75a3-e6b3-55fc-1729f9bf7d56-24d61b8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a555016-42de-641e-705b-55203b56dcbb-24d61b8f, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-24d61b92, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-24d61b93, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-24d61b94, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-24d61b95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-24d61b95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-24d61b95 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-_3b036666-44ea-d7fa-6e7e-a3caf98dcd8b-5afe783c, #w-node-a293fff8-f0c3-6083-00f8-eb9599926a42-5afe783c, #w-node-_0569fc6a-7ac6-45d6-6f78-8685605c6dc1-5afe783c, #w-node-_77dc99b4-2fa4-63f6-3aea-e8aa50f15c09-5afe783c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f36a8ad-75a3-e6b3-55fc-1729f9bf7d56-5afe783c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a555016-42de-641e-705b-55203b56dcbb-5afe783c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67d2-24d61b8f, #w-node-_4524cbf8-ce43-8ea3-cd39-eca0410a67dc-24d61b8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-24d61b95, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-24d61b95 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}