  @charset "UTF-8";

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

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

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

/* end minireset.css */

[hidden] {
  display: none !important;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

@media (max-width: 699px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 700px) {
  .hide-tablet-up {
    display: none !important;
  }
}

@media (min-width: 1000px) and (max-width: 1399px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .hide-tablet-down {
    display: none !important;
  }
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #000000;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

@media (max-width: 699px) {
  body {
    font-size: 16px;
  }
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 699px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 20px;
  }
}

.container--wide {
  max-width: 1500px;
}

.container--full {
  max-width: none;
}

.container--no-pad {
  padding-inline: 0;
}

.icon {
  fill: currentColor;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: middle;
}

.blur-up {
  transition: filter 1s;
}

.blur-up:not(.lazyloaded) {
  filter: blur(20px);
}

a {
  transition: color 0.2s;
}

picture img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

hr {
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 1px;
}

@media (max-width: 699px) {
  hr {
    margin: 25px 0;
  }
}

@media (min-width: 700px) {
  hr {
    margin: 50px 0;
  }
}

.highlight {
  font-weight: bold;
}

[data-scroll] {
  transition: transform 1s, opacity 1s;
}

[data-scroll=out] {
  opacity: 0;
  transform: translateY(20px);
}

/*
  Provide basic, default focus styles.
*/

:focus {
  outline: 3px solid rgba(177, 8, 56, 0.3);
}

/*
  Remove default focus styles for mouse users ONLY if
  :focus-visible is supported on this platform.
*/

:focus:not(:focus-visible) {
  outline: none;
}

[id] {
  scroll-margin-top: calc(90px + 2em);
}

body.section-master-plan [id] {
  scroll-margin-top: calc(90px + var(--mp-nav-height) + 2em);
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: 0.8em;
}

.text-red {
  color: #B10838;
}

.quotation-marks::before {
  content: "\201C";
  display: inline-block;
  margin-left: -0.6em;
  width: 0.6em;
}

.quotation-marks::after {
  content: "\201D";
  display: inline-block;
  margin-left: 0.2em;
  margin-right: -0.6em;
}

.h1,
.content h1,
.h2,
.content h2,
.h3,
.content h3,
.h4,
.fui-legend,
.content h4 {
  font-family: alverata, Georgia, serif;
  line-height: 1.3;
}

.h1,
.content h1 {
  font-size: 2.1em;
}

.h2,
.content h2 {
  font-size: 190%;
  color: #B10838;
}

.h2 strong,
.content h2 strong {
  font-weight: inherit;
  color: #000000;
}

.h3,
.content h3 {
  font-size: 150%;
}

.h4,
.fui-legend,
.content h4 {
  font-size: 130%;
  color: #4E4E4E;
}

.h5,
.content h5 {
  color: #B10838;
  font-weight: 600;
}

.subtitle {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content {
  line-height: 1.5;
  overflow-wrap: break-word;
}

.content a:not(.Button):not(.fui-submit) {
  border-bottom: 1px solid;
  color: inherit;
  text-decoration: none;
}

.content a:not(.Button):not(.fui-submit):hover {
  color: #B10838;
}

.content ol {
  list-style-position: outside;
  margin-left: 1.5em;
}

.content ul {
  list-style: disc outside;
  margin-left: 1.2em;
}

.content ul ul {
  list-style-type: circle;
}

.content ul ul ul {
  list-style-type: square;
}

.content li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.content p,
.content ul,
.content ol,
.content blockquote,
.content pre {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4 {
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}

.content h1 + .subtitle,
.content h2 + .subtitle,
.content h3 + .subtitle,
.content h4 + .subtitle {
  margin-top: -1.3em;
}

.content .subtitle--above + h1,
.content .subtitle--above + .h1,
.content .subtitle--above + h2,
.content .subtitle--above + .h2,
.content .subtitle--above + h3,
.content .subtitle--above + .h3,
.content .subtitle--above + h4,
.content .subtitle--above + .h4,
.content .subtitle--above + .fui-legend {
  margin-top: 0;
}

.content > :first-child,
.content > :first-child > :first-child {
  margin-top: 0;
}

.content > :last-child,
.content > :last-child > :last-child {
  margin-bottom: 0;
}

.content figure img {
  display: block;
}

.content figcaption {
  color: #4E4E4E;
  font-size: 90%;
  text-align: center;
  margin-top: 10px;
}

.content table {
  width: 100%;
  border-bottom: 1px solid;
  font-size: 90%;
  margin: 2em 0;
}

.content td,
.content th {
  padding: 15px 0;
  border-top: 1px solid;
  vertical-align: top;
}

.content th {
  font-weight: 600;
}

.content thead th {
  border-top: 3px solid;
  color: #B10838;
}

.Button,
.fui-submit {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border: 2px solid;
  border-radius: 4px;
  height: 60px;
  text-decoration: none;
  font-size: 90%;
  font-weight: 600;
  padding: 10px 25px;
  transition: background-color 0.2s, color 0.2s;
  color: #B10838;
}

.Button:not(:disabled):not(.is-loading):hover,
.fui-submit:not(:disabled):not(.is-loading):hover {
  color: #000000;
}

.Button--block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.Button--hasIcon .Button-label {
  flex-grow: 1;
  text-align: left;
}

.Button-icon {
  font-size: 2em;
  margin-left: 10px;
}

.Button-icon--left {
  margin-left: 0px;
  margin-right: 10px;
}

.Button--primary {
  background: #B10838;
  color: #fff;
  border: 0;
}

.Button--primary:not(:disabled):not(.is-loading):hover {
  color: #fff;
  background: #990730;
}

.Button--primary:not(:disabled):not(.is-loading):active {
  background: #800629;
}

.Button--blue {
  color: #022E57;
}

.Button--white {
  color: #fff;
}

.Button--white:not(:disabled):not(.is-loading):hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.Button--white-filled {
  background: #fff;
  color: #022E57;
  border-color: transparent;
}

.Button--white-filled:not(:disabled):not(.is-loading):hover {
  background: #B10838;
  color: #fff;
}

.Button--white-filled:not(:disabled):not(.is-loading):active {
  background: #800629;
}

.Button--blue-dark {
  background: #295279;
  color: #fff;
  border: transparent;
  font-weight: 400;
}

.Button--blue-dark:not(:disabled):not(.is-loading):hover {
  background: #234566;
  color: #fff;
}

.Button--blue-dark:not(:disabled):not(.is-loading):active {
  background: #1c3853;
}

.Button--transparent {
  border: 0;
}

.Button--thin {
  padding-inline: 12px;
}

.Button--wideish {
  padding-left: 30px;
  padding-right: 30px;
}

.Button--wide,
.fui-submit {
  padding-left: 40px;
  padding-right: 40px;
}

.Button--short {
  height: 48px;
}

.Button:disabled,
.fui-submit:disabled,
.Button.is-loading,
.is-loading.fui-submit {
  opacity: 0.3;
  pointer-events: none;
}

.Buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}

.Buttons > * {
  margin: 10px;
}

.Buttons--centered {
  justify-content: center;
}

.Input,
input.fui-input[type=text],
input.fui-input[type=number],
input.fui-input[type=email],
input.fui-input[type=tel],
input.fui-input[type=date],
textarea.fui-input,
.fui-select,
.Dropdown-toggle {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  width: 100%;
  border: 2px solid #D1D1D1;
  height: 60px;
  padding: 15px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

.Input::-moz-placeholder, input.fui-input[type=text]::-moz-placeholder, input.fui-input[type=number]::-moz-placeholder, input.fui-input[type=email]::-moz-placeholder, input.fui-input[type=tel]::-moz-placeholder, input.fui-input[type=date]::-moz-placeholder, textarea.fui-input::-moz-placeholder, .fui-select::-moz-placeholder, .Dropdown-toggle::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.Input:-ms-input-placeholder, input.fui-input[type=text]:-ms-input-placeholder, input.fui-input[type=number]:-ms-input-placeholder, input.fui-input[type=email]:-ms-input-placeholder, input.fui-input[type=tel]:-ms-input-placeholder, input.fui-input[type=date]:-ms-input-placeholder, textarea.fui-input:-ms-input-placeholder, .fui-select:-ms-input-placeholder, .Dropdown-toggle:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.Input::placeholder,
input.fui-input[type=text]::placeholder,
input.fui-input[type=number]::placeholder,
input.fui-input[type=email]::placeholder,
input.fui-input[type=tel]::placeholder,
input.fui-input[type=date]::placeholder,
textarea.fui-input::placeholder,
.fui-select::placeholder,
.Dropdown-toggle::placeholder {
  color: inherit;
  opacity: 0.5;
}

.Input:focus,
input.fui-input[type=text]:focus,
input.fui-input[type=number]:focus,
input.fui-input[type=email]:focus,
input.fui-input[type=tel]:focus,
input.fui-input[type=date]:focus,
textarea.fui-input:focus,
.fui-select:focus,
.Dropdown-toggle:focus {
  outline: none;
  border-color: #B10838;
}

textarea.Input,
textarea.fui-input,
textarea.fui-select,
textarea.Dropdown-toggle {
  height: auto;
  padding: 20px;
}

select.Input,
select.fui-select,
select.Dropdown-toggle {
  background-repeat: no-repeat;
  background-image: url(/images/chevron-down.svg?fb27bd826faa82dc8f57f8723392dc28);
  background-position: right 20px center;
  background-size: 16px 8px;
  padding-right: 30px;
}

.Input--solid {
  background: #EFEFEF;
  border-color: transparent;
}

.Checkbox-input {
  position: absolute;
  opacity: 0;
}

.Checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 48px;
}

.Checkbox-label::before,
.Checkbox-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 2px;
}

.Checkbox-label::before {
  border: 2px solid #4E4E4E;
  width: 23px;
  height: 23px;
}

.Checkbox-label::after {
  color: #B10838;
  width: 27px;
  text-align: center;
  content: "\2714";
  transform: scale(0);
}

.Checkbox-input:checked + .Checkbox-label::before,
.Checkbox-input.is-checked + .Checkbox-label::before {
  border-color: #B10838;
}

.Checkbox-input:checked + .Checkbox-label::after,
.Checkbox-input.is-checked + .Checkbox-label::after {
  transform: scale(1);
}

.Field,
.fui-field-container {
  margin-bottom: 1.2em;
}

.Field-status,
.fui-error-message {
  display: block;
  margin: 8px 0 16px;
  font-size: 85%;
}

.Field--error .Field-status,
.Field--error .fui-error-message {
  color: red;
}

.Field--error .Input,
.Field--error input.fui-input[type=text],
.Field--error input.fui-input[type=number],
.Field--error input.fui-input[type=email],
.Field--error input.fui-input[type=tel],
.Field--error input.fui-input[type=date],
.Field--error textarea.fui-input,
.Field--error .fui-select,
.Field--error .Dropdown-toggle {
  border-color: red !important;
  box-shadow: 0 0 0 1px red !important;
}

.Field--success .Field-status,
.Field--success .fui-error-message {
  color: green;
}

.Field--success .Input,
.Field--success input.fui-input[type=text],
.Field--success input.fui-input[type=number],
.Field--success input.fui-input[type=email],
.Field--success input.fui-input[type=tel],
.Field--success input.fui-input[type=date],
.Field--success textarea.fui-input,
.Field--success .fui-select,
.Field--success .Dropdown-toggle {
  border-color: green !important;
  box-shadow: 0 0 0 1px green !important;
}

.Field-label,
.fui-label {
  display: block;
  margin-bottom: 8px;
  color: #B10838;
  font-weight: 600 !important;
  font-size: 14px;
}

.Field-required {
  color: #B10838;
}

@media (min-width: 700px) {
  .Row {
    display: flex;
    margin: 0 -8px;
    --row-children: 1;
  }

  .Row > * {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(100% / var(--row-children));
  }
}

.Dropdown {
  position: relative;
}

.Dropdown-toggle {
  color: #B10838;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
  padding-right: 60px;
  list-style-type: none;
  cursor: pointer;
}

.Dropdown-toggle .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s;
}

.Dropdown-toggle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.Dropdown-toggle::-webkit-details-marker {
  display: none;
}

.Dropdown[open] .Dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.Dropdown[open] .Dropdown-toggle .icon {
  transform: translateY(-50%) rotate(180deg);
}

.Dropdown[open] .Dropdown-toggle::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}

.Dropdown-content {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: calc(100% - 4px);
  max-height: 300px;
  overflow: auto;
  border: 2px solid #D1D1D1;
  border-radius: 0 0 5px 5px;
  background: #fff;
  z-index: 301;
}

.Dropdown-item {
  display: block;
  border-bottom: 1px solid #D1D1D1;
  padding: 10px 20px;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

.Dropdown-item:hover {
  background: #EFEFEF;
}

.Dropdown-item .Checkbox-label {
  margin: -5px 0;
}

.dialog-container[aria-hidden=true] {
  display: none;
}

.dialog-container:not([aria-hidden=true]) {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  overflow: auto;
}

.dialog-overlay {
  background-color: rgba(78, 78, 78, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dialog {
  position: relative;
  background-color: #fff;
  width: 1200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dialog-container:not([aria-hidden=true]) > * {
  -webkit-animation: fade-in 200ms 1 both;
          animation: fade-in 200ms 1 both;
}

.dialog-close {
  position: absolute;
  top: 20px;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 699px) {
  .dialog {
    padding: 100px 20px;
    max-width: 100%;
  }
}

@media (min-width: 700px) {
  .dialog {
    padding: 100px;
    max-width: 90%;
    margin: 100px 0;
  }
}

.fui-error-message {
  color: #B10838;
}

.fui-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.fui-legend {
  margin-bottom: 1em;
}

.formie-recaptcha-placeholder {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .formie-recaptcha-placeholder {
    float: left;
  }

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

.fui-alert {
  border-radius: 5px;
  padding: 15px 20px;
  margin: 20px 0;
}

.fui-alert-success {
  background: #022E57;
  color: #fff;
}

.fui-alert-error {
  background: #B10838;
  color: #fff;
}

.fui-row {
  margin: -10px;
}

.fui-row > * {
  margin: 10px;
}

@media (max-width: 699px) {
  .fui-row {
    flex-direction: column;
  }
}

.fui-name-prefix {
  max-width: 120px;
}

.fui-radio-input {
  position: absolute;
  opacity: 0;
}

.fui-radio-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 10px 48px;
  margin: 10px 0;
}

.fui-radio-label::before,
.fui-radio-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.fui-radio-label::before {
  border: 2px solid #D1D1D1;
  width: 27px;
  height: 27px;
}

.fui-radio-label::after {
  margin: 7px;
  width: 13px;
  height: 13px;
  background: #B10838;
  transform: scale(0);
}

.fui-radio-input:checked + .fui-radio-label::before {
  border-color: #B10838;
}

.fui-radio-input:checked + .fui-radio-label::after {
  transform: scale(1);
}

body.modal-open {
  overflow-y: hidden;
  padding-right: var(--scrollbar-width);
}

body.modal-open .SiteMenuButton,
body.modal-open .mp-nav--fixed,
body.modal-open .modal {
  margin-right: var(--scrollbar-width);
}

.modal {
  --modal-trs-duration: 0.3s;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal:not(.is-open) {
  --modal-trs-duration: 0.15s;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s var(--modal-trs-duration) linear;
  -webkit-animation: vis-hidden 0s var(--modal-trs-duration) linear forwards;
          animation: vis-hidden 0s var(--modal-trs-duration) linear forwards;
}

.modal:not(.is-open) * {
  pointer-events: none !important;
}

.modal--force-visible {
  position: relative;
  inset: auto;
}

.modal--force-visible .modal__blur,
.modal--force-visible .modal__close-btn {
  display: none;
}

.modal--force-visible .modal__container-wrap {
  margin: 0;
}

.modal--force-visible .modal__container {
  height: auto;
  max-height: none;
}

.modal__blur {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  z-index: -1;
  cursor: pointer;
  transition: opacity var(--modal-trs-duration) ease-in-out;
  will-change: opacity;
}

.modal:not(.is-open) > .modal__blur {
  opacity: 0;
  -webkit-animation: vis-hidden 0s var(--modal-trs-duration) linear forwards;
          animation: vis-hidden 0s var(--modal-trs-duration) linear forwards;
}

.modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.modal__container-wrap {
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
  overflow: hidden;
  max-width: calc(100% - 40px);
  transform: scale(1) translateY(0);
  transition: var(--modal-trs-duration) ease-in-out;
  transition-property: opacity, transform;
  will-change: opacity;
}

.modal:not(.is-open) .modal__container-wrap {
  opacity: 0;
  transform: translateY(4rem);
}

@media (max-width: 699px) {
  .modal__container-wrap {
    margin: 10px;
    max-width: calc(100% - 20px);
  }
}

.modal__container {
  max-height: 90vh;
  max-width: 60rem;
  width: auto;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  overflow-y: auto;
  pointer-events: auto;
}

.modal__body {
  height: 100%;
  padding: 20px 30px;
}

.modal__close-btn {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 20px;
  right: 20px;
  padding: 0.6rem;
  background: white;
  color: black;
  border-radius: 50%;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: var(--modal-trs-duration) ease;
  transition-property: opacity, transform, background, color;
  transition-delay: var(--modal-trs-duration), var(--modal-trs-duration), 0s, 0s;
  z-index: 1;
}

.modal__close-btn .icon {
  width: 100%;
  height: 100%;
}

.modal:not(.is-open) .modal__close-btn {
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(2rem);
}

.modal__close-btn:hover,
.modal__close-btn:focus-visible {
  transition-delay: 0s;
  background: #B10838;
  color: #fff;
}

.modal--media .modal__container-wrap {
  overflow: visible;
}

.modal--media .modal__container {
  border-radius: 5px;
  overflow: hidden;
}

.modal--media .modal__body {
  padding: 0;
}

.modal--media .modal__container {
  background: transparent;
}

.modal--media.modal--unopened .modal-media-image,
.modal--media.modal--unopened .modal-media-video {
  display: none;
}

.modal-media-image {
  display: block;
  width: var(--modal-media-width);
  max-width: 100%;
}

.modal-media-video {
  display: block;
}

.modal__caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding-top: 1em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.75);
}

.Site {
  min-height: 100vh;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.Site::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 24px double #B10838;
}

@media (max-width: 699px) {
  .Site {
    padding-top: 90px;
    margin-left: 16px;
  }

  .Site::before {
    left: -8px;
  }
}

.SiteHeader {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 100px 0 20px;
}

.SiteHeader-logo img {
  display: block;
  height: 55px;
}

@media (max-width: 699px) {
  .SiteHeader {
    left: 16px;
  }

  .SiteHeader-page {
    display: none;
  }
}

@media (min-width: 700px) {
  .SiteHeader {
    left: 24px;
    transition: transform 0.5s;
  }

  body:not(.is-scrolled-past-hero) .SiteHeader {
    transform: translateY(-100%) translateY(-9px);
  }

  .SiteHeader-page {
    font-family: alverata, Georgia, serif;
    font-size: 1.5em;
    color: #022E57;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .SiteHeader-page {
    margin-left: 30px;
  }
}

@media (min-width: 1000px) {
  .SiteHeader-page {
    margin-left: 50px;
  }
}

.SiteMenu {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  display: flex;
  align-items: stretch;
}

.SiteMenu[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.SiteMenu-inner {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  transition: all 0.5s;
  position: relative;
}

.SiteMenu[aria-hidden=true] .SiteMenu-inner {
  transform: translateX(50px);
}

.SiteMenu-overflow {
  overflow-y: auto;
  height: 100%;
  position: relative;
}

.SiteMenu-buttons {
  position: absolute;
  z-index: 1;
  top: 15px;
  display: flex;
}

.SiteMenu-mainButton {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
}

.SiteMenu-iconButton {
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.SiteMenu-iconButton .Button-icon {
  margin: 0;
  font-size: 2.5em;
}

.SiteMenu-search {
  background: #EFEFEF;
  border-color: transparent;
}

.SiteMenu-nav {
  margin-bottom: 20px;
}

.SiteMenu-nav a,
.SiteMenu-nav button {
  transition: color 0.2s;
}

.SiteMenu-nav > li > button,
.SiteMenu-nav > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.SiteMenu-nav > li > ul > li > a {
  display: block;
  color: #B10838;
  padding: 5px 0;
  text-decoration: none;
  font-size: 20px;
}

.SiteMenu-nav > li > ul > li > a:hover {
  color: #000000;
}

.SiteMenu-nav--primary > li > button,
.SiteMenu-nav--primary > li > a {
  font-family: alverata, Georgia, serif;
  font-size: 30px;
  padding: 7px 0;
  color: #B10838;
  text-decoration: none;
}

.SiteMenu-nav--primary > li > button:hover,
.SiteMenu-nav--primary > li > a:hover {
  color: #000000;
}

.SiteMenu-nav--primary > li[aria-expanded=true] > button {
  color: #000000;
}

.SiteMenu-nav--secondary {
  padding-top: 20px;
}

.SiteMenu-nav--secondary::before {
  content: "";
  position: absolute;
  width: 100px;
  border-top: 1px solid #4E4E4E;
  margin-top: -20px;
}

.SiteMenu-nav--secondary > li > button,
.SiteMenu-nav--secondary > li > a {
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 80%;
  letter-spacing: 1px;
}

.SiteMenu-nav--secondary > li > button:hover,
.SiteMenu-nav--secondary > li > a:hover {
  color: #B10838;
}

.SiteMenu-nav--secondary > li[aria-expanded=true] > button {
  color: #B10838;
}

.SiteMenu-nav--homeHeroLinks {
  margin-top: -80px;
}

@media (max-width: 699px) {
  .SiteMenu {
    left: 15px;
  }

  .SiteMenu-buttons {
    left: 35px;
    flex-direction: row-reverse;
  }

  .SiteMenu-mainButton {
    margin-right: 20px;
    margin-left: 0;
  }

  .SiteMenu-overflow {
    padding: 140px 35px 25px;
  }

  .SiteMenu-search {
    display: none;
  }

  .SiteMenu-nav > li > ul {
    position: fixed;
    left: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 120px 35px 25px;
    z-index: 1;
    transition: opacity 0.2s, transform 0.2s;
    background: #EFEFEF;
    overflow: auto;
  }

  .SiteMenu-nav > li[aria-expanded=false] > ul {
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
  }

  .SiteMenu-nav--primary > li > button,
  .SiteMenu-nav--primary > li > a {
    font-size: 26px;
    padding: 8px 0;
  }

  .SiteMenu-back {
    color: #4E4E4E;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .SiteMenu-back img {
    vertical-align: -2px;
    margin-right: 5px;
  }
}

@media (max-width: 320px) {
  .SiteMenu-buttons {
    left: 20px;
  }

  .SiteMenu-overflow {
    padding-left: 20px;
  }

  .SiteMenu-mainButton {
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 700px) {
  .SiteMenu {
    left: 24px;
  }

  .SiteMenu-buttons {
    right: 100px;
  }

  .SiteMenu-overflow {
    padding: 15px 70px;
  }

  .SiteMenu-inner::before {
    content: "";
    position: absolute;
    background: #EFEFEF;
    left: calc(50%);
    right: 0;
    top: 0;
    bottom: 0;
  }

  .SiteMenu-search {
    width: 40%;
    margin-bottom: 50px;
  }

  .SiteMenu-nav {
    width: 50%;
  }

  .SiteMenu-nav > li > button::after {
    content: "";
    width: 0;
    height: 2px;
    background: #D1D1D1;
    margin-left: 5px;
    transition: all 0.5s;
  }

  .SiteMenu-nav > li > ul {
    position: absolute;
    left: 50%;
    right: 0;
    margin-top: -45px;
    padding: 0 50px 40px;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  }

  .SiteMenu-nav > li[aria-expanded=false] > ul {
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
  }

  .SiteMenu-nav > li[aria-expanded=true] > button::after {
    width: 100%;
  }

  .SiteMenu-nav--secondary > li > ul {
    margin-top: -35px;
  }

  .SiteMenu-back {
    display: none;
  }
}

.SiteMenuButton {
  position: fixed;
  right: 0;
  border-radius: 4px 0 0 4px;
  z-index: 201;
  transition: width 0.5s;
  top: 15px;
  padding: 0;
  width: 76px;
}

.SiteMenuButton-hamburger {
  width: 26px;
}

.SiteMenuButton-hamburger::after,
.SiteMenuButton-hamburger::before,
.SiteMenuButton-hamburger span {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: all 0.2s ease-in-out;
}

[aria-expanded=true] > .SiteMenuButton-hamburger::before {
  transform: translateY(8px) rotate(135deg);
}

[aria-expanded=true] > .SiteMenuButton-hamburger::after {
  transform: translateY(-8px) rotate(-135deg);
}

[aria-expanded=true] > .SiteMenuButton-hamburger span {
  transform: scale(0);
}

@media (max-width: 699px) {
  .SiteMenuButton {
    width: 66px;
  }
}

.SiteHero {
  position: relative;
  background: #EFEFEF;
  overflow: hidden;
}

.SiteHero::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
}

.SiteHero-image img,
.SiteHero-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  pointer-events: none;
  z-index: 0;
}

.SiteHero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.SiteHero-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 330px;
}

.SiteHero-subheading {
  padding-left: 0.3em;
  margin-bottom: 0.5em;
  color: #022E57;
  font-size: 77.7778%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  line-height: 1;
}

.SiteHero-title {
  font-family: alverata, Georgia, serif;
  color: #022E57;
  font-size: 220%;
  line-height: 1.3;
}

.SiteHero-text {
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 699px) {
  .SiteHero {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .SiteHero::before {
    height: 200px;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0));
  }

  .SiteHero-logo {
    display: none;
  }

  .SiteHero-content {
    margin: 20px;
  }
}

@media (min-width: 700px) {
  .SiteHero {
    height: 520px;
  }

  .SiteHero::before {
    top: 0;
    height: 100%;
    width: 500px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0));
  }

  .SiteHero-logo {
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 1;
  }

  .SiteHero-logo img {
    display: block;
    height: 200px;
  }

  .SiteHero-content {
    margin: 60px;
  }
}

.HomeHero .SiteHero-image img,
.HomeHero .SiteHero-image video {
  transition: opacity 1s, transform 6s, filter 1s;
}

.HomeHero .SiteHero-title,
.HomeHero .SiteHero-text,
.HomeHero .SiteHero-button {
  transition: opacity 0.5s, transform 0.5s;
}

.HomeHero .SiteHero-title {
  transition-delay: 0.5s;
}

.HomeHero .SiteHero-text {
  transition-delay: 0.6s;
}

.HomeHero .SiteHero-button {
  transition-delay: 0.7s;
}

.HomeHero-items > *[hidden] {
  display: block !important;
  visibility: hidden;
  transition: visibility 0s 1s;
}

.HomeHero-items > *[hidden] .SiteHero-title,
.HomeHero-items > *[hidden] .SiteHero-text,
.HomeHero-items > *[hidden] .SiteHero-button {
  opacity: 0;
  transform: translateX(-50px);
}

.HomeHero-items > *[hidden] .SiteHero-title {
  transition-delay: 0s;
}

.HomeHero-items > *[hidden] .SiteHero-text {
  transition-delay: 0.1s;
}

.HomeHero-items > *[hidden] .SiteHero-button {
  transition-delay: 0.2s;
}

.HomeHero-items > *[hidden] .SiteHero-image img,
.HomeHero-items > *[hidden] .SiteHero-image video {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s, transform 1s, filter 1s;
}

.HomeHero-items > *[data-start] .SiteHero-image img,
.HomeHero-items > *[data-start] .SiteHero-image video {
  transform: scale(1.05);
  transition: none;
}

.HomeHero-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
}

.HomeHero-nav-item {
  font-weight: bold;
  text-align: left;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  transition: opacity 1s;
  text-shadow: 0 0 5px #fff;
}

.HomeHero-nav-item[aria-selected=false] {
  opacity: 0.5;
}

.HomeHero-nav-progressTrack {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
}

.HomeHero-nav-progress {
  display: block;
  width: 0%;
  background: #B10838;
  height: 100%;
}

@-webkit-keyframes hero-progress {
  100% {
    width: 100%;
  }
}

@keyframes hero-progress {
  100% {
    width: 100%;
  }
}

.HomeHero-nav-item[aria-selected=true][data-clicked] .HomeHero-nav-progress {
  width: 100%;
}

.Site:not(.is-loading) .HomeHero-nav-item[aria-selected=true]:not([data-clicked]) .HomeHero-nav-progress {
  -webkit-animation: hero-progress 6s linear forwards;
          animation: hero-progress 6s linear forwards;
}

@media (max-width: 699px) {
  .HomeHero {
    height: 480px;
  }

  .HomeHero::before {
    height: 400px;
    display: none;
  }

  .HomeHero .SiteHero-content {
    bottom: auto;
    top: 250px;
  }

  .HomeHero .SiteHero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 250px;
  }

  .HomeHero .SiteHero-title {
    font-size: 130%;
  }

  .HomeHero .SiteHero-text {
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .HomeHero .Button,
  .HomeHero .fui-submit {
    height: 50px;
  }

  .HomeHero-nav {
    padding: 20px;
  }

  .HomeHero-nav-item {
    width: 40px;
    margin-right: 10px;
  }

  .HomeHero-nav-progressTrack {
    background: #c4c4c4;
  }

  .HomeHero-nav-title {
    display: none;
  }

  .HomeHero-links {
    display: none;
  }
}

@media (min-width: 700px) {
  .HomeHero {
    height: calc(100vh - 40px);
    min-height: 700px;
  }

  .HomeHero .SiteHero-content {
    bottom: 60px;
  }

  .HomeHero-links {
    position: absolute;
    top: 30px;
    right: 120px;
    z-index: 1;
  }

  .HomeHero-links a {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }

  .HomeHero-links a:hover {
    text-decoration: underline;
  }

  .HomeHero-nav {
    padding: 40px 60px;
  }

  .HomeHero-nav-item {
    width: 160px;
    font-size: 60%;
  }

  .HomeHero-nav-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  .HomeHero-nav-item {
    font-size: 80%;
  }
}

.SiteHero--master-plan {
  overflow-y: visible;
  overflow-x: clip;
}

@media (min-width: 700px) {
  .SiteHero--master-plan::before {
    width: 600px;
  }
}

.SiteHero--master-plan .SiteHero-title {
  font-size: 333%;
  max-width: 15.5ch;
  text-wrap: balance;
}

@media (max-width: 699px) {
  .SiteHero--master-plan .SiteHero-title {
    font-size: 250%;
  }
}

.SiteHero--master-plan .SiteHero-content {
  max-width: none;
  position: relative;
  left: auto;
  bottom: auto;
}

@media (min-width: 700px) {
  .SiteHero--master-plan .SiteHero-content {
    margin-bottom: 2.5em;
  }
}

.SiteHero--mp-tall::before,
.SiteHero--mp-tall .SiteHero-logo,
.SiteHero--mp-tall .SiteHero-bottom,
.SiteHero--mp-tall .SiteHero-content {
  z-index: 10;
}

.SiteHero--mp-tall .SiteHero-image {
  z-index: 1;
}

.SiteHero--mp-tall::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 30%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media (max-width: 699px) {
  .SiteHero--mp-tall::after {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  }
}

@media (max-width: 699px) {
  .SiteHero--mp-tall {
    height: 480px;
  }
}

@media (min-width: 700px) {
  .SiteHero--mp-tall {
    height: calc(100vh - 40px);
    min-height: 700px;
  }
}

:root {
  --mp-nav-height: 4.5rem;
}

.mp-nav {
  position: relative;
  height: var(--mp-nav-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  margin-inline: 60px;
  background: #022E57;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 10;
}

@media (max-width: 999px) {
  .mp-nav {
    margin-inline: 0;
  }

  .mp-nav .Button--wideish {
    padding-inline: 12px;
  }
}

@media (max-width: 699px) {
  .mp-nav:not(.mp-nav--fixed) {
    display: none;
  }
}

.mp-nav .Button,
.mp-nav .fui-submit {
  font-size: 100%;
  line-height: 1.1;
}

@media (max-width: 699px) {
  .mp-nav .Button,
  .mp-nav .fui-submit {
    font-size: 90%;
  }
}

.mp-nav .Button--blue-dark {
  font-size: 77.7778%;
}

.mp-nav .PageNav-toggle,
.mp-nav .Button--blue-dark {
  -webkit-margin-start: 1.1em;
          margin-inline-start: 1.1em;
}

@media (max-width: 699px) {
  .mp-nav .PageNav-toggle,
  .mp-nav .Button--blue-dark {
    -webkit-margin-start: 0.6em;
            margin-inline-start: 0.6em;
  }
}

.mp-nav .PageNav-toggle {
  line-height: 1.1;
}

@media (max-width: 699px) {
  .mp-nav .PageNav-toggle {
    padding-inline: 12px;
  }
}

.mp-nav__left,
.mp-nav__right {
  height: 100%;
}

.mp-nav__left {
  display: flex;
  align-items: center;
}

.mp-nav__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.1em;
  height: 100%;
  padding-block: 0.6em;
  -webkit-padding-end: 2.2em;
          padding-inline-end: 2.2em;
}

@media (max-width: 999px) {
  .mp-nav__right {
    -webkit-padding-end: 1.1em;
            padding-inline-end: 1.1em;
  }
}

@media (max-width: 699px) {
  .mp-nav__right {
    -webkit-padding-end: 0.6em;
            padding-inline-end: 0.6em;
    gap: 0.6em;
  }
}

.mp-nav__anchors {
  display: flex;
  gap: 1.667em;
  height: 100%;
  -webkit-padding-start: 2.2em;
          padding-inline-start: 2.2em;
  overflow: hidden;
}

@media (max-width: 999px) {
  .mp-nav__anchors {
    position: absolute;
    background: #022E57;
    bottom: 1px;
    left: 0;
    right: 0;
    transform: translateY(100%);
    margin-top: 10px;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 10;
    border-bottom: 1px solid #4E4E4E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    gap: 0;
    height: auto;
    padding-inline: 1.1em;
    padding-block: 1em;
  }

  .mp-nav__anchors:not([aria-hidden=false]) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(100% - 5px));
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
  }
}

.mp-nav__anchors--section {
  position: absolute;
  background: #022E57;
  bottom: 1px;
  left: 0;
  right: 0;
  transform: translateY(100%);
  margin-top: 10px;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 10;
  border-bottom: 1px solid #4E4E4E;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  gap: 0;
  height: auto;
  padding-inline: 1.1em;
  padding-block: 0.5em;
}

.mp-nav__anchors--section:not([aria-hidden=false]) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(calc(100% - 5px));
  transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
}

@media (min-width: 1000px) {
  .mp-nav__anchors--section {
    margin-inline: 60px;
  }
}

@media (min-width: 700px) {
  .mp-nav__anchors--section {
    left: auto;
    right: auto;
  }
}

.mp-nav__anchors--section .mp-nav__anchor {
  font-family: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-size: 100%;
  padding-block: 1em;
  -webkit-padding-start: calc((var(--entry-level) - 2) * 1.1em);
          padding-inline-start: calc((var(--entry-level) - 2) * 1.1em);
}

.mp-nav__anchors--section .mp-nav__anchor:not(:last-child) {
  border-bottom: 1px solid white;
}

.mp-nav__anchors--section .mp-nav__anchor::after {
  display: none;
}

.mp-nav__anchor {
  position: relative;
  color: #fff;
  font-size: 77.78%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3ch;
  line-height: 1.2;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

@media (max-width: 999px) {
  .mp-nav__anchor {
    font-size: 100%;
    padding-block: 1em;
  }

  .mp-nav__anchor:not(:last-child) {
    border-bottom: 1px solid white;
  }
}

.mp-nav__anchor:hover,
.mp-nav__anchor:focus-visible {
  color: #C8B280;
}

.mp-nav__anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: translateY(100%);
  background: #fff;
  transition: transform 0.15s ease;
}

@media (max-width: 999px) {
  .mp-nav__anchor::after {
    display: none;
  }
}

.mp-nav__anchor:hover::after,
.mp-nav__anchor:focus-visible::after {
  transform: translateY(0%);
}

.mp-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding-inline: 12px;
}

@media (max-width: 699px) {
  .mp-breadcrumbs {
    display: none;
  }
}

.mp-breadcrumb {
  font-size: 77.7778%;
  color: white;
  text-decoration: none;
}

a.mp-breadcrumb:hover,
a.mp-breadcrumb:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

@media (max-width: 999px) {
  .mp-breadcrumb--current {
    display: none;
  }
}

.mp-nav--fixed {
  z-index: 99;
  position: fixed;
  top: 90px;
  right: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin: 0;
}

@media (max-width: 699px) {
  .mp-nav--fixed {
    left: 16px;
  }
}

@media (min-width: 700px) {
  .mp-nav--fixed {
    left: 24px;
    transition: transform 0.5s;
  }

  body:not(.is-scrolled-past-hero) .mp-nav--fixed {
    transform: translateY(calc(-100% - 90px));
  }
}

.mp-nav--fixed .mp-nav__right {
  -webkit-padding-end: 1.1em;
          padding-inline-end: 1.1em;
}

.SiteFooter {
  background: #EFEFEF;
  padding: 45px 0;
  margin-top: auto;
}

.SiteFooter-columns a {
  color: inherit;
  text-decoration: none;
}

.SiteFooter-columns a:hover {
  text-decoration: underline;
}

.SiteFooter-columns:first-child {
  color: #B10838;
  line-height: 1.4;
}

.SiteFooter-columns:last-child {
  margin-top: 15px;
  color: #4E4E4E;
  font-size: 14px;
  align-items: baseline;
}

.SiteFooter-logo {
  width: 46px;
  height: 46px;
  vertical-align: middle;
}

.SiteFooter-brighter {
  opacity: 0.6;
  margin-top: 10px;
}

@media (max-width: 999px) {
  .SiteFooter-columns {
    text-align: center;
  }

  .SiteFooter-columns:first-child > * {
    margin-bottom: 25px;
  }

  .SiteFooter-cricos {
    display: block;
    margin-bottom: 25px;
  }

  .SiteFooter-logo {
    margin: 0 10px;
  }
}

@media (min-width: 1000px) {
  .SiteFooter-columns {
    display: flex;
  }

  .SiteFooter-columns > :not(:last-child) {
    width: 25%;
    margin-right: 20px;
  }

  .SiteFooter-columns > :last-child {
    margin-left: auto;
    text-align: right;
  }

  .SiteFooter-logo {
    margin-left: 25px;
  }
}

.Page {
  position: relative;
}

.PageBreadcrumb {
  padding: 30px 0;
  font-size: 14px;
}

.PageBreadcrumb a {
  color: inherit;
  text-decoration: none;
}

.PageBreadcrumb a:hover {
  text-decoration: underline;
}

.PageBreadcrumb-item {
  color: #4E4E4E;
}

.PageBreadcrumb-item:not(:last-child)::after {
  content: " / ";
  margin: 0 5px;
}

.PageBreadcrumb-item:last-child {
  font-weight: 600;
  color: #000000;
}

@media (min-width: 700px) {
  .PageBreadcrumb {
    margin-bottom: 40px;
  }
}

.PageNav-nav li {
  border-top: 1px solid #4E4E4E;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

.PageNav-nav a {
  display: flex;
  margin: -15px 0;
  padding: 15px 30px 15px 0;
  text-decoration: none;
}

.PageNav-nav a .icon {
  font-size: 2.2em;
  margin: -4px 10px -4px 0;
}

.PageNav-nav .has-children > a {
  font-weight: 600;
}

.PageNav-nav a,
.PageNav-nav button {
  color: #B10838;
}

.PageNav-nav a:hover,
.PageNav-nav button:hover {
  color: #000000;
}

.PageNav-nav li ul {
  margin-top: 15px;
  margin-bottom: -15px;
  transition: height 0.2s;
}

.PageNav-nav li ul[aria-hidden=true] {
  display: block !important;
  height: 0;
}

.PageNav-toggleChildren {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 10px 15px 15px;
}

.PageNav-toggleChildren .icon {
  transition: transform 0.2s;
}

.PageNav-toggleChildren[aria-expanded=false] .icon {
  transform: rotate(90deg);
}

@media (max-width: 699px) {
  .PageNav-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .PageNav-nav {
    padding: 0 20px;
  }

  .PageNav-nav li {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 999px) {
  .PageNav {
    position: relative;
    margin-bottom: 30px;
  }

  .PageNav-toggle .Button-icon {
    font-size: 1em;
    transition: transform 0.2s;
  }

  .PageNav-toggle[aria-expanded=true] .Button-icon {
    transform: rotate(180deg);
  }

  .PageNav-nav {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin-top: 10px;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 10;
    border-bottom: 1px solid #4E4E4E;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .PageNav-nav:not([aria-hidden=false]) {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: visibility 0s 0.2s, opacity 0.2s, transform 0.2s;
  }

  .PageNav-parent {
    display: none;
  }

  .PageNav-toggleChildren {
    padding-right: 20px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .PageNav {
    margin-top: -40px;
  }

  .PageNav-nav {
    padding: 0 60px;
  }

  .PageNav-nav li {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 1000px) {
  .PageNav {
    font-size: 14px;
    pointer-events: none;
  }

  .PageNav-toggle:not(.PageNav-toggle--desktop) {
    display: none;
  }

  .PageNav-toggle .Button-icon {
    font-size: 1em;
    transition: transform 0.2s;
  }

  .PageNav-nav {
    float: left;
    pointer-events: all;
  }

  .PageNav-nav li {
    width: calc(50vw + 230px);
    margin-left: -50vw;
    padding-left: 50vw;
  }

  .PageNav-parent {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }
}

.PageLinks {
  margin-bottom: 25px;
  clear: left;
}

.PageLinks-header {
  display: flex;
  align-items: center;
}

.PageLinks-title {
  margin-right: auto;
  font-size: 1.5em;
  font-family: alverata, Georgia, serif;
}

.PageLinks-items {
  display: flex;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.PageLinks-items::-webkit-scrollbar {
  display: none;
}

.PageLinks-items > * {
  scroll-snap-align: start;
}

.PageLinks-items > * {
  flex-shrink: 0;
  scroll-snap-align: center;
}

.PageLinks-items > *:only-child {
  margin: 0 auto;
}

.PageLinks-items::before,
.PageLinks-items::after {
  content: "";
  flex-shrink: 0;
  width: calc(50% - 20px - 740px / 2);
}

@media (max-width: 999px) {
  .PageLinks {
    margin-top: 20px;
  }

  .PageLinks-header {
    margin-bottom: 10px;
  }

  .PageLinks-items {
    margin: 0 -5px;
    font-size: 1.5em;
  }

  .PageLinks-items > * {
    width: 70vw;
    height: 50vw;
    margin: 0 5px;
  }

  .PageLinks-items::before,
  .PageLinks-items::after {
    width: calc(50% - 10px - 70vw / 2);
  }
}

@media (min-width: 1000px) {
  .PageLinks {
    margin-top: 40px;
  }

  .PageLinks-header {
    margin-bottom: 30px;
  }

  .PageLinks-items {
    margin: 0 -10px;
    font-size: 2.2em;
  }

  .PageLinks-items > * {
    width: 740px;
    height: 520px;
    margin: 0 10px;
  }

  .PageLinks-items::before,
  .PageLinks-items::after {
    width: calc(50% - 20px - 740px / 2);
  }
}

.PageLinks--mp .PhotoButton-title {
  max-width: 18ch;
  text-wrap: balance;
}

.Section {
  padding: 1px 0;
}

.PageBreadcrumb + .Section,
.PageNav + .Section {
  padding-top: 0;
}

.Section--full {
  clear: left;
}

.Section--grey {
  background: #EFEFEF;
}

.Section--gold {
  background: #C8B280;
}

.Section--gold h2,
.Section--gold .h2 {
  color: #022E57;
}

.Section--gold h4,
.Section--gold .h4,
.Section--gold .fui-legend,
.Section--gold .subtitle {
  color: #414141;
}

.Section--red {
  background: #B10838;
  color: #fff;
}

.Section--red h2,
.Section--red .h2 {
  color: #fff;
}

.Section--red h4,
.Section--red .h4,
.Section--red .fui-legend,
.Section--red .subtitle {
  color: #f2f2f2;
}

.Section-inset {
  max-width: 740px;
  margin: auto;
}

.Section-inset > :first-child {
  margin-top: 0;
}

.Section-inset:not(:last-child) > :last-child {
  margin-bottom: 0;
}

.PageNav ~ .Section .Section-inset {
  max-width: none;
}

@media (max-width: 699px) {
  .Section--inset,
  .Section--full {
    padding: 20px 0;
  }
}

@media (min-width: 700px) {
  .Section--inset,
  .Section--full {
    padding: 50px 0;
  }
}

@media (min-width: 1000px) {
  .PageNav ~ .Section .Section-inset {
    padding-left: 280px;
  }
}

.Section--white:not(.Section--pb-0) + .Section--white {
  padding-top: 0;
}

.Section--white:not(.Section--pb-0) + .Section--white > :first-child {
  margin-top: 0;
}

.Section--articleIntro {
  padding-bottom: 30px;
}

.Section--grey:last-child {
  border-bottom: 1px solid #ccc;
}

.Section--pt-0 {
  padding-top: 0;
}

.Section--pb-0 {
  padding-bottom: 0;
}

.PhotoButton {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  text-decoration: none;
}

.PhotoButton::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 180px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  z-index: 1;
}

.PhotoButton-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.PhotoButton-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.5s;
}

button.PhotoButton:hover .PhotoButton-image img,
a.PhotoButton:hover .PhotoButton-image img {
  transform: scale(1.1);
}

.PhotoButton-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.PhotoButton-title {
  font-family: alverata, Georgia, serif;
  color: inherit;
  text-decoration: none;
  z-index: 2;
}

@media (max-width: 699px) {
  .PhotoButton {
    padding: 20px;
  }

  .PhotoButton::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 180px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
    z-index: 1;
  }
}

.SocialIcons {
  display: inline-flex;
  font-size: 24px;
  margin: -10px -20px;
}

.SocialIcons a {
  color: #B10838;
  padding: 10px 20px;
}

.SocialIcons a:hover {
  color: #000000;
}

.ArrowButtons {
  display: flex;
}

.ArrowButtons .icon {
  font-size: 2.2em;
}

@media (max-width: 699px) {
  .ArrowButtons .Button,
  .ArrowButtons .fui-submit {
    padding: 0 10px;
  }
}

.BlockCarousel {
  position: relative;
}

.BlockCarousel-fill {
  background: #B10838;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.BlockCarousel--grey .BlockCarousel-fill {
  background: #EFEFEF;
  color: #000000;
}

.BlockCarousel-fill .Button,
.BlockCarousel-fill .fui-submit {
  color: inherit;
}

.BlockCarousel-container {
  width: 100%;
}

.BlockCarousel-content {
  position: relative;
  display: flex;
}

.BlockCarousel-content > * {
  transition: opacity 0.5s;
  width: 100%;
}

.BlockCarousel-content > *[hidden] {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 0s 0.5s, opacity 0.5s;
}

.BlockCarousel-subtitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.BlockCarousel-title {
  font-family: alverata, Georgia, serif;
  font-size: 2.2em;
  margin-bottom: 30px;
}

.BlockCarousel--grey .BlockCarousel-title {
  color: #B10838;
}

.BlockCarousel-buttons {
  margin-top: 2em;
}

.BlockCarousel-buttons .Buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.BlockCarousel-buttons .Buttons > * {
  margin: 10px;
  width: calc(50% - 20px);
}

.BlockCarousel-images {
  display: flex;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.BlockCarousel-images::-webkit-scrollbar {
  display: none;
}

.BlockCarousel-images > * {
  scroll-snap-align: start;
}

.BlockCarousel-images > * {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.BlockCarousel-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

@media (max-width: 999px) {
  blockquote.BlockCarousel-title {
    margin-left: 30px;
  }

  .BlockCarousel-arrows {
    justify-content: flex-end;
    padding: 0 10px;
    background: #B10838;
  }

  .BlockCarousel-arrows .Button,
  .BlockCarousel-arrows .fui-submit {
    color: #fff;
  }

  .BlockCarousel--grey .BlockCarousel-arrows {
    background: #EFEFEF;
  }

  .BlockCarousel--grey .BlockCarousel-arrows .Button,
  .BlockCarousel--grey .BlockCarousel-arrows .fui-submit {
    color: #B10838;
  }

  .BlockCarousel-images {
    height: 400px;
  }
}

@media (min-width: 1000px) {
  .BlockCarousel {
    display: flex;
    margin: 40px 0;
  }

  .BlockCarousel-fill {
    margin: 65px 0;
    padding: 80px 0;
  }

  .BlockCarousel-content {
    width: 51%;
    padding-right: 100px;
  }

  .BlockCarousel--left .BlockCarousel-content {
    padding-right: 0;
    padding-left: 60px;
    margin-left: 49%;
  }

  .BlockCarousel-arrows {
    position: absolute;
    right: calc(51% + 25px);
    top: -10px;
  }

  .BlockCarousel--left .BlockCarousel-arrows {
    right: auto;
    left: calc(51% + 25px);
  }

  .BlockCarousel-images {
    position: absolute;
    left: 51%;
    width: 49%;
    top: 0;
    height: 100%;
  }

  .BlockCarousel--left .BlockCarousel-images {
    left: auto;
    right: 51%;
  }
}

.BlockFeatureGrid {
  margin: 40px 0;
}

.BlockFeatureGrid-feature {
  background: #B10838;
  color: #fff;
  display: flex;
  align-items: stretch;
}

.BlockFeatureGrid-image {
  flex-grow: 1;
  position: relative;
}

.BlockFeatureGrid-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.BlockFeatureGrid-text {
  padding: 30px;
}

.BlockFeatureGrid-text ul {
  list-style: none !important;
  margin: 0 !important;
  border-top: 1px solid;
}

.BlockFeatureGrid-text li {
  margin: 0;
  border-bottom: 1px solid;
  padding: 10px 0;
}

.BlockFeatureGrid-text li > a:only-child {
  display: block;
  border: 0 !important;
  color: #fff !important;
  margin: -10px 0;
  padding: 10px 0;
  transition: padding 0.2s;
}

.BlockFeatureGrid-text li > a:only-child:hover {
  padding-left: 10px;
}

.BlockFeatureGrid-photoButtons {
  font-size: 1.5em;
}

.BlockFeatureGrid-photoButtons > * {
  height: 240px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 699px) {
  .BlockFeatureGrid-feature {
    flex-direction: column-reverse;
  }

  .BlockFeatureGrid-image {
    height: 240px;
  }

  .BlockFeatureGrid-photoButtons > * {
    margin-top: 15px;
  }

  .BlockFeatureGrid-photoButtons .PhotoButton-arrow {
    display: none;
  }
}

@media (min-width: 700px) {
  .BlockFeatureGrid-text {
    width: 360px;
  }

  .BlockFeatureGrid-photoButtons {
    display: flex;
    margin: 10px -10px -10px;
  }

  .BlockFeatureGrid-photoButtons > * {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 699px) {
  .BlockPhotoGrid {
    margin: 50px -20px;
    font-size: 2.2em;
  }

  .BlockPhotoGrid > * {
    height: 325px;
    margin-bottom: 15px;
  }

  .BlockPhotoGrid .PhotoButton {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .BlockPhotoGrid {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -10px;
  }

  .BlockPhotoGrid > * {
    margin: 10px;
    width: calc(50% - 20px);
    height: 375px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .BlockPhotoGrid {
    font-size: 1.8em;
  }
}

@media (min-width: 1000px) {
  .BlockPhotoGrid {
    font-size: 2.2em;
  }
}

.BlockTextImage + .BlockTextImage .BlockTextImage-container {
  border-top: 1px solid #4E4E4E;
}

@media (max-width: 699px) {
  .BlockTextImage {
    margin: 20px 0;
  }

  .BlockTextImage:first-child {
    margin-top: 0;
  }

  .BlockTextImage-image {
    display: block;
    margin-bottom: 30px;
  }

  .SiteHero + .Section .BlockTextImage:first-child .BlockTextImage-image {
    display: block;
    margin: 0 -20px 20px;
  }

  .BlockTextImage + .BlockTextImage .BlockTextImage-container {
    padding-top: 35px;
  }
}

@media (min-width: 700px) {
  .BlockTextImage {
    margin: 50px 0;
  }

  .BlockTextImage .Buttons {
    margin-top: 40px;
  }

  .BlockTextImage-container {
    display: flex;
    align-items: center;
  }

  .BlockTextImage-container > * {
    width: 50%;
  }

  .BlockTextImage--right .BlockTextImage-image {
    order: 1;
  }

  .BlockTextImage + .BlockTextImage .BlockTextImage-container {
    padding-top: 50px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .BlockTextImage-container {
    align-items: flex-start;
  }

  .BlockTextImage--left .BlockTextImage-text {
    padding-left: 30px;
  }

  .BlockTextImage--right .BlockTextImage-text {
    padding-right: 30px;
  }
}

@media (min-width: 1000px) {
  .BlockTextImage--left .BlockTextImage-text {
    padding-left: 50px;
  }

  .BlockTextImage--right .BlockTextImage-text {
    padding-right: 50px;
  }
}

.BlockTimeline {
  position: relative;
  padding: 90px 0;
}

.BlockTimeline::before {
  content: "";
  border-left: 1px solid #B10838;
  position: absolute;
  height: 100%;
  top: 0;
}

.BlockTimeline-item {
  position: relative;
  margin-bottom: 50px;
  margin-left: auto;
}

.BlockTimeline-item::before {
  content: "";
  position: absolute;
  background: #B10838;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  z-index: 1;
  transition: all 0.2s 0.2s;
  top: 18px;
  left: -55px;
}

.BlockTimeline-item[data-scroll=out]::before {
  transform: scale(0);
}

.BlockTimeline-item[data-scroll=out] .BlockTimeline-box {
  opacity: 0;
}

.BlockTimeline-item[data-scroll=out] .BlockTimeline-box {
  transform: translateX(-20px);
}

.BlockTimeline-box {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: all 0.4s 0.4s;
}

.BlockTimeline-date {
  background: #B10838;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 20px 35px;
}

.BlockTimeline-content {
  padding: 35px;
}

@media (max-width: 699px) {
  .BlockTimeline::before {
    left: 0;
  }

  .BlockTimeline-item {
    width: calc(100% - 25px);
  }

  .BlockTimeline-item::before {
    left: -35px;
  }
}

@media (min-width: 700px) {
  .BlockTimeline::before {
    left: 50%;
  }

  .BlockTimeline-item {
    width: calc(50% - 45px);
  }

  .BlockTimeline-item:nth-child(odd) {
    margin-left: 0;
  }

  .BlockTimeline-item:nth-child(odd)::before {
    left: auto;
    right: -56px;
  }

  .BlockTimeline-item[data-scroll=out]:nth-child(odd) .BlockTimeline-box {
    transform: translateX(20px);
  }
}

.BlockBox {
  background: #EFEFEF;
}

.BlockBox:not(:first-child) {
  margin-top: 35px;
}

.BlockBox:not(:last-child) {
  margin-bottom: 35px;
}

.BlockBox-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.BlockBox-text {
  padding: 30px 20px 20px;
}

@media (max-width: 699px) {
  .BlockBox-image img {
    height: 200px;
  }
}

@media (min-width: 700px) {
  .BlockBox {
    padding: 20px;
  }

  .BlockBox-image img {
    height: 400px;
  }
}

.BlockHtml--frame {
  box-shadow: 0 0 10px #D1D1D1;
  padding: 20px;
  margin: 40px 0;
}

.BlockButtons {
  margin: 40px 0;
}

.BlockButtons--center .Buttons {
  justify-content: center;
}

.BlockButtons--right .Buttons {
  justify-content: flex-end;
}

@media (max-width: 699px) {
  .BlockButtons--grid .Buttons > * {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .BlockButtons--grid .Buttons > * {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1000px) {
  .Section--full .BlockButtons--grid .Buttons > * {
    width: calc(25% - 20px);
  }
}

.BlockVideo {
  background: #EFEFEF;
  margin: 40px 0;
}

.BlockVideo-title {
  margin: 0 !important;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
}

.BlockVideo-title-icon {
  margin-right: 20px;
  vertical-align: middle;
}

.BlockVideo-video {
  position: relative;
}

.BlockVideo-placeholder {
  display: block;
  position: relative;
}

.BlockVideo-placeholder img {
  width: 100%;
  display: block;
}

.BlockVideo-placeholder::before,
.BlockVideo-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
  z-index: 1;
}

.BlockVideo-placeholder:hover::before,
.BlockVideo-placeholder:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.BlockVideo-placeholder::before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.BlockVideo-placeholder::after {
  width: 0;
  height: 0;
  border-left: solid #fff;
  border-top: solid transparent;
  border-right: solid transparent;
  border-bottom: solid transparent;
}

.BlockVideo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 699px) {
  .BlockVideo-title {
    padding: 15px;
  }

  .BlockVideo-placeholder::before {
    width: 90px;
    height: 90px;
  }

  .BlockVideo-placeholder::after {
    margin-left: 15px;
    border-width: 20px 20px 20px 35px;
  }
}

@media (min-width: 700px) {
  .BlockVideo {
    padding: 20px 25px 25px;
  }

  .BlockVideo-placeholder::before {
    width: 180px;
    height: 180px;
  }

  .BlockVideo-placeholder::after {
    margin-left: 30px;
    border-width: 40px 40px 40px 70px;
  }
}

.Section--full .BlockVideo {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
}

.Section--full .BlockVideo .BlockVideo-title {
  position: absolute;
  z-index: 1;
  font-size: 222%;
  font-family: alverata, Georgia, serif;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -100%);
  max-width: 22ch;
}

@media (max-width: 699px) {
  .Section--full .BlockVideo .BlockVideo-title {
    font-size: 160%;
  }
}

@media (max-width: 320px) {
  .Section--full .BlockVideo .BlockVideo-title {
    font-size: 120%;
    top: 0;
    transform: translate(-50%, 0%);
  }
}

.Section--full .BlockVideo .BlockVideo-title-icon {
  display: none;
}

.Section--full .BlockVideo .BlockVideo-placeholder {
  width: 100%;
  background: black;
}

.Section--full .BlockVideo .BlockVideo-placeholder::before {
  background: transparent;
  border: 1px solid white;
}

.Section--full .BlockVideo .BlockVideo-placeholder img {
  opacity: 0.85;
}

.Section--full .BlockVideo .BlockVideo-placeholder--has-title:hover::before {
  transform: translate(-50%, 0%) scale(1.1);
}

.Section--full .BlockVideo .BlockVideo-placeholder--has-title::before {
  transform: translate(-50%, 0%);
}

@media (max-width: 320px) {
  .Section--full .BlockVideo .BlockVideo-placeholder--has-title::before {
    top: auto;
    bottom: 15px;
  }
}

@media (min-width: 700px) {
  .Section--full .BlockVideo .BlockVideo-placeholder--has-title::after {
    top: calc(50% + 90px);
  }
}

@media (max-width: 699px) {
  .Section--full .BlockVideo .BlockVideo-placeholder--has-title::after {
    top: calc(50% + 45px);
  }
}

@media (max-width: 320px) {
  .Section--full .BlockVideo .BlockVideo-placeholder--has-title::after {
    top: auto;
    bottom: 20px;
  }
}

.BlockImage {
  margin: 40px 0;
  text-align: center;
}

.Section--full .BlockImage {
  margin-block: 0;
}

.BlockImage-caption {
  margin-top: 10px;
  color: #4E4E4E;
  font-size: 90%;
}

.offset-images {
  --img-offset: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.11em;
}

@media (max-width: 999px) {
  .offset-images {
    --img-offset: 45px;
  }
}

@media (max-width: 699px) {
  .offset-images {
    grid-template-columns: 1fr;
  }
}

.offset-images .BlockImage {
  margin: 0;
}

@media (max-width: 699px) {
  .offset-images .BlockImage:first-child {
    margin-right: var(--img-offset);
  }
}

.offset-images .BlockImage:last-child {
  margin-top: var(--img-offset);
}

@media (max-width: 699px) {
  .offset-images .BlockImage:last-child {
    margin-top: 0;
    margin-left: var(--img-offset);
  }
}

.BlockList {
  margin: 1.5em 0;
}

.BlockList ul {
  list-style: none;
  margin: 0;
}

.BlockList li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0;
}

.BlockList--lines li {
  padding: 1em 0;
  border: solid #4E4E4E;
  border-width: 1px 0;
  margin-bottom: -1px;
}

.BlockList--lines li > strong:first-child {
  color: #B10838;
}

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

.BlockList--button > strong:first-child {
  color: #B10838;
}

.BlockList--colourBlocks li {
  font-family: alverata, Georgia, serif;
  font-size: 1.5em;
  padding: 25px 30px;
  margin-bottom: 15px;
}

.BlockList--colourBlocks li:nth-child(3n+1) {
  background: #EFEFEF;
}

.BlockList--colourBlocks li:nth-child(3n+2) {
  background: #B10838;
  color: #fff;
}

.BlockList--colourBlocks li:nth-child(3n) {
  background: #4E4E4E;
  color: #fff;
}

@media (min-width: 700px) {
  .BlockList--2col {
    -moz-columns: 2;
         columns: 2;
  }

  .BlockList--3col {
    -moz-columns: 3;
         columns: 3;
  }
}

.BlockList--inMasterPlan {
  -moz-columns: 1;
       columns: 1;
}

.BlockList--inMasterPlan ul {
  display: grid;
  grid-template-columns: repeat(var(--col-count, 1), 1fr);
  -moz-column-gap: 1em;
       column-gap: 1em;
}

@media (max-width: 999px) {
  .BlockList--inMasterPlan ul {
    grid-template-columns: 1fr;
  }
}

li.BlockList__item-with-icon {
  display: flex;
  align-items: center;
  padding-block: 1.5em;
}

.BlockList__item-icon {
  font-size: 1.8889em;
  color: #B10838;
  -webkit-margin-end: 0.9em;
          margin-inline-end: 0.9em;
  flex-shrink: 0;
}

.BlockGallery-header {
  display: flex;
  align-items: center;
}

.BlockGallery-title {
  margin-right: auto;
  font-size: 1.5em;
  font-family: alverata, Georgia, serif;
}

.BlockGallery-items {
  display: flex;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.BlockGallery-items::-webkit-scrollbar {
  display: none;
}

.BlockGallery-items > * {
  scroll-snap-align: start;
}

.BlockGallery-items > * {
  flex-shrink: 0;
  scroll-snap-align: start;
  position: relative;
}

.BlockGallery-items > * img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.BlockGallery-items::before,
.BlockGallery-items::after {
  content: "";
  flex-shrink: 0;
}

@media (max-width: 699px) {
  .BlockGallery {
    margin: 20px 0;
  }

  .BlockGallery-header {
    margin-bottom: 10px;
  }

  .BlockGallery-items {
    scroll-padding-left: 10px;
  }

  .BlockGallery-items > * {
    width: 80vw;
    height: 80vw;
    margin: 0 5px;
  }

  .BlockGallery-items::before,
  .BlockGallery-items::after {
    width: 5px;
  }
}

@media (min-width: 700px) {
  .BlockGallery {
    margin: 40px 0;
  }

  .BlockGallery-header {
    margin-bottom: 30px;
  }

  .BlockGallery-items {
    scroll-padding-left: 20px;
  }

  .BlockGallery-items > * {
    width: 455px;
    height: 455px;
    margin: 0 10px;
  }

  .BlockGallery-items::before,
  .BlockGallery-items::after {
    width: 10px;
  }
}

.BlockGallery-mediaItem {
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .BlockGallery-mediaItem:hover .BlockGallery-mediaCaption,
  .BlockGallery-mediaItem:focus-visible .BlockGallery-mediaCaption {
    transform: translateY(0);
    opacity: 1;
  }
}

.BlockGallery-mediaCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3em 1.25em 1.1em 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  color: #fff;
  font-size: 88.8889%;
  transition: 0.3s ease;
  transition-property: opacity, transform;
}

@media (hover: hover) {
  .BlockGallery-mediaCaption {
    transform: translateY(1em);
    opacity: 0;
  }
}

.BlockGallery-mediaCaptionIcon {
  width: 2em;
  height: 2em;
  margin-left: auto;
}

.BlockGalleryMediaVideoThumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.BlockQuote {
  margin: 40px 0;
}

.BlockQuote-content {
  color: #B10838;
  font-size: 1.3em;
}

.BlockQuote-attribution {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4E4E4E;
  letter-spacing: 1px;
  margin-top: 20px;
}

.BlockQuote-attribution cite {
  font-style: normal;
}

.BlockColumns {
  margin: 1em 0;
}

.BlockColumns hr {
  -moz-column-break-after: column;
       break-after: column;
  margin: 0;
  background: none;
  border: 0;
}

.BlockColumns h1,
.BlockColumns h2,
.BlockColumns h3,
.BlockColumns h4 {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

@media (min-width: 700px) {
  .BlockColumns--2 {
    -moz-columns: 2;
         columns: 2;
  }

  .BlockColumns--3 {
    -moz-columns: 3;
         columns: 3;
  }

  .BlockColumns--4 {
    -moz-columns: 3;
         columns: 3;
  }
}

.BlockCommittee {
  margin: 40px -10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: flex-start;
  justify-content: flex-start;
}

.BlockCommittee > * {
  margin: 10px;
  width: calc(100% - 20px);
}

.BlockCommittee > *,
.BlockCommittee > *:hover {
  border: 0 !important;
  color: #fff !important;
}

.BlockCommittee .PhotoButton {
  align-items: flex-start;
  height: 360px;
}

.BlockCommittee .PhotoButton-title {
  margin-bottom: 5px;
}

.BlockCommittee .PhotoButton-subtitle {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .BlockCommittee > .PhotoButton {
    width: calc(50% - 20px);
  }

  .BlockCommittee > .PhotoButton--wide {
    width: calc(100% - 20px);
  }
}

.CommitteeDialog-photo {
  max-width: 360px;
  flex-shrink: 0;
}

.CommitteeDialog-photo img {
  width: 100%;
}

.CommitteeDialog-photo figcaption {
  margin: -1.5em 1em 0;
  background: #B10838;
  color: #fff;
  padding: 1.5em;
  position: relative;
}

@media (max-width: 999px) {
  .CommitteeDialog-photo {
    margin: 0 auto 40px;
  }
}

@media (min-width: 1000px) {
  .CommitteeDialog-content {
    display: flex;
  }

  .CommitteeDialog-photo {
    width: 36%;
    margin-right: 40px;
  }
}

.BlockAccordion details {
  background: #fff;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 0px 30px;
}

.BlockAccordion details:first-child {
  margin-top: 0;
}

.BlockAccordion summary {
  list-style: none;
  cursor: pointer;
  padding: 30px 20px;
  margin: -20px 0 -40px;
  transition: margin 0.2s;
}

.BlockAccordion summary::-webkit-details-marker {
  display: none;
}

.BlockAccordion summary .icon {
  transition: transform 0.2s;
  color: #B10838;
  margin-top: 5px;
  margin-left: 10px;
}

.BlockAccordion details[open] summary {
  margin-bottom: -10px;
}

.BlockAccordion details[open] summary .icon {
  transform: rotate(180deg);
}

.BlockAccordion.Section--grey details {
  background: inherit;
  padding: 20px;
}

.BlockAccordion-preview {
  padding: 20px 0;
}

.BlockAccordion-preview div {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

details[open] .BlockAccordion-preview {
  display: none;
}

.BlockAccordion-summary {
  display: flex;
  justify-content: space-between;
}

.BlockAccordion-summary-content {
  padding-inline: 20px;
}

.BlockMap {
  height: 500px;
}

@media (max-width: 699px) {
  .BlockMap {
    margin: 20px 0;
  }
}

@media (min-width: 700px) {
  .BlockMap {
    margin: 50px 0;
  }
}

:last-child > .BlockMap:last-of-type {
  margin-bottom: 0;
}

.BlockForm {
  margin: 40px 0;
}

.BlockForm-title {
  margin-bottom: 1em;
}

@media (max-width: 699px) {
  .BlockForm-aside {
    margin-bottom: 40px;
  }
}

@media (min-width: 700px) {
  .BlockForm-container {
    display: flex;
  }

  .BlockForm-aside {
    width: 250px;
    margin-right: 100px;
  }

  .BlockForm-form {
    flex-grow: 1;
    max-width: 740px;
  }
}

.BlockFormModal .BlockForm-form {
  max-width: 100%;
  width: 740px;
}

@-webkit-keyframes vis-hidden {
  to {
    visibility: hidden;
  }
}

@keyframes vis-hidden {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes d-none {
  to {
    display: none;
  }
}

@keyframes d-none {
  to {
    display: none;
  }
}

@media (max-width: 999px) {
  .mp-stages {
    display: flex;
    flex-direction: column-reverse;
    overflow-x: clip;
  }
}

.mp-stages__main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #B10838;
  background: #EFEFEF;
}

@media (min-width: 700px) {
  .mp-stages__main {
    min-height: 25em;
  }
}

@media (max-width: 999px) {
  .mp-stages__main {
    grid-template-columns: 1fr;
  }

  .mp-stages__main::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    height: 5em;
    width: 25px;
    z-index: 10;
    background: linear-gradient(90deg, #EFEFEF, transparent 75%);
    pointer-events: none;
  }

  .mp-stages__main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 5em;
    width: 25px;
    z-index: 10;
    background: linear-gradient(90deg, transparent, #EFEFEF 75%);
    pointer-events: none;
  }
}

.mp-stages__subtitle {
  margin-bottom: 0.5em;
}

.mp-stages__content-wrap {
  padding: 2.78em 2.4em;
}

@media (max-width: 999px) {
  .mp-stages__content-wrap {
    padding: 5em 1.5em 2em;
  }
}

.mp-stages__content {
  position: relative;
  height: var(--tallest-panel);
  margin-bottom: 2em;
}

.mp-stages__content-inner {
  transition: 0.25s ease;
  transition-property: transform, opacity;
}

.mp-stages__content-inner[aria-hidden=false] {
  transition-duration: 0.5s;
  transition-delay: 0.25s;
}

.mp-stages__content-inner[aria-hidden=true] {
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateY(1em);
  -webkit-animation: 0s vis-hidden 0.25s forwards;
          animation: 0s vis-hidden 0.25s forwards;
}

.mp-stages__heading {
  color: #B10838;
}

.mp-stages__text {
  font-size: 88.8889%;
  line-height: 1.625;
}

.mp-stages__map {
  margin-top: -30px;
  margin-left: -15px;
}

@media (max-width: 999px) {
  .mp-stages__map {
    margin-bottom: -20px;
  }
}

@media (max-width: 699px) {
  .mp-stages__map {
    margin-top: 0;
  }
}

.mp-stages__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.mp-stages__map-area:hover path,
.mp-stages__map-area:focus-visible path {
  opacity: 0.1;
}

.mp-stages__map-area[aria-selected=true] path {
  opacity: 0.2;
}

.mp-stages__map-area path {
  transition: 0.15s ease;
  opacity: 0;
}

.mp-stages__map-num {
  pointer-events: none;
}

.mp-stages__images-wrap {
  position: relative;
}

@media (max-width: 999px) {
  .mp-stages__images-wrap {
    height: 15em;
    align-self: flex-end;
  }
}

.mp-stages__image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.mp-stages__image-wrap:not(.visible) {
  opacity: 0;
}

.mp-stages__image-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mp-stages__image-wrap picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mp-stages__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.333em;
  transform: translateY(-50%);
  padding-inline: 1.333em;
}

@media (max-width: 999px) {
  .mp-stages__nav {
    gap: 0.5em;
    transform: translateY(calc(100% + 1.25em));
    padding-inline: 1.5em calc(20px + 1.5em);
    width: calc(100% + 20px);
    justify-content: flex-start;
    overflow-x: auto;
  }
}

.mp-stages__nav-btn {
  font-family: alverata, Georgia, serif;
  font-weight: 400;
  font-size: 133.3333%;
  color: #fff;
  background: #4E4E4E;
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding-block: 0.5em 0.6em;
  padding-inline: 0.8em;
  height: auto;
  flex-basis: 7.5em;
  white-space: nowrap;
}

.mp-stages__nav-btn:not(:disabled):not(.is-loading):hover,
.mp-stages__nav-btn:not(:disabled):not(.is-loading):focus-visible {
  color: #fff;
  background: #353535;
}

.mp-stages__nav-btn[aria-selected=true] {
  background: #B10838;
}

.mp-stages__nav-btn[aria-selected=true]:not(:disabled):not(.is-loading):hover,
.mp-stages__nav-btn[aria-selected=true]:not(:disabled):not(.is-loading):focus-visible {
  background: #B10838;
}

@media (max-width: 999px) {
  .mp-stages__nav-btn {
    font-size: 110%;
    flex-basis: 45%;
    padding-inline: 0.25em;
    min-width: 6em;
  }
}

@media (max-width: 699px) {
  .mp-stages__nav-btn {
    font-size: 90%;
  }
}

.textOnImg {
  position: relative;
  z-index: 1;
  min-height: 35em;
  display: flex;
}

.textOnImg__img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.textOnImg__img-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.textOnImg__img-wrap picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.textOnImg__content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 2.5em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 699px) {
  .textOnImg__content {
    padding-inline: 1em;
  }
}

.textOnImg__text {
  font-size: 133.3333%;
  color: #fff;
  line-height: 1.4;
  max-width: 51.5ch;
  font-weight: 400;
}

@media (max-width: 699px) {
  .textOnImg__text {
    font-size: 115%;
  }
}

@media (max-width: 320px) {
  .textOnImg__text {
    font-size: 100%;
  }
}

.textOnImg__link {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.callout {
  padding: 1.67em 2.2em 1.9em 1.8em;
  margin-block: 2em;
  border: 2px solid #B10838;
  border-radius: 5px;
}

@media (max-width: 699px) {
  .callout {
    padding: 1.4em 1.5em 1.7em 1.2em;
  }
}

.callout .BlockQuote {
  position: relative;
}

.callout .BlockQuote:first-child {
  margin-top: 0;
}

.callout .BlockQuote:last-child {
  margin-bottom: 0;
}

.callout .BlockQuote .quotation-marks::before {
  display: block;
  margin-left: 0;
}

.callout .BlockQuote .quotation-marks::after {
  position: absolute;
  right: 0;
}

.BlockFaqs-anchors {
  padding-block: 1em 3em;
}

.BlockFaqs-anchors .Button,
.BlockFaqs-anchors .fui-submit {
  padding-inline: 20px;
}

@media (max-width: 699px) {
  .BlockFaqs-anchors .Button,
  .BlockFaqs-anchors .fui-submit {
    padding: 8px 12px;
    height: 50px;
  }
}

.BlockFaqs-anchors .Button-icon {
  font-size: 1.5em;
}

.BlockFaqs__section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1em;
  padding-block: 4.5em;
  border-top: 1px solid #4E4E4E;
}

@media (max-width: 699px) {
  .BlockFaqs__section {
    grid-template-columns: 1fr;
  }
}

.PrincesMen-link {
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: alverata, Georgia, serif;
  font-size: 1.5em;
}

.PrincesMen-link:hover .PrincesMen-photo img {
  transform: scale(1.1);
}

.PrincesMen-photo {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 330px;
  background: #EFEFEF;
}

.PrincesMen-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.PrincesMen-years {
  color: #B10838;
}

.PrincesMen-description {
  font-size: 0.8em;
  font-family: open-sans, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 699px) {
  .PrincesMen > * {
    margin-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .PrincesMen {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -50px;
    margin-bottom: 50px;
  }

  .PrincesMen > * {
    border-bottom: 1px solid #4E4E4E;
    padding: 50px 0;
    width: 50%;
  }

  .PrincesMen > *:nth-child(2n+1) {
    padding-right: 10px;
  }

  .PrincesMen > *:nth-child(2n) {
    padding-left: 10px;
  }
}

.Publications {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -8px;
}

.Publications > * {
  margin: 8px;
}

@media (min-width: 1400px) {
  .Publications {
    margin-right: -120px;
  }
}

.PdfPreview {
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  text-align: left;
  height: auto;
}

.PdfPreview-thumb {
  width: 230px;
  height: 320px;
  margin-bottom: 15px;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D1D1D1;
}

.ArticlePreview {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ArticlePreview-image {
  overflow: hidden;
  background: #EFEFEF;
}

.ArticlePreview-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.5s;
}

.ArticlePreview:hover .ArticlePreview-image img {
  transform: scale(1.1);
}

.ArticlePreview-title {
  font-family: alverata, Georgia, serif;
  font-size: 1.5em;
  color: inherit;
  text-decoration: none;
  margin-bottom: 20px;
  min-height: 2.6em;
}

.ArticlePreview-title:hover {
  color: #B10838;
}

.ArticlePreview-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ArticlePreview-category {
  color: #4E4E4E;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.ArticlePreview-category span {
  opacity: 0.5;
  margin-left: 5px;
}

.ArticlePreview-date {
  color: #B10838;
  font-weight: 600;
  margin-bottom: 5px;
}

.ArticlePreview-excerpt {
  padding-right: 20px;
}

@media (max-width: 699px) {
  .ArticlePreview-image {
    margin-bottom: 25px;
    height: 200px;
  }
}

@media (min-width: 700px) {
  .ArticlePreview-image {
    margin-bottom: 45px;
    height: 310px;
  }
}

.SearchResults {
  list-style: none !important;
  margin: 0 !important;
}

.SearchResults h3 {
  margin-bottom: 0.3em;
}

.BlockConnect {
  margin: 40px 0;
}

.BlockNews + .BlockConnect .BlockConnect-header {
  border-top: 1px solid #4E4E4E;
  padding-top: 40px;
}

.BlockConnect-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.BlockConnect-title {
  margin-right: auto;
  font-family: alverata, Georgia, serif;
  font-size: 2.2em;
  color: #B10838;
}

.BlockConnect-photos {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.BlockConnect-photos > * {
  margin: 10px;
}

.InstagramDialog {
  padding: 20px 70px 20px 20px;
  width: 630px;
}

@media (max-width: 699px) {
  .BlockConnect-header .SocialIcons {
    display: none;
  }

  .BlockConnect-photos > :nth-last-child(-n+3) {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .BlockConnect-photos > * {
    width: calc(50% - 20px);
  }

  .BlockConnect-photos > :nth-last-child(-n+2) {
    display: none;
  }
}

@media (min-width: 1000px) {
  .BlockConnect-photos > * {
    width: calc(33.33% - 20px);
  }
}

.BlockNews {
  margin: 40px 0;
}

.BlockNews-header {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.BlockNews-header > * {
  margin: 0 10px;
}

.BlockNews-header .icon {
  font-size: 2em;
}

.BlockNews-title {
  margin-right: auto;
  font-family: alverata, Georgia, serif;
  font-size: 2.2em;
  color: #B10838;
}

.BlockNews-items {
  display: flex;
  padding-bottom: 20px;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.BlockNews-items::-webkit-scrollbar {
  display: none;
}

.BlockNews-items > * {
  scroll-snap-align: start;
}

.BlockNews-items > * {
  flex-shrink: 0;
}

@media (max-width: 699px) {
  .BlockNews-header {
    margin-bottom: 20px;
  }

  .BlockNews-items > * {
    width: 100%;
    margin-right: 10px;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .BlockNews-header {
    margin-bottom: 40px;
  }

  .BlockNews-items > * {
    width: calc(50% - 20px/2);
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  .BlockNews-header {
    margin-bottom: 40px;
  }

  .BlockNews-items > * {
    width: calc(33.33% - 40px/3);
    margin-right: 20px;
  }
}

.ArticleList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

@media (max-width: 699px) {
  .ArticleList > * {
    margin-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .ArticleList > * {
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 50%;
  }

  .ArticleList > *:nth-child(2n+1) {
    padding-right: 10px;
  }

  .ArticleList > *:nth-child(2n+2) {
    padding-left: 10px;
  }

  .ArticleList > *[data-scroll=out] {
    transform: none;
  }
}

@media (min-width: 1000px) {
  .ArticleList--3col > * {
    width: 33%;
  }

  .ArticleList--3col > *:nth-child(3n+1),
  .ArticleList--3col > *:nth-child(3n+2) {
    padding-right: 10px;
  }

  .ArticleList--3col > *:nth-child(3n+2),
  .ArticleList--3col > *:nth-child(3n+3) {
    padding-left: 10px;
  }
}

.ArticleTags {
  margin: -3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
}

.ArticleTags a {
  border: 2px solid #D1D1D1;
  color: #4E4E4E;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 3px;
  text-decoration: none;
  white-space: nowrap;
}

.ArticleTags a:hover {
  color: #B10838;
  border-color: #B10838;
}

.InstagramPhoto {
  position: relative;
  overflow: hidden;
}

.InstagramPhoto-image {
  display: block;
}

.InstagramPhoto-image {
  transition: transform 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.InstagramPhoto:hover .InstagramPhoto-image {
  transform: scale(1.1);
}

.InstagramPhoto-icon {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 2em;
}

.InstagramPhoto-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.InstagramPhoto:not(:hover) .InstagramPhoto-overlay {
  opacity: 0;
}

.InstagramPhoto-overlay .Button,
.InstagramPhoto-overlay .fui-submit {
  color: #fff !important;
}

.InstagramPhoto-caption {
  overflow: hidden;
  flex-grow: 1;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), black 10%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), black 10%);
}

.InstagramPhoto-button {
  margin-top: 10px;
  flex-shrink: 0;
}

.Products {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 40px;
}

.Products > * {
  margin: 10px;
  max-width: 400px;
}

@media (min-width: 1000px) {
  .Products > * {
    width: calc(50% - 20px);
  }
}

.Product {
  background: #EFEFEF;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.Product-image {
  background: #fff;
  height: 370px;
  margin-bottom: 30px;
}

.Product-image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.Product-title {
  margin-bottom: 20px;
}

.Product-description {
  height: 150px;
}

.Product-buy {
  border-top: 2px solid #fff;
  margin: 20px -20px -20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Product-price {
  color: #B10838;
  font-weight: 600;
  font-size: 120%;
}

.Product-qty {
  display: flex;
  align-items: stretch;
}

.Product-qty > * {
  height: 40px;
  width: 40px;
  text-align: center;
}

.Product-qty > :first-child {
  border-radius: 5px 0 0 5px;
}

.Product-qty > :last-child {
  border-radius: 0 5px 5px 0;
}

.Product-qty button {
  background: #fff;
}

.Product-qty input {
  background: #4E4E4E;
  color: #fff;
  font: inherit;
  font-weight: 600;
  border: 0;
}

.SearchInput {
  position: relative;
}

.SearchInput-input {
  padding-right: 3em;
}

.SearchInput-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 0.7em;
  height: 100%;
  font-size: 1.5em;
  color: #4E4E4E;
  display: flex;
  align-items: center;
  pointer-events: none;
}

button.SearchInput-icon,
a.SearchInput-icon {
  pointer-events: all;
}

button.SearchInput-icon:active,
a.SearchInput-icon:active {
  opacity: 0.5;
}

.BusinessResult {
  border: 2px solid #EFEFEF;
  margin: 30px 0;
  border-radius: 5px;
}

.BusinessResult-buttons {
  margin-top: 20px;
}

.BusinessResult-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}

.BusinessResult-details dl {
  border-top: 2px solid #EFEFEF;
  margin-top: 30px;
  padding-top: 30px;
}

.BusinessResult-details dl > * {
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.BusinessResult-details dt {
  font-weight: 600;
}

@media (max-width: 699px) {
  .BusinessResult {
    padding: 20px;
  }

  .BusinessResult-logo {
    margin-bottom: 20px;
  }
}

@media (min-width: 700px) {
  .BusinessResult {
    padding: 40px;
  }

  .BusinessResult-logo {
    float: right;
  }

  .BusinessResult-content {
    margin-right: 240px;
  }

  .BusinessResult-details dl {
    -moz-columns: 2;
         columns: 2;
  }
}

.Toolbar {
  margin: 0 -10px 30px;
  display: flex;
}

.Toolbar > * {
  margin: 0 10px;
}

.Tiles {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.Tiles > * {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.Tile {
  max-width: 160px;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
}

.Tile-inner {
  background: #B10838;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 20px;
  border-radius: 4px;
  width: 100%;
}

.Tile-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.Tile-inner:hover {
  background: #990730;
}

.Tile-content {
  width: 100%;
  text-align: center;
}

.Tile-title {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.Tile-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Tile-icon {
  fill: #fff;
  height: 40px;
  margin: 0 auto 17px;
}

.Tile-icon svg,
.Tile-icon img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 700px) {
  .Tiles {
    margin: 0 -20px;
  }

  .Tiles > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .Tile {
    max-width: 220px;
    margin-bottom: 40px;
  }

  .Tile-icon {
    height: 50px;
  }
}

.Column :first-child {
  margin-top: 0;
}

.Column :last-child {
  margin-bottom: 0;
}

.Column-bordered {
  border-right: 1px solid #D1D1D1;
}

@media (min-width: 700px) {
  .Columns {
    display: flex;
    margin: 0 -40px;
    --columns-children: 1;
  }

  .Columns > * {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% / var(--columns-children));
  }
}

.Promos {
  width: 100%;
}

.Promo-image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}

.Promo-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.Promo-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.Promo-head h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.Promo-head h3 a {
  text-decoration: none;
  border-bottom: none !important;
}

.Promo-footer {
  margin-top: 20px;
}

.Promo-footer .Button,
.Promo-footer .fui-submit {
  width: 100%;
}

@media (max-width: 699px) {
  .Promos {
    margin: 50px 0;
  }

  .Promos > * {
    margin-bottom: 15px;
  }

  .Promos .PhotoButton {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .Promos {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 50px 20px;
    margin: 70px 0;
  }

  .Promos > * {
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .Promo-head {
    font-size: 80%;
  }
}

@media print {
@page {
    margin: 0.5cm;
}

  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  .Site::before,
  .SiteHeader,
  .SiteHero-image,
  .PageBreadcrumb,
  .PageNav,
  .PageLinks,
  .SiteFooter {
    display: none;
  }

  .Site {
    margin-left: 0;
  }

  .SiteHero {
    height: 500px;
  }

  .Section-inset {
    padding-left: 0 !important;
  }

  [data-scroll=out] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .BlockTextImage-container {
    display: block;
  }

  .BlockTextImage-container > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .BlockTextImage-text {
    margin-top: 30px;
  }
}

