body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'PT Sans', sans-serif
}

.site-header {
  box-sizing: border-box;
  background-color: #014048;
  position: relative
}

.top-bar {
  box-sizing: border-box;
  background-color: #012e34;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px
}

.top-bar-contact {
  display: flex;
  align-items: center;
  gap: 16px
}

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FE9BAA;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.top-contact-item:hover {
  color: #F9FBFA
}

.top-contact-item svg {
  flex-shrink: 0
}

.top-divider {
  width: 1px;
  height: 14px;
  background-color: #fe9baa40
}

.header-main {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding: 32px 32px 0;
  display: flex;
  align-items: flex-end;
  gap: 64px
}

.brand-hold {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding-bottom: 32px
}

.brand-logo-mount {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F9FBFA;
  box-shadow: 1px 3px 2px 0 #0140480f 1px 6px 28px 0 #01404814;
  flex-shrink: 0
}

.brand-logo-mount img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.brand-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: #F9FBFA;
  letter-spacing: -.02em;
  text-decoration: none
}

.brand-name span {
  color: #FE9BAA
}

.header-nav-shell {
  flex: 1
}

.primary-nav {
  display: flex;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap
}

.primary-nav li {
  margin: 0
}

.primary-nav a {
  display: block;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #f9fbfabf;
  text-decoration: none;
  letter-spacing: .01em;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  position: relative;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.primary-nav a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: transparent;
  border-radius: 2px 2px 0 0;
  transition: background-color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.primary-nav a:hover {
  color: #F9FBFA;
  background-color: #f9fbfa12
}

.primary-nav a:hover::after {
  background-color: #FE9BAA
}

.primary-nav a:focus {
  outline: none;
  color: #F9FBFA;
  background-color: #fe9baa1f;
  border: 2px solid #FE9BAA
}

.nav-active a {
  color: #F9FBFA;
  background-color: #f9fbfa1a
}

.nav-active a::after {
  background-color: #FE9BAA
}

.header-accent-line {
  height: 3px;
  background: linear-gradient(90deg, #FE9BAA 0%, #fe9baa33 60%, transparent 100%)
}

.site-footer {
  box-sizing: border-box;
  background-color: #014048;
  padding: 64px 32px 0
}

.footer-grid {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 64px
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-logo-mount {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f9fbfa4d;
  box-shadow: 1px 3px 2px 0 #0140480f;
  flex-shrink: 0
}

.footer-logo-mount img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block
}

.footer-brand-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  color: #F9FBFA;
  letter-spacing: -.02em;
  margin: 0
}

.footer-brand-name span {
  color: #FE9BAA
}

.footer-address {
  font-size: 14px;
  line-height: 1.6;
  color: #f9fbfaa6;
  font-style: normal;
  margin: 0
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-contact-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #f9fbfaa6;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-contact-list li a:hover {
  color: #FE9BAA
}

.footer-col-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #FE9BAA;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 16px
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-link-list li a {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfab3;
  text-decoration: none;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-link-list li a:hover {
  color: #F9FBFA
}

.footer-link-list li a:focus {
  outline: none;
  color: #F9FBFA;
  border-bottom: 2px solid #FE9BAA
}

.footer-bottom {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding: 32px 0;
  margin-top: 64px;
  border-top: 1px solid #f9fbfa1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.footer-copy {
  font-size: 14px;
  line-height: 1.4;
  color: #f9fbfa66;
  margin: 0
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.footer-legal-links a {
  font-size: 14px;
  line-height: 1.4;
  color: #f9fbfa66;
  text-decoration: none;
  transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-legal-links a:hover {
  color: #f9fbfabf
}

.footer-legal-sep {
  width: 3px;
  height: 3px;
  border-radius: 40px;
  background-color: #f9fbfa40;
  display: inline-block
}

@media (max-width: 1280px) {
  .header-main {
    gap: 32px;
    padding: 24px 24px 0
  }

  .footer-grid {
    gap: 32px;
    padding: 0
  }

  .site-footer {
    padding: 64px 24px 0
  }

  .top-bar {
    padding: 8px 24px
  }
}

@media (max-width: 768px) {
  .header-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 16px 0
  }

  .brand-hold {
    padding-bottom: 0
  }

  .primary-nav {
    gap: 2px
  }

  .primary-nav a {
    padding: 12px 16px;
    font-size: 14px
  }

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

  .footer-brand-col {
    grid-column: 1 / -1
  }

  .site-footer {
    padding: 64px 16px 0
  }

  .top-bar {
    padding: 8px 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

@media (max-width: 390px) {
  .footer-grid {
    grid-template-columns: 1fr
  }

  .primary-nav a {
    padding: 10px 12px
  }

  .top-contact-item {
    font-size: 14px
  }

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

.doc-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #014048;
  background: #F9FBFA
}

.doc-inner h1 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  margin-top: 0;
  color: #014048;
  border-bottom: 3px solid #FE9BAA;
  padding-bottom: 16px
}

.doc-inner h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #014048
}

.doc-inner h3 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #014048
}

.doc-inner h4 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #014048
}

.doc-inner h5 {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .04em;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #014048
}

.doc-inner h6 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #014048;
  opacity: .8
}

.doc-inner p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  color: #014048
}

.doc-inner strong,
.doc-inner b {
  font-weight: 700;
  color: #014048
}

.doc-inner em,
.doc-inner i {
  font-style: italic;
  color: #014048
}

.doc-inner a {
  color: #014048;
  text-decoration: underline;
  text-decoration-color: #FE9BAA;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.doc-inner a:hover {
  color: #FE9BAA;
  text-decoration-color: #014048
}

.doc-inner table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px 0 #01404814
}

.doc-inner thead {
  background: #014048;
  color: #F9FBFA
}

.doc-inner thead th {
  padding: 16px;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #F9FBFA;
  border: none
}

.doc-inner tbody tr {
  border-bottom: 1px solid #0140481a;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.doc-inner tbody tr:last-child {
  border-bottom: none
}

.doc-inner tbody tr:nth-child(even) {
  background: #fe9baa12
}

.doc-inner tbody tr:hover {
  background: #fe9baa26
}

.doc-inner th,
.doc-inner td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
  color: #014048
}

.doc-inner td {
  font-size: 14px;
  line-height: 1.6;
  border-right: 1px solid #01404814
}

.doc-inner td:last-child {
  border-right: none
}

.doc-inner div {
  margin-bottom: 16px
}

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

  .doc-inner h1 {
    font-size: 36px
  }

  .doc-inner h2 {
    font-size: 26px;
    margin-top: 32px
  }

  .doc-inner h3 {
    font-size: 15px
  }

  .doc-inner table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 390px) {
  .doc-inner {
    padding: 16px 8px
  }

  .doc-inner h1 {
    font-size: 26px
  }

  .doc-inner h2 {
    font-size: 15px
  }

  .doc-inner th,
  .doc-inner td {
    padding: 8px
  }
}

.jdet {
  background: #F9FBFA;
  overflow-x: clip
}

.jdet .art-frame {
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 32px
}

.jdet .art-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px
}

.jdet .art-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.jdet .tag-pill {
  background: #014048;
  color: #F9FBFA;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .06em;
  padding: 8px 16px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600
}

.jdet .tag-pill.alt {
  background: transparent;
  color: #014048;
  border: 1.5px solid #014048
}

.jdet .art-heading {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  text-align: center;
  max-width: 820px;
  font-weight: 800
}

.jdet .art-meta-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  opacity: .7
}

.jdet .art-meta-row span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.jdet .meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.jdet .art-img-wrap {
  width: 100%;
  max-width: 900px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 9px 36px 0 #0140481f;
  position: relative;
  animation: imgfade .32s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes imgfade {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

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

.jdet .art-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block
}

.jdet .art-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0140482e 0%, transparent 60%);
  pointer-events: none
}

.jdet .art-body-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 64px;
  align-items: start
}

.jdet .art-prose {
  color: #014048
}

.jdet .art-prose .accent-bar {
  width: 48px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 16px
}

.jdet .art-prose p:first-of-type::first-letter {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #FE9BAA;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.jdet .art-prose p {
  font-size: 15px;
  line-height: 1.6;
  color: #014048;
  margin-bottom: 16px
}

.jdet .art-prose h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #014048;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px
}

.jdet .art-prose h3 {
  font-size: 26px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px
}

.jdet .art-prose blockquote {
  border-top: 3px solid #FE9BAA;
  border-bottom: 3px solid #FE9BAA;
  margin: 32px 0;
  padding: 16px 32px;
  background: #fe9baa12;
  border-radius: 12px;
  font-size: 26px;
  line-height: 1.4;
  color: #014048;
  font-style: italic
}

.jdet .art-prose cite {
  font-size: 14px;
  color: #014048;
  opacity: .65;
  font-style: normal;
  display: block;
  margin-top: 8px
}

.jdet .art-prose ul,
.jdet .art-prose ol {
  margin: 16px 0 16px 32px;
  font-size: 15px;
  line-height: 1.6;
  color: #014048
}

.jdet .art-prose li {
  margin-bottom: 8px
}

.jdet .art-prose figure {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden
}

.jdet .art-prose figure img {
  width: 100%;
  border-radius: 12px;
  display: block
}

.jdet .art-prose figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  opacity: .6;
  margin-top: 8px;
  text-align: center
}

.jdet .art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.jdet .sidebar-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 6px 28px 0 #01404814;
  position: relative
}

.jdet .sidebar-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 32px;
  width: 4px;
  background: #FE9BAA;
  border-radius: 2px
}

.jdet .sidebar-card .sc-label {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FE9BAA;
  font-weight: 700;
  margin-bottom: 16px
}

.jdet .sidebar-card .sc-author {
  font-size: 15px;
  line-height: 1.6;
  color: #014048;
  font-weight: 600
}

.jdet .sidebar-card .sc-date {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  opacity: .65;
  margin-top: 8px
}

.jdet .stat-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px
}

.jdet .stat-box {
  flex: 1;
  background: #F9FBFA;
  border-radius: 12px;
  padding: 16px;
  text-align: center
}

.jdet .stat-box .stat-num {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  color: #014048;
  display: block
}

.jdet .stat-box .stat-lbl {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  opacity: .6
}

.jdet .report-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #014048;
  border: 1.5px solid #01404840;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  width: 100%;
  justify-content: center
}

.jdet .report-btn::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FE9BAA;
  transition: left .25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 0
}

.jdet .report-btn:hover::before {
  left: 0
}

.jdet .report-btn:hover {
  color: #014048;
  border-color: #FE9BAA
}

.jdet .report-btn span,
.jdet .report-btn svg {
  position: relative;
  z-index: 1
}

.jdet .sidebar-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #FE9BAA 60%, transparent 100%);
  border: none;
  margin: 0
}

.jdet .overline-txt {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FE9BAA;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px
}

.jdet .bounce-in {
  animation: bounceIn .3s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(-32px)
  }

  70% {
    transform: translateY(6px)
  }

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

@media (max-width: 1280px) {
  .jdet .art-body-grid {
    grid-template-columns: 1fr 280px;
    gap: 32px
  }
}

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

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

  .jdet .art-heading {
    font-size: 36px
  }

  .jdet .art-img-wrap img {
    height: 280px
  }

  .jdet .art-meta-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start
  }
}

@media (max-width: 390px) {
  .jdet .art-heading {
    font-size: 26px
  }

  .jdet .art-prose blockquote {
    font-size: 15px;
    padding: 16px
  }

  .jdet .stat-row {
    flex-direction: column
  }
}

.jrnl {
  background: #F9FBFA;
  overflow-x: hidden
}

.jrnl .reveal-mask {
  animation: maskReveal .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

@keyframes maskReveal {
  from {
    clip-path: inset(0 50% 0 50%);
    opacity: 0
  }

  to {
    clip-path: inset(0 0% 0 0%);
    opacity: 1
  }
}

.jrnl .top-band {
  background: linear-gradient(to top, #014048 0%, #FE9BAA 100%);
  padding: 96px 32px 64px;
  position: relative
}

.jrnl .top-band::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 8%;
  width: 340px;
  height: 340px;
  border: 2px solid #fe9baa2e;
  border-radius: 50%;
  pointer-events: none
}

.jrnl .top-band::after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 6%;
  width: 180px;
  height: 180px;
  border: 2px solid #f9fbfa1f;
  border-radius: 50%;
  pointer-events: none
}

.jrnl .top-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px
}

.jrnl .top-overline {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 2px solid #FE9BAA;
  padding-top: 8px
}

.jrnl .top-h1 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F9FBFA;
  text-align: center;
  margin: 0
}

.jrnl .top-h1 .accent-phrase {
  display: inline;
  background: linear-gradient(to right, #fe9baa8c 0%, #fe9baa8c 100%);
  padding: 0 6px;
  border-radius: 2px
}

.jrnl .top-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfad1;
  text-align: left;
  max-width: 560px
}

.jrnl .top-img-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 9px 36px 0 #0140481f;
  margin-top: 32px
}

.jrnl .top-img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #fe9baa61 0%, transparent 100%);
  pointer-events: none;
  border-radius: 12px 0 0 12px
}

.jrnl .top-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 12px
}

.jrnl .posts-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 96px 32px 64px
}

.jrnl .posts-area-label {
  font-size: 14px;
  letter-spacing: .1em;
  color: #014048;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  display: block
}

.jrnl .posts-area-heading {
  font-size: 36px;
  line-height: 1.15;
  color: #014048;
  margin: 0 0 32px;
  text-align: center
}

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

.jrnl .post-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 6px 28px 0 #fe9baa14;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .post-card:hover {
  box-shadow: 1px 9px 36px 0 #0140481f;
  transform: translateY(-4px)
}

.jrnl .post-card.featured {
  grid-column: span 1;
  align-self: stretch
}

.jrnl .card-img-box {
  width: 100%;
  height: 180px;
  background: linear-gradient(to top, #014048 0%, #FE9BAA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative
}

.jrnl .card-img-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 40px;
  background: #f9fbfa2e;
  display: flex;
  align-items: center;
  justify-content: center
}

.jrnl .card-img-placeholder svg {
  width: 28px;
  height: 28px;
  fill: #F9FBFA;
  opacity: .7
}

.jrnl .card-tags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: row;
  gap: 8px
}

.jrnl .tag-pill {
  font-size: 14px;
  background: #014048d1;
  color: #F9FBFA;
  border-radius: 40px;
  padding: 4px 12px;
  font-weight: 600;
  letter-spacing: .04em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px)
}

.jrnl .tag-pill.theme {
  background: #fe9baae6;
  color: #014048
}

.jrnl .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.jrnl .card-title {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  margin: 0
}

.jrnl .card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #2e5a60;
  margin: 0
}

.jrnl .card-meta {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #01404814
}

.jrnl .card-author {
  font-size: 14px;
  color: #014048;
  font-weight: 600
}

.jrnl .card-date {
  font-size: 14px;
  color: #7aacb2
}

.jrnl .card-stats {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center
}

.jrnl .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #7aacb2
}

.jrnl .stat-item svg {
  width: 14px;
  height: 14px;
  fill: #FE9BAA;
  flex-shrink: 0
}

.jrnl .card-link {
  display: block;
  margin: 0 16px 16px;
  padding: 10px 16px;
  background: #014048;
  color: #F9FBFA;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: .04em;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .card-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FE9BAA;
  transition: left .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 0
}

.jrnl .card-link:hover::before {
  left: 0
}

.jrnl .card-link:hover {
  color: #014048
}

.jrnl .card-link span {
  position: relative;
  z-index: 1
}

.jrnl .about-strip {
  background: #014048;
  padding: 64px 32px
}

.jrnl .about-strip-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center
}

.jrnl .about-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.jrnl .about-overline {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 2px solid #FE9BAA;
  padding-top: 8px;
  display: block
}

.jrnl .about-h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #F9FBFA;
  margin: 0
}

.jrnl .about-p {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfac7;
  margin: 0
}

.jrnl .about-p:first-of-type::first-letter {
  font-size: 48px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  color: #FE9BAA;
  font-weight: 700
}

.jrnl .about-stat-col {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.jrnl .stat-box {
  background: #f9fbfa0f;
  border-radius: 12px;
  padding: 32px;
  box-shadow: inset 0 6px 10px 0 #fe9baa14;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.jrnl .stat-num {
  font-size: 48px;
  line-height: 1.15;
  color: #FE9BAA;
  font-weight: 700;
  letter-spacing: -.03em
}

.jrnl .stat-label {
  font-size: 14px;
  color: #f9fbfaa6;
  letter-spacing: .06em
}

.jrnl .topics-area {
  padding: 96px 32px;
  max-width: 1170px;
  margin: 0 auto
}

.jrnl .topics-overline {
  font-size: 14px;
  letter-spacing: .1em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 2px solid #FE9BAA;
  padding-top: 8px;
  display: block;
  text-align: center;
  margin-bottom: 8px
}

.jrnl .topics-h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #014048;
  text-align: center;
  margin: 0 0 32px
}

.jrnl .topics-three-col {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 32px;
  align-items: start
}

.jrnl .topic-card {
  border-radius: 12px;
  padding: 32px;
  background: #fff;
  box-shadow: 1px 3px 2px 0 #fe9baa0f;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.jrnl .topic-card.center {
  padding: 64px 32px;
  background: linear-gradient(to top, #014048 0%, #1e6e78 100%);
  box-shadow: 1px 9px 36px 0 #0140481f
}

.jrnl .topic-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fe9baa26;
  display: flex;
  align-items: center;
  justify-content: center
}

.jrnl .topic-icon svg {
  width: 22px;
  height: 22px;
  fill: #014048
}

.jrnl .topic-card.center .topic-icon {
  background: #f9fbfa26
}

.jrnl .topic-card.center .topic-icon svg {
  fill: #FE9BAA
}

.jrnl .topic-h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  margin: 0
}

.jrnl .topic-card.center .topic-h4 {
  color: #F9FBFA;
  font-size: 26px;
  line-height: 1.15
}

.jrnl .topic-p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a7a80;
  margin: 0
}

.jrnl .topic-card.center .topic-p {
  color: #f9fbfabf;
  font-size: 15px
}

.jrnl .topic-link {
  font-size: 14px;
  font-weight: 700;
  color: #014048;
  text-decoration: none;
  letter-spacing: .05em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl .topic-link:hover {
  gap: 16px
}

.jrnl .topic-card.center .topic-link {
  color: #FE9BAA
}

.jrnl .topic-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor
}

.jrnl .newsletter-band {
  background: #F9FBFA;
  padding: 64px 32px;
  position: relative
}

.jrnl .newsletter-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #fe9baa0a 0px, #fe9baa0a 1px, transparent 1px, transparent 32px);
  pointer-events: none
}

.jrnl .newsletter-inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative
}

.jrnl .nl-overline {
  font-size: 14px;
  letter-spacing: .12em;
  color: #014048;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 2px solid #014048;
  padding-top: 8px
}

.jrnl .nl-h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #014048;
  text-align: center;
  margin: 0
}

.jrnl .nl-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a6870;
  text-align: left;
  margin: 0;
  align-self: stretch
}

.jrnl .nl-form {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%
}

.jrnl .nl-input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #0140482e;
  border-radius: 6px;
  font-size: 15px;
  color: #014048;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: inset 0 4px 8px 0 #0140480d
}

.jrnl .nl-input::placeholder {
  color: #01404859;
  font-weight: 300
}

.jrnl .nl-input:focus {
  border-color: #FE9BAA
}

.jrnl .nl-btn {
  padding: 12px 32px;
  background: #014048;
  color: #F9FBFA;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  flex-shrink: 0
}

.jrnl .nl-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FE9BAA;
  transition: left .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 0
}

.jrnl .nl-btn:hover::before {
  left: 0
}

.jrnl .nl-btn:hover {
  color: #014048
}

.jrnl .nl-btn span {
  position: relative;
  z-index: 1
}

.jrnl .contact-strip {
  background: linear-gradient(to top, #FE9BAA 0%, #F9FBFA 100%);
  padding: 64px 32px
}

.jrnl .contact-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.jrnl .contact-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.jrnl .contact-overline {
  font-size: 14px;
  letter-spacing: .1em;
  color: #014048;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 2px solid #014048;
  padding-top: 8px;
  display: block
}

.jrnl .contact-h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #014048;
  margin: 0
}

.jrnl .contact-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2e5a60;
  margin: 0
}

.jrnl .contact-right {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.jrnl .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #ffffffb8;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 1px 6px 28px 0 #fe9baa14;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

.jrnl .contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #014048;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.jrnl .contact-icon svg {
  width: 20px;
  height: 20px;
  fill: #FE9BAA
}

.jrnl .contact-detail {
  font-size: 15px;
  color: #014048;
  font-weight: 600;
  word-break: break-word
}

.jrnl .contact-detail a {
  color: #014048;
  text-decoration: none
}

.jrnl .contact-detail a:hover {
  text-decoration: underline
}

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

  .jrnl .topics-three-col {
    grid-template-columns: 1fr 1fr
  }

  .jrnl .topic-card.center {
    grid-column: span 2
  }

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

  .jrnl .about-stat-col {
    flex: 0 0 auto;
    flex-direction: row;
    width: 100%
  }
}

@media (max-width: 768px) {
  .jrnl .top-h1 {
    font-size: 36px
  }

  .jrnl .card-grid {
    grid-template-columns: 1fr
  }

  .jrnl .topics-three-col {
    grid-template-columns: 1fr
  }

  .jrnl .topic-card.center {
    grid-column: span 1
  }

  .jrnl .nl-form {
    flex-direction: column
  }

  .jrnl .contact-inner {
    flex-direction: column;
    gap: 32px
  }

  .jrnl .contact-right {
    flex: 0 0 auto;
    width: 100%
  }

  .jrnl .about-stat-col {
    flex-direction: column
  }
}

@media (max-width: 390px) {
  .jrnl .top-band {
    padding: 64px 16px 32px
  }

  .jrnl .posts-area {
    padding: 64px 16px
  }

  .jrnl .topics-area {
    padding: 64px 16px
  }

  .jrnl .about-strip {
    padding: 64px 16px
  }

  .jrnl .newsletter-band {
    padding: 64px 16px
  }

  .jrnl .contact-strip {
    padding: 64px 16px
  }

  .jrnl .top-h1 {
    font-size: 26px
  }

  .jrnl .about-h2,
  .jrnl .topics-h2,
  .jrnl .nl-h2,
  .jrnl .contact-h2 {
    font-size: 26px
  }
}

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

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

.cont-pg .reach-block {
  background: #014048;
  padding: 96px 32px;
  position: relative
}

.cont-pg .reach-block::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 64px;
  width: 180px;
  height: 180px;
  border: 2px solid #fe9baa2e;
  border-radius: 40px;
  transform: rotate(18deg);
  pointer-events: none
}

.cont-pg .reach-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.cont-pg .reach-text-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cont-pg .overline-label {
  display: block;
  width: 36px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 8px
}

.cont-pg .reach-heading {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F9FBFA;
  margin: 0
}

.cont-pg .reach-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfab8;
  margin: 0
}

.cont-pg .reach-sub::first-letter {
  font-size: 36px;
  line-height: 1.15;
  float: left;
  margin-right: 8px;
  color: #FE9BAA;
  font-weight: 700
}

.cont-pg .contact-facts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.cont-pg .fact-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f9fbfa0f;
  border-radius: 12px;
  box-shadow: 1px 3px 2px 0 #0140480f;
  transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .fact-row:hover {
  background: #f9fbfa1c
}

.cont-pg .fact-icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #FE9BAA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cont-pg .fact-icon svg {
  width: 18px;
  height: 18px;
  fill: #014048
}

.cont-pg .fact-detail {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont-pg .fact-label {
  font-size: 14px;
  line-height: 1.4;
  color: #f9fbfa80;
  letter-spacing: .04em;
  text-transform: uppercase
}

.cont-pg .fact-val {
  font-size: 15px;
  line-height: 1.4;
  color: #F9FBFA
}

.cont-pg .fact-val a {
  color: #FE9BAA;
  text-decoration: none;
  transition: opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .fact-val a:hover {
  opacity: .75
}

.cont-pg .stat-highlight {
  padding: 24px;
  background: #FE9BAA;
  border-radius: 24px;
  box-shadow: 1px 6px 28px 0 #fe9baa14
}

.cont-pg .stat-num {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #014048;
  font-weight: 700
}

.cont-pg .stat-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #014048c7;
  margin-top: 8px
}

.cont-pg .form-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cont-pg .form-card {
  background: #F9FBFA;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 1px 9px 36px 0 #0140481f
}

.cont-pg .form-heading {
  font-size: 26px;
  line-height: 1.15;
  color: #014048;
  margin: 0 0 8px;
  text-align: center
}

.cont-pg .form-note {
  font-size: 14px;
  line-height: 1.6;
  color: #01404899;
  text-align: left;
  margin: 0 0 32px
}

.cont-pg .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.cont-pg .form-group label {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  font-weight: 600;
  letter-spacing: .03em
}

.cont-pg .form-group input,
.cont-pg .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #01404826;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  appearance: none;
  -webkit-appearance: none;
  outline: none
}

.cont-pg .form-group input::placeholder {
  color: #01404859;
  font-weight: 300
}

.cont-pg .form-group input:focus,
.cont-pg .form-group select:focus {
  border-color: #FE9BAA;
  box-shadow: inset 0 4px 8px 0 #fe9baa1f 1px 3px 2px 0 #0140480f
}

.cont-pg .select-wrap {
  position: relative
}

.cont-pg .select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #014048;
  pointer-events: none
}

.cont-pg .select-wrap select {
  padding-right: 40px;
  cursor: pointer
}

.cont-pg .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 8px
}

.cont-pg .privacy-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid #0140484d;
  border-radius: 6px;
  margin-top: 2px;
  accent-color: #FE9BAA;
  cursor: pointer
}

.cont-pg .privacy-row label {
  font-size: 14px;
  line-height: 1.6;
  color: #014048b3;
  cursor: pointer
}

.cont-pg .privacy-row label a {
  color: #014048;
  text-decoration: underline;
  text-underline-offset: 2px
}

.cont-pg .submit-btn {
  position: relative;
  width: 100%;
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  background: #014048;
  color: #F9FBFA;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .03em;
  cursor: pointer;
  overflow: hidden;
  transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .submit-btn::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FE9BAA;
  transition: left .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 0
}

.cont-pg .submit-btn:hover::before {
  left: 0
}

.cont-pg .submit-btn:hover {
  color: #014048
}

.cont-pg .submit-btn span {
  position: relative;
  z-index: 1
}

.cont-pg .submit-btn:focus {
  outline: 3px solid #FE9BAA;
  outline-offset: 3px
}

.cont-pg .divider-svg {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden
}

.cont-pg .img-info-block {
  background: #F9FBFA;
  padding: 96px 32px
}

.cont-pg .img-info-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: center
}

.cont-pg .img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 1px 9px 36px 0 #0140481f
}

.cont-pg .img-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: blur(3px);
  transition: filter .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .img-frame:hover img {
  filter: blur(0px)
}

.cont-pg .img-geo-accent {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 64px;
  height: 64px;
  border: 3px solid #FE9BAA;
  border-radius: 12px;
  opacity: .7;
  pointer-events: none
}

.cont-pg .info-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.cont-pg .info-overline {
  display: block;
  width: 36px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 8px
}

.cont-pg .info-heading {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0;
  text-align: center
}

.cont-pg .info-body {
  font-size: 15px;
  line-height: 1.6;
  color: #014048cc;
  margin: 0;
  text-align: left
}

.cont-pg .info-body::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 16px
}

.cont-pg .hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px
}

.cont-pg .hour-item {
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #0140481a;
  box-shadow: 1px 3px 2px 0 #0140480f;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .hour-item:hover {
  transform: translateY(-2px);
  box-shadow: 1px 6px 28px 0 #01404814
}

.cont-pg .hour-day {
  font-size: 14px;
  line-height: 1.4;
  color: #0140488c;
  letter-spacing: .03em
}

.cont-pg .hour-time {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  font-weight: 600
}

.cont-pg .blur-group .fact-row {
  transition: filter .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cont-pg .blur-group:hover .fact-row {
  filter: blur(1.5px);
  opacity: .7
}

.cont-pg .blur-group .fact-row:hover {
  filter: blur(0px) !important;
  opacity: 1 !important
}

@media (max-width: 1280px) {
  .cont-pg .reach-inner {
    gap: 32px
  }

  .cont-pg .img-info-inner {
    gap: 32px
  }
}

@media (max-width: 768px) {
  .cont-pg .reach-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cont-pg .reach-block {
    padding: 64px 16px
  }

  .cont-pg .reach-heading {
    font-size: 36px
  }

  .cont-pg .img-info-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cont-pg .img-info-block {
    padding: 64px 16px
  }

  .cont-pg .hours-grid {
    grid-template-columns: 1fr
  }

  .cont-pg .reach-block::after {
    display: none
  }
}

@media (max-width: 390px) {
  .cont-pg .reach-heading {
    font-size: 26px
  }

  .cont-pg .form-card {
    padding: 16px
  }

  .cont-pg .stat-num {
    font-size: 36px
  }

  .cont-pg .info-heading {
    font-size: 26px
  }
}

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

.arc-pg .arc-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.arc-pg .split-load {
  display: flex;
  flex-direction: row;
  min-height: 480px;
  background: #014048;
  animation: splitOpen .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes splitOpen {
  0% {
    clip-path: inset(0 50% 0 50%);
    opacity: .4
  }

  100% {
    clip-path: inset(0 0% 0 0%);
    opacity: 1
  }
}

.arc-pg .split-img-side {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden
}

.arc-pg .split-img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%)
}

.arc-pg .split-text-side {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  background: #014048
}

.arc-pg .split-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin-bottom: 16px
}

.arc-pg .split-label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FE9BAA;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.4
}

.arc-pg .split-h1 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F9FBFA;
  margin: 0 0 32px;
  text-align: left
}

.arc-pg .split-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfabf;
  margin: 0;
  max-width: 440px
}

.arc-pg .wave-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #014048
}

.arc-pg .wave-div svg {
  display: block;
  width: 100%
}

.arc-pg .articles-band {
  background: #F9FBFA;
  padding: 96px 0
}

.arc-pg .articles-top {
  text-align: center;
  margin-bottom: 64px
}

.arc-pg .articles-top .over-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin-bottom: 16px
}

.arc-pg .articles-top h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0 0 16px;
  text-align: center
}

.arc-pg .articles-top p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a4a4f;
  text-align: left;
  max-width: 560px;
  margin: 0 auto
}

.arc-pg .arc-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 32px
}

.arc-pg .arc-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 6px 28px 0 #01404814;
  padding: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.arc-pg .arc-card:hover {
  box-shadow: 1px 9px 36px 0 #0140481f;
  transform: translateY(-4px)
}

.arc-pg .arc-card.featured {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  border: 2px dashed #FE9BAA;
  padding: 32px
}

.arc-pg .arc-card.featured .card-icon-box {
  width: 56px;
  height: 56px;
  margin-bottom: 24px
}

.arc-pg .card-icon-box {
  width: 40px;
  height: 40px;
  border: 1.5px solid #014048;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0
}

.arc-pg .card-icon-box svg {
  display: block
}

.arc-pg .arc-card h3 {
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.01em;
  color: #014048;
  margin: 0 0 16px
}

.arc-pg .arc-card.small h3 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700
}

.arc-pg .arc-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a4a4f;
  margin: 0 0 24px;
  flex: 1
}

.arc-pg .arc-card.featured p:first-of-type::first-letter {
  font-size: 48px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  color: #FE9BAA;
  font-weight: 700
}

.arc-pg .card-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .06em;
  color: #FE9BAA;
  background: #fe9baa1a;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 16px;
  align-self: flex-start
}

.arc-pg .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #014048;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  padding: 8px 16px;
  border: 1.5px solid #014048;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.arc-pg .card-link::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #014048;
  transition: left .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 0
}

.arc-pg .card-link:hover::before {
  left: 0
}

.arc-pg .card-link:hover {
  color: #F9FBFA
}

.arc-pg .card-link span {
  position: relative;
  z-index: 1
}

.arc-pg .card-link svg {
  position: relative;
  z-index: 1
}

.arc-pg .wave-div2 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #F9FBFA
}

.arc-pg .wave-div2 svg {
  display: block;
  width: 100%
}

.arc-pg .topics-band {
  background: #fff;
  padding: 96px 0 64px
}

.arc-pg .topics-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.arc-pg .topics-left {
  position: relative
}

.arc-pg .topics-left .over-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin-bottom: 16px
}

.arc-pg .topics-left h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0 0 24px;
  text-align: left
}

.arc-pg .topics-left p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a4a4f;
  margin: 0 0 32px
}

.arc-pg .topics-left p:first-of-type::first-letter {
  font-size: 48px;
  line-height: 1;
  float: left;
  margin-right: 8px;
  color: #FE9BAA;
  font-weight: 700
}

.arc-pg .accent-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 16px
}

.arc-pg .stat-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 32px
}

.arc-pg .stat-item {
  display: flex;
  flex-direction: column
}

.arc-pg .stat-num {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  font-weight: 700
}

.arc-pg .stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: #2a4a4f;
  letter-spacing: .04em
}

.arc-pg .topics-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.arc-pg .topic-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #F9FBFA;
  box-shadow: 1px 3px 2px 0 #0140480f;
  transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-decoration: none
}

.arc-pg .topic-item:hover {
  background: #fff;
  box-shadow: 1px 6px 28px 0 #01404814
}

.arc-pg .topic-item:hover .topic-icon-wrap {
  box-shadow: 0 0 0 6px #fe9baa2e
}

.arc-pg .topic-icon-wrap {
  width: 40px;
  height: 40px;
  border: 1.5px solid #014048;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.arc-pg .topic-text h4 {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  margin: 0 0 8px;
  font-weight: 700
}

.arc-pg .topic-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #2a4a4f;
  margin: 0
}

.arc-pg .horiz-split-band {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to top, #014048 50%, #F9FBFA 50%);
  padding: 0 0 96px;
  margin-top: 64px
}

.arc-pg .horiz-split-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%
}

.arc-pg .horiz-cta-card {
  background: #FE9BAA;
  border-radius: 24px;
  padding: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 1px 9px 36px 0 #fe9baa1f
}

.arc-pg .horiz-cta-text h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0 0 16px;
  text-align: left
}

.arc-pg .horiz-cta-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #014048;
  margin: 0;
  max-width: 520px;
  opacity: .85
}

.arc-pg .horiz-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0
}

.arc-pg .btn-primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #F9FBFA;
  background: #014048;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: nowrap
}

.arc-pg .btn-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 1px 9px 36px 0 #0140481f
}

.arc-pg .btn-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #014048;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), transform .2s cubic-bezier(0.34, 1.56, 0.64, 1);
  align-self: flex-start
}

.arc-pg .btn-secondary-cta:hover {
  background: #014048;
  transform: scale(1.08)
}

.arc-pg .btn-secondary-cta:hover svg path {
  stroke: #F9FBFA
}

@media (max-width: 1280px) {
  .arc-pg .split-text-side {
    padding: 48px 40px
  }

  .arc-pg .arc-grid {
    grid-template-columns: 1.5fr 1fr 1fr
  }
}

@media (max-width: 768px) {
  .arc-pg .split-load {
    flex-direction: column
  }

  .arc-pg .split-img-side {
    flex: 0 0 260px;
    height: 260px
  }

  .arc-pg .split-text-side {
    flex: 1;
    padding: 32px
  }

  .arc-pg .split-h1 {
    font-size: 36px
  }

  .arc-pg .arc-grid {
    grid-template-columns: 1fr 1fr
  }

  .arc-pg .arc-card.featured {
    grid-row: auto;
    grid-column: 1 / 3
  }

  .arc-pg .topics-split {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .arc-pg .horiz-cta-card {
    flex-direction: column;
    padding: 32px;
    align-items: flex-start
  }

  .arc-pg .stat-row {
    gap: 16px
  }
}

@media (max-width: 390px) {
  .arc-pg .arc-inner {
    padding: 0 16px
  }

  .arc-pg .split-text-side {
    padding: 24px 16px
  }

  .arc-pg .split-h1 {
    font-size: 26px
  }

  .arc-pg .arc-grid {
    grid-template-columns: 1fr
  }

  .arc-pg .arc-card.featured {
    grid-column: 1 / 2
  }

  .arc-pg .articles-band {
    padding: 64px 0
  }

  .arc-pg .topics-band {
    padding: 64px 0 32px
  }

  .arc-pg .horiz-cta-card {
    padding: 24px 16px
  }

  .arc-pg .horiz-cta-text h2 {
    font-size: 26px
  }
}

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

.abt-us .pg-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px
}

.abt-us .flip-in {
  animation: flipReveal .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes flipReveal {
  from {
    transform: rotateX(12deg) scaleY(0.92);
    opacity: 0
  }

  to {
    transform: rotateX(0deg) scaleY(1);
    opacity: 1
  }
}

.abt-us .flip-in-delay {
  animation: flipReveal .32s cubic-bezier(0.34, 1.56, 0.64, 1) .1s both
}

.abt-us .title-block {
  padding: 96px 32px 64px;
  background-color: #014048;
  position: relative
}

.abt-us .title-block .pg-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 64px
}

.abt-us .title-text-col {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .title-overline {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FE9BAA;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600
}

.abt-us .title-overline-bar {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #FE9BAA;
  vertical-align: middle;
  margin-right: 8px
}

.abt-us .title-h1 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F9FBFA;
  margin: 0
}

.abt-us .title-h1 .count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FE9BAA;
  color: #014048;
  font-size: 26px;
  font-weight: 700;
  border-radius: 12px;
  padding: 0 16px;
  margin-left: 8px;
  line-height: 1.4;
  vertical-align: middle;
  box-shadow: 1px 6px 28px 0 #fe9baa14
}

.abt-us .title-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfac7;
  max-width: 420px;
  margin: 0
}

.abt-us .mosaic-col {
  flex: 0 0 380px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  position: relative
}

.abt-us .mosaic-img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  box-shadow: 1px 9px 36px 0 #0140481f
}

.abt-us .mosaic-img.tall {
  height: 200px;
  grid-row: span 2
}

.abt-us .mosaic-img.short {
  height: 94px
}

.abt-us .mosaic-shape {
  position: absolute;
  border-radius: 24px;
  border: 2px solid #fe9baa38;
  width: 120px;
  height: 120px;
  top: -24px;
  left: -24px;
  pointer-events: none
}

.abt-us .mosaic-shape-sm {
  position: absolute;
  border-radius: 40px;
  border: 1.5px solid #f9fbfa1f;
  width: 64px;
  height: 64px;
  bottom: -16px;
  right: -16px;
  pointer-events: none
}

.abt-us .story-block {
  padding: 96px 32px;
  background: #F9FBFA;
  position: relative
}

.abt-us .story-block::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23014048' fill-opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none
}

.abt-us .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.abt-us .story-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .story-overline {
  font-size: 14px;
  letter-spacing: .1em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4
}

.abt-us .story-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0
}

.abt-us .accent-bar {
  display: block;
  width: 40px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin-bottom: 8px
}

.abt-us .story-para {
  font-size: 15px;
  line-height: 1.6;
  color: #1b3a3f;
  margin: 0
}

.abt-us .story-para.drop-cap::first-letter {
  float: left;
  font-size: 48px;
  line-height: .85;
  font-weight: 700;
  color: #FE9BAA;
  margin-right: 8px;
  margin-top: 4px
}

.abt-us .skills-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px
}

.abt-us .skill-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .skill-label-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.abt-us .skill-name {
  font-size: 14px;
  font-weight: 600;
  color: #014048;
  letter-spacing: .04em;
  line-height: 1.4
}

.abt-us .skill-pct {
  font-size: 14px;
  font-weight: 700;
  color: #FE9BAA;
  line-height: 1.4
}

.abt-us .skill-track {
  height: 8px;
  background: #0140481a;
  border-radius: 6px;
  overflow: hidden
}

.abt-us .skill-fill {
  height: 100%;
  background: linear-gradient(to right, #FE9BAA, #014048);
  border-radius: 6px;
  transform-origin: left center;
  animation: barGrow .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes barGrow {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.abt-us .skill-fill.s1 {
  width: 88%;
  animation-delay: .05s
}

.abt-us .skill-fill.s2 {
  width: 76%;
  animation-delay: .1s
}

.abt-us .skill-fill.s3 {
  width: 82%;
  animation-delay: .15s
}

.abt-us .skill-fill.s4 {
  width: 69%;
  animation-delay: .2s
}

.abt-us .team-block {
  padding: 64px 32px;
  background: #014048;
  border-right: 4px solid #FE9BAA
}

.abt-us .team-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start
}

.abt-us .team-portrait-col {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .portrait-frame {
  width: 240px;
  height: 308px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 1px 9px 36px 0 #0140481f
}

.abt-us .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-us .portrait-caption {
  font-size: 14px;
  color: #f9fbfab3;
  line-height: 1.4
}

.abt-us .portrait-name {
  font-size: 15px;
  font-weight: 700;
  color: #F9FBFA;
  line-height: 1.4;
  margin: 0
}

.abt-us .team-text-col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .team-overline {
  font-size: 14px;
  letter-spacing: .1em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4
}

.abt-us .team-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #F9FBFA;
  margin: 0
}

.abt-us .team-para {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfad1;
  margin: 0
}

.abt-us .team-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .team-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfad1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.abt-us .team-list li .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #FE9BAA;
  flex-shrink: 0;
  margin-top: 8px
}

.abt-us .journal-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #FE9BAA;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid #fe9baa66;
  padding-bottom: 2px;
  transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .journal-link:hover {
  color: #F9FBFA;
  border-color: #F9FBFA
}

.abt-us .approach-block {
  padding: 96px 32px 64px;
  background: #fff
}

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

.abt-us .approach-img-col {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.abt-us .approach-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px 0 #01404814
}

.abt-us .approach-img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .approach-img-wrap:hover img {
  transform: scale(1.03)
}

.abt-us .approach-img-sub {
  display: flex;
  flex-direction: row;
  gap: 8px
}

.abt-us .approach-img-sub img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 1px 3px 2px 0 #fe9baa0f
}

.abt-us .approach-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .approach-overline {
  font-size: 14px;
  letter-spacing: .1em;
  color: #FE9BAA;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4
}

.abt-us .approach-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.015em;
  color: #014048;
  margin: 0
}

.abt-us .approach-para {
  font-size: 15px;
  line-height: 1.6;
  color: #1b3a3f;
  margin: 0
}

.abt-us .approach-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

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

.abt-us .step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: #014048;
  color: #F9FBFA;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  box-shadow: 1px 3px 2px 0 #0140480f
}

.abt-us .step-body {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.abt-us .step-title {
  font-size: 15px;
  font-weight: 700;
  color: #014048;
  line-height: 1.4;
  margin: 0
}

.abt-us .step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5a5f;
  margin: 0
}

.abt-us .cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap
}

.abt-us .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #014048;
  color: #F9FBFA;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 16px 32px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 6px 28px 0 #01404814;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .btn-primary::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #FE9BAA;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0
}

.abt-us .btn-primary:hover::before {
  transform: translateX(0)
}

.abt-us .btn-primary:hover {
  color: #014048;
  box-shadow: 1px 9px 36px 0 #0140481f
}

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

.abt-us .btn-icon-only {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 2px solid #014048;
  background: transparent;
  color: #014048;
  cursor: pointer;
  text-decoration: none;
  transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  box-shadow: 1px 3px 2px 0 #0140480f
}

.abt-us .btn-icon-only:hover {
  background: #014048;
  color: #F9FBFA
}

@media (max-width: 1280px) {
  .abt-us .mosaic-col {
    flex: 0 0 300px
  }
}

@media (max-width: 768px) {
  .abt-us .title-block .pg-wrap {
    flex-direction: column;
    gap: 32px
  }

  .abt-us .mosaic-col {
    flex: unset;
    width: 100%
  }

  .abt-us .story-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-us .team-inner {
    flex-direction: column;
    gap: 32px
  }

  .abt-us .portrait-frame {
    width: 100%;
    max-width: 280px;
    height: 360px
  }

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

  .abt-us .title-h1 {
    font-size: 36px
  }

  .abt-us .story-h2,
  .abt-us .team-h2,
  .abt-us .approach-h2 {
    font-size: 26px
  }
}

@media (max-width: 390px) {

  .abt-us .pg-wrap,
  .abt-us .title-block,
  .abt-us .story-block,
  .abt-us .team-block,
  .abt-us .approach-block {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-us .title-h1 {
    font-size: 26px
  }

  .abt-us .cta-row {
    flex-direction: column
  }
}

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

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

.opn .s1-band {
  background-color: #014048;
  position: relative;
  padding: 64px 32px;
  overflow: hidden
}

.opn .s1-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(127deg, #fe9baa0f 0px, #fe9baa0f 1px, transparent 1px, transparent 48px), repeating-linear-gradient(37deg, #f9fbfa0a 0px, #f9fbfa0a 1px, transparent 1px, transparent 48px);
  animation: diag-drift 18s linear infinite;
  pointer-events: none
}

@keyframes diag-drift {
  0% {
    background-position: 0 0, 0 0
  }

  100% {
    background-position: 96px 96px, -96px 96px
  }
}

.opn .s1-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 1
}

.opn .s1-shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  pointer-events: none;
  overflow: hidden
}

.opn .s1-shape-a {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 80px;
  height: 80px;
  border: 2px solid #fe9baa4d;
  border-radius: 24px;
  transform: rotate(18deg)
}

.opn .s1-shape-b {
  position: absolute;
  bottom: 32px;
  right: 64px;
  width: 48px;
  height: 48px;
  background: #fe9baa1f;
  border-radius: 12px;
  transform: rotate(-12deg)
}

.opn .s1-shape-c {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fe9baa66)
}

.opn .s1-text {
  flex: 1
}

.opn .s1-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin-bottom: 16px
}

.opn .s1-h1 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #F9FBFA;
  margin: 0;
  font-weight: 800
}

.opn .s1-h1 em {
  color: #FE9BAA;
  font-style: normal
}

.opn .s1-img-wrap {
  flex-shrink: 0;
  width: 260px;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 9px 36px 0 #0140481f;
  position: relative
}

.opn .s1-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.4) sepia(0.5) brightness(0.85);
  transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn .s1-img-wrap:hover img {
  transform: scale(1.04)
}

.opn .s1-dbl-border {
  position: absolute;
  inset: 8px;
  border: 1px solid #fe9baa66;
  border-radius: 6px;
  pointer-events: none
}

.opn .s2-area {
  padding: 96px 32px;
  background: #F9FBFA
}

.opn .s2-grid {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.opn .s2-left {
  position: sticky;
  top: 32px
}

.opn .s2-tag {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin-bottom: 16px
}

.opn .s2-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  margin: 0 0 32px;
  text-align: center
}

.opn .s2-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 1px 6px 28px 0 #01404814;
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn .s2-img:hover {
  transform: scale(1.02)
}

.opn .s2-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.opn .s2-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 1px 3px 2px 0 #fe9baa0f;
  border-top: 3px solid #FE9BAA
}

.opn .s2-card-h {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: left
}

.opn .s2-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #2d4a4f;
  margin: 0
}

.opn .s2-drop::first-letter {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #FE9BAA;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.opn .s3-area {
  padding: 96px 32px;
  background: linear-gradient(0deg, #014048 0%, #012d33 100%);
  position: relative;
  overflow: hidden
}

.opn .s3-area::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FE9BAA, transparent);
  pointer-events: none
}

.opn .s3-inner {
  max-width: 1170px;
  margin: 0 auto
}

.opn .s3-head {
  text-align: center;
  margin-bottom: 64px
}

.opn .s3-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin: 0 auto 16px
}

.opn .s3-h2 {
  font-size: 36px;
  line-height: 1.15;
  color: #F9FBFA;
  margin: 0;
  letter-spacing: -.02em;
  text-align: center
}

.opn .s3-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px
}

.opn .s3-metric {
  background: #f9fbfa0f;
  border-radius: 12px;
  padding: 32px 16px;
  text-align: center;
  border: 1px solid #fe9baa26;
  box-shadow: 1px 6px 28px 0 #01404814;
  transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn .s3-metric:hover {
  transform: translateY(-4px);
  box-shadow: 1px 9px 36px 0 #0140481f
}

.opn .s3-num {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  margin-bottom: 8px
}

.opn .s3-int {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #F9FBFA;
  letter-spacing: -.03em
}

.opn .s3-frac {
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  color: #FE9BAA;
  margin-top: 8px
}

.opn .s3-label {
  font-size: 14px;
  line-height: 1.6;
  color: #f9fbfab3
}

.opn .s4-area {
  padding: 96px 32px;
  background: #fff
}

.opn .s4-inner {
  max-width: 1170px;
  margin: 0 auto
}

.opn .s4-head {
  text-align: center;
  margin-bottom: 64px
}

.opn .s4-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin: 0 auto 16px
}

.opn .s4-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  margin: 0;
  text-align: center
}

.opn .s4-checker {
  display: flex;
  flex-direction: column;
  gap: 64px
}

.opn .s4-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center
}

.opn .s4-row.rev {
  direction: ltr
}

.opn .s4-row.rev .s4-img-col {
  order: 2
}

.opn .s4-row.rev .s4-txt-col {
  order: 1
}

.opn .s4-img-col {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px 0 #01404814
}

.opn .s4-img-col img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn .s4-img-col:hover img {
  transform: scale(1.03)
}

.opn .s4-txt-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .s4-accent {
  display: block;
  width: 32px;
  height: 2px;
  background: #FE9BAA
}

.opn .s4-h4 {
  font-size: 26px;
  line-height: 1.4;
  color: #014048;
  margin: 0;
  font-weight: 700;
  text-align: left
}

.opn .s4-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2d4a4f;
  margin: 0
}

.opn .s4-p.dropcap::first-letter {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  color: #FE9BAA;
  float: left;
  margin-right: 8px;
  margin-top: 4px
}

.opn .s5-area {
  padding: 96px 32px;
  background: #F9FBFA
}

.opn .s5-inner {
  max-width: 1170px;
  margin: 0 auto
}

.opn .s5-head {
  margin-bottom: 64px;
  text-align: center
}

.opn .s5-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin: 0 auto 16px
}

.opn .s5-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  margin: 0;
  text-align: center
}

.opn .s5-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  max-width: 720px;
  margin: 0 auto
}

.opn .s5-timeline::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #FE9BAA 0%, #fe9baa1a 100%)
}

.opn .s5-step {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 32px 0;
  align-items: flex-start;
  position: relative
}

.opn .s5-dot {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #014048;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 3px 2px 0 #0140480f;
  position: relative;
  z-index: 1
}

.opn .s5-dot svg {
  width: 20px;
  height: 20px
}

.opn .s5-body {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  box-shadow: 1px 3px 2px 0 #fe9baa0f
}

.opn .s5-h5 {
  font-size: 15px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  margin: 0 0 8px;
  text-align: left
}

.opn .s5-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #2d4a4f;
  margin: 0
}

.opn .s6-area {
  padding: 96px 32px;
  background: #014048
}

.opn .s6-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.opn .s6-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .s6-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA
}

.opn .s6-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #F9FBFA;
  margin: 0;
  text-align: left
}

.opn .s6-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #f9fbfabf;
  margin: 0
}

.opn .s6-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .s6-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  background: #f9fbfa12;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #fe9baa1f;
  transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn .s6-item:hover {
  background: #f9fbfa1c
}

.opn .s6-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #fe9baa26;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center
}

.opn .s6-icon svg {
  width: 18px;
  height: 18px
}

.opn .s6-item-body {
  flex: 1
}

.opn .s6-item-h {
  font-size: 15px;
  line-height: 1.4;
  color: #F9FBFA;
  font-weight: 700;
  margin: 0 0 4px;
  text-align: left
}

.opn .s6-item-p {
  font-size: 14px;
  line-height: 1.6;
  color: #f9fbfab3;
  margin: 0
}

.opn .s7-area {
  padding: 96px 32px;
  background: #fff
}

.opn .s7-inner {
  max-width: 1170px;
  margin: 0 auto
}

.opn .s7-head {
  text-align: center;
  margin-bottom: 64px
}

.opn .s7-overline {
  display: block;
  width: 40px;
  height: 2px;
  background: #FE9BAA;
  margin: 0 auto 16px
}

.opn .s7-h2 {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  margin: 0;
  text-align: center
}

.opn .s7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.opn .s7-quote {
  background: #F9FBFA;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 1px 3px 2px 0 #0140480f;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.opn .s7-quote.wide {
  grid-column: span 2;
  background: #014048;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px
}

.opn .s7-portrait {
  flex-shrink: 0;
  width: 100px;
  height: 133px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 6px 28px 0 #01404814
}

.opn .s7-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.opn .s7-quote-body {
  flex: 1
}

.opn .s7-qmark {
  display: block;
  width: 32px;
  height: 32px
}

.opn .s7-qt {
  font-size: 15px;
  line-height: 1.6;
  color: #2d4a4f;
  margin: 0 0 16px
}

.opn .s7-quote.wide .s7-qt {
  color: #f9fbfad9
}

.opn .s7-author {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700
}

.opn .s7-quote.wide .s7-author {
  color: #FE9BAA
}

.opn .s7-role {
  font-size: 14px;
  line-height: 1.4;
  color: #6a8a8e;
  font-weight: 400
}

.opn .s7-quote.wide .s7-role {
  color: #f9fbfa8c
}

.opn .s7-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.opn .s7-star {
  width: 14px;
  height: 14px
}

.opn .s7-rating-bar {
  margin-top: 64px;
  background: #F9FBFA;
  border-radius: 24px;
  padding: 32px 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: 1px 3px 2px 0 #fe9baa0f
}

.opn .s7-rating-num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 8px
}

.opn .s7-big-num {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #014048;
  letter-spacing: -.03em
}

.opn .s7-big-frac {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  color: #FE9BAA;
  margin-bottom: 6px
}

.opn .s7-rating-label {
  font-size: 14px;
  line-height: 1.6;
  color: #2d4a4f;
  max-width: 280px
}

.opn .s7-rating-assoc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end
}

.opn .s7-assoc-tag {
  font-size: 14px;
  line-height: 1.4;
  color: #014048;
  font-weight: 700;
  background: #fe9baa26;
  border-radius: 6px;
  padding: 8px 16px
}

@media (max-width: 1280px) {
  .opn .s3-metrics {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .opn .s1-inner {
    flex-direction: column;
    gap: 32px
  }

  .opn .s1-img-wrap {
    width: 100%;
    height: 240px
  }

  .opn .s1-h1 {
    font-size: 36px
  }

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

  .opn .s2-left {
    position: static
  }

  .opn .s3-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 16px
  }

  .opn .s4-row {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opn .s4-row.rev .s4-img-col {
    order: 0
  }

  .opn .s4-row.rev .s4-txt-col {
    order: 0
  }

  .opn .s6-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .opn .s7-grid {
    grid-template-columns: 1fr
  }

  .opn .s7-quote.wide {
    grid-column: span 1;
    flex-direction: column
  }

  .opn .s7-rating-bar {
    flex-direction: column;
    padding: 32px;
    align-items: flex-start
  }

  .opn .s7-rating-assoc {
    align-items: flex-start
  }
}

@media (max-width: 390px) {

  .opn .s1-band,
  .opn .s2-area,
  .opn .s3-area,
  .opn .s4-area,
  .opn .s5-area,
  .opn .s6-area,
  .opn .s7-area {
    padding: 64px 16px
  }

  .opn .s1-h1 {
    font-size: 26px
  }

  .opn .s3-metrics {
    grid-template-columns: 1fr
  }

  .opn .s3-h2,
  .opn .s4-h2,
  .opn .s5-h2,
  .opn .s6-h2,
  .opn .s7-h2 {
    font-size: 26px
  }

  .opn .s2-h2 {
    font-size: 26px
  }

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

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background: #F9FBFA
}

.success-pg .success-card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 64px;
  box-shadow: 1px 9px 36px 0 #0140481f;
  text-align: center
}

.success-pg .success-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #FE9BAA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  box-shadow: 1px 6px 28px 0 #fe9baa14
}

.success-pg .success-icon-wrap svg {
  display: block
}

.success-pg .success-overline {
  font-size: 14px;
  letter-spacing: .12em;
  color: #014048;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.4;
  opacity: .7
}

.success-pg .success-heading {
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: #014048;
  margin: 0 0 16px
}

.success-pg .success-divider {
  width: 48px;
  height: 3px;
  background: #FE9BAA;
  border-radius: 2px;
  margin: 0 auto 32px
}

.success-pg .success-body {
  font-size: 15px;
  line-height: 1.6;
  color: #014048;
  margin: 0 0 32px;
  opacity: .85
}

.success-pg .success-back-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #014048;
  color: #F9FBFA;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 1px 6px 28px 0 #01404814
}

.success-pg .success-back-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FE9BAA;
  transform: translateX(-100%);
  transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 12px;
  z-index: 0
}

.success-pg .success-back-btn:hover::before {
  transform: translateX(0)
}

.success-pg .success-back-btn:hover {
  color: #014048
}

.success-pg .success-back-btn span {
  position: relative;
  z-index: 1
}

.success-pg .success-back-btn:focus-visible {
  outline: 3px solid #FE9BAA;
  outline-offset: 3px
}

@media (max-width: 768px) {
  .success-pg .success-card {
    padding: 64px 32px
  }
}

@media (max-width: 390px) {
  .success-pg {
    padding: 64px 16px
  }

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

  .success-pg .success-heading {
    font-size: 26px
  }
}