:root {
  --sb-text-dark: #0a0114;
  --white-white: white;
  --sb-text-light: white;
  --sb-hover-colour: #fff9ee;
  --sb-dark-background: #0a0114;
  --ff-blue: #2f5785;
  --ff-yellow: #fff8d9;
  --sb-shadow: #1d150626;
  --sb-dark-opacity: #0a0114f2;
  --sb-highlight: #ffeed0;
}

body {
  color: var(--sb-text-dark);
  letter-spacing: .03em;
  font-family: Founders grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
}

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

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-right: 1px solid var(--sb-text-dark);
  border-left: 1px none var(--sb-text-dark);
  margin: 4rem auto;
  padding: 0 4rem 0 2rem;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.4;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: left;
  margin-top: .5rem;
  font-size: 1.2rem;
}

.sb-main {
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
}

.sb-nav {
  z-index: 100;
  background-color: var(--white-white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.sb-nav.border__all {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.sb-footer {
  z-index: 100;
  background-color: var(--white-white);
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: .2rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.sb-home__grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.sb-nav__form-block {
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.sb-nav__section-container {
  flex-direction: column;
  flex: 0 33.3333vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sb-home__cms-item {
  flex: 1;
  position: relative;
}

.sb-home__cms-item:last-child {
  border-bottom-style: none;
}

.sb-home__news-cms-list {
  flex-flow: column wrap;
}

.text__small {
  font-size: 1rem;
  line-height: 1.6;
}

.margins__bottom-only {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margins__small {
  margin: 2rem;
}

.margins__small.margins__bottom-only {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margins__small.margins__top-only {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margins__medium {
  margin: 4rem;
}

.margins__medium.margins__bottom-only {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margins__x-small {
  margin: 1rem;
}

.margins__x-small.margins__bottom-only {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.border__all {
  border-style: solid;
  border-width: 1px;
}

.text__x-large {
  font-size: 3rem;
  line-height: 1.2;
}

.padding__sides-only {
  padding-top: 0;
  padding-bottom: 0;
}

.padding__top-bottom-only {
  padding-left: 0;
  padding-right: 0;
}

.padding__x-small {
  flex: 1;
  padding: 1rem;
}

.padding__x-small.padding__top-bottom-only {
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.padding__x-small.is--audio-player {
  padding-bottom: .8rem;
}

.text__medium {
  font-size: 1.6rem;
  line-height: 1.4;
}

.button {
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
}

.button:hover {
  background-color: var(--sb-text-dark);
  color: var(--sb-text-light);
}

.button::placeholder {
  color: #bfd8d1;
}

.text__bold {
  font-weight: 700;
}

.text__large {
  font-size: 2rem;
  line-height: 1.3;
}

.text__regular {
  font-size: 1.2rem;
  line-height: 1.5;
}

.margins__top-only {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text__x-small {
  font-size: .8rem;
  line-height: 1.75;
}

.padding__small {
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.padding__small.padding__sides-only {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.text__underline {
  text-decoration: underline;
}

.text__center {
  text-align: center;
}

.sb-home__cms-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: 100%;
  display: grid;
}

.sb-home__work-image-container {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.sb-home__project-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sb-footer__container {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.sb-home__cms-item-background {
  z-index: -1;
  background-color: var(--sb-hover-colour);
  opacity: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sb-component__max-width-container {
  width: 100%;
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-component__max-width-container.is--left-alighned {
  margin-left: 0;
  margin-right: auto;
}

.sb-nav__checkbox-label {
  margin-bottom: 0;
  display: none;
}

.sb-nav__text {
  color: var(--sb-text-dark);
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .9;
  text-decoration: none;
}

.sb-component__cms-page-header-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.sb-component__previous-next-text {
  cursor: default;
  line-height: 1.3;
}

.is--hidden {
  display: none;
}

.sb-component__previous-next-container {
  color: var(--sb-text-dark);
  border-bottom: .1em solid #0000;
  position: relative;
  overflow: hidden;
}

.sb-component__previous-next-container:hover {
  border-bottom-color: var(--sb-text-dark);
}

.sb-home__news-link-block {
  color: var(--sb-text-dark);
  width: 100%;
  text-decoration: none;
}

.font__pressura {
  text-transform: uppercase;
  font-family: Gt pressura mono, sans-serif;
}

.font__founders {
  font-family: Founders grotesk, sans-serif;
}

.sb-nav__checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sb-nav__checkbox {
  border-width: 2px;
  border-color: var(--sb-text-dark);
  border-radius: 50vw;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: -2rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sb-nav__checkbox.w--redirected-checked {
  background-color: var(--sb-text-dark);
  background-image: none;
  border-style: none;
}

.colour__sb-dark {
  background-color: var(--sb-dark-background);
  color: var(--sb-text-light);
}

.sb-nav__link-block {
  cursor: pointer;
  border-bottom: .1em solid #0000;
  text-decoration: none;
}

.sb-nav__link-block:hover {
  border-bottom-color: var(--sb-text-dark);
}

.sb-utility {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sb-utility__heading {
  margin-bottom: 2rem;
}

.sb-utility__link-block {
  color: var(--sb-text-light);
  border-bottom: .1em solid #0000;
  text-decoration: none;
  transition: all .2s;
}

.sb-utility__link-block:hover {
  border-bottom-color: var(--sb-text-light);
}

.sb-utility__link-block.animation__fade-in--300ms {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.sb-utility-main {
  height: 100vh;
  display: flex;
}

.sb-utility-main.colour__sb-dark {
  justify-content: center;
  align-items: center;
}

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

.sb-utility__submit {
  border: .1em solid var(--sb-text-light);
  background-color: #0000;
  min-height: 4rem;
  transition: all .2s;
}

.sb-utility__submit:hover {
  background-color: var(--sb-text-light);
  color: var(--sb-text-dark);
}

.sb-utility__submit.text__medium.font__pressura.animation__fade-in--400ms {
  border-style: solid;
  border-color: var(--sb-hover-colour);
}

.sb-utility__password {
  border: .1em solid var(--sb-text-light);
  color: var(--sb-text-light);
  text-align: center;
  background-color: #0000;
  min-height: 4rem;
  padding: 1rem;
}

.sb-utility__password::placeholder {
  color: #1d150666;
}

.sb-utility__password.text__medium.font__founders.animation__fade-in--300ms {
  color: var(--sb-text-light);
  text-transform: uppercase;
  font-family: Gt pressura mono trial;
}

.sb-utility__password.text__medium.font__founders.animation__fade-in--300ms::placeholder {
  color: var(--sb-text-dark);
}

.sb-utility__password-wrapper {
  text-align: center;
}

.sb-home__cms-item--news {
  position: relative;
}

.sb-home__cms-item--news.border__all {
  border-color: #000;
  border-top-style: none;
  border-bottom-width: 3px;
  border-left-style: none;
  border-right-style: none;
}

.sb-home__cms-item--news.border__all:last-child {
  border-bottom-style: none;
}

.mm__cc-button {
  color: var(--sb-text-dark);
  text-transform: uppercase;
  font-family: Gt pressura mono, sans-serif;
  font-weight: 400;
}

.mm__cc-button.is--close {
  margin-left: 0;
  margin-right: .5rem;
}

.mm__cc-button.is--preferences {
  margin-left: 0;
}

.mm__cc-buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  color: var(--sb-text-dark);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.mm__cc-form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.mm__cc-banner {
  z-index: 1000;
  background-color: var(--white-white);
  color: var(--sb-text-dark);
  width: 32vw;
  position: absolute;
  inset: auto auto .666667vw;
}

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

.mm__form-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  display: flex;
}

.mm__cc-checkbox {
  background-color: #fff;
  border-style: solid;
  border-color: #000;
  border-radius: 100vw;
  width: 1.5rem;
  height: 1.8rem;
  margin: .2rem;
}

.mm__cc-checkbox.w--redirected-checked {
  background-color: var(--sb-text-dark);
  background-image: none;
  border-color: #000;
  width: 1.5rem;
  height: 1.8rem;
  margin: .2rem .2rem .2rem auto;
}

.mm__cc-text {
  margin-bottom: 2rem;
}

.mm__cc-banner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mm__cc-checkbox-wrapper {
  border: 1px solid #000;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 3.5rem;
  height: 2rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.mm__cc-checkbox-wrapper.is--required {
  z-index: -1;
  cursor: not-allowed;
}

.mm__cc {
  color: var(--sb-text-dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.mm__cc-form-content-wrapper {
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.mm__cc-action-buttons {
  align-self: stretch;
}

.mm__cc-preferneces {
  z-index: 1000;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.mm__cc-preferneces.border__all {
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
}

.mm__cc-checkbox-onoff-label {
  z-index: -1;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2rem;
  font-size: .5rem;
  line-height: 1.3;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm__cc-checkbox-onoff-label.is--off {
  right: 0;
}

.mm__cc-checkbox-onoff-label.is--on {
  left: 0;
}

.mm__cc-form-item {
  border-bottom: 1px solid #000;
  flex-direction: column;
  padding-bottom: 1rem;
  display: flex;
}

.mm__cc-form-item.is--last {
  border-bottom-style: none;
  margin-bottom: 1rem;
}

.mm__cc-preferences-header {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.mm__cc-preferences-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100%;
  display: grid;
}

.mm__cc-preferences {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.mm__cc-preferences-button {
  white-space: nowrap;
  margin-right: .5rem;
}

.mm__cc-preferences-button.is--policy {
  margin-left: .5rem;
  margin-right: 0;
}

.mm__cc-checkbox-label {
  margin-bottom: 0;
  display: none;
}

.mm__cc-link {
  color: var(--sb-text-dark);
}

.mm__cc-preferences-column.border__all {
  border-style: none solid none none;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  margin-right: -.5px;
}

.mm__cc-form-block {
  height: 100%;
}

.mm__cc-background {
  background-color: var(--sb-dark-background);
  opacity: .9;
  flex: 1;
}

.sb-footer__small-print-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 3rem;
  display: grid;
}

.sb-footer__small-print-wrapper.text__x-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
}

.sb-footer__links-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.sb-footer__link-block {
  color: var(--sb-text-dark);
  border-bottom: .1em solid #0000;
  text-decoration: none;
}

.sb-footer__link-block:hover {
  border-bottom-color: var(--sb-text-dark);
}

.sb-component__sticky-wrapper {
  height: calc(100dvh - 4rem);
  position: sticky;
  top: 4rem;
}

.sb-support {
  flex: 1;
  padding-top: 4rem;
  display: flex;
}

.sb-support__aside {
  flex: 0 33.3333vw;
  position: relative;
}

.sb-support__aside.border__all {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-left-style: none;
  border-left-color: #000;
}

.sb-support__section {
  flex: 1;
}

.sb-component__additional-content {
  flex: 1;
  margin-bottom: 2rem;
}

.sb-component__small-header {
  margin-bottom: 0;
}

.sb-footer__copyright-text {
  white-space: nowrap;
}

.sb-footer__search-wrapper {
  z-index: 0;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  position: relative;
}

.sb-footer__search-container {
  grid-column-gap: .5ch;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.sb-footer__search-input {
  z-index: 1;
  border-style: none none solid;
  border-width: 1px 1px .1em;
  border-color: black black var(--sb-text-dark);
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-bottom: -.2em;
  padding: 0 0 .2em;
  font-size: 1rem;
  position: relative;
}

.sb-footer__search-input::placeholder {
  color: #0000;
}

.sb-footer__search-input.is--large {
  text-transform: none;
  border-bottom-width: 1px;
  margin-bottom: 0;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 2rem;
  transition: all .2s;
}

.sb-footer__search-input.is--large:active, .sb-footer__search-input.is--large:focus {
  border-bottom-width: 3px;
  border-bottom-color: var(--sb-text-dark);
}

.sb-footer__search-input.is--large::placeholder {
  color: var(--sb-text-dark);
}

.sb-footer__search-label {
  z-index: 2;
  cursor: text;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.sb-footer__search-faux-icon {
  z-index: 1;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-top: .02em;
  position: relative;
}

.sb-footer__search-faux-icon.is--large {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
}

.sb-footer__search-input-wrapper {
  position: relative;
}

.sb-footer__search-embed {
  margin-bottom: 0;
}

.sb-component__contact-link.text__medium {
  color: var(--sb-text-light);
  border-bottom: .1em solid #0000;
  text-decoration: none;
}

.sb-component__contact-link.text__medium:hover {
  border-bottom-color: var(--sb-text-light);
}

.sb-utility__caption {
  position: absolute;
  inset: auto auto 0% 0%;
}

.sb-utility__caption.margins__x-small {
  display: none;
}

.sb-utility__caption-text {
  color: var(--sb-text-light);
  text-decoration: none;
}

.ff-section__header-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ff-section__header-wrapper.ff-padding__two.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
}

.ff-padding__half {
  padding: .5rem;
}

.ff-border__all {
  border-style: solid;
  border-width: 1px;
  border-right-color: #2f5785;
}

.ff-footer__logo-container {
  color: #fff8d9;
  text-decoration: none;
}

.ff-footer__logo-container:focus-visible {
  outline-color: #fff8d9;
}

.ff-footer__logo-container[data-wf-focus-visible] {
  outline-color: #fff8d9;
}

.ff-footer {
  min-height: 100vh;
}

.ff-navigation.ff-padding__two {
  padding-top: 1rem;
}

.ff-navigation.ff-padding__two.is--poster {
  padding: 2rem;
}

.ff-navigation.ff-padding__two.is--poster.ff-border__bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ff-home-contact__content-container.ff-padding__two.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
}

.ff-home-contact__content-container.ff-padding__one {
  padding-bottom: 1rem;
}

.ff-rich-text {
  font-size: .8em;
  font-weight: 700;
}

.ff-rich-text.ff-text__medium {
  font-family: Gt cinetype, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.ff-rich-text.ff-text__medium a {
  color: var(--ff-blue);
}

.ff-rich-text.ff-text__medium.ff-screening-manual {
  margin-top: -5.77rem;
}

.ff-rich-text p {
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.4;
  position: relative;
}

.ff-rich-text h2 {
  text-transform: uppercase;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 4rem -2rem 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Bayard, sans-serif;
  font-size: 1.66667em;
  font-weight: 400;
  line-height: .8;
}

.ff-rich-text h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.16667em;
  line-height: 1.2;
}

.ff-rich-text img {
  max-width: 50rem;
  height: auto;
}

.ff-rich-text figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.ff-rich-text figcaption {
  border-bottom: 1px solid var(--ff-blue);
  width: 49.9%;
  margin-top: 0;
  padding-bottom: .5rem;
  padding-right: 5%;
  font-size: .6em;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  left: -54%;
}

.ff-rich-text sup {
  font-weight: 700;
}

.ff-rich-text blockquote {
  border: 1px solid var(--ff-blue);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .7em 1em;
  font-size: 1em;
  font-style: normal;
}

.ff-form__field {
  color: #2f5785;
  background-color: #0000;
  border: 1px solid #2f5785;
  border-radius: 0;
  height: auto;
  padding: .625rem 1rem .6875rem;
  transition: all .2s;
}

.ff-form__field:focus {
  outline-offset: 0px;
  outline: 1px solid #2f5785;
}

.ff-form__field:focus-visible {
  outline-width: 3px;
  outline-color: #2f5785;
}

.ff-form__field[data-wf-focus-visible] {
  outline-width: 3px;
  outline-color: #2f5785;
}

.ff-form__field::placeholder {
  color: #2f578559;
}

.ff-form__field.ff-text__medium {
  margin-bottom: 0;
}

.ff-max-width {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ff-home-bulletins__blurb-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.ff-home-contact__section-container {
  font-style: normal;
}

.ff-home-hero__image {
  object-fit: contain;
  width: 80%;
}

.ff-home-hero__image.is--smaller {
  width: 70%;
}

.ff-home-manual__toc-container {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.ff-home-manual__toc-container.is--print {
  flex-direction: row;
}

.ff-f-rm__button--hidden {
  display: none;
}

.ff-home-manual__toc-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff8d9;
  flex-direction: column;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.ff-padding__two {
  padding: 1.7rem 2rem;
}

.ff-body {
  background-color: var(--ff-yellow);
  color: var(--ff-blue);
  letter-spacing: 0;
  font-family: Gt cinetype, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.ff-color__yellow {
  color: #2f5785;
  background-color: #fff8d9;
}

.ff-home-hero__section-container, .ff-footer__section-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.ff-footer__section-container.ff-border__all {
  border-color: #fff8d9;
}

.ff-navigation__container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  display: flex;
}

.ff-home-bulletins__disclaimer {
  max-width: 50%;
}

.ff-home-hero__blurb-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.ff-home-hero__blurb-wrapper.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
}

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

.ff-padding__one {
  padding: .8rem 1rem;
}

.ff-form__error {
  margin-top: 1rem;
}

.ff-form__error.ff-padding__one.ff-border__all {
  border-color: #2f5785;
}

.ff-navigation__tagline-wrapper {
  font-weight: 700;
}

.ff-navigation__tagline-wrapper.ff-border__all {
  border-style: none;
  border-color: #000;
}

.ff-home-hero {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  min-height: 100vh;
  position: relative;
}

.ff-home-hero.ff-padding__section {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.ff-footer__logo-image {
  width: 5rem;
  height: 5rem;
}

.ff-padding__section {
  flex-direction: column;
  padding: 1rem;
  display: flex;
}

.ff-footer__footnote-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ff-footer__footnote-wrapper.ff-padding__two {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ff-footer__footnote-wrapper.ff-padding__two.ff-border__all {
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
}

.ff-home-bulletins__bulletins-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.ff-home-bulletins__bulletins-wrapper.ff-padding__one {
  padding-top: 0;
  padding-bottom: 1rem;
}

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

.ff-navigation__logo-image {
  height: 7.5rem;
  position: absolute;
  top: 1.5rem;
}

.ff-navigation__logo-image:hover {
  opacity: .5;
}

.ff-navigation__logo-image.is--poster {
  height: 7rem;
  top: 1.7rem;
}

.ff-color__blue {
  color: #fff8d9;
  background-color: #2f5785;
}

.ff-home-manual__content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.ff-navigation__logo-wrapper {
  width: 11.5rem;
  height: 3rem;
}

.ff-home-hero__image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ff-home-hero__image-container.ff-padding__two {
  padding: 2.5rem;
}

.ff-home-hero__image-container.ff-padding__two.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
}

.ff-home-hero__image-container.ff-padding__two.ff-border__all.papers {
  border-right-style: none;
  border-right-color: #000;
}

.ff-home-hero__image-container.ff-padding__two.ff-border__all.papers.ff-border__bottom {
  border-bottom-style: solid;
  border-bottom-color: #2f5785;
}

.ff-form__block {
  margin-bottom: 0;
}

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

.ff-styles {
  display: none;
}

.ff-section__container {
  flex: 1;
}

.ff-section__container.ff-border__all {
  font-style: normal;
}

.ff-home-manual__toc-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.ff-home-manual__toc-wrapper.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
}

.ff-home-manual__toc-wrapper.ff-border__all.ff-padding__one {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ff-footer__logo-text {
  flex: 0 0 100%;
}

.ff-button__icon {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  display: flex;
}

.ff-button__icon.is--download {
  text-decoration: underline;
}

.ff-form__default-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.ff-footer__blurb-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.ff-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--ff-blue);
  cursor: pointer;
  background-color: #fff8d9;
  width: 100%;
  padding: .625rem 1rem .6875rem;
  text-decoration: none;
}

.ff-button:hover {
  color: #fff8d9;
  background-color: #2f5785;
  border: 1px solid #2f5785;
}

.ff-button:focus {
  outline-offset: 0px;
  outline: 3px solid #2f5785;
}

.ff-button:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #2f5785;
}

.ff-button[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #2f5785;
}

.ff-button.w--current {
  color: #fff8d9;
  background-color: #2f5785;
}

.ff-button.left-aligned {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--skip {
  opacity: 0;
  color: #000;
  background-color: #fff;
  width: auto;
  margin-top: -1rem;
  margin-bottom: -1rem;
  overflow: hidden;
  transform: translate(100vw);
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--skip:hover {
  color: #fff;
  background-color: #000;
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--skip:focus-visible {
  opacity: 1;
  transform: translate(0);
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--skip[data-wf-focus-visible] {
  opacity: 1;
  transform: translate(0);
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--btt.w--current {
  color: #2f5785;
  background-color: #0000;
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--btt.w--current:hover {
  color: #2f5785;
}

.ff-button.left-aligned.ff-border__all.ff-text__medium.is--print {
  align-items: center;
}

.ff-button.centred {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ff-button.centred.ff-border__all.ff-text__medium.is--cancel.w--current {
  background-color: var(--ff-yellow);
  color: var(--ff-blue);
}

.ff-text__large {
  font-size: 2rem;
  line-height: 1.3;
}

.ff-home-bulletins.ff-padding__section.ff-print-dialog__hide {
  display: none;
}

.ff-text__medium {
  font-size: 1.5rem;
  line-height: 1.4;
}

.ff-footer__link {
  color: #fff8d9;
  text-decoration: none;
}

.ff-footer__link:hover {
  text-decoration: underline;
}

.ff-footer__link:focus-visible {
  outline-color: #fff8d9;
}

.ff-footer__link[data-wf-focus-visible] {
  outline-color: #fff8d9;
}

.ff-home-manual__toc-gradient {
  background-image: linear-gradient(#fff8d9 20%, #fff8d900);
  height: 5rem;
  margin-top: -.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.ff-footer__logos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.ff-form__success {
  text-align: left;
  background-color: #0000;
}

.ff-form__success.ff-padding__one.ff-border__all.ff-color__blue {
  border-color: #2f5785;
}

.ff-form__success-header {
  margin-bottom: 1rem;
}

.ff-section__h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bayard, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .7;
}

.ff-form__field-label {
  margin-left: 1rem;
  font-weight: 400;
}

.ff-home-bulletins__image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -60%;
  margin-right: -60%;
  display: flex;
}

.ff-home-bulletins__image-wrapper.is--bulletin-page {
  margin: 1rem -5%;
}

.ff-home-bulletins__image-ratio-wrapper {
  background-color: #2f5785;
  width: 80%;
  padding-top: 22%;
  position: relative;
}

.ff-home-bulletins__button-wrapper.ff-padding__one {
  padding-top: 0;
  padding-bottom: 1rem;
}

.ff-home-bulletins__image {
  filter: grayscale();
  mix-blend-mode: screen;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ff-home-bulletins__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.ff-home-bulletins__item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2f5785;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.ff-home-bulletins__image-container {
  align-self: stretch;
  overflow: hidden;
}

.ff-home-bulletins__image-container.ff-color__blue {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ff-home-bulletins__title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ff-home-bulletins__title-wrapper.ff-border__all {
  border-top-style: none;
  border-top-color: #000;
  border-bottom-style: none;
  border-bottom-color: #000;
  border-left-style: none;
  border-left-color: #000;
}

.ff-home-bulletins__title-wrapper.ff-border__all.ff-padding__two {
  padding-left: 0;
  padding-right: 0;
}

.ff-home-bulletins__title-wrapper.ff-border__all.ff-padding__two.ff-color__blue:hover {
  text-decoration: underline;
}

.ff-home-bulletins__subtitle {
  text-align: center;
  max-width: 25ch;
}

.ff-home-bulletins__blurb.ff-padding__two {
  padding-bottom: 0;
}

.ff-print-instructions__container {
  z-index: 102;
  flex-direction: column;
  width: 100%;
  max-width: 100ch;
  max-height: 90vh;
  display: flex;
  position: relative;
}

.ff-print-instructions {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ff-print-instructions.ff-color__blue {
  display: flex;
}

.ff-print-instructions.ff-color__blue.ff-padding__half {
  display: none;
}

.ff-print-instructions__buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.ff-print-instructions__content-wrapper {
  overflow: scroll;
}

.ff-print-instructions__close {
  z-index: 101;
  position: absolute;
  inset: 0%;
}

.ff-text__link {
  color: #2f5785;
}

.ff-text__bold {
  font-weight: 700;
}

.ff-poster__border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #2f5785;
  grid-template-rows: max-content 1fr 1fr 1fr 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.ff-poster__links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: baseline;
  display: flex;
}

.ff-poster__image {
  align-self: center;
  max-width: 70%;
  max-height: 15vh;
  margin-top: auto;
  margin-bottom: auto;
}

.ff-poster__image.is--smaller {
  max-width: 60%;
  max-height: 13vh;
}

.ff-poster {
  color: #2f5785;
  height: 100vh;
  padding: 1px;
  display: none;
}

.ff-poster__cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.ff-poster__cell.ff-border__right {
  border-right-style: solid;
  border-right-width: 1px;
}

.ff-poster__cell.ff-border__bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.ff-home-gallery__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ff-bulletin-hero__content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.ff-home-gallery__content-wrapper.ff-padding__two {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ff-home-gallery__item {
  padding-top: 65%;
  position: relative;
}

.ff-bulletin-hero__blurb {
  color: #2f5785;
}

.ff-bulletin-hero__blurb.ff-text__medium a {
  color: var(--ff-blue);
}

.ff-hidden {
  display: none;
}

.ff-home-gallery__image {
  filter: invert();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ff-home-gallery__image:hover {
  filter: none;
}

.citation {
  border-top: 1px solid #2f5785;
  width: 49.9%;
  padding-top: .5rem;
  padding-right: 5%;
  font-size: .6em;
  position: absolute;
  top: .6rem;
  left: -54%;
}

.ff-favicon {
  display: none;
}

.html-embed {
  text-decoration: none;
}

.ff-footer__text-wrapper {
  grid-column-gap: .5ch;
  align-items: baseline;
  display: flex;
}

.sb-component__audio-wrapper {
  background-color: var(--white-white);
  border-style: solid;
  border-width: 1px;
}

.audio-player__wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.audio-player__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  min-width: 5ch;
  display: flex;
}

.audio-player__progress {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.audio-player__bar {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  flex: 1;
  height: 1rem;
  display: flex;
}

.audio-player__button {
  text-transform: uppercase;
  background-color: #0000;
  height: auto;
  padding: 0;
}

.audio-player__track {
  display: none;
}

.audio-player__bar-background {
  background-color: #f0f0f00f;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex: 1;
  align-self: center;
  height: .5rem;
  transition: width .2s;
}

.audio-player__progress-bar {
  background-color: var(--sb-text-dark);
  width: 50%;
  height: 100%;
  position: relative;
}

.audio-player__sticky {
  position: sticky;
  top: 5rem;
}

@media screen and (max-width: 991px) {
  .sb-footer__container {
    flex-wrap: wrap;
  }

  .mm__cc-button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .mm__cc-button.is--close.button {
    margin-right: 0;
  }

  .mm__cc-button.is--preferences.button {
    margin-right: .5rem;
  }

  .mm__cc-banner {
    width: 96vw;
    bottom: 2vw;
  }

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

  .mm__form-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-bottom: 1rem;
    display: grid;
  }

  .mm__navigation-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-self: stretch;
    display: grid;
  }

  .mm__cc-preferences-header-wrapper {
    align-items: flex-start;
  }

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

  .mm__cc-preferences-button.is--policy.mm__cc-link {
    margin-left: 0;
  }

  .sb-footer__small-print-wrapper.text__x-small {
    align-items: flex-end;
    display: flex;
  }

  .sb-component__sticky-wrapper {
    height: auto;
    position: static;
  }

  .sb-support {
    flex-direction: column;
  }

  .sb-support__aside.border__all {
    border-style: none none solid;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
  }

  .sb-footer__copyright-text {
    text-align: center;
    white-space: nowrap;
  }

  .ff-home-contact__content-container.ff-padding__two.ff-border__all {
    border-bottom-style: solid;
    border-right-style: none;
    border-right-color: #000;
    border-bottom-color: var(--ff-blue);
  }

  .ff-rich-text figcaption {
    width: auto;
    margin-top: .5rem;
    font-size: 1em;
    position: static;
  }

  .ff-home-manual__toc-container.is--print {
    flex-direction: column;
    margin-bottom: -.7rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .ff-home-bulletins__disclaimer.ff-border__all.ff-padding__one {
    max-width: 100%;
  }

  .ff-footer__footnote-wrapper.ff-padding__two {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .ff-home-manual__content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .ff-home-hero__image-container.ff-padding__two {
    padding: 1.5rem;
  }

  .ff-home-contact__content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .ff-home-manual__toc-wrapper.ff-border__all.ff-padding__one {
    border-bottom-style: solid;
    border-right-style: none;
    border-right-color: #000;
    border-bottom-color: var(--ff-blue);
  }

  .ff-button.left-aligned.ff-border__all.ff-text__medium.is--skip, .ff-home-manual__toc-gradient {
    display: none;
  }

  .ff-home-bulletins__image-wrapper, .ff-home-bulletins__image-wrapper.is--bulletin-page {
    margin-left: -25%;
    margin-right: -25%;
  }

  .ff-home-bulletins__item-wrapper {
    flex-direction: column;
    display: flex;
  }

  .ff-home-bulletins__image-container.ff-color__blue.ff-print-dialog__hide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ff-home-bulletins__title-wrapper.ff-border__all.ff-padding__two {
    border-bottom-style: solid;
    border-right-style: none;
    border-right-color: #000;
  }

  .ff-home-bulletins__title-wrapper.ff-border__all.ff-padding__two.ff-color__blue {
    border-bottom-color: var(--ff-blue);
  }

  .ff-print-instructions__container.ff-color__yellow.ff-border__all {
    max-width: 95vw;
  }

  .ff-home-gallery__list {
    grid-template-columns: 1fr 1fr;
  }

  .citation {
    border-top-style: none;
    width: auto;
    padding-top: 0;
    padding-right: 0%;
    font-size: 1em;
    display: inline;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .mm__cc-preferneces.border__all {
    width: 100vw;
    margin-top: 0;
    overflow: scroll;
  }

  .mm__cc-preferences-grid {
    flex-direction: column;
    display: flex;
  }

  .mm__cc-preferences-column.border__all {
    border-style: none;
    border-color: #000;
  }

  .sb-footer__small-print-wrapper.text__x-small {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .sb-footer__links-wrapper.font__pressura {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sb-footer__link-block {
    font-size: 1.25rem;
  }

  .sb-footer__copyright-text {
    text-align: left;
    white-space: normal;
    max-width: 25ch;
    font-size: 1.25rem;
  }

  .sb-footer__search-wrapper {
    width: 100%;
  }

  .sb-footer__search-input {
    width: 100%;
    font-size: 1.25rem;
  }

  .sb-footer__search-input::placeholder {
    color: var(--sb-text-dark);
  }

  .sb-footer__search-label {
    font-size: 1.25rem;
  }

  .sb-footer__search-label.is-mobile-hidden {
    display: none;
  }

  .sb-footer__search-faux-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .sb-footer__search-input-wrapper {
    flex: 1;
  }

  .ff-section__header-wrapper.ff-padding__two.ff-border__all {
    height: auto;
  }

  .ff-navigation.ff-padding__two {
    padding-bottom: 0;
  }

  .ff-navigation__container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: grid;
  }

  .ff-navigation__tagline-wrapper {
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding: .5rem 2rem;
  }

  .ff-navigation__tagline-wrapper.ff-border__all {
    border: 1px solid #2f5785;
    border-bottom-style: none;
  }

  .ff-home-hero__image-container.ff-padding__two {
    padding: 1rem;
  }

  .ff-text__large {
    font-size: 1.8rem;
  }

  .ff-text__medium {
    font-size: 1.35rem;
  }

  .ff-home-bulletins__image-wrapper, .ff-home-bulletins__image-wrapper.is--bulletin-page {
    margin-left: -50%;
    margin-right: -50%;
  }

  .ff-print-instructions__container.ff-color__yellow.ff-border__all {
    max-width: 100vw;
    max-height: 100vh;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .padding__small {
    padding: 1.25rem;
  }

  .sb-footer__container {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .sb-footer__small-print-wrapper.text__x-small {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .sb-footer__links-wrapper.font__pressura {
    align-items: flex-start;
    margin-top: 1rem;
  }

  .sb-footer__link-block {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .sb-footer__link-block.is--small-print {
    order: 0;
  }

  .sb-footer__copyright-text {
    white-space: normal;
    order: 1;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.3;
  }

  .sb-footer__search-wrapper {
    order: 1;
  }

  .ff-section__header-wrapper.ff-padding__two.ff-border__all {
    border-left-style: none;
    align-items: flex-end;
  }

  .ff-footer.ff-color__blue.ff-padding__section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ff-navigation.ff-padding__two {
    padding-top: 1vw;
  }

  .ff-navigation.ff-padding__two.ff-print-dialog__hide {
    padding-top: 2vw;
  }

  .ff-rich-text.ff-text__medium.ff-screening-manual {
    margin-top: -4.77rem;
  }

  .ff-rich-text h2 {
    margin-bottom: .5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ff-rich-text h3 {
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .ff-rich-text img {
    mix-blend-mode: screen;
  }

  .ff-home-contact__section-container.ff-border__all {
    border-style: none;
    border-color: #000;
  }

  .ff-home-hero__image {
    max-height: 6rem;
  }

  .ff-home-manual__toc-container.is--print {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .ff-padding__two {
    padding: .7rem 1rem;
  }

  .ff-home-hero__section-container.ff-border__all {
    border-style: none;
    border-color: #000;
  }

  .ff-home-hero__section-container.ff-border__all.is--reversed {
    padding-top: 0;
  }

  .ff-footer__section-container.ff-border__all {
    border-style: none;
    border-color: #000;
  }

  .ff-home-hero__image-wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ff-navigation__tagline-wrapper {
    margin-top: 4vw;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ff-navigation__tagline-wrapper.ff-border__all {
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
  }

  .ff-home-hero.ff-padding__section {
    min-height: 90vh;
    padding: 0;
  }

  .ff-padding__section {
    padding: 3rem 0 0;
  }

  .ff-navigation__logo-image {
    max-width: 80%;
    height: auto;
    position: static;
    top: .5rem;
  }

  .ff-navigation__logo-wrapper {
    width: auto;
    height: 9vw;
  }

  .ff-navigation__logo-wrapper.w--current {
    height: 8vw;
  }

  .ff-home-hero__image-container.ff-padding__two {
    padding: 2.5rem 1.5rem;
  }

  .ff-home-hero__image-container.ff-padding__two.ff-border__all.ff-chairs {
    border-bottom-style: solid;
    border-bottom-color: #2f5785;
    border-right-style: solid;
  }

  .ff-home-hero__image-container.ff-padding__two.ff-border__all.papers, .ff-home-hero__image-container.ff-padding__two.ff-border__all.ff-camera, .ff-home-hero__image-container.ff-padding__two.ff-border__all.ff-table {
    border-bottom-style: solid;
    border-bottom-color: #2f5785;
  }

  .ff-section__container.ff-border__all {
    border-style: none;
    border-color: #000;
  }

  .ff-footer__blurb-wrapper.ff-padding__two {
    padding-bottom: 2rem;
  }

  .ff-home-bulletins__image-wrapper {
    margin-left: -60%;
    margin-right: -60%;
  }

  .ff-home-bulletins__button-wrapper.ff-padding__one {
    padding-top: 1rem;
  }

  .ff-home-bulletins__blurb.ff-padding__two {
    display: none;
  }

  .ff-home-gallery__list {
    grid-template-columns: 1fr;
  }

  .audio-player__wrapper {
    flex-flow: wrap;
  }

  .audio-player__progress {
    min-width: 50vw;
  }
}

#w-node-e964e7af-6ef3-6918-4272-ac6c3c585ecd-970d0ddf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-e964e7af-6ef3-6918-4272-ac6c3c585ed2-970d0ddf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb593-970d0de0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb595-970d0de0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb597-970d0de0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb599-970d0de0, #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb59b-970d0de0, #w-node-_6242a2b4-9079-87cc-49ba-654e53f1f75e-970d0de0, #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb5ce-970d0de0, #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb5de-970d0de0, #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb64f-970d0de0, #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb652-970d0de0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d780-970d0de1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d788-970d0de1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78a-970d0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78c-970d0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78e-970d0de1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d791-970d0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d793-970d0de1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d796-970d0de1, #w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d798-970d0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d79a-970d0de1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d79d-970d0de1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d947-970d0de1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d780-970d0de3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d788-970d0de3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78a-970d0de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78c-970d0de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d78e-970d0de3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d791-970d0de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d793-970d0de3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d796-970d0de3, #w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d798-970d0de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d79a-970d0de3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d79d-970d0de3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch stretch;
}

#w-node-_6a991380-fd0e-5d38-5d9e-c7d474b4d947-970d0de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb593-970d0de0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb595-970d0de0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb597-970d0de0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb599-970d0de0 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_7bbd0bac-7347-990f-54a8-9e1f761eb59b-970d0de0 {
    grid-area: 1 / 3 / 2 / 4;
  }
}


@font-face {
  font-family: 'Gt pressura mono';
  src: url('../fonts/GT-Pressura-Mono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt pressura mono';
  src: url('../fonts/GT-Pressura-Mono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders grotesk';
  src: url('../fonts/founders-grotesk-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders grotesk';
  src: url('../fonts/founders-grotesk-regular-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Founders grotesk';
  src: url('../fonts/founders-grotesk-bold-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Founders grotesk';
  src: url('../fonts/founders-grotesk-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bayard';
  src: url('../fonts/BAYARD-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt cinetype';
  src: url('../fonts/GT-Cinetype-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt cinetype';
  src: url('../fonts/GT-Cinetype-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt cinetype';
  src: url('../fonts/GT-Cinetype-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}