@font-face {
  font-family: Inter;
  src: url('../fonts/inter-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-extrabold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radio Grotesk;
  src: url('../fonts/ppradiogrotesk-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-beige: #fefaf7;
  --dark-bluey: #363b4e;
  --coral: #e57962;
  --coral-accessible: #d56850;
  --coral-accessible-4-5: #b34c36;
  --dark-beige: #e5c5a5;
  --light-bluey: #6370a1;
  --middle-beige: #f9eee6;
  --white: white;
  --black: #0003;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -1px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Radio Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

a {
  color: #000;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-light-beige {
  background-color: var(--light-beige);
  color: #f5f5f5;
}

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

.text-color-dark-bluey {
  color: var(--dark-bluey);
}

.text-color-light-beige {
  color: var(--light-beige);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-small {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.title-big {
  letter-spacing: -.25px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.padding-global {
  cursor: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-coral {
  border: 2px solid var(--coral);
  color: var(--coral);
  border-radius: 200px;
}

.text-color-coral.padding {
  padding-left: .8rem;
  padding-right: .8rem;
}

.text-color-coral.padding.marral-accessible-text {
  color: #d56850;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .875rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-dark-bluey {
  background-color: var(--dark-bluey);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-light-beige.opacity-60 {
  opacity: .6;
}

.title-extra-small {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-coral {
  background-color: var(--coral);
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  cursor: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  width: auto;
  font-size: 2rem;
}

.text-size-large.text-weight-medium.text-color-beige {
  color: var(--coral-accessible);
}

.text-size-large.text-align-center {
  font-size: 1.8rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.title-medium {
  letter-spacing: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.title-medium.text-color-dark-bluey.text-align-center {
  margin-top: auto;
  margin-bottom: auto;
}

.page-wrapper {
  overflow: visible;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1.2px solid var(--coral);
  direction: ltr;
  color: var(--coral-accessible-4-5);
  text-align: center;
  text-transform: none;
  cursor: auto;
  background-color: #0000;
  border-radius: 300px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: .6rem 1.2rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.button:hover {
  background-color: var(--coral);
  color: var(--light-beige);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
}

.button.is-small:hover {
  background-color: var(--coral);
  color: var(--light-beige);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  background-color: var(--dark-bluey);
  color: var(--light-beige);
  cursor: auto;
  border: 1px #000;
}

.button.is-secondary:hover {
  background-color: var(--coral);
  border-style: none;
  border-width: 1px;
}

.button.display-hide {
  cursor: pointer;
  align-self: flex-start;
  display: flex;
  position: relative;
}

.button.is--contact {
  display: none;
}

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

.text-size-medium {
  font-size: 1.5rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-decoration: none;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--coral);
  color: var(--light-beige);
}

.fs-styleguide_color.is-2 {
  background-color: var(--dark-bluey);
  color: var(--light-beige);
}

.fs-styleguide_color.is-3 {
  background-color: var(--light-beige);
  color: var(--dark-bluey);
}

.fs-styleguide_color.is-4 {
  background-color: var(--dark-beige);
  color: var(--dark-bluey);
}

.fs-styleguide_color.is-5 {
  background-color: var(--light-bluey);
  color: var(--light-beige);
}

.fs-styleguide_color.is-6 {
  background-color: var(--middle-beige);
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
  display: block;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.background-color-beige {
  background-color: var(--dark-beige);
}

.background-color-light-bluey {
  background-color: var(--light-bluey);
}

.header_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: relative;
}

.header_logo-wrapper.margin-top.margin-small {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: visible;
}

.header_logo-wrapper.margin-top.margin-small.is--footer {
  justify-content: space-between;
  align-items: center;
}

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

.nav-menu {
  z-index: 4;
  justify-content: space-between;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-menu_wrapper.margin-top.margin-small {
  justify-content: space-between;
  align-items: center;
}

.nav-menu_location {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: wrap;
  place-content: center flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.img {
  object-fit: cover;
  object-position: 50% 30%;
  width: auto;
  height: auto;
}

.img.is--laptop {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img.is--lara.height-width-100 {
  object-position: 50% 10%;
}

.img.height-width-100 {
  object-fit: cover;
  height: 27.5rem;
}

.img.height-width-100.is--about {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 70%;
  width: 110%;
  max-width: none;
  height: auto;
  display: block;
}

.img.is--about {
  object-position: 50% 50%;
}

.services_wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.services_wrapper.is--large {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  align-items: stretch;
  width: 100%;
}

.service-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.service-title-wrapper.padding-bottom.padding-small.border-bottom {
  border-bottom: 1px solid var(--light-beige);
}

.service-title-wrapper.padding-bottom.padding-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--light-beige);
  flex-flow: row;
  align-items: stretch;
}

.service-title-wrapper.padding-bottom.padding-xsmall.margin-top {
  grid-column-gap: 1rem;
}

.service-title-wrapper.padding-bottom.padding-xsmall.margin-top.margin-small {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dark-bluey) var(--dark-bluey) #363b4e66;
  align-items: center;
}

.service-title-wrapper.padding-bottom.padding-xsmall.margin-top.margin-small.no-line {
  border-bottom-style: none;
}

.text-color-beige {
  color: var(--dark-beige);
}

.image-4 {
  max-width: 100%;
  font-size: .9rem;
}

.body {
  background-color: var(--light-beige);
  cursor: auto;
  overflow: visible;
}

.intro__skills-parent {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 9em 0% 0%;
}

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

.div-hide {
  flex: none;
  position: relative;
  overflow: hidden;
}

.div-hide.flex {
  align-items: center;
}

.intro__panel {
  width: 50%;
  height: 100%;
}

.intro__logo-text {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-dot {
  color: #fefaf7;
  background-color: #fefaf7;
  border-radius: 8000px;
  width: 4px;
  height: 4px;
}

.intro__skills-text {
  margin-top: 0;
  margin-bottom: 0;
}

.intro__skills-text.paragraph-small.text-lightbeige {
  margin-left: 1em;
  margin-right: 1em;
}

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

.intro {
  z-index: 9999;
  background-color: var(--coral);
  color: var(--light-beige);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro__loader-parent {
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.hero_wrapper-fullscreen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.hero_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  height: auto;
  display: grid;
}

.hero_content-wrapper.margin-top.margin-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: 28rem 24rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: auto;
  display: grid;
  position: relative;
}

.section_introduction {
  display: block;
}

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

.section_work-wrapper {
  margin-bottom: 0;
}

.tickertape {
  text-align: center;
  font-size: 4rem;
}

.tickertape.text-align-center {
  font-size: 11.25rem;
}

.tickertape.text-align-center.text-color-beige {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 13rem;
  display: inline-block;
}

.tickertape.text-align-center.text-color-beige.margin-right.margin-large {
  font-size: 14rem;
}

.heading-5 {
  font-size: 1.125rem;
}

.section_work {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.section-case {
  background-color: #fefaf700;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section-case.background-color-light-beige {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  top: 0;
}

.section-case.background-color-light-beige.is--1 {
  pointer-events: auto;
  cursor: none;
  top: 0;
}

.case_img-wrapper {
  object-fit: fill;
  border-radius: 24px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.cursor {
  background-image: linear-gradient(to bottom, var(--coral), var(--coral));
  opacity: 0;
  border-radius: 3000px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-7 {
  color: var(--light-beige);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  font-size: 1.4rem;
  font-weight: 400;
}

.ticker_inner {
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.ticker-outer {
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section_services {
  margin-top: -30px;
  position: relative;
}

.section_services.background-color-dark-bluey.rounded-32px {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.text-block {
  flex: 0 auto;
}

.text-block.font-lighter {
  color: var(--light-beige);
}

.div-block-3, .div-block-4, .div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.background-color-middle-beige {
  background-color: var(--middle-beige);
}

.heading-9 {
  letter-spacing: 0;
  font-size: 2.5rem;
}

.heading-10 {
  letter-spacing: 0;
  font-size: 2rem;
}

.logo-element-text {
  width: 100%;
  max-width: none;
}

.img-bloom-logo {
  width: 100%;
}

.logo_element-wrapper-text {
  overflow: hidden;
}

.logo_element-wrapper-bloom {
  width: 12vw;
  min-width: 7rem;
  margin-top: 30px;
  overflow: hidden;
}

.logo_element-wrapper-bloom.is--footer {
  margin-top: -10px;
}

.hero_content-block-background {
  width: 100%;
  height: 100%;
}

.hero_content-block-background.background-color-light-beige {
  position: relative;
  overflow: visible;
}

.hero_content-block-background.background-color-light-beige.padding-right-bottom {
  height: 100%;
  padding-bottom: 24px;
  padding-right: 24px;
  position: relative;
}

.hero_content-block-background.background-color-light-beige.padding-left-top {
  padding-top: 24px;
  padding-left: 24px;
  position: relative;
}

.hero_content-block-background.background-color-middle-beige.rounded-24px {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper.rounded-24px {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-wrapper.rounded-24px.flex-top {
  justify-content: center;
  align-items: flex-start;
}

.img-wrapper.rounded-24px.flex-top.is--expertise {
  height: 27.5rem;
}

.img-wrapper.height-width-100.rounded-32px {
  border-radius: 0;
}

.corner-right-bottom {
  width: 40px;
  max-width: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(0);
}

.rounded-24px {
  border-radius: 24px;
}

.corner-left-bottom {
  transform-style: preserve-3d;
  width: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.rounded-32px {
  border-radius: 32px;
}

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

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

.corner-right-top {
  width: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(270deg);
}

.corner-left-top {
  width: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.wrapper-flex-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper-flex-left.height-width-100 {
  justify-content: center;
  align-items: flex-start;
}

.wrapper-flex-left.height-width-100.padding {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}

.start-project-cta {
  align-self: center;
  position: static;
  inset: 0% 0% auto;
}

.start-project-cta.is--viewsite {
  max-width: 85%;
}

.start-project-cta-wrapper {
  z-index: 1000;
  cursor: auto;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto 5% -10% auto;
}

.start-project-cta-wrapper.is--services {
  cursor: auto;
  bottom: -4%;
  right: 6%;
  overflow: visible;
}

.start-project-cta-wrapper.is--viewsite {
  cursor: pointer;
  width: 11rem;
  height: 11rem;
  bottom: -30%;
}

.img-bloom {
  height: auto;
}

.img-bloom.position-absolute {
  width: 60%;
  position: absolute;
}

.img-bloom.is--principle {
  height: 4rem;
}

.project-header_wrapper.margin-top.margin-medium {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .75fr;
  display: grid;
}

.project_visual-wrapper {
  position: relative;
  overflow: hidden;
}

.project_visual-wrapper.rounded-24px.height-width-100 {
  z-index: 2;
  overflow: hidden;
}

.project_video {
  z-index: 2;
  width: auto;
  height: auto;
  position: relative;
}

.project_video.is--1 {
  height: 550px;
}

.project_video.is--1.height-width-100 {
  z-index: 2;
  aspect-ratio: 16 / 9;
  height: auto;
  position: relative;
}

.block-quote {
  font-size: 1.125rem;
}

.next-case_img-wrapper.rounded-24px.overflow-hidden {
  position: relative;
}

.project-content-wrapper {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.project-content-wrapper.margin-top.margin-medium {
  display: block;
}

.project-content-wrapper.margin-top.margin-medium.overflow-hidden {
  z-index: 4;
}

.section_next-case {
  z-index: 1;
  cursor: none;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.section_next-case.background-color-middle-beige.rounded-32px {
  margin-top: -40px;
}

.project-title {
  width: 90%;
}

.cursor-text {
  color: var(--light-beige);
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.service-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-wrapper.margin-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}

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

.display-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.display-flex.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.divider-line {
  background-color: #fefaf799;
  height: .8px;
}

.introduction_wrappar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.introduction_wrappar.padding-custom1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section_about.margin-top.margin-xhuge {
  position: relative;
  top: 0;
}

.section_about.margin-top.margin-xhuge.rounded-32px {
  z-index: 8;
}

.about_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about_photo-wrapper {
  aspect-ratio: 1;
  border-radius: 3070px;
  width: 60%;
  height: auto;
  overflow: hidden;
}

.profile_picture {
  width: 2.3rem;
  height: 2.3rem;
}

.story_handle {
  font-size: 1.2rem;
}

.story_handle.text-weight-medium {
  font-size: 1.125rem;
}

.story_handle-wrapper {
  z-index: 5;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-image: linear-gradient(#000c, #0000);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.story_hashtags-wrapper {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1rem;
}

.story_hashtag {
  border: 1px solid var(--light-beige);
  border-radius: 20px;
  padding: .2rem .5rem;
}

.story_hashtag.text-size-small.text-weight-medium.text-color-light-beige {
  display: inline-flex;
}

.swiper.swiper-movies {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  overflow: visible;
}

.swiper-slide {
  aspect-ratio: 9 / 16;
  flex: none;
  width: 25%;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.height-width-100 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.swiper-slide-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.swiper-slide-wrapper {
  width: 18rem;
  height: 32rem;
}

.swiper-slide-wrapper.rounded-24px {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.slider-button-wrapper.margin-top.margin-large {
  display: none;
}

.slider-button {
  border: 1px solid var(--coral);
  border-radius: 3000px;
  width: 7rem;
  height: 3rem;
}

.slider-main_component.margin-top.margin-medium {
  display: none;
}

.section_photo {
  height: 100%;
  margin-top: 0;
  position: relative;
  top: auto;
}

.section_footer {
  border-top-left-radius: 32px;
  height: 100vh;
}

.section_footer.background-color-dark-bluey {
  z-index: 500;
  border-top-right-radius: 32px;
  height: auto;
  margin-top: -2rem;
  position: relative;
}

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

.footer_contact-wrapper.margin-top.margin-large {
  grid-template-columns: 1.75fr 1fr;
}

.footer_wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 60vh;
  display: flex;
}

.footer_details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #fefaf766;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_detail-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.social-icons_wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon_wrapper {
  cursor: auto;
  display: block;
}

.social-icon {
  opacity: .6;
}

.footer_contact-detail-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-bottom: .8px solid #fefaf799;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
}

.footer_contact-detail-wrapper.is--phone {
  display: none;
}

.e-mail {
  font-size: 1rem;
}

.e-mail.text-color-light-beige {
  cursor: auto;
  text-decoration: none;
  transition: color .3s;
}

.e-mail.text-color-light-beige:hover {
  color: #fefaf799;
}

.contact_details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.border-footer {
  border-top: 1px solid #fefaf766;
}

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

.principle_wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.menu_container {
  z-index: 10000;
  pointer-events: auto;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 4% 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.menu_wrap {
  background-color: var(--dark-bluey);
  border-radius: 100vw;
  max-width: 100%;
  padding: .3rem;
  display: inline-block;
  position: relative;
}

.menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.menu_link {
  z-index: 2;
  color: var(--light-beige);
  text-align: center;
  cursor: pointer;
  border-radius: 300vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .6rem 1.4rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: block;
  position: relative;
}

.menu_link:hover {
  color: #fefaf799;
  background-color: #363b4e00;
}

.menu_link.w--current {
  color: var(--light-beige);
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.menu_link.is--back {
  padding: 0;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0);
}

.menu_shape-bg {
  border: 1px solid var(--coral);
  background-color: var(--coral);
  border-radius: 100vw;
  width: 100%;
  height: 100%;
}

.img-footer {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.heading-11 {
  letter-spacing: -.25px;
}

.next-case_img {
  width: 100%;
}

.next-case_img.height-width-100 {
  object-fit: cover;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.scroll-wrap.is-footer {
  z-index: 1;
  margin-top: -70px;
  position: sticky;
  top: 0;
}

.scroll-trigger {
  pointer-events: none;
  border: 10px red;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item-case {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.next-case_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: none;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.next-case_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.next-case_button {
  z-index: 100;
  background-color: var(--coral);
  border-radius: 100vw;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 7% 2% auto auto;
}

.principles-title.text-color-dark-bluey {
  font-size: 1.5rem;
}

.menu_back-link {
  z-index: 100;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-3 {
  line-height: 1.4;
}

.background-video, .background-video-2, .background-video-3, .background-video-4, .background-video-5, .background-video-6 {
  display: block;
}

.service_deliverables-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hidden-link {
  color: var(--light-beige);
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .container-small {
    max-width: 65rem;
  }

  .container-large {
    max-width: 93rem;
  }

  .container-medium {
    max-width: 78rem;
  }

  .logo_element-wrapper-bloom.is--footer {
    width: 12vw;
    margin-top: 10px;
  }

  .logo_element-wrapper-bloom.is--header {
    width: 10vw;
  }

  .project_video.is--1 {
    height: 630px;
  }

  .section_next-case {
    height: 120vh;
  }

  .project-title {
    width: 80%;
  }

  .slider-main_component.margin-top.margin-medium {
    display: none;
  }

  .footer_wrapper {
    height: 56vh;
  }

  .border-footer {
    border-top-color: #fefaf766;
  }

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

  .principle_wrapper {
    padding: 2rem;
  }

  .principle_wrapper.height-width-100 {
    padding: 3rem;
  }

  .bloom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .img-footer {
    object-position: 50% 30%;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  p, a {
    font-size: 1.125rem;
  }

  li {
    font-size: .85rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .text-color-dark-bluey.text-size-regular {
    font-size: .9rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .title-small {
    font-size: 1.25rem;
  }

  .title-small.text-color-light-beige {
    font-size: 1.4rem;
  }

  .title-big {
    font-size: 2.8rem;
  }

  .padding-section-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-size-tiny {
    font-size: .85rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .text-size-regular.text-color-dark-bluey.opacity-60 {
    font-size: .9rem;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .title-extra-small {
    font-size: 1rem;
  }

  .heading-style-h6 {
    font-size: .85rem;
    font-weight: 400;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large, .text-size-large.text-align-center {
    font-size: 1.5rem;
  }

  .title-medium {
    font-size: 1.8rem;
  }

  .heading-style-h5 {
    font-size: .85rem;
    font-weight: 400;
  }

  .button {
    padding: .4rem 1.1rem;
  }

  .button.is-small {
    padding: .6rem 1.1rem;
  }

  .button.is-secondary {
    padding: .4rem 1.1rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    display: block;
  }

  .header_logo-wrapper.margin-top.margin-small {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header_logo-wrapper.margin-top.margin-small.is--footer {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .img-case {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .img.is--lara {
    object-position: 50% 13%;
    width: 100%;
    height: 100%;
  }

  .services_wrapper {
    width: 100%;
  }

  .services_wrapper.is--large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero_wrapper-fullscreen {
    width: auto;
    height: 100%;
  }

  .hero_content-wrapper.margin-top.margin-large {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 18.5rem 14rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_introduction.margin-top.margin-xlarge {
    margin-top: 1rem;
  }

  .tickertape.text-align-center.text-color-beige, .tickertape.text-align-center.text-color-beige.margin-right.margin-large {
    font-size: 9rem;
  }

  .heading-5, .heading-6 {
    font-size: .85rem;
  }

  .section_work {
    height: 30vh;
    min-height: 30vh;
  }

  .section-case.background-color-light-beige, .section-case.background-color-light-beige.is--1 {
    min-height: 70vh;
    top: 30vh;
  }

  .case_img-wrapper {
    height: 100vh;
  }

  .cursor-wrapper {
    z-index: 990;
    display: none;
  }

  .text-block {
    font-size: .9rem;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-9 {
    font-size: 1.75rem;
  }

  .heading-10 {
    font-size: 1.25rem;
  }

  .logo-element-text.is--header {
    width: 100%;
  }

  .logo_element-wrapper-bloom {
    width: 100%;
    height: 100%;
    display: inline-flex;
  }

  .logo_element-wrapper-bloom.is--footer {
    justify-content: center;
    align-items: center;
    width: 20vw;
    min-width: 6rem;
    margin-top: -10px;
  }

  .logo_element-wrapper-bloom.is--header {
    width: 20vw;
    min-width: 5.5rem;
    max-width: 7.2rem;
    margin-top: 14px;
    display: block;
  }

  .hero_content-block-background.background-color-middle-beige.rounded-24px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-flex-left.height-width-100.padding {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1.8rem;
  }

  .start-project-cta-wrapper {
    width: 9rem;
    height: 9rem;
    bottom: -12%;
  }

  .start-project-cta-wrapper.is--services {
    bottom: -2%;
  }

  .start-project-cta-wrapper.is--viewsite {
    width: 10rem;
    height: 10rem;
  }

  .img-bloom.is--principle {
    height: 3rem;
  }

  .project_video.is--1 {
    height: 420px;
  }

  .section_next-case {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .cursor-text {
    font-size: 1rem;
  }

  .service-wrapper.margin-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
  }

  .display-grid-2rows-2columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .swiper-slide {
    width: 40%;
  }

  .section_footer.background-color-dark-bluey {
    margin-top: -1.7rem;
  }

  .footer_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
  }

  .principle_wrapper.height-width-100 {
    padding: 2rem;
  }

  .menu_container {
    padding-bottom: 4%;
    inset: auto 0% 0%;
  }

  .menu_wrap {
    z-index: 5;
  }

  .menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .menu_link, .menu_link.w--current, .text-block-2 {
    font-size: .9rem;
  }

  .next-case_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .next-case_button {
    width: 110px;
    height: 110px;
    display: none;
    inset: 244px 0% 0% 45%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .title-small {
    font-size: 1.5rem;
  }

  .text-rich-text p {
    font-size: 1rem;
  }

  .title-big {
    font-size: 2.4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-color-coral.padding {
    white-space: nowrap;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .title-extra-small {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    text-align: center;
    font-size: 1.5rem;
  }

  .text-size-large.text-color-beige.text-weight-medium {
    font-size: 1rem;
  }

  .text-size-large.text-weight-medium.text-color-beige, .text-size-large.text-color-light-beige {
    font-size: 1.5rem;
  }

  .text-size-large.text-align-center {
    font-size: 1.25rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .header_logo-wrapper.margin-top.margin-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header_logo-wrapper.margin-top.margin-small.is--footer {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .nav-menu_location {
    display: none;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .img.is--lara {
    object-position: 50% 10%;
    width: 100%;
  }

  .img.height-width-100 {
    height: 100%;
  }

  .img.height-width-100.is--about {
    width: 100%;
  }

  .services_wrapper.is--large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services_wrapper.is--large.margin-top.margin-large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-title-wrapper.padding-bottom.padding-xsmall {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: .8rem;
  }

  .text-color-beige.text-weight-medium {
    white-space: nowrap;
  }

  .hero_wrapper-fullscreen {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .hero_content-wrapper.margin-top.margin-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 16rem 20rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_introduction.margin-top.margin-xlarge {
    margin-top: 0;
  }

  .tickertape.text-align-center.text-color-beige {
    font-size: 8rem;
  }

  .tickertape.text-align-center.text-color-beige.margin-right.margin-large {
    font-size: 6rem;
  }

  .section_work {
    min-height: 30vh;
  }

  .logo_element-wrapper-bloom.is--footer {
    width: 24vw;
    min-width: 4rem;
  }

  .logo_element-wrapper-bloom.is--header {
    width: 12rem;
    min-width: 3.7rem;
    max-width: 10rem;
  }

  .hero_content-block-background.background-color-light-beige.padding-right-bottom {
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero_content-block-background.background-color-light-beige.padding-left-top {
    display: none;
  }

  .img-wrapper.rounded-24px.flex-top.is--expertise {
    height: 20rem;
  }

  .corner-right-bottom, .corner-left-bottom, .corner-right-top, .corner-left-top {
    display: none;
  }

  .wrapper-flex-left.height-width-100.padding {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .start-project-cta-wrapper {
    width: 8rem;
    height: 8rem;
    bottom: -8%;
  }

  .start-project-cta-wrapper.is--viewsite {
    width: 9rem;
    height: 9rem;
  }

  .img-bloom.is--principle {
    height: 2.5rem;
  }

  .section_project-header.margin-top.margin-huge {
    margin-top: 5rem;
  }

  .project-header_wrapper.margin-top.margin-medium {
    grid-template-columns: .5fr .75fr;
  }

  .project_video.is--1 {
    height: 330px;
  }

  .block-quote {
    font-size: 1rem;
  }

  .section_next-case {
    height: 83vh;
  }

  .project-title {
    font-size: 1.7rem;
  }

  .display-grid-2rows-2columns {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .display-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .about_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .about_photo-wrapper {
    width: 30%;
  }

  .section_footer.background-color-dark-bluey {
    margin-top: -2rem;
  }

  .footer_contact-wrapper.margin-top.margin-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1.75fr;
    margin-top: 2.5rem;
    display: flex;
  }

  .footer_wrapper {
    height: auto;
    margin-bottom: 1.25rem;
  }

  .footer_details-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
  }

  .footer_contact-detail-wrapper {
    width: 50%;
    display: inline-flex;
  }

  .contact_details-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .principles_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .principle_wrapper.height-width-100 {
    padding: 1.5rem 1.7rem;
  }

  .menu_container {
    padding-bottom: 6%;
  }

  .menu_link {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: .95rem;
  }

  .menu_link.w--current {
    font-size: .95rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .image-9 {
    max-width: 90%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-dark-bluey.text-align-center {
    font-size: 1rem;
  }

  .title-small {
    line-height: 1.4;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-rich-text p {
    font-size: 1rem;
  }

  .text-rich-text a {
    font-size: .85rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .title-big {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-color-light-beige {
    font-size: 1rem;
  }

  .text-size-small.text-color-light-beige.opacity-60 {
    font-size: .8rem;
  }

  .padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .text-size-large, .text-size-large.text-color-beige.text-weight-medium {
    font-size: 1.25rem;
  }

  .text-size-large.text-weight-medium.text-color-beige {
    font-size: 1.2rem;
  }

  .text-size-large.text-color-light-beige {
    text-align: left;
    font-size: 1.25rem;
  }

  .title-medium {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .title-medium.text-color-dark-bluey.text-align-center {
    font-size: 2rem;
  }

  .title-medium.is--headertitle {
    font-size: 1.8rem;
  }

  .page-wrapper, .main-wrapper {
    overflow: visible;
  }

  .button.is-small {
    padding-left: .9rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 2rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .header_logo-wrapper.margin-top.margin-small {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .header_logo-wrapper.margin-top.margin-small.is--footer {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .nav-menu {
    z-index: 100000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu_logo {
    width: 35%;
  }

  .nav-menu_logo.w--current {
    width: 31%;
  }

  .nav-menu_wrapper.margin-top.margin-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img.height-width-100 {
    height: 100%;
  }

  .services_wrapper.is--large.margin-top.margin-large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .service-title-wrapper.padding-bottom.padding-small.border-bottom {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .service-title-wrapper.padding-bottom.padding-xsmall {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .service-title-wrapper.padding-bottom.padding-xsmall.margin-top.margin-small {
    padding-bottom: .4rem;
  }

  .text-color-beige.text-weight-medium {
    font-size: .9rem;
  }

  .intro {
    display: none;
  }

  .hero_wrapper-fullscreen {
    padding-top: 5rem;
  }

  .hero_content-wrapper.margin-top.margin-large {
    grid-template-rows: auto auto;
    margin-top: 1.5rem;
  }

  .section_introduction.margin-top.margin-xlarge {
    margin-top: 2rem;
  }

  .section_work-wrapper {
    overflow: visible;
  }

  .tickertape.text-align-center.text-color-beige {
    font-size: 5.5rem;
  }

  .tickertape.text-align-center.text-color-beige.margin-right.margin-large {
    font-size: 6rem;
  }

  .section_work {
    top: 0;
    overflow: hidden;
  }

  .section-case.background-color-light-beige {
    min-height: auto;
  }

  .section-case.background-color-light-beige.is--1 {
    min-height: auto;
    margin-top: 0;
    top: 30vh;
  }

  .case_img-wrapper {
    height: 50vh;
  }

  .cursor-wrapper {
    display: none;
  }

  .cursor {
    z-index: 90;
    opacity: 1;
    width: 140px;
    height: 140px;
    position: absolute;
    inset: auto;
  }

  .section_services.background-color-dark-bluey.rounded-32px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: visible;
  }

  .text-block {
    font-size: .9rem;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .heading-10 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .logo_element-wrapper-bloom.is--footer {
    width: 47vw;
    min-width: 2.1rem;
    margin-top: -1px;
  }

  .logo_element-wrapper-bloom.is--header {
    min-width: 2.1rem;
    margin-top: 9px;
  }

  .img-wrapper.rounded-24px.flex-top.is--expertise {
    height: 13rem;
  }

  .img-wrapper.height-width-100.rounded-32px {
    border-radius: 24px;
  }

  .wrapper-flex-left.height-width-100.padding {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    padding: 2rem 1.4rem;
  }

  .start-project-cta-wrapper {
    width: 7.5rem;
    height: 7.5rem;
    bottom: -9%;
  }

  .start-project-cta-wrapper.is--services {
    width: 7rem;
    height: 7rem;
    right: 8%;
  }

  .start-project-cta-wrapper.is--viewsite {
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    bottom: -35%;
    right: 1%;
  }

  .project-header_wrapper.margin-top.margin-medium {
    grid-template-columns: 1fr .75fr;
  }

  .project_visual-wrapper.rounded-24px {
    border-radius: 16px;
  }

  .project_visual-wrapper.rounded-24px.height-width-100 {
    margin-top: 20px;
  }

  .project_video.is--1 {
    height: auto;
  }

  .next-case_img-wrapper.rounded-24px.overflow-hidden {
    height: 19.375rem;
  }

  .project-content-wrapper.margin-top.margin-medium.overflow-hidden.background-color-light-beige {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .section_next-case {
    height: 79vh;
  }

  .project-title {
    width: 100%;
  }

  .cursor-text {
    font-size: 1.1rem;
  }

  .service-wrapper.margin-top {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .display-grid-2rows-2columns {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .display-flex.align-left {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
  }

  .introduction_wrappar.padding-custom1 {
    padding: 0;
  }

  .section_photo {
    height: 70vh;
  }

  .section_footer.background-color-dark-bluey {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-top: -3rem;
  }

  .footer_contact-wrapper.margin-top.margin-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer_details-wrapper {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .footer_detail-wrapper {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .footer_contact-detail-wrapper {
    align-self: auto;
    width: auto;
  }

  .e-mail.text-color-light-beige {
    font-size: .9rem;
  }

  .contact_details-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
  }

  .principle_wrapper.height-width-100 {
    padding: 1.2rem 1.5rem;
  }

  .menu_wrap {
    padding: .2rem;
  }

  .menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu_link {
    padding: .8rem 1.2rem;
    font-size: .95rem;
  }

  .menu_link.w--current {
    font-size: .95rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .img-footer {
    object-position: 40% 40%;
  }

  .image-9 {
    width: 100%;
    max-width: none;
  }

  .next-case_img.height-width-100 {
    object-position: 40% 50%;
  }

  .next-case_wrapper {
    height: auto;
  }
}

#w-node-_3d8082dd-f317-cb1a-3d84-7466e413a279-eeca99c3, #w-node-f896f9fa-b23c-dc86-37d0-6c8f15990289-eeca99c3, #w-node-d1a8a779-a0d1-442d-cda9-103ac6ce72c5-eeca99c3, #w-node-_648721ca-2fda-3a28-3f1a-e4cb4de4db13-eeca99c3, #w-node-_06eaef72-8e30-e288-ccc4-66c3752ce73c-eeca99c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eabe8c12-22ee-d571-5c7b-a8ae60d02f33-eeca99c3, #w-node-_8c703d29-f8e2-6f6b-9a9f-ae03527efc4d-eeca99c3, #w-node-_879951d8-0e62-e435-ccae-1758bccaa4d4-eeca99c3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fc2df3b4-a663-e095-c2a4-a5857df24f00-eeca99c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc2df3b4-a663-e095-c2a4-a5857df24f04-eeca99c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fc2df3b4-a663-e095-c2a4-a5857df24f27-eeca99c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a376f7c-e6df-9f1f-d0ac-e064689a70d7-eeca99c3 {
  place-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-eeca99c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-eeca99c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-eeca99c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-eeca99c6, #w-node-cda76afb-aafc-2410-4a30-c2c8ea5af68e-eeca99c6, #w-node-cda76afb-aafc-2410-4a30-c2c8ea5af68f-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-eeca99c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-eeca99c6 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-eeca99c6, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-eeca99c6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-eeca99c6 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-eeca99c6, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-eeca99c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-eeca99c6 {
  justify-self: start;
}

#w-node-_4b87b3af-df82-3d51-f036-4c0fba4e3249-eeca99c7 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_648721ca-2fda-3a28-3f1a-e4cb4de4db13-eeca99c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eabe8c12-22ee-d571-5c7b-a8ae60d02f33-eeca99c3, #w-node-_8c703d29-f8e2-6f6b-9a9f-ae03527efc4d-eeca99c3, #w-node-_879951d8-0e62-e435-ccae-1758bccaa4d4-eeca99c3 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d8082dd-f317-cb1a-3d84-7466e413a279-eeca99c3 {
    order: 0;
  }

  #w-node-f896f9fa-b23c-dc86-37d0-6c8f15990289-eeca99c3 {
    order: -9999;
  }

  #w-node-fc2df3b4-a663-e095-c2a4-a5857df24f04-eeca99c3 {
    order: 9999;
  }

  #w-node-fc2df3b4-a663-e095-c2a4-a5857df24f27-eeca99c3 {
    order: 3;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radio Grotesk';
  src: url('../fonts/ppradiogrotesk-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}