:root {
  --dark-grey: #161616;
  --1000: #151a24;
  --950: #293142;
  --white: #f4f4f4;
  --600-primary: #5e7daf;
  --bg: #eff2f4;
  --light-grey: #d7d7d7;
  --650: #4e76b7;
  --900: #3e4c6a;
  --grey: #878787;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--dark-grey);
  font-family: Relative;
  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 #00000026;
}

.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;
  font-family: Host Grotesk, sans-serif;
}

.button.secondary {
  border-bottom-color: var(--1000);
  color: var(--1000);
  background-color: #fff0;
  font-family: Host Grotesk, sans-serif;
}

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

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

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

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

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

.button.secondary.button-white.right-32:hover {
  background-color: #ffffff0d;
}

.button.secondary.right-32:hover {
  background-color: #16161626;
}

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

.button.hide-on-t-m {
  font-family: Host Grotesk, sans-serif;
}

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

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

.layer-blur-cta {
  filter: blur(95px);
  background-image: linear-gradient(132deg, #ff4848, #ff7448 41%, #6248ff 75%);
  border-radius: 500px;
  align-self: center;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 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: var(--950);
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  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: #ffffffbf;
  padding: 12px 0;
  transition: color .3s;
  display: block;
}

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

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

.h3 {
  color: var(--1000);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.h3.text-white.margin-down-10 {
  color: var(--white);
  margin-bottom: 10px;
}

.h3.text-white.margin-down-40 {
  color: var(--white);
  margin-bottom: 40px;
}

.h3.center-text {
  color: var(--950);
  text-align: center;
}

.h3.center-text.space-down {
  margin-bottom: 40px;
}

.h3.space-down {
  margin-bottom: 10px;
}

.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: #000000bf;
}

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

.home {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.home.w--current {
  width: 90%;
  max-width: 1360px;
}

.paragraph-m {
  color: var(--1000);
  letter-spacing: -.4px;
  font-family: Host Grotesk, sans-serif;
  font-size: 20px;
}

.paragraph-m.text-white {
  color: var(--white);
  font-family: Host Grotesk, sans-serif;
}

.paragraph-m.text-centred {
  margin-bottom: 24px;
  font-family: Host Grotesk, sans-serif;
}

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

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

.paragraph-m.max-560w {
  max-width: 560px;
  font-family: Host Grotesk, sans-serif;
}

.paragraph-m.max-560w.margin-l.margin-0-t-m {
  color: var(--1000);
  font-family: Host Grotesk, sans-serif;
}

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

.menu-container {
  z-index: 1000;
  background-color: #161616;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
  padding: 104px 64px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  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: var(--950);
}

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

.section.black.bg {
  background-image: url('../images/y.svg');
  background-position: 100% 15%;
  background-repeat: no-repeat;
  background-size: auto 240px;
}

.section.black.bg2 {
  background-image: url('../images/g.svg'), url('../images/r.svg');
  background-position: 100% 95%, -70px 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 550px, auto 400px;
}

.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, .section.grain.padding-top-40 {
  padding-top: 40px;
}

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

.section.less-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.more-padding {
  padding-top: 220px;
}

.section.more-padding._2 {
  padding-top: 120px;
}

.background-blur-wrapper {
  z-index: -5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 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: #ffffffbf;
  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;
}

.nav-text.centered-text {
  text-align: center;
}

.example-block {
  border: 3px solid #ff7448;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 80px;
  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;
  font-family: Host Grotesk, sans-serif;
  text-decoration: none;
}

.nav-link-dope-edition.right-32 {
  color: var(--950);
  margin-right: 16px;
  font-family: Host Grotesk, sans-serif;
}

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

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

.badge.light-grey {
  background-color: #ffffff26;
}

.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: #1616161a;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.container.centred.full-width {
  align-items: stretch;
}

.container.grid {
  z-index: 5;
  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;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.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: #ffffffa6;
}

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

.margin-xs {
  min-width: 100%;
  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 {
  background-image: url('../images/Process_step_background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

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

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

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

.process-wrapper {
  position: relative;
}

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

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

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

.text-area:hover {
  border-color: #ffffff40;
}

.text-area:focus {
  background-color: #fff0;
  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;
  position: absolute;
  inset: 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;
  inset: 0%;
}

.h2 {
  color: var(--950);
  font-family: Host Grotesk, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.h2.text-white {
  color: var(--white);
}

.h2.text-white.center-text {
  text-align: center;
}

.h2.less-space {
  margin-top: 0;
  margin-bottom: 10px;
}

.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: #ffffff26;
  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: #0000;
  border-bottom: 2px solid #0000;
  padding: 8px 0;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  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;
}

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

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

.profile-bg-colour.big {
  max-height: 200px;
}

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

.wrapper {
  position: relative;
}

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

.wrapper.footer-logo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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 {
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  position: static;
}

.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 #0000001a;
}

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

.fixed-cta.migration {
  border-color: var(--600-primary);
  background-color: var(--600-primary);
  padding-left: 24px;
  padding-right: 24px;
  font-family: Host Grotesk, sans-serif;
}

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

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

.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-family: Host Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

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

.button-icon.secondary {
  border-color: var(--1000);
  color: var(--1000);
  text-transform: uppercase;
  background-color: #fff0;
  font-family: Host Grotesk, sans-serif;
  text-decoration: none;
  display: inline-block;
}

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

.button-icon.secondary.small {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex: 1;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.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;
  inset: 16px 16px auto auto;
}

.button-icon.secondary.small.absolute {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  inset: 25% 0% auto auto;
}

.button-icon.secondary.small.no-space {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-icon.secondary.invert {
  color: #efefef;
  border-color: #f3f3f3;
}

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

.field-label {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px;
  font-family: Host Grotesk, sans-serif;
}

.field-label.black {
  color: var(--1000);
}

.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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.relume-logo-secondary {
  z-index: 1;
  color: #fff;
  position: absolute;
  inset: 0%;
}

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

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

.navbar-container {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 2fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  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;
  inset: 0%;
}

.comparison-img---desktop.img-3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

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

.rr-peeps {
  width: 100%;
}

.pricing-row {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px #ffffff26;
  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 {
  color: var(--dark-grey);
  background-color: #fff;
  border: 2px solid #161616;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.profile-wrapper:hover {
  opacity: .88;
  transform: translate(0, -8px);
}

.profile-wrapper.sticky {
  border-color: var(--1000);
  background-color: var(--white);
  color: var(--1000);
  position: sticky;
  inset: 36% 30% 0%;
}

.step-heading {
  color: #fff;
}

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

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

.circle-blur-bottom-right-2 {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

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

.circle-blur-middle-left {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: 30% auto auto 5%;
}

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

.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.padding {
  background-color: #1b202b;
  border-radius: 14px;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

.loading-animation {
  width: 280px;
}

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

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

.locked {
  margin-top: 5px;
}

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

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

.with-underline.long-underline {
  color: var(--600-primary);
  background-image: url('../images/Underline_long.svg');
  background-position: 50% 100%;
}

.text-field {
  color: #fff;
  background-color: #ffffff0d;
  border: 2px solid #ffffff0d;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #ffffff40;
}

.text-field:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.margin-s {
  background-color: #212837;
  border-style: none;
  font-family: Host Grotesk, sans-serif;
  transition: all .4s;
}

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

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

.rr-image {
  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;
  width: 192px;
  min-width: 192px;
  height: 192px;
  min-height: 192px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.faq-block {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--1000);
  color: var(--1000);
  margin-bottom: -2px;
  padding: 24px 0;
}

.circle-blur-bottom-left {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: auto auto -10% -5%;
}

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

.circle-blur-bottom-left.blue-green {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(334deg, #91cea5 18%, #81d0c3 59%, #7295ce 86%);
}

.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;
  position: absolute;
  inset: 0%;
}

.black-line {
  background-color: var(--950);
  width: 2px;
  height: 72px;
  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;
  padding: 24px;
  display: flex;
}

.circle-blur-top-right-2 {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: 0% -5% auto auto;
}

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

.form-divider {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 56px;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 82%;
  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 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

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

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

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

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

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

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

.circle-blur-top-left {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: -5% auto auto -5%;
}

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

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

.circle-blur-bottom-right {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: auto 0% -15% auto;
}

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

.hero-heading {
  color: var(--1000);
  max-width: 640px;
  font-family: Host Grotesk, sans-serif;
  line-height: 100%;
  position: relative;
}

.hero-heading.center {
  text-align: center;
  max-width: none;
  margin-bottom: 16px;
}

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

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

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

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

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

.project-spec-tab-link {
  opacity: 1;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  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: #0000;
  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;
  inset: auto 0% 1% 37%;
}

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

.features-text {
  color: #fff;
}

.circle-blur-top-left-2 {
  z-index: -1;
  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;
  width: 440px;
  height: 440px;
  display: block;
  position: absolute;
  inset: -5% auto auto -5%;
}

.circle-blur-top-left-2.red-yellow {
  opacity: .97;
  filter: blur(64px) blur(64px);
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #c2df3f 79%);
}

.circle-blur-top-left-2.blue-green {
  background-image: linear-gradient(132deg, #91cea5 27%, #81d0c3 50%, #7295ce 79%);
}

.random-fact.adam-fact-1 {
  width: 121px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.dan-fact-1 {
  width: 134px;
  position: absolute;
  inset: 15% auto auto 5%;
}

.random-fact.dan-fact-2 {
  width: 146px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.random-fact.adam-fact-2 {
  width: 121px;
  position: absolute;
  inset: 15% 5% auto auto;
}

.paragraph-s {
  color: var(--1000);
  font-family: Host Grotesk, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.paragraph-s.text-light-grey {
  color: var(--white);
}

.paragraph-s.space-up {
  color: var(--950);
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-s.space-up.center {
  text-align: center;
}

.paragraph-s.space-up.m-w-700 {
  max-width: 700px;
}

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

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

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

.body {
  background-color: var(--bg);
}

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

.confirmation-page-subheading {
  color: #fff;
  text-align: center;
  max-width: 560px;
  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 {
  filter: invert();
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

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

.step-1-info-wrapper {
  border: 3px solid var(--white);
  background-image: linear-gradient(to bottom, var(--950), var(--950));
  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: 3px solid var(--white);
  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: 3px solid var(--white);
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  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: #fffc;
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.rl-cta_component {
  color: #fff;
  background-color: #1d1c1e;
  justify-content: center;
  align-items: center;
  width: 100%;
  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: #0000;
  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: #0000;
  border-color: #fff;
}

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

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

.button-secondary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #ffffff40;
  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;
}

.more-users {
  outline-offset: 0px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/user6_1user6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: -10px;
  display: flex;
}

.more-users_text {
  font-size: 13px;
  font-weight: 400;
}

.group-row {
  border-bottom: 1px solid var(--light-grey);
  color: var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.button-outline {
  color: #292929;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-outline.hide-desktop {
  display: none;
}

.embed-icon {
  margin-bottom: -3px;
}

.button-text {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.scroll {
  margin-bottom: 40px;
}

.navigation-right {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.user-description {
  color: #686868;
  font-family: Host Grotesk, sans-serif;
  font-size: 12px;
}

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

.navigation {
  z-index: 999;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 109px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.container-2 {
  align-items: flex-start;
  display: flex;
}

.row-icon {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 35px;
  height: 35px;
  margin-left: -10px;
}

.row-icon.no-m {
  margin-left: 0;
}

.row-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: flex;
}

.nav-link_text {
  font-weight: 600;
}

.text-show {
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

.scroll-animation {
  display: none;
}

.magistral {
  background-color: #d9d9d9;
  flex: 1;
  height: 1px;
  display: none;
}

.row-middle_top {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.user-name {
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
}

.nav-separator {
  background-color: var(--light-grey);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.user {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.content {
  flex: 1;
}

.nav-link-2 {
  grid-column-gap: 14px;
  color: var(--1000);
  border-radius: 7px;
  align-items: center;
  margin-bottom: 10px;
  padding: 13px 20px;
  font-family: Host Grotesk, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-2:hover {
  background-color: var(--950);
  color: #fff;
}

.nav-link-2.w--current {
  background-color: var(--1000);
  color: #fff;
}

.search {
  background-color: #f8f8f8;
  background-image: url('../images/search.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 40px;
  min-width: 340px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 23px;
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
  transition: border-color .2s;
}

.search:focus {
  border-style: solid;
  border-color: #686868;
}

.search::placeholder {
  font-weight: 400;
}

.nav-bot {
  padding-left: 25px;
  padding-right: 25px;
}

.user-icon {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.group-hero {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.row-text {
  font-size: 15px;
}

.row-text.bold {
  font-weight: 700;
}

.row-h {
  margin-right: 30px;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.row-h.no-space {
  margin-right: 0;
}

.show-hide {
  grid-column-gap: 7px;
  cursor: pointer;
  align-items: center;
  padding: 2px 5px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.row-middle {
  grid-column-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, 120px) minmax(120px, 120px) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.row-middle.center-div.larger {
  grid-template-columns: minmax(120px, 158px) minmax(170px, 170px);
  margin-right: 0;
}

.group-hero_text {
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.group-hero_text.light {
  color: #7b8ca0;
  font-family: Host Grotesk, sans-serif;
}

.row-middle_label {
  color: #7b8ca0;
}

.row-left {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.custom-css {
  display: none;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: var(--1000);
  color: #fff;
  letter-spacing: .3px;
  border: 1px solid #000;
  border-radius: 5px;
  align-items: center;
  padding: 10px 11px;
  font-family: Host Grotesk, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: #000;
  background-color: #f8f8f8;
}

.text-hide {
  text-transform: uppercase;
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
}

.logo-link {
  margin-top: 45px;
  margin-left: 45px;
}

.eye-open {
  display: none;
}

.content-wrap {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-menu-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.user-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.user-wrap.res-hide {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.nav {
  background-color: var(--bg);
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.group-hero_l {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.date-wrap {
  background-color: var(--bg);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  display: flex;
}

.date-wrap.completato {
  color: #0d5d25;
  background-color: #e5ffe3;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.date-wrap.completato.no-w {
  flex-flow: column;
  padding-left: 6px;
  padding-right: 6px;
}

.date-wrap.primary {
  color: #556ea0;
  background-color: #e0e8ef;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
}

.date-wrap.no-w {
  width: auto;
}

.date-wrap.standard {
  color: #0d5d25;
  background-color: #e5ffe3;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.date-wrap.standard.no-w {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  flex-flow: column;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

.circle {
  background-color: #e9e5dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.or-new {
  color: #0e1012;
  text-align: center;
  margin: 0 10px;
  font-family: Host Grotesk, sans-serif;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.log-in__h {
  color: #000;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 600;
}

.full-section {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 100px 5%;
  display: flex;
}

.form-label {
  color: #0e1012;
  font-weight: 500;
}

.or-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 18px 3% auto auto;
}

.log-in__content {
  text-align: center;
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.show-hide-code {
  display: none;
}

.social-btn {
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px #dcdce580;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.google {
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  display: flex;
}

.social-btn.google:hover {
  border-color: #4285f4;
}

.social-btn.google.hide {
  display: none;
}

.show-password {
  color: #989fb2;
  background-color: #fff;
  border-radius: 7px;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: -1px;
}

.show-password.w--current {
  display: none;
}

.social-text {
  font-size: 16px;
  font-weight: 500;
}

.hide {
  display: none;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gray-line {
  background-color: #d3d3d3;
  flex: 1;
  height: 1px;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.form-input {
  color: var(--1000);
  background-color: #fff;
  border: 1px solid #d8dade;
  border-radius: 7px;
  width: 100%;
  height: auto;
  min-height: 87%;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .2s;
}

.form-input:focus {
  border-color: #49bfff;
}

.form-input::placeholder {
  color: #8f93a3;
}

.eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.social-image {
  width: 24px;
}

.upload-button {
  color: #394245;
  background-color: #f6f6bc00;
  border: 1px solid #201c1b;
  border-radius: 7px;
  padding: 15px 60px;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
}

.upload-button:hover {
  color: #e9e5dd;
  background-color: #394245;
}

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

.image-10 {
  max-width: 100px;
}

.image-10.hide-desktop {
  display: none;
}

.icon-img {
  border-radius: 50%;
}

.grey {
  color: #929292;
}

.nav-logo {
  border-bottom: 1px solid #ebedec;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.task-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.content-bot {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.widget-plus {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-plus:hover {
  transform: scale(1.1);
}

.nav-links {
  border-bottom: 1px solid #ebedec;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.content-wrap-2 {
  display: flex;
}

.calendar-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.calendar-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.bot-links {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.calendar-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-bot-2 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.top-links_wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.mobile-nav-2 {
  display: none;
}

.cards-wrap {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.widgets-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-4 {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-4:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 3px #0003;
}

.card-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.task-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.white {
  color: #fff;
  width: 100%;
  max-width: 200px;
}

.back-line {
  background-color: #fff;
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
}

.widgets-timer {
  grid-column-gap: 25px;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.front-line {
  background-color: #000;
  border-radius: 5px;
  width: 46%;
  height: 100%;
}

.front-line._73 {
  width: 73%;
}

.front-line._90 {
  width: 90%;
}

.card {
  background-color: #dcf9df;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 220px;
  padding: 30px 25px;
  display: flex;
}

.card.pink {
  background-color: #fde3e9;
}

.card.purple {
  background-color: #ece9ff;
}

.card._2 {
  background-color: var(--bg);
  color: var(--dark-grey);
  border-radius: 10px;
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s;
}

.card._2:hover {
  opacity: .67;
}

.content-mid {
  grid-column-gap: 60px;
  align-items: stretch;
  display: flex;
}

.widget-top {
  border-bottom: 1px solid #dfe1e5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.widget-top.border-0 {
  border-bottom-style: none;
}

.top-links {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.widgets-wrap {
  width: 100%;
}

.content-2 {
  width: 100%;
  padding: 40px;
}

.p-18 {
  font-size: 18px;
  font-weight: 500;
}

.p-18.mb-5 {
  margin-bottom: 5px;
}

.widget-card {
  background-color: #edeff1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 150px;
  padding: 20px 15px;
  display: flex;
}

.widget-card.border {
  border: 2px dashed #dfe1e5;
}

.top-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #ebedec;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.calendar-time {
  border-right: 4px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.widget-card_big {
  background-color: #000;
  background-image: url('../images/shapes.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 40px 25px;
  display: flex;
}

.task-time {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.task-wrap {
  width: 100%;
}

.embed-icon-2 {
  margin-bottom: -4px;
}

.embed-icon-2.purple {
  color: #ece9ff;
}

.embed-icon-2.pink {
  color: #fde3e9;
}

.embed-icon-2.green {
  color: #dcf9df;
}

.widgets-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.nav-2 {
  z-index: 999;
  border-right: 1px solid #ebedec;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.shadow {
  display: none;
}

.task {
  border-bottom: 1px solid #ebedec;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.task.first {
  margin-top: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mid-wrapper {
  width: 100%;
}

.calendar-top {
  margin-bottom: 40px;
}

.calendar-holder {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ebedec;
  margin-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.widget-pause {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: transform .2s;
  display: flex;
}

.widget-pause:hover {
  transform: scale(1.1);
}

.link-wrapper {
  grid-column-gap: 15px;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 9px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-wrapper:hover, .link-wrapper.w--current {
  background-color: #ebedec;
}

.link-wrapper.last {
  margin-bottom: 0;
}

.task-labele {
  grid-column-gap: 15px;
  display: flex;
}

.dd-text {
  color: #737373;
  font-size: 15px;
}

.menu-l__h {
  color: #080045;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 34px;
  font-size: 13px;
  line-height: 120%;
}

.projects-wrapper {
  grid-column-gap: 24px;
  margin-top: 24px;
  padding-bottom: 6px;
  display: flex;
  overflow: auto;
}

.logo-wrap {
  margin-bottom: 70px;
  padding-top: 34px;
  padding-left: 34px;
  padding-right: 40px;
}

.p-13 {
  font-size: 13px;
}

.p-13.text-light {
  color: #989fb2;
}

.menu-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  border-right: 1px solid #edebec;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.no-p {
  grid-column-gap: 24px;
  padding: 0;
  display: flex;
}

.nav_logo {
  height: 1.6875rem;
}

.small-circle {
  background-color: #06d7a1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-top: 4px;
}

.small-circle.pink {
  background-color: #ff5ff9;
}

.small-circle.orange {
  background-color: #ffc62a;
}

.small-circle.blue {
  background-color: #4971ff;
}

.small-circle.gray {
  background-color: #989fb2;
}

.update-flex {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dd-list-filter {
  position: absolute;
  top: 35px;
}

.dd-list-filter.w--open {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  top: 40px;
  left: 0;
  box-shadow: 0 0 40px #00000026;
}

.hamburger-wrap {
  display: none;
}

.logout {
  grid-column-gap: 12px;
  color: #989fb2;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 10px 20px 10px 14px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.logout:hover {
  color: #4971ff;
}

.members-list {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  max-height: 380px;
  display: flex;
  overflow: auto;
}

.menu-r__wrap {
  padding-top: 34px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-switch {
  color: #989fb2;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.tab-switch.w--current {
  color: #fff;
  background-color: #4971ff;
  border-radius: 8px;
}

.holder {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(260px, .25fr) 1fr minmax(245px, .25fr);
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.menu-link {
  grid-column-gap: 12px;
  filter: grayscale();
  color: #4971ff;
  border-left: 5px solid #0000;
  align-items: center;
  padding: 10px 12px 10px 29px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.menu-link:hover {
  border-left: 5px solid #818181;
}

.menu-link.w--current {
  filter: grayscale(0%);
  border-left: 5px solid #4971ff;
  padding-left: 29px;
}

.menu-r__header {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.doc-dd__list {
  position: relative;
  top: 10px;
}

.doc-dd__list.w--open {
  background-color: #0000;
  width: 255px;
  max-height: 320px;
  padding-right: 15px;
  left: -34px;
  overflow: auto;
}

.dd-text-flex {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.none {
  display: none;
}

.dd-toggle-flex {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.dd-toggle {
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.dd-toggle.w--open {
  width: 100%;
}

.dd-toggle.text-light {
  color: #989fb2;
}

.text-dark {
  color: #080045;
}

.h-16 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.projects-column {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex: none;
  width: 100%;
  max-width: 340px;
  padding: 20px 5px 20px 16px;
  overflow: hidden;
}

.dd-nav {
  width: 100%;
  padding: 13px 12px 13px 34px;
}

.checkbox-button {
  background-color: #fff;
  border-color: #e9e7e8;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-button.w--redirected-checked {
  background-color: #4971ff;
  background-image: url('../images/checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #4971ff;
}

.projects-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.invoices-wrapper {
  border-top: 1px #edebec;
  margin-top: 60px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 90px;
  padding-right: 5px;
  overflow: auto;
}

.stats-grid__flex {
  grid-column-gap: 5px;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.filter-dd {
  grid-column-gap: 24px;
  background-color: #f8f8f8;
  border-radius: 8px;
  align-items: center;
  padding: 10px 8px 10px 14px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.count-box {
  color: #4971ff;
  background-color: #4971ff0d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.stats-grid {
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-m {
  margin-bottom: 0;
}

.collection-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 10px;
  color: #080045;
  white-space: pre;
  cursor: pointer;
  align-items: center;
  margin-bottom: 16px;
  margin-left: -10px;
  padding-left: 0;
  display: flex;
}

.centered {
  margin-top: 4px;
}

.border {
  background-color: #edebec;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.border.no-bot-m {
  margin-bottom: 0;
}

.border.mt-16 {
  margin-top: 16px;
}

.empty-state {
  color: #4971ff;
  background-color: #0000;
  padding-left: 0;
  font-size: 15px;
}

.projects-count__wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.form-filter {
  grid-column-gap: 10px;
  background-color: #0000;
  display: flex;
}

.labels-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.h-24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.tabs-home {
  position: relative;
}

.menu-tabs {
  z-index: 10;
  background-color: #f8f8f8;
  border: 1px solid #edebec;
  border-radius: 8px;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.projects-head__flex {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.menu-projects {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.scroll-wrap {
  max-height: 100%;
  padding-bottom: 40px;
  padding-right: 5px;
  overflow: auto;
}

.filters-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.menu-l__wrap {
  width: 100%;
}

.stats-flex {
  grid-column-gap: 8px;
  display: flex;
}

.invoices-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-right {
  background-color: #fff;
  border-left: 1px solid #edebec;
  height: 100%;
}

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

.assignees-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.members-wrap-2 {
  justify-content: center;
  display: flex;
}

.time-left_icon {
  color: #f2584a;
  margin-bottom: -2px;
}

.separator {
  background-color: #d5d6d6;
  width: 100%;
  height: 1px;
}

.separator.small {
  width: 30px;
}

.separator.full {
  flex: 1;
}

.break-info {
  grid-column-gap: 45px;
  display: flex;
}

.subject-name {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
}

.info-r_img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.header-r {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}

.break-name {
  font-size: 22px;
  font-weight: 700;
}

.navigation-2 {
  background-color: #3b4548;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding: 45px 60px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-4 {
  min-height: 100vh;
  display: flex;
}

.header {
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #dadade;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-square {
  background-color: #3b4042;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.row {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 80px) 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.uppercase {
  text-transform: uppercase;
}

.members-count {
  outline-offset: 0px;
  background-color: #f5f6f5;
  border-radius: 50%;
  outline: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -15px;
  display: flex;
}

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

.info-user {
  text-align: center;
  width: 100%;
  max-width: 90px;
}

.profile-wrap {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.duration-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.duration-wrap.opacity {
  opacity: 0;
}

.txt-bold {
  font-weight: 700;
}

.txt-opacity {
  opacity: .5;
}

.info-r {
  width: 100%;
  max-width: 170px;
  position: relative;
}

.info-user_img {
  object-fit: cover;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}

.hamburger-3 {
  display: none;
}

.duration {
  color: #394245;
  font-weight: 700;
}

.header-l {
  align-items: center;
  display: flex;
}

.info-user_txt {
  font-weight: 700;
  line-height: 1.4;
}

.menu-icon {
  margin-bottom: -4px;
}

.navigation-shadow {
  display: none;
}

.count {
  font-size: 12px;
  font-weight: 700;
}

.break-flex {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

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

.date-wrap-2 {
  grid-row-gap: 5px;
  text-transform: uppercase;
  background-color: #f5f6f5;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-right: 50px;
  font-size: 14px;
  display: flex;
}

.profile-circle {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
  overflow: hidden;
}

.search-2 {
  background-color: #f5f6f5;
  background-image: url('../images/search_1.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 40px;
  min-width: 320px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 45px;
}

.menu-link-2 {
  grid-column-gap: 15px;
  color: #a5abad;
  align-items: center;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.info-l {
  grid-column-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.break-time {
  font-weight: 700;
}

.member-icon {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 40px;
  height: 40px;
  margin-left: -15px;
}

.member-icon.first {
  margin-left: 0;
}

.profile-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.info {
  background-color: #f6f6bc;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 30px 35px;
  display: flex;
}

.info.blue {
  background-color: #d0e6eb;
}

.info.cream {
  background-color: #e8e3e3;
}

.wrapper-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.break-wrap {
  grid-column-gap: 55px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.subject-description {
  font-size: 22px;
  line-height: 1.4;
}

.time-left_txt {
  font-size: 14px;
}

.time-left {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(25%, 50%);
  box-shadow: 1px 1px 10px #00000040;
}

.dropdown {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
}

.p-16 {
  font-size: 16px;
}

.dd-left {
  grid-column-gap: 15px;
  color: #272a32;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.integration-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px 20px;
  display: flex;
  position: relative;
}

.integration-top.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  min-height: 210px;
}

.integration-top.gap._2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: space-between;
  min-height: auto;
}

.integration-top.gap.no-h-min {
  min-height: auto;
}

.switch-circle {
  background-color: #fefefe;
  border: 1px solid #e3e2e7;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: all .2s;
  position: absolute;
  inset: 50% auto 0% 1px;
  transform: translate(0, -50%);
}

.switch-circle.active {
  border-color: #2158c7;
  left: auto;
  right: 1px;
}

.integration-p {
  font-family: Host Grotesk, sans-serif;
  line-height: 1.4;
}

.integration-p.no-space {
  margin-bottom: 0;
}

.nav-link-3 {
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.tabs-menu-2 {
  background-color: #f9fbfc;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 2px;
  display: inline-block;
}

.nav-bot-3 {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.container-5 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.user-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.integration-card {
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.integration-card.max-w-700 {
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.integration-logo {
  object-fit: contain;
  border-radius: 5px;
  width: 23px;
  max-width: none;
  position: absolute;
  inset: 23px 20px auto auto;
}

.tab-link-2 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  min-width: 100px;
  margin-right: 0;
  padding: 11px 12px 10px;
  font-family: Host Grotesk, sans-serif;
}

.tab-link-2.w--current {
  background-color: #fff;
  border: 1px solid #e5e5e7;
}

.nav-bot__r {
  flex: 1;
}

.nav-bot__flex {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.nav-bot__l {
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
  overflow: visible;
}

.nav-space {
  height: 20px;
}

.hamburger-4 {
  display: none;
}

.search-3 {
  background-image: url('../images/search_2.svg');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 15px;
}

.search-3:focus {
  border-color: #155ff1;
}

.search-3::placeholder {
  color: #676a70;
  font-size: 15px;
}

.notification {
  background-color: #125ff0;
  border: 1px solid #1b51b8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.notification.green {
  outline-offset: 0px;
  background-color: #15b56a;
  border-style: none;
  outline: 2px solid #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-shadow-2 {
  display: none;
}

.integration-link {
  grid-column-gap: 5px;
  color: #777a82;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.content-hero {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.form-block-4 {
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sticky-nav {
  display: none;
}

.tabs-wrap {
  position: relative;
}

.dd-link {
  border-radius: 5px;
  margin-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  font-size: 16px;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: #125fee0d;
}

.dd-link.w--current {
  color: #125fee;
  background-color: #125fee1a;
  margin-left: 0;
  margin-right: 0;
}

.integration-bot {
  border-top: 1px solid #e5e5e7;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.dd-right {
  flex-direction: column;
  width: 14px;
  height: 14px;
  display: flex;
}

.switch {
  cursor: pointer;
  background-color: #eef1f7;
  border: 1px solid #e3e2e7;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 22px;
  padding: 1px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.switch.active {
  background-color: var(--650);
  border-color: #2158c7;
}

.dd-list {
  margin-top: 10px;
  position: relative;
  top: 0;
}

.dd-list.w--open {
  background-color: #0000;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 15px;
}

.dd-toggle-2 {
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  display: flex;
}

.logo-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.padding-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-4 {
  width: 100%;
  padding: 35px 30px 30px;
}

.dd-border {
  background-color: #e5e7eb;
  width: 2px;
  height: 92%;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.user-name-2 {
  color: #111825;
  font-size: 16px;
}

.embed-icon-3 {
  margin-top: 2px;
}

.nav-link__l {
  grid-column-gap: 15px;
  color: #272a32;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.tabs-content {
  min-width: 100%;
  position: static;
}

.button-5 {
  grid-column-gap: 10px;
  color: #434854;
  background-color: #0000;
  border: 1px solid #d8dade;
  border-radius: 5px;
  align-items: center;
  padding: 11px 17px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-5:hover {
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 4px #00000030;
}

.button-5.small {
  padding: 10px 12px;
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
  transition: border .2s, color .2s, background-color .2s;
}

.button-5.small:hover {
  box-shadow: none;
  color: #fff;
  background-color: #155ff1;
  border-color: #155ff1;
  transform: none;
}

.minus {
  display: none;
}

.settings {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

._3-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-3 {
  border-right: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 295px;
  max-height: 100vh;
  padding: 35px 20px 30px 25px;
  display: flex;
  position: sticky;
  top: 0;
}

.integration-h {
  color: #111825;
  margin-bottom: 5px;
  font-family: Host Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-11 {
  border: 2px solid var(--1000);
  object-fit: cover;
  border-radius: 16px;
  min-height: 100%;
}

.image-12 {
  max-width: 90px;
}

.image-12.smaller {
  max-width: 70px;
}

.footer__notice {
  color: #181f25cc;
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 12px;
}

.footer__notice.space-low {
  color: var(--900);
}

.footer__form-wrap {
  width: 100%;
}

.logo-link-4.mod--footer {
  filter: grayscale() contrast(140%);
  margin-bottom: 60px;
}

.footer__heading-wrap {
  margin-top: -25px;
  margin-bottom: 88px;
}

.form__btn {
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__submit-result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.footer__col.mod--2 {
  padding-left: 170px;
}

.footer__col.mod--2.mod--social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.from-block {
  margin-bottom: 0;
  position: relative;
}

.footer__inside-columns {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer__soc-img {
  filter: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__inside-col.mod--2 {
  flex: 1;
  max-width: 370px;
}

.input {
  color: #181f25;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #181f25;
  height: 62px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: #181f25;
}

.input::placeholder {
  color: #181f25;
}

.footer__heading {
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 55px;
  line-height: 1.05em;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.footer__soc-link {
  border: 1px solid #181f2540;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: #181f2580;
}

.footer__soc-link.no-space {
  margin-right: 0;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.footer__nav-link {
  color: var(--900);
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: #181f25;
}

.form-3 {
  position: relative;
}

.footer__list-titile {
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__heading-link {
  color: #181f25;
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: #181f25cc;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.footer__list-txt {
  color: #2d3c49;
  text-decoration: none;
  display: inline-block;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.footer__copyright-logo {
  flex: none;
  max-width: 100px;
  margin-right: 0;
}

.form__submit-result-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer__copyright-link {
  color: #181f25cc;
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

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

.form__btn-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.footer__form-title {
  margin-bottom: 42px;
}

.footer__heading-anim {
  opacity: .4;
  position: relative;
  bottom: 0;
}

.footer {
  z-index: 1;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  padding: 40px 60px 10px;
  position: relative;
}

.footer.mod--footer {
  color: #181f25;
  background-color: #e2e1d5;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .5s;
  display: flex;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.content-5 {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-5.mod--footer {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.image-13 {
  max-width: 100px;
}

.grid-3-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-3-col.margin-l {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-14 {
  object-fit: cover;
  border-radius: 14px;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 10px;
}

.h4 {
  color: var(--1000);
  font-family: Host Grotesk, sans-serif;
  font-size: 28px;
  line-height: 110%;
}

.h4.no-space {
  margin-top: 0;
  margin-bottom: 0;
}

.h4.centered {
  color: var(--1000);
  text-align: center;
}

.h4.space-low {
  margin-bottom: 20px;
}

.image-15 {
  object-fit: cover;
  border-radius: 12px;
  min-width: 100%;
  min-height: 100%;
}

.checkbox-field-2 {
  min-width: 100%;
}

.link-terziary {
  color: var(--dark-grey);
}

.link-terziary.white {
  color: #eaeaea;
}

.div-block {
  min-width: 100%;
  min-height: 100%;
  position: static;
  top: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 500px;
  display: flex;
}

.nav-menu-4 {
  display: block;
  position: static;
}

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

.navbar-def {
  background-color: #ddd0;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
}

.container-6.center {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-5 {
  margin: 0% 0% 0% 25%;
}

.navbar-2 {
  background-color: #16161600;
  background-image: url('../images/Grain_Latest.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-2.absolute {
  background-color: var(--bg);
  min-height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2.absolute-2 {
  background-color: var(--bg);
  background-image: none;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 100px 0% auto;
}

.div-block-2 {
  text-align: center;
}

.little {
  font-size: 12px;
  line-height: 10px;
}

.flex-orizontal {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--1000);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-orizontal.space-low {
  color: var(--950);
  margin-bottom: 20px;
}

.medium {
  color: #fffc;
  font-size: 18px;
}

.body-2 {
  background-color: var(--bg);
}

.brand.center {
  text-align: center;
  margin-bottom: 10px;
}

.brand.absolute {
  min-width: 70px;
  min-height: 70px;
  max-height: 70px;
  position: absolute;
  inset: 0% 50% auto 47%;
}

.text-block-2 {
  font-family: Host Grotesk, sans-serif;
}

.text-block-3 {
  font-family: Host Grotesk, sans-serif;
  font-weight: 600;
}

.label {
  border: 1px solid var(--1000);
  color: var(--900);
  background-color: #eff2f400;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 6px 16px;
  font-weight: 600;
  display: flex;
}

.label.completato {
  color: #0d5d25;
  background-color: #e5ffe3;
}

.label.outline-grey {
  border-color: #d8dade;
}

.label.no-outline {
  border-style: none;
}

.tabs-wrap-copy {
  position: relative;
}

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

.paragraph {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Host Grotesk, sans-serif;
}

.absolute {
  position: absolute;
  inset: 16% 0% auto auto;
}

.div-absolute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 16% 0% auto auto;
}

.div-absolute.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  inset: 12% auto auto 0%;
}

.div-absolute.vertical-mobile._2 {
  inset: 0% 0% auto auto;
}

.div-absolute.vertical-mobile._3 {
  inset: 3% 1% auto auto;
}

.dropdown-toggle {
  color: var(--grey);
  padding-left: 10px;
  padding-right: 26px;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
}

.icon {
  margin-right: 6px;
}

.dropdown-link {
  background-color: #eff2f400;
  font-family: Host Grotesk, sans-serif;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f8f8f8;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-color: #e5e5e7;
  border-radius: 9px;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-5.x-no-stretch {
  align-items: flex-start;
  min-width: 100%;
  min-height: 200px;
}

.div-block-5.y-space-between {
  justify-content: space-between;
}

.div-block-5.y-space-between.min-200h {
  min-height: 180px;
}

.text-block-4 {
  margin-right: 0;
  font-family: Host Grotesk, sans-serif;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-2 {
  max-width: 450px;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: 2px;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.accordion__content {
  margin: 15px 20px 20px;
}

.faq-question {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 .5rem;
  display: flex;
}

.faq-question-label {
  color: var(--650);
  background-color: #0000;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-arrow-2 {
  z-index: 0;
  position: relative;
}

.faq-answer-2 {
  padding: 0;
  overflow: hidden;
}

.faq-answer-p {
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.faq-answer-p.no-space-low {
  margin-bottom: 0;
}

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

.grid-1.space-low {
  margin-bottom: 60px;
}

.grid-1.h-100 {
  min-height: 100%;
}

.checkbox-label {
  font-family: Host Grotesk, sans-serif;
  display: none;
}

.checkbox {
  min-width: 40px;
  min-height: 40px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5e7daf;
  border-radius: 8px;
}

.div-block-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-3 {
  position: static;
}

.progress {
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.progress_text {
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.progress_line-bg {
  background-color: #fff;
  border-radius: .5rem;
  width: 9rem;
  height: .625rem;
  margin-top: .125rem;
  padding: .125rem;
}

.progress_line-bg._w-auto {
  width: 100%;
}

.progress_line-bg._w-auto.complete {
  background-color: #0d5d25;
}

.progress_line {
  background-color: #000;
  border-radius: .25rem;
  width: 4%;
  height: .375rem;
}

.progress_line._100 {
  background-color: #0d5d25;
  width: 100%;
}

.form1_face-wrapper1 {
  position: relative;
  top: 29px;
}

.three-mouth {
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 19px;
  left: 23px;
}

.form1_checkbox-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.form1_tooltip1 {
  opacity: 0;
  color: #fff;
  letter-spacing: .25px;
  background-color: #1c1d1f;
  border-radius: 32px;
  margin-top: 24px;
  padding: 7px 15px 7px 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
}

.form1_tooltip-arrow3 {
  line-height: 0;
  position: absolute;
  inset: -5px 0% auto 35px;
}

.form2 {
  display: none;
}

.form1_wrapper3 {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.form1_wrapper1 {
  border: 2px solid var(--light-grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.one-right-eye {
  line-height: 0;
  position: absolute;
  inset: 21px 17px auto auto;
}

.form1_tooltip-arrow1 {
  line-height: 0;
  position: absolute;
  inset: -5px 0% auto 15px;
}

.form1 {
  display: block;
}

.form1_face-wrapper2 {
  position: relative;
  top: 29px;
}

.form1_tooltip2 {
  opacity: 0;
  color: #fff;
  letter-spacing: .25px;
  background-color: #1c1d1f;
  border-radius: 32px;
  margin-top: 24px;
  padding: 7px 15px 7px 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
}

.form4 {
  display: none;
}

.two-left-eye {
  line-height: 0;
  position: absolute;
  inset: 22px auto auto 19px;
}

.three-bg {
  background-color: #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  inset: 8px 0% 0% 8px;
}

.form1_wrapper2 {
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.one-left-eye {
  line-height: 0;
  position: absolute;
  inset: 21px auto auto 18px;
}

.form1_tooltip3 {
  opacity: 0;
  color: #fff;
  letter-spacing: .25px;
  background-color: #1c1d1f;
  border-radius: 32px;
  margin-top: 24px;
  padding: 7px 15px 7px 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
}

.three-face {
  z-index: 1;
  color: #d6d0d0;
  border: 4px solid #d6d0d0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.one-mouth {
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 17px;
  left: 24px;
}

.three-left-eye {
  line-height: 0;
  position: absolute;
  inset: 22px auto auto 19px;
}

.container-small {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.two-face {
  z-index: 1;
  color: #d6d0d0;
  border: 4px solid #d6d0d0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.form1_tooltip-arrow2 {
  line-height: 0;
  position: absolute;
  inset: -5px 0% auto 52px;
}

.form3 {
  display: none;
}

.form1_face-wrapper3 {
  position: relative;
  top: 29px;
}

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

.one-face {
  z-index: 1;
  color: #d6d0d0;
  border: 4px solid #d6d0d0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.form1_checkbox {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  box-shadow: 0 2px #d6d0d0;
}

.form1_checkbox.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #000;
  box-shadow: 0 2px #000;
}

.two-right-eye {
  line-height: 0;
  position: absolute;
  inset: 22px 19px auto auto;
}

.two-bg {
  background-color: #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  inset: 8px 0% 0% 8px;
}

.form1_radio-text {
  display: none;
}

.three-right-eye {
  line-height: 0;
  position: absolute;
  inset: 22px 19px auto auto;
}

.input-2 {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.input-2:focus {
  border-color: #fff;
  box-shadow: 0 2px #c5bdbd;
}

.input-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.form4_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.message {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 11rem;
  min-height: 11rem;
  max-height: 11rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px #d6d0d0;
}

.message:focus {
  border-color: #fff;
  box-shadow: 0 2px #c5bdbd;
}

.message.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.two-mouth {
  transform-origin: 0%;
  background-color: #d6d0d0;
  border-radius: 4px;
  width: 27px;
  height: 8px;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 23px;
}

.one-bg {
  background-color: #fff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  inset: 8px 0% 0% 8px;
}

.text-block-5 {
  font-family: Host Grotesk, sans-serif;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.grid-2.space-low {
  margin-bottom: 40px;
}

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

.grid-4.space-low {
  margin-bottom: 60px;
}

.flex-vertical {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.flex-vertical.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-vertical.y-space-between {
  justify-content: space-between;
  align-items: stretch;
}

.flex-vertical.y-space-between.y-min-120 {
  min-height: 120px;
}

.flex-vertical._w-100 {
  align-items: flex-start;
  min-width: 100%;
}

.div.h-min-100 {
  min-height: 100px;
}

.grid-2-left-smaller {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start center;
}

.faq-answer-p-copy {
  letter-spacing: 0;
  font-family: Host Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.faq-answer-p-copy.no-space-low {
  margin-bottom: 0;
}

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

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

  .random-facts {
    display: none;
  }

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

  .personality-description {
    inset: 5% 0% auto;
  }

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

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

  .h3.smaller.hide-mobile {
    font-size: 30px;
  }

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

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

  .paragraph-m.max-560w.margin-l.margin-0-t-m {
    text-align: left;
    margin-bottom: 20px;
  }

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

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

  .section.black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.black.bg2 {
    background-size: auto 400px, auto 300px;
  }

  .section.grain, .section.grain.top-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section.more-padding {
    padding-top: 223px;
  }

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

  .blur-background {
    display: block;
  }

  .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;
    inset: -19px auto auto 24px;
  }

  .project-title-wrap {
    justify-content: space-between;
    width: 100%;
    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;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 64px;
  }

  .h2.text-white {
    margin-bottom: 10px;
    font-size: 48px;
  }

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

  .fixed-cta.migration {
    position: fixed;
    top: 26px;
  }

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

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

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

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

  .comparison-img---desktop {
    width: 100%;
    min-width: 100%;
    max-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 {
    opacity: .9;
    filter: blur(64px);
    width: 320px;
    height: 320px;
  }

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

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

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

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

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

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

  .hero-content-wrap.design-to-webflow {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    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 {
    opacity: .9;
    filter: blur(64px);
    background-image: linear-gradient(132deg, #ff7448 31%, #ff4848 57%, #6248ff 79%);
    width: 320px;
    height: 320px;
    display: block;
    right: auto;
  }

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

  .black-line {
    display: none;
  }

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

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

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

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

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

  .hero-heading {
    text-align: left;
    font-size: 54px;
    position: relative;
  }

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

  .label-arrow {
    inset: 30% auto auto 0%;
  }

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

  .circle-blur-top-left-2.red-yellow {
    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;
  }

  .group-row {
    width: 1150px;
  }

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

  .button-outline.hide-desktop {
    width: auto;
    min-width: 44px;
    max-width: 44px;
    height: auto;
    min-height: 44px;
    max-height: 44px;
    display: flex;
  }

  .embed-icon {
    margin-bottom: -5px;
  }

  .scroll {
    max-width: 94vw;
    padding-bottom: 15px;
    overflow: auto;
  }

  .scroll.small-m {
    margin-bottom: 20px;
  }

  .navigation-right {
    grid-column-gap: 20px;
    background-color: #fff;
  }

  .navigation {
    border-bottom: 1px solid #d9d9d9;
    height: 70px;
    top: 0;
  }

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

  .scroll-animation {
    grid-column-gap: 20px;
    color: #686868;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .hamburger-line {
    background-color: #292929;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-separator {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .user-info.res-hide {
    display: none;
  }

  .nav-shadow {
    z-index: 9999;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #00000030;
    display: none;
    position: fixed;
    inset: 70px 0% 0%;
  }

  .search {
    min-width: auto;
    max-width: 220px;
    height: 40px;
  }

  .group-hero {
    grid-column-gap: 20px;
  }

  .mobile-nav {
    z-index: 9999;
    background-color: #e9e5dd;
    border-bottom: 1px solid #d7cfbd;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .logo-link {
    margin-top: 25px;
  }

  .user-wrap.small-gap {
    grid-column-gap: 15px;
  }

  .user-wrap.res-hide {
    grid-column-gap: 10px;
    display: flex;
  }

  .nav {
    z-index: 99999;
    border-right: 1px solid #d7cfbd;
    min-height: auto;
    display: none;
    position: fixed;
    bottom: 0;
  }

  .show-password {
    border-radius: 11px;
  }

  .nav-logo {
    display: none;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-links {
    padding-left: 40px;
  }

  .hamburger-line-2 {
    background-color: #000;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-2.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .calendar-wrap {
    max-width: none;
  }

  .bot-links {
    padding-left: 40px;
  }

  .calendar-text {
    align-items: flex-end;
  }

  .nav-bot-2 {
    padding-left: 40px;
  }

  .mobile-nav-2 {
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ebedec;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 20px;
    display: flex;
    position: sticky;
    inset: 0% 0% auto;
  }

  .logo-img.mobile {
    width: 80%;
  }

  .content-mid {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-2 {
    background-color: #fff;
    border-left: 1px solid #ebedec;
    height: auto;
    padding-left: 0;
    display: none;
    position: fixed;
    inset: 60px 0% 0% auto;
  }

  .shadow {
    z-index: 99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .calendar-holder {
    justify-content: space-between;
  }

  .hamburger-2 {
    cursor: pointer;
    width: 40px;
  }

  .link-wrapper {
    justify-content: flex-start;
  }

  .logo-wrap.homepage {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-left {
    z-index: 9999;
    opacity: 0;
    width: 50%;
    display: none;
    position: absolute;
  }

  .hamburger-wrap {
    grid-row-gap: 3px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    width: 30px;
    display: flex;
  }

  .hamburger-wrap.x {
    justify-content: center;
    height: 30px;
  }

  .members-list {
    max-height: 330px;
  }

  .holder {
    display: flex;
    position: relative;
  }

  .menu-r__header {
    justify-content: space-between;
  }

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

  .hamburger-line-3 {
    background-color: #080045;
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-3.top {
    transform: translate(0, 3px)rotate(45deg);
  }

  .hamburger-line-3.bottom {
    transform: translate(0, -3px)rotate(-45deg);
  }

  .menu-projects {
    display: block;
  }

  .stats-flex {
    grid-column-gap: 8px;
    display: flex;
  }

  .menu-right {
    z-index: 9999;
    opacity: 0;
    width: 50%;
    display: none;
    position: absolute;
    right: 0;
  }

  .subject-name {
    font-size: 40px;
  }

  .header-r {
    grid-column-gap: 20px;
    display: none;
  }

  .navigation-2 {
    z-index: 999;
    height: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    display: none;
    position: fixed;
    top: 102px;
  }

  .header {
    grid-column-gap: 40px;
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .row {
    display: flex;
  }

  .profile-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .info-r {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hamburger-line-4 {
    background-color: #394245;
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-4.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .hamburger-3 {
    z-index: 99999;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .navigation-shadow {
    z-index: 99;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #39424526;
    position: fixed;
    inset: 102px 0% 0%;
  }

  .date-wrap-2 {
    margin-right: 25px;
  }

  .search-2 {
    min-width: 200px;
  }

  .info {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hamburger-line-5 {
    background-color: #000;
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-5.middle {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .container-5 {
    display: block;
  }

  .hamburger-4 {
    cursor: pointer;
    display: block;
  }

  .nav-shadow-2 {
    z-index: 999;
    background-color: #0003;
    width: 60%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 65px 0% 0% auto;
  }

  .content-hero {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .form-block-4 {
    width: 50%;
    margin-bottom: 25px;
    position: static;
  }

  .sticky-nav {
    border-bottom: 1px solid #e5e5e7;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .logo-flex {
    display: none;
  }

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

  .navigation-3 {
    z-index: 999;
    background-color: #fff;
    width: 40%;
    max-width: none;
    padding-top: 20px;
    padding-left: 30px;
    display: none;
    position: fixed;
    inset: 65px auto 0% 0%;
  }

  .image-12.smaller {
    max-width: 60px;
  }

  .footer__col.mod--2 {
    padding-left: 0;
  }

  .footer__inside-columns {
    grid-column-gap: 79px;
    grid-row-gap: 79px;
  }

  .footer__list {
    flex-flow: column;
    display: flex;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13 {
    max-width: 80px;
  }

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

  .h4 {
    font-size: 22px;
  }

  .nav-menu-4 {
    display: block;
  }

  .container-6.center {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-5 {
    background-color: #ddd;
    background-image: url('../images/Grain_Latest.png');
    background-position: 0 0;
    background-size: auto;
    margin-left: 0%;
  }

  .navbar-2.absolute {
    min-height: 80px;
  }

  .navbar-2.absolute-2 {
    top: 80px;
  }

  .menu-button {
    position: absolute;
    inset: auto 20vw 19% auto;
  }

  .menu-button.w--open {
    color: var(--dark-grey);
    background-color: #16161600;
  }

  .brand.absolute {
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .div-absolute {
    position: absolute;
    top: 8%;
  }

  .div-absolute.left {
    position: static;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-arrow-2 {
    z-index: 0;
    position: relative;
  }

  .faq-answer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox.w--redirected-checked {
    min-height: 3px;
  }

  .grid-2._1-column-tablet {
    grid-template-columns: 1fr;
  }
}

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

  .h3.smaller {
    font-size: 22px;
  }

  .h3.smaller.hide-mobile {
    display: none;
  }

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

  .section.black {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.black.bg2 {
    background-position: 100% 97%, -70px 85%;
    background-size: auto 350px, auto 250px;
  }

  .section.grain, .section.grain.top-140 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .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 {
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
    width: 100%;
    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;
  }

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

  .h2.text-white {
    font-size: 38px;
  }

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

  .pre-loader {
    display: none;
  }

  .wrapper._16-margins {
    margin: 16px 0 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 {
    filter: blur(60px);
    width: 280px;
    height: 280px;
    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: 20px;
  }

  .hero-grid {
    grid-column-gap: 33px;
    grid-template-columns: 1.5fr 1fr;
  }

  .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 {
    background-image: url('../images/Process-Image-Background-Mobile_1.png');
    width: 100%;
    margin-bottom: 24px;
  }

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

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

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

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

  .circle-blur-top-right-2 {
    opacity: .9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
    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 {
    opacity: .9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
  }

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

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

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

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

  .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 {
    opacity: .9;
    filter: blur(68px);
    width: 320px;
    height: 320px;
  }

  .circle-blur-top-left-2.red-yellow {
    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;
  }

  .button-outline {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .scroll {
    max-width: 92vw;
  }

  .form-2 {
    max-width: 100%;
  }

  .navigation-right {
    grid-column-gap: 10px;
    justify-content: space-between;
    min-width: 100%;
  }

  .user {
    grid-column-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    min-width: 52%;
    max-width: 50px;
  }

  .search {
    background-position: 15px;
    min-width: 100%;
    max-width: 100%;
    padding-left: 45px;
    padding-right: 10px;
  }

  .user-icon {
    width: 44px;
    height: 44px;
  }

  .logo-link._2.w--current {
    min-width: auto;
    max-width: 60px;
    min-height: auto;
    max-height: 60px;
    margin-top: 6px;
    margin-left: 0;
  }

  .user-wrap.res-hide {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
  }

  .log-in__h {
    font-size: 30px;
  }

  .image-10.hide-desktop {
    max-width: 60px;
    display: block;
  }

  .content-bot {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .top-links_wrap {
    grid-column-gap: 40px;
    align-items: center;
    display: flex;
  }

  .cards-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .content-mid {
    grid-row-gap: 40px;
  }

  .top-links {
    justify-content: space-between;
  }

  .content-top {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .menu-left {
    width: 70%;
  }

  .no-p {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .filter-dd {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .form-filter {
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .menu-projects {
    padding-top: 20px;
  }

  .separator.full {
    display: none;
  }

  .subject-name {
    font-size: 35px;
  }

  .header {
    margin-bottom: 40px;
  }

  .row {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #dadade;
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .profile-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .duration-wrap {
    grid-column-gap: 35px;
    flex-direction: row;
  }

  .duration-wrap.opacity {
    display: none;
  }

  .break-wrap {
    justify-content: center;
  }

  .subject-description {
    font-size: 18px;
  }

  .tabs-menu-2 {
    margin-bottom: 20px;
  }

  .nav-shadow-2 {
    width: 40%;
  }

  .content-hero {
    margin-bottom: 30px;
  }

  .form-block-4 {
    width: 100%;
  }

  .tabs-content {
    min-width: 100%;
  }

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

  .navigation-3 {
    width: 60%;
  }

  .image-12.smaller {
    max-height: 60px;
  }

  .footer__col.mod--2.mod--social {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: auto;
  }

  .footer__social {
    margin-bottom: 20px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .h4.centered {
    text-align: center;
  }

  .image-15 {
    object-fit: cover;
    object-position: 50% 0%;
    max-height: 200px;
  }

  .menu-button {
    right: 25vw;
  }

  .brand.absolute {
    padding-left: 0;
  }

  .tabs-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-absolute.vertical-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-absolute.vertical-mobile._3 {
    top: 1%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-question {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .checkbox.w--redirected-checked {
    min-height: 40px;
  }

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

  .grid-4.space-low {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-answer-p-copy {
    font-size: .875rem;
  }
}

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

  .h3 {
    font-size: 24px;
  }

  .h3.smaller {
    margin-top: 20px;
  }

  .h3.space-down {
    text-align: center;
  }

  .paragraph-m.text-white.align-mobile {
    text-align: left;
  }

  .section.black.bg {
    background-size: auto 200px;
  }

  .section.black.bg2 {
    background-position: 120% 99%, -200px 93%;
    background-size: auto 300px, auto 250px;
  }

  .section.more-padding {
    padding-top: 320px;
  }

  .nav-link-dope-edition.right-32 {
    min-width: 100%;
  }

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

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

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

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

  .h2.text-white.center-text.align-mobile {
    text-align: left;
  }

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

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

  .fixed-cta.migration {
    position: absolute;
  }

  .button-icon.secondary {
    min-width: 100%;
  }

  .button-icon.secondary.small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button-icon.secondary.small.no-space {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .hero-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

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

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

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

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

  .label-arrow.on-t-m {
    top: 40%;
  }

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

  .group-row {
    width: 1100px;
  }

  .scroll {
    max-width: 89vw;
  }

  .navigation-right {
    grid-row-gap: 10px;
    flex-flow: column-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    min-width: 100%;
  }

  .navigation {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .user-info.hide-mobile {
    display: none;
  }

  .user {
    min-width: 40%;
  }

  .form-block-2 {
    min-width: 50%;
    max-width: none;
  }

  .form-block-2.hide-mobile {
    display: none;
  }

  .search {
    max-width: none;
  }

  .user-icon {
    width: 44px;
  }

  .row-h {
    margin-right: 30px;
  }

  .logo-link._2 {
    margin-top: 0;
    margin-left: 0;
  }

  .user-wrap.res-hide {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
  }

  .date-wrap {
    min-width: 100%;
  }

  .date-wrap.primary {
    height: 30px;
  }

  .circle {
    min-width: 40px;
    min-height: 40px;
  }

  .log-in__h {
    font-size: 28px;
  }

  .form-input {
    width: 100%;
  }

  .image-10 {
    max-width: 60px;
  }

  .image-10.hide-desktop {
    display: block;
  }

  .top-links_wrap {
    grid-column-gap: 20px;
  }

  .mobile-nav-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card._2 {
    align-items: stretch;
    min-height: 200px;
    padding: 20px 14px;
  }

  .content-2 {
    padding: 20px 10px;
  }

  .logo-wrap {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 0;
  }

  .menu-left {
    width: 100%;
  }

  .hamburger-wrap.x {
    margin-right: 20px;
  }

  .logout {
    margin-bottom: 15px;
    margin-left: 6px;
    padding-right: 15px;
  }

  .menu-r__wrap {
    padding-top: 18px;
  }

  .menu-link, .menu-link.w--current {
    padding-left: 15px;
  }

  .menu-r__header {
    margin-bottom: 20px;
  }

  .doc-dd__list.w--open {
    width: 200px;
  }

  .dd-toggle.text-light {
    grid-column-gap: 20px;
    justify-content: flex-start;
  }

  .dd-nav {
    padding-left: 20px;
  }

  .stats-grid {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h-24.text-dark.stats {
    font-size: 20px;
    font-weight: 700;
  }

  .menu-projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subject-name {
    font-size: 30px;
  }

  .date-wrap-2 {
    margin-right: 15px;
  }

  .info-l {
    grid-row-gap: 35px;
    text-align: center;
    flex-direction: column;
  }

  .info {
    align-items: center;
  }

  .wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-top.gap._2 {
    flex-flow: column;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    margin-bottom: 20px;
    display: flex;
  }

  .tab-link-2 {
    padding: 6px 8px;
    display: inline-block;
  }

  .tab-link-2.w--current {
    padding: 6px 8px;
  }

  .nav-shadow-2 {
    width: 0%;
  }

  .content-4 {
    padding: 20px;
  }

  .navigation-3 {
    width: 100%;
  }

  .footer__form-wrap {
    margin-bottom: 20px;
  }

  .footer__inside-columns {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }

  .footer__columns {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
  }

  .footer__columns.mod--1 {
    margin-bottom: 40px;
  }

  .footer__soc-link {
    margin-left: 0;
    margin-right: 20px;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-row-gap: 46px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .menu-button {
    right: 35vw;
  }

  .brand.absolute {
    inset: 0% 0% auto auto;
  }

  .tabs-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .div-absolute.vertical-mobile {
    flex-flow: wrap;
    min-width: 100%;
    position: static;
  }

  .div-absolute.vertical-mobile._3 {
    margin-bottom: 10px;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }

  .checkbox, .checkbox.w--redirected-checked {
    min-width: 30px;
    min-height: 30px;
  }

  .div-block-6 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .progress {
    min-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .progress_line-bg {
    min-width: 100%;
  }

  .form1 {
    display: block;
  }

  .form1_grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .message {
    height: 15rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .grid-2._1-column-tablet {
    grid-row-gap: 25px;
  }

  .grid-2.space-low._1-col-mobile {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  ._w-full-mobile {
    min-width: 100%;
  }

  .grid-4.space-low {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-left-smaller {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .faq-answer-p-copy {
    margin-bottom: 0;
  }
}

#w-node-b282fa53-c876-a363-d487-995c7a386331-fb0c0cfe {
  align-self: center;
}

#w-node-_30c8d968-55fe-8251-987b-0e377becbfc6-fb0c0cfe {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6a001991-f844-bfcf-40d0-7a674c905a44-d47941f2, #w-node-cf03bb23-7398-7d2e-c819-7cce9e7d5b76-d47941f2, #w-node-_0a8247f2-2144-2a8a-7597-db21ecc6364d-d47941f2, #w-node-ce13ddeb-a3bd-bd1d-700f-c28d7b214789-d47941f2 {
  justify-self: start;
}

#w-node-f29ca9b5-85fd-3788-957e-4e3b3218f6a5-97e41fc6, #w-node-f29ca9b5-85fd-3788-957e-4e3b3218f6ac-97e41fc6, #w-node-f29ca9b5-85fd-3788-957e-4e3b3218f6b3-97e41fc6, #w-node-f29ca9b5-85fd-3788-957e-4e3b3218f6ba-97e41fc6, #w-node-f29ca9b5-85fd-3788-957e-4e3b3218f6c1-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bebb8-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bebc9-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bebda-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bebeb-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bebfc-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bec0d-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bec1e-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bec2f-97e41fc6, #w-node-b749bf94-cf46-b2a2-40ce-54add52bec40-97e41fc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f23-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f2d-97e41fc6 {
  align-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f2e-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f2f-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f30-97e41fc6 {
  justify-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f34-97e41fc6 {
  align-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f35-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f36-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f37-97e41fc6 {
  justify-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f3b-97e41fc6 {
  align-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f3c-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f3d-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f3e-97e41fc6 {
  justify-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f42-97e41fc6 {
  align-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f43-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f44-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f45-97e41fc6 {
  justify-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f49-97e41fc6 {
  align-self: center;
}

#w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f4a-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f4b-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f4c-97e41fc6 {
  justify-self: center;
}

#w-node-be5e1f91-596e-f17c-a235-9e35ee117942-95bcd0c0, #w-node-ef16eafa-55a1-b5e7-6a1f-9a6b2bb15022-95bcd0c0, #w-node-ff51637f-444f-92c7-cdf1-317cd75b21a7-95bcd0c0, #w-node-_8e3a447c-719b-c1b5-5f43-8ed4210bddf6-95bcd0c0, #w-node-_28d96ddc-074b-4e1e-24de-ee2d33b94200-95bcd0c0, #w-node-daee08ba-b641-128d-b292-180712b53130-95bcd0c0, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c336d5-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c336fc-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c33716-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c3373b-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c33763-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c3377d-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c337a2-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c337ca-a938d15d, #w-node-_292685f5-d1bb-4b95-daaa-e4c031c337e4-a938d15d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b282fa53-c876-a363-d487-995c7a386331-a13803da {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-b282fa53-c876-a363-d487-995c7a386331-fb0c0cfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-ece8c5ec-f59d-afbc-4504-99214ad96aa8-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f21-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f2b-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f32-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f39-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f40-97e41fc6, #w-node-_6c55a37c-b2f7-852c-8a30-178545bb2f47-97e41fc6 {
    justify-self: center;
  }

  #w-node-b282fa53-c876-a363-d487-995c7a386331-a13803da {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


