@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --hot-pink: #ff52b1;
  --black: #2e2e36;
  --dim-grey: #69696e;
  --light-sea-green: #069d84;
  --pink-normal: #f60288;
  --medium-aquamarine: #01bc9a;
  --medium-violet-red: #920151;
  --lavender-blush: #f6e3ee;
  --purple: #490129;
  --grey: #8a8a8f;
  --silver: #bcbcbf;
  --white-smoke: #eeeeef;
  --teal: #0b7f6d;
  --white: #fafafa;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #2e2e36;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #2e2e36;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

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

ul {
  color: #2e2e36;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

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

label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  display: block;
}

blockquote {
  color: #01bc9a;
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  min-height: 924px;
  padding: 96px 3% 292px;
  display: flex;
  position: relative;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.hero-grid {
  grid-template-rows: auto;
  position: relative;
  top: 70px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--hot-pink);
}

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

.nav-link.dark-link {
  color: var(--black);
}

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

.nav-link.dd {
  padding-right: 42px;
}

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

.brand.w--current {
  padding-left: 0;
}

.navigation-right {
  flex: 1;
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.navbar {
  background-color: #0000;
  align-items: center;
  min-height: 92px;
  padding: 15px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.wwu {
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 40%;
  display: flex;
}

.display {
  color: #fff;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.display.tagline {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.hero-content {
  padding-top: 20px;
  padding-right: 5%;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.button {
  background-color: var(--pink-normal);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 18px 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button.button-space {
  margin-top: 32px;
}

.button.sm {
  min-height: auto;
  margin-top: 24px;
  padding: 12px 21px;
}

.arrow {
  margin-left: 10px;
}

.plain-text-link {
  color: #fff;
  margin-left: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .35s;
}

.plain-text-link:hover {
  opacity: .7;
}

.client-row {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% -2%;
  box-shadow: 2px 2px 16px #0003;
}

.hero-image {
  width: 100%;
}

.content-section {
  padding: 80px 3%;
  position: relative;
  overflow: hidden;
}

.content-section.hidden {
  display: none;
}

.title-split {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.title-split.padding-short {
  margin-bottom: 64px;
}

.paragraph-large {
  color: #69696e;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-large.space-below {
  margin-bottom: 40px;
}

.slide-nav {
  display: none;
}

.logo-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 100%;
  display: flex;
}

.service-wrapper {
  display: flex;
}

.service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.paragraph {
  color: #69696e;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph.padding-below {
  margin-bottom: 40px;
}

.service-h4 {
  margin-top: 0;
  margin-bottom: 24px;
}

.service-icon {
  margin-bottom: 32px;
}

.service-wrap {
  padding: 22px 40px 40px;
  text-decoration: none;
  transition: box-shadow .35s;
}

.service-wrap:hover {
  box-shadow: 85px 85px 122px #d4d4db33;
}

.number {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}

.button-outline {
  border: 2px solid var(--hot-pink);
  min-height: 60px;
  color: var(--hot-pink);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-outline:hover {
  border-color: var(--pink-normal);
  background-color: var(--pink-normal);
  color: #fff;
}

.hero-wrapper {
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.hero-dot {
  position: absolute;
  inset: 10% -10% auto auto;
}

.background-block {
  z-index: -1;
  background-color: #fafafa;
  width: 65%;
  min-height: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-block.block-height {
  max-height: 80vh;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  min-width: 400px;
  padding-top: 0;
  display: flex;
}

.tabs-content {
  width: 90%;
  overflow: visible;
}

.tab-link {
  color: #69696e;
  letter-spacing: -.03em;
  white-space: nowrap;
  background-color: #0000;
  width: auto;
  padding: 33px 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all .35s;
}

.tab-link.w--current {
  color: #2e2e36;
  background-color: #0000;
  padding-top: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.video-thumbnail {
  width: 100%;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.video-wrapper.company-video {
  margin-top: 96px;
  margin-bottom: 0;
}

.play-button {
  opacity: .8;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 14px;
  display: flex;
  position: absolute;
}

.service-section {
  padding: 139px 3%;
  position: relative;
  overflow: hidden;
}

.logo {
  min-width: 300px;
}

.content-h1 {
  max-width: 550px;
  margin-right: 20px;
}

.content-h1.padding-below {
  margin-bottom: 20px;
}

.content-h1.focus-colour {
  color: var(--medium-aquamarine);
  margin-bottom: 10px;
}

.detail {
  color: #8a8a8f;
  letter-spacing: -.01em;
  max-width: 600px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.banner-wrapper {
  margin-bottom: 50px;
}

.title-wrap-left {
  text-align: left;
  background-color: #eeeeef80;
  border: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px 24px;
  display: flex;
}

.menu-bottom {
  background-color: #fff;
  border-top: 1px #17304917;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navigation-side {
  background-color: #fff;
  width: 15%;
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-37 {
  background-color: var(--pink-normal);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-right: 10px;
  padding: 6px 15px;
  font-size: 12px;
}

.link-block-5 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 4px;
  display: flex;
}

.elements-clone {
  align-items: flex-start;
  display: flex;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.button-grid {
  grid-column-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 40px;
}

.style-guide-h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 54px;
  line-height: 60px;
}

.colour-block {
  background-color: #8a8a8f;
  height: 120px;
}

.colour-block.c03 {
  background-color: var(--pink-normal);
}

.colour-block.c02 {
  background-color: var(--medium-violet-red);
}

.colour-block.c05 {
  background-color: var(--lavender-blush);
}

.colour-block.c04 {
  background-color: var(--hot-pink);
}

.colour-block.co1 {
  background-color: var(--purple);
}

.colour-block.n1 {
  background-color: var(--black);
}

.colour-block.n2 {
  background-color: var(--dim-grey);
}

.colour-block.n3 {
  background-color: var(--grey);
}

.colour-block.n4 {
  background-color: var(--silver);
}

.colour-block.n5 {
  background-color: var(--white-smoke);
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 11px 11px 55px #10123214;
}

.style-guide-section {
  background-color: #0000;
  padding: 80px 3% 100px;
}

.detail-block {
  background-color: #01bc9a0d;
  border: 1px solid #01bc9a;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.em {
  font-style: italic;
}

.menu-link {
  color: #5e5e5e;
  border-left: 4px solid #f5fafd;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: #fafafa;
  border-left-color: #01bc9a;
}

.menu-link.w--current {
  border-left: 4px solid var(--pink-normal);
  background-color: var(--lavender-blush);
}

.style-guide-heading {
  color: #fff;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.title-grey {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.full-wrapper {
  background-color: #fff;
  border-right: 1px solid #1730490d;
  width: 85%;
}

.content-container {
  width: 100%;
  max-width: 900px;
  margin: 45px auto 80px;
}

.banner-bar {
  background-color: var(--hot-pink);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 8px 3%;
  display: flex;
}

.span-opacity {
  color: var(--silver);
  font-weight: 500;
}

.display-heading {
  color: #2e2e36;
  font-size: 60px;
  line-height: 1;
}

.style-guide-header {
  background-color: #2e2e36;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  padding: 140px 5%;
  display: flex;
}

.banner-wrap-left {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.active-bar {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-text {
  letter-spacing: 1px;
  font-weight: 600;
}

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

.bold {
  font-weight: 700;
}

.menu-title {
  border-bottom: 1px solid #232a3121;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 25px;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.block {
  margin-bottom: 45px;
}

.mark {
  background-color: #01bc9a1a;
}

.paragraph-small {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.delete {
  text-decoration: line-through;
}

.style-guide-h3 {
  color: #232936;
  margin-top: 0;
  margin-bottom: 14px;
}

.paragraph-light {
  color: #fff;
  max-width: 580px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.menu {
  border-bottom: 1px solid #17304917;
  height: auto;
  overflow: auto;
}

.colour-title {
  float: left;
  color: #101232;
  font-size: 16px;
  font-weight: 700;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.component-detail {
  color: var(--pink-normal);
  margin-left: 8px;
}

.banner-bar-03 {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 8px 3%;
  display: flex;
}

.style-guide-hero {
  background-color: #262631;
  background-image: url('../images/Style-Guide-Header.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 100px 5%;
  display: flex;
}

.flowbase-link {
  color: var(--pink-normal);
  text-decoration: none;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.link-block-5-copy {
  color: var(--teal);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.notice-bar {
  z-index: 999;
  color: #2c2d36;
  background-color: #fff;
  border: 1px solid #eeeeef;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 3px 3px 8px #0000001a;
}

.notice-button {
  color: var(--pink-normal);
  background-color: #01bc9a0d;
  border: 1px solid #0000;
  padding: 10px 18px;
  text-decoration: none;
  transition: all .2s;
}

.notice-button:hover {
  border: 1px solid var(--medium-aquamarine);
}

.notice-text {
  margin-right: 12px;
}

.return-top {
  z-index: 9;
  background-color: var(--pink-normal);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .5s;
  display: flex;
  position: fixed;
  inset: auto 32px 48px auto;
}

.return-top:hover {
  transform: translate(0, -8px);
}

.project {
  color: #2e2e36;
  text-decoration: none;
}

.bg-grey-block-right {
  z-index: -1;
  background-color: #fafafa;
  width: 60%;
  min-height: 500px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-block {
  text-align: center;
  background-color: #25252e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  padding: 96px 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-h1 {
  color: #fff;
  max-width: 830px;
  margin-bottom: 22px;
  font-size: 44px;
  line-height: 1.2;
}

.content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.line-button {
  display: flex;
}

.line-button.padding-top {
  margin-top: 25px;
}

.line-button.centre-button {
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.line-wrap {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.line-wrap.link-ix-light {
  color: #01bc9a;
  font-size: 18px;
  text-decoration: none;
}

.line-wrap.line-space {
  margin-top: 28px;
}

.line-text {
  color: var(--pink-normal);
  margin-bottom: 5px;
}

.border-base {
  background-color: #0000;
  height: 1px;
  overflow: hidden;
}

.border-inner {
  background-color: var(--pink-normal);
  width: 100%;
  height: 100%;
}

.legal {
  background-color: #fafafa;
  align-items: center;
  min-height: 83px;
  padding: 22px 3%;
  display: flex;
}

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

.legal-links {
  align-items: center;
  display: flex;
}

.detail-link {
  color: #8a8a8f;
  letter-spacing: -.01em;
  max-width: 600px;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.detail-link:hover {
  color: var(--light-sea-green);
}

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

.social-row {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.social-square {
  background-color: #eeeeef;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 24px;
  transition: border-color .25s;
  display: flex;
}

.social-square:hover {
  border-color: var(--medium-aquamarine);
}

.footer-title {
  color: #8a8a8f;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 600;
}

.footer-link {
  color: #2e2e36;
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s;
  display: block;
}

.footer-link:hover {
  color: var(--pink-normal);
}

.cta-section {
  padding: 96px 3%;
  position: relative;
}

.project-image {
  width: 100%;
}

.image-wrapper {
  overflow: hidden;
}

.footer-h4 {
  max-width: 450px;
}

.logo-dark {
  width: 300px;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 8px;
  display: flex;
  inset: auto 5% -15% auto;
}

.slider-arrow-left {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 8px;
  display: flex;
  inset: auto 10% -15% auto;
}

.review-slider {
  background-color: #0000;
  min-height: 550px;
}

.review-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr 1fr;
  height: 100%;
}

.review-card {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 48px;
  display: flex;
  position: relative;
  right: -60px;
  box-shadow: 111px 45px 122px #d4d4db4d;
}

.author-details {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 26px;
  display: flex;
}

.review-name {
  color: #2e2e36;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.star-wrap {
  margin-top: 12px;
}

.star {
  width: 19px;
  margin-right: 4px;
}

.review-image-large {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.quote {
  z-index: 10;
  position: absolute;
  inset: auto 15% -20% auto;
}

.person-large {
  object-fit: cover;
}

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

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

.company-hero {
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  min-height: 700px;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.display-centre {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}

.brand-span {
  color: var(--pink-normal);
}

.hero-image-wrapper {
  z-index: 2;
  max-width: 1300px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.white-bg-bar {
  z-index: 0;
  background-color: #fff;
  min-height: 270px;
  position: absolute;
  inset: auto 0% 0%;
}

.full-hero-image {
  width: 100%;
}

.paragraph-column {
  column-count: 2;
  column-gap: 132px;
}

.vision-image {
  width: 100%;
}

.paragraph-title {
  color: #69696e;
  letter-spacing: -.01em;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-card {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
}

.slide-line {
  background-color: var(--black);
  width: 60%;
  min-height: 6px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-wrapper {
  overflow: hidden;
}

.hero-background {
  z-index: -1;
  background-color: #25252e;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

.value-block {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  min-height: 200px;
  padding: 42px 32px;
  transition: all .35s;
}

.value-block:hover {
  box-shadow: 1px 1px 120px 122px #d4d4db2b;
}

.value-icon {
  margin-right: 12px;
}

.value-wrap {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.team-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 120px 122px #d4d4db2b;
}

.team-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-bg {
  background-color: #eeeeef;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  display: flex;
  overflow: hidden;
}

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

.team-name {
  text-align: center;
  margin-top: 32px;
}

.team-h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.project-h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
}

.header-dark {
  background-color: #25252e;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 3% 40px;
  display: flex;
  position: relative;
}

.header-block {
  color: #fff;
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  font-size: 16px;
  display: flex;
}

.container-tight {
  max-width: 900px;
}

.licence-image {
  justify-content: center;
  align-items: center;
  height: 330px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licence-asset {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licence-grid {
  grid-template-rows: auto auto auto;
  margin-bottom: 100px;
}

.change-log-wrap {
  background-color: var(--white);
  border: 1px solid #00000014;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
}

.new-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #01bc9a;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

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

.button-line-wrap {
  color: #01bc9a;
  margin-top: 16px;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

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

.company-image {
  width: 100%;
  margin-top: 96px;
}

.feature-block {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 36px;
  display: flex;
  position: absolute;
  left: -50%;
  box-shadow: 85px 85px 122px #d4d4db29;
}

.company-section {
  padding: 132px 3% 40px;
  position: relative;
}

.company-column {
  padding-right: 60px;
  position: relative;
}

.number-wrap {
  padding: 26px 44px;
}

.subtitle-02 {
  color: #bcbcbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-block-mobile {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  max-width: 1074px;
  min-height: 258px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: none;
  position: absolute;
  left: -40%;
  box-shadow: 85px 85px 122px #d4d4db29;
}

.company-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.company-dot {
  position: absolute;
  inset: 12% -5% auto auto;
}

.blog-hero {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 182px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-section {
  background-color: #fff;
  padding: 186px 3% 40px;
  position: relative;
  overflow: hidden;
}

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

.blog-detail-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.date {
  color: var(--dim-grey);
  font-size: 16px;
}

.blog-h1 {
  max-width: 730px;
  color: var(--black);
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph-title-white {
  max-width: 500px;
  color: var(--silver);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.display-h1 {
  color: #fff;
  max-width: 550px;
  margin-bottom: 32px;
  margin-right: 20px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}

.line-break {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 132px;
  margin-bottom: 132px;
}

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

.service-type {
  margin-top: 20px;
}

.service-title {
  color: #2e2e36;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
}

.project-detail-h3 {
  margin-bottom: 32px;
}

.container-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-link-block {
  background-color: #000;
  width: 100%;
  padding-top: 132px;
  padding-left: 132px;
  padding-right: 132px;
  position: relative;
}

.project-link {
  border-bottom: 1px solid #2e2e36;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .3s;
  display: flex;
}

.project-link:hover {
  border-bottom-color: #c2c2c7;
}

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

.service-type-h4 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.service-detail {
  color: #69696e;
  margin-right: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.project-link-grid {
  grid-column-gap: 96px;
  grid-row-gap: 8px;
  margin-bottom: 132px;
}

.project-image-1 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.white-bg-bar-02 {
  z-index: 1;
  background-color: #fff;
  min-height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.strategy-content {
  grid-column-gap: 96px;
  grid-template-rows: auto;
}

.general-text h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.general-text h4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.legal-close-block {
  background-color: var(--white-smoke);
  min-height: 240px;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.section {
  background-color: var(--white);
  padding: 96px 3%;
  position: relative;
  overflow: hidden;
}

.newsletter-block {
  width: 100%;
  max-width: 550px;
  margin-top: 32px;
}

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

.newsletter-field {
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 24px;
}

.newsletter-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-title {
  color: #fafafa80;
  text-align: center;
  font-size: 16px;
}

.value-h4 {
  margin-bottom: 0;
}

.team-title {
  color: #bcbcbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.start-project {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.start-project:hover {
  color: var(--medium-aquamarine);
}

.start-project.w--current {
  color: #01bc9a;
}

.icon-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: flex;
}

.icon-wrap {
  padding: 17px;
}

.service-hero-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.service-image {
  width: 100%;
}

.service-image-wrap {
  margin-top: 60px;
}

.slider-wrap {
  width: 100%;
  position: relative;
}

.company-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  width: 370px;
  height: 100%;
  margin-top: 140px;
}

.slide-basic {
  padding: 18px;
}

.slider-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-mask {
  width: auto;
  overflow: visible;
}

.service-content-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
}

.service-detail-block {
  margin-bottom: 48px;
  padding-right: 60px;
}

.signature {
  margin-top: 32px;
}

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

.service-hero {
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  min-height: 700px;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.strategy-content-column {
  padding-top: 140px;
}

.content-h2 {
  max-width: 550px;
  margin-bottom: 32px;
}

.branding-section {
  padding: 96px 3% 20px;
  position: relative;
  overflow: hidden;
}

.full-image {
  background-image: url('../images/Case-Study-Branding.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  min-height: 800px;
  display: flex;
}

.branding-block {
  background-color: #fff;
  max-width: 550px;
  padding: 64px;
  position: relative;
  top: 60px;
  box-shadow: 85px 85px 122px #d4d4db33;
}

.case-study-logo {
  margin-bottom: 40px;
}

.gallery-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  overflow: hidden;
}

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

.article img {
  width: 100%;
}

.work-hero {
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  min-height: 680px;
  padding: 186px 3% 120px;
  display: flex;
  position: relative;
}

.work-section {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

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

.footer-logo.w--current {
  margin-bottom: 16px;
}

.team-image-wrap {
  background-color: var(--silver);
  border-radius: 100%;
  width: 232px;
  height: 232px;
  margin-bottom: 26px;
}

.brand-link {
  color: var(--pink-normal);
}

.form-body {
  padding: 182px 3% 132px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.previous-button {
  color: #bcbcbf;
  font-weight: 500;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-content {
  width: 100%;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-slider {
  background-color: #0000;
  max-width: 780px;
  height: 100%;
  position: relative;
}

.form-section-title {
  color: var(--black);
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-content-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.next-button {
  flex: 1;
  align-self: center;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-line {
  background-color: #e7ecf5;
  width: 100%;
  height: 1px;
  position: absolute;
}

.field-input {
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #e4e0dd;
  width: 100%;
  height: 62px;
  margin-bottom: 4px;
  font-size: 16px;
}

.field-input:focus {
  border-color: var(--medium-aquamarine);
}

.field-input::placeholder {
  color: var(--silver);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.next {
  background-color: var(--pink-normal);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 16px 38px;
  font-size: 16px;
  display: flex;
  inset: auto 0% -40px auto;
  overflow: visible;
}

.previous {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
  inset: auto auto -25px 15px;
  overflow: visible;
}

.previous:hover {
  opacity: 1;
}

.form-support-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.success-message {
  color: var(--teal);
  letter-spacing: 1px;
  background-color: #01bc9a1a;
  margin-top: 40px;
  padding: 20px;
}

.form-wrap-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
  display: block;
}

.arrow-back {
  margin-right: 8px;
}

.support-avatar {
  z-index: 5;
  background-color: var(--hot-pink);
  background-image: url('../images/team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  width: 83px;
  height: 83px;
  position: relative;
  box-shadow: 0 6px 35px 1px #49418b52;
}

.section-review {
  padding: 96px 3% 70px;
  position: relative;
  overflow: hidden;
}

.licence-link {
  background-color: var(--white);
  padding: 10px 20px;
  font-weight: 600;
  position: absolute;
  inset: auto auto 15px 15px;
}

.started-block {
  background-color: var(--white-smoke);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 29px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.title-text {
  color: var(--silver);
  text-align: center;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.button-home {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 18px 45px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-menu {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 130px;
  display: flex;
}

.plain-logo {
  width: 200px;
}

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

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-default {
  border: 1px solid var(--silver);
  background-color: #0000;
  border-radius: 0;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-right: 13px;
}

.checkbox-default.w--redirected-checked {
  background-color: var(--medium-aquamarine);
  background-size: 14px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.form-mask {
  overflow: hidden;
}

.team-section {
  padding: 182px 3% 96px;
  position: relative;
  overflow: hidden;
}

.author-detail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  display: flex;
}

.author-heading {
  margin-bottom: 22px;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  display: flex;
}

.blog-link {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.blog-image-wrap {
  height: 400px;
  overflow: hidden;
}

.blog-title {
  margin-top: 0;
}

.blog-item {
  margin-bottom: 20px;
}

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

.author-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  background-color: #eeeeef;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 12px;
  margin-right: 12px;
  transition: border-color .25s;
  display: flex;
}

.social-link:hover {
  border-color: var(--medium-aquamarine);
}

.overview-wrapper {
  padding-right: 60px;
}

.gallery-content {
  max-width: 700px;
  margin-top: 60px;
}

.updated-text {
  margin-bottom: 10px;
}

.social-square-blank {
  background-color: #eeeeef;
  border: 2px solid #e1e1e4;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 15px;
  margin-right: 15px;
  transition: border-color .25s;
  display: flex;
}

.social-square-blank:hover {
  border-color: var(--medium-aquamarine);
}

.utility-page-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  min-width: 390px;
  max-width: 450px;
  display: flex;
}

.lottie-animation {
  width: 140px;
  height: 140px;
}

.button-full {
  color: #fff;
  background-color: #01bc9a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 62px;
  margin-top: 10px;
  padding: 18px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.h2-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
}

.author-name-wrap {
  align-items: center;
  display: flex;
}

.author-avatar {
  background-color: var(--medium-aquamarine);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 18px;
}

.team-detail {
  color: #fff;
  font-size: 16px;
}

.full-page-blog {
  background-color: var(--white-smoke);
  padding: 182px 3% 96px;
  position: relative;
  overflow: hidden;
}

.field-input-large {
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #e4e0dd;
  width: 100%;
  max-width: 550px;
  min-height: 120px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.field-input-large:focus {
  border-color: var(--medium-aquamarine);
}

.field-input-large::placeholder {
  color: var(--silver);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.header-light {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 182px 3% 164px;
  display: flex;
  position: relative;
}

.title-wrap-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.display-centre-dark {
  color: var(--black);
  text-align: center;
  margin-bottom: 24px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: -82px auto auto 15%;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  inset: -82px auto auto 0%;
}

.gallery-grid-reverse {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.icon-block {
  background-color: #f7f7fd;
  justify-content: center;
  align-items: center;
  min-height: 451px;
  display: flex;
}

.background-block-black {
  z-index: -1;
  background-color: #000;
  width: 65%;
  min-height: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-ui {
  box-shadow: 85px 85px 122px #0000000d;
}

.results-block {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 182px;
  padding: 48px;
  display: flex;
}

.number-large {
  color: #2e2e36;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.subtitle-03 {
  color: #8a8a8f;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.results-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.value-section {
  padding: 128px 3%;
  position: relative;
  overflow: hidden;
}

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

.author-name-dark {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

.work-grid {
  grid-column-gap: 86px;
  grid-template-rows: auto;
}

.work-item {
  margin-bottom: 60px;
  padding: 15px;
}

.work-full-wrap {
  position: relative;
  top: -182px;
}

.article-section {
  background-color: #0000;
  padding: 96px 3%;
  position: relative;
  overflow: hidden;
}

.contact-grid {
  width: 100%;
}

.project-hero {
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  min-height: 680px;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.display-h1-dark {
  color: #2e2e36;
  max-width: 550px;
  margin-bottom: 32px;
  margin-right: 20px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}

.button-dark {
  color: #fff;
  background-color: #2e2e36;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 18px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-article {
  background-color: #fff;
  padding: 92px 3% 40px;
  position: relative;
  overflow: hidden;
}

.button-contact {
  background-color: var(--hot-pink);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 28px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-newsletter {
  color: #fff;
  background-color: #01bc9a;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 18px 28px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.error-message {
  margin-top: 40px;
  padding: 20px;
}

.success-message-02 {
  color: var(--teal);
  letter-spacing: 1px;
  background-color: #f5fffd;
  padding: 20px;
}

.blog-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.list-2 {
  list-style-type: decimal;
}

.example-typography {
  font-size: 90px;
}

.plain-link {
  text-decoration: underline;
}

.brand-color {
  color: var(--pink-normal);
}

.subhead {
  color: var(--silver);
  font-size: 1.4em;
}

.text-span {
  font-weight: 700;
}

.imagecont {
  background-image: url('../images/Blog-Header-Beanbag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.grid-8 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.company-bio-wrap {
  padding-top: 147px;
}

.section-cta {
  color: var(--pink-normal);
  font-size: 16px;
}

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

.quote-from {
  background-color: #fff;
  border-radius: 10px;
  min-width: 400px;
  padding: 36px 55px 45px;
}

.text-field {
  border-radius: 4px;
}

.input {
  background-color: #f7f7f7;
  height: 44px;
  box-shadow: inset 1px 1px 14px -12px #000;
}

.centered {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-128 {
  text-align: left;
  background-color: #f1f1f1;
  padding: 20px 20px 5px;
}

.textarea {
  min-height: 120px;
}

.inline {
  font-size: 30px;
  line-height: 30px;
  display: inline;
}

.inline.heading {
  font-size: 30px;
}

.div-block-129 {
  margin-bottom: 20px;
}

.dd-list.w--open {
  background-color: #f7f7f7;
  min-width: 780px;
  padding: 10px;
  top: 53px;
  left: -210px;
}

.collection-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.collection-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-9 {
  grid-column-gap: 46px;
}

.grid-10 {
  grid-column-gap: 41px;
}

.collection-item-3 {
  border-bottom: 1px solid var(--white-smoke);
  padding-top: 0;
  padding-bottom: 4px;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: var(--black);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  background-color: var(--pink-normal);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 17px 34px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--hot-pink);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-height: 144px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-height: 55px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  margin-bottom: 0;
  padding: 16px 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  min-height: 576px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---text-200-bold {
  color: var(--pink-normal);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-400px {
  max-width: 400px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--pink-normal);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-position-relative {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.grid-11 {
  grid-row-gap: 16px;
}

@media screen and (min-width: 1440px) {
  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    align-items: flex-start;
    padding-top: 96px;
  }

  .hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    top: 40px;
  }

  .nav-menu {
    background-color: #25252e;
  }

  .nav-menu.nav-menu-light {
    background-color: #fff;
  }

  .nav-link {
    width: 100%;
  }

  .navbar {
    background-color: #fff0;
  }

  .menu-button {
    color: var(--light-sea-green);
    background-color: #0000;
    border: 1px solid #069d841a;
    padding: 14px;
    font-size: 26px;
  }

  .menu-button.w--open {
    color: var(--light-sea-green);
    background-color: #0000;
    border: 1px solid #069d84;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .title-split {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .service-wrapper {
    flex-wrap: wrap;
  }

  .service-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-outline {
    display: none;
  }

  .hero-wrapper {
    overflow: hidden;
  }

  .background-block {
    width: 80%;
  }

  .tabs-menu {
    min-width: 280px;
  }

  .tab-link {
    font-size: 18px;
  }

  .play-button {
    width: 62px;
    height: 62px;
  }

  .service-section {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .content-h1 {
    margin-bottom: 20px;
  }

  .navigation-side {
    z-index: 99;
    width: 0%;
    min-width: 0;
    overflow: hidden;
    transform: translate(0);
  }

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

  .full-wrapper {
    width: 100%;
  }

  .style-guide-header {
    min-height: 420px;
  }

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

  .style-guide-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bg-grey-block-right {
    width: 80%;
  }

  .cta-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .footer-column {
    margin-bottom: 30px;
  }

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

  .slider-arrow {
    bottom: auto;
  }

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

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

  .review-card {
    min-width: 420px;
    min-height: 350px;
    padding: 40px;
    right: 0;
  }

  .company-hero {
    padding-top: 162px;
  }

  .display-centre {
    font-size: 55px;
  }

  .hero-image-wrapper {
    overflow: hidden;
  }

  .paragraph-column {
    column-gap: 55px;
  }

  .hero-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .value-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .value-wrap {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .team-item {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grid {
    grid-column-gap: 22px;
  }

  .company-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .feature-block {
    display: none;
  }

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

  .number-wrap {
    padding: 24px;
  }

  .feature-block-mobile {
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    padding: 32px;
    display: flex;
    position: relative;
    left: 0%;
  }

  .blog-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 200px;
  }

  .project-detail-grid {
    grid-column-gap: 32px;
  }

  .project-link-block {
    padding: 42px;
  }

  .project-link-grid {
    grid-column-gap: 55px;
  }

  .strategy-content {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .start-project {
    border-bottom: 2px solid var(--light-sea-green);
    background-color: var(--medium-aquamarine);
    width: 100%;
    color: var(--white);
    text-align: left;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .start-project:hover {
    color: #fff;
  }

  .service-hero-grid {
    grid-column-gap: 32px;
  }

  .company-slider {
    width: 40%;
  }

  .service-content-grid {
    grid-column-gap: 24px;
  }

  .service-detail-block {
    padding-right: 42px;
  }

  .strategy-content-column {
    padding-top: 60px;
  }

  .content-h2 {
    margin-bottom: 20px;
  }

  .branding-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .hero-title {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .work-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .form-body {
    padding-top: 132px;
  }

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

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

  .team-section {
    padding-top: 132px;
  }

  .blog-image-wrap {
    height: 300px;
  }

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

  .display-centre-dark {
    font-size: 55px;
  }

  .right-arrow-slider {
    left: 25%;
  }

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

  .background-block-black {
    width: 80%;
  }

  .results-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .value-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .work-grid {
    grid-column-gap: 22px;
  }

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

  .project-hero {
    padding-top: 162px;
  }

  .blog-title-wrap {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}

@media screen and (max-width: 767px) {
  .display {
    font-size: 55px;
  }

  .client-row {
    display: none;
  }

  .title-split {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .service-wrapper {
    flex-wrap: wrap;
  }

  .service-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .navigation-side {
    display: none;
  }

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

  .colour {
    margin-bottom: 25px;
  }

  .banner-bar, .banner-bar-03 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .notice-bar {
    max-width: 350px;
  }

  .return-top {
    bottom: 32px;
    right: 22px;
  }

  .cta-block {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .legal-wrapper {
    flex-wrap: wrap;
  }

  .legal-links {
    margin-bottom: 20px;
  }

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

  .cta-section {
    padding-bottom: 60px;
  }

  .slider-arrow-left {
    right: 15%;
  }

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

  .review-card {
    min-width: auto;
  }

  .review-image-large {
    display: none;
  }

  .paragraph-column {
    column-count: 1;
  }

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

  .team-block {
    max-width: 400px;
    min-height: 360px;
  }

  .team-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-bg {
    width: 180px;
    height: 180px;
  }

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

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

  .number-wrap {
    margin-bottom: 0;
  }

  .feature-block-mobile {
    margin-top: 60px;
    padding: 0;
  }

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

  .blog-section {
    padding-top: 162px;
  }

  .blog-h1 {
    font-size: 48px;
  }

  .display-h1 {
    font-size: 55px;
  }

  .line-break {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .project-detail-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-title {
    margin-bottom: 22px;
  }

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

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

  .service-image-wrap {
    margin-top: 0;
  }

  .slide-basic {
    padding: 10px;
  }

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

  .service-hero {
    padding-top: 162px;
  }

  .hero-title {
    margin-bottom: 60px;
  }

  .work-hero {
    min-height: auto;
    padding-top: 162px;
  }

  .form-content {
    width: 90%;
  }

  .form-wrapper {
    width: 100%;
  }

  .mask-4 {
    overflow: visible;
  }

  .grid-7 {
    justify-items: start;
  }

  .utility-page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .utility-page-form {
    min-width: auto;
  }

  .right-arrow-slider {
    left: 20%;
  }

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

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

  .work-item {
    margin-bottom: 40px;
  }

  .display-h1-dark {
    font-size: 55px;
  }

  .blog-article {
    padding-top: 162px;
  }

  .blog-title-wrap {
    margin-bottom: 60px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .hero-grid {
    top: 28px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link.dd {
    display: block;
  }

  .navigation-right {
    align-items: center;
  }

  .navbar {
    padding-top: 22px;
  }

  .display.tagline {
    margin-bottom: 0;
    font-size: 4em;
  }

  .hero-content {
    padding-bottom: 25px;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .plain-text-link {
    margin-top: 10px;
    margin-left: 0;
    display: none;
  }

  .service-grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .hero-dot {
    top: 56%;
    right: -15%;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-menu {
    width: 100%;
    padding-top: 20px;
  }

  .tabs-content {
    width: 100%;
  }

  .service-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .logo {
    min-width: 200px;
  }

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

  .banner-bar, .banner-bar-03 {
    display: none;
  }

  .notice-bar {
    flex-wrap: wrap;
    display: none;
  }

  .return-top {
    width: 45px;
    height: 45px;
  }

  .cta-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-h1 {
    font-size: 32px;
  }

  .legal-links {
    flex-wrap: wrap;
  }

  .detail-link {
    white-space: nowrap;
    margin-bottom: 4px;
  }

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

  .slider-arrow-left {
    right: 25%;
  }

  .review-card {
    padding: 29px;
  }

  .quote {
    right: 5%;
  }

  .review-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .display-centre {
    font-size: 48px;
  }

  .white-bg-bar {
    min-height: 150px;
  }

  .team-item {
    width: 100%;
  }

  .change-log-wrap {
    padding: 24px;
  }

  .number-wrap {
    border-bottom: 1px solid var(--white-smoke);
    padding: 22px 10px 32px;
  }

  .feature-block-mobile {
    box-shadow: none;
  }

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

  .display-h1 {
    font-size: 48px;
  }

  .project-link-block {
    padding: 22px;
  }

  .white-bg-bar-02 {
    min-height: 150px;
  }

  .newsletter-wrap {
    flex-direction: column;
  }

  .company-slider {
    width: 85%;
    margin-top: 120px;
  }

  .branding-block {
    padding: 32px;
  }

  .form-body {
    padding-top: 100px;
  }

  .form-content {
    width: 100%;
  }

  .form-slider {
    height: auto;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    padding: 40px 10px;
  }

  .field-input {
    height: 58px;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .form-support-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mask-4 {
    height: 100%;
  }

  .button-home, .button-full {
    width: 100%;
  }

  .display-centre-dark {
    font-size: 48px;
  }

  .results-block {
    padding: 28px;
  }

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

  .display-h1-dark {
    font-size: 48px;
  }

  .button-newsletter {
    width: 100%;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 50px;
  }

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

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .dropdown {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .dropdown-2 {
    align-self: stretch;
    width: 100%;
  }
}

#w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_223533f6-199a-fd97-8a4d-23a1cf26db10-cf26dae0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aeae4314-7fb2-cb3d-15ac-1cedb505e01e-cf26dae0 {
  grid-area: 2 / 1 / 3 / 2;
}

#services.w-node-_443746f0-8dc2-521c-8094-fd4ca2a5c210-cf26dae0 {
  grid-area: 1 / 3 / 3 / 6;
}

#w-node-ecf709d6-b3e2-9696-c2f1-649b7ef5e9bc-65fdfa8a {
  align-self: end;
}

#w-node-b410fad0-d585-f0f7-84ef-2e936fc56057-f1fdfa8b {
  align-self: center;
}

#w-node-_7529bf2b-2a54-70a7-375d-8124cbd3f1fb-6ffdfa8d {
  justify-self: center;
}

#w-node-b180329e-b4a4-bba8-2239-0942af713bf1-07fdfa89, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-07fdfa89, #w-node-_8772588e-d5b7-1af7-993a-edeabb565b89-abfdfa78 {
  align-self: center;
}

#w-node-_241a2c92-bf19-bca8-d9c5-52c4b2ccf0fd-abfdfa78, #w-node-_2cd6252f-55f5-0b11-7b7f-2030b2f35f4b-abfdfa78, #w-node-_2791bdcf-1aa8-fafe-e088-5d36c7cce7ab-abfdfa78, #w-node-da88c7bf-a3f9-df65-28a6-e2b628f95fe2-abfdfa78, #w-node-_0563b94e-c28a-d33e-f7b3-56d7274ec11e-bd497042 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa7916d9-0e73-a04f-efff-8c0cca526bba-7b30cb07, #w-node-_115b98d3-c4aa-fabd-77b5-98bbfcacc604-79c6a2d8, #w-node-b10d8f37-9f7b-91de-f57f-2d4f1dcfe353-92257201 {
  align-self: center;
}

#w-node-d2230b19-2435-fb5c-62b5-2b1f6492e96e-da5c98f1 {
  align-self: start;
}

#w-node-d2230b19-2435-fb5c-62b5-2b1f6492e982-da5c98f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_522198f8-7b31-8fd3-0a6b-a569803e4998-da5c98f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2230b19-2435-fb5c-62b5-2b1f6492e986-da5c98f1 {
  justify-self: start;
}

#w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfef3-da5c98f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfefa-da5c98f1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bff02-da5c98f1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-aa7916d9-0e73-a04f-efff-8c0cca526bba-8791e841 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfef3-da5c98f1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfef3-da5c98f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-_223533f6-199a-fd97-8a4d-23a1cf26db10-cf26dae0, #w-node-aeae4314-7fb2-cb3d-15ac-1cedb505e01e-cf26dae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2230b19-2435-fb5c-62b5-2b1f6492e982-da5c98f1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfef3-da5c98f1, #w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bfefa-da5c98f1, #w-node-_6b2ade95-cb5a-1a22-6eba-cf1bfd0bff02-da5c98f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
/* Footer services list (restored from the Webflow CMS collection) */
#services .collection-item-3 a {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
}

#services .collection-item-3 a:hover {
  color: var(--brand-color, #ec008c);
}

@media screen and (max-width: 991px) {
  #services.w-node-_443746f0-8dc2-521c-8094-fd4ca2a5c210-cf26dae0 {
    grid-area: auto / 1 / auto / -1;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  #services .collection-item-3.w-dyn-item.w-col {
    width: 50%;
  }

  /* .content-grid collapses to a single 1fr track here, but 1fr is
     minmax(auto, 1fr) -- .company-column's automatic minimum size blows the
     track out to 336px inside a 287px grid at 320px viewports. Every other
     ancestor in this chain already carries min-width: 0; this one was missed. */
  .company-column {
    min-width: 0;
  }
}

/* Narrow phones (<=479px): .company-column's 60px right padding pushes its
   content past the viewport at 320px, and .hero-dot is a decorative element
   deliberately bled outside the container. Appended after the 991/767 blocks
   above so the widest -> narrowest source order is preserved. */
@media screen and (max-width: 479px) {
  .company-column {
    padding-right: 0;
  }

  .hero-dot {
    display: none;
  }

  /* h2 stays at its 40px desktop size all the way down, so a single long word
     ("Communications" measures 333px at 40px) is wider than the 287px content
     column at 320px and pushes the page sideways. Scale the element, not the
     one heading that happened to expose it. */
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
