@font-face {
  font-family: Neue Montreal;
  src: url('/fonts/subset/NeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('/fonts/subset/NeueMontreal-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('/fonts/subset/NeueMontreal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('/fonts/subset/NeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --cultured: whitesmoke;
  --gray-x-11-gray: #b8b8b8;
  --black: black;
  --davys-grey: #4c4c45;
  --british-racing-green: #003e1f;
  --jet: #333232;
  --alabaster: #f5f5ec;
  --tea-green: #c7f0bd;
  --firebrick: firebrick;
  --chartreuse: #deff0a;
  --iceberg: #79addc;
}

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

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

h5 {
  margin-top: 24px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--cultured);
  text-decoration: underline;
}

a:hover {
  color: var(--gray-x-11-gray);
}

.main-wrapper {
  margin-top: 200px;
}

.main-wrapper._152 {
  margin-top: 152px;
}

.main-wrapper.home {
  margin-top: 72px;
}

.main-wrapper.contact {
  padding-bottom: 152px;
}

.main-wrapper.contact-form {
  margin-top: 48px;
  margin-bottom: 72px;
}

.main-wrapper._72 {
  margin-top: 72px;
  margin-bottom: 0;
}

.body {
  margin-left: 50px;
  margin-right: 50px;
}

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

.body.gray {
  background-color: var(--davys-grey);
}

.h1-regular {
  color: #000;
  letter-spacing: -.015em;
  width: 1000px;
  font-family: Neue Montreal, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 95%;
}

.h1-regular.f-w {
  width: 100%;
}

.h1-regular.notice {
  letter-spacing: 0;
  border: 1px #000;
  border-radius: 0;
  width: auto;
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.h1-regular.notice.tag {
  border-style: none;
  border-color: var(--black);
  color: var(--british-racing-green);
  background-color: #deff0a40;
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 12px;
}

.h1-regular.cultured {
  width: auto;
  color: var(--cultured);
}

.h1-regular.flex {
  width: 100%;
}

.h1-regular.flex.light {
  color: var(--cultured);
}

.div-block {
  margin-bottom: 200px;
}

.div-block.hero {
  grid-row-gap: 152px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block.info {
  margin-bottom: 124px;
}

.h2-bold {
  color: #000;
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 102.8px;
  font-weight: 700;
  line-height: 90%;
}

.nav-wrapper {
  width: 100%;
  padding: 50px 0;
}

.logo.mobile {
  display: none;
}

.nav-container {
  justify-content: space-between;
  display: flex;
}

.logo-link {
  color: var(--jet);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.logo-link:hover {
  color: var(--davys-grey);
}

.logo-link.w--current {
  color: var(--jet);
  padding-left: 0;
  padding-right: 0;
  font-family: Neue Montreal, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.logo-link.contact {
  color: var(--gray-x-11-gray);
}

.logo-link.contact:hover {
  color: #b8b8b8cc;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.nav-menu.mobile {
  display: none;
}

.nav-menu-link {
  color: var(--jet);
  letter-spacing: -.015em;
  padding: 0 20px;
  font-family: Neue Montreal, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.nav-menu-link:hover, .nav-menu-link.w--current {
  color: var(--gray-x-11-gray);
}

.nav-menu-link.light {
  color: var(--cultured);
}

.nav-menu-link.light:hover {
  color: var(--gray-x-11-gray);
}

.selected-work {
  grid-row-gap: 72px;
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 200px;
  display: flex;
}

.large-paragraph {
  color: var(--davys-grey);
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

.large-paragraph.medium-text.gray, .large-paragraph.gray {
  width: 431px;
  color: var(--gray-x-11-gray);
}

.large-paragraph.light {
  color: var(--gray-x-11-gray);
}

.paragraph-container {
  padding-top: 40px;
  padding-bottom: 24px;
}

.bold-text {
  color: var(--black);
}

.button {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

.button:hover {
  border-color: var(--british-racing-green);
  color: var(--british-racing-green);
  background-color: #f5f5ec;
}

.button.light {
  border-color: var(--cultured);
  color: var(--cultured);
  letter-spacing: 0;
  text-transform: none;
  padding: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.button.light:hover {
  border-color: var(--alabaster);
  background-color: var(--davys-grey);
  color: var(--alabaster);
}

.button.light.visit {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 22px;
}

.button.light.visit:hover {
  background-color: var(--cultured);
  color: var(--black);
}

.button.success:hover {
  border-color: var(--british-racing-green);
  background-color: var(--tea-green);
  color: var(--british-racing-green);
}

.h3 {
  color: var(--jet);
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

.h3.contact {
  color: var(--davys-grey);
}

.div-block-2 {
  width: 658px;
  padding-top: 72px;
  padding-bottom: 200px;
}

.div-block-2.services {
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-2.home {
  width: 100%;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 658px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-3.services {
  grid-row-gap: 40px;
  align-items: flex-start;
}

.div-block-3.home {
  width: 658px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  padding-bottom: 50px;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  display: flex;
}

.bottom-bar-container {
  border-top: 2px solid var(--jet);
  justify-content: space-between;
  padding-top: 24px;
  display: flex;
}

.bottom-bar-container.light {
  border-top-color: var(--gray-x-11-gray);
}

.content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 660px;
  display: flex;
}

.text-block-4 {
  color: var(--black);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 115%;
}

.text-block-4.light {
  color: var(--gray-x-11-gray);
}

.contact-details {
  width: 433px;
}

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

.medium-text.brg {
  color: var(--british-racing-green);
  font-size: 16px;
  line-height: 130%;
}

.medium-text.bottom-spacing {
  padding-bottom: 20px;
  display: inline-block;
}

.text-block-5 {
  color: var(--black);
  text-align: right;
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

.contact-link {
  color: var(--black);
  text-align: right;
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--gray-x-11-gray);
}

.contact-link.light {
  color: var(--gray-x-11-gray);
  font-weight: 400;
}

.contact-link.light:hover {
  color: var(--cultured);
}

.bottom-bar-info {
  grid-column-gap: 0px;
  color: var(--davys-grey);
  justify-content: flex-start;
  font-family: Neue Montreal, sans-serif;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.bottom-bar-info.dark {
  color: var(--gray-x-11-gray);
}

.bottom-bar-text {
  color: var(--black);
  letter-spacing: 0;
  flex: 1;
  font-family: Neue Montreal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.bottom-bar-text.time {
  color: var(--davys-grey);
  font-weight: 500;
}

.bottom-bar-text.light {
  color: var(--gray-x-11-gray);
}

.bottom-nav-menu {
  grid-column-gap: 30px;
  display: flex;
}

.link.inline {
  color: var(--davys-grey);
}

.link.inline:hover {
  color: var(--gray-x-11-gray);
}

.bottom-nav-menu-link {
  color: var(--black);
  letter-spacing: 0;
  font-family: Neue Montreal, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.bottom-nav-menu-link:hover {
  color: var(--davys-grey);
}

.bottom-nav-menu-link.light {
  color: var(--gray-x-11-gray);
}

.bottom-nav-menu-link.light:hover {
  color: var(--cultured);
}

.pre-footer {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 152px;
  display: flex;
}

.pre-footer-container {
  justify-content: space-between;
  display: flex;
}

.text-block-6 {
  color: var(--davys-grey);
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-family: Neue Montreal, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.text-block-6:hover {
  color: var(--british-racing-green);
}

.text-block-6.next {
  color: var(--firebrick);
  text-transform: uppercase;
}

.text-block-6.next:hover {
  color: #b22222cc;
}

.text-block-6.gray {
  color: var(--gray-x-11-gray);
}

.text-block-6.gray:hover {
  color: var(--alabaster);
}

.text-block-6.gray.previous {
  text-transform: uppercase;
}

.text-block-6.gray.previous:hover {
  color: #b8b8b8cc;
}

.text-block-6.tea {
  color: var(--tea-green);
}

.about-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  width: 658px;
  display: flex;
}

.text-block-7 {
  color: var(--black);
  text-align: right;
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

.text-block-7.light {
  color: var(--gray-x-11-gray);
}

.social-links {
  color: var(--black);
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-family: Neue Montreal, sans-serif;
  font-size: 24px;
  line-height: 110%;
  text-decoration: none;
}

.social-links:hover {
  color: #000c;
}

.social-links.light {
  color: var(--gray-x-11-gray);
  font-weight: 400;
}

.social-links.light:hover {
  color: #b8b8b8cc;
}

.social-links.hidden {
  display: none;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.display-h1 {
  color: var(--cultured);
  letter-spacing: -.04em;
  font-family: Neue Montreal, sans-serif;
  font-size: 288px;
  font-weight: 500;
  line-height: 90%;
}

.display-h1.black {
  color: var(--black);
}

.work-description {
  width: 1113px;
  padding-bottom: 40px;
}

.rich-text-block {
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 105%;
}

.project-details-container {
  justify-content: space-between;
  padding-bottom: 72px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  width: 658px;
  display: flex;
}

.project-meta-rich-text {
  color: var(--cultured);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 115%;
}

.project-meta-label {
  color: var(--cultured);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}

.project-contents-container {
  padding-top: 72px;
  padding-bottom: 152px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.container.hero {
  max-width: 100%;
  padding-bottom: 152px;
}

.container.full-width {
  justify-content: space-between;
  max-width: 100%;
  padding-bottom: 152px;
  display: flex;
}

.container.full-width.contact {
  padding-bottom: 72px;
}

.container.full-width.home {
  justify-content: space-between;
  padding-bottom: 48px;
}

.container.left-content {
  justify-content: space-between;
  width: 658%;
  max-width: 658px;
  display: flex;
}

.container.left-content.vertical {
  grid-row-gap: 72px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 658px;
}

.container.left-content.vertical.play {
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  max-width: 430px;
  margin-left: 0;
}

.container.right-content {
  justify-content: space-between;
  width: 658px;
  max-width: 658px;
  display: flex;
}

.container.right-content.form {
  justify-content: flex-end;
}

.container.right-content.form.mobile {
  display: none;
}

.container.label {
  width: 203px;
  max-width: 203px;
}

.container.list {
  width: 430px;
  max-width: 430px;
}

.container.info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.container.collection {
  max-width: 100%;
}

.container.collection.play, .container.collection.work {
  margin-bottom: 152px;
}

.container.availability {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 203px;
  max-width: 203px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.gallery-image {
  border-radius: 16px;
  width: 100%;
}

.gallery-image.shadow-two {
  border-radius: 16px;
}

.pagination-links {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 102.4px;
  font-weight: 500;
  line-height: 95px;
}

.div-block-6 {
  width: 658px;
}

.label {
  color: var(--black);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.list {
  color: var(--davys-grey);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-9 {
  color: var(--black);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 95%;
}

.sub-heading {
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  line-height: 90%;
}

.service-container {
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 430px;
  display: flex;
}

.text-block-10 {
  color: var(--davys-grey);
  letter-spacing: -.015em;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 130%;
}

.body-content {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.column {
  flex: 1;
}

.h1-display {
  color: var(--black);
  letter-spacing: -.04em;
  font-family: Neue Montreal, sans-serif;
  font-size: 288px;
  font-weight: 500;
  line-height: 90%;
}

.availability {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.contact-container {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.contact-page-info {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contact-page-info.centred {
  justify-content: center;
}

.text-block-11 {
  color: var(--gray-x-11-gray);
}

.display-small {
  width: 532.5px;
  color: var(--gray-x-11-gray);
  text-align: right;
  letter-spacing: -.03em;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Neue Montreal, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 90%;
}

.medium-highlight-text {
  color: var(--cultured);
  font-weight: 500;
}

.medium-highlight-text.iceberg {
  color: #79addc;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #194bb5, #009de4), linear-gradient(100deg, #5ac8fa 20%, #0000);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0;
}

.display-container {
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 532.5px;
  display: flex;
}

.form-container.radio {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.form-title {
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  margin-bottom: 40px;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 115%;
}

.text-field {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--gray-x-11-gray);
  color: var(--cultured);
  background-color: #0000;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

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

.text-field::placeholder {
  color: var(--gray-x-11-gray);
}

.text-field.indented {
  margin-top: 24px;
}

.submit-button {
  border: 1px solid var(--gray-x-11-gray);
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  background-color: #0000;
  border-radius: 100px;
  margin-top: 0;
  padding: 15px;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.submit-button:hover {
  border-color: var(--tea-green);
  color: var(--tea-green);
}

.form-section {
  grid-column-gap: 40px;
  flex-direction: column;
  margin-bottom: 72px;
  display: flex;
}

.form-label {
  color: var(--gray-x-11-gray);
  margin-bottom: 24px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 115%;
}

.radio-or-checkbox-field {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--gray-x-11-gray);
  align-items: center;
  padding-left: 0;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
  display: flex;
}

.radio-button {
  border: 1px solid var(--gray-x-11-gray);
  background-color: #0000;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  background-color: var(--cultured);
  border-width: 0;
  border-radius: 100%;
}

.form-inner-section {
  margin-bottom: 40px;
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--gray-x-11-gray);
  color: var(--cultured);
  background-color: #0000;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: var(--cultured);
}

.checkbox {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-width: 0;
  border-color: var(--cultured);
  background-color: var(--cultured);
}

.latest-work-container {
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 152px;
  display: block;
}

.latest-work-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  flex-direction: column;
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
  display: flex;
}

.latest-work-link-block:hover {
  color: var(--british-racing-green);
}

.latest-work-link-block.play:hover {
  color: var(--gray-x-11-gray);
}

.latest-work-image {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 100%;
  height: 400px;
  padding: 32px 16px;
}

.latest-work-image:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.latest-work-image.play {
  background-image: none;
  border-radius: 12px;
  height: 45vw;
}

.latest-work-image.play._100 {
  height: 100%;
}

.work-meta {
  justify-content: space-between;
  display: flex;
}

.project-meta-title {
  color: var(--gray-x-11-gray);
  font-family: Neue Montreal, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 90%;
  text-decoration: none;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.collection-list-wrapper {
  flex-direction: column;
  display: block;
}

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

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  flex-wrap: nowrap;
  order: 0;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: grid;
}

.collection-list.play {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.info {
  display: flex;
}

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

.display-h2 {
  color: var(--cultured);
  letter-spacing: -.03em;
  font-family: Neue Montreal, sans-serif;
  font-size: 144px;
  font-weight: 500;
  line-height: 90%;
}

.div-block-8 {
  width: 430px;
}

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

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

.play-meta {
  letter-spacing: 0;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.meta-label {
  color: #4c4c45cc;
  letter-spacing: .015em;
  background-color: #b8b8b852;
  border: 1px #000;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 100%;
}

.meta-label.work {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  padding-bottom: 48px;
}

.play-title {
  color: var(--black);
  letter-spacing: -.015em;
  font-size: 36px;
  line-height: 90%;
}

.image-wrapper {
  width: 720px;
  max-width: 720px;
  height: 720px;
  max-height: 720px;
}

.work-hover-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--cultured);
  flex-direction: column;
  display: none;
}

.work-meta-long {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-block-12 {
  color: #4c4c45a3;
  font-weight: 400;
}

.work-label {
  letter-spacing: .00275em;
  font-weight: 400;
}

.text-block-13 {
  color: var(--davys-grey);
}

.text-block-14 {
  font-weight: 400;
}

.tag {
  color: var(--davys-grey);
  background-color: #b8b8b833;
  border-radius: 100px;
  padding: 6px 12px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 115%;
}

.tag.brand {
  background-color: #deff0a7a;
}

.tag.product {
  background-color: #79addc7a;
}

.tag.invisible {
  background-color: #b8b8b800;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}

.div-block-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.html-embed {
  color: var(--black);
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.html-embed.gray {
  color: var(--gray-x-11-gray);
}

.success-message {
  border: 1px solid var(--gray-x-11-gray);
  background-color: var(--davys-grey);
  color: var(--gray-x-11-gray);
  border-radius: 16px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

.error-message {
  border: 1px solid var(--gray-x-11-gray);
  background-color: var(--davys-grey);
  color: var(--firebrick);
  border-radius: 16px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
}

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

.work-image {
  background-color: var(--davys-grey);
  border-radius: 8px;
  width: 100%;
  height: auto;
  position: static;
}

.image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.div-block-11 {
  grid-column-gap: 24px;
  display: flex;
}

.empty-state {
  border: 1px solid var(--davys-grey);
  color: var(--cultured);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 72px;
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  line-height: 115%;
  display: block;
}

.text-block-16 {
  color: var(--cultured);
  font-family: Neue Montreal, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 115%;
}

.text-block-17 {
  color: var(--gray-x-11-gray);
  letter-spacing: -.015em;
  font-size: 36px;
  font-weight: 400;
  line-height: 90%;
}

.html-embed-container {
  grid-column-gap: 24px;
  display: flex;
}

.bottom-bar-text-container {
  width: 207px;
}

.time-container {
  width: 100%;
}

.time-container.hidden {
  display: none;
}

.meta-text-container {
  grid-column-gap: 48px;
  display: flex;
}

.inline-dark {
  color: var(--black);
  text-decoration: none;
}

.div-block-13 {
  margin-top: 72px;
}

.div-block-14 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.subtle-highlight {
  color: var(--gray-x-11-gray);
  margin-top: 20px;
  font-weight: 400;
  display: inline-block;
}

.subtle-highlight.brg {
  color: var(--british-racing-green);
  font-size: 16px;
  line-height: 130%;
}

.subtle-highlight.bottom-spacing {
  padding-bottom: 20px;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  a {
    color: var(--cultured);
  }

  a:hover {
    color: var(--gray-x-11-gray);
  }

  .main-wrapper {
    margin-top: 200px;
  }

  .main-wrapper._152 {
    margin-top: 152px;
  }

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

  .h1-regular.f-w {
    width: 100%;
  }

  .logo-link {
    color: var(--jet);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 90%;
    text-decoration: none;
  }

  .logo-link:hover {
    color: var(--davys-grey);
  }

  .logo-link.w--current {
    letter-spacing: -.015em;
  }

  .nav-menu {
    justify-content: flex-end;
  }

  .nav-menu-link {
    letter-spacing: -.015em;
    font-weight: 500;
  }

  .nav-menu-link.w--current {
    color: var(--gray-x-11-gray);
  }

  .nav-menu-link.light {
    color: var(--cultured);
  }

  .large-paragraph {
    color: var(--davys-grey);
    font-family: Neue Montreal, sans-serif;
    font-size: 22px;
    line-height: 115%;
  }

  .paragraph-container {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .bold-text {
    color: #000;
  }

  .button {
    color: var(--black);
    object-fit: fill;
    background-color: #0000;
    border: 1px solid #000;
    border-radius: 100px;
    flex: 0 auto;
    padding: 10px;
    font-family: Neue Montreal, sans-serif;
    font-size: 22px;
    line-height: 115%;
  }

  .button:hover {
    color: var(--black);
    background-color: #f5f5ec;
  }

  .button.light {
    border-color: var(--cultured);
    color: var(--cultured);
  }

  .button.light:hover {
    border-color: var(--cultured);
    background-color: var(--davys-grey);
    color: var(--cultured);
  }

  .button.success.light:hover {
    border-color: var(--british-racing-green);
    background-color: var(--tea-green);
    color: var(--british-racing-green);
  }

  .h3 {
    font-family: Neue Montreal, sans-serif;
    font-size: 36px;
    line-height: 115%;
  }

  .div-block-2 {
    width: 658px;
    padding-top: 72px;
    padding-bottom: 200px;
  }

  .div-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .footer-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    padding-bottom: 50px;
    display: flex;
  }

  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .bottom-bar-container {
    border-top: 2px solid var(--jet);
    justify-content: space-between;
    padding-top: 24px;
    display: flex;
  }

  .bottom-bar-container.light {
    border-top-color: var(--gray-x-11-gray);
  }

  .content-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: 660px;
    display: flex;
  }

  .text-block-4 {
    color: var(--black);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 36px;
    line-height: 115%;
  }

  .text-block-4.light {
    color: var(--gray-x-11-gray);
  }

  .contact-details {
    width: 433px;
  }

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

  .text-block-5 {
    color: var(--black);
    text-align: right;
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 115%;
  }

  .text-block-5.light {
    color: var(--gray-x-11-gray);
  }

  .contact-link {
    color: var(--black);
    text-decoration: none;
  }

  .contact-link:hover, .contact-link.light {
    color: var(--gray-x-11-gray);
  }

  .contact-link.light:hover {
    color: var(--cultured);
  }

  .bottom-bar-info {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    display: flex;
  }

  .bottom-bar-text {
    color: var(--black);
    letter-spacing: -.015em;
    flex: 1;
    font-family: Neue Montreal, sans-serif;
    line-height: 130%;
  }

  .bottom-bar-text.time {
    color: var(--davys-grey);
    object-fit: fill;
    flex: 1;
    font-weight: 500;
  }

  .bottom-bar-text.light {
    color: var(--gray-x-11-gray);
  }

  .bottom-nav-menu {
    grid-column-gap: 30px;
    display: flex;
  }

  .link {
    font-family: Neue Montreal, sans-serif;
  }

  .bottom-nav-menu-link {
    color: var(--black);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    line-height: 130%;
    text-decoration: none;
  }

  .bottom-nav-menu-link.light {
    color: var(--gray-x-11-gray);
  }

  .pre-footer {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 152px;
    display: flex;
  }

  .pre-footer-container {
    justify-content: space-between;
    display: flex;
  }

  .text-block-6 {
    letter-spacing: -.015em;
    text-transform: uppercase;
    font-family: Neue Montreal, sans-serif;
    font-size: 64px;
    line-height: 110%;
  }

  .text-block-6.next {
    color: var(--firebrick);
  }

  .about-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-end;
    width: 658px;
    display: flex;
  }

  .text-block-7 {
    text-align: right;
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 115%;
  }

  .text-block-7.light {
    color: var(--gray-x-11-gray);
  }

  .social-links {
    color: var(--black);
    letter-spacing: -.015em;
    text-transform: uppercase;
    font-family: Neue Montreal, sans-serif;
    font-size: 24px;
    line-height: 110%;
    text-decoration: none;
  }

  .social-links.light {
    color: var(--gray-x-11-gray);
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .work-container {
    grid-column-gap: 24px;
    grid-row-gap: 72px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .display-h1 {
    color: var(--cultured);
    letter-spacing: -.04em;
    font-family: Neue Montreal, sans-serif;
    font-size: 288px;
    font-weight: 500;
    line-height: 90%;
  }

  .work-description {
    width: 1113px;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .rich-text-block {
    color: var(--gray-x-11-gray);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 28px;
    line-height: 105%;
  }

  .project-details-container {
    justify-content: space-between;
    padding-bottom: 72px;
    display: flex;
  }

  .div-block-5 {
    flex-direction: column;
    width: 658px;
    display: flex;
  }

  .project-meta-rich-text {
    color: var(--cultured);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 22px;
    line-height: 115%;
  }

  .project-meta-label {
    color: var(--cultured);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 115%;
  }

  .project-contents-container {
    padding-top: 72px;
    padding-bottom: 152px;
    padding-right: 0;
  }

  .container.hero {
    max-width: 100%;
  }

  .gallery-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: ". ."
                   ". ."
                   "Area-2 Area-2"
                   "Area Area"
                   / 1fr 1fr;
    display: grid;
  }

  .gallery-image {
    border-radius: 16px;
  }

  .pagination-links {
    justify-content: space-between;
    padding-top: 40px;
    display: flex;
  }

  .text-block-8 {
    color: var(--black);
    letter-spacing: -.015em;
    font-family: Neue Montreal, sans-serif;
    font-size: 102.4px;
    font-weight: 500;
    line-height: 95%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    margin-bottom: 32px;
  }

  .body {
    margin-left: 220px;
    margin-right: 220px;
  }

  .h1-regular {
    width: 90%;
    font-size: 102.8px;
  }

  .h1-regular.f-w {
    width: 100%;
  }

  .h1-regular.cultured {
    font-size: 64px;
  }

  .div-block.hero {
    margin-bottom: 240px;
  }

  .h2-bold {
    font-size: 288px;
  }

  .button:hover {
    color: var(--british-racing-green);
  }

  .div-block-2.services {
    padding-top: 104px;
  }

  .div-block-2.home {
    display: flex;
  }

  .div-block-3.services {
    width: 720px;
  }

  .div-block-3.home {
    width: 100%;
    padding: 32px;
  }

  .bottom-bar-info {
    justify-content: flex-start;
  }

  .bottom-bar-text, .bottom-nav-menu-link {
    letter-spacing: 0;
  }

  .display-h1.black {
    font-size: 324px;
  }

  .rich-text-block {
    line-height: 105%;
  }

  .container.full-width {
    padding-bottom: 200px;
  }

  .container.full-width.home {
    justify-content: space-between;
    width: 50%;
    padding-top: 72px;
  }

  .container.left-content.vertical {
    width: 720px;
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.right-content {
    width: 720px;
    max-width: 720px;
  }

  .container.right-content.form {
    width: 720px;
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
  }

  .container.info {
    grid-column-gap: 48px;
  }

  .pagination-links {
    padding-top: 72px;
  }

  .div-block-7 {
    width: 540px;
  }

  .availability {
    justify-content: flex-start;
  }

  .display-small, .display-small.hidden {
    width: 100%;
    font-size: 102.8px;
  }

  .display-container {
    width: 100%;
  }

  .latest-work-image {
    height: 480px;
    margin-bottom: 16px;
  }

  .latest-work-image.play {
    width: 100%;
    height: 25vw;
  }

  .latest-work-image.play._100 {
    height: 100%;
  }

  .collection-list-wrapper.grid {
    grid-row-gap: 48px;
  }

  .collection-list {
    grid-column-gap: 48px;
  }

  .collection-list.play {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-wrapper {
    width: 1024px;
    max-width: 1024px;
    height: 1024px;
    max-height: 1024px;
  }

  .text-block-12 {
    font-size: 24px;
  }

  .work-image {
    width: auto;
    height: auto;
  }

  .image {
    border-radius: 8px;
  }

  .meta-text-container {
    grid-column-gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .h1-regular {
    width: 100%;
  }

  .logo.mobile {
    display: none;
  }

  .nav-menu {
    grid-column-gap: 8px;
    align-items: center;
    display: flex;
  }

  .nav-menu-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 36px;
  }

  .bottom-bar-container {
    flex-flow: column;
  }

  .bottom-nav-menu {
    flex: 0 auto;
    order: -1;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .container.full-width.home {
    flex-direction: column;
  }

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

  .latest-work-image.play {
    height: 45vw;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list.play {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .play-meta {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .work-image {
    height: 35vh;
  }
}

@media screen and (max-width: 767px) {
  .h1-regular {
    font-size: 48px;
  }

  .logo-link.w--current {
    font-size: 36px;
  }

  .nav-menu {
    display: flex;
  }

  .nav-menu-link {
    font-size: 22px;
  }

  .div-block-3, .div-block-3.home {
    width: 100%;
  }

  .footer-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .bottom-bar-container {
    flex-flow: column;
  }

  .content-container, .contact-details {
    width: 100%;
  }

  .text-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pre-footer-container {
    flex-direction: column;
  }

  .about-container {
    align-items: flex-start;
    width: 100%;
  }

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .latest-work-image.play {
    height: 80vw;
  }

  .collection-list.play {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 16px;
  }

  .main-wrapper, .main-wrapper._152 {
    margin-top: 72px;
  }

  .main-wrapper.home {
    margin-top: 48px;
  }

  .main-wrapper.contact {
    padding-bottom: 72px;
  }

  .body {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h1-regular {
    font-size: 22px;
    line-height: 115%;
  }

  .div-block {
    margin-bottom: 72px;
  }

  .div-block.hero {
    grid-row-gap: 48px;
    margin-bottom: 72px;
  }

  .div-block.info {
    margin-bottom: 48px;
  }

  .h2-bold {
    font-size: 36px;
  }

  .nav-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo {
    color: var(--jet);
    letter-spacing: -.015em;
    align-self: stretch;
    font-family: Neue Montreal, sans-serif;
    font-size: 36px;
    line-height: 90%;
  }

  .logo.mobile {
    align-self: baseline;
    display: none;
  }

  .logo-link {
    text-align: left;
    font-size: 28px;
    display: block;
  }

  .logo-link.w--current {
    padding-left: 0;
    font-size: 28px;
    display: block;
  }

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    text-align: right;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .nav-menu.mobile {
    text-align: right;
    flex: 0 auto;
    display: block;
  }

  .nav-menu-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .selected-work {
    padding-bottom: 72px;
  }

  .large-paragraph {
    font-size: 16px;
    line-height: 130%;
  }

  .large-paragraph.gray {
    width: 100%;
  }

  .large-paragraph.play {
    letter-spacing: -.015em;
    font-size: 22px;
  }

  .button {
    font-size: 16px;
    line-height: 110%;
  }

  .button.light.visit {
    text-align: left;
    font-size: 16px;
    line-height: 110%;
  }

  .button.success.light {
    font-size: 16px;
    line-height: 110%;
  }

  .h3 {
    font-size: 22px;
  }

  .div-block-2.services {
    grid-row-gap: 48px;
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .div-block-2.home {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .div-block-3.services {
    grid-row-gap: 16px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .div-block-3.home {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .bottom-bar-container {
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
  }

  .content-container {
    grid-row-gap: 24px;
    width: 100%;
    margin-bottom: 20px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-4.contact {
    font-size: 22px;
  }

  .contact-details {
    width: 100%;
  }

  .medium-text.bottom-spacing {
    padding-bottom: 12px;
  }

  .text-block-5 {
    text-align: left;
    font-size: 16px;
  }

  .contact-link {
    font-size: 16px;
  }

  .contact-link.contact {
    font-size: 22px;
  }

  .bottom-bar-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    order: 1;
    width: 100%;
  }

  .bottom-bar-text {
    font-size: 14px;
  }

  .bottom-nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    padding-bottom: 0;
  }

  .bottom-nav-menu-link {
    font-size: 14px;
  }

  .pre-footer {
    padding-bottom: 40px;
  }

  .pre-footer-container {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .text-block-6 {
    font-size: 36px;
  }

  .about-container {
    grid-row-gap: 20px;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-7 {
    text-align: left;
    font-size: 22px;
  }

  .social-links {
    font-size: 18px;
  }

  .display-h1.black {
    font-size: 64px;
    line-height: 95%;
  }

  .work-description {
    width: 100%;
    padding-bottom: 32px;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 130%;
  }

  .project-details-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-5 {
    width: auto;
  }

  .project-meta-rich-text {
    font-size: 16px;
    line-height: 130%;
  }

  .project-contents-container {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .container {
    max-width: none;
  }

  .container.hero {
    padding-bottom: 48px;
  }

  .container.full-width {
    grid-column-gap: 16px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .container.full-width.contact {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .container.full-width.home {
    flex-direction: column;
    padding-bottom: 0;
  }

  .container.full-width.services {
    flex-direction: row;
  }

  .container.left-content {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
  }

  .container.left-content.vertical {
    grid-row-gap: 40px;
    width: 100%;
  }

  .container.left-content.vertical.play {
    grid-row-gap: 32px;
    width: 100%;
    margin-bottom: 40px;
  }

  .container.right-content {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .container.right-content.form.mobile {
    margin-bottom: 72px;
    display: block;
  }

  .container.right-content.services {
    width: 50%;
  }

  .container.label {
    width: 100%;
    max-width: 100%;
  }

  .container.list {
    width: 100%;
  }

  .container.info {
    flex-direction: column;
  }

  .container.collection.play, .container.collection.work {
    margin-bottom: 104px;
  }

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

  .pagination-links {
    flex-direction: column-reverse;
  }

  .text-block-8 {
    font-size: 36px;
    line-height: 95%;
  }

  .label {
    font-size: 16px;
  }

  .list {
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-9 {
    font-size: 22px;
    line-height: 115%;
  }

  .text-block-9.contact {
    font-size: 36px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 115%;
  }

  .service-container {
    flex-direction: column;
  }

  .div-block-7 {
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .body-content {
    grid-row-gap: 8px;
  }

  .availability {
    width: 100%;
  }

  .contact-container {
    grid-row-gap: 40px;
    width: 100%;
  }

  .contact-page-info {
    grid-row-gap: 24px;
  }

  .contact-page-info.centred {
    margin-top: 40px;
  }

  .contact-page-info.social {
    display: none;
  }

  .display-small {
    text-align: right;
    width: 100%;
    font-size: 48px;
  }

  .display-small.hidden {
    display: none;
  }

  .display-small.top-mobile {
    text-align: left;
  }

  .display-container, .form-container {
    width: 100%;
  }

  .form-title {
    font-size: 22px;
  }

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

  .submit-button {
    margin-bottom: 72px;
    padding: 10px;
    font-size: 22px;
  }

  .form-section {
    margin-bottom: 40px;
  }

  .radio-or-checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 16px;
  }

  .radio-button {
    object-fit: fill;
    flex: none;
    margin-right: 24px;
  }

  .checkbox {
    margin-right: 24px;
  }

  .latest-work-container {
    padding-top: 32px;
    padding-bottom: 72px;
  }

  .latest-work-image {
    border-radius: 12px;
    height: 200px;
  }

  .latest-work-image.play {
    background-image: none;
    background-position: 0 0;
    height: 100vw;
  }

  .work-meta {
    flex-direction: column;
  }

  .collection-item {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }

  .link-block {
    justify-content: flex-start;
    display: flex;
  }

  .link-block.next {
    justify-content: flex-end;
  }

  .collection-list {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .collection-list.play {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .display-h2 {
    font-size: 64px;
    line-height: 95%;
  }

  .div-block-8 {
    width: auto;
  }

  .play-meta {
    grid-row-gap: 8px;
    flex-direction: column;
    order: 0;
    align-items: flex-start;
  }

  .meta-label {
    margin-top: 8px;
    font-size: 16px;
  }

  .div-block-9 {
    padding-bottom: 40px;
  }

  .image-wrapper {
    width: 100%;
    height: 100vw;
    margin-bottom: 32px;
  }

  .work-label {
    letter-spacing: .00175em;
    font-size: 16px;
    line-height: 130%;
  }

  .text-block-13, .text-block-14 {
    font-size: 22px;
  }

  .tag {
    font-size: 16px;
  }

  .html-embed {
    font-size: 14px;
  }

  .work-image {
    height: auto;
  }

  .image {
    border-radius: 4px;
  }

  .div-block-11 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .div-block-12 {
    justify-content: flex-end;
    display: flex;
  }

  .text-block-15 {
    font-size: 36px;
    line-height: 110%;
  }

  .text-block-17 {
    font-size: 22px;
    line-height: 100%;
  }

  .text-block-18 {
    font-size: 36px;
  }

  .html-embed-container {
    grid-column-gap: 12px;
    width: 100%;
    display: flex;
  }

  .bottom-bar-text-container, .time-container {
    width: 100%;
  }

  .meta-text-container {
    grid-column-gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .div-block-13 {
    margin-top: 32px;
  }

  .div-block-14 {
    grid-row-gap: 16px;
  }

  .subtle-highlight.bottom-spacing {
    padding-bottom: 12px;
  }
}

#w-node-_31b11622-a971-8749-5bdb-8bae8935b055-c82fb289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: 'Neue Montreal';
  src: url('/fonts/subset/NeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('/fonts/subset/NeueMontreal-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('/fonts/subset/NeueMontreal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('/fonts/subset/NeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

img {
  height: auto;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  :target {
    scroll-margin-top: 2rem;
  }
}

label.w-checkbox:has(input[type="checkbox"]:checked) .w-checkbox-input--inputType-custom {
  background-color: #3898ec;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4l3.1 3.1L12.5 4.5'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

label.w-radio:has(input[type="radio"]:checked) .w-form-formradioinput--inputType-custom {
  border-width: 4px;
  border-color: #3898ec;
}

label.w-checkbox:has(input[type="checkbox"]:focus-visible) .w-checkbox-input--inputType-custom,
label.w-radio:has(input[type="radio"]:focus-visible) .w-form-formradioinput--inputType-custom {
  box-shadow: 0 0 3px 1px #3898ec;
}
