/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  text-align: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  line-height: inherit;
}

:root {
  --u: 1px;
}
@media (min-width: 768px) {
  :root {
    --u: 0.6154px;
  }
}
@media (min-width: 992px) {
  :root {
    --u: 0.8205px;
  }
}
@media (min-width: 1300px) {
  :root {
    --u: 1px;
  }
}
@media (min-width: 1600px) {
  :root {
    --u: 1.0769px;
  }
}

:root {
  --font-family-primary: "Geist Mono", monospace;
  --font-family-secondary: "aguzzo", serif;
  --td-s: 0.25s;
  --td-m: 0.5s;
  --td-l: 1s;
  --td-xl: 1.4s;
  --neutral-10: #FFFFFF;
  --neutral-9: #F7F7F7;
  --neutral-8: #E6E6E6;
  --neutral-7: #D9D9D9;
  --neutral-6: #CCCCCC;
  --neutral-5: #B2B2B2;
  --neutral-4: #999999;
  --neutral-3: #666666;
  --neutral-2: #4D4D4D;
  --neutral-1: #333333;
  --neutral-0: #000000;
  --black: var(--neutral-0);
  --white: var(--neutral-10);
  --red: #5F0000;
  --orange: #CC5500;
  --sky-blue: #BFDDF0;
  --ivory: #F7EEDF;
  --text-primary: var(--black);
  --text-light: var(--white);
  --text-size-xs: 11px;
  --text-size-s: 12px;
  --text-size-m: 14px;
  --text-size-l: 16px;
  --text-size-xl: 18px;
  --text-size-2xl: 24px;
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-s: 16px;
  --space-m: 20px;
  --space-l: 28px;
  --space-xl: 40px;
  --space-2xl: 56px;
  --border-radius-round: 50%;
  --border-radius-rounded: 100vw;
}
@media (min-width: 768px) {
  :root {
    --text-size-xs: max(11px, 11 * var(--u));
    --text-size-s: max(12px, 12 * var(--u));
    --text-size-m: max(14px, 17 * var(--u));
    --text-size-l: max(16px, 21 * var(--u));
    --text-size-xl: max(18px, 24 * var(--u));
    --text-size-2xl: max(24px, 34 * var(--u));
  }
}
@media (min-width: 768px) {
  :root {
    --space-2xs: max(8px, 8 * var(--u));
    --space-xs: max(12px, 12 * var(--u));
    --space-s: max(16px, 16 * var(--u));
    --space-m: max(20px, 20 * var(--u));
    --space-l: max(28px, 40 * var(--u));
    --space-xl: max(40px, 60 * var(--u));
    --space-2xl: max(56px, 80 * var(--u));
  }
}

@font-face {
  font-family: "aguzzo";
  src: url("../../fonts/AguzzoItalicVF.woff2") format("woff2-variations"), url("../../fonts/AguzzoItalicVF.woff2") format("woff2");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "aguzzo";
  src: url("../../fonts/AguzzoVF.woff2") format("woff2-variations"), url("../../fonts/AguzzoVF.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --gutter: 15px;
  --container-width: calc(100% - var(--gutter) * 2);
}
@media (min-width: 768px) {
  :root {
    --gutter: max(15px, 15 * var(--u));
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: min(720px, calc(100% - var(--gutter) * 2));
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: min(960px, calc(100% - var(--gutter) * 2));
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: min(1170px, calc(100% - var(--gutter) * 2));
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: min(1470px, calc(100% - var(--gutter) * 2));
  }
}

.container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr var(--container-width) 1fr;
  grid-auto-rows: minmax(0, 1fr);
}
.container > * {
  grid-column: 2;
}
.container > .full {
  grid-column: 1/-1;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-width: 320px;
  font-family: var(--font-family-primary);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  font-size: var(--text-size-m, 16px);
  background-color: var(--red);
  color: var(--text-light);
  font-weight: 300;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

p:not(:first-child) {
  margin-top: 1em;
}

.media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.media-wrapper img,
.media-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  background-color: var(--orange);
  color: var(--ivory);
  text-transform: uppercase;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: var(--text-size-s);
  padding-block: round(nearest, 1.16em, 1px);
  padding-inline: round(nearest, 2.3em, 1px);
  cursor: pointer;
}

.holding-screen {
  min-height: 100svh;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .holding-screen {
    padding-block: max(40px, 60 * var(--u));
  }
}
.holding-screen .holding-screen-inner {
  display: flex;
  align-items: center;
  min-height: 0;
  justify-content: center;
}
.holding-screen .holding-screen-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: safe center;
  height: 100%;
}
@media (min-width: 768px) {
  .holding-screen .holding-screen-content {
    gap: max(40px, 40 * var(--u));
  }
}
.holding-screen .holding-logo {
  height: clamp(30px, 10svh, 60px);
}
@media (min-width: 768px) {
  .holding-screen .holding-logo {
    height: clamp(40px, 11svh, max(60px, 92 * var(--u)));
  }
}
.holding-screen .holding-logo svg {
  height: 100%;
  width: auto;
}
.holding-screen .holding-illustration {
  height: clamp(100px, 35svh, 300px);
}
@media (min-width: 768px) {
  .holding-screen .holding-illustration {
    height: clamp(140px, 37svh, max(200px, 315 * var(--u)));
  }
}
.holding-screen .holding-illustration svg {
  height: 100%;
  width: auto;
}
.holding-screen .holding-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .holding-screen .holding-content {
    gap: max(20px, 25 * var(--u));
  }
}
.holding-screen .holding-content a {
  color: var(--orange);
}
.holding-screen .holding-content-top {
  display: flex;
  flex-direction: column;
  text-wrap: balance;
}
.holding-screen .holding-text {
  max-width: 40ch;
}
.holding-screen .serif-heading {
  font-family: var(--font-family-secondary);
  font-style: italic;
  font-weight: 300;
  font-size: var(--text-size-2xl);
}

.form-modal {
  background-color: var(--red);
  color: var(--text-light);
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding-block: 40px;
  display: flex;
  align-items: center;
  max-width: unset;
  max-height: unset;
  display: none;
}
.form-modal[open] {
  display: flex;
}
@media (min-width: 768px) {
  .form-modal {
    padding-inline: max(20px, 60 * var(--u));
    padding-block: max(40px, 100 * var(--u));
  }
}
.form-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.form-modal .form-modal-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .form-modal .form-modal-inner {
    gap: max(40px, 100 * var(--u));
    max-width: max(600px, 630 * var(--u));
    margin-inline: auto;
  }
}
.form-modal .modal-logo {
  width: 120px;
}
@media (min-width: 768px) {
  .form-modal .modal-logo {
    width: max(120px, 150 * var(--u));
  }
}
.form-modal .modal-footer {
  font-size: var(--text-size-s);
}
@media (min-width: 768px) {
  .form-modal .modal-footer {
    text-align: center;
  }
}
.form-modal .modal-footer a {
  color: inherit;
  text-decoration: underline;
}
.form-modal .modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form-modal .modal-close {
    right: max(16px, 60 * var(--u));
    top: max(16px, 60 * var(--u));
  }
}
.form-modal .modal-close svg {
  width: 16px;
}
@media (min-width: 768px) {
  .form-modal .modal-close svg {
    width: max(16px, 32 * var(--u));
  }
}

.form-wrapper {
  width: 100%;
}
.form-wrapper .fluentform {
  --field-gap: 20px;
}
@media (min-width: 768px) {
  .form-wrapper .fluentform {
    --field-gap: max(20px, 30 * var(--u));
  }
}
.form-wrapper .fluentform .ff-message-success {
  border: 1px solid currentColor;
  text-align: center;
  font-size: var(--text-size-m);
  padding: var(--space-s);
}
.form-wrapper .fluentform fieldset {
  display: flex;
  flex-direction: column;
  gap: var(--field-gap);
}
.form-wrapper .fluentform .ff-el-group {
  margin: 0;
}
.form-wrapper .fluentform .ff-t-container {
  display: flex;
  flex-direction: column;
  gap: var(--field-gap);
}
@media (min-width: 768px) {
  .form-wrapper .fluentform .ff-t-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .form-wrapper .fluentform .ff-t-container[data-name=ff_cn_id_2] {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .form-wrapper .fluentform .ff-t-container[data-name=ff_cn_id_2] .ff-t-column-1 {
    flex: 1 !important;
  }
}
@media (min-width: 768px) {
  .form-wrapper .fluentform .ff-t-container[data-name=ff_cn_id_2] .ff-t-column-2 {
    flex: 0 1 auto !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form-wrapper .fluentform .ff-el-input--label {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .form-wrapper .fluentform .ff-el-input--label {
    margin-bottom: max(10px, 10 * var(--u));
  }
}
.form-wrapper .fluentform .ff-el-is-error .text-danger {
  display: none;
}
.form-wrapper .fluentform .ff-el-is-error .ff-el-form-control {
  border-color: var(--orange) !important;
}
.form-wrapper .fluentform .ff-el-is-error .ff-el-form-check-label {
  color: var(--orange);
}
.form-wrapper .fluentform .flatpickr-wrapper {
  width: 100%;
}
.form-wrapper .fluentform :is(input[type=text], input[type=email], input[type=number], textarea, select):not(.flatpickr-calendar *) {
  background-color: transparent !important;
  font-family: inherit;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid currentColor;
  color: var(--ivory) !important;
  line-height: inherit;
  height: auto !important;
  min-inline-size: unset;
  min-block-size: unset;
  padding-inline: 0;
  padding-block: 0.1em;
  font-size: var(--text-size-s);
  resize: none;
}
.form-wrapper .fluentform :is(input[type=text], input[type=email], input[type=number], textarea, select):not(.flatpickr-calendar *)::-moz-placeholder {
  color: inherit;
}
.form-wrapper .fluentform :is(input[type=text], input[type=email], input[type=number], textarea, select):not(.flatpickr-calendar *)::placeholder {
  color: inherit;
}
.form-wrapper .fluentform :is(input[type=text], input[type=email], input[type=number], textarea, select):not(.flatpickr-calendar *):focus {
  background-color: transparent;
  border-color: inherit !important;
}
.form-wrapper .fluentform textarea {
  field-sizing: content;
  max-height: 10lh;
}
.form-wrapper .fluentform label:not(.ff_tc_label) {
  color: var(--orange);
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: var(--text-size-xs);
}
.form-wrapper .fluentform label:not(.ff_tc_label)::after {
  content: unset !important;
}
.form-wrapper .fluentform .ff-el-tc {
  margin: 0;
  font-size: var(--text-size-xs);
  text-transform: uppercase;
}
.form-wrapper .fluentform .ff-el-tc input {
  accent-color: var(--orange);
}
.form-wrapper .fluentform .ff-el-tc label {
  text-wrap: balance;
}
.form-wrapper .fluentform .ff-btn {
  margin: 0 !important;
}
