:root {
  --dark-grey: #161616;
  --true-black: black;
  --waves-library-black: #131313;
  --waves-library-dark-elevation: #ede0d8;
  --waves-library-white: white;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-grey);
  font-family: Relative, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--dark-grey);
  letter-spacing: -2.4px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

h2 {
  letter-spacing: -1.92px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

h3 {
  letter-spacing: -1.68px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

h4 {
  letter-spacing: -.64px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  letter-spacing: -.48px;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  letter-spacing: -.32px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.nav-text-hover {
  color: #0a0a0a;
  letter-spacing: .28px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.button {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  background-color: #161616;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.button.right-24 {
  margin-right: 24px;
}

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

.button.button-white.small {
  padding: 12px 24px;
  font-size: 14px;
}

.button.button-white.small.wide-button {
  padding-left: 32px;
  padding-right: 32px;
}

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

.button.secondary:hover {
  background-color: rgba(0, 0, 0, .15);
}

.button.secondary.small {
  text-align: center;
  flex: 1;
  padding: 12px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
}

.button.secondary.small.nav-cta {
  z-index: 2000;
  flex: 0 auto;
}

.button.secondary.small.nav-cta.hide {
  display: none;
}

.button.secondary.small.black {
  clear: none;
  transition: all .4s;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.secondary.button-white {
  color: #fff;
  background-color: #0a0a0a;
}

.button.secondary.button-white.right-32:hover {
  background-color: rgba(255, 255, 255, .05);
}

.button.secondary.right-32:hover {
  background-color: rgba(22, 22, 22, .15);
}

.button.right-32 {
  margin-right: 32px;
}

.navbar-version-1 {
  z-index: 100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-purple {
  color: #6248ff;
}

.layer-blur-cta {
  width: 400px;
  height: 400px;
  filter: blur(95px);
  background-image: linear-gradient(132deg, #ff4848, #ff7448 41%, #6248ff 75%);
  border-radius: 500px;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph-l {
  letter-spacing: -.48px;
  font-size: 24px;
}

.paragraph-l.margin-l.max-560w {
  max-width: 560px;
}

.text-white {
  color: #fff;
}

.text-white.h6-smaller {
  letter-spacing: .7px;
  font-size: 14px;
  line-height: 22px;
}

.multi-button-wrapper {
  align-items: center;
  display: flex;
}

.text-link {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

.text-link.text-white {
  color: #fff;
  cursor: pointer;
  flex-wrap: nowrap;
  display: inline-block;
}

.text-link.text-white.right-32 {
  margin-right: 32px;
}

.nav-link {
  color: #000;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.nav-link.footer {
  color: rgba(255, 255, 255, .75);
  padding: 12px 0;
  transition: color .3s;
  display: block;
}

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

.menu-nav-wrap {
  width: 100%;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.text-centred.max-800w {
  max-width: 800px;
}

.text-centred.margin-xxl {
  margin-bottom: 80px;
}

.badge-text {
  color: #000;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
}

.badge-text.text-grey {
  color: rgba(0, 0, 0, .75);
}

.badge-text.text-white {
  color: #fff;
}

.home {
  width: 124px;
  height: 33.33px;
  position: relative;
  transform: translate(0);
}

.paragraph-m {
  letter-spacing: -.4px;
  font-size: 20px;
}

.paragraph-m.text-white._3 {
  margin-top: -22px;
  margin-left: 354px;
  display: none;
}

.paragraph-m.text-centred {
  margin-bottom: 24px;
}

.paragraph-m.text-centred.margin-l {
  margin-bottom: 40px;
}

.paragraph-m.max-640w {
  max-width: 640px;
}

.paragraph-m.max-560w {
  max-width: 560px;
}

.paragraph-m.headdy {
  color: var(--true-black);
  text-shadow: 1px 1px rgba(0, 0, 0, .14);
  mix-blend-mode: normal;
  font-size: 29px;
  font-weight: 700;
  display: none;
}

.close-button {
  width: 40px;
  height: 40px;
  background-color: #161616;
  border: 2px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.menu-container {
  z-index: 1000;
  width: 560px;
  background-color: #161616;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 104px 64px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: scroll;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.cta {
  background-color: #0a0a0a;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.light-purple {
  background-color: #f5f3ff;
}

.section.black {
  background-color: #0a0a0a;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.section.black.confirmation-page {
  height: 100vh;
  padding-top: 180px;
  display: flex;
}

.section.black.footer {
  border-radius: 0;
}

.section.light-orange {
  background-color: #fff3ef;
}

.section.footer {
  z-index: 0;
  background-color: #0a0a0a;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section.grain {
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: 300px 300px;
}

.section.grain.top-140 {
  background-image: url('../images/Grain_Latest.png');
  background-size: 300px 300px;
  padding-top: 140px;
}

.section.grain.padding-top-40 {
  padding-top: 40px;
  padding-left: 0;
}

.section.grain._2 {
  display: block;
}

.section.grain.subpage-hero {
  padding-top: 160px;
}

.background-blur-wrapper {
  z-index: -5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-blur-wrapper.overflow-hidden {
  overflow: hidden;
}

.text-orange {
  color: #ff7448;
}

.nav-link-text-large {
  flex-direction: column;
  line-height: 56px;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-text-large:hover {
  color: rgba(255, 255, 255, .75);
  transform: translate(8px);
}

.nav-text {
  color: #0a0a0a;
  letter-spacing: .28px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.nav-text.text-white {
  color: #fff;
}

.example-block {
  width: 560px;
  height: 80px;
  border: 3px solid #ff7448;
  justify-content: center;
  align-items: center;
  display: flex;
}

.example-block.margin-s {
  margin-bottom: 16px;
}

.example-block.margin-m {
  margin-bottom: 24px;
}

.example-block.margin-xl {
  margin-bottom: 56px;
}

.example-block.margin-xxl {
  margin-bottom: 80px;
}

.example-block.margin-xs {
  margin-bottom: 12px;
}

.example-block.margin-l {
  margin-bottom: 40px;
}

.nav-text-wrap {
  height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.nav-link-dope-edition {
  padding: 16px;
  text-decoration: none;
}

.nav-link-dope-edition.right-32 {
  margin-right: 16px;
}

.badge {
  background-color: #d8d5d1;
  border-radius: 8px;
  padding: 6px 8px;
  display: inline-block;
}

.badge.bg-white {
  background-color: #fff;
}

.badge.light-grey {
  background-color: rgba(255, 255, 255, .15);
}

.badge.light-grey.wrap {
  margin-bottom: 8px;
  margin-right: 8px;
}

.badge.yolo-media {
  background-color: #deeffa;
}

.badge.good-housing {
  background-color: #d4eff0;
}

.badge.laura-avery {
  background-color: #e9e5dd;
}

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

.main-nav-link {
  color: #fff;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  display: block;
}

.main-nav-link.margin-s {
  display: block;
}

.blur-background {
  background-color: rgba(22, 22, 22, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-container {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.tab-container.small {
  max-width: 920px;
}

.tab-container.small.flex-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-container.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.tab-container.centred {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-container.centred.full-width {
  align-items: stretch;
  margin-top: -10rem;
}

.tab-container.centred.full-width.tabs {
  display: none;
}

.tab-container.grid {
  z-index: 5;
  height: 96px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tab-container.static {
  position: static;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-light-grey {
  color: rgba(255, 255, 255, .65);
}

.margin-s {
  margin-bottom: 16px;
}

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

.margin-xs._100-w {
  width: 100%;
}

.margin-l {
  margin-bottom: 40px;
}

.margin-xl {
  margin-bottom: 56px;
}

.margin-xxl {
  margin-bottom: 80px;
}

.process-image {
  width: 240px;
  height: 240px;
  background-image: url('../images/Process_step_background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step {
  min-width: 120px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.project-title-wrap {
  align-items: center;
  display: flex;
}

.project-spec-figma-wrap {
  width: 100%;
  height: 520px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.price-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.figma-embed-wrapper {
  width: 100%;
  height: 560px;
  border: 2px solid #161616;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 145px;
  position: relative;
  overflow: hidden;
}

.text-area {
  min-height: 120px;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .05);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  border-color: rgba(255, 255, 255, .25);
}

.text-area:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.text-area.larger {
  min-height: 160px;
}

.text-area.larger.margin-l {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-area.margin-l {
  transition: all .4s;
}

.client-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.relume-logo-primary-white {
  z-index: 0;
  color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.step-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-info-wrapper.step-5 {
  margin-bottom: 0;
}

.image-5 {
  width: 32px;
  height: 32px;
}

.benefits-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.relume-logo-secondary-black {
  z-index: 1;
  color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2-small {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, .52);
  transform-style: preserve-3d;
  font-size: 56px;
  line-height: 64px;
  transform: translate3d(0, 0, 129px);
}

.heading-2-small.text-white {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side, #fff, #f6cbc2 0%, #eb8c79 56%, #c284ab);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 71px;
  font-weight: 500;
}

.heading-2-small.text-white._2 {
  outline-offset: 0px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #fff;
  margin-bottom: -64px;
}

.heading-2-small.text-white._2.background-blur-wrapper {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #754d4d;
  transform-style: preserve-3d;
  background-image: none;
  margin-top: 100px;
  font-size: 12.5vw;
  font-weight: 500;
  transform: translate3d(0, 0, -300px);
}

.heading-2-small.text-white.glow {
  filter: saturate(133%) brightness(122%) blur(14px);
  text-shadow: none;
  margin-top: -88px;
  transform: translate(0);
}

.heading-2-small._2 {
  font-size: 48px;
}

.heading-2-small._3 {
  text-shadow: none;
}

.img-24 {
  width: 24px;
}

.img-24.right-12 {
  margin-right: 12px;
}

.aud {
  font-size: 14px;
  line-height: 22px;
}

.capabilities-wrap {
  width: 45%;
}

.success-message {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 16px;
  padding: 24px;
}

.benefits-icon {
  margin-bottom: 16px;
  margin-right: 0;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 8px 0;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #161616;
  transition: all .3s;
}

.tab-link.right-32, .tab-link.right-32.w--current {
  margin-right: 32px;
}

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

.pricing-table-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table-text._3 {
  display: none;
}

.pre-loader {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.profile-bg-colour {
  width: 100%;
  background-color: #d8d5d1;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tick._0-opacity {
  opacity: 0;
}

.wrapper {
  position: relative;
}

.wrapper.flex-vertical {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.wrapper._16-margins {
  margin: 16px;
}

.profile-button-wrap {
  align-items: flex-start;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col.margin-l {
  display: none;
}

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

.fixed-cta {
  z-index: 500;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #0a0a0a;
  border: 2px solid #000;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: 24px;
  right: 5vw;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.fixed-cta:hover {
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.fixed-cta.migration {
  padding-left: 24px;
  padding-right: 24px;
}

.lock-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 16px;
  right: 16px;
}

.form-2-col {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.button-icon {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
}

.button-icon:hover {
  background-color: #161616;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

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

.button-icon.secondary:hover {
  background-color: #c2c0bc;
}

.button-icon.secondary.small {
  text-align: center;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.button-icon.secondary.small.visit-live {
  margin-left: 16px;
}

.button-icon.secondary.small.visit-live.project-spec {
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.field-label {
  width: 100%;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.name-arrow {
  z-index: 20;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 64px;
}

.name-arrow.adam {
  left: auto;
  right: 64px;
}

._4-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 106px;
  transform: translate3d(0, 0, 300px);
}

._4-col-grid._2 {
  display: none;
}

.page-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.export-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  display: none;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 16px;
  right: 16px;
}

.export-icon.project-spec {
  margin-top: 0;
  display: block;
  position: static;
}

.navbar-container {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.navbar-container.navbar-container-confirmation-page {
  grid-template-columns: 2.25fr;
  justify-items: center;
}

.faq-arrow {
  width: 28px;
  margin-right: 0;
}

.comparison-img---desktop {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.comparison-img---desktop.img-2 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.comparison-img---desktop.img-3 {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-type-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.rr-peeps {
  width: 100%;
}

.pricing-row {
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px rgba(255, 255, 255, .15);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-row.pricing-header {
  border-top-style: none;
  padding-top: 0;
  padding-bottom: 40px;
}

.rr-text-wrapper {
  width: 55%;
  margin-right: 40px;
}

.profile-wrapper {
  width: 100%;
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
}

.step-heading {
  color: #fff;
}

.project-spec-webflow-wrap {
  width: 100%;
  height: 520px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  margin-top: 24px;
  margin-left: 0;
}

.circle-blur-bottom-right-2 {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.circle-blur-bottom-right-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
}

.circle-blur-middle-left {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(59deg, #ff7448 27%, #ff4848 50%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.circle-blur-middle-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  margin-top: 700px;
  margin-left: -210px;
  padding-left: 0;
}

.comparison-img---mobile {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.footer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-div.max-720w {
  max-width: 720px;
}

.center-div.max-720w.margin-xl._2 {
  max-width: 1080px;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 133px);
}

.center-div.max-560w {
  max-width: 560px;
}

.center-div.max-800w {
  max-width: 800px;
}

.center-div.margin-xxl {
  display: block;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tabs-menu.left-align {
  justify-content: flex-start;
}

.hero-grid {
  grid-column-gap: 56px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hero-content-wrap.design-to-webflow {
  transform-style: preserve-3d;
}

.loading-animation {
  width: 280px;
  display: flex;
}

.project-spec-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.random-facts, .random-facts.dan {
  display: none;
}

.rr-details-wrap {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.with-underline {
  color: var(--true-black);
  background-image: url('../images/underline.svg');
  background-position: 50% 115%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px 2px 2px;
  display: inline-block;
  transform: translate(0);
}

.with-underline.long-underline {
  filter: none;
  background-image: url('../images/Underline_long.svg');
  background-position: 50% 100%;
}

.with-underline._2 {
  width: 38%;
  filter: saturate(200%) invert();
  object-fit: cover;
  transform-style: preserve-3d;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 85px;
  display: none;
  position: static;
  transform: translate(20px, -16px)scale3d(2, 1, 1)scale(2);
}

.with-underline._3 {
  filter: invert();
}

.text-field {
  height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .05);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: rgba(255, 255, 255, .25);
}

.text-field:focus {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

.text-field.margin-s {
  transition: all .4s;
}

.navbar {
  z-index: 100;
  height: 96px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.profile-photo {
  width: 90%;
  border-radius: 12px;
  align-self: flex-end;
  margin-top: 24px;
  transform: translate(0);
}

.rr-image {
  width: 192px;
  height: 192px;
  min-height: 192px;
  min-width: 192px;
  background-image: url('../images/RR-Bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-wrapper {
  width: auto;
  max-width: 720px;
  border-top: 2px #161616;
}

.faq-wrapper.margin-xl {
  display: block;
}

.client-quote-wrap {
  width: 50%;
}

.relume-comparison-tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-block {
  border: 2px solid #161616;
  border-style: solid none;
  margin-bottom: -2px;
  padding: 24px 0;
}

.faq-block._9, .faq-block._1 {
  display: none;
}

.circle-blur-bottom-left {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(334deg, #ff7448 18%, #ff4848 59%, #6248ff 86%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: -5%;
  right: auto;
}

.circle-blur-bottom-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
}

.step-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.relume-logo-primary {
  z-index: 0;
  color: #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-line {
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
  position: absolute;
  left: 19px;
  right: 20px;
}

.relume-roster-heading {
  color: #fff;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.form-wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.relume-roster-panel {
  background-color: #161616;
  border-radius: 16px;
  align-items: center;
  margin-top: 20px;
  padding: 24px;
  display: flex;
}

.circle-blur-top-right-2 {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 35%, #ff4848 54%, #6248ff 80%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.circle-blur-top-right-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
}

.form-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
  margin-top: 32px;
  margin-bottom: 56px;
}

.grey-line {
  width: 2px;
  height: 82%;
  background-color: rgba(255, 255, 255, .15);
  position: relative;
}

.project-spec-name {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.timeline-wrapper {
  width: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.personality-description {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.webflow-embed {
  width: 200%;
  height: 870px;
  border-radius: 12px;
  margin-top: -175px;
  margin-left: -50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: scale(.6);
}

.rr-text {
  z-index: 5;
  color: #000;
  letter-spacing: .4px;
  margin: 0 8px;
  font-size: 11px;
  line-height: 20px;
}

.rr-peep {
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 8px;
  padding: 2px;
  display: flex;
}

.figma-embed {
  width: 100%;
  height: 100%;
  display: none;
}

.faq-bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.loading {
  z-index: 100;
  width: 120px;
  height: 120px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-blur-top-left {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 35%, #ff4848 54%, #6248ff 80%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.circle-blur-top-left.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  top: -97%;
  left: -9%;
}

.circle-blur-top-left.safari.bottom {
  top: 71%;
  left: -29%;
}

.pricing-row-spacer {
  height: 24px;
}

.circle-blur-bottom-right {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.circle-blur-bottom-right.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
  bottom: 64%;
}

.hero-heading {
  max-width: 640px;
  position: relative;
}

.fixed-cta-container {
  z-index: 1000;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.error-message {
  color: #e01e1e;
  border-radius: 8px;
}

.success-message-text {
  color: #fff;
  text-align: left;
  font-family: Relative, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.project-spec-wrapper {
  width: 100%;
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
}

.white-line {
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-spec-tab-link {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.project-spec-tab-link:hover {
  opacity: 1;
}

.project-spec-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #161616;
  transition: all .3s;
}

.project-spec-tab-link.right-32, .project-spec-tab-link.right-32.w--current {
  margin-right: 32px;
}

.label-arrow {
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 37%;
  right: 0%;
}

.label-arrow.on-t-m, .unlocked {
  display: none;
}

.features-text {
  color: #fff;
}

.circle-blur-top-left-2 {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6248ff 79%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.circle-blur-top-left-2.safari {
  opacity: .97;
  filter: blur(64px) blur(64px);
}

.random-fact.adam-fact-1 {
  width: 121px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.random-fact.dan-fact-1 {
  width: 134px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.random-fact.dan-fact-2 {
  width: 146px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.random-fact.adam-fact-2 {
  width: 121px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.paragraph-s {
  font-size: 14px;
}

.pricing-table {
  background-color: #161616;
  border-radius: 16px;
  padding: 40px;
}

.unlock-icon {
  width: 24px;
  height: 24px;
  margin-top: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 16px;
  right: 16px;
}

.faq-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: #d8d5d1;
}

.confirmation-heading-wrapper {
  color: #fff;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.confirmation-page-subheading {
  max-width: 560px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
}

.image-9 {
  margin-right: 16px;
}

.image-9.invert {
  filter: invert();
}

.menu {
  z-index: 2000;
  display: none;
  position: relative;
}

.image-6 {
  width: 20px;
  height: 20px;
  filter: invert();
  margin-right: 12px;
}

.max-800w {
  max-width: 800px;
}

.step-1-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-1-info-wrapper.step-5 {
  margin-bottom: 0;
}

.step-2-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-2-info-wrapper.step-5 {
  margin-bottom: 0;
}

.step-3-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-3-info-wrapper.step-5 {
  margin-bottom: 0;
}

.step-4-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-4-info-wrapper.step-5 {
  margin-bottom: 0;
}

.step-5-info-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-5-info-wrapper.step-5 {
  margin-bottom: 0;
}

.step-1-number, .step-2-number, .step-3-number, .step-4-number, .step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.contact-button-footer {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.table-caption {
  color: rgba(255, 255, 255, .8);
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.rl-cta_component {
  width: 100%;
  color: #fff;
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5%;
  display: flex;
}

.rl-cta_text-wrapper {
  margin-right: 1.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
}

.button-2.button-small {
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.button-2.button-small.invert-colors {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button-2.button-small.invert-colors:hover {
  color: #1d1c1e;
  background-color: #fff;
}

.rl-cta_component-2 {
  width: 100%;
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  padding: 2rem 5%;
  display: flex;
}

.button-secondary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 100px;
  padding: .75rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .2s;
}

.button-secondary:hover {
  border-color: #fff;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.text-block {
  color: #fff;
}

.image-10 {
  max-height: 100%;
}

.image-11 {
  float: left;
  clear: both;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.image-12 {
  max-width: 145%;
  filter: none;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: url('../images/Grain_Latest.png'), linear-gradient(#d8d4d1, rgba(250, 235, 227, 0));
  background-position: 0 0, 0 0;
  background-size: 250px, auto;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #d5d1ce, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.waves-image-hero-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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---cta-dark.wide-cta {
  min-width: 200px;
}

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

.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-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: -39px;
  padding-left: 55px;
  padding-right: 55px;
}

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

.waves---heading-3-no-margins {
  filter: none;
  color: var(--waves-library-dark-elevation);
  letter-spacing: 0;
  transform-style: preserve-3d;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  transform: translate3d(0, 0, 106px);
}

.waves---heading-3-no-margins.shadow {
  opacity: .75;
  filter: brightness(200%) blur(10px);
  transform-style: preserve-3d;
  display: block;
  transform: translate(0, -29px)scale3d(1, 1.3, .7);
}

.waves---heading-3-no-margins.shadow._2 {
  aspect-ratio: auto;
  opacity: .33;
  filter: brightness(118%) blur(10px);
  transform-style: preserve-3d;
  transform: translate(0, -74px)scale3d(1.05, 1.3, .7);
}

.waves---heading-3-no-margins.shadow.long {
  opacity: .58;
  filter: brightness(105%) blur(10px);
  transform-style: preserve-3d;
  display: block;
  transform: translate(0, -61px)scale3d(1, 1.2, .7);
}

.waves---heading-3-no-margins.shadow._3 {
  opacity: .73;
  transform-style: preserve-3d;
  transform: translate3d(0, -29px, -192px)scale3d(1, 1.3, .7);
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
  filter: invert();
  color: var(--waves-library-dark-elevation);
}

.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---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  color: var(--waves-library-white);
  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---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
  display: none;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  filter: brightness(118%);
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library-black);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  width: 81%;
  max-height: 100%;
  filter: none;
  object-fit: contain;
  object-position: 50% 100%;
  transform-style: preserve-3d;
  margin-top: auto;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 1%;
  left: auto;
  right: 10%;
  transform: scale3d(1.1, 1, 1);
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  width: 100%;
  max-width: 365px;
  grid-row-gap: 16px;
  color: var(--waves-library-dark-elevation);
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  min-height: auto;
  background-color: #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  padding-bottom: 22px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--waves-library-dark-elevation);
  margin-top: -79px;
}

.text-block-3 {
  color: var(--waves-library-dark-elevation);
  text-align: center;
}

.text-block-4 {
  color: var(--waves-library-dark-elevation);
  text-align: center;
  -webkit-text-stroke-color: var(--waves-library-dark-elevation);
}

.text-block-5 {
  color: var(--waves-library-dark-elevation);
  text-align: center;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
  display: block;
}

.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---mg-top-33 {
  margin-top: 16px;
  display: block;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--true-black);
  color: var(--waves-library-white);
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  padding: 68px 40px 57px;
  display: flex;
}

.bold-text-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #18acf2, #6749d4 32%, #ed4778 66%, #fc7442);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 27px;
  transform: translate3d(0, 0, 56px);
}

.bold-text-2.shadow {
  filter: none;
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #18acf2, #6749d4 16%, #ed4778 66%, #fc7442);
  font-size: 27px;
  font-weight: 700;
}

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

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

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: var(--waves-library-dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

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

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

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  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---heading-3-no-margins-3 {
  letter-spacing: -1px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 18px;
  font-size: 2.1vw;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins-3.custom {
  padding-left: 10px;
}

.waves-icon-33 {
  width: 150px;
  height: auto;
  margin-left: -21px;
}

.waves-icon-33.image1 {
  width: 7.5vw;
  margin-top: -4px;
  margin-left: -16px;
  padding-top: 0;
}

.waves-icon-33.image3 {
  width: 9vw;
}

.waves-icon-33.image-5 {
  width: 100px;
  padding-top: 0;
}

.waves-icon-33.image-4 {
  width: 11vw;
}

.waves-icon-33.image6 {
  width: 4.7rem;
  max-height: 90%;
  object-fit: scale-down;
  align-self: center;
  margin: -22px 34px -6px -26px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  transform: rotate(-31deg);
}

.waves-icon-33.image-7 {
  width: 90px;
}

.waves-icon-33.image2 {
  z-index: 110;
  width: auto;
  height: 6rem;
  max-height: none;
  max-width: none;
  margin-top: -11px;
  margin-bottom: -10px;
  margin-left: -31%;
  padding-top: 1%;
  padding-bottom: 4%;
  position: static;
}

.waves-icon-33.image8 {
  width: 82px;
  margin-left: -16px;
  padding-bottom: 4px;
}

.waves-icon-33.image9 {
  width: 95px;
  padding-top: 4px;
}

.waves---mg-bottom-17 {
  align-self: center;
  margin-bottom: 8px;
  margin-right: -4px;
}

.waves---mg-bottom-17.special {
  margin-right: -12px;
}

.waves---mg-bottom-17._2 {
  margin-right: -1.0625rem;
}

.waves-tile-features-6 {
  height: auto;
  grid-row-gap: 16px;
  background-color: var(--waves-library-white);
  filter: none;
  outline-offset: 0px;
  border-radius: 12px;
  outline: 4px solid #161616;
  flex-direction: row;
  align-items: flex-start;
  padding: 19px 32px 2px;
  display: flex;
  box-shadow: 3px 4px 4px #000, 0 7px 5px rgba(0, 0, 0, .2);
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

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

.waves---limit-510 {
  max-width: 510px;
}

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

.waves---heading-2-no-margins-3.with-underline {
  filter: none;
  margin-top: -52px;
  padding-bottom: 40px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.waves---section-medium-4 {
  background-image: url('../images/Grain_Latest.png');
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-tile-features-7 {
  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-3 {
  width: 100%;
  max-width: 545px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---cta-dark-2 {
  height: 52px;
  color: var(--waves-library-white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-grey);
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/Process-Image-Background-Mobile.png');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  transform: translate(0);
  box-shadow: inset 8px 0 10px 4px rgba(134, 234, 240, .03), 1px 3px 14px 5px rgba(255, 255, 255, .21);
}

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

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

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

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

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

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

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

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.circle-blur-middle-right-random {
  z-index: -1;
  width: 440px;
  height: 440px;
  filter: blur(100px);
  background-image: linear-gradient(59deg, #ff7448 27%, #ff4848 50%, #6248ff 75%);
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.circle-blur-middle-right-random.safari {
  width: 90rem;
  height: 550px;
  opacity: .97;
  filter: blur(64px) blur(64px);
  margin-top: 700px;
  margin-left: -210px;
  padding-left: 0;
  display: none;
  top: 36%;
  left: auto;
  right: -9%;
}

.circle-blur-middle-right-random.safari._1 {
  margin-top: 43.75rem;
  margin-left: -13.125rem;
  display: block;
  top: 37.5%;
}

.container {
  justify-content: flex-end;
  margin-top: 39px;
  margin-bottom: -86px;
  display: flex;
}

.div-block {
  -webkit-text-stroke-color: var(--waves-library-white);
  display: inline-block;
}

.div-block-2 {
  filter: blur(6px) saturate(187%);
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: radial-gradient(circle, #fff, #f09f8f 56%, #c284ab);
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 9px;
  margin-top: -24px;
  margin-left: -100px;
  margin-right: -65px;
  padding-top: 34px;
  transform: translate3d(0, 0, -300px);
}

.div-block-3 {
  filter: saturate(154%);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-grey);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  cursor: default;
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: linear-gradient(262deg, #e76868 9%, #ab81c9 21%, #422f50 34%, #0d0613 63%), linear-gradient(rgba(72, 145, 233, .39), rgba(72, 145, 233, .39));
  -webkit-background-clip: text;
  background-clip: text;
}

.loading-animation-copy {
  width: 200%;
  max-width: 200%;
  margin-top: -54px;
  margin-left: -86px;
  display: none;
}

.image-13 {
  max-width: 145%;
  filter: grayscale() saturate(130%) sepia(18%) hue-rotate(270deg);
  transform-style: preserve-3d;
  margin-top: -5px;
  margin-left: -4px;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  transform: translate3d(0, 0, 300px)rotate(4deg);
}

.image-13.shadow {
  opacity: .29;
  filter: brightness(130%) blur(11px) saturate(130%) hue-rotate(233deg);
  mix-blend-mode: darken;
  transform-style: preserve-3d;
  transform: translate3d(0, 2px, -300px)rotate(4deg);
}

.heading-3 {
  letter-spacing: -2px;
  margin-left: -20px;
  font-size: 2.5vw;
  line-height: 120%;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  justify-content: center;
  display: flex;
}

.image-14 {
  width: 5em;
  display: inline-block;
}

.div-block-4 {
  order: 0;
  align-self: center;
  margin-left: -21px;
  padding-left: 0;
  padding-right: 23px;
  display: flex;
}

.box1 {
  filter: none;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #d5b2e2, #b385c5 15%, #c585a8 33%, #f1786d 95%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 17px;
  line-height: 28px;
}

.box1.with-underline {
  background-position: 50% 127%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  transform: translate(0);
}

.container-3 {
  max-width: none;
  margin-top: -19px;
}

.bold-text-4 {
  font-size: 21px;
  font-style: normal;
  text-decoration: underline;
}

.text-block-6 {
  color: var(--waves-library-white);
  text-align: center;
  text-shadow: 4px 4px 11px rgba(0, 0, 0, .71), 1px 1px 6px rgba(0, 0, 0, .89);
  flex-direction: column;
  justify-content: center;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.text-block-6._7 {
  z-index: 3;
  text-align: left;
  padding-left: 41px;
  padding-right: 93px;
  display: none;
  position: absolute;
  bottom: -17.8281px;
  left: -22.906px;
  right: 296px;
}

.div-block-5 {
  z-index: 3;
  position: relative;
}

.div-block-6 {
  position: fixed;
}

.text-span.box1 {
  font-size: 21px;
}

.container-4 {
  object-fit: contain;
  align-self: center;
  overflow: visible;
}

.lottie-animation {
  width: 50%;
  object-fit: scale-down;
  align-self: center;
}

.container-5 {
  margin-bottom: -34px;
}

.container-5.long {
  text-align: center;
  margin-bottom: -66px;
}

.text-span-2 {
  background-image: radial-gradient(circle, #000, #fff);
}

.box1-copy {
  filter: none;
  letter-spacing: -1.92px;
  -webkit-text-fill-color: transparent;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #d5b2e2, #b385c5 15%, #c585a8 33%, #f1786d 95%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  font-weight: 500;
  line-height: 28px;
  transform: scale3d(1, 1.3, 1)translate3d(0, -56px, 142px);
}

.box1-copy.with-underline {
  background-position: 50% 127%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  transform: translate(0);
}

.box1-copy.shadow {
  filter: blur(6px) brightness(120%);
  transform: translate(2px);
}

.box1-copy.shadow.dark {
  opacity: .81;
  filter: blur(10px) brightness(120%);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, .32);
  background-image: none;
  transform: translate3d(2px, -97px, -106px);
}

.box1-copy.main {
  filter: none;
  text-shadow: 4px 7px 15px rgba(255, 0, 0, .29);
  transform-style: preserve-3d;
  transform: none;
}

.lottie-animation-2 {
  width: 81%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  bottom: 1%;
  right: 10%;
  transform: none;
}

.background-video {
  z-index: 0;
  width: 80%;
  height: auto;
  max-height: 70%;
  max-width: 100%;
  aspect-ratio: 1.85 / 1;
  object-fit: contain;
  object-position: 50% 100%;
  transform-style: preserve-3d;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 10%;
  right: 0%;
  overflow: visible;
  transform: scale3d(1.15, 1, 1);
}

.div-block-7 {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.cf-growth-para-text-18px {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  max-width: 760px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .76;
  color: #fff;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-sandy-brown));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.2vw;
  font-style: italic;
  font-weight: 700;
  line-height: 4.6vw;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 4.5vw;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  padding-bottom: 25px;
}

.cf-growth-section {
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.bold-text-5 {
  font-size: 24px;
}

@media screen and (min-width: 1280px) {
  .text-white.h6-smaller {
    letter-spacing: .7px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-2-small.text-white._2.background-blur-wrapper {
    min-width: auto;
    overflow-wrap: normal;
    font-size: 8vw;
  }

  .profile-bg-colour {
    height: 610px;
  }

  .random-facts {
    display: none;
  }

  .profile-photo {
    max-width: 520px;
    margin-top: 24px;
  }

  .personality-description {
    top: 5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-heading {
    max-width: 720px;
    margin-bottom: 32px;
    position: static;
  }

  .label-arrow {
    bottom: 2%;
  }

  .random-fact.adam-fact-1 {
    position: absolute;
    top: 20%;
  }

  .random-fact.dan-fact-1, .random-fact.dan-fact-2, .random-fact.adam-fact-2 {
    top: 20%;
  }

  .cf-text-opacity-70-italic {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .cf-growth-h2-heading-56px {
    font-size: 3vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  .button.hide-on-t-m {
    display: none;
  }

  .paragraph-l {
    font-size: 20px;
  }

  .multi-button-wrapper {
    z-index: 1;
    position: relative;
  }

  .text-centred.margin-xxl {
    margin-bottom: 64px;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .paragraph-m.max-560w.margin-l.margin-0-t-m {
    margin-bottom: 0;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

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

  .section.grain.top-140, .section.grain.subpage-hero {
    padding-top: 120px;
  }

  .example-block.margin-xxl {
    margin-bottom: 64px;
  }

  .blur-background {
    display: block;
  }

  .tab-container.small.flex {
    width: 100%;
    max-width: none;
  }

  .nav-menu {
    display: none;
  }

  .margin-xxl {
    margin-bottom: 64px;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: -19px;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .project-title-wrap {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .tab-pane-without-relume {
    width: 100%;
    min-width: 100%;
  }

  .figma-embed-wrapper {
    max-width: none;
  }

  .text-area.larger.margin-l {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .step-info-wrapper {
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .capabilities-wrap {
    width: 100%;
  }

  .pre-loader {
    display: none;
  }

  .grid-2-col.margin-l {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .fixed-cta {
    position: static;
    top: 16px;
  }

  .tab-pane-with-relume {
    width: 100%;
    min-width: 100%;
  }

  ._4-col-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-container {
    display: flex;
  }

  .navbar-container.navbar-container-confirmation-page {
    justify-content: center;
  }

  .comparison-img---desktop {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .page-type-text {
    line-height: 28px;
  }

  .rr-text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .circle-blur-bottom-right-2 {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(68px);
  }

  .circle-blur-middle-left {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
    top: 20%;
  }

  .circle-blur-middle-left.safari {
    opacity: .8;
    filter: blur(68px);
  }

  .comparison-img---mobile {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .center-div.margin-xxl {
    margin-bottom: 72px;
  }

  .hero-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .hero-content-wrap.design-to-webflow {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .project-spec-top.margin-m {
    flex-direction: column;
  }

  .rr-details-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .with-underline {
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .navbar {
    height: 80px;
  }

  .profile-photo {
    max-width: 480px;
  }

  .client-quote-wrap {
    width: 100%;
  }

  .circle-blur-bottom-left {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
    background-image: linear-gradient(132deg, #ff7448 31%, #ff4848 57%, #6248ff 79%);
    display: block;
    right: auto;
  }

  .circle-blur-bottom-left.safari {
    opacity: .7;
    filter: blur(68px);
  }

  .black-line {
    display: none;
  }

  .relume-roster-panel {
    align-items: flex-start;
  }

  .circle-blur-top-right-2 {
    width: 400px;
    height: 400px;
    opacity: .7;
    filter: blur(68px);
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    display: block;
  }

  .circle-blur-top-right-2.safari {
    opacity: .7;
    filter: blur(68px);
  }

  .timeline-wrapper {
    display: none;
  }

  .webflow-embed {
    width: 125%;
    margin-top: -88px;
    margin-left: -12.5%;
    transform: scale(.8);
  }

  .circle-blur-top-left {
    width: 400px;
    height: 400px;
    opacity: .7;
    filter: blur(68px);
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    display: block;
    top: -10%;
    right: -5%;
  }

  .circle-blur-top-left.safari {
    filter: blur(68px);
  }

  .circle-blur-bottom-right {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
    bottom: 0%;
  }

  .circle-blur-bottom-right.safari {
    opacity: .7;
    filter: blur(68px);
  }

  .hero-heading {
    position: relative;
  }

  .fixed-cta-container {
    z-index: 1000;
    justify-content: flex-end;
    display: flex;
    top: 16px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .label-arrow {
    top: 30%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .label-arrow.on-d {
    display: none;
  }

  .label-arrow.on-t-m {
    max-width: 100%;
    margin-top: 40px;
    display: block;
    position: static;
    top: auto;
    left: auto;
  }

  .circle-blur-top-left-2 {
    width: 400px;
    height: 400px;
    opacity: .7;
    filter: blur(68px);
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    display: block;
    top: -10%;
    right: -5%;
  }

  .circle-blur-top-left-2.safari {
    opacity: .7;
    filter: blur(68px);
  }

  .confirmation-page-subheading {
    font-size: 20px;
  }

  .image-9 {
    width: 48px;
  }

  .step-1-info-wrapper, .step-2-info-wrapper, .step-3-info-wrapper, .step-4-info-wrapper, .step-5-info-wrapper {
    align-items: flex-start;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .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;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-master-cta-2 {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .waves-grid-testimonials-3 {
    width: 100%;
    max-width: 480px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-features-6 {
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-blur-middle-right-random {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(64px);
    top: 20%;
  }

  .circle-blur-middle-right-random.safari {
    opacity: .8;
    filter: blur(68px);
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .text-white.text-centred.margin-m, .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .text-centred.margin-xxl {
    margin-bottom: 48px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .close-button {
    right: 24px;
  }

  .menu-container {
    width: 100%;
    padding: 80px 5vw;
  }

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

  .section.cta {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .example-block.margin-xl {
    margin-bottom: 48px;
  }

  .example-block.margin-xxl {
    margin-bottom: 56px;
  }

  .tab-container.small.flex-vertical {
    width: 100%;
  }

  .margin-xl {
    margin-bottom: 48px;
  }

  .margin-xxl {
    margin-bottom: 56px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .process-image {
    width: 100%;
    background-image: url('../images/Process-Image-Background-Mobile_1.png');
    background-size: cover;
    margin-bottom: 24px;
  }

  .step {
    left: 16px;
  }

  .project-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-spec-figma-wrap {
    height: 480px;
  }

  .price-text {
    font-size: 22px;
    line-height: 28px;
  }

  .figma-embed-wrapper {
    height: 480px;
  }

  .client-quote {
    font-size: 18px;
    line-height: 28px;
  }

  .step-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .footer-credits {
    flex-direction: column-reverse;
  }

  .pre-loader {
    display: none;
  }

  .wrapper._16-margins {
    margin: 0;
  }

  .grid-2-col.margin-l {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .form-2-col {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button-icon.secondary.small.visit-live {
    flex: 0 auto;
    padding: 10px;
  }

  .name-arrow {
    width: 72px;
  }

  .name-arrow.adam {
    top: 64px;
    right: 40px;
  }

  .name-arrow.dan {
    top: 64px;
    left: 40px;
  }

  .export-icon {
    display: block;
    position: static;
  }

  .comparison-img---desktop {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .page-type-text {
    font-size: 20px;
    line-height: 24px;
  }

  .pricing-row {
    grid-template-columns: 1.25fr;
  }

  .profile-wrapper {
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .project-spec-webflow-wrap {
    height: 480px;
  }

  .circle-blur-bottom-right-2 {
    width: 280px;
    height: 280px;
    filter: blur(60px);
    bottom: 5%;
  }

  .circle-blur-bottom-right-2.safari {
    filter: blur(64px);
  }

  .circle-blur-middle-left {
    width: 280px;
    height: 280px;
  }

  .circle-blur-middle-left.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .comparison-img---mobile {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-wrapper.margin-xl {
    grid-template-columns: 3fr;
  }

  .center-div.margin-xxl {
    margin-bottom: 64px;
  }

  .loading-animation {
    width: 240px;
    margin-top: -80px;
  }

  .random-facts.dan, .random-facts.adam {
    display: none;
  }

  .rr-details-wrap {
    margin-left: 0;
  }

  .with-underline {
    background-position: 50% 110%;
    padding-top: 2px;
    padding-bottom: 4px;
  }

  .profile-photo {
    max-width: 400px;
    margin-top: 48px;
  }

  .profile-photo.dan {
    margin-left: -8px;
    padding-left: 0;
  }

  .rr-image {
    width: 100%;
    background-image: url('../images/Process-Image-Background-Mobile.png');
    margin-bottom: 24px;
  }

  .faq-wrapper {
    padding-right: 0;
  }

  .circle-blur-bottom-left {
    width: 280px;
    height: 280px;
    opacity: .9;
    filter: blur(60px);
    background-image: linear-gradient(132deg, #ff7448 29%, #ff4848 52%, #6248ff 75%);
    left: -20%;
  }

  .circle-blur-bottom-left.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .relume-roster-panel {
    flex-direction: column;
    padding: 16px;
  }

  .circle-blur-top-right-2 {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(68px);
    top: 2%;
  }

  .circle-blur-top-right-2.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .form-divider {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .project-spec-name {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .step-info {
    margin-left: 0;
  }

  .personality-description {
    font-size: 16px;
  }

  .circle-blur-top-left {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(68px);
  }

  .pricing-row-spacer {
    display: none;
  }

  .circle-blur-bottom-right {
    width: 280px;
    height: 280px;
    filter: blur(60px);
  }

  .circle-blur-bottom-right.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .project-spec-wrapper {
    padding: 16px;
  }

  .label-arrow.on-t-m {
    width: 128px;
    top: 32%;
  }

  .features-text {
    font-size: 14px;
    line-height: 22px;
  }

  .circle-blur-top-left-2 {
    width: 320px;
    height: 320px;
    opacity: .9;
    filter: blur(68px);
  }

  .circle-blur-top-left-2.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .random-fact.adam-fact-1 {
    width: 96.8px;
  }

  .random-fact.dan-fact-1 {
    width: 107.2px;
  }

  .random-fact.dan-fact-2 {
    width: 116.8px;
  }

  .random-fact.adam-fact-2 {
    width: 96.8px;
  }

  .pricing-table {
    padding: 32px 24px;
  }

  .confirmation-heading-wrapper {
    margin-bottom: 16px;
  }

  .image-9 {
    width: 40px;
  }

  .menu {
    display: none;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-1-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-2-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-3-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-4-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .step-5-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-5-info-wrapper.step-5 {
    margin-bottom: 16px;
  }

  .table-caption {
    text-align: center;
  }

  .rl-cta_component {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

  .rl-cta_text-wrapper {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .rl-cta_component-2 {
    text-align: center;
    flex-direction: column;
    padding-bottom: 4rem;
  }

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

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

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

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

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

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

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    max-width: 80%;
    text-align: center;
    align-items: center;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .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---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .circle-blur-middle-right-random {
    width: 280px;
    height: 280px;
  }

  .circle-blur-middle-right-random.safari {
    opacity: .9;
    filter: blur(64px);
  }

  .loading-animation-copy {
    width: 240px;
    margin-top: -80px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-l {
    font-size: 18px;
  }

  .multi-button-wrapper {
    flex-direction: column;
  }

  .paragraph-m.text-white {
    padding-top: 0;
  }

  .paragraph-m.text-white._3 {
    margin-top: -27px;
    margin-bottom: -32px;
    margin-left: 56%;
    padding-top: 0;
  }

  .paragraph-m.headdy {
    text-shadow: 0 0 15px rgba(49, 48, 48, .2), 1px 1px rgba(0, 0, 0, .14);
    white-space: normal;
    word-break: normal;
    font-family: Relative, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
  }

  .section.black {
    padding-bottom: 114px;
  }

  .tab-container.centred.full-width {
    margin-top: -2.2rem;
  }

  .project-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-spec-figma-wrap {
    height: 400px;
  }

  .figma-embed-wrapper {
    height: 360px;
  }

  .heading-2-small {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .28);
    font-size: 36px;
    line-height: 44px;
  }

  .heading-2-small.text-white {
    margin-top: -1.375rem;
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.1875rem;
    font-size: 14vw;
  }

  .heading-2-small.text-white._2.background-blur-wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border-width: 0;
    justify-content: flex-start;
    margin-top: 41px;
    font-size: 12vw;
    font-weight: 700;
  }

  .heading-2-small.text-white.glow {
    margin-top: -108px;
  }

  .aud {
    display: none;
  }

  .benefits-icon {
    width: 32px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .pricing-table-text {
    display: none;
  }

  .pricing-table-text.design {
    display: block;
  }

  .fixed-cta {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .name-arrow {
    width: 56px;
  }

  .name-arrow.adam {
    top: 40px;
    right: 24px;
  }

  .name-arrow.dan {
    top: 40px;
    left: 24px;
  }

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

  .faq-arrow {
    width: 20px;
    margin-top: 10px;
  }

  .project-spec-webflow-wrap {
    height: 400px;
  }

  .hero-grid {
    transform: translate3d(0, 0, -52px);
  }

  .hero-content-wrap.design-to-webflow {
    transform: translate3d(0, 0, 300px);
  }

  .loading-animation {
    display: flex;
  }

  .icon-image-wrapper {
    align-items: center;
    display: flex;
  }

  .random-facts.dan, .random-facts.adam {
    display: none;
  }

  .with-underline {
    padding-bottom: 6px;
  }

  .with-underline.long-underline {
    padding-bottom: 7px;
  }

  .with-underline._3 {
    padding-bottom: 15px;
  }

  .profile-photo.dan, .profile-photo.adam {
    margin-top: 48px;
  }

  .circle-blur-bottom-left {
    left: -20%;
  }

  .circle-blur-top-right-2 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .project-spec-name {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .personality-description {
    top: 3%;
  }

  .circle-blur-top-left {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .circle-blur-top-left.safari {
    width: 500px;
    height: 800px;
    opacity: .68;
    top: -206%;
  }

  .circle-blur-top-left.safari.bottom {
    top: 121%;
  }

  .circle-blur-bottom-right.safari {
    width: 380px;
    height: 680px;
  }

  .circle-blur-bottom-right.safari.s {
    height: 900px;
    bottom: 14%;
  }

  .circle-blur-bottom-right.safari._23 {
    bottom: 86%;
    right: 18%;
  }

  .circle-blur-bottom-right.safari._8 {
    top: -212%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .hero-heading {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .label-arrow.on-t-m {
    flex: 0 auto;
    top: 40%;
    transform: none;
  }

  .circle-blur-top-left-2 {
    width: 280px;
    height: 280px;
    right: -20%;
  }

  .random-fact.adam-fact-1 {
    width: 96.8px;
    top: 20%;
  }

  .random-fact.dan-fact-1 {
    width: 107.2px;
    top: 18%;
    left: 2%;
  }

  .random-fact.dan-fact-2 {
    width: 116.8px;
    top: 18%;
    right: 2%;
  }

  .random-fact.adam-fact-2 {
    width: 96.8px;
    top: 20%;
  }

  .pricing-table {
    padding: 24px 16px;
  }

  .faq-top {
    align-items: flex-start;
  }

  .confirmation-page-subheading {
    font-size: 18px;
  }

  .image-9 {
    width: 32px;
  }

  .image-6 {
    display: none;
  }

  .contact-button-footer {
    margin-top: 21px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: -114px;
    margin-bottom: -96px;
  }

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

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

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

  .waves---heading-3-no-margins {
    color: var(--waves-library-white);
    text-align: center;
    font-size: 22px;
  }

  .waves---heading-3-no-margins.shadow {
    opacity: .57;
    margin-bottom: -93px;
    transform: translate3d(0, -86px, -142px)scale3d(1, 1.2, .7);
  }

  .waves---heading-3-no-margins.shadow._2 {
    filter: brightness(143%) blur(10px);
    transform: translate3d(0, -56px, -124px)scale3d(1.05, 1.2, .7);
  }

  .waves---heading-3-no-margins.shadow.long {
    opacity: .6;
    transform: translate3d(0, -55px, -120px)scale3d(1, 1.1, .7);
  }

  .waves---heading-3-no-margins.shadow._3 {
    transform: translate3d(0, -29px, -151px);
  }

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

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

  .waves-tile-small-feature-7 {
    text-align: center;
    background-image: url('../images/Grain_Latest.png');
    background-size: auto;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: static;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
    padding-bottom: 19px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-2 {
    margin-top: 57px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .waves-master-cta-2 {
    background-color: var(--true-black);
    padding: 64px 16px;
  }

  .bold-text {
    color: var(--waves-library-white);
  }

  .bold-text-2 {
    color: var(--waves-library-white);
    text-align: center;
    transform: translate3d(0, 0, 196px);
  }

  .bold-text-2.shadow {
    transform: translate3d(0, 0, -133px);
  }

  .bold-text-3 {
    color: var(--waves-library-white);
  }

  .tabs {
    display: none;
  }

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

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

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

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

  .waves---heading-3-no-margins-3 {
    z-index: 110;
    aspect-ratio: auto;
    padding-left: 12px;
    font-size: 6svw;
    position: relative;
    left: 11px;
  }

  .waves-icon-33.image1, .waves-icon-33.image3 {
    width: 90px;
  }

  .waves-icon-33.image-5 {
    width: 92px;
    max-height: none;
  }

  .waves-icon-33.image-4 {
    width: 125px;
    max-height: none;
    object-fit: scale-down;
  }

  .waves-icon-33.image6 {
    width: 94px;
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    align-self: center;
    margin: -19px 1% 0 -1.6rem;
    transform: scale(1.1)rotate(-31deg);
  }

  .waves-icon-33.image-7 {
    object-fit: scale-down;
    margin-right: 6px;
    position: static;
  }

  .waves-icon-33.image2 {
    object-fit: fill;
    margin-right: -16px;
    padding-bottom: 4px;
    position: static;
  }

  .waves-icon-33.image9 {
    width: 104px;
    margin-right: -7px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---mg-bottom-17 {
    aspect-ratio: auto;
    object-fit: scale-down;
    object-position: 0% 50%;
    flex: 0 auto;
    align-self: center;
    margin-right: -15px;
    padding-left: 5px;
    overflow: visible;
  }

  .waves---mg-bottom-17.special {
    margin-right: -21px;
  }

  .waves---mg-bottom-17._2 {
    margin-right: -14px;
    padding-top: 8px;
  }

  .waves-tile-features-6 {
    height: auto;
    object-fit: contain;
    margin-bottom: -22px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
  }

  .waves---grid-features-6 {
    align-items: stretch;
    justify-items: stretch;
  }

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

  .waves---heading-2-no-margins-3.with-underline {
    margin-top: -32px;
  }

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

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

  .circle-blur-middle-right-random.safari {
    width: 1440px;
    height: 618px;
    filter: blur(90px);
    position: fixed;
    top: 42.8%;
  }

  .circle-blur-middle-right-random.safari._1 {
    top: 39.8%;
  }

  .container {
    justify-content: center;
  }

  .div-block-2 {
    filter: saturate(187%);
    overflow-wrap: normal;
    margin-bottom: -22px;
    margin-left: 0;
  }

  .div-block-3 {
    filter: brightness(130%) saturate(154%) contrast(99%);
    text-shadow: none;
    background-color: #000;
    background-image: linear-gradient(rgba(2, 213, 198, .21), rgba(2, 213, 198, .21)), radial-gradient(circle at 100% 100%, #ee8823, #da407b 23%, #a16ee7 50%, #470e94 85%);
    font-size: 8px;
    font-weight: 500;
    transform: rotate(0);
  }

  .loading-animation-copy {
    width: 500px;
    max-width: 162%;
    margin-top: -36px;
    margin-left: -83px;
  }

  .image-13 {
    max-width: 37vw;
    filter: saturate(130%) hue-rotate(270deg);
    margin-top: -7%;
    margin-left: 3%;
    display: inline-block;
    transform: none;
  }

  .box1 {
    font-size: 4vw;
  }

  .bold-text-4 {
    font-size: 4.6vw;
  }

  .text-block-6 {
    text-shadow: 3px 3px 9px #000, 1px 1px 6px rgba(0, 0, 0, .89);
    margin-top: -30px;
    padding-left: 2%;
    padding-right: 3%;
  }

  .div-block-5 {
    margin-bottom: 178px;
    position: relative;
  }

  .container-4 {
    display: none;
  }

  .container-5 {
    margin-bottom: 28px;
  }

  .container-5.long {
    margin-bottom: 33px;
  }

  .box1-copy {
    font-size: 4vw;
  }

  .box1-copy.main {
    text-shadow: none;
    font-size: 36px;
  }

  .background-video {
    width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: 50% 100%;
    align-items: flex-end;
    display: flex;
    bottom: 0%;
    left: 0%;
    transform: none;
  }

  .div-block-7 {
    object-fit: contain;
    position: static;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-wrapper {
    max-width: 760px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    object-fit: fill;
    background-position: 8px 25px;
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
    display: none;
  }

  .cf-text-opacity-70-italic {
    text-align: left;
    object-fit: fill;
    margin-bottom: -10px;
    margin-left: -1px;
    padding-top: 8px;
    padding-bottom: 11px;
    font-size: 43px;
    line-height: 10vw;
  }

  .cf-growth-h2-heading-56px {
    padding-left: 11px;
    font-size: 23px;
  }

  .cf-growth-container {
    padding-left: 0;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-growth-section {
    padding-top: 33px;
  }
}

#w-node-b282fa53-c876-a363-d487-995c7a386309-78bb9e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b282fa53-c876-a363-d487-995c7a38632b-78bb9e63 {
  justify-self: end;
}

#w-node-b282fa53-c876-a363-d487-995c7a386331-78bb9e63 {
  align-self: center;
}

#w-node-bf11f0e0-5e23-caf4-95db-58986c3c7113-78bb9e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_770f8a90-81b4-e5ee-3ea8-c69d757bd905-78bb9e63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30c8d968-55fe-8251-987b-0e377becbfc6-78bb9e63 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-bbb12c0a-2e03-eeb1-f1ba-cbee00504e00-78bb9e63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_474cad65-99e6-3a59-57c0-85f253fd3555-78bb9e63, #w-node-_474cad65-99e6-3a59-57c0-85f253fd355e-78bb9e63, #w-node-_474cad65-99e6-3a59-57c0-85f253fd3567-78bb9e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b282fa53-c876-a363-d487-995c7a386460-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38646a-78bb9e63 {
  align-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a38646b-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38646c-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38646d-78bb9e63 {
  justify-self: center;
}

#w-node-e26c4bf2-fcbc-0873-e536-00ca0219a015-78bb9e63 {
  align-self: center;
}

#w-node-e26c4bf2-fcbc-0873-e536-00ca0219a016-78bb9e63, #w-node-e26c4bf2-fcbc-0873-e536-00ca0219a017-78bb9e63, #w-node-e26c4bf2-fcbc-0873-e536-00ca0219a018-78bb9e63 {
  justify-self: center;
}

#w-node-b062cce9-824f-4456-c35d-0bf3f4ae886d-78bb9e63 {
  align-self: center;
}

#w-node-b062cce9-824f-4456-c35d-0bf3f4ae886e-78bb9e63, #w-node-b062cce9-824f-4456-c35d-0bf3f4ae886f-78bb9e63, #w-node-b062cce9-824f-4456-c35d-0bf3f4ae8870-78bb9e63 {
  justify-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a38647f-78bb9e63 {
  align-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a386480-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386481-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386482-78bb9e63 {
  justify-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a386486-78bb9e63 {
  align-self: center;
}

#w-node-b282fa53-c876-a363-d487-995c7a386487-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386488-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386489-78bb9e63 {
  justify-self: center;
}

#w-node-_4fc1dcd0-5de9-92ae-fd78-09d5d6efa273-78bb9e64 {
  justify-self: end;
}

#w-node-_56e3d9d2-042f-1fc0-0f8f-5151adc683a4-78bb9e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e3d9d2-042f-1fc0-0f8f-5151adc683a7-78bb9e65 {
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_770f8a90-81b4-e5ee-3ea8-c69d757bd905-78bb9e63, #w-node-bbb12c0a-2e03-eeb1-f1ba-cbee00504e00-78bb9e63 {
    grid-column: span 1 / span 1;
  }

  #w-node-b282fa53-c876-a363-d487-995c7a38645e-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386468-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38646f-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386476-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38647d-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a386484-78bb9e63, #w-node-b282fa53-c876-a363-d487-995c7a38659e-78bb9e63 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bbb12c0a-2e03-eeb1-f1ba-cbee00504e00-78bb9e63 {
    align-self: center;
    justify-self: center;
  }
}


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