@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");
.background-primary {
  background-color: #FFFCF7;
}

.background-secondary {
  background-color: #F6EFE7;
}

.background-tertiary {
  background-color: #3E342B;
}

.background-alternate {
  background-color: #1F1915;
}

.background-success {
  background-color: #EAF8F2;
}

.background-error {
  background-color: #FDEFEA;
}

.border-primary {
  border-color: #D8CAB8;
}

.border-secondary {
  border-color: #67594C;
}

.border-tertiary {
  border-color: #3E342B;
}

.border-alternate {
  border-color: #FFFCF7;
}

.border-success {
  border-color: #0F7A5A;
}

.border-error {
  border-color: #A7322A;
}

.text-primary {
  color: #120F0C;
}

.text-secondary {
  color: #67594C;
}

.text-alternate {
  color: #FFFCF7;
}

.text-success {
  color: #0F7A5A;
}

.text-error {
  color: #A7322A;
}

.link-primary {
  color: #8C1D2D;
}

.link-secondary {
  color: #3E342B;
}

.link-alternate {
  color: #FFFCF7;
}

.shadow-xxsmall {
  box-shadow: 0px 1px 0px 0px rgba(18, 15, 12, 0.1);
}

.shadow-xsmall {
  box-shadow: 0px 2px 0px 0px rgba(18, 15, 12, 0.12);
}

.shadow-small {
  box-shadow: 0px 6px 0px 0px rgba(18, 15, 12, 0.14);
}

.shadow-medium {
  box-shadow: 0px 10px 0px 0px rgba(18, 15, 12, 0.16);
}

.shadow-large {
  box-shadow: 0px 16px 0px 0px rgba(18, 15, 12, 0.18);
}

.shadow-xlarge {
  box-shadow: 0px 24px 0px 0px rgba(18, 15, 12, 0.2);
}

.shadow-xxlarge {
  box-shadow: 0px 32px 0px 0px rgba(18, 15, 12, 0.22);
}

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/fonts/bootstrap-icons.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/fonts/bootstrap-icons.woff") format("woff");
}
h1, .heading-h1 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 106%;
}
@media only screen and (max-width: 768px) {
  h1, .heading-h1 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 108%;
  }
}

h2, .heading-h2 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 108%;
}
@media only screen and (max-width: 768px) {
  h2, .heading-h2 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 110%;
  }
}

h3, .heading-h3 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}
@media only screen and (max-width: 768px) {
  h3, .heading-h3 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 112%;
  }
}

h4, .heading-h4 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 112%;
}
@media only screen and (max-width: 768px) {
  h4, .heading-h4 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 114%;
  }
}

h5, .heading-h5 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 114%;
}
@media only screen and (max-width: 768px) {
  h5, .heading-h5 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 116%;
  }
}

h6, .heading-h6 {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
}
@media only screen and (max-width: 768px) {
  h6, .heading-h6 {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 118%;
  }
}

.heading-tagline {
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .heading-tagline {
    line-height: 110%;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
  }
}

.text-large-light {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-large-normal {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-large-medium {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.text-large-semi-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text-large-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-large-extra-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.text-large-link {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-decoration: underline;
}

.text-medium-light {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-medium-normal {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 450;
}

.text-medium-medium {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-medium-semi-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-medium-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-medium-extra-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.text-medium-link {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-regular-light {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-regular-normal {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-regular-medium {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-regular-semi-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-regular-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-regular-extra-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.text-regular-link {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-small-light {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-small-normal {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-small-medium {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-small-semi-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-small-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-small-extra-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.text-small-link {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.text-tiny-light {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-tiny-normal {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-tiny-medium {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny-semi-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-tiny-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-tiny-extra-bold {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.text-tiny-link {
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

p {
  line-height: 1.7;
  margin: 0.65rem 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: #120F0C;
  background-color: #FFFCF7;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}
a.unstyled {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

ul, ol {
  margin: 0.75rem 0 0.75rem 1.5em;
}
ul li, ol li {
  margin: 0.35rem 0 0.35rem 1.1rem;
}
ul li::marker, ol li::marker {
  color: #120F0C;
}

ul.unstyled, ol.unstyled {
  list-style-type: none;
}
ul.unstyled, ul.unstyled li, ol.unstyled, ol.unstyled li {
  margin: 0;
}

.text-center {
  text-align: center;
  text-wrap: balance;
}

.text-end {
  text-align: end;
  text-wrap: balance;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.text-truncate {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #FFFCF7;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  padding-left: max(4vw, 24px);
  padding-right: max(4vw, 24px);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1312px + 8vw);
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

.margin-none {
  margin: 0;
}

button,
.btn {
  background-color: transparent;
  color: #120F0C;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn {
  display: flex;
  padding: 14px 22px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: 0px 1px 0px 0px rgba(18, 15, 12, 0.1);
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.btn-icon {
  padding: 14px;
}
.btn.btn-sm {
  padding: 10px 16px;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.btn.btn-sm.btn-icon {
  padding: 10px;
}
.btn.full-width {
  width: 100%;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0px 2px 0px 0px rgba(18, 15, 12, 0.12);
}
.btn:focus-visible {
  outline: 2px solid #8C1D2D;
  outline-offset: 2px;
}

.btn-primary {
  background-color: #1F1915;
  color: #FFFCF7;
  border-color: #1F1915;
}
.btn-primary:hover {
  background-color: #8C1D2D;
  border-color: #8C1D2D;
}
.btn-primary.alternate {
  background-color: #8C1D2D;
  border-color: #8C1D2D;
}
.btn-primary.alternate:hover {
  background-color: rgb(123.100591716, 25.499408284, 39.5680473373);
}

.btn-secondary {
  color: #1F1915;
  border: 1px solid #1F1915;
  background-color: transparent;
}
.btn-secondary:hover {
  color: #FFFCF7;
  background-color: #1F1915;
  border: 1px solid #1F1915;
}
.btn-secondary.alternate {
  color: #FFFCF7;
  border-color: #FFFCF7;
}
.btn-secondary.alternate:hover {
  background-color: #FFFCF7;
  color: #120F0C;
}

.btn-tertiary {
  background-color: #F6EFE7;
  border: 1px solid #D8CAB8;
  color: #1F1915;
}
.btn-tertiary:hover {
  background-color: rgb(241.8272727273, 231.5818181818, 219.8727272727);
}

.btn-link {
  padding: 0;
  box-shadow: none;
  border: 0;
  text-transform: none;
  letter-spacing: 0;
}

.actions {
  display: flex;
  gap: 16px;
  row-gap: 12px;
  flex-wrap: wrap;
}
.actions.center {
  width: 100%;
  justify-content: center;
}
.actions.stacked {
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .actions {
    flex-direction: column;
    width: 100%;
  }
  .actions .btn {
    width: 100%;
  }
}

input,
textarea,
select {
  border: 1px solid #67594C;
  border-radius: 4px;
  font-family: inherit;
  color: inherit;
  padding: 12px;
  width: 100%;
  background: #FFFCF7;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #67594C;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #D8CAB8;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.input-error, input.input-error:focus-visible,
textarea.input-error,
textarea.input-error:focus-visible,
select.input-error,
select.input-error:focus-visible {
  border-color: #A7322A;
}

select.on-dark option {
  color: black;
  background-color: white;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
}
select.input-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.input-icon select::-ms-expand {
  display: none;
}

.text-area-container {
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  height: fit-content;
}

textarea {
  resize: none;
  min-height: 56px;
  vertical-align: bottom;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}
textarea.resize {
  resize: vertical;
  overflow: auto;
}

label {
  width: 100%;
}
label:has(input[type=checkbox]) {
  max-width: 950px;
  display: flex;
  gap: 16px;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.input-icon {
  height: 56px;
  padding-right: 50px;
}
.input-icon-label {
  position: relative;
}
.input-icon-label:has(.input-error) {
  border: 2px solid #A7322A;
}
.input-icon input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
.input-icon input[type=date]::-webkit-calendar-picker-indicator, .input-icon input[type=date]::-moz-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.input-icon-absolute {
  position: relative;
  width: 100%;
}
.input-icon-absolute input {
  padding-right: 42px;
}
.input-icon-absolute i,
.input-icon-absolute svg {
  position: absolute;
  font-size: 18px;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: #8C1D2D;
}
.input-icon-absolute.leading input {
  padding-right: 0;
  padding-left: 42px;
}
.input-icon-absolute.leading i,
.input-icon-absolute.leading svg {
  right: auto;
  left: 12px;
}

input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #8C1D2D;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  border: 2px solid #67594C;
  background-color: transparent;
  transition: all 150ms ease;
  padding: 0;
}
input[type=checkbox].input-error {
  border-color: #A7322A;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: block;
  background-color: #8C1D2D;
}

.file-input-container {
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.file-input-container .btn {
  flex-shrink: 0;
  width: fit-content;
}
.file-input-container .file-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.form-actions {
  display: flex;
  justify-content: flex-end;
}

.radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.captcha-radio-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #8C1D2D;
  cursor: pointer;
}
.captcha-radio-card svg {
  width: 32px;
  height: 32px;
  color: #8C1D2D;
  border-color: #8C1D2D;
}
.captcha-radio-card:has(input:checked) {
  border-color: #8C1D2D;
  background-color: #8C1D2D;
}
.captcha-radio-card:has(input:checked) svg {
  color: #FFFCF7;
}
.captcha-radio-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.captcha-container {
  padding: 16px;
  background-color: #F6EFE7;
  margin: 32px 0;
}
.captcha-container .radio-cards {
  margin: 12px 0;
}
.captcha-container:has(.input-error) {
  border: 1px solid #A7322A;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.logo span,
.logo bdi {
  display: block;
}
.logo span {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 150%;
  color: #120F0C;
}
.logo bdi {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: #67594C;
}
.logo.alternate img {
  filter: invert(1);
}
.logo.alternate span,
.logo.alternate bdi {
  color: #FFFCF7;
}

.nav-top .container,
.nav-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-only {
  display: block;
}

.mobile-nav {
  display: none;
}

.nav-top {
  background-color: #1F1915;
  color: #FFFCF7;
  padding: 12px 0;
}
.nav-top ul i {
  margin-right: 4px;
}
.nav-top-info {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin: 0;
}

.nav-bottom {
  background-color: #3E342B;
  color: #FFFCF7;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-menu {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.nav-menu a {
  display: block;
  padding: 4px 12px;
}
.nav-menu li:not(:first-child) a {
  border-left: 1px solid #67594C;
}

.mobile-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  background-color: #1F1915;
  color: #FFFCF7;
  position: sticky;
  top: 0;
  z-index: 102;
}

.mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: inherit;
  font-size: 1.5rem;
}
.mobile-nav-toggle .icon-close {
  display: none;
}
.mobile-nav-toggle.is-open .icon-open {
  display: none;
}
.mobile-nav-toggle.is-open .icon-close {
  display: inline-block;
}

.mobile-nav-panel {
  position: fixed;
  inset: 0;
  z-index: 101;
  background-color: #3E342B;
  color: #FFFCF7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.mobile-nav-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-nav-panel__inner {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 88px 24px 28px;
  overflow-y: auto;
}

.nav-menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-menu-mobile a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #67594C;
}

.mobile-nav-contact {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid #67594C;
  display: grid;
  gap: 18px;
}
.mobile-nav-contact ul i {
  margin-right: 4px;
}
.mobile-nav-contact a {
  color: inherit;
}

body.is-nav-open {
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(140, 29, 45, 0.2), transparent 32%), radial-gradient(circle at 90% 8%, rgba(255, 252, 247, 0.06), transparent 22%), linear-gradient(180deg, #1F1915 0%, #3E342B 100%);
  color: #FFFCF7;
  border-top: 1px solid rgba(255, 252, 247, 0.12);
}
.footer .container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 24px;
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media only screen and (max-width: 1260px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer-brand-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 252, 247, 0.06);
  border: 1px solid rgba(255, 252, 247, 0.1);
  box-shadow: 0px 6px 0px 0px rgba(18, 15, 12, 0.14);
}
@media only screen and (max-width: 1260px) {
  .footer-brand-panel {
    padding: 20px;
  }
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.footer-logo img {
  flex: 0 0 auto;
}
.footer-logo span {
  display: grid;
  gap: 4px;
}
.footer-logo bdi {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.84;
}
.footer-copy {
  margin: 0;
  max-width: 34ch;
}
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: rgba(255, 252, 247, 0.08);
  border: 1px solid rgba(255, 252, 247, 0.1);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.footer-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .footer-panels {
    grid-template-columns: 1fr;
  }
}
.footer-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 252, 247, 0.04);
  border: 1px solid rgba(255, 252, 247, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(18, 15, 12, 0.1);
}
@media only screen and (max-width: 768px) {
  .footer-panel {
    padding: 18px;
  }
}
.footer-panel--nav {
  background: rgba(255, 252, 247, 0.06);
}
.footer-panel--meta {
  background: rgba(140, 29, 45, 0.1);
}
.footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.78;
}
.footer-kicker::after {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(255, 252, 247, 0.3);
}
.footer-meta-line {
  margin: 0;
}
.footer-meta-line--soft {
  color: rgba(255, 252, 247, 0.78);
}
.footer-legal {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0 8px;
  border-top: 1px solid rgba(255, 252, 247, 0.12);
}
@media only screen and (max-width: 992px) {
  .footer-legal {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.footer-legal-copy {
  margin: 0;
  color: rgba(255, 252, 247, 0.82);
}
.footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.footer-menu li {
  margin: 0;
}
.footer-menu #cookiesSettings:hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer-menu a svg {
  transform: translateY(2px);
}
.footer-menu--primary a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  background: rgba(255, 252, 247, 0.06);
  border: 1px solid rgba(255, 252, 247, 0.1);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.footer-menu--primary a:hover {
  text-decoration: none;
  transform: translateY(-1px);
  background: rgba(255, 252, 247, 0.14);
  border-color: rgba(255, 252, 247, 0.18);
}
.footer-menu--legal {
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .footer-menu--legal {
    justify-content: flex-start;
  }
}

.breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.breadcrumbs ul, .breadcrumbs li {
  display: flex;
  gap: 8px;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.pagination .pagination-arrow {
  list-style: none;
}
.pagination .pagination-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 6px;
  border: 1px solid #D8CAB8;
  background: #FFFCF7;
  color: #120F0C;
}
.pagination .pagination-arrow.disabled a {
  opacity: 0.45;
  pointer-events: none;
}
.pagination .pagination-arrow img {
  display: block;
  width: 18px;
  height: 18px;
}
.pagination .pagination-next img {
  transform: scaleX(-1);
  transform-origin: center;
}
.pagination .pagination-items {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination .pagination-item {
  list-style: none;
}
.pagination .pagination-item a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #D8CAB8;
  background: #FFFCF7;
  color: #120F0C;
  text-decoration: none;
  min-width: 40px;
  text-align: center;
  transition: border-color 0.16s ease, background-color 0.12s ease, color 0.12s ease;
  font-weight: 600;
}
.pagination .pagination-item.active a,
.pagination .pagination-item a.active {
  background: #8C1D2D;
  border-color: #8C1D2D;
  color: #FFFCF7;
}
.pagination .pagination-item a.wn {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .pagination {
    justify-content: center;
    gap: 8px;
  }
  .pagination .pagination-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list li:not(:last-child) {
  margin-bottom: 0;
}
.faq-list article {
  background-color: #FFFCF7;
  border: 1px solid #D8CAB8;
  transition: border-color 0.16s ease, background-color 0.16s ease;
}
.faq-list article:has(.faq-question.open) {
  border-color: #8C1D2D;
  background-color: #F6EFE7;
}
.faq-list article .faq-question {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  min-height: 72px;
}
.faq-list article .faq-question span {
  width: 100%;
  display: block;
}
.faq-list article .faq-question i {
  transition: all 0.3s ease;
  flex-shrink: 0;
  color: #8C1D2D;
}
.faq-list article .faq-question.open i {
  transform: scaleY(-1);
}
.faq-list article .rich-text {
  display: none;
  padding: 0 20px 20px 20px;
  color: #67594C;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 16px 0px 0px rgba(18, 15, 12, 0.18);
  background-color: #FFFCF7;
  z-index: 200;
  width: 768px;
  max-width: 90vw;
  max-height: 90dvh;
  overflow: auto;
}
.modal[aria-hidden=true] {
  display: none;
}
.modal-header {
  padding: 32px 16px 12px;
  position: relative;
}
.modal-header img {
  height: 48px;
  width: auto;
  margin-bottom: 16px;
}
.modal-content {
  padding: 16px;
}
.modal-footer {
  padding: 12px 16px;
  border-top: 1px solid #D8CAB8;
}
.modal-close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 8px;
  font-size: 16px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100lvh;
  width: 100%;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.modal-overlay[aria-hidden=true] {
  display: none;
}

.files-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 16px 0;
}
@media only screen and (max-width: 768px) {
  .files-list {
    grid-template-columns: 1fr;
  }
}

.file-item {
  padding: 16px 24px 16px 16px;
  border: 1px solid #D8CAB8;
  display: flex;
  align-items: center;
  gap: 24px;
}
.file-item-header {
  width: 100%;
}
.file-item-header span,
.file-item-header i {
  display: block;
}
.file-item-header i {
  color: #8C1D2D;
  margin-bottom: 4px;
}
.file-item i {
  flex-shrink: 0;
  font-size: 24px;
}

.mark-review {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 12px auto 8px;
}
.mark-review label {
  position: relative;
  cursor: pointer;
}
.mark-review label, .mark-review label svg {
  width: 24px;
  height: 24px;
}
.mark-review label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.mark-review label svg path {
  fill: transparent;
  stroke: #FFCC00;
  stroke-width: 1;
}
.mark-review.is-value-1 label:nth-child(-n+1) svg path, .mark-review.is-value-2 label:nth-child(-n+2) svg path, .mark-review.is-value-3 label:nth-child(-n+3) svg path, .mark-review.is-value-4 label:nth-child(-n+4) svg path, .mark-review.is-value-5 label:nth-child(-n+5) svg path {
  fill: #FFCC00;
  stroke: #FFCC00;
}
.mark-review.is-hover-1 label svg path, .mark-review.is-hover-2 label svg path, .mark-review.is-hover-3 label svg path, .mark-review.is-hover-4 label svg path, .mark-review.is-hover-5 label svg path, .mark-review.is-value-1.is-hover-1 label svg path, .mark-review.is-value-1.is-hover-2 label svg path, .mark-review.is-value-1.is-hover-3 label svg path, .mark-review.is-value-1.is-hover-4 label svg path, .mark-review.is-value-1.is-hover-5 label svg path, .mark-review.is-value-2.is-hover-1 label svg path, .mark-review.is-value-2.is-hover-2 label svg path, .mark-review.is-value-2.is-hover-3 label svg path, .mark-review.is-value-2.is-hover-4 label svg path, .mark-review.is-value-2.is-hover-5 label svg path, .mark-review.is-value-3.is-hover-1 label svg path, .mark-review.is-value-3.is-hover-2 label svg path, .mark-review.is-value-3.is-hover-3 label svg path, .mark-review.is-value-3.is-hover-4 label svg path, .mark-review.is-value-3.is-hover-5 label svg path, .mark-review.is-value-4.is-hover-1 label svg path, .mark-review.is-value-4.is-hover-2 label svg path, .mark-review.is-value-4.is-hover-3 label svg path, .mark-review.is-value-4.is-hover-4 label svg path, .mark-review.is-value-4.is-hover-5 label svg path, .mark-review.is-value-5.is-hover-1 label svg path, .mark-review.is-value-5.is-hover-2 label svg path, .mark-review.is-value-5.is-hover-3 label svg path, .mark-review.is-value-5.is-hover-4 label svg path, .mark-review.is-value-5.is-hover-5 label svg path {
  fill: transparent;
  stroke: #FFCC00;
}
.mark-review.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-hover-5 label:nth-child(-n+5) svg path, .mark-review.is-value-1.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-value-1.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-value-1.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-value-1.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-value-1.is-hover-5 label:nth-child(-n+5) svg path, .mark-review.is-value-2.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-value-2.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-value-2.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-value-2.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-value-2.is-hover-5 label:nth-child(-n+5) svg path, .mark-review.is-value-3.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-value-3.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-value-3.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-value-3.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-value-3.is-hover-5 label:nth-child(-n+5) svg path, .mark-review.is-value-4.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-value-4.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-value-4.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-value-4.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-value-4.is-hover-5 label:nth-child(-n+5) svg path, .mark-review.is-value-5.is-hover-1 label:nth-child(-n+1) svg path, .mark-review.is-value-5.is-hover-2 label:nth-child(-n+2) svg path, .mark-review.is-value-5.is-hover-3 label:nth-child(-n+3) svg path, .mark-review.is-value-5.is-hover-4 label:nth-child(-n+4) svg path, .mark-review.is-value-5.is-hover-5 label:nth-child(-n+5) svg path {
  fill: #FFCC00;
  stroke: #FFCC00;
}

ul.blog-header-meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 32px 0;
}
@media only screen and (max-width: 1260px) {
  .articles-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .articles-list {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #D8CAB8;
  background: #FFFCF7;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  display: grid;
  grid-template-rows: auto 1fr;
}
.blog-card:hover, .blog-card:focus {
  border-color: #8C1D2D;
}
.blog-card__media {
  margin: 0;
  overflow: hidden;
}
.blog-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.blog-card__body {
  padding: 18px;
  display: grid;
  gap: 10px;
}
.blog-card__meta {
  color: rgba(18, 15, 12, 0.7);
}
.blog-card__title {
  margin: 0;
}
.blog-card__excerpt {
  margin: 0;
  color: rgba(18, 15, 12, 0.86);
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__cta {
  justify-self: start;
  padding: 6px 0;
  color: #8C1D2D;
}

.page-header .container {
  display: grid;
  gap: 10px;
}
.page-header .page-header-kicker {
  margin: 0;
  color: #8C1D2D;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
}
.page-header .page-header-lead {
  margin: 0;
  max-width: 56rem;
  color: rgba(18, 15, 12, 0.82);
}

.contact-main {
  margin-top: 48px;
  margin-bottom: 64px;
}
.contact-main .contact-stack {
  display: grid;
  gap: 18px;
}
.contact-main .contact-card {
  padding: 28px;
  background: #FFFCF7;
  border: 1px solid #D8CAB8;
  display: grid;
  gap: 18px;
}
.contact-main .contact-card--lead {
  background: linear-gradient(180deg, rgba(246, 239, 231, 0.92), #FFFCF7);
}
.contact-main .contact-card--hours {
  background: rgba(246, 239, 231, 0.45);
}
.contact-main .contact-card__header {
  display: grid;
  gap: 8px;
}
.contact-main .contact-card__header--compact {
  gap: 6px;
}
.contact-main .contact-card__kicker {
  color: #8C1D2D;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
}
.contact-main .contact-card__intro {
  margin: 0;
  max-width: 54rem;
  color: rgba(18, 15, 12, 0.82);
}
.contact-main .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-main .contact-actions .btn {
  margin: 0;
}
.contact-main .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .contact-main .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-main .contact-item {
  padding: 18px 20px;
  background: #F6EFE7;
  border: 1px solid #D8CAB8;
  display: grid;
  gap: 8px;
}
.contact-main .contact-item__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(18, 15, 12, 0.72);
}
.contact-main .contact-item__label i {
  color: #8C1D2D;
  font-size: 0.95rem;
}
.contact-main .contact-item__value {
  color: #120F0C;
  overflow-wrap: anywhere;
}
.contact-main .contact-hours-table {
  width: 100%;
  border-collapse: collapse;
}
.contact-main .contact-hours-table th,
.contact-main .contact-hours-table td {
  padding: 12px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #D8CAB8;
}
.contact-main .contact-hours-table th {
  width: 52%;
  color: rgba(18, 15, 12, 0.84);
  font-weight: 600;
  padding-right: 16px;
}
.contact-main .contact-hours-table td {
  color: #120F0C;
}
@media only screen and (max-width: 992px) {
  .contact-main {
    margin-top: 32px;
  }
  .contact-main .contact-card {
    padding: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-main {
    margin-top: 24px;
  }
  .contact-main .contact-card {
    padding: 18px;
  }
  .contact-main .contact-actions .btn {
    width: 100%;
  }
}

.page-main.not-found-page {
  padding-top: 25svh;
}
.page-main.not-found-page .not-found-search-form {
  width: 100%;
  max-width: 640px;
  margin-top: 32px;
  position: relative;
}
.page-main.not-found-page .not-found-search-form .input-icon-absolute i {
  color: #67594C;
}
.page-main.not-found-page .not-found-search-form .search-input {
  border-color: #D8CAB8;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.page-main.not-found-page .not-found-search-form .search-input:focus-visible {
  border-color: #8C1D2D;
  box-shadow: 0 0 0 4px rgba(140, 29, 45, 0.15);
}
.page-main.not-found-page .not-found-search-form .search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 110;
  border: 1px solid #D8CAB8;
  background-color: #FFFCF7;
  box-shadow: 0px 10px 0px 0px rgba(18, 15, 12, 0.16);
  display: none;
  max-height: min(50svh, 360px);
  overflow-y: auto;
}
.page-main.not-found-page .not-found-search-form .search-results.open {
  display: block;
}
.page-main.not-found-page .not-found-search-form .search-result-item {
  display: block;
  padding: 12px 14px;
  color: #120F0C;
  text-decoration: none;
  border-bottom: 1px solid #D8CAB8;
  transition: background-color 120ms ease;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.page-main.not-found-page .not-found-search-form .search-result-item:last-child {
  border-bottom: 0;
}
.page-main.not-found-page .not-found-search-form .search-result-item:hover, .page-main.not-found-page .not-found-search-form .search-result-item.is-active {
  background-color: #F6EFE7;
}
.page-main.not-found-page .not-found-search-form .search-status {
  padding: 12px 14px;
  color: #67594C;
  line-height: 160%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .page-main.not-found-page {
    padding-top: 14svh;
  }
  .page-main.not-found-page .not-found-search-form {
    margin-top: 24px;
  }
}

.page-header {
  border-bottom: 1px solid #D8CAB8;
  padding-bottom: 32px;
  padding-top: 48px;
}
.page-header h1 {
  max-width: 1000px;
  text-wrap: balance;
}

.page-main {
  padding-top: 48px;
  padding-bottom: 96px;
  min-height: calc(100lvh - 100px);
}

.aside-container {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 64px;
}
.aside-container .aside {
  align-self: self-start;
  position: sticky;
  top: 80px;
  padding: 12px 0 12px 24px;
  border-left: 1px solid #67594C;
}
.aside-container .aside-contact-data li:not(:last-child) {
  margin-bottom: 8px;
}
.aside-container .aside-contact-data i {
  color: #8C1D2D;
  margin-right: 4px;
}
.aside-container .aside-table-of-contents {
  margin-bottom: 24px;
}
.aside-container .aside-table-of-contents li {
  margin-bottom: 8px;
}
.aside-container .aside-table-of-contents li:last-child {
  margin-bottom: 32px;
}
.aside-container .aside ul {
  margin: 12px 0;
  padding-top: 12px;
  border-top: 1px solid #D8CAB8;
}
@media only screen and (max-width: 992px) {
  .aside-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aside-container .aside {
    padding: 16px 0 0;
    border-left: none;
    border-top: 1px solid #67594C;
  }
}

.block-contact-data {
  background-color: transparent;
  color: #120F0C;
  padding: 56px 0 36px;
}
.block-contact-data .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media only screen and (max-width: 1260px) {
  .block-contact-data .container {
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .block-contact-data .container {
    grid-template-columns: 1fr;
  }
}
.block-contact-data .container .contact-card {
  padding: 22px;
  background: rgba(255, 252, 247, 0.04);
  border: 1px solid rgba(255, 252, 247, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(18, 15, 12, 0.1);
  display: grid;
  gap: 12px;
}
.block-contact-data .container .contact-card--info {
  background: linear-gradient(180deg, rgba(140, 29, 45, 0.08), rgba(246, 239, 231, 0.02));
}
.block-contact-data .container .contact-card--address {
  background: rgba(255, 252, 247, 0.03);
}
.block-contact-data .container .contact-card--hours {
  background: rgba(255, 252, 247, 0.02);
}
.block-contact-data .container .contact-card .heading-h5 {
  margin: 0 0 8px;
  display: block;
}
.block-contact-data .container .contact-card .contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.block-contact-data .container .contact-card .contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-contact-data .container .contact-card .contact-list li i {
  color: #8C1D2D;
  min-width: 20px;
  font-size: 1.05rem;
}
.block-contact-data .container .contact-card .contact-list li a {
  color: inherit;
  text-decoration: none;
}
.block-contact-data .container .contact-card .contact-list li a:hover {
  text-decoration: underline;
}
.block-contact-data .container .contact-card .contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.block-contact-data .container .contact-card .contact-actions .btn {
  width: auto;
}
.block-contact-data .container .contact-card .contact-address {
  white-space: pre-line;
}
.block-contact-data .container .contact-card .hours-table {
  width: 100%;
  border-collapse: collapse;
}
.block-contact-data .container .contact-card .hours-table th, .block-contact-data .container .contact-card .hours-table td {
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
}
.block-contact-data .container .contact-card .hours-table th {
  width: 60%;
  color: rgba(18, 15, 12, 0.86);
}
.block-contact-data .container .contact-card .hours-table td {
  color: rgba(18, 15, 12, 0.95);
}

.block-tiles {
  margin: 72px 0;
}
.block-tiles .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media only screen and (max-width: 1260px) {
  .block-tiles .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .block-tiles .container {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.block-tiles-content {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 1px solid #D8CAB8;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #D8CAB8;
  padding-bottom: 18px;
}
.block-tiles-content .heading-h3 {
  margin: 0;
}
.block-tiles-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media only screen and (max-width: 1260px) {
  .block-tiles-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .block-tiles-gallery {
    grid-template-columns: 1fr;
  }
}
.block-tiles-gallery li {
  display: block;
}
.block-tiles-gallery .block-tile-card {
  height: 100%;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #FFFCF7;
  border: 1px solid #D8CAB8;
  border-top: 2px solid rgba(140, 29, 45, 0.85);
  transition: border-color 0.16s ease, background-color 0.16s ease;
}
.block-tiles-gallery .block-tile-card:hover, .block-tiles-gallery .block-tile-card:focus-within {
  border-color: #8C1D2D;
  background: rgb(255, 253.9125, 252.1);
}
.block-tiles-gallery .block-tile-card__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-tiles-gallery .block-tile-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.block-tiles-gallery .block-tile-card__label {
  color: #8C1D2D;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-weight: 700;
}
.block-tiles-gallery .block-tile-card__title {
  color: #120F0C;
}
.block-tiles-gallery .block-tile-card__description {
  margin: 0;
  line-height: 1.6;
}

.block-hero-slider {
  width: 100%;
  position: relative;
}
.block-hero-slider .swiper-slide {
  position: relative;
  padding: 36px 0;
  display: block;
}
.block-hero-slider .swiper-slide .slide-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: center;
}
@media only screen and (max-width: 1260px) {
  .block-hero-slider .swiper-slide .slide-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .block-hero-slider .swiper-slide .slide-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.block-hero-slider .swiper-slide .slide-media {
  width: 100%;
}
.block-hero-slider .swiper-slide .slide-media img {
  width: 100%;
  height: clamp(220px, 45vh, 520px);
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.block-hero-slider .swiper-slide .slide-content {
  color: #120F0C;
}
.block-hero-slider .swiper-slide .slide-content .heading-h3 {
  margin: 0 0 12px;
}
.block-hero-slider .swiper-slide .slide-content .lead {
  margin: 0 0 18px;
  color: rgba(18, 15, 12, 0.9);
}
.block-hero-slider .swiper-slide .slide-content .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.block-hero-slider .swiper-pagination {
  z-index: 2;
  margin-top: 18px;
  text-align: center;
}
.block-hero-slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 12px;
  height: 4px;
  margin: 0 6px;
  background: #8C1D2D;
  opacity: 0.6;
}

.block-cta {
  color: #FFFCF7;
  position: relative;
}
.block-cta .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media only screen and (max-width: 992px) {
  .block-cta .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.block-cta .block-content {
  padding: 64px 0 80px;
}
.block-cta .map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-cta .heading-h2 {
  margin-bottom: 24px;
}
.block-cta .actions {
  margin-top: 32px;
}
.block-cta .bg-cta, .block-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-cta .bg-cta {
  object-fit: cover;
  z-index: -1;
}
.block-cta::before {
  content: "";
  background-color: #3E342B;
  z-index: -2;
}

.block-faq {
  padding: 72px 0;
}
.block-faq .heading-h2 {
  margin-bottom: 24px;
}
.block-faq .container {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}
@media only screen and (max-width: 992px) {
  .block-faq .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.block-faq-photo {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid #D8CAB8;
  background: #F6EFE7;
  align-self: start;
  position: sticky;
  top: 96px;
}
@media only screen and (max-width: 768px) {
  .block-faq-photo {
    aspect-ratio: 16/12;
    position: static;
  }
}
.block-faq-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.block-faq-content {
  padding: 24px 0 0;
  background: transparent;
  border: 1px solid #D8CAB8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
@media only screen and (max-width: 768px) {
  .block-faq {
    padding: 56px 0;
  }
  .block-faq-content {
    padding: 0;
  }
}

.block-logos {
  margin: 64px 0;
}
.block-logos .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  row-gap: 14px;
}
.block-logos-btn {
  height: 112px;
  width: auto;
  aspect-ratio: 16/9;
  padding: 12px 18px;
  background: white;
  border: 1px solid rgba(216, 202, 184, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}
.block-logos-btn:hover, .block-logos-btn:focus {
  background: rgb(255, 253.9125, 252.1);
  border-color: #8C1D2D;
  box-shadow: none;
  outline: none;
}
.block-logos-btn img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.block-logos .modal .modal-header img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border: 0;
}

.block-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block-text .heading-h4,
.block-text .heading-h5 {
  margin-bottom: 1rem;
}

.block-text-frame {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  border: 1px solid #D8CAB8;
}
.block-text-frame .heading-h5 {
  margin-bottom: 1rem;
}
.block-text-frame .rich-text {
  max-width: 768px;
  text-wrap: balance;
}

.block-articles {
  margin-top: 64px;
  margin-bottom: 64px;
}

.block-text-expand .accordion-trigger span.close {
  display: none;
}
.block-text-expand .accordion-trigger i {
  transition: all 0.3s ease;
  transform: scaleY(1);
}
.block-text-expand .accordion-trigger.open i {
  transform: scaleY(-1);
}
.block-text-expand .accordion-trigger.open span.close {
  display: inline;
}
.block-text-expand .accordion-trigger.open span.open {
  display: none;
}
.block-text-expand .accordion-target {
  border: 0;
  padding: 0;
  margin: 16px 0 0;
  overflow: hidden;
  max-height: var(--collapsed-height, 0);
  transition: max-height 0.35s ease;
}
.block-text-expand .accordion-target.is-expanded {
  overflow: visible;
}

.block-text-url {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.block-text-url .content-container {
  flex-grow: 1;
}
.block-text-url .btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 992px) {
  .block-text-url {
    flex-direction: column;
    gap: 16px;
  }
}

.streets-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 24px 0;
}
@media only screen and (max-width: 992px) {
  .streets-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .streets-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .streets-list {
    grid-template-columns: 1fr;
  }
}

.streets-table {
  border: 1px solid #D8CAB8;
}

.street-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #D8CAB8;
}
.street-card, .street-card i {
  transition: all 0.3s ease;
}
.street-card h3 {
  flex-grow: 1;
}
.street-card i {
  flex-shrink: 0;
}
.street-card:hover {
  border-color: #67594C;
  text-decoration: none;
}
.street-card:hover i {
  color: #8C1D2D;
}

#streets-search-input {
  max-width: 480px;
}
