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

body {
  margin: 0
}

.topbar {
  background: #A79635;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.topbar-email {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #F7F5ED;
  text-decoration: none;
  letter-spacing: 0;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.topbar-email:hover {
  color: #fff
}

.topbar-dot {
  width: 5px;
  height: 5px;
  background: #D8D5A6;
  border-radius: 36px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle
}

.headshell {
  background: #F7F5ED;
  border-bottom: 2px solid #A79635;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.headmount {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0
}

.brandhold {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px
}

.logobox {
  width: 56px;
  height: 56px;
  border: 1px solid #A79635;
  border-radius: 13px 4px 13px 4px;
  background: #fff;
  box-shadow: 1px 2px 5px -1px #a796350f 0 0 0 3px #a796351a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.logobox img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block
}

.brandname {
  font-family: 'JetBrains Mono', monospace;
  font-size: 21px;
  font-weight: 700;
  color: #2c2700;
  line-height: 1.15;
  letter-spacing: 0
}

.brandtag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #A79635;
  line-height: 1.15
}

.navstrip {
  width: 100%;
  border-top: 1px solid #D8D5A6;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0
}

.navlink {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #2c2700;
  text-decoration: none;
  padding: 16px 32px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  white-space: nowrap
}

.navlink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #A79635;
  border-radius: 4px 4px 0 0;
  transform: scaleX(0);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.navlink:hover {
  color: #A79635;
  background: #a796350f
}

.navlink:hover::after {
  transform: scaleX(1)
}

.navlink:focus {
  outline: 2px solid #A79635;
  outline-offset: -2px;
  text-decoration: underline
}

.navlink.active {
  color: #A79635
}

.navlink.active::after {
  transform: scaleX(1)
}

@media (max-width: 768px) {
  .topbar {
    padding: 8px 16px
  }

  .headmount {
    padding: 16px 16px 0
  }

  .navlink {
    padding: 16px;
    font-size: 14px
  }

  .navlink::after {
    left: 8px;
    right: 8px
  }
}

@media (max-width: 375px) {
  .navlink {
    padding: 16px 8px
  }

  .brandname {
    font-size: 17px
  }
}

.ftshell {
  background: #D8D5A6;
  border-top: 2px solid #A79635;
  box-shadow: 1px 12px 36px -1px #a7963521 inset
}

.ftmount {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 32px 32px
}

.ftgrid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 32px
}

.ftbrand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.ftlogobox {
  width: 54px;
  height: 54px;
  border: 1px solid #A79635;
  border-radius: 4px 13px 4px 13px;
  background: #fff;
  box-shadow: 1px 2px 5px -1px #a796350f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.ftlogobox img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block
}

.ftcopy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #5a4e00;
  line-height: 1.7
}

.ftcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.ftnavlabel {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #2c2700;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #A79635;
  width: 100%;
  text-align: center
}

.ftnav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0
}

.ftnavlink {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #2c2700;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.ftnavlink:hover {
  color: #A79635;
  text-decoration: underline
}

.ftnavlink:focus {
  outline: 2px solid #A79635;
  outline-offset: 2px;
  text-decoration: underline
}

.ftcontact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px
}

.ftcontactlabel {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #2c2700;
  text-transform: uppercase
}

.ftcontactemail {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #2c2700;
  text-decoration: none;
  border-bottom: 1px solid #A79635;
  padding-bottom: 2px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: inline-flex;
  align-items: center
}

.ftcontactemail:hover {
  color: #A79635;
  border-color: #A79635
}

.ftcontactemail:focus {
  outline: 2px solid #A79635;
  outline-offset: 2px;
  text-decoration: underline
}

.ftbar {
  border-top: 1px solid #a796354d;
  margin-top: 32px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ftbartext {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #5a4e00;
  line-height: 1.7
}

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

  .ftgrid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .ftbrand {
    align-items: center
  }

  .ftcontact {
    align-items: center
  }
}

.ckpopup {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 1500;
  background: #F7F5ED;
  border: 1px solid #A79635;
  border-radius: 13px;
  box-shadow: 1px 5px 20px -1px #a7963514 1px 12px 36px -1px #a7963521;
  max-width: 360px;
  width: calc(100vw - 32px);
  padding: 16px;
  font-family: 'JetBrains Mono', monospace
}

.ckdesc {
  font-size: 14px;
  color: #2c2700;
  line-height: 1.7;
  margin-bottom: 16px
}

.ckpanel {
  background: #a7963512;
  border: 1px solid #D8D5A6;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px
}

.ckpanelrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}

.cktogglerow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #D8D5A6
}

.cktoglelabel {
  font-size: 14px;
  color: #2c2700
}

.cktoggle {
  position: relative;
  width: 36px;
  height: 20px;
  flex-shrink: 0
}

.cktoggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute
}

.cktoggleslider {
  position: absolute;
  inset: 0;
  background: #D8D5A6;
  border-radius: 36px;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cktoggleslider::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 36px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cktoggle input:checked+.cktoggleslider {
  background: #A79635
}

.cktoggle input:checked+.cktoggleslider::before {
  transform: translateX(16px)
}

.cktoggle input:focus+.cktoggleslider {
  outline: 2px solid #A79635;
  outline-offset: 2px
}

.ckpanelbtn {
  background: none;
  border: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #A79635;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  min-height: 44px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ckpanelbtn:hover {
  color: #2c2700
}

.ckpanelbtn:focus {
  outline: 2px solid #A79635;
  outline-offset: 2px
}

.ckbtns {
  display: flex;
  align-items: center;
  gap: 8px
}

.ckaccept {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #F7F5ED;
  background: #A79635;
  border: 1px solid #A79635;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  flex: 1;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ckaccept:hover {
  background: #2c2700;
  border-color: #2c2700
}

.ckaccept:active {
  transform: scale(0.97)
}

.ckaccept:focus {
  outline: 2px solid #2c2700;
  outline-offset: 2px
}

.ckdeny {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #2c2700;
  background: none;
  border: 1px solid #D8D5A6;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 44px;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ckdeny:hover {
  border-color: #A79635;
  color: #A79635
}

.ckdeny:active {
  transform: scale(0.97)
}

.ckdeny:focus {
  outline: 2px solid #A79635;
  outline-offset: 2px
}

.ckexpand {
  display: none
}

.ckexpand.open {
  display: block
}

.terms-h-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 32px;
  color: #2c2a1e;
  line-height: 1.7;
  font-size: 17px
}

.terms-h-area ul,
.terms-h-area ol {
  padding-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px
}

.terms-h-area ul {
  list-style: none;
  padding-left: 16px
}

.terms-h-area ul li {
  position: relative;
  padding-left: 16px
}

.terms-h-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background-color: #A79635
}

.terms-h-area ol {
  list-style: decimal
}

.terms-h-area ol li {
  padding-left: 8px
}

.terms-h-area li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #2c2a1e
}

.terms-h-area li:last-child {
  margin-bottom: 0
}

.terms-h-area strong,
.terms-h-area b {
  font-weight: 700;
  color: #1e1c12
}

.terms-h-area em,
.terms-h-area i {
  font-style: italic;
  color: #3a3820
}

.terms-h-area a {
  color: #A79635;
  text-decoration: underline;
  text-decoration-color: #D8D5A6;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.terms-h-area a:hover {
  color: #7a6e25;
  text-decoration-color: #A79635
}

.terms-h-area a:visited {
  color: #8a7d2e
}

.terms-h-area table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.terms-h-area thead {
  background-color: #F7F5ED
}

.terms-h-area thead tr {
  border-bottom: 2px solid #D8D5A6
}

.terms-h-area tbody tr {
  border-bottom: 1px solid #eeecdf;
  transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.terms-h-area tbody tr:last-child {
  border-bottom: none
}

.terms-h-area tbody tr:hover {
  background-color: #F7F5ED
}

.terms-h-area th {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #1e1c12;
  line-height: 1.15;
  letter-spacing: 0
}

.terms-h-area td {
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #2c2a1e;
  vertical-align: top
}

.terms-h-area div {
  margin-bottom: 16px
}

.terms-h-area div:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .terms-h-area {
    padding: 32px 16px;
    font-size: 17px
  }

  .terms-h-area table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .terms-h-area th,
  .terms-h-area td {
    padding: 8px 16px
  }

  .terms-h-area ul,
  .terms-h-area ol {
    padding-left: 16px
  }
}

@media (max-width: 375px) {
  .terms-h-area {
    padding: 32px 8px
  }

  .terms-h-area li {
    font-size: 14px
  }

  .terms-h-area td,
  .terms-h-area th {
    font-size: 14px;
    padding: 8px
  }
}

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

.bdet .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bdet .breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 16px 32px;
  max-width: 1100px;
  margin: 0 auto
}

.bdet .breadcrumb a {
  font-size: 14px;
  color: #A79635;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bdet .breadcrumb a:hover {
  color: #7a6d27
}

.bdet .breadcrumb .bsep {
  display: flex;
  align-items: center
}

.bdet .breadcrumb .bsep svg {
  display: block
}

.bdet .breadcrumb .bcur {
  font-size: 14px;
  color: #5a5540
}

.bdet .art-hero {
  position: relative;
  background: linear-gradient(165deg, #D8D5A6 0%, #F7F5ED 60%, #fff 100%);
  padding: 56px 32px;
  overflow: hidden
}

.bdet .art-hero .blob1 {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: #a7963521;
  border-radius: 36px;
  filter: blur(48px);
  pointer-events: none
}

.bdet .art-hero .blob2 {
  position: absolute;
  bottom: -30px;
  left: -50px;
  width: 240px;
  height: 240px;
  background: #d8d5a638;
  border-radius: 36px;
  filter: blur(36px);
  pointer-events: none
}

.bdet .art-hero .hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: center
}

.bdet .art-hero .hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bdet .art-hero .art-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #A79635;
  letter-spacing: .04em;
  text-transform: uppercase
}

.bdet .art-hero .art-tag .tag-dot {
  width: 6px;
  height: 6px;
  background: #A79635;
  border-radius: 50%;
  display: inline-block
}

.bdet .art-hero .art-h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #2a2510;
  margin: 0;
  font-weight: 800
}

.bdet .art-hero .art-sub {
  font-size: 21px;
  line-height: 1.7;
  color: #4a4328;
  margin: 0
}

.bdet .art-hero .art-meta-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px
}

.bdet .art-hero .meta-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #a796351a;
  border: 1px solid #a7963540;
  border-radius: 36px;
  padding: 8px 16px;
  font-size: 14px;
  color: #5a5030
}

.bdet .art-hero .meta-pill svg {
  flex-shrink: 0
}

.bdet .art-hero .print-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid #A79635;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  color: #A79635;
  cursor: pointer;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bdet .art-hero .print-btn:hover {
  background: #A79635;
  color: #fff
}

.bdet .art-hero .print-btn:active {
  transform: scale(0.97)
}

.bdet .art-hero .hero-img-wrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 12px 36px -1px #a7963521
}

.bdet .art-hero .hero-img-wrap img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: saturate(0.7) brightness(0.92)
}

.bdet .art-hero .hero-img-wrap:hover img {
  filter: saturate(1) brightness(1)
}

.bdet .art-hero .hero-img-wrap .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #a7963547 0%, #d8d5a61a 100%);
  transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.bdet .art-hero .hero-img-wrap:hover .img-overlay {
  opacity: 0
}

.bdet .art-body-sec {
  padding: 56px 32px;
  background: #fff;
  position: relative
}

.bdet .art-body-sec .body-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: start
}

.bdet .art-body-sec .art-content {
  min-width: 0
}

.bdet .art-body-sec .art-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #2e2a18;
  margin: 0 0 16px
}

.bdet .art-body-sec .art-content h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2510;
  margin: 32px 0 16px;
  font-weight: 700
}

.bdet .art-body-sec .art-content h3 {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2510;
  margin: 32px 0 16px;
  font-weight: 600
}

.bdet .art-body-sec .art-content blockquote {
  margin: 32px 0;
  padding: 16px 32px;
  background: #F7F5ED;
  border-radius: 13px;
  box-shadow: 1px 2px 5px -1px #a796350f
}

.bdet .art-body-sec .art-content blockquote p {
  font-size: 21px;
  line-height: 1.7;
  color: #4a4328;
  font-style: italic;
  margin: 0
}

.bdet .art-body-sec .art-content cite {
  display: block;
  font-size: 14px;
  color: #A79635;
  margin-top: 8px;
  font-style: normal
}

.bdet .art-body-sec .art-content ol {
  padding-left: 32px;
  margin: 0 0 16px
}

.bdet .art-body-sec .art-content ol li {
  font-size: 17px;
  line-height: 1.7;
  color: #2e2a18;
  margin-bottom: 8px
}

.bdet .art-body-sec .art-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.bdet .art-body-sec .art-content table thead tr {
  background: #A79635;
  color: #fff
}

.bdet .art-body-sec .art-content table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px
}

.bdet .art-body-sec .art-content table td {
  padding: 16px;
  border-bottom: 1px solid #D8D5A6;
  color: #2e2a18;
  line-height: 1.7
}

.bdet .art-body-sec .art-content table tbody tr:nth-child(even) {
  background: #F7F5ED
}

.bdet .art-body-sec .art-content table tfoot td {
  background: #D8D5A6;
  font-weight: 600;
  color: #2a2510
}

.bdet .art-body-sec .art-content time {
  font-size: 14px;
  color: #A79635
}

.bdet .art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 32px
}

.bdet .art-sidebar .stat-card {
  background: linear-gradient(160deg, #F7F5ED 0%, #fff 100%);
  border: 1px solid #D8D5A6;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.bdet .art-sidebar .stat-card .stat-top {
  padding: 16px;
  border-bottom: 1px solid #D8D5A6
}

.bdet .art-sidebar .stat-card .stat-bottom {
  padding: 16px
}

.bdet .art-sidebar .stat-card .stat-label {
  font-size: 14px;
  color: #7a6d40;
  margin: 0 0 8px
}

.bdet .art-sidebar .stat-card .stat-val {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  color: #A79635;
  margin: 0
}

.bdet .art-sidebar .stat-card .stat-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4328;
  margin: 0
}

.bdet .art-sidebar .ring-block {
  background: #F7F5ED;
  border-radius: 13px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 1px 2px 5px -1px #a796350f
}

.bdet .art-sidebar .ring-block .ring-label {
  font-size: 14px;
  color: #5a5030;
  text-align: center
}

.bdet .art-sidebar .ring-block .ring-wrap {
  position: relative;
  width: 96px;
  height: 96px
}

.bdet .art-sidebar .ring-block .ring-wrap svg {
  transform: rotate(-90deg)
}

.bdet .art-sidebar .ring-block .ring-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  color: #A79635
}

.bdet .art-sidebar .ring-block .ring-desc {
  font-size: 14px;
  color: #4a4328;
  text-align: center;
  line-height: 1.7
}

.bdet .art-sidebar .author-strip {
  background: #2a2510;
  border-radius: 13px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 1px 12px 36px -1px #a7963521
}

.bdet .art-sidebar .author-strip .as-label {
  font-size: 14px;
  color: #D8D5A6
}

.bdet .art-sidebar .author-strip .as-name {
  font-size: 17px;
  font-weight: 600;
  color: #fff
}

.bdet .art-sidebar .author-strip .as-tag {
  font-size: 14px;
  color: #A79635
}

.bdet .wave-sec {
  position: relative;
  padding: 56px 32px;
  background: #F7F5ED;
  overflow: hidden
}

.bdet .wave-sec .wave-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.bdet .wave-sec .wave-bg svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  opacity: .18;
  animation: waveMove 8s linear infinite
}

@keyframes waveMove {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.bdet .wave-sec .wave-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.bdet .wave-sec .wave-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px
}

.bdet .wave-sec .wave-head .sec-faded {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 800;
  color: #a796351a;
  margin: 0;
  pointer-events: none;
  user-select: none
}

.bdet .wave-sec .wave-head h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2510;
  margin: 0;
  font-weight: 700
}

.bdet .wave-sec .wave-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4328;
  max-width: 640px;
  margin: 0
}

.bdet .wave-sec .three-col {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1.6fr;
  gap: 32px;
  align-items: stretch
}

.bdet .wave-sec .tip-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px 16px;
  box-shadow: 1px 5px 20px -1px #a7963514;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.0, 0, 0.2, 1);
  cursor: default
}

.bdet .wave-sec .tip-card:active {
  transform: scale(0.98);
  box-shadow: 1px 2px 5px -1px #a796350f
}

.bdet .wave-sec .tip-card:hover {
  box-shadow: 1px 12px 36px -1px #a7963521
}

.bdet .wave-sec .tip-card .tc-num {
  font-size: 28px;
  font-weight: 800;
  color: #a7963538;
  line-height: 1.15
}

.bdet .wave-sec .tip-card h4 {
  font-size: 17px;
  line-height: 1.15;
  color: #2a2510;
  font-weight: 600;
  margin: 0
}

.bdet .wave-sec .tip-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4328;
  margin: 0
}

.bdet .wave-sec .tip-card.featured {
  background: linear-gradient(160deg, #2a2510 0%, #3d3618 100%);
  position: relative
}

.bdet .wave-sec .tip-card.featured .tc-num {
  color: #d8d5a640
}

.bdet .wave-sec .tip-card.featured h4 {
  color: #D8D5A6
}

.bdet .wave-sec .tip-card.featured p {
  color: #b0a87a
}

.bdet .wave-sec .divider-tri {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 56px 0 0
}

.bdet .wave-sec .divider-tri svg {
  display: block
}

@media (max-width: 1024px) {
  .bdet .art-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .bdet .art-hero .art-h1 {
    font-size: 28px
  }

  .bdet .art-hero .hero-img-wrap {
    max-width: 100%
  }

  .bdet .art-body-sec .body-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .bdet .art-sidebar {
    position: static
  }

  .bdet .wave-sec .three-col {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 768px) {
  .bdet .art-hero {
    padding: 32px 16px
  }

  .bdet .breadcrumb {
    padding: 16px
  }

  .bdet .art-hero .art-h1 {
    font-size: 28px
  }

  .bdet .art-body-sec {
    padding: 32px 16px
  }

  .bdet .art-body-sec .body-grid {
    gap: 32px
  }

  .bdet .wave-sec {
    padding: 32px 16px
  }

  .bdet .wave-sec .three-col {
    grid-template-columns: 1fr
  }

  .bdet .wave-sec .wave-head .sec-faded {
    font-size: 28px
  }
}

@media (max-width: 375px) {
  .bdet .art-hero .art-meta-row {
    flex-direction: column;
    align-items: flex-start
  }

  .bdet .art-body-sec .art-content table {
    font-size: 14px
  }
}

@media print {
  .bdet .print-btn {
    display: none
  }

  .bdet .art-hero .blob1,
  .bdet .art-hero .blob2 {
    display: none
  }
}

.srvpg {
  background-color: #fff;
  overflow-x: clip;
  position: relative
}

.srvpg * {
  box-sizing: border-box
}

.srvpg .pg-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.srvpg .titblk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  position: relative
}

.srvpg .titblk-left {
  background-color: #F7F5ED;
  padding: 56px 56px 56px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1
}

.srvpg .titblk-left::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid #A79635;
  opacity: .35;
  pointer-events: none
}

.srvpg .titblk-label {
  font-size: 14px;
  line-height: 1.15;
  color: #A79635;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600
}

.srvpg .titblk-h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #1e1b0e;
  margin: 0 0 16px;
  font-weight: 700
}

.srvpg .titblk-h1 .grad-word {
  background: linear-gradient(135deg, #A79635 0%, #c8b44a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.srvpg .titblk-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3520;
  margin: 0;
  max-width: 420px
}

.srvpg .titblk-right {
  position: relative;
  overflow: hidden
}

.srvpg .titblk-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvpg .titblk-right:hover img {
  transform: scale(1.04)
}

.srvpg .titblk-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #a7963561 0%, #f7f5ed14 100%);
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvpg .titblk-right:hover::after {
  opacity: .5
}

.srvpg .divdr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  max-width: 1100px;
  margin: 0 auto
}

.srvpg .divdr-line {
  flex: 1;
  height: 1px;
  background-color: #D8D5A6
}

.srvpg .divdr-gem {
  width: 10px;
  height: 10px;
  background-color: #A79635;
  transform: rotate(45deg);
  border-radius: 4px;
  flex-shrink: 0
}

.srvpg .mosaicblk {
  padding: 56px 0;
  background-color: #fff
}

.srvpg .mosaicblk-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px
}

.srvpg .mosaic-head {
  margin-bottom: 32px
}

.srvpg .mosaic-head h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #1e1b0e;
  margin: 0 0 8px;
  font-weight: 700
}

.srvpg .mosaic-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3520;
  margin: 0;
  max-width: 600px
}

.srvpg .mgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

.srvpg .mcard {
  background-color: #F7F5ED;
  border-radius: 13px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.srvpg .mcard:hover {
  box-shadow: 1px 5px 20px -1px #a7963514;
  transform: translateY(-2px)
}

.srvpg .mcard.wide {
  grid-column: span 2
}

.srvpg .mcard.tall {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.srvpg .mcard-num {
  font-size: 70px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 16px;
  pointer-events: none;
  user-select: none;
  opacity: .7
}

.srvpg .mcard h4 {
  font-size: 21px;
  line-height: 1.15;
  color: #1e1b0e;
  margin: 0 0 16px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.srvpg .mcard p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3520;
  margin: 0;
  position: relative;
  z-index: 1
}

.srvpg .mcard-img {
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 16px;
  flex-shrink: 0
}

.srvpg .mcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: grayscale(30%)
}

.srvpg .mcard-img:hover img {
  transform: scale(1.05);
  filter: grayscale(0%)
}

.srvpg .mcard-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  color: #A79635;
  background-color: #a796351a;
  border-radius: 36px;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-weight: 600
}

.srvpg .geomotif {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  overflow: hidden;
  max-width: 100%
}

.srvpg .geomotif-item {
  width: 8px;
  height: 8px;
  background-color: #D8D5A6;
  border-radius: 4px;
  transform: rotate(45deg);
  flex-shrink: 0;
  animation: geofade 8s ease-in-out infinite
}

.srvpg .geomotif-item:nth-child(2n) {
  background-color: #A79635;
  opacity: .5;
  animation-delay: 1.2s
}

.srvpg .geomotif-item:nth-child(3n) {
  animation-delay: 2.4s
}

@keyframes geofade {

  0%,
  100% {
    opacity: .4
  }

  50% {
    opacity: 1
  }
}

.srvpg .procblk {
  padding: 56px 0 96px;
  background-color: #F7F5ED;
  position: relative
}

.srvpg .procblk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #D8D5A6 0%, #fff 100%);
  opacity: .3;
  pointer-events: none;
  animation: bgbreath 8s ease-in-out infinite
}

@keyframes bgbreath {

  0%,
  100% {
    opacity: .3
  }

  50% {
    opacity: .5
  }
}

.srvpg .procblk-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 1
}

.srvpg .proc-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 56px
}

.srvpg .proc-top-img {
  width: 100%;
  height: 360px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 12px 36px -1px #a7963521;
  position: relative
}

.srvpg .proc-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(25%);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1), filter .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.srvpg .proc-top-img:hover img {
  transform: scale(1.04);
  filter: grayscale(0%)
}

.srvpg .proc-top-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #a7963538 0%, #fff0 60%);
  pointer-events: none
}

.srvpg .proc-txt h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #1e1b0e;
  margin: 0 0 16px;
  font-weight: 700
}

.srvpg .proc-txt p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3520;
  margin: 0 0 16px
}

.srvpg .proc-txt p:last-child {
  margin-bottom: 0
}

.srvpg .steprow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.srvpg .stepcard {
  background-color: #fff;
  border-radius: 13px;
  padding: 32px 16px;
  text-align: left;
  box-shadow: 1px 2px 5px -1px #a796350f;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeup .25s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.srvpg .stepcard:nth-child(1) {
  animation-delay: .08s
}

.srvpg .stepcard:nth-child(2) {
  animation-delay: .18s
}

.srvpg .stepcard:nth-child(3) {
  animation-delay: .28s
}

.srvpg .stepcard:nth-child(4) {
  animation-delay: .38s
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

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

.srvpg .stepcard:hover {
  box-shadow: 1px 5px 20px -1px #a7963514
}

.srvpg .stepcard-n {
  font-size: 70px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 700;
  position: absolute;
  bottom: -8px;
  right: 8px;
  pointer-events: none;
  user-select: none
}

.srvpg .stepcard h5 {
  font-size: 17px;
  line-height: 1.15;
  color: #1e1b0e;
  margin: 0 0 8px;
  font-weight: 700;
  position: relative;
  z-index: 1
}

.srvpg .stepcard p {
  font-size: 14px;
  line-height: 1.7;
  color: #3a3520;
  margin: 0;
  position: relative;
  z-index: 1
}

.srvpg .stepcard-dot {
  width: 10px;
  height: 10px;
  background-color: #A79635;
  border-radius: 4px;
  margin-bottom: 16px
}

@media (max-width: 1024px) {
  .srvpg .titblk-h1 {
    font-size: 56px
  }

  .srvpg .mgrid {
    grid-template-columns: 1fr 1fr
  }

  .srvpg .mcard.wide {
    grid-column: span 2
  }

  .srvpg .mcard.tall {
    grid-row: span 1
  }

  .srvpg .steprow {
    grid-template-columns: 1fr 1fr
  }

  .srvpg .proc-top {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .srvpg .titblk {
    grid-template-columns: 1fr
  }

  .srvpg .titblk-right {
    height: 260px
  }

  .srvpg .titblk-left {
    padding: 56px 32px
  }

  .srvpg .titblk-h1 {
    font-size: 28px
  }

  .srvpg .mgrid {
    grid-template-columns: 1fr
  }

  .srvpg .mcard.wide {
    grid-column: span 1
  }

  .srvpg .proc-top {
    grid-template-columns: 1fr
  }

  .srvpg .proc-top-img {
    height: 220px
  }

  .srvpg .steprow {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 375px) {
  .srvpg .titblk-left {
    padding: 32px 16px
  }

  .srvpg .mosaicblk-inner {
    padding-left: 16px;
    padding-right: 16px
  }

  .srvpg .procblk-inner {
    padding-left: 16px;
    padding-right: 16px
  }

  .srvpg .steprow {
    grid-template-columns: 1fr
  }

  .srvpg .titblk-h1 {
    font-size: 21px
  }
}

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

.bse .inner-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bse .split-top {
  display: flex;
  flex-direction: row;
  min-height: 0
}

.bse .split-left {
  flex: 0 0 52%;
  background: #F7F5ED;
  padding: 56px 48px 56px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.bse .split-right {
  flex: 0 0 48%;
  position: relative;
  overflow: hidden
}

.bse .split-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .split-right:hover img {
  transform: scale(1.03)
}

.bse .img-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, transparent 40%, #a796352e 100%);
  pointer-events: none
}

.bse .corner-bracket {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none
}

.bse .corner-bracket.tl {
  top: 16px;
  left: 16px;
  border-top: 2px solid #A79635;
  border-left: 2px solid #A79635
}

.bse .corner-bracket.br {
  bottom: 16px;
  right: 16px;
  border-bottom: 2px solid #A79635;
  border-right: 2px solid #A79635
}

.bse .site-label {
  font-size: 14px;
  color: #A79635;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px
}

.bse .site-label-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #A79635
}

.bse .split-h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px
}

.bse .split-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 32px;
  max-width: 420px
}

.bse .btn-primary {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #A79635;
  border: none;
  padding: 12px 32px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.0, 0, 0.2, 1);
  align-self: flex-start
}

.bse .btn-primary:hover {
  background: #8a7a28
}

.bse .btn-primary:active {
  transform: scale(0.97)
}

.bse .asym-divider {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0 32px;
  max-width: 1100px;
  margin: 0 auto
}

.bse .asym-divider-long {
  flex: 0 0 72%;
  height: 1px;
  background: #D8D5A6
}

.bse .asym-divider-short {
  flex: 0 0 8%;
  height: 1px;
  background: #A79635;
  margin-left: 8px
}

.bse .post-listing {
  padding: 56px 0;
  background: #fff
}

.bse .post-listing-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bse .post-listing-label {
  font-size: 14px;
  color: #A79635;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px
}

.bse .post-listing-heading {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 32px
}

.bse .post-card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  background: #F7F5ED;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .post-card:hover {
  box-shadow: 1px 12px 36px -1px #a7963521
}

.bse .post-img-wrap {
  flex: 0 0 42%;
  position: relative;
  overflow: hidden
}

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

.bse .post-img-wrap:hover img {
  transform: scale(1.04)
}

.bse .post-img-overlay {
  position: absolute;
  inset: 0;
  background: #a7963526;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.bse .post-img-wrap:hover .post-img-overlay {
  opacity: 0
}

.bse .post-body {
  flex: 1;
  padding: 32px 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.bse .post-tag {
  display: inline-block;
  font-size: 14px;
  color: #A79635;
  background: #fff;
  border: 1px solid #D8D5A6;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 16px;
  align-self: flex-start
}

.bse .post-title {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 8px
}

.bse .post-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #5a4f2a;
  margin: 0 0 16px
}

.bse .post-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 16px
}

.bse .post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.bse .post-author {
  font-size: 14px;
  color: #7a6e3a
}

.bse .post-readtime {
  font-size: 14px;
  color: #A79635
}

.bse .post-link {
  display: inline-block;
  font-size: 14px;
  color: #A79635;
  text-decoration: none;
  border-bottom: 1px solid #D8D5A6;
  padding-bottom: 2px;
  margin-top: 16px;
  align-self: flex-start;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .post-link:hover {
  color: #2a2410;
  border-color: #A79635
}

.bse .series-section {
  padding: 56px 0;
  background: linear-gradient(160deg, #F7F5ED 60%, #D8D5A6 100%);
  position: relative
}

.bse .series-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bse .series-top {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.bse .series-col-a {
  flex: 0 0 38%
}

.bse .series-col-b {
  flex: 1;
  margin-top: 56px
}

.bse .section-eyebrow {
  font-size: 14px;
  color: #A79635;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px
}

.bse .series-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px
}

.bse .series-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 32px
}

.bse .curved-connector {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 16px
}

.bse .series-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .series-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .series-item:hover {
  box-shadow: 1px 5px 20px -1px #a7963514
}

.bse .series-num {
  font-size: 28px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 700;
  flex-shrink: 0;
  width: 40px;
  text-align: center
}

.bse .series-item-text {
  flex: 1
}

.bse .series-item-title {
  font-size: 17px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 8px
}

.bse .series-item-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4f2a;
  margin: 0
}

.bse .series-img-wrap {
  margin-top: 32px;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514;
  position: relative
}

.bse .series-img-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .series-img-wrap:hover img {
  transform: scale(1.03)
}

.bse .series-img-overlay {
  position: absolute;
  inset: 0;
  background: #a796351f;
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .series-img-wrap:hover .series-img-overlay {
  opacity: 0
}

.bse .depth-section {
  padding: 56px 0;
  background: #2a2410;
  position: relative
}

.bse .depth-section-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.bse .depth-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative
}

.bse .depth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.bse .depth-eyebrow {
  font-size: 14px;
  color: #D8D5A6;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px;
  grid-column: 1 / -1
}

.bse .depth-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #F7F5ED;
  margin: 0 0 8px;
  grid-column: 1 / -1
}

.bse .depth-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #c4b97a;
  margin: 0 0 32px;
  grid-column: 1 / -1;
  max-width: 600px
}

.bse .depth-stat {
  background: #a796351f;
  border-radius: 13px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .depth-stat:hover {
  background: #a7963538
}

.bse .depth-stat-num {
  font-size: 70px;
  line-height: 1.15;
  color: #A79635;
  margin: 0
}

.bse .depth-stat-label {
  font-size: 17px;
  line-height: 1.7;
  color: #F7F5ED;
  margin: 0
}

.bse .depth-stat-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #c4b97a;
  margin: 0
}

.bse .depth-img-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .depth-img-wrap {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.bse .depth-img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .depth-img-wrap:hover img {
  transform: scale(1.04)
}

.bse .depth-img-overlay {
  position: absolute;
  inset: 0;
  background: #a796352e;
  pointer-events: none;
  transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .depth-img-wrap:hover .depth-img-overlay {
  opacity: 0
}

.bse .process-section {
  padding: 56px 0;
  background: #fff;
  position: relative
}

.bse .process-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bse .process-top {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.bse .process-left {
  flex: 1
}

.bse .process-right {
  flex: 0 0 40%;
  position: relative
}

.bse .process-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px
}

.bse .process-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 32px
}

.bse .steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bse .step-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.bse .step-num-wrap {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 36px;
  background: #F7F5ED;
  border: 1px solid #D8D5A6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #A79635;
  font-weight: 600
}

.bse .step-text {
  flex: 1;
  padding-top: 8px
}

.bse .step-title {
  font-size: 17px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 8px
}

.bse .step-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4f2a;
  margin: 0
}

.bse .result-preview {
  background: #F7F5ED;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 1px 5px 20px -1px #a7963514;
  position: relative
}

.bse .result-preview-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative
}

.bse .result-preview-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block
}

.bse .result-label {
  font-size: 14px;
  color: #A79635;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px
}

.bse .result-title {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 8px
}

.bse .result-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0
}

.bse .subscribe-section {
  padding: 56px 0;
  position: relative;
  overflow: hidden
}

.bse .subscribe-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #F7F5ED 0%, #D8D5A6 100%);
  z-index: 0
}

.bse .subscribe-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none
}

.bse .subscribe-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2
}

.bse .subscribe-flex {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center
}

.bse .subscribe-text {
  flex: 1
}

.bse .subscribe-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px
}

.bse .subscribe-desc {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 16px
}

.bse .subscribe-detail {
  font-size: 14px;
  line-height: 1.7;
  color: #7a6e3a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px
}

.bse .subscribe-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px
}

.bse .sym-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.bse .subscribe-form-wrap {
  flex: 0 0 380px
}

.bse .subscribe-form {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.bse .form-field {
  margin-bottom: 16px
}

.bse .form-label {
  display: block;
  font-size: 14px;
  color: #4a4228;
  margin-bottom: 8px
}

.bse .form-input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #D8D5A6;
  border-radius: 4px;
  font-size: 14px;
  color: #2a2410;
  background: #F7F5ED;
  outline: none;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box
}

.bse .form-input:focus {
  border-color: #A79635
}

.bse .form-input::placeholder {
  color: #b0a060
}

.bse .form-submit {
  width: 100%;
  padding: 12px 0;
  background: #A79635;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  cursor: pointer;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.bse .form-submit:hover {
  background: #8a7a28
}

.bse .form-submit:active {
  transform: scale(0.97)
}

.bse .form-note {
  font-size: 14px;
  color: #7a6e3a;
  margin-top: 8px;
  text-align: center
}

.bse .about-section {
  padding: 56px 0;
  background: #F7F5ED
}

.bse .about-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.bse .about-img-col {
  flex: 0 0 40%;
  position: relative
}

.bse .about-img-frame {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 12px 36px -1px #a7963521;
  position: relative
}

.bse .about-img-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .about-img-frame:hover img {
  transform: scale(1.03)
}

.bse .about-img-overlay {
  position: absolute;
  inset: 0;
  background: #a796351f;
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .about-img-frame:hover .about-img-overlay {
  opacity: 0
}

.bse .about-text-col {
  flex: 1;
  padding-top: 16px
}

.bse .about-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px
}

.bse .about-body {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 16px
}

.bse .about-highlights {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap
}

.bse .about-hl {
  flex: 1;
  min-width: 120px;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 1px 2px 5px -1px #a796350f;
  text-align: left
}

.bse .about-hl-num {
  font-size: 28px;
  line-height: 1.15;
  color: #A79635;
  margin: 0 0 8px
}

.bse .about-hl-label {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4f2a;
  margin: 0
}

.bse .about-link {
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
  color: #A79635;
  text-decoration: none;
  border-bottom: 1px solid #D8D5A6;
  padding-bottom: 2px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .about-link:hover {
  color: #2a2410;
  border-color: #A79635
}

.bse .sand-section {
  padding: 56px 0;
  background: #fff;
  position: relative
}

.bse .sand-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.bse .sand-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1
}

.bse .sand-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 8px
}

.bse .sand-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4228;
  margin: 0 0 32px;
  max-width: 560px
}

.bse .sand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.bse .sand-card {
  border-radius: 13px;
  border: 1px solid #D8D5A6;
  padding: 32px;
  background: #F7F5ED;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.bse .sand-card:hover {
  box-shadow: 1px 5px 20px -1px #a7963514;
  background: #fff
}

.bse .sand-card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px
}

.bse .sand-card-title {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0
}

.bse .sand-card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #5a4f2a;
  margin: 0
}

@media (max-width: 1024px) {
  .bse .split-h1 {
    font-size: 56px
  }

  .bse .depth-grid {
    grid-template-columns: 1fr 1fr
  }

  .bse .depth-img-col {
    display: none
  }

  .bse .process-top {
    flex-direction: column;
    gap: 32px
  }

  .bse .process-right {
    flex: 0 0 auto;
    width: 100%
  }

  .bse .series-top {
    flex-direction: column;
    gap: 32px
  }

  .bse .series-col-b {
    margin-top: 0
  }
}

@media (max-width: 768px) {
  .bse .split-top {
    flex-direction: column
  }

  .bse .split-left {
    flex: none;
    padding: 56px 16px 32px
  }

  .bse .split-right {
    flex: none;
    height: 260px
  }

  .bse .split-h1 {
    font-size: 28px
  }

  .bse .post-card {
    flex-direction: column
  }

  .bse .post-img-wrap {
    flex: none;
    height: 200px
  }

  .bse .post-body {
    padding: 16px
  }

  .bse .subscribe-flex {
    flex-direction: column;
    gap: 32px
  }

  .bse .subscribe-form-wrap {
    flex: none;
    width: 100%
  }

  .bse .about-inner {
    flex-direction: column;
    gap: 32px
  }

  .bse .about-img-col {
    flex: none;
    width: 100%
  }

  .bse .sand-grid {
    grid-template-columns: 1fr
  }

  .bse .depth-grid {
    grid-template-columns: 1fr
  }

  .bse .inner-wrap {
    padding: 0 16px
  }
}

@media (max-width: 375px) {
  .bse .split-h1 {
    font-size: 21px
  }

  .bse .depth-stat-num {
    font-size: 28px
  }

  .bse .about-highlights {
    flex-direction: column
  }

  .bse .subscribe-form {
    padding: 16px
  }
}

.bse .panorama-bg {
  position: relative;
  overflow: hidden
}

.bse .panorama-bg .pan-img {
  position: absolute;
  inset: -5% -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  animation: panoramaMove 18s linear infinite alternate;
  z-index: 0
}

@keyframes panoramaMove {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-5%)
  }
}

.bse .panorama-overlay {
  position: absolute;
  inset: 0;
  background: #2a24108c;
  z-index: 1;
  pointer-events: none
}

.bse .panorama-content {
  position: relative;
  z-index: 2
}

.bse .pan-section {
  padding: 56px 0;
  position: relative
}

.bse .pan-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.bse .pan-eyebrow {
  font-size: 14px;
  color: #D8D5A6;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px
}

.bse .pan-h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #F7F5ED;
  margin: 0 0 16px
}

.bse .pan-text {
  font-size: 17px;
  line-height: 1.7;
  color: #D8D5A6;
  max-width: 560px;
  margin: 0 0 32px
}

.bse .pan-link {
  display: inline-block;
  font-size: 17px;
  color: #2a2410;
  background: #A79635;
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.bse .pan-link:hover {
  background: #D8D5A6
}

.bse .pan-link:active {
  transform: scale(0.97)
}

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

.abtauth .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.abtauth .prof {
  background: linear-gradient(160deg, #F7F5ED 0%, #fff 100%);
  padding: 96px 0 56px;
  position: relative
}

.abtauth .prof::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #A79635
}

.abtauth .prof-edge {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 80px -20px #a7963514 inset 80px 0 80px -60px #a796350d inset -80px 0 80px -60px #a796350d;
  animation: edgepulse 4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes edgepulse {
  0% {
    opacity: .5
  }

  100% {
    opacity: 1
  }
}

.abtauth .prof-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1
}

.abtauth .prof-aside {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abtauth .prof-imgwrap {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 12px 36px -1px #a7963521
}

.abtauth .prof-imgwrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .prof-imgwrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #a796352e 0%, #a796350a 60%, #a7963538 100%);
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .prof-imgwrap:hover::after {
  opacity: 0
}

.abtauth .prof-imgwrap:hover img {
  transform: scale(1.03)
}

.abtauth .prof-stats {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abtauth .stat-item {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #D8D5A6;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .stat-item:hover {
  box-shadow: 1px 5px 20px -1px #a7963514;
  border-color: #A79635
}

.abtauth .stat-num {
  font-size: 28px;
  line-height: 1.15;
  color: #A79635;
  font-weight: 700;
  display: block
}

.abtauth .stat-lbl {
  font-size: 14px;
  line-height: 1.7;
  color: #4a4535;
  display: block
}

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

.abtauth .prof-eyebrow {
  font-size: 14px;
  line-height: 1.15;
  color: #A79635;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.abtauth .prof-name {
  font-size: 70px;
  line-height: 1.15;
  color: #2a2516;
  font-weight: 800;
  margin: 0
}

.abtauth .prof-role {
  font-size: 21px;
  line-height: 1.15;
  color: #6b5e28;
  font-weight: 400;
  margin: 0
}

.abtauth .prof-bio {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abtauth .prof-bio p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3220;
  margin: 0
}

.abtauth .prof-deco {
  position: relative
}

.abtauth .prof-deco::before {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background: #A79635;
  margin-bottom: 16px
}

.abtauth .prof-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abtauth .prof-imgwrap2 {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514
}

.abtauth .prof-imgwrap2 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .prof-imgwrap2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #a7963526;
  transition: opacity .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.abtauth .prof-imgwrap2:hover::after {
  opacity: 0
}

.abtauth .prof-imgwrap2:hover img {
  transform: scale(1.04)
}

.abtauth .prof-quote {
  background: #F7F5ED;
  border-radius: 13px;
  padding: 32px;
  border: 1px dashed #A79635;
  position: relative
}

.abtauth .prof-quote blockquote {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #3a3220;
  font-style: italic
}

.abtauth .prof-quote cite {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #A79635;
  font-style: normal;
  font-weight: 600
}

.abtauth .prof-numback {
  font-size: 70px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 900;
  opacity: .4;
  position: absolute;
  top: 8px;
  right: 16px;
  pointer-events: none;
  user-select: none
}

.abtauth .philos {
  background: #2a2516;
  padding: 96px 0;
  position: relative;
  overflow: hidden
}

.abtauth .philos-edge {
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 120px -10px #a796352e inset 0 -60px 80px -40px #a796351f;
  animation: edgepulse 5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

.abtauth .philos-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1
}

.abtauth .philos-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abtauth .philos-tag {
  font-size: 14px;
  color: #D8D5A6;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600
}

.abtauth .philos-head {
  font-size: 28px;
  line-height: 1.15;
  color: #F7F5ED;
  font-weight: 700;
  margin: 0;
  position: relative
}

.abtauth .philos-numback {
  font-size: 70px;
  line-height: 1.15;
  color: #A79635;
  font-weight: 900;
  opacity: .12;
  position: absolute;
  top: -16px;
  left: -8px;
  pointer-events: none;
  user-select: none
}

.abtauth .philos-txt {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abtauth .philos-txt p {
  font-size: 17px;
  line-height: 1.7;
  color: #c9c2a0;
  margin: 0
}

.abtauth .philos-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px
}

.abtauth .philos-imgbox {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 5px 20px -1px #a7963514;
  position: relative
}

.abtauth .philos-imgbox img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .philos-imgbox::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #2a251659;
  transition: opacity .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.abtauth .philos-imgbox:hover::after {
  opacity: 0
}

.abtauth .philos-imgbox:hover img {
  transform: scale(1.05)
}

.abtauth .philos-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abtauth .cmp-head {
  font-size: 21px;
  line-height: 1.15;
  color: #F7F5ED;
  font-weight: 700;
  margin: 0
}

.abtauth .cmp-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 12px 36px -1px #a7963521
}

.abtauth .cmp-hdr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: #A79635;
  padding: 16px;
  gap: 8px
}

.abtauth .cmp-hdr span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.15
}

.abtauth .cmp-hdr span:last-child,
.abtauth .cmp-hdr span:nth-child(2) {
  text-align: center
}

.abtauth .cmp-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 16px;
  gap: 8px;
  align-items: center;
  background: #3a3220;
  border-bottom: 1px solid #a7963526;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .cmp-row:last-child {
  border-bottom: none
}

.abtauth .cmp-row:hover {
  background: #4a4232
}

.abtauth .cmp-feat {
  font-size: 14px;
  color: #c9c2a0;
  line-height: 1.7
}

.abtauth .cmp-cell {
  display: flex;
  align-items: center;
  justify-content: center
}

.abtauth .ico-check,
.abtauth .ico-cross {
  width: 22px;
  height: 22px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abtauth .ico-check {
  background: #a7963533
}

.abtauth .ico-cross {
  background: #ffffff0f
}

.abtauth .ico-check svg,
.abtauth .ico-cross svg {
  display: block
}

.abtauth .philos-more {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abtauth .philos-more p {
  font-size: 17px;
  line-height: 1.7;
  color: #c9c2a0;
  margin: 0
}

.abtauth .philos-imgfull {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 12px 36px -1px #a7963521
}

.abtauth .philos-imgfull img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abtauth .philos-imgfull::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #2a25164d;
  transition: opacity .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.abtauth .philos-imgfull:hover::after {
  opacity: 0
}

.abtauth .philos-imgfull:hover img {
  transform: scale(1.04)
}

@media (max-width: 1024px) {
  .abtauth .prof-grid {
    grid-template-columns: 1fr 2fr;
    gap: 32px
  }

  .abtauth .prof-right {
    display: none
  }

  .abtauth .prof-name {
    font-size: 28px
  }

  .abtauth .philos-layout {
    grid-template-columns: 1fr;
    gap: 32px
  }
}

@media (max-width: 768px) {
  .abtauth .prof {
    padding: 56px 0 32px
  }

  .abtauth .prof-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abtauth .prof-aside {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
  }

  .abtauth .prof-imgwrap {
    width: 100%
  }

  .abtauth .prof-stats {
    flex-direction: row;
    flex-wrap: wrap
  }

  .abtauth .stat-item {
    flex: 1 1 140px
  }

  .abtauth .prof-name {
    font-size: 28px
  }

  .abtauth .philos {
    padding: 56px 0
  }

  .abtauth .philos-imgs {
    grid-template-columns: 1fr
  }

  .abtauth .cmp-hdr span,
  .abtauth .cmp-feat {
    font-size: 14px
  }
}

@media (max-width: 375px) {
  .abtauth .pg-wrap {
    padding: 0 16px
  }

  .abtauth .prof-name {
    font-size: 21px
  }

  .abtauth .cmp-table {
    font-size: 14px
  }
}

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

.blg .pg-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.blg .titband {
  position: relative;
  background: #F7F5ED;
  padding: 32px 0 0;
  border-bottom: 2px solid #D8D5A6
}

.blg .titband-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px;
  position: relative
}

.blg .titband-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 24px;
  right: 24px;
  bottom: 0;
  border-top: 1px solid #A79635;
  border-left: 1px solid #A79635;
  border-right: 1px solid #A79635;
  pointer-events: none
}

.blg .titband-text {
  flex: 1 1 0;
  padding: 32px 0
}

.blg .titband-text h1 {
  font-size: 70px;
  line-height: 1.15;
  color: #2a2410;
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -1px
}

.blg .titband-text h1 span {
  color: #A79635
}

.blg .titband-link {
  display: inline-block;
  font-size: 14px;
  color: #A79635;
  text-decoration: none;
  border-bottom: 1px solid #A79635;
  padding-bottom: 2px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.blg .titband-link:hover {
  color: #2a2410;
  border-color: #2a2410
}

.blg .titband-img {
  flex: 0 0 340px;
  width: 340px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0
}

.blg .titband-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: bgzoom 12s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

.blg .titband-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, #a7963512 0px, #a7963512 1px, transparent 1px, transparent 4px);
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .titband-img:hover::after {
  opacity: 0
}

@keyframes bgzoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.07)
  }
}

.blg .svg-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 0
}

.blg .posts-seg {
  padding: 56px 0;
  background: #fff
}

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

.blg .pcard {
  background: #F7F5ED;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative
}

.blg .pcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 56px;
  background: #A79635;
  border-radius: 0 4px 4px 0
}

.blg .pcard:hover {
  box-shadow: 1px 5px 20px -1px #a7963514;
  transform: translateY(-2px)
}

.blg .pcard:active {
  transform: scale(0.98)
}

.blg .pcard-img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative
}

.blg .pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.88) saturate(0.9)
}

.blg .pcard:hover .pcard-img img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1)
}

.blg .pcard-body {
  padding: 16px 16px 8px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.blg .pcard-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.blg .ptag {
  font-size: 14px;
  background: #D8D5A6;
  color: #2a2410;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 600;
  line-height: 1.7
}

.blg .pcat {
  font-size: 14px;
  background: transparent;
  color: #A79635;
  border: 1px solid #A79635;
  border-radius: 4px;
  padding: 2px 8px;
  line-height: 1.7
}

.blg .pcard-title {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 700;
  margin: 0
}

.blg .pcard-sub {
  font-size: 14px;
  color: #5a5030;
  line-height: 1.7;
  margin: 0
}

.blg .pcard-desc {
  font-size: 14px;
  color: #3d3520;
  line-height: 1.7;
  margin: 0;
  flex: 1 1 auto
}

.blg .pcard-foot {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #D8D5A6;
  margin-top: 8px
}

.blg .pcard-author {
  font-size: 14px;
  color: #5a5030;
  line-height: 1.7
}

.blg .pcard-read {
  font-size: 14px;
  color: #A79635;
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.blg .pcard-read svg {
  flex-shrink: 0
}

.blg .pcard-lnk {
  display: block;
  text-decoration: none;
  color: inherit
}

.blg .pcard-lnk:focus-visible {
  outline: 2px solid #A79635 !important;
  outline-offset: 2px !important;
  border-radius: 13px !important
}

.blg .about-seg {
  padding: 56px 0;
  background: #F7F5ED;
  position: relative
}

.blg .about-seg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #D8D5A6 0%, #fff 55%);
  pointer-events: none;
  z-index: 0
}

.blg .about-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: center
}

.blg .about-num {
  font-size: 70px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 900;
  position: absolute;
  top: -16px;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.blg .about-left {
  position: relative
}

.blg .about-label {
  font-size: 14px;
  color: #A79635;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block
}

.blg .about-left h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 800;
  margin: 0 0 16px;
  position: relative;
  z-index: 1
}

.blg .about-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3520;
  margin: 0
}

.blg .about-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.blg .about-stat {
  background: #fff;
  border-radius: 13px;
  padding: 16px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .about-stat:hover {
  box-shadow: 1px 5px 20px -1px #a7963514
}

.blg .about-stat-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F5ED;
  border-radius: 4px
}

.blg .about-stat-text {
  display: flex;
  flex-direction: column;
  gap: 0
}

.blg .about-stat-val {
  font-size: 21px;
  font-weight: 800;
  color: #A79635;
  line-height: 1.15
}

.blg .about-stat-desc {
  font-size: 14px;
  color: #5a5030;
  line-height: 1.7
}

.blg .tips-seg {
  padding: 56px 0;
  background: #fff
}

.blg .tips-head {
  max-width: 1100px;
  margin: 0 auto 32px;
  padding: 0 32px;
  position: relative
}

.blg .tips-head h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 800;
  margin: 0 0 8px
}

.blg .tips-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3520;
  margin: 0;
  max-width: 600px
}

.blg .tips-numfade {
  font-size: 70px;
  line-height: 1.15;
  color: #F7F5ED;
  font-weight: 900;
  position: absolute;
  top: -24px;
  right: 32px;
  pointer-events: none;
  user-select: none
}

.blg .tips-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.blg .tip-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: flex-start;
  background: #F7F5ED;
  border-radius: 13px;
  padding: 16px 32px 16px 16px;
  box-shadow: 1px 2px 5px -1px #a796350f;
  transition: background .15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.blg .tip-row:active {
  background: #2a2410
}

.blg .tip-row:active .tip-n,
.blg .tip-row:active .tip-body h4,
.blg .tip-row:active .tip-body p {
  color: #fff
}

.blg .tip-n {
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  color: #D8D5A6;
  text-align: center;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .tip-body h4 {
  font-size: 17px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 700;
  margin: 0 0 8px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .tip-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #3d3520;
  margin: 0;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .join-seg {
  padding: 56px 0;
  background: #2a2410;
  position: relative;
  overflow: hidden
}

.blg .join-seg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, #A79635 0%, #2a2410 60%);
  opacity: .18;
  pointer-events: none
}

.blg .join-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px
}

.blg .join-text {
  flex: 1 1 0
}

.blg .join-text h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #F7F5ED;
  font-weight: 800;
  margin: 0 0 16px
}

.blg .join-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #D8D5A6;
  margin: 0
}

.blg .join-form {
  flex: 0 0 380px
}

.blg .join-form form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.blg .join-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.blg .join-field label {
  font-size: 14px;
  color: #D8D5A6;
  font-weight: 600
}

.blg .join-field input {
  background: #f7f5ed14;
  border: 1px solid #A79635;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 17px;
  color: #F7F5ED;
  outline: none;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .join-field input::placeholder {
  color: #D8D5A6;
  opacity: .6
}

.blg .join-field input:focus {
  border-color: #F7F5ED;
  background: #f7f5ed24
}

.blg .join-field input:focus-visible {
  outline: 2px solid #A79635 !important;
  outline-offset: 2px !important
}

.blg .join-btn {
  background: #A79635;
  color: #fff;
  border: none;
  border-radius: 36px;
  padding: 8px 32px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 1px 5px 20px -1px #a7963514
}

.blg .join-btn:hover {
  background: #8a7a28
}

.blg .join-btn:active {
  transform: scale(0.97)
}

.blg .join-btn:focus-visible {
  outline: 2px solid #F7F5ED !important;
  outline-offset: 2px !important
}

.blg .serv-seg {
  padding: 56px 0;
  background: #F7F5ED
}

.blg .serv-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.blg .serv-head {
  position: relative;
  margin-bottom: 32px
}

.blg .serv-head h2 {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 800;
  margin: 0 0 8px
}

.blg .serv-head p {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3520;
  margin: 0;
  max-width: 580px
}

.blg .serv-numfade {
  font-size: 70px;
  line-height: 1.15;
  color: #D8D5A6;
  font-weight: 900;
  position: absolute;
  top: -20px;
  right: 0;
  pointer-events: none;
  user-select: none
}

.blg .serv-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.blg .serv-card {
  background: #fff;
  border-radius: 13px;
  padding: 32px;
  box-shadow: 1px 2px 5px -1px #a796350f;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .serv-card:hover {
  box-shadow: 1px 12px 36px -1px #a7963521
}

.blg .serv-card h4 {
  font-size: 21px;
  line-height: 1.15;
  color: #2a2410;
  font-weight: 700;
  margin: 0
}

.blg .serv-card p {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3520;
  margin: 0
}

.blg .serv-lnk {
  display: inline-block;
  font-size: 14px;
  color: #A79635;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #A79635;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.blg .serv-lnk:hover {
  color: #2a2410;
  border-color: #2a2410
}

.blg .serv-lnk:focus-visible {
  outline: 2px solid #A79635 !important;
  outline-offset: 2px !important
}

.blg .serv-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F5ED;
  border-radius: 4px
}

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

  .blg .about-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .blg .join-inner {
    flex-direction: column;
    gap: 32px
  }

  .blg .join-form {
    flex: 0 0 auto;
    width: 100%
  }

  .blg .titband-img {
    flex: 0 0 240px;
    width: 240px
  }

  .blg .titband-text h1 {
    font-size: 56px
  }
}

@media (max-width: 768px) {
  .blg .posts-grid {
    grid-template-columns: 1fr
  }

  .blg .titband-frame {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
  }

  .blg .titband-img {
    flex: 0 0 auto;
    width: 100%;
    height: 140px
  }

  .blg .titband-text h1 {
    font-size: 28px
  }

  .blg .serv-cols {
    grid-template-columns: 1fr
  }

  .blg .tips-numfade,
  .blg .serv-numfade,
  .blg .about-num {
    display: none
  }

  .blg .pg-wrap {
    padding: 0 16px
  }

  .blg .about-inner,
  .blg .tips-head,
  .blg .tips-list,
  .blg .join-inner,
  .blg .serv-inner {
    padding: 0 16px
  }

  .blg .titband-frame {
    padding: 0 16px
  }
}

@media (max-width: 375px) {
  .blg .titband-text h1 {
    font-size: 21px
  }

  .blg .pcard-foot {
    flex-direction: column;
    align-items: flex-start
  }
}

.successPage {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 16px;
  background-color: #F7F5ED
}

.successPage .successWrap {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 13px;
  padding: 56px;
  box-shadow: 1px 5px 20px -1px #a7963514;
  text-align: left
}

.successPage .successIcon {
  width: 56px;
  height: 56px;
  margin-bottom: 32px;
  display: block
}

.successPage .successTitle {
  font-size: 28px;
  line-height: 1.15;
  color: #2a2510;
  margin: 0 0 16px
}

.successPage .successText {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3820;
  margin: 0 0 32px
}

.successPage .successDivider {
  width: 48px;
  height: 2px;
  background-color: #A79635;
  border-radius: 4px;
  margin-bottom: 32px
}

.successPage .successNote {
  font-size: 14px;
  line-height: 1.7;
  color: #5c5530;
  margin: 0 0 32px;
  padding: 16px;
  background-color: #F7F5ED;
  border-radius: 4px
}

.successPage .successLink {
  display: inline-block;
  font-size: 17px;
  line-height: 1.15;
  color: #A79635;
  text-decoration: none;
  border-bottom: 1px solid #a7963559;
  padding-bottom: 2px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.successPage .successLink:hover {
  color: #7a6d25;
  border-color: #7a6d25
}

.successPage .successLink:focus {
  outline: 2px solid #A79635;
  outline-offset: 3px;
  border-radius: 4px
}

@media (max-width: 768px) {
  .successPage .successWrap {
    padding: 32px
  }
}

@media (max-width: 375px) {
  .successPage .successWrap {
    padding: 32px 16px
  }
}