:root {
  --loupe-orange: #e8a92e;
  --background-grey: #313a4d;
  --medium-aquamarine: #54c2a2;
  --darker-text-buttons: #222834;
  --slate-blue: #7164d2;
  --dodger-blue: #3c94f3;
  --white: white;
  --black: black;
}

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

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

body {
  color: #fff;
  letter-spacing: 0.4px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

h4 {
  color: #fff;
  letter-spacing: 0.35px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

p {
  margin-bottom: 10px;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.paragraph-2 {
  font-family: proxima-nova, sans-serif;
}

.welcome-content-bock {
  z-index: 100;
  flex: 1;
  margin-top: 120px;
  position: relative;
}

.attribution-block {
  z-index: 1;
  color: #8795a2;
  letter-spacing: 0.35px;
  padding: 24px;
  font-size: 13px;
  line-height: 19px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.attribution-block.hero-attribution {
  min-height: 75px;
  padding-top: 28px;
  padding-bottom: 28px;
  left: auto;
  right: 35vw;
}

.side-container {
  z-index: 1;
  width: 36%;
  height: 100vh;
  max-width: 100%;
  min-height: 500px;
  min-width: auto;
  float: left;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 5vw;
  display: flex;
  position: fixed;
}

.signup-form-block {
  width: 100%;
  margin-bottom: 0;
}

.nav-menu {
  float: none;
  margin-top: 8px;
}

.nav-link {
  z-index: 0;
  float: left;
  color: #8795a2;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
}

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

.nav-link-wrapper {
  min-height: 42px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-number {
  width: 32px;
  height: 32px;
  border: 2px solid var(--loupe-orange);
  color: var(--loupe-orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
}

.nav-number.w--current {
  border-color: var(--loupe-orange);
  color: var(--loupe-orange);
  text-decoration: none;
}

.content-wrapper {
  background-color: #2b313d;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.form-section {
  height: auto;
  min-height: 100vh;
  position: relative;
}

.form {
  min-height: 400vh;
  flex-direction: column;
  margin-top: -5vh;
  padding-top: 5vh;
  display: flex;
}

.form-title-block {
  text-align: center;
  margin-bottom: 32px;
}

.main-container {
  width: 64%;
  margin-bottom: 0;
  margin-left: 36%;
  position: relative;
  overflow: hidden;
}

.form-heading {
  margin-top: 0;
  display: inline-block;
}

.checkbox-field {
  min-height: 48px;
  text-align: left;
  background-color: #373e49;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.checkbox {
  float: none;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.hidden-checkbox {
  z-index: 2;
  width: 24px;
  height: 24px;
  opacity: 0.56;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 17px;
  right: auto;
}

.checkbox-label {
  z-index: 1;
  width: 100%;
  height: 100%;
  letter-spacing: 0.35px;
  background-image: url("../images/loupe-unchecked.svg");
  background-position: 18px;
  background-repeat: no-repeat;
  border: 1px solid #616d7a;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 12px 24px 12px 54px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.logo-container {
  width: 157px;
  height: 36px;
  min-width: 147px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.logo-container.hero-logo {
  position: absolute;
}

.l {
  z-index: 4;
  width: 15%;
  height: 100%;
  background-image: url("../images/l.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  position: absolute;
  left: 0%;
}

.o {
  z-index: 5;
  width: 23%;
  height: 100%;
  background-image: url("../images/o.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  left: 15%;
}

.u {
  z-index: 4;
  width: 23%;
  height: 100%;
  background-image: url("../images/u.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  left: 41.5%;
}

.p {
  z-index: 4;
  width: 18%;
  height: 100%;
  background-image: url("../images/p.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  left: 64.5%;
}

.e {
  z-index: 4;
  width: 14%;
  height: 100%;
  background-image: url("../images/E.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  left: 81.5%;
}

.bg-slider {
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.unsplash-name {
  color: #8795a2;
}

.unsplash-name:hover {
  text-decoration: underline;
}

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

.square-radio-btn {
  width: 248px;
  height: 248px;
  background-color: #373e49;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 55px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hidden-radio {
  width: 100%;
  height: 100%;
  float: none;
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-label {
  width: 100%;
  height: 100%;
  min-height: 55px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.radio-label.creative {
  background-image: url("../images/creatives-icon.svg");
  background-position: 50% 33%;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.radio-label.client {
  background-image: url("../images/client-icon.svg");
  background-position: 50% 38%;
  background-size: auto;
}

.radio-label.freelancer {
  background-image: url("../images/freelancer.svg");
  background-position: 50% 38%;
  background-size: auto;
}

.radio-label.team {
  background-image: url("../images/team.svg");
  background-position: 50% 33%;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.radio-span {
  width: 100%;
  min-height: 55px;
  text-align: center;
  border-top: 1px solid #252c34;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-flexbox {
  justify-content: space-around;
  display: flex;
}

.radio-tab-link {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0);
  bottom: -1px;
}

.radio-tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/radio-triangle.svg");
  background-position: 50% 105%;
  background-repeat: no-repeat;
  background-size: contain;
}

.radio-tab-link.client-tab-link.w--current {
  background-position: 50% 105%;
}

.tabs-menu {
  z-index: 1;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.form-content-wrapper {
  width: 64vw;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  position: static;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.prog-bar {
  z-index: 1;
  width: 3px;
  height: 100vh;
  margin-right: -3px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 36%;
  right: auto;
}

.prog-fill {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal {
  z-index: 5000;
  background-color: rgba(29, 33, 42, 0.8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 41px 9px rgba(0, 0, 0, 0.3);
}

.modal-container {
  z-index: 1;
  min-width: 570px;
  background-color: #373e49;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 44px 10px rgba(0, 0, 0, 0.3);
}

.modal-title-block {
  border-bottom: 1px solid rgba(31, 35, 45, 0.36);
  padding: 32px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.modal-content {
  padding: 32px;
}

.field-label {
  letter-spacing: 0.35px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.team-name-block {
  min-height: 40px;
  border-bottom: 1px solid #2d343e;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.team-name-block.no-line {
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.team-name-tile {
  width: 40px;
  height: 40px;
  background-color: #eac4e0;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
}

.team-name-tile.small-initials {
  width: 30px;
  height: 30px;
}

.field {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  color: #fff;
  letter-spacing: 0.4px;
  background-color: rgba(89, 100, 112, 0.3);
  border-style: none;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.field::-ms-input-placeholder {
  color: #8795a2;
}

.field::placeholder {
  color: #8795a2;
}

.field.select {
  width: 344px;
  max-width: 100%;
  min-height: 40px;
  background-color: rgba(89, 100, 112, 0.3);
  background-image: url("../images/select-arrows.svg");
  background-position: 97% 51%;
  background-repeat: no-repeat;
  padding-left: 16px;
  font-weight: 400;
}

.field.conclusion-field {
  width: 460px;
  height: 75px;
  float: left;
  background-color: var(--background-grey);
  border-radius: 0;
  padding-left: 24px;
  font-weight: 300;
}

.field.conclusion-field::-ms-input-placeholder {
  color: #7488b1;
  letter-spacing: 0.55px;
  font-size: 22px;
  line-height: 42px;
}

.field.conclusion-field::placeholder {
  color: #7488b1;
  letter-spacing: 0.55px;
  font-size: 22px;
  line-height: 42px;
}

.button {
  color: #687582;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #697683;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.button.create-btn {
  height: 40px;
  float: right;
  border-color: var(--loupe-orange);
  color: var(--loupe-orange);
  background-image: url("../images/orange-circle-tick.svg");
  background-position: 11px;
  background-repeat: no-repeat;
  margin-left: 16px;
  padding-left: 45px;
  padding-right: 16px;
  font-weight: 500;
  transition: all 0.2s;
}

.button.create-btn:hover {
  background-color: var(--loupe-orange);
  color: #373e49;
  background-image: url("../images/check-circle-hover.svg");
  background-size: auto;
}

.button.new-element-btn {
  width: 100%;
  min-height: 64px;
  color: #48515e;
  text-align: center;
  background-color: #282e3a;
  border: 2px dashed #48515e;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.button.interest-btn {
  width: 234px;
  height: 40px;
  border-color: var(--loupe-orange);
  color: #222834;
  background-color: #e8a92e;
  margin: 24px auto 1px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  display: block;
}

.button.interest-btn:hover {
  border-style: solid;
  border-color: var(--loupe-orange);
  color: var(--loupe-orange);
  background-color: rgba(0, 0, 0, 0);
}

.button.back-btn {
  color: #8795a2;
  background-image: url("../images/back-arrow.svg");
  background-position: 15px;
  background-repeat: no-repeat;
  border-color: #8795a2;
  padding-left: 67px;
}

.button.next-btn {
  min-width: 215px;
  background-color: var(--loupe-orange);
  color: #222834;
  background-image: url("../images/button-arrow.svg");
  background-position: 90%;
  background-repeat: no-repeat;
  padding-right: 67px;
}

.team-initials {
  width: 100%;
  height: 100%;
  color: #30373d;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.modal-footer-block {
  border-top: 1px solid rgba(31, 35, 45, 0.36);
  padding: 32px;
}

.modal-heading {
  margin-top: 0;
}

.modal-close {
  width: 34px;
  height: 34px;
  float: right;
  background-image: url("../images/xlose-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0;
  right: 0;
}

.modal-close.close-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-block-link {
  width: 100%;
  height: 64px;
  background-color: #373e49;
  border: 1px solid #54c2a2;
  border-radius: 7px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.3);
}

.small-team-initials-text {
  width: 100%;
  height: 100%;
  color: #30373d;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.details-subhead {
  max-width: 360px;
  color: #8795a2;
  margin: 30px auto 40px;
  font-family: proxima-nova, sans-serif;
  display: block;
}

.details-field-block {
  max-width: 296px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.green-link {
  z-index: 2;
  float: left;
  opacity: 1;
  color: var(--medium-aquamarine);
  background-image: url("../images/green-circle-tick.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
}

.green-link.w--current {
  z-index: 2;
}

.options-block {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.orange-link {
  z-index: 2;
  float: left;
  opacity: 1;
  color: var(--loupe-orange);
  margin-left: 0;
  margin-right: 0;
  padding: 8px 8px 8px 40px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.grey-nav-number {
  width: 32px;
  height: 32px;
  color: #8795a2;
  border: 2px solid #8795a2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
}

.grey-nav-number.w--current {
  border-color: var(--loupe-orange);
  color: var(--loupe-orange);
  text-decoration: none;
}

.section-navbar {
  z-index: 5000;
  width: 64%;
  min-height: 56px;
  background-color: #313847;
  border-top: 1px solid #404b5a;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 36%;
  right: auto;
}

.section-navbar.role-nav {
  z-index: 5004;
  width: 64%;
  flex-direction: row-reverse;
  position: fixed;
}

.section-navbar.details-nav {
  z-index: 4999;
}

.colour-input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-pane {
  border-top: 1px solid #616d7a;
  padding-top: 32px;
}

.load-first {
  display: none;
  overflow: hidden;
}

.success-message {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 5vw;
}

.success-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fail-message {
  height: 100vh;
  padding: 5vw;
}

.fail-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-subtitle {
  text-align: center;
  font-family: proxima-nova, sans-serif;
}

.other-field-wrapper {
  height: 48px;
  max-width: 400px;
  text-align: left;
  background-color: #373e49;
  border: 1px solid #616d7a;
  border-radius: 40px;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 8px 8px 8px 66px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.other-label {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 18px;
  right: auto;
}

.other-field {
  width: 100%;
  height: 100%;
  max-width: 300px;
  float: none;
  color: #fff;
  letter-spacing: 0.35px;
  background-color: rgba(89, 100, 112, 0.3);
  border-style: none;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.other-field::-ms-input-placeholder {
  color: #8795a2;
}

.other-field::placeholder {
  color: #8795a2;
}

.slide-image {
  opacity: 0.35;
  background-image: url("../images/steveroe_4_n.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery {
  z-index: 100;
  width: 100%;
  height: 400vh;
  background-image: linear-gradient(
    to bottom,
    #1f242e,
    var(--darker-text-buttons)
  );
  padding-top: 1px;
  display: inline-block;
  position: relative;
}

.gallery.scenario-gallery {
  z-index: 105;
}

.gallery-scroll-track {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-container {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.gallery-container.scenario-container {
  background-image: linear-gradient(#2b313d 5%, rgba(0, 0, 0, 0) 30%);
  border-bottom: 4px solid #e8a92e;
  overflow: hidden;
}

.section {
  position: relative;
}

.section.hero-section {
  z-index: 101;
  height: 100vh;
  text-align: left;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
  overflow: hidden;
}

.section.footer {
  z-index: 110;
  min-height: 75px;
  background-color: var(--darker-text-buttons);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.signup-section {
  z-index: 102;
  height: 100vh;
  background-color: var(--darker-text-buttons);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  display: flex;
}

.slide-container {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.slide-container.scenarios-block {
  height: 100%;
  justify-content: flex-start;
  padding: 5vw 1vw 5vw 5vw;
  top: 0;
  left: 0;
}

.track-navigation {
  z-index: 8;
  width: 100%;
  min-height: 270px;
  background-image: linear-gradient(
    to top,
    #1f242e,
    rgba(31, 36, 46, 0.5) 60%,
    rgba(0, 0, 0, 0)
  );
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-progress {
  height: 4px;
  background-color: #212d3f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  transform: translate(-100%);
}

.slide-navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0);
}

.slide-nav-menu {
  width: 100%;
  float: none;
  display: flex;
}

.slide-nav-link {
  width: 25%;
  color: #394150;
  text-align: center;
  text-transform: none;
  font-size: 34px;
  font-weight: 400;
  line-height: 32px;
}

.slide-nav-link.brief.w--current {
  color: var(--slate-blue);
}

.slide-nav-link.wf.w--current {
  color: var(--dodger-blue);
}

.slide-nav-link.tree.w--current {
  color: var(--medium-aquamarine);
}

.slide-nav-link.assets.w--current {
  color: #f2663b;
}

.first-slide {
  z-index: 5;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: perspective(2000px);
}

.second-slide {
  z-index: 4;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.third-slide {
  z-index: 3;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.fourth-slide {
  z-index: 2;
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.scrolling-block {
  z-index: 5;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title {
  font-family: proxima-nova, sans-serif;
  font-size: 74px;
  font-weight: 100;
  line-height: 83px;
}

.subtext-title {
  letter-spacing: 0.65px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
}

.hero-link {
  color: #fff;
  border-bottom: 4px solid rgba(232, 169, 46, 0.66);
  text-decoration: none;
  position: relative;
}

.hero-container {
  z-index: 2;
  width: 55vw;
  max-width: 900px;
  position: relative;
}

.hero-ui-wrapper {
  z-index: 3;
  width: 35vw;
  height: 70%;
  min-width: 35vw;
  position: absolute;
  bottom: -4px;
  right: 0;
  overflow: visible;
}

.hero-bg-slider {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-slide-image {
  opacity: 0.3;
  background-image: url("../images/steveroe_4_n.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 75px;
  left: 0;
  right: 0;
}

.brief-ui {
  z-index: 4;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.workflow-ui {
  z-index: 3;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tree-ui {
  z-index: 2;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.assets-ui {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-cta-bar {
  z-index: 0;
  min-height: 75px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-cta-btn {
  z-index: 3;
  min-height: 75px;
  background-color: #e8a92e;
  background-image: url("../images/primary-cta-arrow.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  padding-left: 5vw;
  padding-right: 110px;
  font-size: 26px;
  line-height: 57px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blank-scrolling-block {
  z-index: 0;
  height: 100vh;
  position: relative;
}

.orange-title {
  color: #e8a92e;
  letter-spacing: 0.8px;
  margin-top: 0;
  margin-left: -3.5px;
  font-size: 64px;
  font-weight: 100;
  line-height: 83px;
}

.scenario-text {
  border-left: 4px solid var(--loupe-orange);
  letter-spacing: 0.45px;
  margin-top: auto;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.slide-text {
  letter-spacing: 0.45px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.coloured-divider {
  width: 79px;
  height: 4px;
  background-color: var(--dodger-blue);
  margin-top: 32px;
  margin-bottom: 32px;
}

.coloured-divider.orange {
  background-color: var(--loupe-orange);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.coloured-divider.purple-divider {
  background-color: var(--slate-blue);
}

.coloured-divider.green-divider {
  background-color: var(--medium-aquamarine);
}

.coloured-divider.assets-divider {
  background-color: #f2663b;
}

.copywrite {
  color: #8795a2;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}

.animation-wrapper {
  height: 100%;
  max-height: 1000px;
  max-width: 60vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 620px;
  display: block;
  position: fixed;
  top: auto;
  bottom: -10vh;
  left: 0;
  right: 0;
}

.brief-ui-set {
  z-index: 4;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.tree-ui-set {
  z-index: 13;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.workflow-ui-set {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.asset-ui-set {
  z-index: 10;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-ui-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.conclusion-bg-video {
  height: 100%;
  max-width: 100vw;
  position: fixed;
  top: 100vh;
  bottom: 0;
  left: 0;
  right: 0;
}

.conclusion-gradient {
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(#2b313d 10%, rgba(43, 49, 61, 0.7));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.conclusion-container {
  z-index: 2;
  position: relative;
}

.conclusion-form {
  justify-content: center;
  display: inline-block;
  box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.3);
}

.conclusion-submit-btn {
  width: 75px;
  height: 75px;
  float: left;
  background-color: var(--loupe-orange);
  color: var(--loupe-orange);
  background-image: url("../images/active-cta-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.conclusion-submit-btn:hover {
  color: #c28b1f;
  background-image: url("../images/primary-cta-arrow.svg");
}

.scenario-menu {
  z-index: 9999;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 5vw;
  transform: perspective(2000px);
}

.scenario-nav-link {
  width: 14px;
  height: 14px;
  background-color: #1f232d;
  border-radius: 100%;
  margin-left: 12px;
  margin-right: 12px;
}

.scenario-nav-link.w--current {
  background-color: var(--loupe-orange);
}

.top-btn {
  z-index: 5000;
  width: 72px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.11);
  background-image: url("../images/top-arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border-radius: 100%;
  position: absolute;
  bottom: 5vw;
  right: 5vw;
}

.scenario-background-container {
  z-index: 0;
  width: 100vw;
  height: auto;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(1000px) rotateX(35deg) rotateY(0) rotateZ(0)
    translate3d(0, 0, 0);
}

.scenario-gradient-overlay {
  z-index: 1;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 9%, rgba(43, 49, 61, 0.7));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.scenario-background {
  width: 100vw;
  height: 300vh;
  perspective: 1000px;
  perspective-origin: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.creative-brief-ui {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  position: relative;
}

.creative-brief-block {
  z-index: 2;
  width: 100%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-line-creative-block {
  z-index: 4;
  width: 100%;
  padding-bottom: 48.1%;
  padding-left: 18.5%;
  padding-right: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.per-shot-brief-block {
  z-index: 3;
  width: 100%;
  padding-bottom: 41.1%;
  padding-left: 27.9%;
  padding-right: 16.2%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.background-ui {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.shadow-image {
  z-index: 1;
  width: 65%;
  max-width: 66%;
  position: absolute;
  top: auto;
  bottom: 54%;
  left: 18.5%;
  right: auto;
}

.top-line-ui {
  z-index: 3;
  position: relative;
}

.per-shot-ui {
  z-index: 3;
  padding-bottom: 2px;
  position: relative;
}

.per-shot-shadow {
  z-index: 3;
  width: 55%;
  max-width: 58%;
  position: absolute;
  top: auto;
  bottom: 53%;
  left: 28.5%;
  right: auto;
}

.top-line-shadow {
  z-index: 3;
  width: 52%;
  max-width: 66%;
  position: absolute;
  top: auto;
  bottom: 61%;
  left: 19.5%;
  right: auto;
}

.creative-brief-lip {
  z-index: 1;
  width: 99.5%;
  background-image: url("../images/shape-3.png");
  background-position: 50% 1px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2%;
  bottom: 0%;
  left: 1px;
  right: 0%;
}

.creative-brief {
  z-index: 2;
  width: 100%;
  position: relative;
  bottom: -3px;
}

.per-shot {
  z-index: 3;
  position: relative;
}

.per-shot-lip {
  z-index: 1;
  width: 100%;
  background-image: url("../images/shape-2.png");
  background-position: 50% 1px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-line {
  z-index: 2;
  position: relative;
}

.top-line-lip {
  z-index: 1;
  width: 99%;
  height: 99%;
  background-image: url("../images/shape-1.png");
  background-position: 50% 1px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1.9%;
  left: 0;
  right: 0;
}

.brief-shoot-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 53.5%;
  padding-left: 15%;
  padding-right: 69.5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.stage-shadow {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stage {
  z-index: 2;
  width: 100%;
  position: relative;
}

.shoot-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 49.5%;
  padding-left: 21.5%;
  padding-right: 63%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.stage-wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
}

.transitions {
  z-index: 0;
  width: 100%;
  padding-bottom: 49%;
  padding-left: 22.5%;
  padding-right: 25%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.client-select-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 45.4%;
  padding-left: 27.3%;
  padding-right: 57.2%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.markup-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 54.1%;
  padding-left: 43.5%;
  padding-right: 41%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.retouch-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 62.2%;
  padding-left: 60%;
  padding-right: 24.5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.internal-review-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 58.8%;
  padding-left: 65.5%;
  padding-right: 19%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.client-review-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 50.5%;
  padding-left: 48.9%;
  padding-right: 35.6%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.approved-block {
  z-index: 1;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 42.4%;
  padding-left: 33%;
  padding-right: 51.5%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.bodymovin {
  width: 102px;
  height: 102px;
  margin-left: -5px;
}

.mask {
  overflow: visible;
}

.products-block {
  z-index: 2;
  width: 100%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.prod6 {
  width: 17%;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: 55%;
  right: auto;
}

.prod5 {
  width: 17%;
  position: absolute;
  top: -32%;
  bottom: auto;
  left: 44%;
  right: auto;
}

.prod4 {
  width: 17%;
  position: absolute;
  top: -24%;
  bottom: auto;
  left: 33%;
  right: auto;
}

.prod2 {
  width: 17%;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 11%;
  right: auto;
}

.prod3 {
  width: 17%;
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.prod1 {
  width: 17%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.first-row-block {
  z-index: 2;
  width: 60%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: 35%;
  right: auto;
}

.second-row-block {
  z-index: 3;
  width: 60%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  bottom: 22%;
  left: 43%;
  right: auto;
}

.tree-block {
  z-index: 2;
  width: 100%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tree-nodes {
  width: 30%;
  position: absolute;
  top: -41%;
  bottom: auto;
  left: 17%;
  right: auto;
}

.prod-shadow {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.product {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -10px;
  right: auto;
}

.womenswear,
.handbags,
.earrings,
.clips,
.accessories {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.body {
  background-color: var(--darker-text-buttons);
}

.asset-block {
  z-index: 2;
  width: 100%;
  padding-bottom: 41%;
  padding-left: 15.9%;
  padding-right: 15.9%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.assets-nav-block {
  z-index: 3;
  width: 47.5%;
  padding-bottom: 43%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: 13.5%;
  right: auto;
}

.asset-nav {
  width: 100%;
}

.asset-block-1 {
  width: 26%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.asset-row-1 {
  z-index: 3;
  width: 90%;
  padding-bottom: 42%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 43%;
  left: 15%;
  right: auto;
}

.primary-asset {
  z-index: 1;
  width: 84%;
  padding-top: 3.5%;
  padding-left: 4.5%;
  position: absolute;
  left: 3%;
  right: 0;
}

.asset-frame {
  width: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.asset-block-2 {
  width: 26%;
  position: absolute;
  top: -14%;
  left: 13%;
  right: auto;
}

.asset-block-3 {
  width: 26%;
  position: absolute;
  top: -28%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.asset-block-4 {
  width: 26%;
  position: absolute;
  top: -42%;
  bottom: auto;
  left: 39%;
  right: auto;
}

.asset-row-2 {
  z-index: 3;
  width: 90%;
  padding-bottom: 42%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: 28%;
  right: auto;
}

.asset-block-5 {
  width: 26%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.asset-block-6 {
  width: 26%;
  position: absolute;
  top: -14%;
  left: 13%;
  right: auto;
}

.asset-block-7 {
  width: 26%;
  position: absolute;
  top: -28%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.asset-block-8 {
  width: 26%;
  position: absolute;
  top: -42%;
  bottom: auto;
  left: 39%;
  right: auto;
}

.secondary-asset,
.select-highlight {
  width: 100%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.asset-canvas {
  width: 100%;
}

.asset-canvas-block {
  z-index: 3;
  width: 61%;
  padding-bottom: 42%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 21%;
  right: auto;
}

.assets-comment-block {
  z-index: 1;
  width: 79.5%;
  padding-bottom: 28%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 29.5%;
  left: 11%;
}

.asset-markup-bg {
  width: 100%;
}

.comment-chain {
  width: 52%;
  position: absolute;
  top: 0%;
  bottom: 71%;
  left: auto;
  right: 0%;
}

.comment-1 {
  width: 39.5%;
  margin-top: 2.5%;
  position: absolute;
}

.comment-2 {
  width: 37%;
  margin-top: 6.5%;
  margin-left: 9%;
  position: absolute;
}

.comment-3 {
  width: 41.5%;
  margin-top: 10%;
  margin-left: 15.5%;
  position: absolute;
}

.comment-4 {
  width: 39%;
  margin-top: 15.5%;
  margin-left: 26.5%;
  position: absolute;
}

.comment-5 {
  width: 41%;
  margin-top: 20%;
  margin-left: 35%;
  position: absolute;
}

.markup-1 {
  position: absolute;
  top: 34%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.markup-2 {
  position: absolute;
  top: 27%;
  bottom: auto;
  left: 47%;
  right: auto;
}

.markup-3 {
  position: absolute;
  top: 28%;
  bottom: auto;
  left: 63%;
  right: auto;
}

.markup-4 {
  width: 17%;
  position: absolute;
  top: 16.5%;
  bottom: auto;
  left: 33%;
  right: auto;
}

.markup-5 {
  width: 21%;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: 35%;
  right: auto;
}

.assets-markup-block {
  z-index: 3;
  width: 79.5%;
  padding-bottom: 65%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 29.5%;
  left: 11%;
}

.logo-wrapper {
  width: 157px;
  height: 36px;
  min-width: 147px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 5vw;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.logo-overlay {
  z-index: 3;
  height: 60px;
  padding: 32px 16px;
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
}

.select-tag-4 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 21vw;
  bottom: auto;
  left: 80vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.tag-container {
  width: 100%;
  height: 120vw;
  position: relative;
}

.perspective-background {
  width: 100vw;
  height: 120vw;
  position: absolute;
  top: 0;
}

.select-tag-1 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 8vw;
  bottom: auto;
  left: 35.5vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.select-tag-5 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 28vw;
  bottom: auto;
  left: 46.5vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.select-tag-2 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 17vw;
  bottom: auto;
  left: 58vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-2 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 40vw;
  bottom: auto;
  left: 58vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-1 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 40vw;
  bottom: auto;
  left: 36vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-6 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 57.5vw;
  bottom: auto;
  left: 58vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-5 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 59.5vw;
  bottom: auto;
  left: 36vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-2 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 72vw;
  bottom: auto;
  left: 47vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-1 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 74vw;
  bottom: auto;
  left: 25vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.status-tag-11 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 62vw;
  bottom: auto;
  left: 79vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-6 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 81.5vw;
  bottom: auto;
  left: 36vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.status-tag-13 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 101.5vw;
  bottom: auto;
  left: 36vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-8 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 90vw;
  bottom: auto;
  left: 57.5vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.status-tag-15 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 99vw;
  bottom: auto;
  left: 68vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.status-tag-16 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 113vw;
  bottom: auto;
  left: 57vw;
  right: 5%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.select-tag-3 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 11vw;
  bottom: auto;
  left: 91vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.select-tag-6 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 27vw;
  bottom: auto;
  left: 91vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-3 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 38vw;
  bottom: auto;
  left: 79vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-7 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 56vw;
  bottom: auto;
  left: 90vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.review-tag-4 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 48vw;
  bottom: auto;
  left: 79vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-4 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 62vw;
  bottom: auto;
  left: 79vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-5 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 76.5vw;
  bottom: auto;
  left: 68.5vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

.approved-tag-7 {
  z-index: 5;
  width: 7vw;
  transform-style: preserve-3d;
  position: absolute;
  top: 83.5vw;
  bottom: auto;
  left: 90vw;
  right: 0%;
  transform: rotateX(-35deg) rotateY(0) rotateZ(0);
}

@media screen and (max-width: 991px) {
  .attribution-block.hero-attribution {
    min-height: 5vw;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .side-container {
    max-height: 100%;
    min-height: auto;
  }

  .form {
    margin-top: -5vw;
    padding-top: 5vw;
  }

  .logo-container.hero-logo {
    position: relative;
  }

  .square-radio-btn {
    width: 25vw;
    height: 28vw;
  }

  .radio-label {
    background-size: 90px;
  }

  .radio-tab-link.w--current {
    background-position: 50% 105%;
  }

  .form-content-wrapper {
    z-index: 2;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .form-content-wrapper.role-content {
    z-index: 5;
  }

  .form-content-wrapper.team-content {
    z-index: 4;
  }

  .form-content-wrapper.asset-content {
    z-index: 3;
    width: 100%;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .gallery {
    background-color: #20252e;
    background-image: none;
  }

  .section.hero-section {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    justify-content: flex-start;
    padding-right: 0;
  }

  .slide-container {
    width: 80%;
    margin-right: auto;
    padding: 5vw;
  }

  .scrolling-block {
    z-index: 4;
  }

  .hero-container {
    width: 80vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    order: 2;
    display: flex;
  }

  .hero-ui-wrapper {
    z-index: 1;
    width: 100%;
    height: 46%;
    order: 4;
    margin-bottom: 5vw;
    position: absolute;
    bottom: 0;
  }

  .brief-ui,
  .workflow-ui,
  .tree-ui,
  .assets-ui {
    width: auto;
    height: 100%;
  }

  .hero-cta-bar {
    text-align: left;
    justify-content: flex-start;
    display: flex;
    position: absolute;
  }

  .hero-cta-btn {
    order: 3;
    position: relative;
  }

  .animation-wrapper {
    max-width: 80%;
    background-image: linear-gradient(
      to top,
      #20252e 59%,
      rgba(255, 255, 255, 0)
    );
    margin-right: 0%;
    bottom: -20vw;
  }

  .scenario-background-container {
    width: 150vw;
    opacity: 0.6;
    left: -25vw;
  }

  .logo-wrapper {
    order: -1;
    position: relative;
    top: 0;
    left: 0;
  }

  .tag-container {
    height: auto;
    display: none;
  }

  .perspective-background {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .welcome-content-bock {
    max-width: 80vw;
    text-align: center;
    flex: 0 auto;
    margin-top: 20px;
  }

  .attribution-block {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .attribution-block.hero-attribution {
    left: auto;
    right: 0;
  }

  .side-container {
    z-index: 9999;
    width: 100%;
    height: auto;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 3vw 3vw 62px;
    display: flex;
    position: relative;
  }

  .nav-menu {
    z-index: 9999;
  }

  .nav-link-wrapper {
    justify-content: center;
  }

  .content-wrapper {
    display: block;
  }

  .form {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .main-container {
    width: 100%;
    margin-left: 0%;
    display: inline-block;
    position: relative;
  }

  .square-radio-btn {
    width: 42.5vw;
    height: 42.5vw;
  }

  .radio-label.creative {
    background-position: 50% 20%;
    background-size: 45%;
  }

  .radio-label.client {
    background-position: 50% 28%;
    background-size: 45%;
  }

  .radio-label.freelancer {
    background-position: 50% 38%;
    background-size: 45%;
  }

  .radio-flexbox {
    justify-content: space-between;
  }

  .radio-tab-link.w--current {
    background-position: 50% 105%;
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .form-content-wrapper,
  .form-content-wrapper.role-content {
    width: 100%;
  }

  .modal {
    justify-content: flex-start;
    display: none;
  }

  .modal-container {
    width: 80vw;
    min-width: auto;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: scroll;
  }

  .button.back-btn {
    padding-left: 50px;
    padding-right: 8px;
    font-size: 11px;
  }

  .button.back-btn.w--current {
    max-width: 49%;
    padding-left: 50px;
    padding-right: 8px;
  }

  .button.next-btn {
    max-width: 50%;
    min-width: auto;
    padding-left: 8px;
    padding-right: 50px;
    font-size: 11px;
  }

  .orange-link {
    display: none;
    left: auto;
  }

  .section-navbar {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    left: 0%;
    right: 0;
  }

  .section-navbar.role-nav {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .menu-button {
    z-index: 1;
  }

  .section.hero-section {
    height: auto;
    min-height: 100vh;
  }

  .hero-ui-wrapper {
    height: 80vw;
    justify-content: flex-end;
    margin-bottom: 8vw;
    display: flex;
    position: relative;
  }

  .brief-ui,
  .workflow-ui,
  .tree-ui {
    width: 64vw;
    height: auto;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .assets-ui {
    width: 64vw;
    height: auto;
    margin-left: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .animation-wrapper {
    height: 62%;
  }

  .hero-ui-slider {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .welcome-content-bock {
    flex: none;
  }

  .attribution-block.hero-attribution {
    min-height: 16vw;
    text-align: left;
    word-break: normal;
    align-items: center;
    padding: 0 0 0 20px;
    font-size: 13px;
    line-height: 11px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0;
  }

  .side-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 62px;
    display: flex;
    position: relative;
  }

  .nav-link {
    position: absolute;
    left: 0;
  }

  .nav-link-wrapper {
    max-width: 125px;
    text-align: left;
    justify-content: center;
    margin: 2px auto;
    display: block;
  }

  .form-section {
    height: auto;
    opacity: 1;
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .form {
    min-height: auto;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .checkbox-field {
    width: 100%;
    border-radius: 8px;
    margin-right: 0;
  }

  .checkbox-label {
    border-radius: 8px;
  }

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

  .bg-slider {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .square-radio-btn {
    width: 42.5vw;
    height: 42.5vw;
    margin-bottom: 10vw;
  }

  .radio-label {
    min-height: 44px;
    font-size: 14px;
    line-height: 18px;
  }

  .radio-label.creative {
    background-position: 50% 30%;
    background-size: 47px;
  }

  .radio-label.client {
    background-position: 50% 36%;
    background-size: 57px;
  }

  .radio-label.freelancer {
    background-position: 50% 34%;
    background-size: 42px;
  }

  .radio-label.team {
    background-position: 50% 31%;
    background-size: 48px;
  }

  .radio-flexbox {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
  }

  .radio-tab-link.w--current {
    background-position: 50% 105%;
  }

  .radio-tab-link.freelancer-tab-link {
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .radio-tab-link.freelancer-tab-link.w--current {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .tabs-menu {
    justify-content: space-around;
  }

  .form-content-wrapper {
    width: 90vw;
    padding-top: 2vw;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .form-content-wrapper.team-content,
  .form-content-wrapper.asset-content {
    width: 90vw;
  }

  .modal {
    display: none;
  }

  .modal-container {
    width: 90vw;
    margin-top: 5vw;
  }

  .modal-title-block,
  .modal-content {
    padding: 24px;
  }

  .team-name-block {
    align-items: flex-start;
    padding-bottom: 0;
  }

  .team-name-tile {
    width: 44px;
    height: 44px;
    flex: none;
  }

  .field {
    min-height: 44px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .field.conclusion-field {
    margin-bottom: 0;
    line-height: 32px;
  }

  .field.conclusion-field::-ms-input-placeholder {
    font-size: 16px;
    line-height: 32px;
  }

  .field.conclusion-field::placeholder {
    font-size: 16px;
    line-height: 32px;
  }

  .button.back-btn {
    background-position: 6%;
    background-size: 18px;
    padding-left: 32px;
  }

  .button.back-btn.w--current {
    padding-left: 32px;
  }

  .button.next-btn {
    background-position: 94%;
    background-size: 18px;
    padding-right: 32px;
  }

  .team-initials {
    font-size: 19px;
    line-height: 23px;
  }

  .modal-footer-block {
    padding: 24px;
  }

  .details-subhead {
    max-width: 80vw;
  }

  .details-field-block {
    max-width: 90vw;
    text-align: center;
    margin-bottom: 60px;
  }

  .green-link {
    left: 0;
  }

  .options-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .orange-link {
    display: none;
    left: 0;
    right: auto;
  }

  .menu-button.w--open {
    z-index: 9999;
    background-color: var(--darker-text-buttons);
    color: #fff;
  }

  .colour-input {
    border-style: none;
  }

  .load-first {
    display: none;
    overflow: hidden;
  }

  .other-field-wrapper {
    width: 100%;
    height: 60px;
    max-width: none;
    border-radius: 8px;
    align-items: center;
    display: flex;
  }

  .other-field {
    border-radius: 8px;
    display: block;
  }

  .section.footer {
    min-height: 38px;
  }

  .slide-container.scenarios-block {
    width: 75%;
  }

  .hero-title {
    margin-top: 0;
    font-size: 2.5em;
    line-height: 50px;
    position: static;
  }

  .subtext-title {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-container {
    z-index: 6;
  }

  .hero-ui-wrapper {
    margin-top: auto;
    margin-bottom: 16vw;
  }

  .hero-slide-image {
    object-fit: fill;
    bottom: 0;
    overflow: visible;
  }

  .hero-cta-btn {
    padding-left: 24px;
    padding-right: 96px;
    font-size: 18px;
    line-height: 48px;
    display: flex;
  }

  .orange-title {
    font-size: 45px;
  }

  .scenario-text {
    margin-bottom: 24px;
    padding-bottom: 70px;
  }

  .slide-text {
    font-size: 16px;
  }

  .animation-wrapper {
    margin-right: 15%;
    bottom: -7%;
  }

  .conclusion-container {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .conclusion-form {
    max-width: 100%;
    display: flex;
  }

  .conclusion-submit-btn {
    flex: none;
  }

  .text-block {
    width: 100%;
    padding-left: 0;
    font-size: 10px;
    line-height: 15px;
  }
}
