.btn--primary {
  --btn-primary-label-color: rgb(255, 255, 255);
  --btn-primary-label-duration: 0.42s;
  --btn-primary-label-delay: 0.08s;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
}
.btn--primary > span:first-child {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.4em;
  font-weight: 400;
  font-family: "roboto mono", monospace;
  color: rgb(255, 255, 255);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--primary[data-btn-primary-motion=true] > span:first-child {
  position: relative;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.btn--primary[data-btn-primary-motion=true] > span:first-child::before,
.btn--primary[data-btn-primary-motion=true] > span:first-child::after {
  content: attr(data-btn-primary-label);
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 400;
  font-family: "roboto mono", monospace;
  text-transform: uppercase;
  color: var(--btn-primary-label-color);
  white-space: nowrap;
  -webkit-transition: color 0.3s ease, -webkit-transform var(--btn-primary-label-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.3s ease, -webkit-transform var(--btn-primary-label-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--btn-primary-label-duration) cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease;
  transition: transform var(--btn-primary-label-duration) cubic-bezier(0.22, 1, 0.36, 1), color 0.3s ease, -webkit-transform var(--btn-primary-label-duration) cubic-bezier(0.22, 1, 0.36, 1);
}
.btn--primary[data-btn-primary-motion=true] > span:first-child::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: var(--btn-primary-label-delay);
          transition-delay: var(--btn-primary-label-delay);
}
.btn--primary[data-btn-primary-motion=true] > span:first-child::after {
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn--primary svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 1rem;
}
.btn--primary svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: rgb(255, 255, 255);
}
.btn--primary:hover {
  --btn-primary-label-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.btn--primary:hover span {
  color: rgb(0, 0, 0);
}
.btn--primary:hover svg path {
  stroke: rgb(0, 0, 0);
}
.btn--primary.dl svg path {
  stroke: unset;
  fill: white;
}
.btn--primary.dl:hover svg path {
  fill: black;
  stroke: unset;
}
@media screen and (max-width:767px) {
  .btn--primary.htt {
    width: auto;
    min-width: 0;
    padding-inline: 1.5rem;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn--primary.htt span {
    display: none !important;
  }
  .btn--primary.htt svg {
    width: 0.6875rem;
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary[data-btn-primary-motion=true]:not(:disabled):not(.is-disabled):not([aria-disabled=true]):hover > span:first-child::before {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn--primary[data-btn-primary-motion=true]:not(:disabled):not(.is-disabled):not([aria-disabled=true]):hover > span:first-child::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: var(--btn-primary-label-delay);
            transition-delay: var(--btn-primary-label-delay);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn--primary[data-btn-primary-motion=true] > span:first-child::before,
  .btn--primary[data-btn-primary-motion=true] > span:first-child::after {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}

progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
} 
@font-face {
  font-family: "SansPlomb RO 98";
  src: url("../fonts/SansPlomnRO/SansPlombRO-98.woff2") format("woff2"), url("../fonts/SansPlomnRO/SansPlombRO-98.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.heading {
  font-family: "Roboto Mono", monospace;
}

.bc {
  font-family: "Adobe Caslon Pro", serif;
}

.heading-h1 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8em;
}

.heading-h2 {
  font-size: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.64em;
}
@media screen and (max-width:568px) {
  .heading-h2 {
    font-size: 1rem;
  }
}

.bc-md {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}

body {
  font-family: "Adobe Caslon Pro", serif;
  font-size: 16px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.site--background {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgb(0, 0, 0);
}
.site--background > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.padLR {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width:1024px) {
  .padLR {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width:568px) {
  .padLR {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.grid {
  -ms-display: grid !important;
  display: grid !important;
  -ms-grid-template-columns: repeat(12, 1fr);
  -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-column-gap: 2.5rem;
  grid-column-gap: 2.5rem;
  -ms-grid-row-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-auto-flow: dense;
  grid-auto-flow: dense;
}
.grid.ncg {
  -ms-grid-column-gap: 0px;
  grid-column-gap: 0px;
}
@media screen and (max-width:1024px) {
  .grid {
    -ms-grid-template-columns: repeat(8, 1fr);
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}

.col-md-justify-items-start {
  -ms-justify-items: start;
  justify-items: start;
}

.col-md-justify-items-end {
  -ms-justify-items: end;
  justify-items: end;
}

.col-md-justify-items-center {
  -ms-justify-items: center;
  justify-items: center;
}

.col-md-justify-items-stretch {
  -ms-justify-items: stretch;
  justify-items: stretch;
}

.col-md-align-items-start {
  -ms-align-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.col-md-align-items-end {
  -ms-align-items: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.col-md-align-items-center {
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-md-align-items-stretch {
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.col-md-justify-content-start {
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.col-md-justify-content-end {
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.col-md-justify-content-center {
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-md-justify-content-stretch {
  -ms-justify-content: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.col-md-justify-content-space-around {
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.col-md-justify-content-space-between {
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-md-justify-content-space-evenly {
  -ms-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.col-md-align-content-start {
  -ms-align-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.col-md-align-content-end {
  -ms-align-content: end;
  -ms-flex-line-pack: end;
      align-content: end;
}

.col-md-align-content-center {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.col-md-align-content-stretch {
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.col-md-align-content-space-around {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.col-md-align-content-space-between {
  -ms-align-content: start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.col-md-align-content-space-evenly {
  -ms-align-content: end;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.col-md-grid-auto-flow-row {
  -ms-align-content: center;
  grid-auto-flow: row;
}

.col-md-grid-auto-flow-column {
  -ms-align-content: stretch;
  grid-auto-flow: column;
}

.col-md-grid-auto-flow-dense {
  -ms-align-content: space-around;
  grid-auto-flow: dense;
}

.col-md-1 {
  -ms-grid-column-end: span 1;
  grid-column-end: span 1;
}

.col-md-2 {
  -ms-grid-column-end: span 2;
  grid-column-end: span 2;
}

.col-md-3 {
  -ms-grid-column-end: span 3;
  grid-column-end: span 3;
}

.col-md-4 {
  -ms-grid-column-end: span 4;
  grid-column-end: span 4;
}

.col-md-5 {
  -ms-grid-column-end: span 5;
  grid-column-end: span 5;
}

.col-md-6 {
  -ms-grid-column-end: span 6;
  grid-column-end: span 6;
}

.col-md-7 {
  -ms-grid-column-end: span 7;
  grid-column-end: span 7;
}

.col-md-8 {
  -ms-grid-column-end: span 8;
  grid-column-end: span 8;
}

.col-md-9 {
  -ms-grid-column-end: span 9;
  grid-column-end: span 9;
}

.col-md-10 {
  -ms-grid-column-end: span 10;
  grid-column-end: span 10;
}

.col-md-11 {
  -ms-grid-column-end: span 11;
  grid-column-end: span 11;
}

.col-md-12 {
  -ms-grid-column-end: span 12;
  grid-column-end: span 12;
}

.col-md-offset-1 {
  -ms-grid-column-start: 1;
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-md-offset-2 {
  -ms-grid-column-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-md-offset-3 {
  -ms-grid-column-start: 3;
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-md-offset-4 {
  -ms-grid-column-start: 4;
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-md-offset-5 {
  -ms-grid-column-start: 5;
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-md-offset-6 {
  -ms-grid-column-start: 6;
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-md-offset-7 {
  -ms-grid-column-start: 7;
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-md-offset-8 {
  -ms-grid-column-start: 8;
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-md-offset-9 {
  -ms-grid-column-start: 9;
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-md-offset-10 {
  -ms-grid-column-start: 10;
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-md-offset-11 {
  -ms-grid-column-start: 11;
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-md-offset-12 {
  -ms-grid-column-start: 12;
  -ms-grid-column: 12;
      grid-column-start: 12;
}

.col-md-justify-self-start {
  -ms-justify-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

.col-md-justify-self-end {
  -ms-justify-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}

.col-md-justify-self-center {
  -ms-justify-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.col-md-justify-self-stretch {
  -ms-justify-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.col-md-align-self-start {
  -ms-justify-self: start;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.col-md-align-self-end {
  -ms-align-self: end;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.col-md-align-self-center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.col-md-align-self-stretch {
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.gr0 {
  grid-row: 0;
}

.gr1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (max-width:1024px) {
  .col-sm-hide {
    display: none;
  }
  .tab {
    display: block;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-justify-self-unset {
    -ms-justify-self: unset;
    -ms-grid-column-align: unset;
    justify-self: unset;
  }
  .col-sm-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-sm-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-sm-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-sm-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-sm-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-sm-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-sm-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-sm-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-sm-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-sm-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-sm-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-sm-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-sm-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-sm-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-sm-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-sm-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-sm-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-sm-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-sm-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-sm-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-sm-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-sm-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-sm-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-sm-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-sm-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-sm-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-sm-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-sm-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-sm-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-sm-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-sm-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-sm-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-sm-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-sm-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-sm-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-sm-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-sm-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-sm-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-sm-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-sm-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-sm-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-sm-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-sm-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-sm-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-sm-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-sm-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-sm-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width:1920px) {
  .col-lg-justify-items-start {
    -ms-justify-items: start;
    justify-items: start;
  }
  .col-lg-justify-items-end {
    -ms-justify-items: end;
    justify-items: end;
  }
  .col-lg-justify-items-center {
    -ms-justify-items: center;
    justify-items: center;
  }
  .col-lg-justify-items-stretch {
    -ms-justify-items: stretch;
    justify-items: stretch;
  }
  .col-lg-align-items-start {
    -ms-align-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .col-lg-align-items-end {
    -ms-align-items: end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .col-lg-align-items-center {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-lg-align-items-stretch {
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .col-lg-justify-content-start {
    -ms-justify-content: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .col-lg-justify-content-end {
    -ms-justify-content: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .col-lg-justify-content-center {
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .col-lg-justify-content-stretch {
    -ms-justify-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .col-lg-justify-content-space-around {
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-lg-justify-content-space-between {
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col-lg-justify-content-space-evenly {
    -ms-justify-content: space-evenly;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .col-lg-align-content-start {
    -ms-align-content: start;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .col-lg-align-content-end {
    -ms-align-content: end;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .col-lg-align-content-center {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .col-lg-align-content-stretch {
    -ms-align-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .col-lg-align-content-space-around {
    -ms-align-content: space-around;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .col-lg-align-content-space-between {
    -ms-align-content: start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .col-lg-align-content-space-evenly {
    -ms-align-content: end;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
  .col-lg-grid-auto-flow-row {
    -ms-align-content: center;
    grid-auto-flow: row;
  }
  .col-lg-grid-auto-flow-column {
    -ms-align-content: stretch;
    grid-auto-flow: column;
  }
  .col-lg-grid-auto-flow-dense {
    -ms-align-content: space-around;
    grid-auto-flow: dense;
  }
  .col-lg-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-lg-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-lg-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-lg-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-lg-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-lg-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-lg-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-lg-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-lg-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-lg-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-lg-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-lg-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-lg-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-lg-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-lg-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-lg-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-lg-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-lg-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-lg-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-lg-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media screen and (max-width:568px) {
  .col-xs-hide {
    display: none;
  }
  .col-xs-1 {
    -ms-grid-column-end: span 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-end: span 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-end: span 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-end: span 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-end: span 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-end: span 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-end: span 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-end: span 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-end: span 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-end: span 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-end: span 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-end: span 12;
    grid-column-end: span 12;
  }
  .col-xs-offset-0 {
    -ms-grid-column-start: unset;
    -ms-grid-column: unset;
        grid-column-start: unset;
  }
  .col-xs-offset-1 {
    -ms-grid-column-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-xs-offset-2 {
    -ms-grid-column-start: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-xs-offset-3 {
    -ms-grid-column-start: 3;
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-xs-offset-4 {
    -ms-grid-column-start: 4;
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-xs-offset-5 {
    -ms-grid-column-start: 5;
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-xs-offset-6 {
    -ms-grid-column-start: 6;
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-xs-offset-7 {
    -ms-grid-column-start: 7;
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-xs-offset-8 {
    -ms-grid-column-start: 8;
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-xs-offset-9 {
    -ms-grid-column-start: 9;
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-xs-offset-10 {
    -ms-grid-column-start: 10;
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-xs-offset-11 {
    -ms-grid-column-start: 11;
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-xs-offset-12 {
    -ms-grid-column-start: 12;
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .col-xs-justify-self-start {
    -ms-justify-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .col-xs-justify-self-end {
    -ms-justify-self: end;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .col-xs-justify-self-center {
    -ms-justify-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .col-xs-justify-self-stretch {
    -ms-justify-self: stretch;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
  .col-xs-align-self-start {
    -ms-justify-self: start;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .col-xs-align-self-end {
    -ms-align-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .col-xs-align-self-center {
    -ms-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .col-xs-align-self-stretch {
    -ms-align-self: stretch;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.site--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site--header--logo {
  font-size: 0;
}
.site--header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.site--header--downloads {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--header--time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "roboto mono", monospace;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.4em;
}
.site--header--time-separator {
  display: inline-block;
  -webkit-animation: header-time-separator-pulse 2s steps(1, end) infinite;
          animation: header-time-separator-pulse 2s steps(1, end) infinite;
}

@-webkit-keyframes header-time-separator-pulse {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.2;
  }
}

@keyframes header-time-separator-pulse {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0.2;
  }
}
@media screen and (max-width:767px) {
  .site--header {
    padding: 1rem 1.5rem;
  }
  .site--header--nav {
    gap: 0.75rem;
  }
}
@media screen and (max-width:568px) {
  .site--header {
    padding: 1rem;
  }
}
.site--footer {
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
}
.site--footer__inner {
  width: 100%;
}
.site--footer__links {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.site--footer__primary-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site--footer__primary-links a, .site--footer__credit, .site--footer__disclaimer-toggle {
  font-family: "roboto mono", monospace;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.site--footer__credit, .site--footer__primary-links a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site--footer__credit:hover, .site--footer__primary-links a:hover {
  opacity: 0.7;
}
.site--footer__disclaimer-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site--footer__disclaimer-toggle:hover {
  opacity: 0.7;
}
.site--footer__disclaimer-toggle-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--footer__disclaimer-toggle-icon::before, .site--footer__disclaimer-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--footer__disclaimer-toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.site--footer__disclaimer-toggle.is-open .site--footer__disclaimer-toggle-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.site--footer__disclaimer-toggle.is-open .site--footer__disclaimer-toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.site--footer__disclaimer {
  width: 100%;
  margin: 0 auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease, opacity 0.35s ease, padding-top 0.35s ease;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding-top 0.35s ease;
  padding-top: 0;
}
.site--footer__disclaimer.is-open {
  max-height: 16rem;
  opacity: 1;
  padding-top: 4.5rem;
}
.site--footer__disclaimer-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
}
.site--footer__disclaimer-heading {
  margin: 0;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.site--footer__disclaimer-copy {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (max-width:568px) {
  .site--footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--footer__primary-links {
    gap: 1rem 1.5rem;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .site--footer__primary-links:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: calc(-1em + 1px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .site--footer__credit {
    text-align: left;
  }
}
.downloads-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  color: rgb(255, 255, 255);
}
.downloads-modal[hidden], .downloads-modal__gate[hidden], .downloads-modal__downloads[hidden] {
  display: none !important;
}
.downloads-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.downloads-modal.is-open .downloads-modal__overlay {
  opacity: 1;
}
.downloads-modal.is-open .downloads-modal__dialog {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.downloads-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.downloads-modal__dialog {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  outline: 0;
  background: #080808;
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(24px);
          filter: blur(24px);
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.downloads-modal__wash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 17% 18%, rgba(255, 255, 255, 0.16), transparent 24%), radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.08), transparent 18%), radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.12), transparent 24%), radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.12), transparent 30%), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.12)), color-stop(18%, rgba(255, 255, 255, 0.02)), color-stop(50%, rgba(255, 255, 255, 0.14)), color-stop(78%, rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.1)));
  background: radial-gradient(circle at 17% 18%, rgba(255, 255, 255, 0.16), transparent 24%), radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.08), transparent 18%), radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.12), transparent 24%), radial-gradient(circle at 50% 76%, rgba(255, 255, 255, 0.12), transparent 30%), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 18%, rgba(255, 255, 255, 0.14) 50%, rgba(255, 255, 255, 0.03) 78%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.9;
  pointer-events: none;
}
.downloads-modal__chrome, .downloads-modal__frame {
  position: relative;
  z-index: 1;
}
.downloads-modal__chrome {
  position: absolute;
  inset: 1.5rem 1.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.downloads-modal__brand, .downloads-modal__close {
  pointer-events: auto;
}
.downloads-modal__brand {
  line-height: 0;
}
.downloads-modal__brand svg {
  display: block;
  width: 7.875rem;
  height: auto;
}
.downloads-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
}
.downloads-modal__close svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.downloads-modal__close:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.downloads-modal__close:disabled {
  opacity: 0.45;
  cursor: default;
}
.downloads-modal__close > svg {
  width: 1rem;
  height: auto;
}
.downloads-modal__frame {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 6.75rem 2.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.downloads-modal__gate, .downloads-modal__downloads {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.downloads-modal__gate-inner {
  width: min(100%, 41.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}
.downloads-modal__auth-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.downloads-modal__auth-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.downloads-modal__auth-toggle.is-active {
  color: rgb(255, 255, 255);
}
.downloads-modal__auth-toggle:hover, .downloads-modal__auth-toggle:focus-visible {
  color: rgb(255, 255, 255);
}
.downloads-modal__auth-toggle + .downloads-modal__auth-toggle {
  padding-left: 1.625rem;
}
.downloads-modal__auth-toggle + .downloads-modal__auth-toggle::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.downloads-modal__auth-view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}
.downloads-modal__auth-view[hidden] {
  display: none !important;
}
.downloads-modal__title, .downloads-modal__eyebrow, .downloads-modal__label, .downloads-modal__address, .downloads-modal__swipe-hint {
  margin: 0;
  text-transform: uppercase;
}
.downloads-modal__title, .downloads-modal__eyebrow {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8em;
}
.downloads-modal__title {
  width: min(100%, 30rem);
  margin: 0 auto;
}
.downloads-modal__auth-view[data-downloads-view=register] .downloads-modal__title {
  width: min(100%, 34rem);
}
.downloads-modal__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}
.downloads-modal__field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.875rem;
  text-align: left;
}
.downloads-modal__label {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8em;
}
.downloads-modal__field-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  padding: 1rem 1.25rem;
  gap: 1rem;
}
.downloads-modal__field-shell--password {
  padding-right: 0.875rem;
}
.downloads-modal__input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgb(255, 255, 255);
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  caret-color: rgb(255, 255, 255);
}
.downloads-modal__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.downloads-modal__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.downloads-modal__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.downloads-modal__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.downloads-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.downloads-modal__input:focus {
  outline: 0;
}
.downloads-modal__password-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
.downloads-modal__password-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.downloads-modal__password-toggle:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.downloads-modal__password-toggle svg {
  width: 1.5625rem;
  height: auto;
}
.downloads-modal__error {
  margin: -0.5rem 0 0;
  color: #ff4f4f;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
.downloads-modal__feedback {
  margin: -0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
.downloads-modal__feedback.is-error {
  color: #ff6b6b;
}
.downloads-modal__feedback.is-success {
  color: rgba(255, 255, 255, 0.8);
}
.downloads-modal__helper-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-height: 2.5rem;
  padding: 0.625rem 1.375rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.downloads-modal__helper-link:hover, .downloads-modal__helper-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}
.downloads-modal__helper-link[hidden] {
  display: none !important;
}
.downloads-modal__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.25rem;
}
.downloads-modal__submit, .downloads-modal__action {
  min-width: 12.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.downloads-modal__submit {
  min-width: 8rem;
}
.downloads-modal__form.is-submitting .downloads-modal__submit, .downloads-modal.is-submitting .downloads-modal__submit {
  opacity: 0.6;
  cursor: wait;
}
.downloads-modal__note {
  width: min(100%, 22rem);
  margin: 0 auto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.downloads-modal__desktop, .downloads-modal__mobile {
  position: relative;
  width: min(100%, 90rem);
  overflow: hidden;
}
.downloads-modal__desktop {
  padding: 7rem 2.5rem 2.5rem;
}
.downloads-modal__eyebrow {
  position: relative;
  z-index: 1;
  text-align: center;
}
.downloads-modal__desktop-top, .downloads-modal__desktop-film {
  position: relative;
  z-index: 1;
}
.downloads-modal__desktop-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2.5rem 1px 2.5rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
  margin-top: 4.5rem;
}
.downloads-modal__card {
  min-height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5rem;
}
.downloads-modal__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 17.625rem);
}
.downloads-modal__address svg {
  display: block;
  width: 100%;
  height: auto;
}
.downloads-modal__divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.downloads-modal__desktop-film {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.downloads-modal__thumbnail {
  width: 7.5625rem;
  height: auto;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #d9d9d9;
}
.downloads-modal__mobile {
  display: none;
  width: min(100%, 20.375rem);
}
.downloads-modal__mobile-swiper {
  width: 100%;
}
.downloads-modal__mobile-slide {
  min-height: 41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  padding: 5rem 2rem 3rem;
}
.downloads-modal__mobile-footer {
  position: relative;
  z-index: 1;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.downloads-modal__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.downloads-modal__pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.downloads-modal__pagination .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.downloads-modal__swipe-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  padding: 0.625rem 1rem;
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.55em;
}
.downloads-modal__swipe-hint svg {
  width: 1rem;
  height: auto;
}
.downloads-modal .is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

body.has-downloads-modal {
  overflow: hidden;
}
body.has-downloads-modal .site--header {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:1024px) {
  .downloads-modal__frame {
    padding: 6.75rem 2rem 2rem;
  }
  .downloads-modal__desktop {
    padding: 6rem 2rem 2rem;
  }
  .downloads-modal__desktop-top {
    gap: 1.75rem;
  }
  .downloads-modal__card {
    min-height: 18rem;
    gap: 3.5rem;
  }
  .downloads-modal__address {
    width: min(100%, 15rem);
  }
}
@media screen and (max-width: 767px) {
  .downloads-modal__chrome {
    inset: 1rem 1rem auto;
  }
  .downloads-modal__brand svg {
    width: 5.6875rem;
  }
  .downloads-modal__close {
    width: 2rem;
    height: 2rem;
  }
  .downloads-modal__frame {
    padding: 5rem 1rem 1rem;
  }
  .downloads-modal__gate-inner {
    width: min(100%, 21.375rem);
    gap: 2rem;
  }
  .downloads-modal__auth-view {
    gap: 1.5rem;
  }
  .downloads-modal__title, .downloads-modal__eyebrow, .downloads-modal__label {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.8em;
  }
  .downloads-modal__title {
    width: min(100%, 14rem);
  }
  .downloads-modal__auth-view[data-downloads-view=register] .downloads-modal__title {
    width: min(100%, 16rem);
  }
  .downloads-modal__field-shell {
    padding: 1rem;
    border-radius: 999px;
  }
  .downloads-modal__field-shell--password {
    padding-right: 0.75rem;
  }
  .downloads-modal__input {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.5em;
  }
  .downloads-modal__error {
    font-size: 0.875rem;
  }
  .downloads-modal__note {
    width: min(100%, 13.125rem);
    font-size: 0.875rem;
  }
  .downloads-modal__desktop {
    display: none;
  }
  .downloads-modal__mobile {
    display: block;
  }
  .downloads-modal__mobile-slide {
    min-height: 40.875rem;
    gap: 4rem;
    padding: 5rem 2rem 2.5rem;
  }
  .downloads-modal__address {
    width: min(100%, 13rem);
  }
  .downloads-modal__action {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width:568px) {
  .downloads-modal__frame {
    padding-inline: 0.75rem;
  }
  .downloads-modal__mobile-slide {
    padding-inline: 1.5rem;
  }
}
.info-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.info-modal[hidden] {
  display: none;
}
.info-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.info-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}
.info-modal__dialog {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  color: rgb(255, 255, 255);
  background: rgba(217, 217, 217, 0.01);
  backdrop-filter: blur(40px);
  overflow-x: hidden;
  overflow-y: hidden;
}
.info-modal__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: rgb(0, 0, 0);
}
.info-modal__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.25;
}
.info-modal__wash {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.03))), radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.12), transparent 30%), radial-gradient(circle at 80% 14%, rgba(255, 255, 255, 0.14), transparent 36%), radial-gradient(circle at 56% 48%, rgba(255, 255, 255, 0.06), transparent 28%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%), radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.12), transparent 30%), radial-gradient(circle at 80% 14%, rgba(255, 255, 255, 0.14), transparent 36%), radial-gradient(circle at 56% 48%, rgba(255, 255, 255, 0.06), transparent 28%);
}
.info-modal__frame {
  --info-modal-top-space: 10rem;
  --info-modal-bottom-space: 6.5rem;
  --info-modal-left-space: 2.5rem;
  --info-modal-right-space: 9.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0 0 0 var(--info-modal-left-space);
  z-index: 1;
}
.info-modal__close {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
}
.info-modal__close svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.info-modal__close:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.info-modal__close:disabled {
  opacity: 0.45;
  cursor: default;
}
.info-modal__close > svg {
  width: 1rem;
  height: auto;
}
.info-modal__layout {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.625rem clamp(4rem, 9vw, 15.4375rem) minmax(0, 1fr);
  grid-template-columns: 13.625rem minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: clamp(4rem, 9vw, 15.4375rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  min-height: 0;
}
.info-modal__layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.info-modal__layout > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.info-modal__sidebar {
  min-width: 0;
  padding: var(--info-modal-top-space) 0 var(--info-modal-bottom-space);
}
.info-modal__sidebar-inner {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
.info-modal__brand {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 3;
  line-height: 0;
  color: rgb(255, 255, 255);
}
.info-modal__brand svg {
  display: block;
  width: 7.875rem;
  height: auto;
}
.info-modal__policy-toggle {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  padding: 0.5rem 1rem;
}
.info-modal__policy-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.info-modal__policy-button.is-active {
  color: rgb(255, 255, 255);
}
.info-modal__policy-button:hover, .info-modal__policy-button:focus-visible {
  color: rgb(255, 255, 255);
}
.info-modal__policy-button + .info-modal__policy-button {
  padding-left: 1.625rem;
}
.info-modal__policy-button + .info-modal__policy-button::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-modal__section-nav {
  width: min(100%, 13.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  counter-reset: info-nav-sections;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease, -webkit-transform 0.24s ease;
}
.info-modal__section-nav[hidden] {
  display: none !important;
}
.info-modal__section-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.info-modal__section-link::before {
  counter-increment: info-nav-sections;
  content: counter(info-nav-sections, decimal-leading-zero) ".";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-modal__section-link.is-active {
  color: rgb(255, 255, 255);
}
.info-modal__section-link:hover, .info-modal__section-link:focus-visible {
  color: rgba(255, 255, 255, 0.72);
}
.info-modal__content-shell {
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  margin-right: calc(var(--info-modal-right-space) * -1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, -webkit-transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease;
  transition: opacity 0.24s ease, transform 0.24s ease, -webkit-transform 0.24s ease;
}
.info-modal__content-scroller {
  min-width: 0;
  padding-top: var(--info-modal-top-space);
  padding-right: var(--info-modal-right-space);
  padding-bottom: var(--info-modal-bottom-space);
}
.info-modal__policy {
  min-width: 0;
}
.info-modal__policy[hidden] {
  display: none !important;
}
.info-modal__policy-header {
  margin-bottom: 3rem;
}
.info-modal__policy-title {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8em;
  text-transform: uppercase;
}
.info-modal__policy-wording {
  padding-right: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  counter-reset: info-policy-sections;
}
.info-modal__policy-wording::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: var(--info-modal-scroll-end-space, 0px);
}
.info-modal__section {
  width: min(100%, 48.6875rem);
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  scroll-margin-top: 0;
}
.info-modal__section-title {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1rem minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.info-modal__section-title.is-active {
  color: rgb(255, 255, 255);
}
.info-modal__section-title::before {
  counter-increment: info-policy-sections;
  content: counter(info-policy-sections, decimal-leading-zero) ".";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-modal__section-copy {
  width: 100%;
  max-width: 48.6875rem;
}
.info-modal__section-copy p {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.info-modal__section-copy p:last-child {
  margin-bottom: 0;
}
.info-modal__section-copy a {
  color: rgb(255, 255, 255);
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.info-modal__section-copy a:hover {
  opacity: 0.5;
}
.info-modal__back-to-top {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  left: 50%;
  bottom: 2.5rem;
  z-index: 3;
  min-height: 2rem;
  padding: 0.5rem 1.5rem;
  border: 0;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 1rem);
          transform: translate(-50%, 1rem);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.info-modal__back-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.info-modal__back-to-top:hover {
  background: rgba(255, 255, 255, 0.16);
}
.info-modal.is-policy-switching .info-modal__section-nav:not([hidden]),
.info-modal.is-policy-switching .info-modal__content-shell {
  opacity: 0;
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  pointer-events: none;
}

body.has-info-modal {
  overflow: hidden;
}
body.has-info-modal .site--header {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:1024px) {
  .info-modal__dialog {
    overflow-y: hidden;
  }
  .info-modal__frame {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    --info-modal-top-space: 7.6875rem;
    --info-modal-bottom-space: 2rem;
    --info-modal-left-space: 2rem;
    --info-modal-right-space: 2rem;
    padding: var(--info-modal-top-space) var(--info-modal-right-space) var(--info-modal-bottom-space) var(--info-modal-left-space);
  }
  .info-modal__brand {
    top: 1.5rem;
    left: 1.5rem;
  }
  .info-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
  .info-modal__layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 4rem;
    height: auto;
    min-height: auto;
  }
  .info-modal__layout > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .info-modal__sidebar-inner {
    position: static;
  }
  .info-modal__sidebar {
    padding: 0;
  }
  .info-modal__policy-header {
    margin-bottom: 2rem;
  }
  .info-modal__section {
    width: 100%;
  }
  .info-modal__content-shell {
    min-height: auto;
    height: auto;
    overflow: visible;
    margin-right: 0;
  }
  .info-modal__content-scroller {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .info-modal__policy-wording {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .info-modal__brand {
    top: 1rem;
    left: 1.5rem;
  }
  .info-modal__close {
    top: 1rem;
    right: 1.5rem;
  }
}
@media screen and (max-width:568px) {
  .info-modal__frame {
    --info-modal-top-space: 7.6875rem;
    --info-modal-bottom-space: 2rem;
    --info-modal-left-space: 1.5625rem;
    --info-modal-right-space: 1.5625rem;
  }
  .info-modal__close {
    right: 1rem;
  }
  .info-modal__layout {
    gap: 3rem;
  }
  .info-modal__brand {
    left: 1rem;
  }
  .info-modal__policy-button, .info-modal__section-link, .info-modal__back-to-top {
    letter-spacing: 0.3em;
  }
  .info-modal__policy-title, .info-modal__section-title {
    letter-spacing: 0.45em;
  }
  .info-modal__back-to-top {
    bottom: 2rem;
  }
}
.site {
  position: relative;
  isolation: isolate;
}
.site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.85s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.85s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content {
  position: relative;
  z-index: 2;
  isolation: isolate;
}
.site--content::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.85s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.85s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--enquires {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.site--content--enquires__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
.site--content--enquires__heading {
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: center;
}
.site--content--enquires__content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 27rem) 5rem 1px 5rem minmax(0, 27rem);
  grid-template-columns: minmax(0, 27rem) 1px minmax(0, 27rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
.site--content--enquires__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-align: center;
}
.site--content--enquires__toggle {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: default;
}
.site--content--enquires__brand {
  color: rgb(255, 255, 255);
  line-height: 0;
}
.site--content--enquires__brand svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 2rem;
}
.site--content--enquires__toggle-icon {
  display: none;
}
.site--content--enquires__divider {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  -ms-grid-column-align: center;
      justify-self: center;
}
.site--content--enquires__divider--edge {
  display: none;
}
.site--content--enquires__panel {
  width: 100%;
}
.site--content--enquires__panel-inner {
  width: 100%;
}
.site--content--enquires__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.site--content--enquires__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.site--content--enquires__name {
  margin: 0;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.site--content--enquires__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0;
}
.site--content--enquires__details a,
.site--content--enquires__details span {
  color: rgb(255, 255, 255);
}
.site--content--enquires__downloads {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.site--content--logo-block {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}
.site--content--logo-block__inner {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.site--content--logo-block__heading {
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  text-align: center;
}
.site--content--logo-block__logos {
  width: 100%;
  max-width: 67.5rem;
  min-height: 20rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10rem 1px 10rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}
.site--content--logo-block__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site--content--logo-block__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 3.5rem;
  height: auto;
}
@media screen and (max-width:568px) {
  .site--content--logo-block__image {
    max-height: 2.5rem;
  }
}
.site--content--logo-block__divider {
  width: 1px;
  height: 15.75rem;
  background: rgba(255, 255, 255, 0.25);
  -ms-grid-column-align: center;
      justify-self: center;
}
.site--content--gallery {
  min-height: 100vh;
  min-height: 100dvh;
}
.site--content--gallery__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding: 8rem 0 4rem;
}
.site--content--gallery__video {
  aspect-ratio: 3/2;
  position: relative;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.site--content--gallery__video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site--content--gallery__video > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site--content--gallery--copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site--content--gallery--copy .site--content--gallery__heading {
  margin: 0;
  text-transform: uppercase;
}
.site--content--gallery--copy > * {
  max-width: 34.25rem;
  width: 100%;
}
.site--content--gallery__trigger {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.site--content--gallery__video, .site--content--gallery--copy {
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
.site--content--gallery .gallery-modal {
  --gallery-modal-margin: 1.5rem;
  --gallery-modal-chrome-clearance: 3rem;
  --gallery-modal-chrome-height: 5.5rem;
  --gallery-modal-image-canvas-height: calc(100dvh - (var(--gallery-modal-margin) * 2) - var(--gallery-modal-chrome-height));
  position: fixed;
  inset: 0;
  z-index: 40;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--gallery .gallery-modal[hidden] {
  display: none;
}
.site--content--gallery .gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.site--content--gallery .gallery-modal.is-open .gallery-modal__overlay {
  opacity: 1;
}
.site--content--gallery .gallery-modal.is-open .gallery-modal__dialog {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site--content--gallery .gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--gallery .gallery-modal__dialog {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--gallery-modal-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background: rgba(217, 217, 217, 0.01);
  backdrop-filter: blur(40px);
  opacity: 0;
  -webkit-filter: blur(24px);
          filter: blur(24px);
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--gallery .gallery-modal__background, .site--content--gallery .gallery-modal__wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.site--content--gallery .gallery-modal__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.site--content--gallery .gallery-modal__background.is-active {
  opacity: 0.8;
}
.site--content--gallery .gallery-modal__wash {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.04))), radial-gradient(circle at 20% 18%, rgba(201, 219, 238, 0.2), transparent 30%), radial-gradient(circle at 78% 14%, rgba(205, 214, 224, 0.18), transparent 32%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%), radial-gradient(circle at 20% 18%, rgba(201, 219, 238, 0.2), transparent 30%), radial-gradient(circle at 78% 14%, rgba(205, 214, 224, 0.18), transparent 32%);
}
.site--content--gallery .gallery-modal__chrome, .site--content--gallery .gallery-modal__frame {
  position: relative;
  z-index: 1;
}
.site--content--gallery .gallery-modal__chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: var(--gallery-modal-margin);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width:568px) {
  .site--content--gallery .gallery-modal__chrome {
    padding: 1rem;
  }
}
.site--content--gallery .gallery-modal__brand {
  line-height: 0;
  color: rgb(255, 255, 255);
  pointer-events: auto;
}
.site--content--gallery .gallery-modal__brand svg {
  display: block;
  width: 7.875rem;
  height: auto;
}
.site--content--gallery .gallery-modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
  pointer-events: auto;
}
.site--content--gallery .gallery-modal__close svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--gallery .gallery-modal__close:hover:not(:disabled) {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.site--content--gallery .gallery-modal__close:disabled {
  opacity: 0.45;
  cursor: default;
}
.site--content--gallery .gallery-modal__frame {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 var(--gallery-modal-image-canvas-height);
          flex: 0 1 var(--gallery-modal-image-canvas-height);
  width: 100%;
  min-height: 0;
  max-height: var(--gallery-modal-image-canvas-height);
  margin-top: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site--content--gallery .gallery-modal__swiper {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.site--content--gallery .gallery-modal .swiper-wrapper,
.site--content--gallery .gallery-modal .swiper-slide {
  width: 100%;
  height: 100%;
}
.site--content--gallery .gallery-modal .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site--content--gallery .gallery-modal__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 0;
  height: 100%;
}
.site--content--gallery .gallery-modal__media {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.site--content--gallery .gallery-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.site--content--gallery .gallery-modal__image {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
.site--content--gallery .gallery-modal__slide[data-gallery-mode=day] .gallery-modal__image--day, .site--content--gallery .gallery-modal__slide[data-gallery-mode=night] .gallery-modal__image--night {
  opacity: 1;
  visibility: visible;
}
.site--content--gallery .gallery-modal__dock {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}
.site--content--gallery .gallery-modal__meta, .site--content--gallery .gallery-modal__nav {
  pointer-events: none;
}
.site--content--gallery .gallery-modal.is-open .gallery-modal__meta,
.site--content--gallery .gallery-modal.is-open .gallery-modal__nav {
  pointer-events: auto;
}
.site--content--gallery .gallery-modal__meta {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  min-width: 0;
  width: min(100%, 29rem);
  max-width: min(100%, 29rem);
  min-height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  overflow: hidden;
  -webkit-transition: width 0.3s ease, padding 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
  transition: width 0.3s ease, padding 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease;
}
.site--content--gallery .gallery-modal__meta.is-collapsed {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  padding-inline: 0.75rem;
}
@media screen and (max-width:767px) {
  .site--content--gallery .gallery-modal__meta.is-collapsed .gallery-modal__meta-toggle {
    -webkit-transform: translate(0.17rem, 0);
            transform: translate(0.17rem, 0);
  }
}
.site--content--gallery .gallery-modal__meta-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.site--content--gallery .gallery-modal__meta-toggle svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--gallery .gallery-modal__meta-toggle:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
  opacity: 1;
}
@media screen and (max-width:767px) {
  .site--content--gallery .gallery-modal__meta-toggle {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
.site--content--gallery .gallery-modal__meta-toggle-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--content--gallery .gallery-modal__meta-toggle-icon svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--gallery .gallery-modal .gallery-modal__meta:not(.is-collapsed) .gallery-modal__meta-toggle-icon svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site--content--gallery .gallery-modal__meta-body {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease, max-width 0.3s ease;
  transition: opacity 0.2s ease, max-width 0.3s ease;
  max-width: 24rem;
}
.site--content--gallery .gallery-modal .gallery-modal__meta.is-collapsed .gallery-modal__meta-body {
  opacity: 0;
  max-width: 0;
  visibility: hidden;
  pointer-events: none;
}
.site--content--gallery .gallery-modal__meta-index, .site--content--gallery .gallery-modal__meta-caption {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.site--content--gallery .gallery-modal__meta-index {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--content--gallery .gallery-modal__meta-caption {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.site--content--gallery .gallery-modal__meta-caption.has-marquee {
  text-overflow: clip;
}
.site--content--gallery .gallery-modal__meta-caption-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  white-space: nowrap;
  will-change: transform;
}
.site--content--gallery .gallery-modal__meta-caption-item {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.site--content--gallery .gallery-modal__mode {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  padding: 0.5rem 1rem;
}
.site--content--gallery .gallery-modal__mode[hidden] {
  display: none !important;
}
.site--content--gallery .gallery-modal__mode-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  padding: 0;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.site--content--gallery .gallery-modal__mode-button.is-active {
  color: rgb(255, 255, 255);
}
.site--content--gallery .gallery-modal__mode-button:hover:not([disabled]), .site--content--gallery .gallery-modal__mode-button:focus-visible:not([disabled]) {
  color: rgb(255, 255, 255);
}
.site--content--gallery .gallery-modal__mode-button[disabled] {
  cursor: default;
  opacity: 0.35;
}
.site--content--gallery .gallery-modal__mode-separator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--content--gallery .gallery-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.site--content--gallery .gallery-modal__nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
}
.site--content--gallery .gallery-modal__nav-button svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--gallery .gallery-modal__nav-button:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.site--content--gallery .gallery-modal__nav-button:disabled {
  opacity: 0.45;
  cursor: default;
}
.site--content--gallery .gallery-modal__nav-button > svg {
  width: 1rem;
  height: auto;
}
.site--content--gallery .gallery-modal__nav-button:hover:not(:disabled), .site--content--gallery .gallery-modal__nav-button:focus-visible:not(:disabled) {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  opacity: 1;
}
.site--content--copy {
  min-height: 100vh;
  min-height: 100dvh;
}
.site--content--copy__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 2.5rem;
  padding: 8rem 0 4rem;
}
.site--content--copy__heading {
  text-transform: uppercase;
}
.site--content--copy__heading, .site--content--copy__copy {
  max-width: 33rem;
}
.site--content--buildings {
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site--content--buildings__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.75rem;
  padding: 8rem 0 4rem;
  width: 100%;
}
.site--content--buildings__cont--dims {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 2rem;
}
.site--content--buildings .buildings--figure-scroll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site--content--buildings .buildings--figure-scroll.is-scrollable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-touch-action: auto;
      touch-action: auto;
  overscroll-behavior-x: contain;
  cursor: -webkit-grab;
  cursor: grab;
}
.site--content--buildings .buildings--figure-scroll.is-scrollable::-webkit-scrollbar {
  display: none;
}
.site--content--buildings .buildings--figure-swipe {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(24px);
  border-radius: 999px;
  color: rgb(255, 255, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 3rem);
  min-height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin: 2rem auto 0;
  padding: 0.5rem 1rem;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site--content--buildings .buildings--figure-swipe[hidden] {
  display: none !important;
}
.site--content--buildings .buildings--figure-swipe svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--content--buildings .buildings--figure {
  position: relative;
  width: 60.563rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width:1024px) {
  .site--content--buildings .buildings--figure {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings--figure {
    width: 43.563rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.site--content--buildings .buildings--figure__label {
  position: absolute;
  top: 55%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  white-space: nowrap;
}
.site--content--buildings .buildings--figure__label--davies {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width:1024px) {
  .site--content--buildings .buildings--figure__label--davies {
    left: 2.5em;
  }
}
.site--content--buildings .buildings--figure__label--brook {
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width:1024px) {
  .site--content--buildings .buildings--figure__label--brook {
    right: 2.5em;
  }
}
.site--content--buildings .buildings--figure .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site--content--buildings .buildings--figure .floor.last {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site--content--buildings .buildings--figure .floor .block {
  --buildings-block-top-current: 100%;
  --buildings-block-side-current: 100%;
  --buildings-block-bottom-current: 0%;
  --buildings-block-top-target: 100%;
  --buildings-block-side-target: 100%;
  --buildings-block-bottom-target: 0%;
  --buildings-block-background-opacity: 0.35;
  --buildings-block-background-target-opacity: 0.35;
  --buildings-block-icon-opacity: 1;
  --buildings-block-icon-target-opacity: 1;
  height: 2.5rem;
  padding: 0.813rem 0.75rem 0.688rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  background-color: rgba(255, 255, 255, var(--buildings-block-background-opacity));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  background-repeat: no-repeat;
  background-position: top left, left top, right top, bottom left;
  background-size: var(--buildings-block-top-current) 1px, 1px var(--buildings-block-side-current), 1px var(--buildings-block-side-current), var(--buildings-block-bottom-current) 1px;
  backdrop-filter: blur(10px);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  color: rgb(255, 255, 255);
  font: inherit;
  text-align: left;
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings--figure .floor .block {
    height: 2rem;
  }
}
.site--content--buildings .buildings--figure .floor .block:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.site--content--buildings .buildings--figure .floor .block.is-active {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.site--content--buildings .buildings--figure .floor .block.rec_davies, .site--content--buildings .buildings--figure .floor .block.rec_brook, .site--content--buildings .buildings--figure .floor .block.plant, .site--content--buildings .buildings--figure .floor .block.facilities {
  height: 3.5rem;
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings--figure .floor .block.rec_davies, .site--content--buildings .buildings--figure .floor .block.rec_brook, .site--content--buildings .buildings--figure .floor .block.plant, .site--content--buildings .buildings--figure .floor .block.facilities {
    height: 3rem;
  }
}
.site--content--buildings .buildings--figure .floor .block.facilities {
  --buildings-block-bottom-current: 100%;
  --buildings-block-bottom-target: 100%;
  --buildings-block-background-opacity: 0;
  --buildings-block-background-target-opacity: 0;
  --buildings-block-icon-opacity: 0;
  --buildings-block-icon-target-opacity: 0;
  background-color: transparent;
  width: 100%;
  pointer-events: none;
}
.site--content--buildings .buildings--figure .floor .block.plant {
  --buildings-block-top-current: 0%;
  --buildings-block-top-target: 0%;
  --buildings-block-bottom-current: 100%;
  --buildings-block-bottom-target: 100%;
  --buildings-block-background-opacity: 0;
  --buildings-block-background-target-opacity: 0;
  --buildings-block-icon-opacity: 0;
  --buildings-block-icon-target-opacity: 0;
  background-color: transparent;
  width: 44.3%;
  margin-right: 2%;
  pointer-events: none;
}
.site--content--buildings .buildings--figure .floor .block > span {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.4em;
}
.site--content--buildings .buildings--figure .floor .block svg {
  opacity: var(--buildings-block-icon-opacity);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings--figure .floor .block svg rect,
.site--content--buildings .buildings--figure .floor .block svg path {
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease, stroke-opacity 0.3s ease, fill-opacity 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease, stroke-opacity 0.3s ease, fill-opacity 0.3s ease;
}
.site--content--buildings .buildings--figure .floor .block:hover svg rect:first-child, .site--content--buildings .buildings--figure .floor .block.is-active svg rect:first-child {
  fill: currentColor;
  fill-opacity: 0.12;
}
.site--content--buildings .buildings--figure .floor .block:hover svg rect:last-child, .site--content--buildings .buildings--figure .floor .block.is-active svg rect:last-child {
  stroke: currentColor;
  stroke-opacity: 0.25;
}
.site--content--buildings .buildings--figure .floor .block:hover svg path, .site--content--buildings .buildings--figure .floor .block.is-active svg path {
  fill: currentColor;
}
.site--content--buildings .buildings--figure .floor .block.is-active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site--content--buildings .buildings--figure .floor .block.terrace {
  width: 15.9%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings--figure .floor .block.terrace {
    width: 17.9%;
    -webkit-transform: translate(70%, 0);
            transform: translate(70%, 0);
  }
}
.site--content--buildings .buildings--figure .floor .block.l7_davies {
  width: 28.5%;
  margin-left: 6%;
}
.site--content--buildings .buildings--figure .floor .block.l6_davies {
  width: 35.1%;
  margin-left: 2%;
}
.site--content--buildings .buildings--figure .floor .block.l5_davies {
  width: 39.5%;
}
.site--content--buildings .buildings--figure .floor .block.l4_davies, .site--content--buildings .buildings--figure .floor .block.l3_davies {
  width: 41.7%;
}
.site--content--buildings .buildings--figure .floor .block.l2_davies, .site--content--buildings .buildings--figure .floor .block.l1_davies, .site--content--buildings .buildings--figure .floor .block.rec_davies {
  width: 48.8%;
}
.site--content--buildings .buildings--figure .floor .block.brook {
  width: 39%;
}
.site--content--buildings .buildings--figure .floor .block.l7_brook {
  width: 21.1%;
  margin-right: 10%;
}
.site--content--buildings .buildings--figure .floor .block.l6_brook {
  width: 34.4%;
  margin-right: 2%;
}
.site--content--buildings .buildings-dims__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings-dims__panel.buildings-dims__panel--totals {
    padding-top: 2rem;
  }
}
.site--content--buildings .buildings-dims__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 1rem;
  min-height: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.site--content--buildings .buildings-dims__title, .site--content--buildings .buildings-dims__label {
  margin: 0;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.site--content--buildings .buildings-dims__nav-button, .site--content--buildings .buildings-dims__floorplan {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.site--content--buildings .buildings-dims__icon-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: absolute;
  right: 0;
}
.site--content--buildings .buildings-dims__icon-button svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings-dims__icon-button:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.site--content--buildings .buildings-dims__nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  color: rgb(255, 255, 255);
}
.site--content--buildings .buildings-dims__nav-button svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings-dims__nav-button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.site--content--buildings .buildings-dims__nav-button:disabled {
  opacity: 0.45;
  cursor: default;
}
.site--content--buildings .buildings-dims__nav-button > svg {
  width: 1rem;
  height: auto;
}
.site--content--buildings .buildings-dims__icon-button[aria-disabled=true] {
  opacity: 0.55;
}
.site--content--buildings .buildings-dims__floorplan:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.site--content--buildings .buildings-dims__icon-button.is-active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site--content--buildings .buildings-dims__content {
  padding-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
}
.site--content--buildings .buildings-dims__stat {
  min-height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings-dims__stat {
    min-height: 4.5rem;
  }
}
.site--content--buildings .buildings-dims__stat + .buildings-dims__stat {
  position: relative;
  padding-left: 2rem;
}
.site--content--buildings .buildings-dims__stat + .buildings-dims__stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 3.5rem;
  background: rgba(255, 255, 255, 0.25);
}
.site--content--buildings .buildings-dims__value {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}
.site--content--buildings .buildings-dims__value sup {
  font-size: 0.55em;
  vertical-align: super;
}
.site--content--buildings .buildings-dims__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.site--content--buildings .buildings-dims__action[hidden] {
  display: none !important;
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings-dims__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.site--content--buildings .buildings-dims__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  min-height: auto;
}
@media screen and (max-width:1024px) {
  .site--content--buildings .buildings-dims__nav {
    gap: 0.5rem;
  }
}
.site--content--buildings .buildings-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--buildings .buildings-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.site--content--buildings .buildings-modal.is-open .buildings-modal__overlay {
  opacity: 1;
}
.site--content--buildings .buildings-modal.is-open .buildings-modal__dialog {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.site--content--buildings .buildings-modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(243, 243, 243, 0.88);
  backdrop-filter: blur(18px);
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--buildings .buildings-modal__dialog {
  position: relative;
  z-index: 1;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  color: rgb(0, 0, 0);
  background-color: #f3f1ee;
  opacity: 0;
  -webkit-filter: blur(24px);
          filter: blur(24px);
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.site--content--buildings .buildings-modal__dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/Gallery-Modal.jpg") center/cover no-repeat;
  pointer-events: none;
}
.site--content--buildings .buildings-modal__brand, .site--content--buildings .buildings-modal__close, .site--content--buildings .buildings-modal__media, .site--content--buildings .buildings-modal__footer {
  position: relative;
  z-index: 1;
}
.site--content--buildings .buildings-modal__brand {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(0, 0, 0);
  line-height: 0;
}
.site--content--buildings .buildings-modal__brand svg {
  display: block;
  width: 7.875rem;
  height: auto;
}
.site--content--buildings .buildings-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 3;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  color: rgb(0, 0, 0);
}
.site--content--buildings .buildings-modal__close svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings-modal__close:hover:not(:disabled) {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.site--content--buildings .buildings-modal__close:disabled {
  opacity: 0.45;
  cursor: default;
}
.site--content--buildings .buildings-modal__media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 2rem 2rem;
}
.site--content--buildings .buildings-modal__media img {
  display: block;
  max-width: min(78vw, 48rem);
  max-height: 64vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site--content--buildings .buildings-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1.75rem;
}
.site--content--buildings .buildings-modal__stats {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.site--content--buildings .buildings-modal__stat {
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
.site--content--buildings .buildings-modal__stat:first-child {
  position: relative;
}
.site--content--buildings .buildings-modal__stat:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 3.5rem;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site--content--buildings .buildings-modal__label {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.site--content--buildings .buildings-modal__value {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.site--content--buildings .buildings-modal__value sup {
  font-size: 0.55em;
  vertical-align: super;
}
.site--content--buildings .buildings-modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.site--content--buildings .buildings-modal__chip {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  color: rgb(0, 0, 0);
  min-width: 0;
  min-height: 4.25rem;
  padding: 0.75rem 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  color: rgb(0, 0, 0);
  overflow: hidden;
  -webkit-transition: width 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
  width: min(100%, 29rem);
  max-width: min(100%, 29rem);
}
.site--content--buildings .buildings-modal__chip:hover {
  border-color: rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.16);
}
.site--content--buildings .buildings-modal__chip.is-collapsed {
  width: 4.25rem;
  padding-inline: 0.75rem;
}
.site--content--buildings .buildings-modal__chip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site--content--buildings .buildings-modal__chip-icon svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings-modal .buildings-modal__chip:not(.is-collapsed) .buildings-modal__chip-icon svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site--content--buildings .buildings-modal__chip-text {
  display: block;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease, max-width 0.3s ease;
  transition: opacity 0.2s ease, max-width 0.3s ease;
  max-width: 24rem;
  text-align: left;
}
.site--content--buildings .buildings-modal .buildings-modal__chip.is-collapsed .buildings-modal__chip-text {
  opacity: 0;
  max-width: 0;
  visibility: hidden;
  pointer-events: none;
}
.site--content--buildings .buildings-modal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.site--content--buildings .buildings-modal__nav .buildings-dims__nav-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  color: rgb(0, 0, 0);
}
.site--content--buildings .buildings-modal__nav .buildings-dims__nav-button svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site--content--buildings .buildings-modal__nav .buildings-dims__nav-button:hover:not(:disabled) {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  opacity: 1;
}
.site--content--buildings .buildings-modal__nav .buildings-dims__nav-button:disabled {
  opacity: 0.45;
  cursor: default;
}

@media screen and (max-width:767px) {
  .site--content--logo-block__inner {
    gap: 3rem;
  }
  .site--content--logo-block__logos {
    min-height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .site--content--logo-block__divider {
    width: 6px;
    border-radius: 100%;
    height: 6px;
    background: white;
  }
}
@media screen and (max-width:568px) {
  .site--content--enquires {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto;
  }
  .site--content--enquires__inner {
    max-width: 21.25rem;
    gap: 5rem;
  }
  .site--content--enquires__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .site--content--enquires__item {
    width: 100%;
    gap: 0;
  }
  .site--content--enquires__toggle {
    padding: 1rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .site--content--enquires__brand svg {
    height: 2rem;
  }
  .site--content--enquires__toggle-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 0;
  }
  .site--content--enquires__toggle-icon svg {
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site--content--enquires__toggle.is-open .site--content--enquires__toggle-icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site--content--enquires__divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
  }
  .site--content--enquires__divider--edge {
    display: block;
  }
  .site--content--enquires__panel {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    opacity: 0;
    -webkit-transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
    transition: grid-template-rows 0.35s ease, opacity 0.35s ease, -ms-grid-rows 0.35s ease;
  }
  .site--content--enquires__panel.is-open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .site--content--enquires__panel-inner {
    min-height: 0;
    overflow: hidden;
  }
  .site--content--enquires__contacts {
    padding: 2rem 0 3rem;
    gap: 2rem;
  }
}
.blurOS {
  --blur-os-before-opacity: 1;
  --blur-os-before-blur: 0px;
  --blur-os-after-opacity: 1;
  --blur-os-after-blur: 0px;
}
.blurOS[data-blur-os-before=true]::before {
  opacity: var(--blur-os-before-opacity);
  -webkit-filter: blur(var(--blur-os-before-blur));
          filter: blur(var(--blur-os-before-blur));
  will-change: opacity, filter;
}
.blurOS[data-blur-os-after=true]::after {
  opacity: var(--blur-os-after-opacity);
  -webkit-filter: blur(var(--blur-os-after-blur));
          filter: blur(var(--blur-os-after-blur));
  will-change: opacity, filter;
}
.blurOS .blur-os__char {
  display: inline-block;
  white-space: pre;
}

body.has-downloads-modal,
body.has-gallery-modal,
body.has-buildings-modal {
  overflow: hidden;
}
body.has-downloads-modal .site--header,
body.has-gallery-modal .site--header,
body.has-buildings-modal .site--header {
  opacity: 0;
  pointer-events: none;
}

body.has-gallery-modal .site--content--gallery__video,
body.has-gallery-modal .site--content--gallery--copy,
body.has-gallery-modal .site--content--gallery__trigger {
  opacity: 0;
  pointer-events: none;
}

body.has-downloads-modal .site::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

body.has-buildings-modal .site--content::before {
  opacity: 1;
  backdrop-filter: blur(12px);
}

body.has-buildings-modal .site--content::before {
  background: rgba(243, 241, 238, 0.2);
}

@media screen and (max-width:1024px) {
  .site--content--buildings .buildings-dims__content {
    row-gap: 0;
  }
  .site--content--buildings .buildings-dims__action, .site--content--buildings .buildings-dims__nav {
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site--content--buildings .buildings-dims__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site--content--buildings .buildings-modal__dialog {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 2rem 2rem 2.5rem;
  }
  .site--content--buildings .buildings-modal__brand {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
  .site--content--buildings .buildings-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
  .site--content--buildings .buildings-modal__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    padding: 5.5rem 0 2.5rem;
  }
  .site--content--buildings .buildings-modal__media img {
    max-width: min(100%, 44rem);
    max-height: none;
  }
  .site--content--buildings .buildings-modal__footer {
    width: 100%;
    max-width: 44rem;
    margin: 0 auto;
    gap: 4rem;
    padding: 1.5rem 0 0;
  }
  .site--content--buildings .buildings-modal__stat {
    padding-top: 1.5rem;
  }
  .site--content--buildings .buildings-modal__stat + .buildings-modal__stat {
    margin-top: 0;
    border-top: 0;
  }
  .site--content--buildings .buildings-modal__stat + .buildings-modal__stat::before {
    display: block;
    top: 50%;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site--content--buildings .buildings-modal__label {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.4em;
    color: rgba(0, 0, 0, 0.5);
  }
  .site--content--buildings .buildings-modal__value {
    line-height: 1.5;
  }
  .site--content--buildings .buildings-modal__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .site--content--buildings .buildings-modal__chip {
    width: auto;
    max-width: min(100%, 36rem);
    min-height: 4rem;
    padding: 0.875rem 1rem;
    gap: 0.625rem;
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
  }
  .site--content--buildings .buildings-modal__chip-icon {
    width: 1rem;
    height: 1rem;
  }
  .site--content--buildings .buildings-modal__chip-text {
    max-width: none;
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.4em;
  }
  .site--content--buildings .buildings-modal__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .site--content--gallery .gallery-modal {
    padding: 0;
  }
  .site--content--gallery .gallery-modal__dialog {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    padding: var(--gallery-modal-margin);
  }
  .site--content--gallery .gallery-modal__chrome {
    top: 0;
    left: 0;
    right: 0;
  }
  .site--content--gallery .gallery-modal__brand, .site--content--gallery .gallery-modal__close {
    pointer-events: auto;
  }
  .site--content--gallery .gallery-modal__close {
    margin-left: auto;
  }
  .site--content--gallery .gallery-modal__frame {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    margin-block: 0;
    width: calc(100% + var(--gallery-modal-margin) * 2);
    margin-inline: calc(var(--gallery-modal-margin) * -1);
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site--content--gallery .gallery-modal__swiper {
    width: 100%;
    max-width: none;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .site--content--gallery .gallery-modal .swiper-wrapper,
  .site--content--gallery .gallery-modal .swiper-slide {
    height: auto;
  }
  .site--content--gallery .gallery-modal .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--content--gallery .gallery-modal__slide {
    min-height: 0;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--content--gallery .gallery-modal__media {
    height: auto;
    max-height: none;
  }
  .site--content--gallery .gallery-modal__media img {
    height: auto;
  }
  .site--content--gallery .gallery-modal__slide[data-gallery-mode=day] .gallery-modal__image--day, .site--content--gallery .gallery-modal__slide[data-gallery-mode=night] .gallery-modal__image--night {
    inset: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
  }
  .site--content--gallery .gallery-modal__dock {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--content--gallery .gallery-modal__meta {
    width: min(100%, 26.9375rem);
    max-width: min(100%, 26.9375rem);
    min-height: 4rem;
    padding: 0.5rem 1rem;
    gap: 0.75rem;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
  }
  .site--content--gallery .gallery-modal__meta-toggle, .site--content--gallery .gallery-modal__meta-toggle-icon {
    width: 1rem;
    height: 1rem;
  }
  .site--content--gallery .gallery-modal__meta-body {
    gap: 1rem;
    max-width: none;
  }
  .site--content--gallery .gallery-modal__meta-index, .site--content--gallery .gallery-modal__meta-caption {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.4em;
  }
  .site--content--gallery .gallery-modal__mode {
    margin-left: auto;
    min-height: 2rem;
    padding: 0.5rem 1rem;
  }
  .site--content--gallery .gallery-modal__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.75rem;
  }
  .site--content--gallery .gallery-modal__nav-button {
    backdrop-filter: none;
  }
}
@media screen and (max-width:767px) {
  .site--content--buildings .buildings-modal__brand {
    top: 1rem;
    left: 1.5rem;
  }
  .site--content--buildings .buildings-modal__close {
    top: 1rem;
    right: 1.5rem;
  }
}
@media screen and (max-width:568px) {
  .site--content--buildings .buildings--figure-scroll {
    width: 100%;
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
  }
  .site--content--buildings .buildings--figure-swipe {
    margin-top: 1.5rem;
  }
  .site--content--buildings .buildings--figure {
    padding-top: 2.5rem;
  }
  .site--content--buildings .buildings--figure__label {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .site--content--buildings .buildings--figure__label--davies {
    left: -1.5rem;
    right: auto;
    text-align: center;
    width: 100vw;
  }
  .site--content--buildings .buildings--figure__label--brook {
    right: -1.5rem;
    left: auto;
    text-align: center;
    width: 100vw;
  }
  .site--content--buildings .buildings-modal__dialog {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0 0 2.5rem;
  }
  .site--content--buildings .buildings-modal__brand {
    top: 1rem;
    left: 1rem;
  }
  .site--content--buildings .buildings-modal__close {
    top: 1rem;
    right: 1rem;
  }
  .site--content--buildings .buildings-modal__media {
    min-height: 0;
    padding: 4.75rem 1.5rem 1rem;
  }
  .site--content--buildings .buildings-modal__media img {
    width: 100%;
    max-width: 100%;
    max-height: clamp(12rem, 32vh, 17rem);
  }
  .site--content--buildings .buildings-modal__footer {
    max-width: none;
    margin: 0;
    padding: 0 1.5rem;
    gap: 4rem;
    border-top: 0;
  }
  .site--content--buildings .buildings-modal__stats {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .site--content--buildings .buildings-modal__stat + .buildings-modal__stat {
    border-top: 0;
  }
  .site--content--buildings .buildings-modal__stat + .buildings-modal__stat::before {
    display: block;
    top: 50%;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site--content--buildings .buildings-modal__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .site--content--buildings .buildings-modal__chip {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 0;
    border: 0;
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: visible;
  }
  .site--content--buildings .buildings-modal__chip:hover {
    background: none;
  }
  .site--content--buildings .buildings-modal__chip:after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: calc(100% + 3rem);
    left: -1.5rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
  }
  .site--content--buildings .buildings-modal__chip-icon {
    display: none;
  }
  .site--content--buildings .buildings-modal__chip-text {
    max-width: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site--content--buildings .buildings-modal .buildings-modal__chip.is-collapsed {
    width: 100%;
    padding: 0;
  }
  .site--content--buildings .buildings-modal .buildings-modal__chip.is-collapsed .buildings-modal__chip-text {
    opacity: 1;
    max-width: none;
    visibility: visible;
    pointer-events: auto;
  }
  .site--content--buildings .buildings-modal__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site--content--gallery .gallery-modal__dialog {
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    padding: var(--gallery-modal-margin);
  }
  .site--content--gallery .gallery-modal__chrome {
    top: 0;
    left: 0;
    right: 0;
  }
  .site--content--gallery .gallery-modal__brand, .site--content--gallery .gallery-modal__close {
    pointer-events: auto;
  }
  .site--content--gallery .gallery-modal__frame {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    margin-block: 0;
    width: calc(100% + var(--gallery-modal-margin) * 2);
    margin-inline: calc(var(--gallery-modal-margin) * -1);
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site--content--gallery .gallery-modal__swiper {
    width: 100%;
    height: auto;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .site--content--gallery .gallery-modal .swiper-wrapper,
  .site--content--gallery .gallery-modal .swiper-slide {
    height: auto;
  }
  .site--content--gallery .gallery-modal .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--content--gallery .gallery-modal__slide {
    min-height: 0;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site--content--gallery .gallery-modal__media {
    height: auto;
    max-height: none;
    aspect-ratio: 16/9;
    position: relative;
  }
  .site--content--gallery .gallery-modal__slide[data-gallery-mode=day] .gallery-modal__image--day, .site--content--gallery .gallery-modal__slide[data-gallery-mode=night] .gallery-modal__image--night {
    position: absolute;
    inset: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .site--content--gallery .gallery-modal__dock {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1rem auto 1rem 1fr 1rem auto;
    grid-template-columns: auto auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
  .site--content--gallery .gallery-modal__dock::before {
    content: "";
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-row-align: start;
        align-self: start;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
  }
  .site--content--gallery .gallery-modal__meta {
    display: contents;
    width: auto;
    max-width: none;
    min-height: 0;
    padding: 0;
    border: 0;
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    overflow: visible;
  }
  .site--content--gallery .gallery-modal__nav-button {
    backdrop-filter: none;
  }
  .site--content--gallery .gallery-modal__meta-toggle {
    display: none;
  }
  .site--content--gallery .gallery-modal__meta-body {
    display: contents;
    max-width: none;
  }
  .site--content--gallery .gallery-modal__meta-index, .site--content--gallery .gallery-modal__meta-caption {
    font-size: 0.625rem;
    line-height: 1.6;
    letter-spacing: 0.4em;
  }
  .site--content--gallery .gallery-modal__meta-index {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .site--content--gallery .gallery-modal__meta-caption {
    grid-column: 2/-1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .site--content--gallery .gallery-modal .gallery-modal__meta.is-collapsed .gallery-modal__meta-body {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site--content--gallery .gallery-modal__nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-grid-row-align: start;
        align-self: start;
    margin-top: 1.5rem;
  }
  .site--content--gallery .gallery-modal__mode {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-grid-row-align: start;
        align-self: start;
    margin-left: 0;
    margin-top: 1.5rem;
    min-height: 2rem;
    padding: 0.5rem 1rem;
    pointer-events: auto;
  }
}
.site--content--animation {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 8rem 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.site--content--animation__stage, .site--content--animation__panel, .site--content--animation__divider, .site--content--animation__scroll {
  position: relative;
  z-index: 1;
}
.site--content--animation__stage {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 2rem 4rem;
  pointer-events: none;
  text-align: center;
}
.site--content--animation__stage p {
  margin: 0;
  text-transform: uppercase;
  font-family: "roboto mono", monospace;
  font-weight: 500;
}
.site--content--animation__stage-copy {
  display: inline;
}
.site--content--animation__stage-word {
  display: inline-block;
  white-space: nowrap;
}
.site--content--animation__stage-token {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(0.325rem);
          filter: blur(0.325rem);
  -webkit-transform: translate3d(-0.18rem, 0, 0);
          transform: translate3d(-0.18rem, 0, 0);
  -webkit-transition: opacity 0.42s ease, -webkit-filter 0.72s ease, -webkit-transform 0.72s ease;
  transition: opacity 0.42s ease, -webkit-filter 0.72s ease, -webkit-transform 0.72s ease;
  transition: opacity 0.42s ease, filter 0.72s ease, transform 0.72s ease;
  transition: opacity 0.42s ease, filter 0.72s ease, transform 0.72s ease, -webkit-filter 0.72s ease, -webkit-transform 0.72s ease;
  will-change: opacity, filter, transform;
}
.site--content--animation__final {
  position: relative;
  z-index: 1;
  width: min(100%, 70rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(2rem, 6vw, 6rem) auto clamp(2rem, 6vw, 6rem) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}
.site--content--animation__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site--content--animation__panel svg {
  display: block;
  height: 10rem;
  width: auto;
}
.site--content--animation__divider {
  display: block;
  width: 1px;
  height: min(35vh, 28rem);
  background: rgba(255, 255, 255, 0.25);
  -ms-grid-column-align: center;
      justify-self: center;
}
.site--content--animation__scroll {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.55em;
  font-family: "roboto mono", monospace;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site--content--animation__scroll span {
  display: block;
}
.site--content--animation__scroll svg {
  display: block;
  width: 1.105rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html.js .site--content--animation__stage, html.js .site--content--animation__panel {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
html.js .site--content--animation__divider {
  opacity: 0;
  -webkit-transform: scaleY(0.65);
          transform: scaleY(0.65);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
html.js .site--content--animation__stage.is-visible, html.js .site--content--animation__panel.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .site--content--animation__stage.is-exiting {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
html.js .site--content--animation__stage.has-blur-sweep.is-visible .site--content--animation__stage-token {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: calc(var(--stage-enter-order, 0) * 0.018s);
          transition-delay: calc(var(--stage-enter-order, 0) * 0.018s);
}
html.js .site--content--animation__stage.has-blur-sweep.is-exiting .site--content--animation__stage-token {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
html.js .site--content--animation__scroll {
  opacity: 0;
  -webkit-transform: translate(-50%, 1.5rem);
          transform: translate(-50%, 1.5rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
html.js .site--content--animation__scroll.is-visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
html.js .site--content--animation__divider.is-visible {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

html.no-js .site--content--animation__stage {
  display: none;
}

@media screen and (max-width:1024px) {
  .site--content--animation {
    padding-top: 7rem;
  }
  .site--content--animation__stage {
    padding-top: 7rem;
  }
  .site--content--animation__final {
    width: min(100%, 19.5rem);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 4rem;
  }
  .site--content--animation__panel {
    width: min(100%, 17.625rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site--content--animation__panel--left svg {
    width: min(100%, 17.563rem);
  }
  .site--content--animation__panel--right svg {
    width: min(100%, 15.862rem);
  }
  .site--content--animation__divider {
    display: none;
  }
  .site--content--animation__scroll {
    bottom: 2rem;
    gap: 0.75rem;
  }
  html.js .site--content--animation__divider {
    -webkit-transform: scaleX(0.65);
            transform: scaleX(0.65);
  }
  html.js .site--content--animation__divider.is-visible {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width:767px) {
  .site--content--animation {
    padding-inline: 1.25rem;
    padding-bottom: 5rem;
  }
  .site--content--animation__final {
    width: min(100%, 13.25rem);
    gap: 2rem;
  }
  .site--content--animation__panel {
    width: min(100%, 13.25rem);
  }
  .site--content--animation__panel--left svg {
    width: min(100%, 13.1875rem);
  }
  .site--content--animation__panel--right svg {
    width: min(100%, 11.875rem);
  }
  .site--content--animation__divider {
    width: min(13.25rem, 100%);
  }
  .site--content--animation__stage, .site--content--animation__scroll {
    padding-inline: 1.25rem;
  }
  .site--content--animation__stage p {
    letter-spacing: 0.35em;
    text-indent: 0.35em;
  }
  .site--content--animation__scroll {
    font-size: 0.5625rem;
    letter-spacing: 0.45em;
  }
  .site--content--animation__scroll svg {
    width: 1.105rem;
  }
}