@import "https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;1,400;0,500;1,500;0,700;1,700&display=swap";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  min-height: 100dvh;
  overflow-x: hidden;
  font-family: 'Alegreya', Georgia, serif
}

.page-header {
  position: relative;
  background: #F9F7F6;
  border-bottom: 2px solid #CB9964
}

.page-header-top {
  background: linear-gradient(135deg, #CB9964 0%, #E4CEC2 100%);
  padding: 32px 32px 0
}

.page-header-top-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px
}

.brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 16px
}

.brand-name {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #F9F7F6;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0
}

.logo-frame {
  display: flex;
  align-items: center;
  background: #F9F7F6;
  border-radius: 40px;
  padding: 8px 16px;
  box-shadow: 0 4px 25px -2px #cb99641c 0 1px 5px -2px #cb996412;
  border: 1px solid #E4CEC2
}

.logo-frame img {
  width: 140px;
  height: 65px;
  object-fit: contain;
  display: block
}

.header-phone-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-bottom: 16px
}

.header-phone-label {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #F9F7F6;
  line-height: 1.45;
  opacity: .85
}

.header-phone-link {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: #F9F7F6;
  text-decoration: none;
  letter-spacing: -.02em;
  line-height: 1.2;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.header-phone-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px #cb996473;
  border-radius: 4px
}

.header-phone-link:hover {
  color: #E4CEC2
}

.header-divider {
  border: none;
  border-top: 1px solid #f9f7f64d;
  margin: 0
}

.page-header-nav {
  background: #F9F7F6;
  padding: 0 32px
}

.page-header-nav-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0
}

.primary-menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0
}

.primary-menu li {
  position: relative
}

.primary-menu li a {
  display: flex;
  align-items: center;
  padding: 16px;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a2a1a;
  text-decoration: none;
  line-height: 1.45;
  white-space: nowrap;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 3px solid transparent;
  position: relative;
  overflow: hidden
}

.primary-menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #CB9964;
  transition: width .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.primary-menu li a:hover::before,
.primary-menu li a:focus::before {
  width: 100%
}

.primary-menu li a:hover,
.primary-menu li a:focus {
  color: #CB9964;
  outline: none
}

.primary-menu li a:focus {
  box-shadow: inset 0 0 0 2px #cb996466;
  border-radius: 4px
}

.has-submenu {
  position: relative
}

.has-submenu>a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #CB9964;
  border-bottom: 2px solid #CB9964;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-top: -3px;
  flex-shrink: 0
}

.submenu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F7F6;
  border: 1px solid #E4CEC2;
  border-radius: 4px;
  box-shadow: 0 8px 52px -2px #cb99641f 0 4px 25px -2px #cb99641c;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 220px;
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.has-submenu:hover .submenu-panel,
.has-submenu:focus-within .submenu-panel {
  opacity: 1;
  pointer-events: auto
}

.submenu-panel li a {
  padding: 12px 16px;
  font-size: 15px;
  color: #3a2a1a;
  display: block;
  white-space: nowrap;
  border-bottom: none
}

.submenu-panel li a::before {
  display: none
}

.submenu-panel li a:hover,
.submenu-panel li a:focus {
  background: #E4CEC2;
  color: #3a2a1a
}

.page-footer {
  background: #3a2a1a;
  color: #E4CEC2;
  padding: 0
}

.footer-logo-row {
  border-bottom: 1px solid #e4cec233;
  padding: 32px
}

.footer-logo-row-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footer-logo-frame {
  display: flex;
  align-items: center;
  background: #F9F7F6;
  border-radius: 40px;
  padding: 8px 16px;
  box-shadow: 0 4px 25px -2px #cb99641c 0 1px 5px -2px #cb996412;
  border: 1px solid #CB9964
}

.footer-logo-frame img {
  width: 130px;
  height: 60px;
  object-fit: contain;
  display: block
}

.footer-tagline {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #E4CEC2;
  line-height: 1.45;
  margin: 0
}

.footer-body {
  padding: 32px
}

.footer-body-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px
}

.footer-column-heading {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #CB9964;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 8px
}

.footer-address {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #E4CEC2;
  line-height: 1.65;
  font-style: normal;
  margin: 0
}

.footer-contact-link {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #E4CEC2;
  text-decoration: underline;
  text-decoration-color: #cb996480;
  line-height: 1.65;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-contact-link:hover,
.footer-contact-link:focus {
  color: #CB9964;
  text-decoration-color: #CB9964;
  outline: none
}

.footer-contact-link:focus {
  box-shadow: 0 0 0 2px #cb996480;
  border-radius: 4px
}

.footer-legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer-legal-menu li a {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #E4CEC2;
  text-decoration: underline;
  text-decoration-color: #cb996466;
  line-height: 1.65;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-legal-menu li a:hover,
.footer-legal-menu li a:focus {
  color: #CB9964;
  text-decoration-color: #CB9964;
  outline: none
}

.footer-legal-menu li a:focus {
  box-shadow: 0 0 0 2px #cb996480;
  border-radius: 4px
}

.footer-bottom {
  border-top: 1px solid #e4cec226;
  padding: 16px 32px
}

.footer-bottom-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-copyright {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #e4cec299;
  line-height: 1.45;
  margin: 0
}

@media (max-width: 768px) {
  .page-header-top {
    padding: 16px 16px 0
  }

  .page-header-top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }

  .header-phone-block {
    align-items: flex-start;
    padding-bottom: 16px
  }

  .header-phone-link {
    font-size: 22px
  }

  .page-header-nav {
    padding: 0 16px
  }

  .primary-menu li a {
    padding: 12px;
    font-size: 15px
  }

  .footer-logo-row {
    padding: 16px
  }

  .footer-body {
    padding: 16px
  }

  .footer-bottom {
    padding: 16px
  }

  .footer-body-inner {
    flex-direction: column;
    gap: 16px
  }
}

@media (max-width: 360px) {
  .logo-frame img {
    width: 110px;
    height: 52px
  }

  .brand-name {
    font-size: 18px
  }

  .header-phone-link {
    font-size: 18px
  }

  .primary-menu li a {
    font-size: 15px;
    padding: 10px 8px
  }
}

@media (min-width: 1024px) {
  .page-header-top {
    padding: 32px 64px 0
  }

  .page-header-nav {
    padding: 0 64px
  }

  .footer-logo-row {
    padding: 32px 64px
  }

  .footer-body {
    padding: 32px 64px
  }

  .footer-bottom {
    padding: 16px 64px
  }
}

@media (min-width: 1440px) {
  .page-header-top {
    padding: 32px 64px 0
  }
}

.cookie-bar-notice {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
  color: #3a2a1a;
  background: #F9F7F6;
  border-bottom: 2px solid #CB9964;
  box-shadow: 0 4px 25px -2px #cb99641c;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between
}

.cookie-bar-text {
  flex: 1;
  min-width: 200px
}

.cookie-bar-text p {
  margin: 0;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
  color: #3a2a1a
}

.cookie-bar-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0
}

.cookie-action-link {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  color: #3a2a1a;
  text-decoration: underline;
  text-decoration-color: #CB9964;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px 0;
  line-height: 1.45;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-action-link:hover {
  color: #CB9964
}

.cookie-action-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px #cb996480;
  border-radius: 4px
}

.cookie-action-link.accept {
  font-weight: 700;
  color: #CB9964
}

.cookie-action-link.accept:hover {
  color: #3a2a1a
}

.doc-info-jbg {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a1f14;
  line-height: 1.65;
  font-size: 18px
}

.doc-info-jbg h1 {
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 32px;
  margin-top: 0;
  color: #1a0f05;
  padding-bottom: 16px;
  border-bottom: 3px solid #CB9964
}

.doc-info-jbg h2 {
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #1a0f05
}

.doc-info-jbg h3 {
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.45;
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #2a1f14
}

.doc-info-jbg h4 {
  font-size: 22px;
  line-height: 1.45;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #2a1f14
}

.doc-info-jbg h5 {
  font-size: 18px;
  line-height: 1.45;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #2a1f14;
  text-transform: uppercase;
  letter-spacing: .06em
}

.doc-info-jbg h6 {
  font-size: 15px;
  line-height: 1.45;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #CB9964;
  text-transform: uppercase;
  letter-spacing: .08em
}

.doc-info-jbg ul,
.doc-info-jbg ol {
  margin: 16px 0 32px;
  padding-left: 32px
}

.doc-info-jbg ul {
  list-style: none;
  padding-left: 0
}

.doc-info-jbg ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px
}

.doc-info-jbg ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #CB9964
}

.doc-info-jbg ol {
  list-style: decimal
}

.doc-info-jbg ol li {
  margin-bottom: 8px;
  padding-left: 8px
}

.doc-info-jbg ol li::marker {
  color: #CB9964;
  font-size: 15px
}

.doc-info-jbg ul ul,
.doc-info-jbg ol ol,
.doc-info-jbg ul ol,
.doc-info-jbg ol ul {
  margin: 8px 0
}

.doc-info-jbg strong,
.doc-info-jbg b {
  font-weight: 700;
  color: #1a0f05
}

.doc-info-jbg hr {
  border: none;
  border-top: 1px solid #E4CEC2;
  margin: 64px 0
}

.doc-info-jbg div {
  margin-bottom: 16px
}

.doc-info-jbg div+div {
  margin-top: 0
}

@media (max-width: 768px) {
  .doc-info-jbg {
    padding: 32px 16px;
    font-size: 15px
  }

  .doc-info-jbg h2 {
    margin-top: 32px
  }

  .doc-info-jbg hr {
    margin: 32px 0
  }
}

@media (max-width: 360px) {
  .doc-info-jbg {
    padding: 32px 8px
  }
}

.press-release-detail {
  background: #F9F7F6;
  padding: 0;
  overflow-x: clip
}

.press-release-detail .article-frame {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px
}

.press-release-detail .top-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px
}

.press-release-detail .tag-label {
  display: inline-block;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 4px;
  box-shadow: 0 1px 5px -2px #cb996412
}

.press-release-detail .meta-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.press-release-detail .meta-item {
  font-size: 15px;
  color: #5a4a3a;
  line-height: 1.45
}

.press-release-detail .meta-sep {
  width: 32px;
  height: 2px;
  background: #CB9964;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px
}

.press-release-detail .article-heading {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1208;
  font-weight: 800;
  margin-bottom: 32px;
  max-width: 860px
}

.press-release-detail .image-block {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 560px;
  box-shadow: 0 8px 52px -2px #cb99641f;
  margin-bottom: 32px
}

.press-release-detail .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.press-release-detail .image-block .scanline-overlay {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, #cb99640a 0px, #cb99640a 1px, transparent 1px, transparent 4px);
  pointer-events: none
}

.press-release-detail .layout-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 64px
}

.press-release-detail .aside-column {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.press-release-detail .aside-card {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #E4CEC2;
  border-left: 4px solid #CB9964;
  box-shadow: 0 1px 5px -2px #cb996412
}

.press-release-detail .aside-card-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  color: #CB9964;
  margin-bottom: 8px
}

.press-release-detail .aside-card-value {
  font-size: 22px;
  font-weight: 700;
  color: #1b1208;
  line-height: 1.2
}

.press-release-detail .divider-asymmetric {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 32px 0
}

.press-release-detail .divider-asymmetric .line-long {
  flex: 3;
  height: 1px;
  background: #CB9964
}

.press-release-detail .divider-asymmetric .line-short {
  flex: 1;
  height: 1px;
  background: #E4CEC2
}

.press-release-detail .body-column {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.press-release-detail .body-column p,
.press-release-detail .body-column h2,
.press-release-detail .body-column h4,
.press-release-detail .body-column em,
.press-release-detail .body-column small,
.press-release-detail .body-column table,
.press-release-detail .body-column time {
  line-height: 1.65;
  color: #2a1f14
}

.press-release-detail .body-column p {
  font-size: 18px;
  margin: 0
}

.press-release-detail .body-column h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #1b1208;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase
}

.press-release-detail .body-column h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1b1208;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .04em
}

.press-release-detail .body-column em {
  font-size: 18px;
  font-style: italic;
  color: #5a4a3a
}

.press-release-detail .body-column small {
  font-size: 15px;
  color: #7a6a5a
}

.press-release-detail .body-column table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px
}

.press-release-detail .body-column table td {
  padding: 8px 16px;
  border: 1px solid #E4CEC2;
  color: #2a1f14
}

.press-release-detail .body-column table tr:first-child td {
  background: #E4CEC2;
  font-weight: 700;
  color: #1b1208
}

.press-release-detail .body-column table tr:nth-child(even) td {
  background: #F9F7F6
}

.press-release-detail .frosted-section {
  background: #e4cec259;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 4px;
  border: 1px solid #cb99642e;
  padding: 32px;
  margin-top: 64px;
  box-shadow: 0 4px 25px -2px #cb99641c;
  animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

  0%,
  100% {
    background: #e4cec259
  }

  50% {
    background: #e4cec238
  }
}

.press-release-detail .frosted-inner {
  max-width: 1170px;
  margin: 0 auto
}

.press-release-detail .frosted-heading {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #1b1208;
  margin-bottom: 32px;
  line-height: 1.2
}

.press-release-detail .steps-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: stretch
}

.press-release-detail .step-item {
  flex: 1;
  min-width: 160px;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #E4CEC2;
  position: relative;
  box-shadow: 0 1px 5px -2px #cb996412;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.press-release-detail .step-number {
  font-size: 38px;
  font-weight: 800;
  color: #E4CEC2;
  line-height: 1.2
}

.press-release-detail .step-label {
  font-size: 15px;
  font-weight: 600;
  color: #1b1208;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.45
}

.press-release-detail .step-desc {
  font-size: 15px;
  color: #5a4a3a;
  line-height: 1.65
}

.press-release-detail .step-arrow {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.press-release-detail .step-arrow svg {
  width: 16px;
  height: 16px;
  fill: #CB9964
}

.press-release-detail .step-item:last-child .step-arrow {
  display: none
}

.press-release-detail .back-button {
  display: inline-block;
  margin-bottom: 32px;
  padding: 8px 32px;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 25px -2px #cb99641c;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.press-release-detail .back-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1b1208;
  transform: translateX(-100%);
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.press-release-detail .back-button:hover::before,
.press-release-detail .back-button:focus::before {
  transform: translateX(0)
}

.press-release-detail .back-button span {
  position: relative;
  z-index: 1
}

.press-release-detail .back-button:focus {
  outline: 3px solid #CB9964;
  outline-offset: 2px
}

.press-release-detail .double-border-block {
  border: 1px solid #E4CEC2;
  padding: 4px;
  border-radius: 4px;
  display: inline-block
}

.press-release-detail .double-border-inner {
  border: 2px solid #CB9964;
  border-radius: 4px;
  padding: 8px 16px
}

.press-release-detail .quote-accent {
  font-size: 18px;
  color: #2a1f14;
  line-height: 1.65;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  border-left: 4px solid #CB9964;
  border-right: 1px solid #E4CEC2;
  box-shadow: 0 1px 5px -2px #cb996412
}

.press-release-detail .quote-accent::before {
  content: '\201C';
  font-size: 38px;
  color: #CB9964;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
  font-family: Georgia, serif
}

.press-release-detail .quote-accent::after {
  content: '\201D';
  font-size: 38px;
  color: #CB9964;
  line-height: 1;
  display: block;
  margin-top: 4px;
  text-align: right;
  font-family: Georgia, serif
}

.press-release-detail .curved-connector {
  width: 100%;
  height: 32px;
  overflow: hidden;
  display: block
}

.press-release-detail .curved-connector svg {
  width: 100%;
  height: 32px
}

@media (max-width: 768px) {
  .press-release-detail .layout-grid {
    grid-template-columns: 1fr
  }

  .press-release-detail .image-block {
    max-width: 100%
  }

  .press-release-detail .steps-row {
    flex-direction: column
  }

  .press-release-detail .step-arrow {
    display: none
  }

  .press-release-detail .article-heading {
    font-size: clamp(28px, 8vw, 52px)
  }

  .press-release-detail .article-frame {
    padding: 32px 16px
  }

  .press-release-detail .frosted-section {
    padding: 16px
  }
}

@media (max-width: 360px) {
  .press-release-detail .article-heading {
    font-size: 28px
  }

  .press-release-detail .aside-card-value {
    font-size: 18px
  }
}

@media (min-width: 1440px) {
  .press-release-detail .article-frame {
    padding: 64px
  }
}

.guides-page {
  background: #F9F7F6;
  overflow-x: clip;
  position: relative
}

.guides-page .grid-background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#cb99640f 1px, transparent 1px), linear-gradient(90deg, #cb99640f 1px, transparent 1px);
  background-size: 48px 48px;
  animation: grid-pulse 6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes grid-pulse {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

.guides-page .strokes-decoration {
  position: absolute;
  top: 32px;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  z-index: 1
}

.guides-page .strokes-decoration span {
  display: block;
  height: 2px;
  background: #CB9964;
  opacity: .35
}

.guides-page .strokes-decoration span:nth-child(1) {
  width: 40px
}

.guides-page .strokes-decoration span:nth-child(2) {
  width: 28px
}

.guides-page .strokes-decoration span:nth-child(3) {
  width: 52px
}

.guides-page .strokes-decoration span:nth-child(4) {
  width: 20px
}

.guides-page .strokes-decoration span:nth-child(5) {
  width: 36px
}

.guides-page .title-area {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 64px;
  padding-bottom: 64px
}

.guides-page .title-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #e4cec22e 0%, #e4cec20a 60%, #cb996412 100%);
  pointer-events: none
}

.guides-page .title-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CB9964 0%, #E4CEC2 60%, transparent 100%)
}

.guides-page .title-curve {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.guides-page .title-curve svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .12
}

.guides-page .title-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-end;
  position: relative;
  z-index: 2
}

.guides-page .title-left {
  flex: 0 0 320px
}

.guides-page .title-right {
  flex: 1 1 auto
}

.guides-page .label-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  border: 1px solid #cb996466;
  border-radius: 4px;
  padding: 4px 16px;
  margin-bottom: 32px
}

.guides-page .title-heading {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #1a1209;
  margin: 0 0 32px;
  font-weight: 800
}

.guides-page .title-heading em {
  font-style: normal;
  color: #CB9964
}

.guides-page .title-sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e22;
  margin: 0;
  max-width: 520px
}

.guides-page .title-image-frame {
  position: relative;
  width: 280px;
  height: 280px;
  flex-shrink: 0
}

.guides-page .title-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block
}

.guides-page .title-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 40px 16px #f9f7f68c;
  pointer-events: none
}

.guides-page .guides-list-area {
  position: relative;
  z-index: 2;
  background: #F9F7F6;
  padding: 64px 0
}

.guides-page .guides-list-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #cb99640a 0%, #e4cec21a 100%);
  pointer-events: none
}

.guides-page .guides-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2
}

.guides-page .guides-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start
}

.guides-page .guides-aside {
  position: sticky;
  top: 32px
}

.guides-page .aside-label {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #CB9964;
  margin: 0 0 16px;
  font-weight: 700
}

.guides-page .aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.guides-page .aside-list li {
  padding: 8px 16px;
  border-radius: 4px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #cb99641f;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.guides-page .aside-list li:hover {
  border-left-color: #CB9964;
  background: #cb996412
}

.guides-page .aside-list li a {
  font-size: 15px;
  line-height: 1.45;
  color: #3a2e22;
  text-decoration: none;
  display: block;
  transition: color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.guides-page .aside-list li:hover a {
  color: #CB9964
}

.guides-page .guides-articles {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.guides-page .guide-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 25px -2px #cb99641c;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.guides-page .guide-card:hover {
  box-shadow: 0 8px 52px -2px #cb99641f
}

.guides-page .guide-card-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.guides-page .guide-number {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #cb996426;
  letter-spacing: -.04em;
  margin: 0;
  pointer-events: none;
  user-select: none
}

.guides-page .guide-title {
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a1209;
  margin: 0
}

.guides-page .guide-text {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e22;
  margin: 0
}

.guides-page .guide-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none
}

.guides-page .guide-steps li {
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e22;
  padding: 8px 16px;
  border-radius: 4px;
  background: #F9F7F6;
  position: relative;
  padding-left: 32px;
  transition: background .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.guides-page .guide-steps li::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CB9964
}

.guides-page .guide-steps li:hover {
  background: #e4cec266
}

.guides-page .guide-quote {
  border-left: 3px solid #CB9964;
  border-top: 1px solid #cb996433;
  padding: 16px;
  background: #e4cec226;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e22;
  font-style: italic;
  margin: 0
}

.guides-page .guide-quote::before {
  content: '\201C';
  color: #CB9964;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  margin-right: 4px
}

.guides-page .guide-quote::after {
  content: '\201D';
  color: #CB9964;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  margin-left: 4px
}

.guides-page .strip-reveal {
  position: relative;
  overflow: hidden;
  cursor: default
}

.guides-page .strip-reveal .strip-hidden {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: absolute;
  inset: 0;
  pointer-events: none
}

.guides-page .strip-reveal .strip-hidden .strip-col {
  background: #CB9964;
  transform: translateY(100%);
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.guides-page .strip-reveal .strip-hidden .strip-col:nth-child(2) {
  transition-delay: .03s
}

.guides-page .strip-reveal .strip-hidden .strip-col:nth-child(3) {
  transition-delay: .06s
}

.guides-page .strip-reveal .strip-hidden .strip-col:nth-child(4) {
  transition-delay: .09s
}

.guides-page .strip-reveal:hover .strip-hidden .strip-col {
  transform: translateY(0)
}

.guides-page .strip-reveal .strip-over {
  position: relative;
  z-index: 2;
  padding: 16px 32px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  text-align: center
}

.guides-page .strip-reveal:hover .strip-over {
  opacity: 1
}

.guides-page .table-area {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 64px 0
}

.guides-page .table-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #E4CEC2 40%, #CB9964 100%)
}

.guides-page .table-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2
}

.guides-page .table-heading-row {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-end;
  margin-bottom: 32px
}

.guides-page .table-heading-left {
  flex: 0 0 auto
}

.guides-page .table-heading-right {
  flex: 1 1 auto
}

.guides-page .table-section-label {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  margin: 0 0 8px;
  font-weight: 700
}

.guides-page .table-main-heading {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1209;
  margin: 0;
  font-weight: 800
}

.guides-page .table-description {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e22;
  margin: 0;
  max-width: 480px
}

.guides-page .styled-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 5px -2px #cb996412
}

.guides-page .styled-table thead tr {
  background: #1a1209
}

.guides-page .styled-table thead th {
  padding: 16px;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E4CEC2;
  text-align: left;
  font-weight: 700
}

.guides-page .styled-table tbody tr {
  border-bottom: 1px solid #cb99641a;
  transition: background .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.guides-page .styled-table tbody tr:hover {
  background: #e4cec22e
}

.guides-page .styled-table tbody td {
  padding: 16px;
  font-size: 15px;
  line-height: 1.45;
  color: #3a2e22;
  vertical-align: middle
}

.guides-page .cell-low {
  background: #e4cec240;
  color: #5a4a38;
  font-weight: 600;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block
}

.guides-page .cell-medium {
  background: #cb996433;
  color: #7a5a30;
  font-weight: 600;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block
}

.guides-page .cell-high {
  background: #cb996473;
  color: #5a3a10;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block
}

.guides-page .table-note {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #7a6a58;
  border-left: 3px solid #cb996459;
  border-top: 1px solid #cb996426;
  padding: 8px 16px;
  border-radius: 0 4px 4px 0;
  background: #f9f7f6cc
}

@media (max-width: 1024px) {
  .guides-page .title-container {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start
  }

  .guides-page .title-left {
    flex: 0 0 auto
  }

  .guides-page .title-image-frame {
    width: 220px;
    height: 220px
  }

  .guides-page .guides-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .guides-page .guides-aside {
    position: static
  }

  .guides-page .aside-list {
    flex-direction: row;
    flex-wrap: wrap
  }

  .guides-page .table-heading-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }
}

@media (max-width: 768px) {
  .guides-page .title-area {
    padding-top: 32px;
    padding-bottom: 64px
  }

  .guides-page .title-container {
    padding: 0 16px
  }

  .guides-page .title-heading {
    font-size: 38px
  }

  .guides-page .guides-container {
    padding: 0 16px
  }

  .guides-page .table-container {
    padding: 0 16px
  }

  .guides-page .guide-card-body {
    padding: 16px
  }

  .guides-page .guides-list-area {
    padding: 32px 0
  }

  .guides-page .table-area {
    padding: 32px 0
  }

  .guides-page .strokes-decoration {
    right: 16px
  }

  .guides-page .styled-table thead th,
  .guides-page .styled-table tbody td {
    padding: 8px;
    font-size: 15px
  }
}

@media (max-width: 360px) {
  .guides-page .title-heading {
    font-size: 28px
  }

  .guides-page .title-image-frame {
    width: 160px;
    height: 160px
  }

  .guides-page .guide-title {
    font-size: 18px
  }

  .guides-page .strip-reveal .strip-hidden {
    grid-template-columns: repeat(2, 1fr)
  }
}

.contact-us-page {
  background: #F9F7F6;
  overflow-x: clip
}

.contact-us-page .band-top {
  width: 100%;
  height: 4px;
  background: #CB9964
}

.contact-us-page .reach-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start
}

.contact-us-page .reach-left {
  position: sticky;
  top: 32px
}

.contact-us-page .reach-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.2
}

.contact-us-page .reach-heading {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1209;
  font-weight: 800;
  margin-bottom: 32px;
  text-transform: uppercase
}

.contact-us-page .reach-heading span {
  color: #CB9964
}

.contact-us-page .reach-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e22;
  margin-bottom: 32px;
  max-width: 360px
}

.contact-us-page .info-strip {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 3px solid #CB9964;
  padding-left: 16px;
  margin-bottom: 32px
}

.contact-us-page .info-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us-page .info-item-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #CB9964;
  font-weight: 600;
  line-height: 1.2
}

.contact-us-page .info-item-value {
  font-size: 15px;
  color: #2a1f13;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .info-item-value:hover {
  color: #CB9964
}

.contact-us-page .feature-strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px
}

.contact-us-page .feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  flex: 1 1 120px;
  box-shadow: 0 1px 5px -2px #cb996412;
  border-top: 2px solid #E4CEC2
}

.contact-us-page .feature-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.contact-us-page .feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: #CB9964;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us-page .feature-item-label {
  font-size: 15px;
  color: #2a1f13;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .06em
}

.contact-us-page .form-panel {
  background: #fff;
  border-radius: 4px;
  padding: 64px;
  box-shadow: 0 4px 25px -2px #cb99641c;
  position: relative;
  overflow: hidden
}

.contact-us-page .form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #CB9964 0%, #E4CEC2 100%)
}

.contact-us-page .form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #CB9964;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 16px;
  line-height: 1.2
}

.contact-us-page .form-heading {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #2a1f13;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px
}

.contact-us-page .form-subtext {
  font-size: 15px;
  color: #5a4a38;
  line-height: 1.65;
  margin-bottom: 32px
}

.contact-us-page .field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px
}

.contact-us-page .field-label {
  font-size: 15px;
  font-weight: 600;
  color: #2a1f13;
  text-transform: uppercase;
  letter-spacing: .07em;
  line-height: 1.2
}

.contact-us-page .field-input {
  padding: 16px;
  border: 1.5px solid #E4CEC2;
  border-radius: 4px;
  font-size: 15px;
  color: #2a1f13;
  background: #F9F7F6;
  outline: none;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .15s cubic-bezier(0.0, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis
}

.contact-us-page .field-input::placeholder {
  color: #9a8878;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.contact-us-page .field-input:focus {
  border-color: #CB9964;
  background: #fff;
  box-shadow: 0 0 0 3px #cb996421
}

.contact-us-page .check-group-label {
  font-size: 15px;
  font-weight: 600;
  color: #2a1f13;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 12px;
  line-height: 1.2
}

.contact-us-page .check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us-page .check-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
  border: 1.5px solid #E4CEC2;
  background: #F9F7F6;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .check-item:hover {
  border-color: #CB9964;
  background: #fff
}

.contact-us-page .check-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #CB9964;
  cursor: pointer;
  flex-shrink: 0
}

.contact-us-page .check-item-text {
  font-size: 15px;
  color: #2a1f13;
  line-height: 1.45
}

.contact-us-page .divider-line {
  height: 1px;
  background: linear-gradient(90deg, #E4CEC2 0%, #F9F7F6 100%);
  margin: 24px 0
}

.contact-us-page .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  background: #F9F7F6;
  border-radius: 4px;
  border: 1.5px solid #E4CEC2
}

.contact-us-page .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #CB9964;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px
}

.contact-us-page .privacy-text {
  font-size: 15px;
  color: #5a4a38;
  line-height: 1.65
}

.contact-us-page .privacy-text a {
  color: #CB9964;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .privacy-text a:hover {
  color: #a07840
}

.contact-us-page .submit-button {
  position: relative;
  overflow: hidden;
  padding: 18px 40px;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 25px -2px #cb99641c
}

.contact-us-page .submit-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #a07840;
  transition: left .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.contact-us-page .submit-button:hover::before {
  left: 0
}

.contact-us-page .submit-button:active {
  background: #E4CEC2;
  color: #2a1f13
}

.contact-us-page .submit-button span {
  position: relative;
  z-index: 1
}

.contact-us-page .submit-button:focus {
  outline: 3px solid #CB9964;
  outline-offset: 3px
}

.contact-us-page .info-section {
  background: #2a1f13;
  position: relative
}

.contact-us-page .info-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #CB9964
}

.contact-us-page .info-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start
}

.contact-us-page .info-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  border-radius: 4px;
  background: #cb996414;
  border: 1px solid #cb99642e;
  position: relative
}

.contact-us-page .info-card-number {
  position: absolute;
  top: -12px;
  left: 24px;
  width: 28px;
  height: 28px;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2
}

.contact-us-page .info-card-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #E4CEC2;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px
}

.contact-us-page .info-card-value {
  font-size: 18px;
  color: #F9F7F6;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word
}

.contact-us-page .info-card-value:hover {
  color: #CB9964
}

.contact-us-page .info-card-note {
  font-size: 15px;
  color: #9a8878;
  line-height: 1.65
}

.contact-us-page .glow-band {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #CB9964 40%, #E4CEC2 60%, transparent 100%);
  animation: edge-glow 3s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes edge-glow {
  0% {
    opacity: .4
  }

  100% {
    opacity: 1
  }
}

@media (max-width: 1024px) {
  .contact-us-page .reach-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px
  }

  .contact-us-page .reach-left {
    position: static
  }

  .contact-us-page .reach-heading {
    font-size: 38px
  }

  .contact-us-page .form-panel {
    padding: 32px
  }

  .contact-us-page .info-inner {
    grid-template-columns: 1fr 1fr;
    padding: 32px
  }
}

@media (max-width: 768px) {
  .contact-us-page .reach-wrap {
    padding: 32px 16px;
    gap: 32px
  }

  .contact-us-page .reach-heading {
    font-size: 28px
  }

  .contact-us-page .form-panel {
    padding: 16px
  }

  .contact-us-page .check-grid {
    grid-template-columns: 1fr
  }

  .contact-us-page .info-inner {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 24px
  }

  .contact-us-page .feature-strip {
    gap: 8px
  }
}

@media (max-width: 360px) {
  .contact-us-page .reach-heading {
    font-size: 22px
  }

  .contact-us-page .form-panel {
    padding: 16px
  }

  .contact-us-page .submit-button {
    padding: 16px
  }
}

.about-us-page {
  background-color: #F9F7F6;
  overflow-x: clip
}

.about-us-page .max-bound {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.about-us-page .grain-panel {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #1a1200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/image%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  overflow: hidden
}

.about-us-page .grain-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #cb99642e 0%, #cb99640a 60%, #e4cec21a 100%);
  pointer-events: none
}

.about-us-page .grain-panel::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #cb996412;
  pointer-events: none
}

.about-us-page .grain-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 64px
}

.about-us-page .grain-text-zone {
  flex: 0 0 55%;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.about-us-page .grain-image-zone {
  flex: 0 0 calc(45% - 64px);
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative
}

.about-us-page .accent-mark {
  display: inline-block;
  color: #CB9964;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-right: 4px;
  vertical-align: bottom
}

.about-us-page .page-heading {
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #F9F7F6;
  margin-bottom: 32px;
  margin-top: 0
}

.about-us-page .page-heading-sub {
  font-size: 22px;
  line-height: 1.45;
  color: #E4CEC2;
  margin-bottom: 16px;
  margin-top: 0;
  max-width: 480px
}

.about-us-page .founded-tag {
  display: inline-block;
  border: 1px solid #cb996466;
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 15px;
  color: #CB9964;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 32px
}

.about-us-page .grain-image-zone .image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 52px -2px #cb99641f
}

.about-us-page .grain-image-zone .image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #cb996414 0%, #cb996447 100%);
  z-index: 1;
  pointer-events: none
}

.about-us-page .grain-image-zone .image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88) saturate(0.9)
}

.about-us-page .double-border-accent {
  display: inline-block;
  border-top: 2px solid #CB9964;
  padding-top: 4px;
  border-bottom: 2px solid #cb99644d;
  margin-bottom: 32px
}

.about-us-page .divider-monogram {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 32px 0
}

.about-us-page .divider-monogram .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cb996459, transparent)
}

.about-us-page .divider-monogram .symbol {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cb996466;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.about-us-page .divider-monogram .symbol svg {
  width: 20px;
  height: 20px
}

.about-us-page .approach-panel {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 64px
}

.about-us-page .approach-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.about-us-page .approach-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 16px;
  margin-top: 0
}

.about-us-page .approach-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1e1208;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 300;
  text-transform: uppercase
}

.about-us-page .approach-quote {
  font-size: 22px;
  line-height: 1.45;
  color: #1e1208;
  margin-bottom: 32px;
  margin-top: 0;
  position: relative;
  padding-left: 16px;
  border-left: 3px solid #CB9964;
  border-bottom: 1px solid #cb996433;
  padding-bottom: 16px
}

.about-us-page .approach-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.about-us-page .approach-item {
  padding: 32px;
  background-color: #F9F7F6;
  border-radius: 4px;
  border-top: 2px solid #CB9964;
  box-shadow: 0 1px 5px -2px #cb996412;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.about-us-page .approach-item:hover {
  box-shadow: 0 4px 25px -2px #cb99641c;
  transform: translateY(-2px)
}

.about-us-page .approach-item-heading {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 300;
  color: #1e1208;
  margin-top: 0;
  margin-bottom: 8px
}

.about-us-page .approach-item-text {
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e22;
  margin: 0
}

.about-us-page .stepped-panel {
  background-color: #F9F7F6;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.about-us-page .stepped-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#cb99640f 1px, transparent 1px), linear-gradient(90deg, #cb99640f 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  animation: grid-pulse 4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes grid-pulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

.about-us-page .stepped-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 32px;
  margin-top: 0;
  position: relative;
  z-index: 1
}

.about-us-page .stepped-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: end;
  position: relative;
  z-index: 1
}

.about-us-page .stepped-card {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 25px -2px #cb99641c
}

.about-us-page .stepped-card.tall {
  margin-bottom: 64px
}

.about-us-page .stepped-card.medium {
  margin-bottom: 32px
}

.about-us-page .stepped-card.short {
  margin-bottom: 0
}

.about-us-page .stepped-card .card-image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden
}

.about-us-page .stepped-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1) brightness(0.8);
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .stepped-card .card-image .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #cb99648c 0%, #1e1208d9 100%);
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  z-index: 2
}

.about-us-page .stepped-card:hover .card-image img {
  filter: grayscale(0) brightness(0.75);
  transform: scale(1.03)
}

.about-us-page .stepped-card:hover .card-image .overlay {
  opacity: 1
}

.about-us-page .overlay-text {
  color: #F9F7F6;
  font-size: 15px;
  line-height: 1.65;
  margin: 0
}

.about-us-page .card-footer {
  background-color: #fff;
  padding: 16px 32px
}

.about-us-page .card-footer-heading {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 300;
  color: #1e1208;
  margin: 0 0 4px
}

.about-us-page .card-footer-sub {
  font-size: 15px;
  color: #CB9964;
  margin: 0
}

.about-us-page .team-panel {
  background-color: #1e1208;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden
}

.about-us-page .team-panel::before {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #cb99640f;
  pointer-events: none
}

.about-us-page .team-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 32px;
  position: relative;
  z-index: 1
}

.about-us-page .team-heading {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F9F7F6;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 520px
}

.about-us-page .team-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #E4CEC2;
  margin: 0;
  max-width: 380px
}

.about-us-page .team-members {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1
}

.about-us-page .member-card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  padding: 32px;
  border-radius: 4px;
  background: #cb99640f;
  border: 1px solid #cb996426;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .member-card:hover {
  background: #cb99641f;
  border-color: #cb996459
}

.about-us-page .member-image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #cb996466;
  box-shadow: 0 1px 5px -2px #cb996412
}

.about-us-page .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.about-us-page .member-details {
  flex: 1
}

.about-us-page .member-name {
  font-size: 18px;
  line-height: 1.2;
  color: #F9F7F6;
  margin: 0 0 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 300
}

.about-us-page .member-role {
  font-size: 15px;
  color: #CB9964;
  margin: 0 0 8px
}

.about-us-page .member-bio {
  font-size: 15px;
  line-height: 1.65;
  color: #E4CEC2;
  margin: 0
}

.about-us-page .guide-strip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
  padding: 32px;
  border-radius: 4px;
  background: #cb99641a;
  border: 1px solid #cb996440;
  position: relative;
  z-index: 1
}

.about-us-page .guide-strip-text {
  flex: 1;
  font-size: 18px;
  line-height: 1.45;
  color: #E4CEC2;
  margin: 0
}

.about-us-page .guide-strip-text strong {
  color: #CB9964
}

.about-us-page .btn-primary {
  display: inline-block;
  padding: 16px 32px;
  background-color: #CB9964;
  color: #1e1208;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 25px -2px #cb99641c
}

.about-us-page .btn-primary::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1e1208;
  transition: height .22s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.about-us-page .btn-primary:hover::before {
  height: 100%
}

.about-us-page .btn-primary:hover {
  color: #CB9964
}

.about-us-page .btn-primary span {
  position: relative;
  z-index: 1
}

@media (max-width: 1024px) {
  .about-us-page .grain-inner {
    flex-direction: column;
    gap: 32px
  }

  .about-us-page .grain-text-zone {
    flex: none;
    padding-right: 0
  }

  .about-us-page .grain-image-zone {
    flex: none;
    max-width: 480px
  }

  .about-us-page .page-heading {
    font-size: 52px
  }

  .about-us-page .approach-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .about-us-page .stepped-columns {
    grid-template-columns: 1fr 1fr
  }

  .about-us-page .stepped-card.tall {
    margin-bottom: 32px
  }

  .about-us-page .team-top {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us-page .team-heading {
    font-size: 38px
  }
}

@media (max-width: 768px) {
  .about-us-page .max-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .about-us-page .page-heading {
    font-size: 38px
  }

  .about-us-page .approach-body {
    grid-template-columns: 1fr
  }

  .about-us-page .stepped-columns {
    grid-template-columns: 1fr
  }

  .about-us-page .stepped-card.tall,
  .about-us-page .stepped-card.medium {
    margin-bottom: 0
  }

  .about-us-page .team-members {
    grid-template-columns: 1fr
  }

  .about-us-page .member-card {
    flex-direction: column
  }

  .about-us-page .guide-strip {
    flex-direction: column;
    align-items: flex-start
  }

  .about-us-page .team-heading {
    font-size: 28px
  }
}

@media (max-width: 360px) {
  .about-us-page .page-heading {
    font-size: 28px
  }

  .about-us-page .approach-heading {
    font-size: 28px
  }
}

.press-release {
  max-width: 100%;
  overflow-x: hidden
}

.press-release .release-top {
  background: #F9F7F6;
  padding: 64px 16px;
  text-align: center;
  position: relative
}

.press-release .release-top .curved-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none
}

.press-release .release-top .curved-bg svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .18
}

.press-release .release-top .top-inner {
  max-width: 1170px;
  margin: 0 auto;
  position: relative
}

.press-release .release-top .top-label {
  display: inline-block;
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 16px;
  font-weight: 400
}

.press-release .release-top .top-heading {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1410;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase
}

.press-release .release-top .top-heading span {
  color: #CB9964
}

.press-release .release-top .top-sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e26;
  max-width: 560px;
  margin: 0 auto 32px
}

.press-release .release-top .top-rule {
  width: 64px;
  height: 2px;
  background: #CB9964;
  margin: 0 auto
}

.press-release .grid-band {
  background: #fff;
  padding: 64px 16px
}

.press-release .grid-band .band-inner {
  max-width: 1170px;
  margin: 0 auto
}

.press-release .grid-band .band-label {
  font-size: 15px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 8px
}

.press-release .grid-band .band-heading {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  color: #1b1410;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: 0 0 32px
}

.press-release .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px
}

.press-release .post-card {
  background: #F9F7F6;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 5px -2px #cb996412;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.press-release .post-card:hover {
  box-shadow: 0 8px 52px -2px #cb99641f;
  transform: translateY(-2px)
}

.press-release .post-card .card-image-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #E4CEC2
}

.press-release .post-card .card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.press-release .post-card:hover .card-image-wrap img {
  transform: scale(1.04)
}

.press-release .post-card .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.press-release .post-card .card-tag {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 8px;
  font-weight: 600
}

.press-release .post-card .card-title {
  font-size: 18px;
  line-height: 1.45;
  color: #1b1410;
  font-weight: 700;
  margin: 0 0 8px
}

.press-release .post-card .card-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e26;
  margin: 0 0 16px;
  flex: 1
}

.press-release .post-card .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: #7a6858;
  margin-bottom: 16px
}

.press-release .post-card .card-link {
  display: inline-block;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.press-release .post-card .card-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1b1410;
  transform: translateX(-100%);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1);
  border-radius: 4px
}

.press-release .post-card .card-link:hover::before {
  transform: translateX(0)
}

.press-release .post-card .card-link span {
  position: relative
}

.press-release .post-card.featured {
  grid-column: span 2;
  flex-direction: row
}

.press-release .post-card.featured .card-image-wrap {
  width: 45%;
  flex-shrink: 0;
  aspect-ratio: auto
}

.press-release .post-card.featured .card-body {
  padding: 32px
}

.press-release .post-card.featured .card-title {
  font-size: 22px
}

.press-release .image-band {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: row;
  align-items: stretch
}

.press-release .image-band .image-side {
  width: 50%;
  position: relative;
  overflow: hidden
}

.press-release .image-band .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.press-release .image-band .image-side::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #cb9964b8 0%, #1b1410d1 100%)
}

.press-release .image-band .text-side {
  width: 50%;
  background: #1b1410;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.press-release .image-band .text-side .side-label {
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 16px
}

.press-release .image-band .text-side .side-heading {
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.2;
  color: #F9F7F6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0 0 16px
}

.press-release .image-band .text-side .side-text {
  font-size: 15px;
  line-height: 1.65;
  color: #E4CEC2;
  margin: 0 0 32px;
  max-width: 400px
}

.press-release .image-band .text-side .side-link {
  display: inline-block;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 32px;
  border-radius: 4px;
  text-decoration: none;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.press-release .image-band .text-side .side-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F9F7F6;
  transform: translateX(-100%);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.press-release .image-band .text-side .side-link:hover::before {
  transform: translateX(0)
}

.press-release .image-band .text-side .side-link:hover {
  color: #1b1410
}

.press-release .image-band .text-side .side-link span {
  position: relative
}

.press-release .steps-band {
  background: #E4CEC2;
  padding: 64px 16px
}

.press-release .steps-band .steps-inner {
  max-width: 1170px;
  margin: 0 auto
}

.press-release .steps-band .steps-label {
  font-size: 15px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1b1410;
  margin-bottom: 8px
}

.press-release .steps-band .steps-heading {
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.2;
  color: #1b1410;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 0 0 32px;
  max-width: 560px
}

.press-release .steps-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: start
}

.press-release .steps-row .steps-intro {
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e26
}

.press-release .steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.press-release .step-item {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 1px 5px -2px #cb996412;
  opacity: 0;
  transform: translateY(16px);
  animation: step-appear .28s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.press-release .step-item:nth-child(1) {
  animation-delay: .05s
}

.press-release .step-item:nth-child(2) {
  animation-delay: .12s
}

.press-release .step-item:nth-child(3) {
  animation-delay: .19s
}

.press-release .step-item:nth-child(4) {
  animation-delay: .26s
}

@keyframes step-appear {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.press-release .step-item .step-number {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #CB9964;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.press-release .step-item .step-text {
  font-size: 15px;
  line-height: 1.65;
  color: #1b1410
}

.press-release .step-item .step-text strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  color: #1b1410
}

.press-release .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #CB9964;
  animation: dot-pulse 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  vertical-align: middle;
  margin-left: 8px
}

@keyframes dot-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1
  }

  50% {
    transform: scale(1.5);
    opacity: .5
  }
}

.press-release .circle-deco {
  position: absolute;
  border-radius: 40px;
  pointer-events: none
}

@media (max-width: 1024px) {
  .press-release .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .press-release .post-card.featured {
    grid-column: span 2
  }
}

@media (max-width: 768px) {
  .press-release .card-grid {
    grid-template-columns: 1fr
  }

  .press-release .post-card.featured {
    grid-column: span 1;
    flex-direction: column
  }

  .press-release .post-card.featured .card-image-wrap {
    width: 100%;
    aspect-ratio: 1/1
  }

  .press-release .image-band {
    flex-direction: column
  }

  .press-release .image-band .image-side {
    width: 100%;
    height: 220px
  }

  .press-release .image-band .text-side {
    width: 100%;
    padding: 32px 16px
  }

  .press-release .steps-row {
    grid-template-columns: 1fr
  }
}

@media (max-width: 360px) {
  .press-release .release-top {
    padding: 32px 8px
  }

  .press-release .grid-band {
    padding: 32px 8px
  }

  .press-release .steps-band {
    padding: 32px 8px
  }

  .press-release .post-card .card-body {
    padding: 8px
  }
}

.learning-program {
  background-color: #F9F7F6;
  overflow-x: clip
}

.learning-program .program-frame {
  position: relative;
  padding: 64px 32px 48px;
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto
}

.learning-program .program-frame::before,
.learning-program .program-frame::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #CB9964;
  pointer-events: none
}

.learning-program .program-frame::after {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-color: #E4CEC2
}

.learning-program .frame-upper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1
}

.learning-program .frame-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  line-height: 1.2
}

.learning-program .frame-heading {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1a1a;
  color: #1b1410;
  max-width: 780px;
  margin: 0
}

.learning-program .frame-subtext {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e26;
  max-width: 520px;
  margin: 0
}

.learning-program .frame-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-top: 32px
}

.learning-program .frame-image-box {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px
}

.learning-program .frame-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .frame-image-box:hover img {
  transform: scale(1.03)
}

.learning-program .frame-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #1e12088c 0%, #1e120814 60%, #1e120800 100%);
  pointer-events: none
}

.learning-program .frame-meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding-bottom: 8px
}

.learning-program .frame-big-number {
  font-size: clamp(52px, 8vw, 68px);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #CB9964;
  display: block
}

.learning-program .frame-meta-text {
  font-size: 22px;
  line-height: 1.45;
  color: #1b1410;
  margin: 0;
  max-width: 340px
}

.learning-program .frame-meta-note {
  font-size: 15px;
  line-height: 1.65;
  color: #5a4a3a;
  margin: 0
}

.learning-program .detail-strip {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap
}

.learning-program .detail-item {
  border-top: 2px solid #CB9964;
  padding-top: 16px;
  flex: 1 1 160px
}

.learning-program .detail-item-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #8a7060;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px
}

.learning-program .detail-item-value {
  font-size: 18px;
  line-height: 1.45;
  color: #1b1410;
  margin: 0
}

.learning-program .curriculum-section {
  background-color: #E4CEC2;
  position: relative;
  overflow: hidden
}

.learning-program .curriculum-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 40px;
  background: #cb996421;
  pointer-events: none;
  transform: rotate(30deg)
}

.learning-program .curriculum-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  border-radius: 40px;
  background: #cb996417;
  pointer-events: none;
  transform: rotate(-20deg)
}

.learning-program .curriculum-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  position: relative;
  z-index: 1
}

.learning-program .curriculum-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.learning-program .curriculum-aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.learning-program .curriculum-aside-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #8a5c2e;
  line-height: 1.2
}

.learning-program .curriculum-aside-heading {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #1b1410;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase
}

.learning-program .curriculum-aside-body {
  font-size: 15px;
  line-height: 1.65;
  color: #3a2e26;
  margin: 0
}

.learning-program .curriculum-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .curriculum-body-lead {
  font-size: 22px;
  line-height: 1.45;
  color: #1b1410;
  margin: 0 0 16px
}

.learning-program .curriculum-body-para {
  font-size: 18px;
  line-height: 1.65;
  color: #3a2e26;
  margin: 0
}

.learning-program .module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.learning-program .module-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 25px -2px #cb99641c;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.learning-program .module-card:hover {
  box-shadow: 0 8px 52px -2px #cb99641f;
  transform: translateY(-2px)
}

.learning-program .module-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CB9964 0%, #cb99644d 100%)
}

.learning-program .module-number {
  font-size: 52px;
  line-height: 1.2;
  color: #cb99642e;
  letter-spacing: -.04em;
  display: block;
  position: absolute;
  top: 16px;
  right: 16px
}

.learning-program .module-name {
  font-size: 18px;
  line-height: 1.45;
  color: #1b1410;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin: 0
}

.learning-program .module-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #5a4a3a;
  margin: 0
}

.learning-program .module-topics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.learning-program .module-topics li {
  font-size: 15px;
  line-height: 1.45;
  color: #3a2e26;
  padding-left: 16px;
  position: relative
}

.learning-program .module-topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #CB9964
}

.learning-program .module-duration {
  font-size: 15px;
  color: #CB9964;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #E4CEC2
}

@media (max-width: 1024px) {
  .learning-program .frame-image-row {
    grid-template-columns: 1fr
  }

  .learning-program .frame-meta {
    padding-bottom: 0
  }

  .learning-program .curriculum-top {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .learning-program .module-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .learning-program .program-frame {
    padding: 48px 16px 32px
  }

  .learning-program .program-frame::before {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px
  }

  .learning-program .program-frame::after {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px
  }

  .learning-program .module-grid {
    grid-template-columns: 1fr
  }

  .learning-program .curriculum-inner {
    padding: 48px 16px
  }

  .learning-program .detail-strip {
    gap: 16px
  }
}

@media (max-width: 360px) {
  .learning-program .frame-heading {
    font-size: 38px
  }

  .learning-program .curriculum-inner {
    padding: 32px 16px
  }
}

.learning-program .module-card:focus-within {
  outline: 3px solid #CB9964 !important;
  outline-offset: 2px !important
}

.learning-program .module-card:focus-visible {
  outline: 3px solid #CB9964 !important;
  outline-offset: 2px !important
}

.lead {
  max-width: 100%;
  overflow-x: hidden
}

.lead .bounded {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.lead .title-block {
  background-color: #1a1200;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23CB9964' fill-opacity='0.07'%3E%3Ccircle cx='5' cy='5' r='1.5'/%3E%3Ccircle cx='25' cy='5' r='1.5'/%3E%3Ccircle cx='45' cy='5' r='1.5'/%3E%3Ccircle cx='15' cy='15' r='1.5'/%3E%3Ccircle cx='35' cy='15' r='1.5'/%3E%3Ccircle cx='55' cy='15' r='1.5'/%3E%3Ccircle cx='5' cy='25' r='1.5'/%3E%3Ccircle cx='25' cy='25' r='1.5'/%3E%3Ccircle cx='45' cy='25' r='1.5'/%3E%3Ccircle cx='15' cy='35' r='1.5'/%3E%3Ccircle cx='35' cy='35' r='1.5'/%3E%3Ccircle cx='55' cy='35' r='1.5'/%3E%3Ccircle cx='5' cy='45' r='1.5'/%3E%3Ccircle cx='25' cy='45' r='1.5'/%3E%3Ccircle cx='45' cy='45' r='1.5'/%3E%3Ccircle cx='15' cy='55' r='1.5'/%3E%3Ccircle cx='35' cy='55' r='1.5'/%3E%3Ccircle cx='55' cy='55' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
  padding-top: 64px;
  padding-bottom: 64px
}

.lead .title-block .bounded {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px
}

.lead .title-text-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lead .title-image-column {
  flex: 1 1 0;
  position: relative
}

.lead .title-image-column::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #1a12002e 0%, #1a120000 40%, #1a12008c 100%);
  pointer-events: none;
  border-radius: 4px
}

.lead .title-image-column img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 4px
}

.lead .title-label {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #CB9964;
  font-weight: 300
}

.lead .title-heading {
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #F9F7F6;
  font-weight: 700;
  margin: 0
}

.lead .title-heading span {
  color: #CB9964
}

.lead .title-description {
  font-size: 18px;
  line-height: 1.65;
  color: #E4CEC2;
  max-width: 440px;
  margin: 0
}

.lead .title-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1a1200;
  background-color: #CB9964;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.lead .title-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #F9F7F6;
  transform: translateX(-100%);
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.lead .title-link:hover::before {
  transform: translateX(0)
}

.lead .title-link:hover {
  color: #1a1200
}

.lead .title-link-text {
  position: relative;
  z-index: 1
}

.lead .current-block {
  background-color: #F9F7F6;
  padding-top: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #E4CEC2
}

.lead .current-block .bounded {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start
}

.lead .current-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 2px solid #CB9964;
  padding-right: 32px
}

.lead .current-aside-label {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #CB9964
}

.lead .current-aside-heading {
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.2;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #2a1f0f;
  margin: 0;
  text-transform: uppercase
}

.lead .current-main {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lead .current-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start
}

.lead .current-image-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 220px
}

.lead .current-image-wrap img {
  width: 220px;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 4px
}

.lead .current-image-caption {
  position: absolute;
  inset: 0;
  background-color: #2a1f0fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead .current-image-wrap:hover .current-image-caption {
  opacity: 1
}

.lead .current-image-caption p {
  font-size: 15px;
  line-height: 1.45;
  color: #F9F7F6;
  text-align: center;
  margin: 0
}

.lead .current-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lead .current-text-heading {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a1f0f;
  margin: 0
}

.lead .current-text p {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2e1a;
  margin: 0
}

.lead .current-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.lead .current-tag {
  font-size: 15px;
  line-height: 1.45;
  color: #2a1f0f;
  background-color: #E4CEC2;
  padding: 4px 16px;
  border-radius: 40px;
  font-weight: 500
}

.lead .numbers-block {
  background-color: #2a1f0f;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.lead .numbers-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='80' height='80' fill='none'/%3E%3Cline x1='0' y1='40' x2='80' y2='40' stroke='%23CB9964' stroke-opacity='0.06' stroke-width='1'/%3E%3Cline x1='40' y1='0' x2='40' y2='80' stroke='%23CB9964' stroke-opacity='0.06' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none
}

.lead .numbers-block .bounded {
  position: relative
}

.lead .numbers-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px
}

.lead .numbers-top-label {
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 300;
  color: #CB9964
}

.lead .numbers-top-heading {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #F9F7F6;
  margin: 0;
  max-width: 640px
}

.lead .numbers-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4px
}

.lead .number-card {
  background-color: #cb996414;
  padding: 32px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 2px solid #CB9964;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead .number-card:hover {
  background-color: #cb996429
}

.lead .number-card.featured {
  background-color: #cb996421;
  padding: 32px
}

.lead .number-value {
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 700;
  color: #CB9964;
  letter-spacing: -.03em
}

.lead .number-unit {
  font-size: 28px;
  font-weight: 300;
  color: #E4CEC2
}

.lead .number-label {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 300;
  color: #E4CEC2
}

.lead .number-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #b8a08c;
  margin: 0;
  margin-top: 8px
}

.lead .value-block {
  background-color: #F9F7F6;
  padding-top: 64px;
  padding-bottom: 64px
}

.lead .value-block .bounded {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.lead .value-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: end
}

.lead .value-header-label {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #CB9964;
  margin-bottom: 16px
}

.lead .value-header-heading {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #2a1f0f;
  margin: 0
}

.lead .value-header-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2e1a;
  margin: 0;
  align-self: end
}

.lead .value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px
}

.lead .value-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px -2px #cb996412;
  position: relative;
  overflow: hidden
}

.lead .value-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CB9964 0%, #E4CEC2 100%)
}

.lead .value-item-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0
}

.lead .value-item-icon svg {
  width: 40px;
  height: 40px;
  stroke: #CB9964;
  fill: none;
  stroke-width: 1.5;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: trace-icon 2.5s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

@keyframes trace-icon {
  to {
    stroke-dashoffset: 0
  }
}

.lead .value-item:nth-child(2) .value-item-icon svg {
  animation-delay: .3s
}

.lead .value-item:nth-child(3) .value-item-icon svg {
  animation-delay: .6s
}

.lead .value-item-heading {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a1f0f;
  margin: 0
}

.lead .value-item p {
  font-size: 15px;
  line-height: 1.65;
  color: #3d2e1a;
  margin: 0
}

.lead .value-bottom-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start
}

.lead .value-image-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 280px
}

.lead .value-image-wrap img {
  width: 280px;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 25px -2px #cb99641c
}

.lead .value-image-caption {
  position: absolute;
  inset: 0;
  background-color: #2a1f0fd1;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead .value-image-wrap:hover .value-image-caption {
  opacity: 1
}

.lead .value-image-caption p {
  font-size: 15px;
  line-height: 1.45;
  color: #F9F7F6;
  margin: 0
}

.lead .value-quote-block {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center
}

.lead .value-quote {
  font-size: clamp(22px, 2.5vw, 38px);
  line-height: 1.45;
  color: #2a1f0f;
  font-weight: 300;
  margin: 0;
  position: relative;
  padding-left: 32px;
  border-left: 3px solid #CB9964
}

.lead .value-quote-mark {
  color: #CB9964;
  font-size: 52px;
  line-height: 1;
  font-weight: 700
}

.lead .value-attribution {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lead .value-attribution-name {
  font-size: 18px;
  font-weight: 600;
  color: #2a1f0f
}

.lead .value-attribution-role {
  font-size: 15px;
  color: #CB9964;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 300
}

.lead .gap-block {
  background-color: #2a1f0f;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative
}

.lead .gap-block .bounded {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start
}

.lead .gap-side-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.lead .gap-side-label {
  font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #CB9964
}

.lead .gap-side-image-wrap {
  position: relative
}

.lead .gap-side-image-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 4px
}

.lead .gap-side-image-caption {
  position: absolute;
  inset: 0;
  background-color: #2a1f0fd1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead .gap-side-image-wrap:hover .gap-side-image-caption {
  opacity: 1
}

.lead .gap-side-image-caption p {
  font-size: 15px;
  line-height: 1.45;
  color: #F9F7F6;
  text-align: center;
  margin: 0
}

.lead .gap-center {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.lead .gap-center-heading {
  font-size: clamp(28px, 3.5vw, 52px);
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #F9F7F6;
  margin: 0
}

.lead .gap-center-heading span {
  color: #CB9964
}

.lead .gap-items {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lead .gap-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background-color: #cb996412;
  border-radius: 4px;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.lead .gap-item:hover {
  background-color: #cb996426
}

.lead .gap-item-number {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #CB9964;
  flex-shrink: 0;
  width: 32px;
  opacity: 0;
  animation: fade-up .4s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.lead .gap-item:nth-child(1) .gap-item-number {
  animation-delay: .1s
}

.lead .gap-item:nth-child(2) .gap-item-number {
  animation-delay: .25s
}

.lead .gap-item:nth-child(3) .gap-item-number {
  animation-delay: .4s
}

.lead .gap-item:nth-child(4) .gap-item-number {
  animation-delay: .55s
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.lead .gap-item-text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.lead .gap-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #F9F7F6;
  line-height: 1.45
}

.lead .gap-item-desc {
  font-size: 15px;
  line-height: 1.65;
  color: #b8a08c;
  margin: 0
}

.lead .gap-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F9F7F6;
  border: 1.5px solid #CB9964;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.lead .gap-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #CB9964;
  transform: translateX(-100%);
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.lead .gap-link:hover::before {
  transform: translateX(0)
}

.lead .gap-link:hover {
  color: #2a1f0f
}

.lead .gap-link-text {
  position: relative;
  z-index: 1
}

.lead .gap-side-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 2px solid #cb99644d;
  padding-left: 32px
}

.lead .gap-side-right-heading {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 300;
  color: #E4CEC2;
  margin: 0
}

.lead .gap-side-right p {
  font-size: 15px;
  line-height: 1.65;
  color: #b8a08c;
  margin: 0
}

.lead .gap-side-right-link {
  font-size: 15px;
  color: #CB9964;
  text-decoration: none;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #cb996466;
  padding-bottom: 4px;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start
}

.lead .gap-side-right-link:hover {
  border-color: #CB9964
}

@media (max-width: 1024px) {
  .lead .title-block .bounded {
    gap: 32px
  }

  .lead .numbers-grid {
    grid-template-columns: 1fr 1fr
  }

  .lead .numbers-grid .number-card.featured {
    grid-column: 1 / -1
  }

  .lead .value-grid {
    grid-template-columns: 1fr 1fr
  }

  .lead .gap-block .bounded {
    grid-template-columns: 1fr 1fr
  }

  .lead .gap-side-right {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid #cb99644d;
    padding-left: 0;
    padding-top: 32px
  }
}

@media (max-width: 768px) {
  .lead .bounded {
    padding-left: 16px;
    padding-right: 16px
  }

  .lead .title-block .bounded {
    flex-direction: column;
    gap: 32px
  }

  .lead .title-image-column {
    width: 100%
  }

  .lead .current-block .bounded {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead .current-aside {
    border-right: none;
    border-bottom: 2px solid #CB9964;
    padding-right: 0;
    padding-bottom: 16px
  }

  .lead .current-row {
    flex-direction: column
  }

  .lead .current-image-wrap {
    width: 100%
  }

  .lead .current-image-wrap img {
    width: 100%
  }

  .lead .numbers-grid {
    grid-template-columns: 1fr
  }

  .lead .numbers-grid .number-card.featured {
    grid-column: auto
  }

  .lead .value-header {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .lead .value-grid {
    grid-template-columns: 1fr
  }

  .lead .value-bottom-row {
    flex-direction: column
  }

  .lead .value-image-wrap {
    width: 100%
  }

  .lead .value-image-wrap img {
    width: 100%
  }

  .lead .gap-block .bounded {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lead .gap-side-right {
    border-left: none;
    border-top: 1px solid #cb99644d;
    padding-left: 0;
    padding-top: 32px
  }
}

@media (max-width: 360px) {
  .lead .title-heading {
    font-size: 38px
  }

  .lead .numbers-top-heading {
    font-size: 28px
  }

  .lead .gap-center-heading {
    font-size: 28px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 16px;
  background-color: #F9F7F6
}

.success-page .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 52px -2px #cb99641f;
  padding: 64px 32px;
  text-align: left
}

.success-page .success-card .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background-color: #E4CEC2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px
}

.success-page .success-card .icon-wrap svg {
  display: block
}

.success-page .success-card .success-label {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #CB9964;
  margin-bottom: 8px
}

.success-page .success-card .success-heading {
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1b1612;
  margin-bottom: 16px;
  font-weight: 700
}

.success-page .success-card .success-body {
  font-size: 18px;
  line-height: 1.65;
  color: #3d2e20;
  margin-bottom: 32px
}

.success-page .success-card .divider {
  width: 48px;
  height: 3px;
  background-color: #CB9964;
  border-radius: 40px;
  margin-bottom: 32px
}

.success-page .success-card .detail-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background-color: #F9F7F6;
  border-radius: 4px;
  margin-bottom: 16px;
  border-left: 3px solid #CB9964;
  border-top: 1px solid #E4CEC2;
  border-right: 1px solid #E4CEC2;
  border-bottom: 1px solid #E4CEC2
}

.success-page .success-card .detail-row .detail-text {
  font-size: 15px;
  line-height: 1.45;
  color: #3d2e20
}

.success-page .success-card .detail-row .detail-text strong {
  display: block;
  font-size: 15px;
  color: #1b1612;
  margin-bottom: 4px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.success-page .success-card .back-link {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 32px;
  background-color: #CB9964;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 4px 25px -2px #cb99641c;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.success-page .success-card .back-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1b1612;
  transform: translateX(-100%);
  transition: transform .25s cubic-bezier(0.0, 0, 0.2, 1);
  border-radius: 4px
}

.success-page .success-card .back-link:hover::before,
.success-page .success-card .back-link:focus::before {
  transform: translateX(0)
}

.success-page .success-card .back-link:focus {
  outline: 2px solid #CB9964;
  outline-offset: 3px
}

.success-page .success-card .back-link span {
  position: relative;
  z-index: 1
}

@media (max-width: 768px) {
  .success-page {
    padding: 32px 16px
  }

  .success-page .success-card {
    padding: 32px 16px
  }

  .success-page .success-card .success-heading {
    font-size: 28px
  }
}