:root {
  --main-brand-color: #6057c3;
  --slate-blue: #334ac0;
  --translucent-white: rgba(255, 255, 255, .87);
  --translucent-black: rgba(0, 0, 0, .66);
  --dark-dark-dark-gray-blue: #171718;
  --hover: #5265c5;
  --w-hover: #ebeaea;
  --white-smoke: whitesmoke;
  --secondary-brand-color: #cbb8ff;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  background-color: #fdfdfd;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  max-width: 60ch;
  margin-bottom: 10px;
}

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

.section {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.footer {
  background-color: var(--main-brand-color);
  color: #fff;
  margin-top: auto;
}

.heading {
  max-width: 600px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.text-block {
  color: rgba(0, 0, 0, .7);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.container {
  z-index: 0;
  max-width: 1200px;
  text-align: center;
  background-color: #fcfcfc;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
}

.navbar {
  z-index: 2147483647;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 75px rgba(0, 0, 0, .1);
}

.brand {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover, .nav-link.w--current:focus {
  color: var(--slate-blue);
}

.nav-link.button, .nav-link.special-button {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.secondary-heading {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.paragraph {
  color: rgba(0, 0, 0, .66);
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.project-details {
  min-height: 500px;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.button-text {
  margin-top: auto;
  display: inline-block;
}

.project-name-preview {
  margin-top: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.project-type-preview, .project-paragraph-preview {
  color: var(--translucent-white);
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.form-block {
  color: #000;
  background-color: #fff;
  padding: 60px;
  box-shadow: 28px 28px 150px rgba(0, 0, 0, .15);
}

.dark-paragraph {
  color: rgba(0, 0, 0, .68);
  margin-bottom: 20px;
}

.grid {
  grid-template-rows: auto;
}

.form {
  flex-direction: column;
  display: flex;
}

.submit-button {
  background-color: var(--main-brand-color);
  color: #fff;
  border-radius: 5px;
  align-self: flex-end;
  margin-top: 15px;
}

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

.image {
  margin-bottom: 30px;
}

.footer-paragraph {
  max-width: 600px;
  text-align: center;
  margin-bottom: 30px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  font-weight: 600;
  display: grid;
}

.social-wrapper {
  margin-top: 30px;
}

.social-link {
  margin-left: 10px;
  margin-right: 10px;
}

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

.project-heading {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: DM Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.project-heading.secondary {
  color: rgba(0, 0, 0, .55);
  margin-bottom: 60px;
}

.project-heading.smaller {
  font-size: 21px;
}

.project-main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.project-side-by-side {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.project-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.project-info {
  color: var(--translucent-black);
  margin-bottom: 60px;
}

.project-info.other {
  color: rgba(255, 255, 255, .86);
  margin-bottom: 5px;
}

.project-description {
  margin-bottom: 30px;
}

.project-description h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.1;
}

.project-description p {
  color: var(--translucent-black);
  font-size: 13px;
  line-height: 1.5;
}

.text-inside-link {
  margin-right: 10px;
  display: inline-block;
}

.image-4 {
  margin-top: -4px;
}

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

.project-grid-image {
  width: 200%;
  height: 287px;
  object-fit: cover;
}

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

.project-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.other-projects-label {
  padding: 30px;
}

.link-block {
  position: relative;
}

.project-link {
  background-color: var(--main-brand-color);
  border-radius: 5px;
  padding: 10px 20px;
}

.larger-heading {
  color: var(--main-brand-color);
  margin-bottom: 60px;
  font-family: DM Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.recaptcha {
  margin-top: 10px;
}

.selected-projects-list {
  color: #fff;
}

.hero-camera {
  height: 35vw;
  perspective: 1000px;
  overflow: hidden;
}

.hero-image-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-image {
  box-shadow: 1px 1px 44px rgba(0, 0, 0, .1);
}

.original-hero-image {
  display: none;
}

.selected-projects-effect {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: saturate(200%) blur(40px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 24px);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  perspective: 1000px;
  color: rgba(255, 255, 255, .9);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  position: relative;
}

.frosted-glass {
  width: 400px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.utility-heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

._404 {
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 172px;
  line-height: 1;
}

._404-details {
  max-width: 260px;
}

.utility-button {
  width: 100%;
  background-color: #000;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .8);
  margin-top: 30px;
  margin-bottom: 30px;
}

.circle-image {
  z-index: 2;
  width: 460px;
  border-radius: 50%;
  position: relative;
}

.circle-image.glow {
  z-index: 1;
  filter: saturate(200%) blur(75px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._404-interaction {
  position: absolute;
}

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

.password-heading {
  max-width: 280px;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.lock {
  margin-top: 30px;
  margin-bottom: 15px;
}

.password-paragraph {
  max-width: 260px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 30px;
}

.password-interaction {
  width: 75vmin;
  height: 75vmin;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: absolute;
}

.password-cell {
  background-color: var(--dark-dark-dark-gray-blue);
  transform-style: preserve-3d;
  position: relative;
  transform: scale3d(1, 1, 6);
}

.password-cell-color {
  opacity: .5;
  transform-style: preserve-3d;
  background-color: #f01f4c;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate3d(0, 0, -10px);
}

.password-cell-color.orange {
  transform-style: preserve-3d;
  background-color: #f0841f;
  transform: translate3d(0, 0, -20px);
}

.password-cell-color.yellow {
  transform-style: preserve-3d;
  background-color: #f0d01f;
  transform: translate3d(0, 0, -30px);
}

.password-cell-color.green {
  transform-style: preserve-3d;
  background-color: #6cf01f;
  transform: translate3d(0, 0, -40px);
}

.password-cell-color.blue {
  transform-style: preserve-3d;
  background-color: #31b3ff;
  transform: translate3d(0, 0, -50px);
}

.password-cell-color.indigo {
  transform-style: preserve-3d;
  background-color: #4231ff;
  transform: translate3d(0, 0, -60px);
}

.password-cell-color.violet {
  transform-style: preserve-3d;
  background-color: #f344ff;
  transform: translate3d(0, 0, -70px);
}

.collection-list-wrapper {
  margin-top: 20px;
}

.project-client-preview {
  order: 1;
  margin-top: auto;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.lottie-animation {
  max-width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sharing {
  background-color: #fdfdfd;
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  padding-left: 2vw;
  padding-right: 2vw;
  display: block;
  overflow: hidden;
}

.skys-the-limit-2 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.sharing__wrapper {
  max-width: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.formatting__paragraph {
  font-size: 20px;
  line-height: 30px;
}

.formatting__paragraph.skysthelimitparra {
  text-align: center;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.formatting__paragraph.formatting__paragraph--space {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 30px;
}

.sharing__hand {
  width: 22%;
  position: absolute;
  bottom: 0;
  left: 14%;
}

.sharing__image {
  width: 100%;
}

.sharing__plane-shadow {
  display: none;
  position: absolute;
  bottom: 123px;
  right: 57px;
}

.sharing__plane-wrapper {
  width: 40%;
  margin-top: 220px;
  position: absolute;
  top: -72px;
  right: 77px;
}

.sharing__plane {
  z-index: 1;
  position: relative;
}

.formatting {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
  overflow: hidden;
}

.formatting__wrapper {
  max-width: 77em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.formatting__lottie {
  z-index: 0;
  width: 75em;
  height: auto;
  margin-left: -24.8em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.formatting__text {
  width: 525px;
  margin-left: -15px;
  margin-right: 4vw;
  padding-top: 66px;
  padding-bottom: 180px;
  position: relative;
}

.formatting__heading {
  color: #000;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.hi-i-m-sam {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
}

.image-5 {
  text-align: center;
  margin-top: -175px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.button-2 {
  background-color: #334ac0;
  border-radius: 20px;
  font-size: 16px;
}

.button-2:hover {
  background-color: var(--hover);
}

.section-2 {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 125px;
}

.nav-link-copy {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-copy.button {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link-copy.special-button {
  background-color: var(--slate-blue);
  color: #fff;
  border-radius: 20px;
  margin-top: 12px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  font-size: 16px;
}

.nav-link-copy.special-button:hover {
  background-color: var(--hover);
}

.formatting__paragraph-2.skysthelimitparra {
  text-align: center;
  margin-bottom: 18px;
  margin-left: 10vw;
  margin-right: 10vw;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.in-form {
  width: 100%;
  background-color: var(--slate-blue);
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  line-height: 20px;
}

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-field-inform {
  height: 48px;
  color: #989898;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
  border-radius: 20px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.paragraph-3 {
  opacity: .75;
  color: #666;
  font-size: 20px;
  line-height: 30px;
}

.form-section-03 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form-block-03 {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

.heading-2 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -75px;
  padding-right: 40px;
  display: flex;
}

.form-03-outer-div {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-text {
  color: var(--slate-blue);
  margin-bottom: 1px;
}

.form-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.contact-icon {
  width: 25px;
  height: 25px;
  background-color: var(--slate-blue);
  color: var(--slate-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.success-message-2 {
  background-color: #fff;
}

.text-block-2 {
  font-size: 20px;
  line-height: 30px;
}

.form-section-03-copy {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.social-link-2 {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

.footer-link-wrapper {
  max-width: 390px;
  flex-wrap: wrap;
  display: flex;
}

.logo-2 {
  margin-bottom: 32px;
}

.social-wrap {
  padding-top: 10px;
  display: flex;
}

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

.footer-link-large {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-large:hover {
  color: #5e4dcd;
}

.footer-06-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.text-rights {
  color: rgba(30, 40, 51, .5);
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-06 {
  background-color: #fff;
  padding: 25px 3%;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-column-flat {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.title---brix.cta-v1-title---brix {
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.27778;
}

.title---brix.cta-v1-title---brix.white-text---brix {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.desktop-cta {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/footerbannermywebsite-copy.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.subtitle-dash---brix {
  width: 22px;
  max-width: 22px;
  min-height: 2px;
  min-width: 16px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 10px;
}

.cta-v1-content---brix {
  max-width: 500px;
  color: #fff;
  margin-top: 0;
  margin-left: 150px;
  padding-left: 0;
}

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

.cta-button---brix {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 18px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
}

.cta-button---brix:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.subtitle---brix {
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-3 {
  margin-left: 0;
  margin-right: 0;
}

.image-6 {
  text-align: right;
}

.button-3 {
  color: var(--slate-blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
}

.button-3:hover {
  color: #fff;
  background-color: rgba(235, 234, 234, 0);
  border: 1px solid #fff;
}

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

.mobile-cta {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/5db754bb71414276f8e025c9_flowbase_wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: none;
  overflow: hidden;
}

.mobile-cta-text {
  max-width: 500px;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.mobile-cta-title.cta-v1-title---brix {
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.27778;
}

.mobile-cta-title.cta-v1-title---brix.white-text---brix {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.scrollable-background-typography {
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.container-3 {
  width: 60vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.type-background-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.type-gradient-overlay {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotated-type-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(-30deg);
}

.type-background-text {
  color: #f8f8f8;
  letter-spacing: -.417vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 13.889vw;
  font-weight: 700;
  line-height: 13.889vw;
  display: block;
  position: relative;
}

.image-8 {
  width: 25px;
  height: 25px;
}

.social-wrap-home {
  padding-top: 0;
  display: flex;
}

.footer-wrapper-mobile {
  align-items: center;
  display: none;
}

.footer-wrapper-desktoppy {
  align-items: center;
  display: flex;
}

.heading-3 {
  font-weight: 600;
}

.section_grid {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.my_container__1160 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.grid__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 30px 10px;
  display: flex;
}

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

.responsive__grid.reverse {
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: 16px;
}

.grid__image {
  object-fit: cover;
  background-image: url('../images/image_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
}

.grid__image:hover {
  background-image: url('../images/Image_6.jpeg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.heading-about-me {
  margin-top: 50px;
  margin-bottom: 25px;
}

.anout-me-heading-text {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.intro__logos {
  margin-bottom: 0;
}

.intro__logos-heading {
  color: #000;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.intro__logos-wrapper {
  height: 56px;
}

.intro__logo.intro__logo--rmargin {
  margin-right: 40px;
}

.button-3-copy {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 16px;
}

.button-3-copy:hover {
  color: var(--slate-blue);
  background-color: #fff;
}

.desktop-cta-copy {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/bannernew.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.section-4 {
  border-bottom: 1px solid var(--w-hover);
  margin-top: 50px;
  margin-bottom: 0;
}

.paragraph-4 {
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.title {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.social {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.username {
  color: #f8f8ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
}

.avatar {
  width: 144px;
  height: 144px;
  max-height: 144px;
  max-width: 144px;
  min-height: 144px;
  min-width: 144px;
  background-color: #f8f8ff;
  background-image: url('../images/IMG_4518.PNG');
  background-position: 0 0;
  background-size: cover;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100%;
}

.section-5 {
  background-color: var(--dark-dark-dark-gray-blue);
  color: #d7d3da;
  padding: 8%;
}

.wrapper {
  color: indigo;
  background-color: #12141d;
}

.social-link-3 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .25em;
  margin-right: .25em;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link-3:hover {
  background-color: #ff934f;
}

.text-block-3 {
  text-decoration: none;
}

.container-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.image-9 {
  color: #fff;
}

.link-item {
  width: 100%;
  max-width: 600px;
  color: #12141d;
  text-align: center;
  background-color: #f8f8ff;
  border-radius: 6px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: .75em;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: static;
}

.link-item:hover {
  color: #f8f8ff;
  background-color: #ff934f;
}

.portfolio-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.intro {
  margin-bottom: 20px;
}

.portfolio-column {
  padding-left: 5px;
  padding-right: 5px;
}

.portfolio-inner {
  height: 100%;
  border: 1px #fff;
  border-radius: 20px;
  padding-top: 0%;
}

.portfolio-lightbox {
  width: 100%;
  border-radius: 0;
  transition: all .5s;
}

.portfolio-lightbox:hover {
  opacity: 1;
  transition: none;
}

.portfolio-hover-colour {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding-right: 20px;
  position: absolute;
}

.white {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  transform: none;
}

.portfolio {
  padding-left: 10px;
  padding-right: 10px;
}

.colour {
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 20px;
  padding: 10px 20px 20px;
  transition: all .5s;
}

.colour:hover {
  opacity: 1;
}

.heading-portfolio-copy {
  max-width: 600px;
  text-align: left;
  margin: 0 auto 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.heading-4 {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.column {
  margin-top: 10px;
}

.desktop-cta-copy {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/shh.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.desktop-cta-copy-copy {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/bannernew.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: flex;
  overflow: hidden;
}

.portfolio-thumbnail-copy {
  width: 100%;
  height: auto;
  border: 3px solid var(--w-hover);
  border-radius: 20px;
}

.image-10 {
  width: 150px;
  margin-top: 15px;
  margin-bottom: 0;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 22px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  font-size: 16px;
}

.heading-5 {
  color: rgba(0, 0, 0, .9);
}

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

.link-2 {
  color: #333;
}

.page-wrap {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.instructions {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 0;
}

.macbook-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.website-image-container {
  z-index: 10;
  width: 53%;
  height: 81%;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: block;
  position: static;
  top: 6%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: auto;
}

.paragraph-10 {
  text-align: center;
  font-weight: 500;
}

.hand {
  display: block;
}

.subheading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.website-image {
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-span-2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

.text-span-2:hover {
  color: #333;
}

.heading-2 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}

.text-span-4 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  display: inline;
}

.heading-6 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.website-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 6%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.macbook {
  z-index: 5;
  width: 70%;
  max-width: none;
  position: relative;
}

.portfolio-heading---latest-work {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.image-2 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.scroll {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.grid-3 {
  width: 100vw;
  height: 100vh;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 2vw;
}

.img__list-wrap {
  width: 100%;
  height: 100%;
  align-self: stretch;
}

.img__list {
  width: 100%;
  height: 100%;
}

.img__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mobile-cta-portfolio-copy {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/5db754bb71414276f8e025c9_flowbase_wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: none;
  overflow: hidden;
}

.dribblebutton-mobile {
  color: var(--slate-blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
}

.dribblebutton-mobile:hover {
  color: #fff;
  background-color: rgba(235, 234, 234, 0);
  border: 1px solid #fff;
}

.dribblebutton-mobile-copy {
  color: var(--slate-blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
}

.dribblebutton-mobile-copy:hover {
  color: #fff;
  background-color: rgba(235, 234, 234, 0);
  border: 1px solid #fff;
}

.text-span-5 {
  overflow: visible;
}

.contact-method-copy {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
  display: flex;
}

.contact-method-copy:hover {
  opacity: .8;
}

.contact-method-copy.no-link:hover {
  opacity: 1;
}

.div-block {
  height: 200px;
  background-color: var(--slate-blue);
  border-radius: 200px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-3-copy {
  color: var(--slate-blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
}

.button-3-copy:hover {
  color: #fff;
  background-color: rgba(235, 234, 234, 0);
  border: 1px solid #fff;
}

.mobile-cta-portfolio {
  width: 100%;
  max-height: 275px;
  min-height: 275px;
  background-color: var(--slate-blue);
  background-image: url('../images/5db754bb71414276f8e025c9_flowbase_wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-items: center;
  padding: 64px;
  display: none;
  overflow: hidden;
}

.contact-email {
  color: #334ac0;
}

.link-3 {
  color: var(--slate-blue);
  text-decoration: underline;
}

.link-4 {
  color: var(--slate-blue);
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  color: var(--slate-blue);
  text-decoration: underline;
}

.job_description-list {
  padding-left: 2.6em;
}

.divider_ball {
  width: 4px;
  height: 4px;
  background-color: #504e4e;
  border-radius: 4px;
}

.subheading-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #504e4e;
  flex-wrap: wrap;
  align-items: center;
  margin-top: .4em;
  font-size: 1.6em;
  line-height: 1.2;
  display: flex;
}

.h6 {
  color: #111;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.job {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.job.cc-last {
  margin-bottom: 0;
}

.job_image {
  width: 250px;
  height: 225px;
  background-color: #4353ff;
  border-radius: .6em;
}

.job_header {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  align-items: flex-start;
  margin-bottom: .8em;
  display: flex;
}

.cover {
  z-index: -1;
  opacity: 0;
  background-color: #111;
  position: absolute;
  top: -.4em;
  bottom: -.4em;
  left: -.4em;
  right: -.4em;
}

.sidebar_grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job_title {
  letter-spacing: -.04em;
  margin-top: .04em;
  margin-bottom: .1em;
  padding-left: 75px;
  font-size: 1.6em;
}

.div-block-2 {
  position: absolute;
  top: -2.8em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.clone {
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 60px;
  padding: .6em 1.5em .5em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.container-6 {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lottie-animation-2 {
  width: 30px;
  height: 26px;
  transform: scale(3);
}

.u-mb-1 {
  margin-bottom: 1em;
}

.job_date {
  color: #111;
  font-size: 1.2em;
  font-weight: 400;
}

.label {
  color: #504e4e;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
}

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

.grid-4.col-lg-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4.col-lg-3.cc-gap-60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 10px;
}

.toggle {
  color: #111;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 60px;
  margin-right: .8em;
  padding: .6em .5em .5em;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

.u-mb-4 {
  margin-bottom: 4em;
}

.job_description-list_item {
  margin-bottom: .8em;
  padding-left: 3em;
  list-style-type: disc;
}

.job_description-list_item.cc-last {
  margin-bottom: 0;
}

.about-us-main-text {
  margin-left: 10px;
}

.masterclass-hide {
  height: 48px;
  color: #989898;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.masterclass-hide:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.masterclass-hide.bigger {
  height: auto;
  min-height: 58px;
  border-radius: 20px;
}

.masterclass-spacer {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  flex: 0 auto;
  display: block;
}

.masterclass-text {
  height: 48px;
  color: #989898;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.masterclass-text:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.masterclass-text.bigger {
  height: auto;
  min-height: 58px;
  border-radius: 20px;
}

.webinarform-contact {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: none;
}

._6-col {
  width: 460px;
  margin-right: 20px;
  display: inline-block;
}

.section-6 {
  background-color: #fff;
  overflow: hidden;
}

.content3-bottom-headline {
  opacity: .6;
  color: #666;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.btn.btn-outline-light {
  color: #111212;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(17, 18, 18, .05);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.text-16 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #000;
}

._6-col-last {
  width: 460px;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w50-80-start {
  background-color: #fff;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

.wrap.w80 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading-8, .about-me-heading {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.content1-item-description {
  padding-right: 40px;
}

.decoline {
  width: 30px;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content1-image {
  height: 340px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: .6;
}

._4-col {
  width: 300px;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.column-2 {
  margin-top: 0;
}

.section-7 {
  background-color: rgba(255, 255, 255, 0);
}

.heading-9 {
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote {
  width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: block;
}

.image-11 {
  text-align: right;
  margin-top: 10px;
  display: block;
}

.section-8 {
  background-color: var(--white-smoke);
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.image-12 {
  margin-top: 10px;
}

.columns {
  margin-top: 75px;
  margin-bottom: 75px;
}

.image-12-copy {
  margin-top: 10px;
}

.mobile-image-12 {
  display: none;
}

.mobile-image-11 {
  text-align: right;
  margin-top: 10px;
  display: none;
}

.dribble, .dribble-footer {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
}

.dribble-button {
  color: var(--slate-blue);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 16px;
  display: none;
}

.dribble-button:hover {
  color: #fff;
  background-color: rgba(235, 234, 234, 0);
  border: 1px solid #fff;
}

.heading-5-copy {
  color: rgba(0, 0, 0, .9);
}

._4040 {
  color: rgba(0, 0, 0, .9);
  text-align: center;
  margin-top: 15px;
}

.image-13 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.body-display {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: #516381;
  font-size: 19px;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-image.steps-background {
  background-image: none;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

.horizontal-line {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.how-to-image {
  min-height: 200px;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.steps-card {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  position: relative;
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-4:hover {
  background-color: #081c3a;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-tracker {
  width: 2px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

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

.section-9 {
  height: 100%;
  color: #1c2d45;
  background-color: #048260;
  padding-top: 75px;
}

.container-7 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-header-content {
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.heading-10 {
  color: #f3f4ff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
}

.paragraph-11 {
  color: #f3f4ff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.header-graphic {
  margin-top: 4rem;
}

.body {
  background-color: #058260;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 100px;
  }

  .sharing__wrapper {
    max-width: 86em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .formatting__paragraph.skysthelimitparra {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sharing__hand {
    width: 274px;
    left: 167px;
  }

  .sharing__image {
    width: 1198px;
    margin-bottom: -75px;
  }

  .sharing__plane-shadow {
    display: inline-block;
    bottom: 53px;
    right: 57px;
  }

  .sharing__plane-wrapper {
    width: auto;
  }

  .sharing__plane {
    width: 396px;
  }

  .formatting {
    padding-left: 7vw;
    padding-right: 9vw;
    display: block;
  }

  .formatting__wrapper {
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
  }

  .formatting__paragraph-2.skysthelimitparra {
    text-align: center;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .button.in-form {
    background-color: var(--slate-blue);
  }

  .text-field-inform.bigger {
    border-radius: 20px;
  }

  .content-wrap-left {
    margin-top: -50px;
    padding-top: 0;
  }

  .footer-06 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-column-flat {
    padding-top: 5px;
  }

  .footer-bottom {
    margin-top: 15px;
  }

  .desktop-cta {
    background-image: url('../images/footerbannermywebsite-copy.png');
    margin-right: 0;
  }

  .section-3, .mobile-cta {
    margin-right: 0;
  }

  .grid__wrapper {
    margin-bottom: 30px;
  }

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

  .intro__logo.intro__logo--rmargin {
    margin-right: 80px;
  }

  .desktop-cta-copy {
    margin-right: 0;
  }

  .portfolio-inner {
    font-size: 20px;
  }

  .white {
    font-size: 20px;
    line-height: 25px;
  }

  .column {
    margin-top: 30px;
  }

  .desktop-cta-copy, .desktop-cta-copy-copy {
    margin-right: 0;
  }

  .image-10 {
    margin-top: 20px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 18px;
    line-height: 22px;
  }

  .mobile-cta-portfolio-copy, .mobile-cta-portfolio {
    margin-right: 0;
  }

  .masterclass-hide.bigger, .masterclass-text.bigger {
    border-radius: 20px;
  }

  .image-11, .image-12, .image-12-copy, .mobile-image-11 {
    margin-top: 0;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-9 {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-weight: 600;
  }

  .formatting {
    padding-left: 8vw;
    padding-right: 11vw;
  }

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

  .anout-me-heading-text, .heading-portfolio-copy {
    font-weight: 600;
  }

  .column {
    margin-top: 60px;
  }

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

  .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .portfolio-heading---latest-work {
    font-weight: 600;
  }

  .quote {
    width: 700px;
  }

  .image-11, .image-12, .image-12-copy, .mobile-image-11 {
    margin-top: 0;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .container {
    max-width: 1600px;
  }

  .secondary-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .paragraph {
    margin-bottom: 30px;
  }

  .project-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .project-side-by-side {
    grid-template-columns: .5fr 1fr;
  }

  .project-grid-image {
    height: 500px;
  }

  .larger-heading {
    font-size: 55px;
    line-height: 1.1;
  }

  .password-heading {
    max-width: 360px;
    font-size: 45px;
    line-height: 1.1;
  }

  .sharing__plane-wrapper {
    margin-top: 199px;
  }

  .anout-me-heading-text, .heading-portfolio-copy {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .column {
    margin-top: 145px;
  }

  .portfolio-heading---latest-work {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .image-2 {
    margin-left: -75px;
  }

  .quote {
    width: 800px;
  }

  .image-11, .image-12, .image-12-copy, .mobile-image-11 {
    margin-top: 0;
  }

  .heading-10 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .paragraph-11 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    margin-bottom: 30px;
  }

  .nav-link {
    background-color: #fff;
    padding: 10px 30px;
  }

  .nav-link:hover {
    background-color: var(--translucent-white);
  }

  .nav-link.button, .nav-link.special-button {
    color: #000;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-details {
    min-height: 300px;
    padding: 30px;
  }

  .form-block {
    padding: 30px;
  }

  .menu-button {
    background-color: rgba(51, 74, 192, 0);
    border-radius: 50px;
  }

  .menu-button.w--open {
    background-color: #334ac0;
    margin-top: 5px;
  }

  .project-heading.secondary {
    margin-bottom: 30px;
  }

  .project-main-image {
    height: 300px;
  }

  .project-side-by-side {
    grid-template-columns: 1fr 1.5fr;
  }

  .image-grid, .other-projects {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-image {
    height: 200px;
  }

  .other-projects-label {
    flex: 1;
  }

  .link-block {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .larger-heading, .password-heading {
    margin-bottom: 30px;
  }

  .sharing {
    padding-top: 60px;
  }

  .skys-the-limit-2, .formatting__paragraph, .formatting__paragraph.skysthelimitparra, .formatting__paragraph.formatting__paragraph--space {
    text-align: center;
  }

  .sharing__plane-wrapper {
    width: 30%;
    right: 20px;
  }

  .formatting {
    padding-top: 60px;
  }

  .formatting__wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .formatting__lottie {
    width: 90vw;
    margin-left: 0;
    position: static;
  }

  .formatting__text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .formatting__heading {
    text-align: center;
  }

  .nav-link-copy {
    background-color: #fff;
    padding: 10px 30px;
  }

  .nav-link-copy.button, .nav-link-copy.special-button {
    color: #000;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-copy.special-button:hover {
    background-color: var(--translucent-white);
  }

  .formatting__paragraph-2, .formatting__paragraph-2.skysthelimitparra {
    text-align: center;
  }

  .form-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-section-03-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .desktop-cta {
    min-height: 275px;
    padding: 40px 56px;
  }

  .cta-v1-content---brix {
    margin-left: 200px;
  }

  .mobile-cta {
    min-height: 400px;
    padding: 40px 56px;
    display: none;
  }

  .mobile-cta-title.cta-v1-title---brix.white-text---brix {
    margin-top: 0;
  }

  .image-7 {
    margin-left: -25px;
  }

  .scrollable-background-typography {
    height: 100vh;
  }

  .container-3 {
    text-align: center;
  }

  .type-background-text {
    font-size: 24vw;
    line-height: 24vw;
  }

  .footer-wrapper-mobile {
    display: flex;
  }

  .footer-wrapper-desktoppy {
    display: none;
  }

  .section_grid {
    height: auto;
    padding: 32px;
  }

  .grid__wrapper {
    flex-direction: column;
  }

  .responsive__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .responsive__grid.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .anout-me-heading-text {
    margin-bottom: 30px;
  }

  .intro__logos-wrapper {
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .intro__logo.intro__logo--rmargin {
    margin-right: 0;
  }

  .desktop-cta-copy {
    min-height: 275px;
    padding: 40px 56px;
  }

  .title {
    max-width: none;
  }

  .social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .avatar {
    width: 144px;
    height: 144px;
    max-height: 144px;
    max-width: 144px;
    min-height: 144px;
    min-width: 144px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #f8f8ff;
    background-image: none;
    background-clip: content-box;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 100%;
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .section-5 {
    object-fit: fill;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    display: flex;
  }

  .link-item {
    font-weight: 500;
  }

  .portfolio-inner {
    padding-top: 0%;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .heading-portfolio-copy {
    margin-bottom: 30px;
  }

  .desktop-cta-copy {
    min-height: 220px;
    padding: 15px 56px;
  }

  .desktop-cta-copy-copy {
    min-height: 210px;
    padding: 40px 56px 15px;
  }

  .image-10 {
    margin-top: 0;
  }

  .portfolio-heading---latest-work {
    margin-bottom: 30px;
  }

  .mobile-cta-portfolio-copy {
    min-height: 400px;
    padding: 40px 56px;
    display: none;
  }

  .image-8-copy {
    margin-left: -25px;
  }

  .mobile-cta-portfolio {
    min-height: 400px;
    padding: 40px 56px;
    display: none;
  }

  .job_image {
    height: 150px;
  }

  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content3-text-wrap {
    text-align: center;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  ._6-col-last {
    width: auto;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .image-11 {
    max-width: none;
    display: none;
    position: static;
  }

  .image-12, .image-12-copy {
    max-width: none;
    margin-top: -72px;
  }

  .mobile-image-11 {
    max-width: none;
    display: none;
    position: static;
  }

  .steps-card-wrapper {
    grid-row-gap: 48px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .brand {
    padding-left: 0;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .paragraph {
    font-size: 13px;
  }

  .collection-item {
    grid-template-columns: 1fr 1fr;
  }

  .project-details {
    padding: 15px;
  }

  .project-name-preview {
    font-size: 18px;
  }

  .project-paragraph-preview {
    font-size: 13px;
  }

  .form-block {
    padding: 15px;
  }

  .collection-list {
    text-align: center;
  }

  .project-heading {
    font-size: 22px;
  }

  .project-heading.secondary {
    margin-bottom: 15px;
  }

  .project-main-image {
    height: 150px;
  }

  .project-side-by-side {
    grid-template-columns: 1fr;
  }

  .project-label {
    margin-bottom: 5px;
  }

  .project-info {
    margin-bottom: 15px;
  }

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

  .project-grid-image {
    height: 150px;
  }

  .other-projects {
    grid-template-columns: 1fr;
  }

  .project-image {
    height: 150px;
  }

  .other-projects-label {
    padding: 15px;
  }

  .larger-heading {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.1;
  }

  ._404 {
    font-size: 100px;
  }

  .password-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.1;
  }

  .skys-the-limit-2, .formatting__heading {
    font-size: 2.6em;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.1;
  }

  .desktop-cta {
    max-height: 325px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: none;
  }

  .subtitle-wrapper---brix {
    margin-bottom: 16px;
  }

  .cta-button---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mobile-cta {
    max-height: 325px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .mobile-cta-title.cta-v1-title---brix.white-text---brix {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 1.1;
  }

  .type-background-text {
    font-size: 32vw;
    line-height: 32vw;
  }

  .section_grid {
    padding: 16px;
  }

  .anout-me-heading-text {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .intro__logos {
    margin-bottom: 60px;
  }

  .intro__logos-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .intro__logo.intro__logo--rmargin {
    margin-bottom: 24px;
  }

  .desktop-cta-copy {
    max-height: 325px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: none;
  }

  .social {
    padding-left: 0;
    padding-right: 0;
  }

  .avatar {
    background-color: #f8f8ff;
  }

  .link-item {
    font-weight: 500;
    line-height: 2em;
  }

  .intro {
    margin-bottom: 0;
  }

  .portfolio-column {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .portfolio {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
  }

  .heading-portfolio-copy {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .desktop-cta-copy, .desktop-cta-copy-copy {
    max-height: 325px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: none;
  }

  .portfolio-heading---latest-work {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .image-2 {
    display: none;
  }

  .grid-3 {
    height: auto;
    grid-template-rows: auto auto auto auto auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .mobile-cta-portfolio-copy {
    max-height: 325px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .dribblebutton-mobile {
    display: none;
  }

  .dribblebutton-mobile-copy {
    margin-left: 10px;
  }

  .mobile-cta-portfolio {
    max-height: 350px;
    min-height: auto;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .job_description-list {
    padding-left: 2.3em;
  }

  .job_image {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sidebar_grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .job_title {
    padding-left: 65px;
  }

  .div-block-2 {
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .clone {
    background-color: #fff;
    border-style: solid none none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .toggle {
    background-color: #fff;
    border-style: solid solid none none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    display: flex;
  }

  .job_description-list_item {
    padding-left: 2.5em;
  }

  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote {
    width: 500px;
  }

  .image-11, .mobile-image-11 {
    margin-left: 313px;
  }

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .container-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-header-content {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
  }

  .heading {
    font-size: 2.6em;
    line-height: 44px;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    width: 50px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    display: flex;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .project-details {
    min-height: auto;
  }

  .button-text {
    margin-top: 15px;
  }

  .form-block {
    padding: 10px;
  }

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

  .submit-button {
    align-self: stretch;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: #000;
    background-color: rgba(51, 74, 192, 0);
  }

  .menu-button.w--open {
    width: 60px;
    height: 60px;
    background-color: var(--slate-blue);
    border-radius: 50px;
    margin-top: 5px;
  }

  .selected-projects-image {
    min-height: 200px;
  }

  .logo {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .project-heading.smaller {
    font-size: 18px;
  }

  .project-info.other {
    font-size: 12px;
    line-height: 1.2;
  }

  .project-image {
    height: 120px;
  }

  .recaptcha {
    flex: 0 auto;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    transform: scale(.7);
  }

  .sharing, .formatting {
    padding-left: 10px;
    padding-right: 10px;
  }

  .formatting__text {
    padding-top: 0;
  }

  .nav-link-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-method-wrap {
    text-align: left;
    flex-direction: column;
    margin-right: 20px;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-text {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-method {
    text-align: left;
    margin-bottom: 10px;
    margin-left: -59px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon {
    width: 27px;
    height: 27px;
    min-height: 27px;
    min-width: 27px;
  }

  .footer-wrapper {
    width: 179px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-06-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .text-rights {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-column {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .secondary-link-dark {
    margin-right: 0;
  }

  .footer-column-flat {
    justify-content: center;
    padding-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .title---brix.cta-v1-title---brix.white-text---brix {
    margin-bottom: 10px;
  }

  .desktop-cta {
    background-position: 0%;
    background-size: cover;
    padding: 40px 24px;
    display: none;
  }

  .subtitle-dash---brix {
    margin-top: 12px;
  }

  .subtitle-wrapper---brix {
    align-items: flex-start;
  }

  .cta-button---brix {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .button-3 {
    width: 140px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile-cta {
    max-height: 450px;
    background-position: 0%;
    background-size: cover;
    padding: 15px 24px 30px;
  }

  .mobile-cta-text {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-cta-title.cta-v1-title---brix.white-text---brix {
    text-align: center;
    margin-bottom: 10px;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .scrollable-background-typography {
    height: 90vh;
  }

  .content-flex-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    width: 90vw;
  }

  .type-background-text {
    font-size: 40vw;
    line-height: 40vw;
  }

  .footer-wrapper-mobile, .footer-wrapper-desktoppy {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

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

  .responsive__grid.reverse {
    grid-template-columns: 1fr;
  }

  .desktop-cta-copy {
    background-position: 0%;
    background-size: cover;
    padding: 40px 24px;
    display: none;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .container-4 {
    width: 95%;
  }

  .avatar {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    object-fit: contain;
    background-color: #f8f8ff;
    background-image: url('../images/IMG_4518.PNG');
    background-size: auto;
  }

  .section-5 {
    background-color: var(--dark-dark-dark-gray-blue);
  }

  .wrapper {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .social-link-3:hover {
    background-color: #ff934f;
  }

  .link-item {
    min-height: 40px;
    font-weight: 500;
    line-height: 2em;
  }

  .intro {
    margin-bottom: 0;
  }

  .portfolio-inner {
    padding-top: 0%;
  }

  .white {
    font-size: 12px;
    line-height: 16px;
    transform: none;
  }

  .colour {
    opacity: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 10px;
  }

  .desktop-cta-copy, .desktop-cta-copy-copy {
    background-position: 0%;
    background-size: cover;
    padding: 40px 24px;
    display: none;
  }

  .image-10 {
    margin: 10px auto 5px;
    display: block;
  }

  .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    display: none;
  }

  .website-image-container {
    width: 76%;
    height: 81%;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .heading-6 {
    line-height: 1.2;
  }

  .macbook {
    width: 100%;
    display: block;
  }

  .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-cta-portfolio-copy {
    max-height: 450px;
    background-position: 0%;
    background-size: cover;
    padding: 15px 24px;
  }

  .image-8-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dribblebutton-mobile {
    width: 170px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .dribblebutton-mobile-copy {
    width: 170px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dribblebutton-mobile-copy:hover {
    color: var(--slate-blue);
    background-color: #fff;
  }

  .text-span-5 {
    color: rgba(255, 255, 255, 0);
  }

  .contact-method-copy {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3-copy {
    width: 160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile-cta-portfolio {
    max-height: 450px;
    background-position: 0%;
    background-size: cover;
    padding: 15px 24px 30px;
  }

  .link-8, .link-9, .link-10 {
    color: var(--slate-blue);
  }

  .job_description-list {
    padding-left: 1em;
  }

  .subheading-2 {
    font-size: 1em;
  }

  .job {
    margin-bottom: 3em;
  }

  .job_image {
    width: 200px;
    height: 200px;
    border-radius: 1em;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .job_header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .job_title {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.4em;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .clone {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-6 {
    width: 86%;
  }

  .job_date {
    font-size: 1em;
  }

  .label {
    margin-bottom: 1.6em;
  }

  .toggle {
    border-right-style: none;
    border-right-width: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .u-mb-4.u-sm-2 {
    margin-bottom: 2em;
  }

  .job_description-list_item {
    padding-left: .8em;
  }

  .webinarform-contact {
    text-align: left;
    flex-direction: column;
    margin-right: 20px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .quote {
    width: 300px;
    display: block;
  }

  .image-11 {
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .section-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12 {
    display: none;
  }

  .image-12-copy {
    display: block;
  }

  .mobile-image-12 {
    width: 100px;
  }

  .mobile-image-11 {
    width: 100px;
    margin-left: 220px;
    padding-left: 0;
    display: block;
  }

  .dribble-button {
    width: 140px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
  }

  .steps-circle, .steps-tracker {
    display: none;
  }

  .steps-intro {
    grid-row-gap: 24px;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }
}

#w-node-_3e3787b9-49ca-3e98-f439-e6b7e1a725ca-26b60103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715b0-470d2038 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715b1-470d2038 {
  align-self: center;
  justify-self: center;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715bb-470d2038 {
  grid-area: 1 / 4 / 4 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715c1-470d2038 {
  grid-area: 1 / 1 / 3 / 4;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715c7-470d2038 {
  grid-area: 3 / 1 / 6 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_54e0f962-2c5a-589b-ca04-e9ad299715cd-470d2038 {
  grid-area: 4 / 3 / 6 / 6;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76c-e12c7a7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76d-e12c7a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb77c-e12c7a7a {
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb77f-e12c7a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb780-e12c7a7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb783-e12c7a7a {
  align-self: center;
  justify-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb784-e12c7a7a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb786-e12c7a7a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb78c-e12c7a7a {
  align-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb78d-e12c7a7a {
  align-self: start;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb790-e12c7a7a {
  align-self: end;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb79a-e12c7a7a {
  align-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb79b-e12c7a7a {
  align-self: start;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb79e-e12c7a7a {
  align-self: end;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7a8-e12c7a7a {
  align-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7a9-e12c7a7a {
  align-self: start;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7ac-e12c7a7a {
  align-self: end;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7b6-e12c7a7a {
  align-self: stretch;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7b7-e12c7a7a {
  align-self: start;
  justify-self: start;
}

#w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb7ba-e12c7a7a {
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76c-e12c7a7a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76d-e12c7a7a {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76c-e12c7a7a {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76c-e12c7a7a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb76d-e12c7a7a {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb77f-e12c7a7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb784-e12c7a7a {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_54e0f962-2c5a-589b-ca04-e9ad299715b0-470d2038 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_54e0f962-2c5a-589b-ca04-e9ad299715bb-470d2038 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_54e0f962-2c5a-589b-ca04-e9ad299715c1-470d2038 {
    grid-row: 3 / 4;
    grid-column-end: 6;
  }

  #w-node-_54e0f962-2c5a-589b-ca04-e9ad299715c7-470d2038 {
    grid-row: 4 / 5;
    grid-column-end: 6;
  }

  #w-node-_54e0f962-2c5a-589b-ca04-e9ad299715cd-470d2038 {
    grid-row-start: 5;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb780-e12c7a7a, #w-node-bb6377cf-7ae2-91ee-fc16-ae238d1bb786-e12c7a7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


