@font-face {
  font-family: Helvetica Now Display Medium;
  src: url('../fonts/helveticanowdisplay-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: American Grotesk Compressed;
  src: url('../fonts/american-grotesk-compressed-black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --thinkable-color: var(--dark-slate-grey);
  --white-smoke: #f0f0f0;
  --white: white;
  --thinkable-white: #e9e3da;
  --thinkable-blue: #277dff;
  --thinkable-yellow: #ffd200;
  --blackswan: #ff1f3a;
  --pomerol: #fea215;
  --thinkable-violet: #513ddc;
  --sand: #cd8658;
  --khaki: #ffed9c;
  --thinkable-mint: #beccb9;
  --navajo-white: #e7cb91;
  --dark-slate-grey: #14352b;
  --thinkable-vermillion: #ed5840;
  --thinkable-grey: #908d8a;
  --thinkable-clay: #b17520;
  --thinkable-tint: #00000080;
  --thinkable-pink: #daa7c3;
  --radburnd: #4d4e57;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: var(--thinkable-color);
  text-decoration: underline;
  transition: opacity .2s;
}

.section {
  color: var(--thinkable-color);
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Helvetica Now Display Bold;
  display: block;
  overflow: visible;
}

.section.is-header {
  color: var(--thinkable-color);
}

.section.is-header.home {
  position: fixed;
  inset: 0%;
}

.section.is--video {
  display: block;
}

.section.footer {
  z-index: 79;
  position: relative;
}

.section.border {
  border-top: 1px solid var(--thinkable-color);
}

.section.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 0%;
  display: flex;
}

.background-holder {
  z-index: 0;
  display: none;
  position: relative;
}

.bg-vermillion {
  background-color: var(--white-smoke);
  color: var(--thinkable-color);
  position: fixed;
  inset: 0%;
}

.bg-white {
  position: fixed;
  inset: 0%;
}

.button {
  border: 1px solid var(--thinkable-color);
  color: var(--thinkable-color);
  background-color: #0000;
  border-radius: 150px;
  padding: 12px 25px;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
}

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

.clmn-split {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.clmn-split-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.clmn-split-left.title {
  padding-right: 5%;
}

.copy-large {
  color: var(--thinkable-color);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: American Grotesk Compressed, Impact, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.copy-large.reverse {
  color: var(--white);
}

.copy-large.cntr {
  text-align: center;
  font-style: normal;
}

.copy-large.headline {
  margin-bottom: .5em;
  font-size: 7vw;
  line-height: .9em;
}

.copy-large.copy-x-large {
  font-weight: 300;
}

.copy-large.rev {
  color: var(--thinkable-white);
  text-decoration: none;
}

.copy-large.link-shift {
  text-decoration: none;
}

.copy-large.article {
  margin-bottom: 1em;
}

.copy-large.article.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.copy-large.article.pulll-quote {
  text-align: center;
  margin-bottom: .5em;
  font-size: 8vw;
}

.copy-large.cross {
  text-decoration: line-through;
}

.cta-bttn-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: static;
}

.cta-bttn-wrap.cntr {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

.spacer {
  width: 100%;
  height: 5vh;
}

.copy-paragraph {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  display: inline-block;
}

.copy-paragraph.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-paragraph.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph.shift {
  text-align: left;
}

.copy-paragraph.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph.fix {
  text-decoration: line-through;
}

.copy-paragraph.menu {
  font-weight: 700;
}

.copy-paragraph.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph.menu.open {
  color: var(--white);
}

.copy-paragraph.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph.textindent.reverse {
  color: var(--white);
}

.copy-paragraph.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph.bold {
  font-family: Helvetica Now Display Bold;
  font-weight: 400;
}

.copy-paragraph.bold.w--current {
  font-weight: 700;
}

.copy-paragraph.space {
  padding-right: 10px;
}

.copy-paragraph.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph.medium.centre {
  color: var(--white);
}

.copy-paragraph.medium.bold {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph.rev {
  color: var(--white);
}

.copy-paragraph.home.w--current {
  line-height: 1em;
}

.copy-paragraph.copy-paragraph-serif {
  font-size: 1.8vw;
}

.copy-paragraph.margin {
  margin-bottom: .4em;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph.reg {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph.fix-alignment {
  text-align: center;
}

.clmn-split-right-txt {
  height: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.content-wrap {
  z-index: 1;
  margin-right: 0;
  padding: 10px 20px;
}

.content-wrap.deep-section {
  background-color: #0000;
  align-items: center;
  height: auto;
  padding-top: 0%;
  padding-bottom: 7%;
}

.content-wrap.intro {
  border-top-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  position: static;
}

.content-wrap.items {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrap.is-thin {
  padding-top: 2%;
  padding-bottom: 2%;
}

.content-wrap.narrow {
  margin-left: 0;
  margin-right: 0;
  padding: 8%;
}

.content-wrap.narrow.clm-third {
  padding-left: 50%;
}

.content-wrap.is-video {
  padding: 0% 0;
}

.content-wrap.mobile {
  padding-bottom: 25px;
}

.content-wrap.is-header {
  padding: 0;
}

.content-wrap.article {
  border-bottom: 1px solid var(--thinkable-color);
}

.content-wrap.is-image {
  padding-top: 20px;
}

.content-wrap.is-page-header {
  padding-top: 3em;
}

.content-wrap.is-intro {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
  display: flex;
}

.content-wrap.is-thinking {
  height: 60vh;
}

.content-wrap.page-bottom {
  padding-bottom: 100px;
}

.content-wrap.is-folio {
  padding-top: 16px;
}

.content-wrap.who {
  height: 45vh;
  min-height: 45vh;
  max-height: none;
}

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

.content-wrap.is-who {
  justify-content: space-between;
  align-items: center;
  height: 18vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.content-wrap.reverse {
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.content-wrap.is-spacer {
  height: 10vh;
}

.content-wrap.is-img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap.form {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: block;
}

.locomotive-scroll {
  color: #0000;
  background-color: #e2dcd2bd;
  width: 100%;
  height: 100%;
}

.header-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.header-title.article {
  margin-top: 4%;
  padding-bottom: 4.5%;
  display: block;
}

.header-title.centre {
  opacity: 1;
  color: var(--white-smoke);
  text-align: left;
}

.menu-button-wrap {
  align-items: center;
  display: block;
  position: static;
  inset: 18px 40px auto auto;
}

.menu-button-wrap.close-modal {
  display: block;
  position: fixed;
}

.cta-menu-link-button {
  z-index: 100;
  color: var(--white);
  text-align: left;
  letter-spacing: -.5px;
  cursor: pointer;
  background-color: #0000;
  border: 2px #dfdf42;
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Test American Grotesk Compressed;
  font-size: 18vw;
  font-weight: 400;
  line-height: 1em;
  position: static;
  inset: auto 0% 0% auto;
}

.cta-menu-link-button:hover {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  font-family: Test American Grotesk Compressed;
  font-weight: 900;
}

.cta-menu-link-button.w--current {
  letter-spacing: -.5px;
  font-weight: 400;
}

.cta-menu-link-button.w--current:hover {
  color: var(--white);
}

.cta-menu-link-button.hide {
  display: none;
}

.home-link {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.home-link.w--current {
  display: block;
}

.home-link.menu {
  color: var(--white);
  display: block;
}

.menu-item-block {
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: .5em;
  margin-bottom: .5em;
  transition: transform .2s;
  display: block;
}

.menu-item-block:hover {
  transform: translate(0, -5px);
}

.menu-item-block.border-bottom {
  border-style: none;
  border-width: 1px;
  border-color: var(--white) black var(--white-smoke);
  text-align: left;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  padding-bottom: 2%;
}

.nav {
  z-index: 78;
  color: #0000;
  background-color: #0000;
  border-bottom: 1px #000;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-wrap {
  z-index: 700;
  background-color: var(--thinkable-color);
  opacity: 1;
  color: var(--white);
  object-fit: fill;
  object-position: 50% 0%;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-bar {
  z-index: 700;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: end;
  width: 100%;
  margin-top: 18px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.thinkable-button-wrap {
  display: inline-block;
}

.menu-items-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.menu-bttn {
  color: var(--thinkable-color);
  cursor: pointer;
  font-family: Helvetica Now Display Bold;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.menu-bttn:hover {
  color: var(--thinkable-color);
  text-decoration: none;
}

.menu-bttn.menu {
  color: var(--white);
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  transition: opacity .3s;
  position: static;
  inset: 16px 30px auto auto;
}

.menu-bttn.menu:hover {
  opacity: 1;
}

.menu-bttn.menu.reverse {
  z-index: 702;
  color: var(--thinkable-color);
  font-size: 26px;
  line-height: 30px;
}

.menu-bttn.modal {
  color: var(--white);
}

.menu-bttn.open-modal {
  margin-right: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.menu-bttn.open-modal:hover {
  opacity: 1;
}

.copy-x-large {
  color: var(--thinkable-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: American Grotesk Compressed, Impact, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: .9em;
  display: block;
}

.copy-x-large.testimonial {
  text-align: center;
  letter-spacing: -.03rem;
  font-family: Test American Grotesk Compressed;
  font-size: 8vw;
}

.copy-x-large.testimonial.small {
  font-size: 6vw;
}

.copy-x-large.hero {
  color: var(--thinkable-color);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: 18vw;
  line-height: .8em;
  text-decoration: none;
  transition-property: none;
}

.copy-x-large.hero.textindent {
  text-align: center;
}

.copy-x-large.hero.rev {
  color: var(--thinkable-color);
  font-size: 15vw;
}

.copy-x-large.hero.rev.lin-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-x-large.hero.small {
  font-size: 15vw;
}

.copy-x-large.hero.small.plus {
  font-size: 18vw;
}

.copy-x-large.hero.small.rev {
  color: var(--thinkable-color);
}

.copy-x-large.hero.header {
  color: var(--thinkable-color);
  text-transform: uppercase;
  font-size: 16vw;
}

.copy-x-large.reverse {
  color: var(--white-smoke);
}

.copy-x-large.space {
  margin-right: 2%;
  font-weight: 400;
}

.copy-x-large.rev {
  color: var(--white);
  text-decoration: none;
  transition-property: none;
}

.copy-x-large.menu {
  font-size: 12vw;
}

.copy-x-large.menu.rev, .copy-x-large.menu.rev:hover {
  opacity: 1;
}

.copy-x-large.small.rev {
  text-transform: uppercase;
  font-size: 16vh;
}

.copy-x-large.article {
  margin-bottom: 15px;
}

.copy-small {
  outline-offset: 0px;
  color: var(--thinkable-color);
  text-transform: none;
  outline: 3px #000;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.copy-small.reverse {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.copy-small.reverse:hover {
  font-family: TT Hoves Pro;
}

.copy-small.reverse.w--current {
  text-decoration: underline;
}

.copy-small.centred {
  color: var(--thinkable-color);
  text-transform: none;
  font-weight: 400;
}

.copy-small.centred.upc {
  text-transform: uppercase;
}

.copy-small.tag {
  margin-top: 0;
  margin-bottom: 0;
}

.subs-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: grid;
}

.subs-block.stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  place-items: center start;
  width: auto;
  margin-top: 1em;
  margin-bottom: .5em;
  display: flex;
}

.subs-block.centre {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.subs-block.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.bg-blue {
  background-color: var(--thinkable-blue);
  position: fixed;
  inset: 0%;
}

.article-title-wrap {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.article-img-wrap {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  transition: transform .3s;
  overflow: hidden;
}

.accordion {
  width: 66.66%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.accordion.js-accordion.inset {
  margin-top: 3em;
}

.accordion-body__contents {
  opacity: 1;
  color: var(--thinkable-color);
  margin-top: 8px;
  padding-left: 0%;
  font-family: AllianceNo1;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
}

.accordion-header.js-accordion-header.item-3 {
  color: var(--thinkable-color);
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding: 18px 0 10px;
}

.accordion__item {
  border-top: 1px solid var(--thinkable-color);
  color: var(--thinkable-yellow);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1em 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.accordion__item.js-accordion-item {
  border-top: 2px solid var(--thinkable-color);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 16px 0 22px;
  transition-property: none;
}

.accordion__item.border {
  border-bottom: 1px solid var(--thinkable-color);
}

.accordion__item.border.article {
  border-bottom-width: 1px;
}

.accordion__item.awards {
  display: none;
}

.accordion__item.article {
  border-top-width: 1px;
  padding-left: 0;
  padding-right: 0;
}

.bottom-stroke {
  border-top: 1px solid var(--thinkable-color);
  height: 1px;
}

.bottom-stroke.shift {
  display: none;
}

.toggle-item-1, .toggle-item-2, .toggle-item-3 {
  width: 42px;
}

.logo-grid-clients {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1em;
}

.client-profile-img {
  border-radius: 200px;
  width: 71px;
  height: 71px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.testimonial-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4%;
  display: flex;
}

.testimonial-author-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.link-block-shift {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 12px;
  padding-right: 10%;
  text-decoration: none;
  display: flex;
}

.link-block-shift.stack {
  margin-top: 1em;
  padding-right: 5%;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.right-arrow {
  display: none;
}

.slide-nav {
  justify-content: center;
  display: flex;
}

.icon-2, .icon-3 {
  display: none;
}

.large-cta-wrap {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-reverse {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 150px;
  padding: 17px 26px 23px;
  font-family: AllianceNo1;
  font-size: 30px;
  font-weight: 400;
  transition: opacity .5s;
  display: block;
  position: relative;
}

.button-reverse:hover {
  background-color: var(--white);
  color: var(--thinkable-color);
}

.button-reverse.bttm-left {
  display: none;
  position: absolute;
  inset: auto auto 34px 40px;
}

.button-reverse.bttm-right {
  display: none;
  position: absolute;
  inset: auto 40px 34px auto;
}

.footer-message-wrap {
  text-align: center;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10% 25%;
  display: flex;
}

.bttm-footer {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.large-cta-message {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.header-wrap {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.header-wrap.utillity-page {
  height: 100vh;
}

.header-wrap.small {
  height: 40vh;
  padding-top: 6%;
}

.header-wrap.article {
  height: 50vh;
}

.header-wrap.thinking {
  justify-content: flex-end;
  align-items: stretch;
  height: 60vh;
  position: static;
}

.header-wrap.home {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.header-wrap.page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.video-block {
  z-index: -2;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  overflow: hidden;
}

.background-video-5 {
  width: 100%;
  height: 0%;
  padding-bottom: 56.25%;
  display: block;
}

.arrow-right {
  width: 60px;
  display: inline-block;
}

.arrow-up {
  filter: invert();
  width: 34px;
  transform: rotate(-90deg);
}

.read-more-link {
  text-decoration: none;
  position: relative;
  inset: auto auto 0% 0%;
}

.image-link-block {
  object-fit: cover;
  display: block;
}

.menu-link-wrap {
  display: flex;
}

.quote-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.pop-up-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  bottom: 0;
}

.bg-off-white {
  background-color: var(--thinkable-white);
  position: fixed;
  inset: 0%;
}

.scroll-top {
  z-index: 5;
  cursor: pointer;
  text-decoration: underline;
}

.video-block-mobile {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #fff;
}

.body.colorbg {
  background-color: var(--white-smoke);
}

.logo-slide-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.logo-wrap {
  flex-direction: row;
  justify-content: center;
  width: auto;
  height: auto;
  display: flex;
}

.effie-awards-logo {
  opacity: 1;
}

.div-block-4 {
  width: 400px;
}

.log-grid-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.silde-nav-hidden {
  justify-content: center;
  display: none;
}

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

.thinkable-animation {
  opacity: 0;
  width: 120px;
}

.footer-animation-wrap {
  justify-content: center;
  width: auto;
  margin-top: 0%;
  margin-bottom: 4%;
  display: flex;
}

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

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

.smooth-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.smooth-wrapper.home {
  z-index: 100;
  background-color: #fff;
  position: relative;
  top: 100vh;
}

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

.article-content-wrap {
  margin-left: 13%;
  margin-right: 12%;
}

.intro-clm {
  text-align: center;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 2em;
  display: block;
}

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

.content-wrap-footer-blk {
  z-index: 79;
  border-top: 1px none var(--thinkable-color);
  background-color: var(--thinkable-color);
  width: 100vw;
  height: 100vh;
  padding: 35px 40px 40px;
  display: flex;
  position: relative;
  inset: 0%;
}

.contacts-wrap {
  text-align: center;
  border-top: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 0%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contacts-wrap.footer {
  width: auto;
  margin: 30px 25px 0%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-link {
  display: none;
}

.quote-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0%;
  display: flex;
  position: static;
}

.quote-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.bullet-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.bullet-row.link {
  cursor: auto;
  border-top-style: none;
  justify-content: flex-start;
  padding-right: 0%;
}

.bullet-row.link.bottom, .bullet-row.last {
  border-bottom: 2px solid var(--thinkable-color);
}

.bullet-row.top {
  margin-top: 10px;
}

.bullet-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 5%;
  display: flex;
}

.left-arrow, .right-arrow-2 {
  display: none;
}

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

.slide-2 {
  width: auto;
  height: auto;
}

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

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

.hover-list-item-1 {
  cursor: auto;
  margin-bottom: 2%;
}

.hover-img-wrap {
  background-image: url('../images/service_placeholder_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  height: auto;
  display: none;
  position: static;
}

.hover-img-1 {
  z-index: 5;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hover-img-2 {
  z-index: 6;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hover-img-3 {
  z-index: 7;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hover-img-4 {
  z-index: 8;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hover-list-item-2, .hover-list-item-3, .hover-list-item-4 {
  cursor: pointer;
  margin-bottom: 2%;
}

.modal-wrap {
  z-index: 700;
  background-color: var(--thinkable-color);
  opacity: 1;
  color: var(--white);
  object-fit: fill;
  object-position: 50% 0%;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.form {
  width: 100%;
  height: auto;
  padding-top: 5%;
  display: block;
}

.text-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--thinkable-color);
  opacity: 1;
  color: var(--thinkable-color);
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 0;
  font-family: AllianceNo1;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  transition: padding .2s;
}

.text-field:active {
  border-bottom-style: none;
  border-bottom-color: var(--thinkable-color);
}

.text-field:focus {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-bottom-color: var(--thinkable-color);
  opacity: 1;
  color: var(--thinkable-color);
  padding-bottom: 22px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: var(--thinkable-color);
}

.text-field::placeholder {
  color: var(--thinkable-color);
}

.text-field.message {
  object-fit: fill;
  display: block;
  overflow: scroll;
}

.form-modal {
  margin-top: 3%;
  margin-bottom: 5%;
  padding-top: 0;
  display: block;
}

.error-message {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-block {
  width: 100%;
  height: auto;
  display: block;
}

.form-heading {
  text-align: left;
  margin-top: 3%;
  margin-bottom: 2%;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.modal-items-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.heading-wrap.shift {
  text-align: left;
  margin-bottom: 4%;
}

.heading-wrap.shift.narrow {
  margin-bottom: 3%;
  padding-right: 30%;
}

.column-3 {
  max-height: 200px;
  padding-left: 0;
  padding-right: 5%;
}

.bullet-clm {
  margin-top: 5%;
}

.column-4, .column-5, .column-6 {
  padding-left: 0;
  padding-right: 5%;
}

.bullet-icon-wrap {
  border-left: 2px solid var(--thinkable-color);
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
  padding-left: 16px;
  display: flex;
}

.bullet-clm-wrap {
  display: flex;
}

.hero-img-block {
  background-color: var(--thinkable-color);
  border: 1px #fff;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.author-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.author-title {
  margin-left: 8px;
}

.column-7 {
  padding-left: 0;
  padding-right: 10px;
}

.article-stack-wrap {
  margin-bottom: 2em;
}

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

.column-9 {
  padding-left: 0;
}

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

.article-titles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.bg-pink {
  background-color: #f7bddd;
  position: fixed;
  inset: 0%;
}

.bg-radburnd {
  background-color: #909090;
  position: fixed;
  inset: 0%;
}

.service-list {
  margin-top: 3%;
}

.bg-blackswan {
  background-color: var(--blackswan);
  position: fixed;
  inset: 0%;
}

.bg-pomerol {
  background-color: var(--pomerol);
  position: fixed;
  inset: 0%;
}

.bg-vioilet {
  background-color: var(--thinkable-violet);
  color: var(--thinkable-color);
  position: fixed;
  inset: 0%;
}

.ico-shift {
  opacity: 0;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.underline-link {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.underline-link.close-modal {
  display: inline;
}

.underline-link.space {
  margin-left: 20px;
}

.underline-link.home {
  z-index: 800;
  cursor: pointer;
  position: absolute;
  inset: 16px auto auto 20px;
}

.underline-link.close {
  position: absolute;
  inset: 16px 20px auto auto;
}

.underline-link.email {
  position: static;
  inset: auto auto 18px 18px;
}

.strike {
  background-color: var(--white);
  opacity: 0;
  height: 1px;
  margin-top: 2px;
  line-height: 2px;
  display: block;
}

.strike.blk {
  background-color: var(--thinkable-color);
  height: 1px;
  display: block;
}

.logo-grid-awards {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10%;
  margin-bottom: 0%;
}

.logo-grid-awards.is-home {
  margin-top: 0%;
}

.logo-grid-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10%;
  margin-bottom: 0%;
}

.content-wrap-copy {
  z-index: 1;
  border-top: 1px none var(--thinkable-color);
  width: 100%;
  height: auto;
  padding: 8% 40px;
  position: relative;
  inset: 0%;
}

.client-logo {
  max-width: 90%;
}

.img-mask-l {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.img-wrap-l {
  background-color: var(--thinkable-color);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.img-l {
  mix-blend-mode: screen;
  background-image: url('../images/Thinkable_Flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: -2.5% 0% 0%;
}

.img-l.bush-desk {
  background-image: url('../images/thinkable_bush_desk.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-color {
  z-index: -1;
  background-color: var(--thinkable-color);
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-color.white {
  z-index: -1;
  background-color: var(--thinkable-color);
  opacity: 1;
  transition: opacity .2s;
  position: relative;
  inset: 0%;
}

.start-project-wrap {
  z-index: 700;
  opacity: 1;
  color: var(--white);
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0000;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.start-project-form-wrapper {
  z-index: 701;
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100px;
  padding: 60px 40px 40px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.small-caption {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 40px 40px;
}

.start-yout-project {
  padding-top: 7px;
  padding-bottom: 10px;
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.thinkable-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.menu-button-c {
  z-index: 702;
  align-items: center;
  display: block;
  position: absolute;
  inset: 15px 30px auto auto;
}

.menu-button-c.close-modal {
  position: fixed;
}

.modal-group {
  display: block;
}

.close-menu-wrap {
  z-index: 800;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 18px 40px auto auto;
}

.arrow-icon {
  opacity: 0;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.bullet-row-link {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bg-screen {
  z-index: 690;
  background-color: var(--thinkable-color);
  opacity: .6;
  position: absolute;
  inset: 0%;
}

.client-profile-img-wrap {
  background-color: var(--thinkable-color);
  border-radius: 200px;
  width: 61px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.client-profile-img-wrap.waiora {
  border-style: none;
}

.client-profile-img-wrap.radburnd {
  background-color: var(--thinkable-color);
}

.client-profile-img-wrap.whillans {
  width: 81px;
  height: 81px;
  overflow: hidden;
}

.client-profile-img-wrap.blackswan {
  background-image: url('../images/client_testimonial_bing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.client-profile-img-wrap.large {
  width: 61px;
  margin-right: 24px;
}

.menu-inner-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: static;
}

.scroll-target {
  position: static;
  inset: auto 0% 0%;
}

.thinkable-logo {
  width: 100px;
  margin-left: 10px;
}

.category-wrap {
  border: 1px solid var(--thinkable-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 1px 8px 0;
  display: flex;
}

.scroll-down-wrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 12%;
}

.scroll-down-arrow {
  width: 40px;
}

.scroll-down-bttn {
  opacity: 0;
  display: block;
}

.item-clmn-left, .item-clmn-right {
  padding-left: 10px;
  padding-right: 10px;
}

.toggle-item-4, .toggle-item-5, .toggle-item-6 {
  width: 42px;
}

.progress-bar {
  background-color: var(--thinkable-color);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 2px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.progress-bar-section {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  height: 2px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span {
  border-bottom: 2px solid var(--thinkable-color);
}

.p-wrap {
  z-index: 2;
  background-color: #993030;
  position: relative;
}

.section-2 {
  height: 100vh;
}

.f-menu-warp {
  z-index: 1;
  background-color: #0000;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.div-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.f-wrap {
  z-index: 0;
  background-color: #000;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.footer-contents {
  width: 60vw;
  margin-top: 0%;
  padding-bottom: 5%;
}

.copy-medium-large {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Helvetica Now Display Bold;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  display: block;
}

.copy-medium-large.testimonial {
  font-size: 5.5vw;
}

.copy-medium-large.hero {
  letter-spacing: -.5px;
  font-size: 10vw;
}

.copy-medium-large.reverse {
  color: var(--white);
  font-size: 6vw;
  font-weight: 300;
}

.image {
  width: 20%;
}

.div-block-5 {
  height: 2%;
  margin-bottom: 5%;
  line-height: 2px;
}

.bg-black {
  background-color: var(--thinkable-color);
  display: block;
  position: fixed;
  inset: 0%;
}

.bold-text {
  font-weight: 600;
}

.image-2 {
  margin-top: 3%;
}

.desktop-menu-items {
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4 {
  text-decoration: underline;
}

.text-span-4.thin {
  text-decoration: none;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  text-decoration: underline;
}

.bold-text-2 {
  font-weight: 400;
}

.text-span-9 {
  text-decoration: underline;
}

.div-block-6 {
  z-index: 300;
  width: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.author-wrap-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.column-11 {
  padding-left: 0;
}

.grid {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 100%;
}

.image-3 {
  width: 21px;
}

.menu-toggle {
  background-color: var(--thinkable-color);
  border-radius: 200px;
  width: 29px;
  height: 29px;
  margin-top: 2px;
  margin-right: 5px;
}

.text-span-10 {
  text-decoration: underline;
}

.bullet-wrap-menu {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 5%;
  display: grid;
}

.bullet-row-menu {
  border-top: 2px solid var(--thinkable-color);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-right: 5%;
  display: flex;
}

.bullet-row-menu.link {
  cursor: auto;
  justify-content: flex-start;
  padding-right: 0%;
}

.bullet-row-menu.last {
  border-bottom: 2px solid var(--thinkable-color);
}

.time-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.time-message {
  color: var(--thinkable-color);
  font-family: AllianceNo1;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
}

.city-time {
  color: var(--thinkable-color);
  letter-spacing: -1.8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: AllianceNo1;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.location-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 83%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.city-name {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.location-row {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.location-row.open {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  transition-property: none;
  display: flex;
}

.location-row.closed {
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition-property: none;
  display: block;
}

.row-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.time-based-circle {
  background-color: #ad1600;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}

.time-based-circle.open {
  background-color: #d6d5c9;
}

.time-content-wrapper {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  display: flex;
}

.time-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.time-content-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: block;
}

.location-content-wrapper {
  color: #d6d5c9;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.time-message-2, .city-time-2 {
  color: var(--thinkable-color);
  letter-spacing: -1px;
  font-family: AllianceNo1;
  font-size: 8vw;
  font-weight: 300;
  line-height: 1.1;
}

.row-container-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  display: block;
}

.blinking-css {
  display: none;
}

.html-embed {
  display: block;
}

.text-block {
  color: var(--thinkable-color);
  font-family: AllianceNo1;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.1em;
  display: block;
}

.text-block-2 {
  font-family: AllianceNo1;
  font-weight: 300;
}

.text-span-11 {
  text-decoration: underline;
}

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

.grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bg-sand {
  background-color: var(--sand);
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 21px;
  height: 21px;
  margin-bottom: -5px;
}

.header-title-mobile {
  opacity: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.header-title-mobile.article {
  opacity: 1;
  margin-top: 4%;
  padding-bottom: 4.5%;
  display: block;
}

.header-title-mobile.centre {
  opacity: 0;
  text-align: left;
  margin-top: 0%;
  padding-right: 0%;
}

.div-block-7 {
  background-color: var(--thinkable-color);
  height: 2px;
  margin-bottom: 8%;
}

.bullet-wrap-mobile {
  grid-column-gap: 19px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 5%;
  display: grid;
}

.bullet-row-mobile {
  border-top: 2px solid var(--thinkable-color);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-right: 5%;
  display: flex;
}

.bullet-row-mobile.link {
  cursor: auto;
  justify-content: flex-start;
  padding-right: 0%;
}

.bullet-row-mobile.last {
  border-bottom: 2px solid var(--thinkable-color);
}

.bullet-row-copy {
  border-top: 2px solid var(--thinkable-color);
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 13px;
  padding-right: 5%;
  display: flex;
}

.bullet-row-copy.link {
  cursor: auto;
  justify-content: flex-start;
  padding-right: 0%;
}

.bullet-row-copy.link.bottom, .bullet-row-copy.last {
  border-bottom: 2px solid var(--thinkable-color);
}

.image-5 {
  border-radius: 0;
  max-width: 53%;
  margin-bottom: 0;
  display: none;
}

.text-span-12 {
  text-decoration: underline;
}

.video-wrap {
  cursor: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.play-bttn {
  background-color: var(--thinkable-color);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 151px;
  margin-bottom: 4%;
  margin-right: 4%;
  display: flex;
  position: static;
}

.play-bttn.cntr {
  justify-content: flex-end;
  margin-top: 5%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

.large-bttn {
  border: 2px solid var(--thinkable-color);
  background-color: var(--thinkable-color);
  color: var(--white);
  text-align: center;
  border-radius: 150px;
  width: 160px;
  height: 160px;
  padding: 38% 10% 0%;
  font-family: AllianceNo1;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  transition: background-color .3s;
  display: inline-block;
  position: relative;
}

.large-bttn:hover {
  background-color: var(--thinkable-color);
  color: var(--white-smoke);
}

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

.lottie-animation {
  width: 50%;
  height: 50%;
}

.play-cursor-wrapper {
  z-index: 1000;
  opacity: 0;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.play-cursor {
  opacity: 1;
  display: block;
}

.link-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-6 {
  width: 100px;
}

.cursor-trigger {
  z-index: 600;
  height: 50vh;
  margin: 5% 3%;
  position: absolute;
  inset: auto 0% 0%;
}

.video-modal-wrap {
  z-index: 700;
  background-color: var(--thinkable-color);
  opacity: 1;
  color: var(--white);
  object-fit: fill;
  object-position: 50% 0%;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-left: 0;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.lottie-animation-2 {
  width: 16%;
}

.fade-up.tricks {
  text-align: center;
  letter-spacing: -1px;
  font-family: AllianceNo1;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.1em;
}

.text-span-13 {
  border-bottom: 1px solid var(--thinkable-color);
}

.text-span-14 {
  border-bottom: 2px #000;
}

.html-embed-2 {
  padding-bottom: 56.25%;
}

.title-1, .title-2, .title-3 {
  opacity: 0;
}

.cta-bttn-wrap-copy {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 3%;
  display: flex;
  position: static;
}

.cta-bttn-wrap-copy.cntr {
  justify-content: flex-end;
  margin-top: 5%;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

.footer-bttn-wrap {
  z-index: 78;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.title-4 {
  opacity: 0;
}

.heading {
  color: var(--thinkable-color);
  font-family: Helvetica Now Display Bold;
}

.delay-wrap {
  display: block;
}

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

.colum-right {
  flex-flow: column;
  justify-content: space-between;
}

.colum-right.right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.colum-right.flex {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.colum-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.thinkable-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 18px 20px;
  display: flex;
  position: static;
}

.footer {
  border-top: 1px solid var(--thinkable-color);
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.clock {
  color: var(--thinkable-color);
  font-family: Helvetica Now Display Bold;
  font-weight: 700;
}

.sub-title {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: static;
}

.grid-third {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.intro {
  z-index: 3000;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-overlay {
  z-index: 1;
  background-color: var(--thinkable-color);
  mix-blend-mode: lighten;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  position: absolute;
}

.image-overlay.waiora {
  background-image: url('../images/Jh_waiora_systems.jpg');
  background-position: 0 0;
  background-size: contain;
  border-style: none;
  width: 71px;
  height: 71px;
}

.image-overlay.radburnd {
  background-color: var(--thinkable-color);
  background-image: url('../images/pw_radburnd_cellars.jpg');
  background-position: 0 0;
  background-size: contain;
}

.image-overlay.whillans {
  background-image: url('../images/tw_whillans_realty_group.jpg');
  width: 81px;
  height: 81px;
}

.image-overlay.blackswan {
  background-image: url('../images/client_testimonial_bing.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.scrolltopbtn {
  cursor: pointer;
  transition: opacity .3s;
  display: block;
  position: fixed;
  inset: auto auto 30px 25px;
}

.scrolltopbtn:hover {
  opacity: .8;
}

.thinkable {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.scrolltopbtn-copy {
  cursor: pointer;
  transition: opacity .3s;
  display: block;
  position: fixed;
  inset: auto auto 30px 25px;
}

.scrolltopbtn-copy:hover {
  opacity: .8;
}

.clock-wrap {
  color: var(--thinkable-color);
}

.stroke {
  background-color: var(--thinkable-color);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.stroke._90 {
  transform: rotate(90deg);
}

.div-block-8 {
  width: 2px;
  height: 100%;
}

.toggle {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.accodion-title {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.accordion-icon {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.accordion-content {
  padding-right: 2%;
}

.accordion-content.awards {
  padding-right: 0%;
}

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

.accordion-trigger.article {
  display: block;
}

.copy-display-medium {
  color: var(--thinkable-color);
  text-align: center;
  margin-top: 0;
  font-family: Test American Grotesk Compressed;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.copy-display-medium.testimonial {
  text-align: center;
  letter-spacing: -.03rem;
  font-family: Test American Grotesk Compressed;
  font-size: 9vw;
}

.copy-display-medium.testimonial.small {
  letter-spacing: -.06rem;
  font-size: 6vw;
}

.copy-display-medium.hero {
  margin-bottom: 0;
  line-height: .8em;
}

.copy-display-medium.hero.textindent {
  text-align: center;
}

.copy-display-medium.hero.rev {
  color: var(--thinkable-white);
}

.copy-display-medium.reverse {
  color: var(--white-smoke);
}

.copy-display-medium.space {
  margin-right: 2%;
  font-weight: 400;
}

.copy-display-medium.rev {
  color: var(--white);
}

.copy-display-medium.rev:hover {
  opacity: .8;
}

.copy-display-medium.menu {
  font-size: 12vw;
}

.copy-display-medium.menu.rev, .copy-display-medium.menu.rev:hover {
  opacity: 1;
}

.copy-paragraph-article {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: thermal-variable, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  list-style-type: disc;
  display: inline-block;
}

.copy-paragraph-article.w--current {
  font-weight: 700;
}

.copy-paragraph-article.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-paragraph-article.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph-article.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph-article.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph-article.shift {
  text-align: left;
}

.copy-paragraph-article.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph-article.fix {
  text-decoration: line-through;
}

.copy-paragraph-article.menu {
  font-weight: 700;
}

.copy-paragraph-article.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph-article.menu.open {
  color: var(--white);
}

.copy-paragraph-article.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph-article.menu.open.w--current:hover {
  opacity: .5;
}

.copy-paragraph-article.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph-article.textindent.reverse {
  color: var(--white);
}

.copy-paragraph-article.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph-article.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph-article.bold {
  font-weight: 400;
}

.copy-paragraph-article.space {
  padding-right: 10px;
}

.copy-paragraph-article.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph-article.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph-article.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-article.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph-article.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph-article.rev {
  color: var(--white);
}

.copy-paragraph-article.bottom {
  margin-bottom: 20px;
}

.copy-paragraph-article.small {
  font-size: 20px;
}

.img {
  aspect-ratio: 1;
  mix-blend-mode: screen;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: transform .3s;
  position: relative;
}

.img:hover {
  transform: scale(1.05);
}

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

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

.client-pw {
  mix-blend-mode: screen;
  border-radius: 200px;
  width: 61px;
}

.menu-footer-wrap {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 20px 18px;
}

.hero-vid-block {
  background-color: var(--thinkable-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -6px;
  display: block;
  position: relative;
  overflow: hidden;
}

.code-embed {
  mix-blend-mode: screen;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-shift {
  margin-top: .5em;
}

.title-block {
  cursor: pointer;
  padding-right: 1em;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
}

.title-block:hover {
  transform: translate(0, -5px);
}

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

.page-header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 8em;
}

.page-header.article {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
}

.copy-paragraph-medium {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
}

.copy-paragraph-medium.w--current {
  font-weight: 700;
}

.copy-paragraph-medium.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-paragraph-medium.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph-medium.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph-medium.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph-medium.shift {
  text-align: left;
}

.copy-paragraph-medium.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph-medium.fix {
  text-decoration: line-through;
}

.copy-paragraph-medium.menu {
  font-weight: 700;
}

.copy-paragraph-medium.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph-medium.menu.open {
  color: var(--white);
}

.copy-paragraph-medium.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph-medium.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph-medium.textindent.reverse {
  color: var(--white);
}

.copy-paragraph-medium.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph-medium.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph-medium.bold {
  font-family: Helvetica Now Display Bold;
  font-weight: 400;
}

.copy-paragraph-medium.bold.w--current {
  font-weight: 700;
}

.copy-paragraph-medium.space {
  padding-right: 10px;
}

.copy-paragraph-medium.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph-medium.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph-medium.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-medium.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph-medium.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph-medium.medium.bold {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-medium.rev {
  color: var(--white);
}

.copy-paragraph-medium.display-para-break {
  margin-bottom: 1em;
  display: block;
}

.copy-paragraph-medium.display-para-break.spce {
  margin-bottom: .5em;
}

.image-8 {
  mix-blend-mode: screen;
  border-radius: 20px;
  display: block;
}

.sub-head-wrap {
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.sub-head-wrap.bottom {
  margin-bottom: 0;
}

.image-9 {
  color: var(--thinkable-color);
}

.image-10 {
  mix-blend-mode: screen;
}

.div-block-11 {
  background-color: var(--thinkable-color);
  border-radius: 9px;
  width: 200px;
  height: 200px;
}

.image-11 {
  background-image: url('../images/Thinkable_Flag_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.toggle-icon {
  color: var(--thinkable-color);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-12 {
  background-color: var(--thinkable-color);
  mix-blend-mode: multiply;
}

.image-12 {
  mix-blend-mode: lighten;
}

.svg-circle {
  display: block;
}

.parallax-wap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.imge-colour-wrap {
  background-color: var(--thinkable-color);
  width: 50%;
  height: auto;
  margin-top: 50px;
}

.image-13 {
  mix-blend-mode: screen;
}

.div-block-13 {
  z-index: 1;
  width: 100px;
  height: 100px;
  position: relative;
  inset: 0%;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.image-14 {
  mix-blend-mode: screen;
  border-radius: 200px;
}

.accordion-content-inner {
  padding-top: 1em;
  padding-right: 2em;
}

.link-bttn-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-15 {
  text-decoration: underline;
}

.copy-paragraph-serif {
  color: var(--thinkable-color);
  font-family: freight-text-pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  list-style-type: square;
  display: inline-block;
}

.copy-paragraph-serif.w--current {
  font-weight: 700;
}

.copy-paragraph-serif.article {
  font-family: freight-text-pro, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  display: block;
}

.copy-paragraph-serif.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph-serif.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph-serif.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph-serif.shift {
  text-align: left;
}

.copy-paragraph-serif.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph-serif.fix {
  text-decoration: line-through;
}

.copy-paragraph-serif.menu {
  font-weight: 700;
}

.copy-paragraph-serif.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph-serif.menu.open {
  color: var(--white);
}

.copy-paragraph-serif.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph-serif.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph-serif.textindent.reverse {
  color: var(--white);
}

.copy-paragraph-serif.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph-serif.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph-serif.bold {
  font-family: Helvetica Now Display Bold;
  font-weight: 400;
}

.copy-paragraph-serif.bold.w--current {
  font-weight: 700;
}

.copy-paragraph-serif.space {
  padding-right: 10px;
}

.copy-paragraph-serif.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph-serif.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph-serif.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-serif.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph-serif.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph-serif.medium.centre {
  color: var(--white);
}

.copy-paragraph-serif.medium.bold {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-serif.rev {
  color: var(--white);
}

.copy-paragraph-serif.margin {
  margin-top: 1em;
  margin-bottom: 1em;
}

.copy-paragraph-serif.large {
  font-size: 4vw;
}

.copy-paragraph-serif.space-bottom {
  margin-bottom: 1.5em;
}

.copy-paragraph-serif.small {
  margin-top: 1em;
  font-size: 20px;
}

.copy-paragraph-serif.pad-top {
  margin-top: .5em;
}

.copy-paragraph-serif.centre {
  text-align: center;
  font-size: 38px;
}

.copy-paragraph-serif.nudge {
  margin-bottom: 1em;
}

.copy-paragraph-serif.centr {
  margin-bottom: 0;
}

.list {
  list-style-type: disc;
}

.timeline-wrap {
  height: 300vh;
}

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

.dot-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 20px;
}

.div-block-16 {
  background-color: var(--thinkable-color);
  border-radius: 200px;
}

.transition {
  z-index: 600;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: block;
}

.transition-2 {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.transition-trigger-2 {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-bg {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.transition-color {
  background-color: var(--thinkable-color);
  width: 100%;
  height: 100%;
  position: relative;
}

.transition-color-border {
  background-color: #b798c1;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.transition-lottie {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.transition-logo-img {
  z-index: 2;
  width: 7em;
  position: relative;
}

.home-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.home-wrapper.home {
  z-index: 77;
  background-color: #fff;
  position: relative;
  top: 100vh;
}

.copy-paragraph-copy {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Helvetica Now Display Bold;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  display: inline-block;
}

.copy-paragraph-copy.w--current {
  font-weight: 700;
}

.copy-paragraph-copy.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-paragraph-copy.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph-copy.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph-copy.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph-copy.shift {
  text-align: left;
}

.copy-paragraph-copy.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph-copy.fix {
  text-decoration: line-through;
}

.copy-paragraph-copy.menu {
  font-weight: 700;
}

.copy-paragraph-copy.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph-copy.menu.open {
  color: var(--white);
}

.copy-paragraph-copy.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph-copy.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph-copy.textindent.reverse {
  color: var(--white);
}

.copy-paragraph-copy.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph-copy.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph-copy.bold {
  font-family: Helvetica Now Display Bold;
  font-weight: 400;
}

.copy-paragraph-copy.bold.w--current {
  font-weight: 700;
}

.copy-paragraph-copy.space {
  padding-right: 10px;
}

.copy-paragraph-copy.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph-copy.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph-copy.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-copy.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph-copy.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph-copy.medium.centre {
  color: var(--white);
}

.copy-paragraph-copy.medium.bold {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-copy.rev {
  color: var(--white);
}

.copy-paragraph-copy.home.w--current {
  line-height: 1em;
}

.copy-paragraph-copy.copy-paragraph-serif {
  font-size: 1.8vw;
}

.thinkable-nav-rev {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.copy-block {
  padding-top: 1em;
}

.copy-block.bttm-margin {
  margin-bottom: 4em;
}

.image-stack-1 {
  z-index: 53;
  mix-blend-mode: screen;
  background-image: url('../images/dan_matthews_thinkableg_grey.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.image-colour-wrap {
  background-color: var(--thinkable-color);
}

.image-colour-wrap.sticky {
  border-radius: 300px;
  width: 60%;
  position: sticky;
  bottom: 18px;
  overflow: hidden;
}

.image-colour-wrap.circle {
  border-radius: 3000px;
}

.image-colour-wrap.circle.small {
  width: 40%;
  margin-right: 30px;
}

.image-colour-wrap.left {
  width: 80%;
}

.fixed-section {
  z-index: -1;
  color: var(--thinkable-color);
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Helvetica Now Display Bold;
  display: block;
  position: fixed;
  overflow: visible;
}

.fixed-section.is-header {
  color: var(--thinkable-color);
}

.fixed-section.is-header.home {
  position: fixed;
}

.fixed-section.is--video {
  display: block;
}

.fixed-section.footer {
  z-index: 79;
  position: relative;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--white);
  display: block;
  position: relative;
  top: 100vh;
}

.page-wrapper.form {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
}

.link-3, .link-4 {
  text-decoration: none;
}

.folio {
  align-items: stretch;
  display: flex;
}

.dan-profile {
  mix-blend-mode: screen;
  width: 61px;
}

.section-full-width {
  color: #000;
  object-fit: scale-down;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.copy-large-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
  transition-property: none;
  display: block;
}

.clm-3-3, .clm-3-1 {
  padding-left: 0;
  position: static;
}

.clm-3-2 {
  justify-content: flex-end;
  padding-left: 0;
  display: block;
  position: static;
}

.copy-paragraph-2 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.copy-paragraph-2.w--current {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.copy-paragraph-2.tint {
  color: #72706f;
}

.bullet-row-2 {
  border-top: 2px #000;
  justify-content: space-between;
  display: block;
}

.sub-heading-wrap {
  border-top: 1px #000;
}

.clm-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-wrap-2 {
  z-index: 1;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
}

.content-wrap-2.bottom {
  margin-bottom: 5%;
  display: block;
}

.copy-large-3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
  transition-property: none;
  display: block;
}

.column-19 {
  padding-left: 0;
}

.copy-paragraph-3 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.copy-paragraph-3.w--current {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.bullet-row-3 {
  border-top: 2px #000;
  justify-content: space-between;
  display: block;
}

.content-wrap-3 {
  z-index: 1;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
}

.content-wrap-3.bottom {
  margin-bottom: 5%;
  display: block;
}

.copy-large-4 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
  transition-property: none;
  display: block;
}

.right-arrow-3 {
  display: block;
}

.logo-grid-awards-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2%;
}

.silde-nav-hidden-2 {
  justify-content: flex-start;
  margin-top: 5%;
  display: flex;
  position: relative;
}

.logo-block-2 {
  justify-content: center;
  display: flex;
}

.log-grid-slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.content-wrap-4 {
  z-index: 1;
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  display: flex;
  position: relative;
  inset: 0%;
}

.content-wrap-4.bottom {
  margin-bottom: 5%;
  display: block;
}

.award-logo-2.smaller {
  width: 85%;
}

.div-block-17 {
  display: flex;
}

.image-stack {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-stack.sticky {
  border-radius: 300px;
  width: 60%;
  position: sticky;
  bottom: 18px;
  overflow: hidden;
}

.image-stack.circle {
  border-radius: 3000px;
}

.image-stack.circle.small {
  width: 40%;
  margin-right: 30px;
}

.image-stack.left {
  width: 80%;
}

.image-stack-2 {
  z-index: 52;
  mix-blend-mode: screen;
  background-image: url('../images/da_test.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-stack-3 {
  z-index: 51;
  mix-blend-mode: screen;
  background-image: url('../images/lion.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  background-image: url('../images/dan_matthews_thinkableg_grey.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-stack-1-copy {
  z-index: 51;
  opacity: 1;
  mix-blend-mode: screen;
  background-image: url('../images/dan_matthews_thinkableg_grey.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: sticky;
  bottom: 20px;
  overflow: hidden;
}

.scroll-container.sticky {
  border-radius: 300px;
  width: 60%;
  position: sticky;
  bottom: 18px;
  overflow: hidden;
}

.scroll-container.circle {
  border-radius: 3000px;
}

.scroll-container.circle.small {
  width: 40%;
  margin-right: 30px;
}

.scroll-container.left {
  width: 80%;
}

.div-block-19 {
  min-height: 45px;
}

.image-15 {
  mix-blend-mode: screen;
  width: 100%;
  overflow: clip;
}

.container {
  background-color: var(--thinkable-color);
  width: auto;
  height: auto;
  overflow: hidden;
}

.div-block-20 {
  background-color: var(--thinkable-color);
  width: 100%;
  overflow: hidden;
}

.italic-text {
  font-style: italic;
}

.article-wrap-block {
  flex-flow: column;
  justify-content: space-between;
  padding: 2em 2em 1.5em;
  display: flex;
  position: relative;
}

.tint-block {
  background-color: var(--thinkable-color);
  opacity: .13;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div-block-21 {
  padding: 2em;
}

.dan-intro {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 3%;
  display: flex;
}

.accordion-head {
  padding-left: 20px;
  padding-right: 20px;
}

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

.cta {
  border-top: 1px solid var(--thinkable-color);
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
}

.cta-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 18px 20px;
  display: flex;
  position: static;
}

.cta-link {
  width: 10%;
}

.img-2 {
  mix-blend-mode: screen;
  background-image: url('../images/Squeeze_L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: -2.5% 0% 0%;
}

.img-2.bush-desk {
  background-image: url('../images/thinkable_bush_desk.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-3 {
  mix-blend-mode: screen;
  background-image: url('../images/revolution.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: -2.5% 0% 0%;
}

.img-3.bush-desk {
  background-image: url('../images/thinkable_bush_desk.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-22 {
  margin-left: 10px;
}

.image-16 {
  height: 30px;
}

.cta-bttn {
  background-color: var(--white);
  color: var(--thinkable-color);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.cta-bttn:hover {
  background-color: var(--thinkable-color);
  color: var(--white);
}

.cta-bttn.reverse {
  color: var(--white);
}

.cta-bttn.cntr {
  text-align: center;
  font-style: normal;
}

.cta-bttn.headline {
  margin-bottom: .5em;
  font-size: 7vw;
  line-height: .9em;
}

.cta-bttn.copy-x-large {
  font-weight: 300;
}

.cta-bttn.rev {
  color: var(--thinkable-white);
  text-decoration: none;
}

.cta-bttn.link-shift {
  text-decoration: none;
}

.cta-bttn.article {
  margin-bottom: 1em;
}

.cta-bttn.article.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-bttn.article.pulll-quote {
  text-align: center;
  margin-bottom: .5em;
  font-size: 8vw;
}

.cta-bttn.cross {
  text-decoration: line-through;
}

.cta-bttn.contact {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}

.cta-bttn.contact-mail {
  border-right: 1px solid var(--thinkable-color);
}

.hero-image {
  background-color: var(--thinkable-color);
  background-image: url('../images/Squeeze_L.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 200px;
}

.div-block-23 {
  position: static;
}

.image-17 {
  vertical-align: middle;
  margin: 0 4px;
  display: inline-block;
}

.code-embed-2 {
  text-align: center;
  vertical-align: super;
  display: inline-block;
}

.vertical-stroke {
  background-color: var(--thinkable-color);
  width: 2px;
  min-width: 2px;
  height: 100%;
}

.horizontal-break {
  background-color: var(--thinkable-color);
  height: 2px;
  min-height: 2px;
}

.img-icon-wrap {
  margin-top: 30px;
}

.load_grid {
  z-index: 800;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-border {
  background-color: var(--thinkable-color);
  width: 100%;
  height: 1px;
}

.code-embed-3 {
  z-index: 100;
  position: absolute;
  inset: 0%;
}

.graphic-loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader {
  z-index: 100;
  background-color: var(--thinkable-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.loader-img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-18 {
  width: 60%;
  height: 60%;
}

.copy-large-5 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
  transition-property: none;
  display: block;
}

.column-20 {
  padding-left: 0;
}

.copy-paragraph-4 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.copy-paragraph-4.w--current {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.bullet-row-client {
  border-top: 2px #000;
  justify-content: space-between;
  margin-bottom: 5px;
  display: block;
}

.copy-large-6 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
  transition-property: none;
  display: block;
}

.right-arrow-4 {
  display: block;
}

.logo-grid-awards-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2%;
}

.award-logo-3.smaller {
  width: 85%;
}

.code-embed-4 {
  width: 60%;
}

.lotties-head-globe {
  width: 15%;
  height: auto;
}

.lottie-head-eye {
  width: 20%;
  height: 20%;
}

.lottie-process {
  width: 15%;
  height: auto;
}

.lotties-head-idea {
  width: 12%;
}

.thinking-img {
  mix-blend-mode: screen;
  transition: transform .3s;
}

.lottie-animation-3 {
  mix-blend-mode: screen;
}

.gif {
  mix-blend-mode: screen;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: relative;
}

.gif:hover {
  transform: scale(1.05);
}

.article-list {
  color: var(--thinkable-color);
  padding-left: 0;
  list-style-type: none;
  display: block;
}

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

.table-article._3-clm {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.table-cell {
  border-bottom: 1px solid var(--thinkable-color);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 5px;
}

.table-cell.no-border {
  border-bottom-style: none;
}

.copy-medium {
  outline-offset: 0px;
  color: var(--thinkable-color);
  outline: 3px #000;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.copy-medium.reverse {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.copy-medium.reverse:hover {
  font-family: TT Hoves Pro;
}

.copy-medium.reverse.w--current {
  text-decoration: underline;
}

.copy-medium.centred {
  color: var(--thinkable-color);
  text-transform: none;
  font-weight: 400;
}

.copy-medium.centred.upc {
  text-transform: uppercase;
}

.copy-medium.tag {
  margin-top: 0;
  margin-bottom: 0;
}

.copy-medium.tint {
  opacity: .5;
}

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

.list-2 {
  padding-left: 0;
  list-style-type: none;
}

.div-block-24 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-5 {
  width: auto;
  height: 50px;
}

.image-19 {
  mix-blend-mode: lighten;
  width: 50px;
  margin-right: 10px;
}

.div-block-25 {
  background-color: var(--thinkable-color);
}

.code-embed-6 {
  width: 60px;
}

.div-block-26 {
  background-color: var(--thinkable-color);
}

.accordion-title-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon {
  color: var(--thinkable-color);
  width: 36px;
  height: 40px;
}

.svg-icon.adjust {
  width: 34px;
  height: 30px;
}

.icon-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}

.icon-wrap.adjust {
  margin-right: 4px;
}

.author {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.bttm-left {
  display: flex;
}

.copyright {
  border-right: 1px solid var(--thinkable-color);
  margin-right: 20px;
  padding-right: 18px;
}

.password-protection-layer {
  z-index: 1000;
  box-sizing: border-box;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.password-container {
  box-sizing: border-box;
  background-color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 0;
  padding: 40px;
}

.logo-container {
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 0;
}

.copy-paragraph-5 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.copy-paragraph-medium-2 {
  box-sizing: border-box;
  color: var(--thinkable-color);
  margin: 0 0 8px;
  padding: 0;
}

.hqupar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.copy-paragraph-article-2 {
  box-sizing: border-box;
  color: var(--thinkable-color);
  margin: 0;
  padding: 0;
}

.password-form {
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  padding: 0;
}

.form-group {
  box-sizing: border-box;
  margin: 0 0 25px;
  padding: 0;
}

.copy-paragraph-6 {
  box-sizing: border-box;
  color: var(--thinkable-color);
  margin: 0 0 6px;
  padding: 0;
  display: block;
}

.copy-paragraph-7 {
  box-sizing: border-box;
  border: 1px solid var(--thinkable-color-30);
  background-color: var(--thinkable-color-5);
  box-shadow: none;
  color: var(--thinkable-color);
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px 15px;
}

.error-message-2 {
  box-sizing: border-box;
  opacity: 0;
  color: #f33;
  min-height: 20px;
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
}

.btn-copy-paragraph {
  box-sizing: border-box;
  border: none none currentColor;
  background-color: var(--thinkable-color);
  opacity: .9;
  color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px 24px;
}

.code-embed-7 {
  display: none;
}

.form-wrap {
  box-sizing: border-box;
  margin: 0 0 25px;
  padding: 0;
}

.form-page-wrap {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.discovery-form-copy-wrap {
  background-color: #f9f9f9;
  max-width: 600px;
}

.body-clm-3 {
  height: auto;
}

.copy-paragraph-11 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.copy-paragraph-11.w--current {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.copy-paragraph-11.break {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2em;
}

.list-item {
  margin-left: 0;
}

.db-clm-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.copy-paragraph-article-small {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: thermal-variable, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  list-style-type: disc;
  display: inline-block;
}

.copy-paragraph-article-small.w--current {
  font-weight: 700;
}

.copy-paragraph-article-small.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-paragraph-article-small.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-paragraph-article-small.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-paragraph-article-small.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-paragraph-article-small.shift {
  text-align: left;
}

.copy-paragraph-article-small.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-paragraph-article-small.fix {
  text-decoration: line-through;
}

.copy-paragraph-article-small.menu {
  font-weight: 700;
}

.copy-paragraph-article-small.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-paragraph-article-small.menu.open {
  color: var(--white);
}

.copy-paragraph-article-small.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-paragraph-article-small.menu.open.w--current:hover {
  opacity: .5;
}

.copy-paragraph-article-small.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-paragraph-article-small.textindent.reverse {
  color: var(--white);
}

.copy-paragraph-article-small.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-paragraph-article-small.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-paragraph-article-small.bold {
  font-weight: 400;
}

.copy-paragraph-article-small.space {
  padding-right: 10px;
}

.copy-paragraph-article-small.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-paragraph-article-small.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-paragraph-article-small.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-paragraph-article-small.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-paragraph-article-small.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-paragraph-article-small.rev {
  color: var(--white);
}

.copy-paragraph-article-small.bottom {
  margin-bottom: 20px;
}

.copy-paragraph-article-small.small {
  font-size: 20px;
}

.copy-para {
  color: var(--thinkable-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: thermal-variable, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  list-style-type: disc;
  display: inline-block;
}

.copy-para.w--current {
  font-weight: 700;
}

.copy-para.article {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
}

.copy-para.reverse {
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
}

.copy-para.center {
  text-align: center;
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
}

.copy-para.reverse {
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
}

.copy-para.shift {
  text-align: left;
}

.copy-para.break {
  margin-top: 5%;
  margin-bottom: 2%;
  font-weight: 400;
}

.copy-para.fix {
  text-decoration: line-through;
}

.copy-para.menu {
  font-weight: 700;
}

.copy-para.menu.w--current {
  font-family: Helvetica Now Display Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.copy-para.menu.open {
  color: var(--white);
}

.copy-para.menu.open.w--current {
  opacity: 1;
  cursor: pointer;
  transition: opacity .3s;
}

.copy-para.menu.open.w--current:hover {
  opacity: .5;
}

.copy-para.textindent {
  filter: invert(0%);
  color: var(--thinkable-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.copy-para.textindent.reverse {
  color: var(--white);
}

.copy-para.logo {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.copy-para.bullet {
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}

.copy-para.bold {
  font-weight: 400;
}

.copy-para.space {
  padding-right: 10px;
}

.copy-para.head {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.copy-para.knockout {
  color: var(--white);
  margin-top: -4px;
}

.copy-para.knockout:hover {
  font-family: Helvetica Now Display Bold;
}

.copy-para.pull-out {
  letter-spacing: -.3px;
  font-size: 40px;
  line-height: 46px;
}

.copy-para.medium {
  font-family: Helvetica Now Display Medium, Arial, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 1.1em;
}

.copy-para.rev {
  color: var(--white);
}

.copy-para.bottom {
  margin-bottom: 20px;
}

.copy-para.small {
  font-size: 20px;
}

.subs-block-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: grid;
}

.subs-block-copy.stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  place-items: center start;
  width: auto;
  margin-top: 1em;
  margin-bottom: .5em;
  display: flex;
}

.subs-block-copy.centre {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.subs-block-copy.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button {
    padding: 6px 20px 11px;
    font-size: 22px;
  }

  .clmn-split-left {
    padding-right: 0%;
  }

  .copy-large {
    font-size: 34px;
  }

  .copy-large.cntr {
    font-size: 50px;
  }

  .copy-large.mobile {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .spacer {
    height: 8vw;
  }

  .copy-paragraph {
    margin-top: 0;
    font-size: 20px;
  }

  .copy-paragraph.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

  .copy-paragraph.medium {
    font-size: 2.8vw;
  }

  .copy-paragraph.home {
    font-size: 20px;
  }

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

  .content-wrap.deep-section {
    align-items: center;
    height: 60vh;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
  }

  .content-wrap.intro {
    justify-content: center;
    padding: 4% 25px;
    display: flex;
  }

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

  .menu-button-wrap {
    flex: 0 auto;
    position: static;
  }

  .cta-menu-link-button {
    font-size: 10vw;
  }

  .nav {
    height: 66px;
  }

  .menu-wrap {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-bar {
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-items-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-bttn {
    font-size: 22px;
    line-height: 28px;
  }

  .menu-bttn.menu {
    right: 30px;
  }

  .copy-x-large.testimonial {
    letter-spacing: -.8px;
  }

  .copy-x-large.rev {
    font-size: 16vh;
  }

  .copy-x-large.small.rev {
    font-size: 12vh;
  }

  .copy-x-large.article {
    margin-bottom: 0;
  }

  .copy-small {
    font-size: 14px;
  }

  .copy-small.reverse {
    font-size: 12px;
  }

  .article-img-wrap {
    object-fit: fill;
    height: auto;
  }

  .article-btn-wrap {
    height: auto;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-body__contents {
    margin-top: 4px;
    font-size: 30px;
    line-height: 34px;
  }

  .accordion-body.js-accordion-body {
    padding-bottom: 16px;
  }

  .accordion__item {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .accordion__item.js-accordion-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bottom-stroke {
    margin-top: 12px;
  }

  .toggle-item-1, .toggle-item-2, .toggle-item-3 {
    width: 38px;
  }

  .logo-grid-clients {
    grid-column-gap: 10px;
  }

  .client-profile-img {
    width: 50px;
    height: 50px;
  }

  .slide-nav {
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
  }

  .large-cta-wrap {
    flex-direction: column;
  }

  .button-reverse.bttm-left {
    padding: 13px 20px 17px;
    font-size: 22px;
    bottom: 25px;
    left: 25px;
  }

  .button-reverse.bttm-right {
    padding: 13px 20px 17px;
    font-size: 22px;
    bottom: 25px;
    right: 25px;
  }

  .bttm-footer {
    align-items: flex-end;
  }

  .header-wrap {
    height: 100%;
  }

  .arrow-right {
    width: 32px;
    height: auto;
    margin-bottom: -4px;
  }

  .arrow-up {
    width: 26px;
  }

  .menu-link-wrap {
    margin-left: 0%;
  }

  .quote-slide-wrap {
    height: 100%;
    margin-bottom: 0%;
    display: flex;
  }

  .pop-up-section {
    display: flex;
  }

  .logo-wrap {
    justify-content: center;
  }

  .log-grid-slider {
    display: none;
  }

  .silde-nav-hidden {
    font-size: 12px;
    line-height: 18px;
  }

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

  .article-content-wrap {
    margin-left: 0%;
    margin-right: 0%;
  }

  .content-wrap-footer-blk {
    width: 100vw;
    height: 100vh;
    padding: 4% 25px;
    position: relative;
  }

  .quote-slide {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-wrap {
    height: 100%;
    margin-bottom: 0%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .bullet-row {
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .bullet-row.link {
    padding-bottom: 9px;
  }

  .modal-wrap {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .form-modal {
    margin-top: 3%;
    padding-top: 0;
  }

  .heading-wrap {
    margin-bottom: 3%;
  }

  .heading-wrap.shift.narrow {
    padding-right: 20%;
  }

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

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

  .column-8 {
    padding-left: 20px;
  }

  .logo-grid-awards, .logo-grid-slider {
    grid-column-gap: 10px;
  }

  .content-wrap-copy {
    width: 100%;
    height: 100%;
    padding: 4% 25px;
    position: relative;
  }

  .img-wrap-l {
    flex: 1;
    width: 100%;
  }

  .bg-color {
    width: 100%;
    height: 100vh;
  }

  .start-project-wrap {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .start-project-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-caption {
    margin-bottom: 3%;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .thinkable-nav {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .menu-button-c {
    flex: 0 auto;
    position: absolute;
    right: 30px;
  }

  .menu-button-c.close-modal {
    right: 25px;
  }

  .close-menu-wrap {
    flex: 0 auto;
    position: fixed;
  }

  .client-profile-img-wrap {
    width: 60px;
  }

  .client-profile-img-wrap.waiora {
    width: 61px;
    height: 61px;
  }

  .menu-inner-wrap {
    justify-content: center;
    align-items: center;
  }

  .item-clmn-left {
    padding-right: 15px;
  }

  .item-clmn-right {
    padding-left: 15px;
  }

  .toggle-item-4, .toggle-item-5, .toggle-item-6 {
    width: 38px;
  }

  .copy-medium-large {
    letter-spacing: -.5px;
    font-size: 40px;
  }

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

  .bullet-row-menu {
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .city-time {
    font-size: 8vw;
    line-height: 1.1em;
  }

  .city-name {
    font-size: 4rem;
  }

  .time-based-circle {
    width: 4rem;
    height: 4rem;
  }

  .city-time-2 {
    font-size: 2rem;
  }

  .bullet-row-mobile, .bullet-row-copy {
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .bullet-row-copy.link {
    padding-bottom: 9px;
  }

  .large-bttn {
    padding: 13px 20px 17px;
    font-size: 22px;
  }

  .video-modal-wrap {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .lottie-animation-2 {
    width: 25%;
  }

  .colum-right {
    padding-right: 0;
  }

  .thinkable-footer {
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .image-overlay {
    width: 50px;
    height: 50px;
  }

  .image-overlay.waiora {
    width: 61px;
    height: 61px;
  }

  .thinkable {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .accordion-icon {
    width: 40px;
    height: 40px;
  }

  .copy-display-medium {
    letter-spacing: 0;
  }

  .copy-display-medium.testimonial {
    letter-spacing: -.8px;
  }

  .copy-paragraph-article {
    margin-top: 0;
  }

  .copy-paragraph-article.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-article.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph-article.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

  .copy-paragraph-copy {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .copy-paragraph-medium {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .copy-paragraph-medium.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-medium.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph-medium.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

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

  .copy-paragraph-serif {
    margin-top: 0;
    font-size: 24px;
  }

  .copy-paragraph-serif.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-serif.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph-serif.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

  .copy-paragraph-serif.bullets {
    padding-left: 20px;
  }

  .copy-paragraph-copy {
    margin-top: 0;
  }

  .copy-paragraph-copy.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-copy.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph-copy.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

  .copy-paragraph-copy.medium {
    font-size: 2.8vw;
  }

  .thinkable-nav-rev {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .image-colour-wrap.sticky {
    width: 80%;
  }

  .dan-profile {
    border-radius: 200px;
  }

  .copy-large-2 {
    font-size: 2.5em;
    display: block;
  }

  .copy-paragraph-2 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .content-wrap-2 {
    width: 100%;
    height: 100%;
    padding: 4% 25px;
    position: relative;
  }

  .copy-large-3 {
    font-size: 2.5em;
    display: block;
  }

  .copy-paragraph-3 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .content-wrap-3 {
    width: 100%;
    height: 100%;
    padding: 4% 25px;
    position: relative;
  }

  .copy-large-4 {
    font-size: 2.5em;
    display: block;
  }

  .logo-grid-awards-2 {
    grid-column-gap: 10px;
  }

  .silde-nav-hidden-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .log-grid-slider-2 {
    display: none;
  }

  .content-wrap-4 {
    width: 100%;
    height: 100%;
    padding: 4% 25px;
    position: relative;
  }

  .image-stack.sticky, .scroll-container.sticky {
    width: 80%;
  }

  .dan-intro {
    height: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-wrap {
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .cta-bttn {
    font-size: 28px;
  }

  .cta-bttn.cntr {
    font-size: 50px;
  }

  .cta-bttn.mobile {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .cta-bttn.contact {
    font-size: 2.5vw;
  }

  .copy-large-5 {
    font-size: 2.5em;
    display: block;
  }

  .copy-paragraph-4 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .copy-large-6 {
    font-size: 2.5em;
    display: block;
  }

  .logo-grid-awards-3 {
    grid-column-gap: 10px;
  }

  .lotties-head-globe {
    width: 25%;
  }

  .lottie-process {
    width: 16%;
    height: auto;
  }

  .lotties-head-idea {
    width: 15%;
  }

  .copy-medium {
    font-size: 14px;
  }

  .copy-medium.reverse {
    font-size: 12px;
  }

  .copy-paragraph-11 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .db-clm-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .copy-paragraph-article-small {
    margin-top: 0;
  }

  .copy-paragraph-article-small.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-article-small.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-paragraph-article-small.pull-out {
    font-size: 38px;
    line-height: 46px;
  }

  .copy-para {
    margin-top: 0;
  }

  .copy-para.article {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-para.bullet {
    font-size: 22px;
    line-height: 28px;
  }

  .copy-para.pull-out {
    font-size: 38px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding: 6px 19px 11px;
  }

  .clmn-split {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .clmn-split.flip {
    flex-direction: column-reverse;
  }

  .clmn-split-left {
    margin-bottom: 6%;
    padding-right: 0%;
  }

  .copy-large {
    font-size: 34px;
    display: block;
  }

  .copy-large.bold {
    text-align: left;
    font-size: 34px;
    line-height: 38px;
  }

  .copy-large.cntr {
    line-height: 1em;
  }

  .copy-large.mobile {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-bttn-wrap.cntr {
    margin-top: 8%;
  }

  .spacer {
    height: 10vw;
  }

  .copy-paragraph {
    text-align: left;
    font-size: 20px;
  }

  .copy-paragraph.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph.article {
    text-align: left;
  }

  .copy-paragraph.center {
    text-align: center;
  }

  .copy-paragraph.menu {
    font-family: Helvetica Now Display Bold;
    font-size: 22px;
  }

  .copy-paragraph.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph.knockout {
    margin-top: 0;
  }

  .copy-paragraph.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph.medium {
    font-size: 18px;
  }

  .copy-paragraph.home.w--current, .copy-paragraph.home.rev.w--current {
    font-size: 20px;
  }

  .clmn-split-right-txt {
    padding-top: 0%;
  }

  .content-wrap {
    height: auto;
    padding: 20px;
  }

  .content-wrap.deep-section {
    height: 50vh;
    display: flex;
  }

  .content-wrap.intro {
    align-items: center;
    display: flex;
  }

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

  .content-wrap.is-intro {
    padding-bottom: 25px;
  }

  .content-wrap.is-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-wrap.close-modal {
    position: fixed;
    inset: 18px 25px auto auto;
  }

  .cta-menu-link-button {
    height: auto;
  }

  .cta-menu-link-button.w--current {
    font-size: 50px;
  }

  .menu-item-block.border-bottom {
    margin-bottom: 4%;
  }

  .nav {
    height: 60px;
    padding-top: 0;
  }

  .menu-wrap {
    width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    display: none;
  }

  .menu-items-wrapper {
    justify-content: center;
    width: 100vw;
    min-width: 100px;
    padding-right: 0;
  }

  .menu-bttn.menu, .menu-bttn.menu.reverse, .menu-bttn.open-modal {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-x-large {
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .copy-x-large.testimonial {
    letter-spacing: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .copy-x-large.testimonial.small {
    font-size: 40px;
    line-height: 1em;
  }

  .copy-x-large.rev {
    font-size: 14vh;
  }

  .copy-small {
    text-align: left;
  }

  .subs-block {
    margin-bottom: 0%;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion-body__contents {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion__item {
    flex-flow: column;
  }

  .bottom-stroke.shift {
    margin-top: 0;
    display: block;
  }

  .toggle-item-1, .toggle-item-2, .toggle-item-3 {
    width: 36px;
  }

  .logo-grid-clients {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .client-profile-img {
    margin-bottom: 0%;
    margin-right: 12px;
  }

  .testimonial-wrap {
    margin-bottom: 4%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;
  }

  .link-block-shift {
    margin-top: 2%;
    padding-right: 5%;
  }

  .slider {
    flex-direction: column;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .footer-message-wrap {
    padding-left: 22%;
    padding-right: 22%;
  }

  .bttm-footer {
    align-items: flex-end;
    margin-bottom: 18px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .large-cta-message {
    height: 10vh;
  }

  .header-wrap {
    height: 50vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .arrow-right {
    display: inline-block;
  }

  .menu-link-wrap {
    width: auto;
    height: auto;
    display: block;
  }

  .quote-slide-wrap {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .pop-up-section {
    flex-direction: column;
    display: flex;
  }

  .logo-slide-wrap {
    background-color: #0000;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .logo-wrap {
    justify-content: center;
    width: 80vw;
  }

  .div-block-4 {
    width: 50%;
  }

  .log-grid-slider {
    flex-direction: column;
    display: block;
  }

  .silde-nav-hidden {
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .footer-cta-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-bottom: 5%;
    display: flex;
  }

  .thinkable-animation {
    width: 100px;
  }

  .footer-animation-wrap {
    margin-top: 8%;
    margin-bottom: 5%;
  }

  .intro-clm {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1em;
    display: flex;
  }

  .body-clm {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-wrap-footer-blk {
    height: 100vh;
  }

  .contacts-wrap.footer {
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
  }

  .quote-slide {
    margin-top: 5%;
  }

  .quote-wrap {
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .bullet-row {
    border-top-width: 1px;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-right: 2%;
  }

  .bullet-row.link.bottom {
    border-bottom-width: 1px;
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .bullet-row.last {
    border-bottom-width: 1px;
  }

  .modal-wrap {
    padding-top: 0;
    display: none;
  }

  .form {
    width: 100%;
    height: auto;
  }

  .text-field {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .form-modal {
    margin-top: 3%;
    padding-top: 0;
  }

  .heading-wrap.shift {
    text-align: left;
  }

  .heading-wrap.shift.narrow {
    padding-right: 5%;
  }

  .column-3, .column-4, .column-5, .column-6 {
    padding-right: 0%;
  }

  .bullet-icon-wrap {
    border-top: 2px solid var(--thinkable-color);
    border-left-style: none;
    min-height: auto;
    padding-bottom: 4%;
    padding-left: 0;
  }

  .content-wrap-copy {
    height: auto;
  }

  .bullet-clm-wrap {
    margin-top: 3%;
  }

  .author-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
  }

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

  .column-8 {
    padding-left: 0;
  }

  .service-wrap {
    margin-top: 5%;
  }

  .logo-grid-awards {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .logo-grid-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 5%;
    display: grid;
  }

  .content-wrap-copy {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .bg-color {
    width: 100%;
    height: 100vh;
  }

  .start-project-wrap {
    padding-top: 0;
    display: none;
  }

  .start-project-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-caption {
    padding-right: 10%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .thinkable-nav {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .menu-button-c {
    position: absolute;
    right: 20px;
  }

  .menu-button-c.close-modal {
    position: fixed;
    inset: 18px 25px auto auto;
  }

  .close-menu-wrap {
    right: 25px;
  }

  .arrow-icon {
    display: block;
  }

  .client-profile-img-wrap {
    margin-bottom: 0%;
    margin-right: 12px;
  }

  .client-profile-img-wrap.large {
    margin-right: 20px;
  }

  .menu-inner-wrap {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .thinkable-logo {
    width: 90px;
  }

  .item-clmn-left, .item-clmn-right {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-item-4, .toggle-item-5, .toggle-item-6 {
    width: 36px;
  }

  .copy-medium-large {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .copy-medium-large.testimonial {
    font-size: 34px;
  }

  .author-wrap-1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2%;
  }

  .grid {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
  }

  .bullet-wrap-menu {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bullet-row-menu {
    padding-top: 11px;
    padding-bottom: 15px;
    padding-right: 2%;
  }

  .bullet-row-menu.link {
    border-top-width: 1px;
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .time-message {
    font-size: 40px;
    line-height: 1.1em;
  }

  .city-time {
    font-size: 40px;
  }

  .time-message-2 {
    font-size: 1.25rem;
  }

  .city-time-2 {
    font-size: 1.5rem;
  }

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

  .grid-left {
    display: none;
  }

  .bullet-wrap-mobile {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .bullet-row-mobile {
    padding-top: 11px;
    padding-bottom: 15px;
    padding-right: 2%;
  }

  .bullet-row-mobile.link {
    border-top-width: 1px;
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .bullet-row-copy {
    border-top-width: 1px;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-right: 2%;
  }

  .bullet-row-copy.link.bottom {
    border-bottom-width: 1px;
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .bullet-row-copy.last {
    border-bottom-width: 1px;
  }

  .play-bttn.cntr {
    margin-top: 8%;
  }

  .large-bttn {
    padding: 11px 19px 15px;
  }

  .video-modal-wrap {
    width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    display: none;
  }

  .lottie-animation-2 {
    width: 30%;
  }

  .cta-bttn-wrap-copy.cntr {
    margin-top: 8%;
  }

  .grid-double {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .colum-right.flex {
    height: 30vh;
    min-height: 30vh;
  }

  .colum-left {
    border-right-style: none;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0%;
  }

  .thinkable-footer {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .image-overlay {
    margin-bottom: 0%;
    margin-right: 12px;
  }

  .thinkable {
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .accordion-icon {
    width: 30px;
    height: 30px;
  }

  .copy-display-medium {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .copy-display-medium.testimonial {
    letter-spacing: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .copy-paragraph-article {
    text-align: left;
  }

  .copy-paragraph-article.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article.article {
    text-align: left;
  }

  .copy-paragraph-article.center {
    text-align: center;
  }

  .copy-paragraph-article.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph-article.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-article.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph-article.knockout {
    margin-top: 0;
  }

  .copy-paragraph-article.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph-article.medium {
    font-size: 18px;
  }

  .copy-paragraph-copy {
    text-align: left;
    font-size: 20px;
    line-height: 1.1px;
  }

  .copy-paragraph-medium {
    text-align: left;
    font-size: 20px;
    line-height: 1.1em;
  }

  .copy-paragraph-medium.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-medium.article {
    text-align: left;
  }

  .copy-paragraph-medium.center {
    text-align: center;
  }

  .copy-paragraph-medium.menu {
    font-family: Helvetica Now Display Bold;
    font-size: 22px;
  }

  .copy-paragraph-medium.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-medium.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph-medium.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-medium.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph-medium.knockout {
    margin-top: 0;
  }

  .copy-paragraph-medium.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph-medium.medium {
    font-size: 18px;
  }

  .copy-paragraph-medium.display-para-break {
    line-height: 1.1em;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .copy-paragraph-serif {
    font-size: 20px;
  }

  .copy-paragraph-serif.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-serif.article {
    text-align: left;
  }

  .copy-paragraph-serif.center {
    text-align: center;
  }

  .copy-paragraph-serif.menu {
    font-family: Helvetica Now Display Bold;
    font-size: 22px;
  }

  .copy-paragraph-serif.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-serif.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph-serif.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-serif.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph-serif.knockout {
    margin-top: 0;
  }

  .copy-paragraph-serif.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph-serif.medium {
    font-size: 18px;
  }

  .copy-paragraph-serif.centr {
    margin-bottom: 0;
  }

  .copy-paragraph-copy {
    text-align: left;
    font-size: 22px;
  }

  .copy-paragraph-copy.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-copy.article {
    text-align: left;
  }

  .copy-paragraph-copy.center {
    text-align: center;
  }

  .copy-paragraph-copy.menu {
    font-family: Helvetica Now Display Bold;
    font-size: 22px;
  }

  .copy-paragraph-copy.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-copy.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph-copy.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-copy.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph-copy.knockout {
    margin-top: 0;
  }

  .copy-paragraph-copy.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph-copy.medium {
    font-size: 18px;
  }

  .thinkable-nav-rev {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-colour-wrap.sticky {
    width: 50%;
    margin-bottom: 1em;
  }

  .copy-large-2 {
    font-size: 2.5em;
  }

  .copy-paragraph-2 {
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .copy-paragraph-2.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .bullet-row-2 {
    border-top-width: 1px;
  }

  .bullet-row-2.bottom {
    margin-bottom: 3%;
  }

  .clm-3 {
    margin-bottom: 30px;
  }

  .content-wrap-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-large-3 {
    font-size: 2.5em;
  }

  .copy-paragraph-3 {
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .copy-paragraph-3.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .bullet-row-3 {
    border-top-width: 1px;
  }

  .content-wrap-3 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-large-4 {
    font-size: 2.5em;
  }

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

  .silde-nav-hidden-2 {
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .log-grid-slider-2 {
    flex-direction: column;
    display: none;
  }

  .content-wrap-4 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-stack.sticky, .scroll-container.sticky {
    width: 50%;
    margin-bottom: 1em;
  }

  .dan-intro {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
  }

  .cta {
    height: auto;
  }

  .cta-wrap {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cta-bttn {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
  }

  .cta-bttn.bold {
    text-align: left;
    font-size: 34px;
    line-height: 38px;
  }

  .cta-bttn.cntr {
    line-height: 1em;
  }

  .cta-bttn.mobile {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-bttn.contact {
    font-size: 22px;
  }

  .copy-large-5 {
    font-size: 2.5em;
  }

  .copy-paragraph-4 {
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .copy-paragraph-4.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .bullet-row-client {
    border-top-width: 1px;
  }

  .copy-large-6 {
    font-size: 2.5em;
  }

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

  .lotties-head-globe {
    width: 30%;
  }

  .lottie-process {
    width: 18%;
    height: auto;
  }

  .lotties-head-idea {
    width: 18%;
  }

  .copy-medium {
    text-align: left;
  }

  .btn-copy-paragraph {
    width: 100%;
    padding: 14px;
  }

  .body-clm-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .copy-paragraph-11 {
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .copy-paragraph-11.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-11.break {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .db-clm-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    display: grid;
  }

  .copy-paragraph-article-small {
    text-align: left;
  }

  .copy-paragraph-article-small.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article-small.article {
    text-align: left;
  }

  .copy-paragraph-article-small.center {
    text-align: center;
  }

  .copy-paragraph-article-small.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article-small.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-paragraph-article-small.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-paragraph-article-small.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-paragraph-article-small.knockout {
    margin-top: 0;
  }

  .copy-paragraph-article-small.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-paragraph-article-small.medium {
    font-size: 18px;
  }

  .copy-para {
    text-align: left;
  }

  .copy-para.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-para.article {
    text-align: left;
  }

  .copy-para.center {
    text-align: center;
  }

  .copy-para.menu.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-para.menu.open.w--current:hover {
    opacity: 1;
  }

  .copy-para.bullet {
    font-size: 18px;
    line-height: 24px;
  }

  .copy-para.head {
    font-size: 36px;
    line-height: 42px;
  }

  .copy-para.knockout {
    margin-top: 0;
  }

  .copy-para.pull-out {
    font-size: 30px;
    line-height: 38px;
  }

  .copy-para.medium {
    font-size: 18px;
  }

  .subs-block-copy {
    margin-bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    text-align: center;
    border-width: 2px;
    width: 100%;
    padding: 8px 15px 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .clmn-split {
    flex-direction: column;
  }

  .clmn-split-left {
    margin-bottom: 0%;
  }

  .clmn-split-left.title {
    margin-bottom: 6%;
    padding-right: 5%;
  }

  .copy-large {
    text-align: left;
    font-size: 34px;
    line-height: 34px;
  }

  .copy-large.reverse {
    text-align: center;
  }

  .copy-large.bold {
    font-size: 28px;
    line-height: 32px;
  }

  .copy-large.cntr {
    font-size: 30px;
  }

  .copy-large.mobile {
    font-size: 20px;
  }

  .copy-large.headline {
    font-size: 40px;
  }

  .cta-bttn-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10%;
  }

  .cta-bttn-wrap.cntr {
    justify-content: center;
    margin-top: 12%;
  }

  .spacer {
    height: 0;
    display: block;
  }

  .copy-paragraph.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph.menu.open {
    font-size: 20px;
    line-height: 30px;
  }

  .copy-paragraph.menu.open.w--current {
    font-size: 20px;
    line-height: 26px;
  }

  .copy-paragraph.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph.medium.centre {
    text-align: center;
  }

  .copy-paragraph.home.w--current {
    font-size: 20px;
  }

  .copy-paragraph.fix-alignment {
    text-align: center;
  }

  .clmn-split-right-txt {
    padding-top: 0%;
  }

  .content-wrap {
    height: auto;
    padding: 15px;
  }

  .content-wrap.deep-section {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .content-wrap.intro {
    padding: 2% 12px;
  }

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

  .content-wrap.is-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-wrap.is-who {
    justify-content: flex-start;
    align-items: center;
    height: 25vh;
  }

  .content-wrap.is-spacer {
    height: 5vh;
  }

  .header-title.article {
    margin-bottom: 8%;
    padding-bottom: 0%;
  }

  .header-title.centre {
    opacity: 1;
    display: block;
  }

  .menu-button-wrap {
    display: block;
    position: static;
    right: 0;
  }

  .menu-button-wrap.close-modal {
    right: 20px;
  }

  .cta-menu-link-button {
    letter-spacing: 0;
    border-radius: 800px;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 15px;
  }

  .cta-menu-link-button.w--current {
    font-size: 46px;
  }

  .menu-item-block.border-bottom {
    margin-bottom: 10%;
  }

  .nav {
    height: 54px;
    padding-top: 0;
  }

  .menu-wrap {
    width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-bar {
    margin-top: 4%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-items-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 100px;
    display: flex;
  }

  .menu-bttn {
    font-size: 20px;
  }

  .menu-bttn.menu {
    font-weight: 400;
    top: 15px;
    right: 20px;
  }

  .menu-bttn.menu.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .menu-bttn.open-modal {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }

  .copy-x-large {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 42px;
  }

  .copy-x-large.testimonial {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .copy-x-large.hero {
    color: var(--thinkable-color);
    letter-spacing: -.5px;
    font-size: 20vw;
  }

  .copy-x-large.hero.rev.lin-1, .copy-x-large.hero.rev.lin-2, .copy-x-large.hero.rev.lin-3 {
    margin-bottom: 4px;
  }

  .copy-x-large.space {
    text-align: center;
    line-height: 38px;
  }

  .copy-x-large.rev, .copy-x-large.small.rev, .copy-x-large.small.rev.w--current {
    font-size: 8vh;
  }

  .copy-small {
    font-size: 12px;
    line-height: 18px;
  }

  .copy-small.reverse {
    font-size: 10px;
  }

  .copy-small.centred {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subs-block.stack {
    margin-bottom: .5em;
  }

  .article-title-wrap {
    margin-top: 1em;
  }

  .accordion-body__contents {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px #0000001a;
    margin-top: 8px;
    padding: 6px 0 10px;
  }

  .accordion__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion__item.js-accordion-item {
    box-shadow: none;
    border-top-width: 1px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .bottom-stroke {
    border-top-width: 1px;
    margin-top: 10px;
  }

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

  .toggle-item-1, .toggle-item-2, .toggle-item-3 {
    width: 23px;
  }

  .logo-grid-clients {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15%;
    display: none;
  }

  .client-profile-img {
    margin-bottom: 2%;
    margin-right: 0;
    display: none;
  }

  .testimonial-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    display: flex;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    justify-content: center;
    margin-top: 5%;
    padding-top: 5%;
  }

  .link-block-shift {
    padding-right: 10%;
  }

  .link-block-shift.stack {
    margin-top: .1em;
  }

  .slide-nav {
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: 20px;
  }

  .button-reverse {
    font-size: 18px;
  }

  .button-reverse.bttm-left, .button-reverse.bttm-right {
    padding-top: 7px;
    padding-bottom: 11px;
    font-size: 18px;
    display: none;
  }

  .footer-message-wrap {
    padding: 10% 5% 25%;
  }

  .bttm-footer {
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
  }

  .large-cta-message {
    height: 5vh;
  }

  .header-wrap {
    opacity: 1;
    height: 100svh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-block {
    height: auto;
    padding-top: 0;
    padding-bottom: 0%;
    display: none;
  }

  .background-video-5 {
    padding-bottom: 145%;
  }

  .arrow-right {
    width: 23px;
    margin-top: -13px;
    margin-left: 4px;
  }

  .menu-link-wrap {
    width: 100%;
    display: block;
  }

  .quote-slide-wrap {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .pop-up-section {
    flex: 0 auto;
    display: block;
  }

  .video-block-mobile {
    height: auto;
    padding-top: 0;
    padding-bottom: 0%;
    display: block;
  }

  .logo-slide-wrap {
    background-color: #0000;
    height: auto;
  }

  .logo-wrap {
    width: 80vw;
  }

  .div-block-4 {
    width: 70%;
    height: auto;
  }

  .log-grid-slider {
    display: block;
  }

  .silde-nav-hidden {
    justify-content: center;
    align-items: flex-end;
    display: none;
    position: relative;
    bottom: 20px;
  }

  .footer-cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10%;
    display: flex;
  }

  .thinkable-animation {
    width: 100px;
  }

  .footer-animation-wrap {
    margin-top: 8%;
  }

  .intro-clm {
    padding-bottom: 0;
  }

  .content-wrap-footer-blk {
    height: 100vh;
    padding: 10% 12px 2%;
  }

  .contacts-wrap {
    flex-direction: column;
    padding-left: 15%;
    padding-right: 15%;
  }

  .footer-link {
    margin-bottom: 3%;
  }

  .quote-slide {
    height: 110%;
    position: relative;
    inset: 0%;
  }

  .slide {
    height: auto;
  }

  .quote-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bullet-row {
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .bullet-row.link {
    padding-bottom: 10px;
  }

  .bullet-row.link.bottom {
    border-bottom-style: none;
  }

  .bullet-row.last {
    border-bottom-width: 1px;
  }

  .bullet-wrap {
    border-bottom-width: 1px;
    margin-top: 10%;
  }

  .hover-list-item-1 {
    cursor: default;
  }

  .modal-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .form {
    width: 100%;
  }

  .text-field {
    border-bottom-width: 1px;
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-field:focus {
    border-bottom-width: 1px;
  }

  .form-modal {
    margin-top: 5%;
    padding-top: 0;
  }

  .form-block {
    margin-top: 3%;
  }

  .modal-items-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-wrap.shift.narrow {
    padding-right: 5%;
  }

  .bullet-clm {
    margin-top: 10%;
  }

  .bullet-icon-wrap {
    border-top-width: 1px;
    min-height: auto;
  }

  .bullet-clm-wrap {
    margin-top: 3%;
  }

  .author-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8%;
    padding-top: 0%;
  }

  .author-title {
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
  }

  .service-wrap {
    margin-top: 10%;
  }

  .underline-link {
    margin-bottom: 0%;
    display: inline;
  }

  .underline-link.home {
    top: 10px;
    left: 15px;
  }

  .underline-link.close {
    top: 10px;
    right: 15px;
  }

  .underline-link.email, .underline-link.phone {
    text-align: center;
    position: static;
  }

  .logo-grid-awards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15%;
    display: none;
  }

  .logo-grid-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15%;
    display: grid;
  }

  .content-wrap-copy {
    height: auto;
    padding: 8% 12px;
  }

  .img-mask-l {
    align-items: stretch;
  }

  .bg-color {
    width: 100%;
    height: 100vh;
  }

  .bg-color.white {
    background-color: var(--thinkable-color);
    display: block;
  }

  .start-project-wrap {
    width: 100vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .start-project-form-wrapper {
    width: 100vw;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-caption {
    margin-bottom: 2%;
    padding-right: 5%;
  }

  .thinkable-nav {
    object-fit: fill;
    justify-content: space-between;
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .menu-button-c {
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .menu-button-c.close-modal {
    right: 20px;
  }

  .close-menu-wrap {
    position: fixed;
    right: 20px;
  }

  .arrow-icon {
    margin-left: 6px;
    display: none;
  }

  .client-profile-img-wrap {
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .client-profile-img-wrap.waiora {
    width: 55px;
    height: 55px;
    display: block;
  }

  .client-profile-img-wrap.large {
    margin-bottom: 10px;
  }

  .menu-inner-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 25% 0;
    display: flex;
  }

  .thinkable-logo {
    width: 80px;
  }

  .toggle-item-4, .toggle-item-5, .toggle-item-6 {
    width: 23px;
  }

  .footer-contents {
    width: 80vw;
  }

  .copy-medium-large {
    margin-bottom: 0;
    font-size: 30px;
  }

  .copy-medium-large.reverse {
    font-size: 10vw;
  }

  .desktop-menu-items {
    display: none;
  }

  .author-wrap-1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5%;
    padding-top: 0%;
  }

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

  .bullet-wrap-menu {
    border-bottom-width: 1px;
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .bullet-row-menu {
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .bullet-row-menu.link {
    padding-top: 11px;
    padding-bottom: 12px;
  }

  .time-wrapper {
    display: inline;
  }

  .time-message {
    display: none;
  }

  .city-time {
    text-align: center;
  }

  .location-wrapper {
    padding-right: .5rem;
  }

  .city-name {
    font-size: 2rem;
  }

  .location-row {
    background-color: #0a100d;
    height: 8rem;
  }

  .location-row.closed {
    transition-property: none;
  }

  .time-based-circle {
    width: 3rem;
    height: 3rem;
  }

  .time-content-wrapper {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: block;
  }

  .time-content-wrapper-2 {
    justify-content: flex-end;
    width: 8.4375rem;
  }

  .time-message-2 {
    display: none;
  }

  .row-container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-title-mobile {
    text-align: center;
  }

  .header-title-mobile.article {
    margin-bottom: 8%;
    padding-bottom: 0%;
  }

  .header-title-mobile.centre {
    opacity: 1;
  }

  .bullet-wrap-mobile {
    border-bottom-width: 1px;
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .bullet-row-mobile {
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .bullet-row-mobile.link {
    padding-top: 11px;
    padding-bottom: 12px;
  }

  .bullet-row-copy {
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .bullet-row-copy.link {
    padding-bottom: 10px;
  }

  .bullet-row-copy.link.bottom {
    border-bottom-style: none;
  }

  .bullet-row-copy.last {
    border-bottom-width: 1px;
  }

  .play-bttn {
    justify-content: flex-end;
  }

  .play-bttn.cntr {
    justify-content: center;
    margin-top: 12%;
  }

  .large-bttn {
    border-width: 1px;
    padding: 5px 15px 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .video-modal-wrap {
    width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .lottie-animation-2 {
    width: 35%;
  }

  .cta-bttn-wrap-copy {
    justify-content: flex-end;
  }

  .cta-bttn-wrap-copy.cntr {
    justify-content: center;
    margin-top: 12%;
  }

  .grid-double {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .colum-right {
    padding-top: 0;
  }

  .colum-left {
    margin-bottom: 10px;
  }

  .thinkable-footer {
    object-fit: fill;
    flex: 1;
    justify-content: space-between;
    width: auto;
    margin: 15px;
    display: flex;
  }

  .sub-title {
    margin-top: 30px;
  }

  .grid-third {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-overlay {
    margin-bottom: 2%;
    margin-right: 0;
    display: block;
  }

  .image-overlay.waiora {
    width: 55px;
    height: 55px;
    display: block;
  }

  .thinkable {
    object-fit: fill;
    justify-content: space-between;
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .accordion-icon {
    width: 23px;
    height: 23px;
  }

  .copy-display-medium {
    text-align: center;
    margin-bottom: 0;
    font-size: 38px;
  }

  .copy-display-medium.testimonial {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .copy-display-medium.hero {
    letter-spacing: -.5px;
    font-size: 20vw;
  }

  .copy-display-medium.space {
    text-align: center;
    line-height: 38px;
  }

  .copy-paragraph-article {
    font-size: 18px;
  }

  .copy-paragraph-article.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-article.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph-article.menu.open {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-article.menu.open.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-article.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-article.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph-article.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph-article.medium.centre {
    text-align: center;
  }

  .div-block-9 {
    margin-bottom: 0%;
  }

  .menu-footer-wrap {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }

  .title-block {
    padding-right: 0;
  }

  .copy-paragraph-copy {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .copy-paragraph-medium {
    font-size: 20px;
    font-weight: 300;
  }

  .copy-paragraph-medium.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-medium.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-medium.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph-medium.menu.open {
    font-size: 20px;
    line-height: 30px;
  }

  .copy-paragraph-medium.menu.open.w--current {
    font-size: 20px;
    line-height: 26px;
  }

  .copy-paragraph-medium.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-medium.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-medium.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph-medium.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph-medium.medium.centre {
    text-align: center;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .copy-paragraph-serif {
    font-size: 20px;
  }

  .copy-paragraph-serif.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-serif.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-serif.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph-serif.menu.open {
    font-size: 20px;
    line-height: 30px;
  }

  .copy-paragraph-serif.menu.open.w--current {
    font-size: 20px;
    line-height: 26px;
  }

  .copy-paragraph-serif.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-serif.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-serif.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph-serif.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph-serif.medium.centre {
    text-align: center;
  }

  .copy-paragraph-serif.margin {
    margin-top: 1.2em;
    margin-bottom: 1em;
  }

  .copy-paragraph-serif.space-bottom {
    display: inline-block;
  }

  .copy-paragraph-serif.centr {
    text-align: center;
    margin-top: 10px;
  }

  .copy-paragraph-copy {
    font-size: 18px;
    font-weight: 300;
  }

  .copy-paragraph-copy.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-copy.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-copy.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph-copy.menu.open {
    font-size: 20px;
    line-height: 30px;
  }

  .copy-paragraph-copy.menu.open.w--current {
    font-size: 20px;
    line-height: 26px;
  }

  .copy-paragraph-copy.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-copy.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-copy.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph-copy.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph-copy.medium.centre {
    text-align: center;
  }

  .copy-paragraph-copy.home.w--current {
    font-size: 18px;
  }

  .thinkable-nav-rev {
    object-fit: fill;
    justify-content: space-between;
    width: auto;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .dan-profile {
    width: 61px;
  }

  .copy-large-2 {
    font-size: 2em;
  }

  .copy-paragraph-2 {
    font-size: 18px;
  }

  .bullet-row-2 {
    border-top-width: 1px;
  }

  .sub-heading-wrap {
    margin-bottom: 5%;
    padding-top: 2%;
  }

  .clm-3 {
    margin-bottom: 25px;
    padding-top: 0;
  }

  .content-wrap-2 {
    height: auto;
    padding: 8% 15px;
  }

  .copy-large-3 {
    font-size: 2em;
  }

  .copy-paragraph-3 {
    font-size: 18px;
  }

  .bullet-row-3 {
    border-top-width: 1px;
  }

  .content-wrap-3 {
    height: auto;
    padding: 8% 15px;
  }

  .copy-large-4 {
    font-size: 2em;
  }

  .logo-grid-awards-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15%;
    display: grid;
  }

  .silde-nav-hidden-2 {
    justify-content: center;
    align-items: flex-end;
    display: none;
    position: relative;
    bottom: 20px;
  }

  .log-grid-slider-2 {
    display: none;
  }

  .content-wrap-4 {
    height: auto;
    padding: 8% 15px;
  }

  .award-logo-2 {
    width: 85%;
  }

  .dan-intro {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 10%;
    margin-bottom: 2%;
    display: flex;
  }

  .accordion-head {
    padding-left: 15px;
  }

  .cta {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .cta-wrap {
    object-fit: fill;
    flex: 1;
    justify-content: space-between;
    width: auto;
    margin: 15px;
    display: flex;
  }

  .cta-bttn {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 34px;
  }

  .cta-bttn.reverse {
    text-align: center;
  }

  .cta-bttn.bold {
    font-size: 28px;
    line-height: 32px;
  }

  .cta-bttn.cntr {
    font-size: 30px;
  }

  .cta-bttn.mobile {
    font-size: 20px;
  }

  .cta-bttn.headline {
    font-size: 40px;
  }

  .cta-bttn.contact {
    font-size: 20px;
  }

  .cta-bttn.contact-mail {
    border-bottom: 1px solid var(--thinkable-color);
  }

  .loader {
    display: flex;
  }

  .copy-large-5 {
    font-size: 2em;
  }

  .copy-paragraph-4 {
    font-size: 18px;
  }

  .bullet-row-client {
    border-top-width: 1px;
  }

  .copy-large-6 {
    font-size: 2em;
  }

  .logo-grid-awards-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 15%;
    display: grid;
  }

  .award-logo-3 {
    width: 85%;
  }

  .lotties-head-globe, .lottie-head-eye {
    width: 35%;
    height: auto;
  }

  .lottie-process {
    width: 30%;
  }

  .lotties-head-idea {
    width: 28%;
  }

  .copy-medium {
    font-size: 12px;
    line-height: 18px;
  }

  .copy-medium.reverse {
    font-size: 10px;
  }

  .copy-medium.centred {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .copy-paragraph-11 {
    font-size: 18px;
  }

  .db-clm-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .copy-paragraph-article-small {
    font-size: 18px;
  }

  .copy-paragraph-article-small.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-article-small.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article-small.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-paragraph-article-small.menu.open {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-article-small.menu.open.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-paragraph-article-small.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-paragraph-article-small.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-paragraph-article-small.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-paragraph-article-small.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-paragraph-article-small.medium.centre {
    text-align: center;
  }

  .copy-para {
    font-size: 18px;
  }

  .copy-para.article {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-para.reverse {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-para.menu {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .copy-para.menu.open {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-para.menu.open.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .copy-para.bullet {
    font-size: 16px;
    line-height: 22px;
  }

  .copy-para.head {
    font-size: 26px;
    line-height: 30px;
  }

  .copy-para.pull-out {
    font-size: 26px;
    line-height: 32px;
  }

  .copy-para.medium {
    text-align: left;
    font-size: 18px;
  }

  .copy-para.medium.centre {
    text-align: center;
  }

  .subs-block-copy.stack {
    margin-bottom: .5em;
  }
}

#w-node-_72960c49-1d4c-0167-0821-061760c45125-372cdd25, #w-node-f4b5eccb-d3a3-8118-a7d1-fa5b673aae8d-372cdd25, #w-node-_3a039086-0234-1950-3a7e-39ab9ce7baf5-372cdd25, #w-node-c52c3106-5e28-f1df-63a8-3535117c6be9-54906a16, #w-node-_09f3a4e3-8184-6963-25e6-9e5c10357208-54906a16, #w-node-d74e34a9-de7d-e974-b559-349721ac9d87-54906a16, #w-node-ae8302ef-b7a2-6c37-4f08-7ea7456d8767-54906a16, #w-node-be0e07dd-2745-d0d1-27b2-a8527addcbbd-54906a16 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: auto;
}


@font-face {
  font-family: 'Helvetica Now Display Medium';
  src: url('../fonts/helveticanowdisplay-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Grotesk Compressed';
  src: url('../fonts/american-grotesk-compressed-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}