*,
::before,
::after {
  box-sizing: border-box
}

html {
  font-size: 100%
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: hidden
}

.top-bar {
  background-color: #0D1D40;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px
}

.top-bar__contact-link {
  color: #F5F5F5;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: .82;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.top-bar__contact-link:hover,
.top-bar__contact-link:focus {
  opacity: 1;
  outline: none
}

.top-bar__contact-link:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px;
  border-radius: 2px
}

.top-bar__contact-link .mdi {
  font-size: 15px;
  color: #F99648
}

.primary-header {
  background: linear-gradient(135deg, #0D1D40 0%, #162d5e 55%, #1a3570 100%);
  position: relative
}

.primary-header::after {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #F99648 0%, #f9b448 50%, #F99648 100%)
}

.header-identity-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 20px;
  max-width: 1140px;
  margin: 0 auto;
  gap: 20px
}

.header-logo-box {
  background-color: #fff;
  border-radius: 2px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 3px -1px #0d1d4014 0 5px 14px -1px #0d1d4014;
  flex-shrink: 0
}

.header-logo-box img {
  width: 54px;
  height: 54px;
  display: block;
  object-fit: contain
}

.header-brand-text-box {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.header-brand-name {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  color: #F5F5F5;
  letter-spacing: 0
}

.header-brand-name span {
  color: #F99648
}

.header-brand-tagline {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  opacity: .68;
  font-weight: 400
}

.header-nav-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px
}

.header-nav-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  border-top: 1px solid #f5f5f51f;
  padding-top: 20px
}

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

.header-nav-strip__link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), background-color .15s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.header-nav-strip__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #F99648;
  transform: translateX(-50%);
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.header-nav-strip__link:hover::before,
.header-nav-strip__link:focus-visible::before {
  width: calc(100% - 40px)
}

.header-nav-strip__link:hover,
.header-nav-strip__link:focus {
  color: #F99648;
  background-color: #f9964814;
  outline: none
}

.header-nav-strip__link:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px
}

.header-nav-strip__link .mdi {
  font-size: 17px;
  opacity: .75
}

.header-nav-strip__separator {
  width: 4px;
  height: 4px;
  border-radius: 46px;
  background-color: #f9964866;
  flex-shrink: 0;
  margin: 0 6px
}

.site-footer {
  background-color: #0D1D40;
  color: #F5F5F5;
  font-family: 'IBM Plex Mono', monospace
}

.footer-upper-band {
  background: linear-gradient(180deg, #0a1730 0%, #0D1D40 100%);
  padding: 80px 20px 40px
}

.footer-upper-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start
}

.footer-identity-block {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-logo-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #F99648 0%, #f9964833 100%);
  margin-bottom: 6px
}

.footer-logo-box {
  background-color: #fff;
  border-radius: 2px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 3px -1px #0d1d4014 0 5px 14px -1px #0d1d4014;
  width: 60px;
  height: 60px
}

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

.footer-brand-label {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #F5F5F5
}

.footer-brand-label span {
  color: #F99648
}

.footer-description-text {
  font-size: 15px;
  line-height: 1.55;
  color: #F5F5F5;
  opacity: .72;
  font-weight: 400
}

.footer-contact-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px
}

.footer-contact-item .mdi {
  font-size: 17px;
  color: #F99648;
  flex-shrink: 0
}

.footer-contact-item a {
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  text-decoration: none;
  opacity: .82;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-contact-item a:hover,
.footer-contact-item a:focus {
  opacity: 1;
  color: #F99648;
  outline: none
}

.footer-contact-item a:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px;
  border-radius: 2px
}

.footer-nav-column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-nav-column-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f51a
}

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

.footer-nav-list__item a {
  font-size: 15px;
  line-height: 1.55;
  color: #F5F5F5;
  text-decoration: none;
  opacity: .72;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-nav-list__item a .mdi {
  font-size: 15px;
  color: #F99648;
  opacity: .7;
  flex-shrink: 0
}

.footer-nav-list__item a:hover,
.footer-nav-list__item a:focus {
  opacity: 1;
  color: #F99648;
  outline: none
}

.footer-nav-list__item a:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px;
  border-radius: 2px
}

.footer-policies-column {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.footer-policies-column-heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f51a
}

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

.footer-policies-list__item a {
  font-size: 15px;
  line-height: 1.55;
  color: #F5F5F5;
  text-decoration: none;
  opacity: .72;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-policies-list__item a .mdi {
  font-size: 15px;
  color: #F99648;
  opacity: .7;
  flex-shrink: 0
}

.footer-policies-list__item a:hover,
.footer-policies-list__item a:focus {
  opacity: 1;
  color: #F99648;
  outline: none
}

.footer-policies-list__item a:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px;
  border-radius: 2px
}

.footer-lower-band {
  background-color: #080f20;
  padding: 20px
}

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

.footer-copyright-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  opacity: .5
}

.footer-domain-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  opacity: .6
}

.consent-toast {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100vw - 40px);
  background-color: #F5F5F5;
  border-radius: 2px;
  box-shadow: 0 12px 60px -1px #0d1d4024 0 5px 14px -1px #0d1d4014;
  z-index: 4000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(0);
  transition: transform .42s cubic-bezier(0.4, 0, 0.2, 1), opacity .42s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1
}

.consent-toast.consent-toast--hidden-state {
  transform: translateY(-40px);
  opacity: 0
}

.consent-toast__description {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40
}

.consent-toast__data-notice {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40;
  opacity: .72
}

.consent-toast__opt-out-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #0d1d400a;
  border-radius: 2px
}

.consent-toast__opt-out-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  flex: 1
}

.consent-toast__opt-out-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  color: #0D1D40
}

.consent-toast__opt-out-toggle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #F99648;
  cursor: pointer
}

.consent-toast__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.consent-toast__accept-button {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  color: #0D1D40;
  background-color: transparent;
  border: 2px solid #0D1D40;
  border-radius: 2px;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px
}

.consent-toast__accept-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0D1D40;
  transition: left .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.consent-toast__accept-button:hover::before,
.consent-toast__accept-button:focus-visible::before {
  left: 0
}

.consent-toast__accept-button:hover,
.consent-toast__accept-button:focus-visible {
  color: #F5F5F5;
  outline: none
}

.consent-toast__accept-button span {
  position: relative;
  z-index: 1
}

.consent-toast__decline-link {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  opacity: .6;
  padding: 12px 6px;
  min-height: 44px;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-toast__decline-link:hover,
.consent-toast__decline-link:focus {
  opacity: 1;
  outline: none
}

.consent-toast__decline-link:focus-visible {
  outline: 2px solid #0D1D40;
  outline-offset: 2px;
  border-radius: 2px
}

.consent-preferences-trigger {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3999;
  width: 44px;
  height: 44px;
  border-radius: 46px;
  background-color: #0D1D40;
  border: 2px solid #F99648;
  color: #F99648;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 14px -1px #0d1d4014;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-preferences-trigger:hover,
.consent-preferences-trigger:focus {
  background-color: #F99648;
  color: #0D1D40;
  outline: none
}

.consent-preferences-trigger:focus-visible {
  outline: 2px solid #F99648;
  outline-offset: 2px
}

.consent-preferences-trigger .mdi {
  font-size: 21px
}

.consent-preferences-trigger--visible {
  display: flex
}

@media (max-width: 820px) {
  .footer-upper-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .header-brand-name {
    font-size: 27px
  }

  .footer-lower-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }
}

@media (max-width: 560px) {
  .header-identity-row {
    flex-direction: column;
    text-align: center;
    padding: 20px 20px 12px
  }

  .header-brand-text-box {
    align-items: center
  }

  .header-brand-name {
    font-size: 21px
  }

  .header-nav-strip {
    gap: 0
  }

  .header-nav-strip__separator {
    display: none
  }
}

.info-legal {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 40px
}

.info-legal h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  margin-bottom: 40px;
  margin-top: 0
}

.info-legal h2 {
  font-size: 37px;
  line-height: 1.35;
  color: #0D1D40;
  margin-top: 80px;
  margin-bottom: 20px
}

.info-legal h3 {
  font-size: 27px;
  line-height: 1.35;
  color: #0D1D40;
  margin-top: 40px;
  margin-bottom: 20px
}

.info-legal h4 {
  font-size: 21px;
  line-height: 1.55;
  color: #0D1D40;
  margin-top: 40px;
  margin-bottom: 12px
}

.info-legal h5 {
  font-size: 17px;
  line-height: 1.55;
  color: #0D1D40;
  margin-top: 20px;
  margin-bottom: 12px
}

.info-legal h6 {
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40;
  margin-top: 20px;
  margin-bottom: 12px
}

.info-legal p {
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 72ch
}

.info-legal ul,
.info-legal ol {
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  max-width: 72ch
}

.info-legal ul {
  list-style-type: disc
}

.info-legal ol {
  list-style-type: decimal
}

.info-legal li {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40
}

.info-legal li:last-child {
  margin-bottom: 0
}

.info-legal ul ul,
.info-legal ol ol,
.info-legal ul ol,
.info-legal ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.info-legal strong,
.info-legal b {
  font-weight: 700;
  color: #0D1D40
}

.info-legal em,
.info-legal i {
  font-style: italic;
  color: #0D1D40
}

.info-legal a {
  color: #F99648;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.info-legal a:hover {
  color: #0D1D40;
  text-decoration-color: #F99648
}

.info-legal a:visited {
  color: #c97830
}

.info-legal hr {
  border: none;
  border-top: 2px solid #F5F5F5;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%
}

@media (max-width: 768px) {
  .info-legal {
    padding: 40px 20px
  }

  .info-legal h1 {
    font-size: 37px
  }

  .info-legal h2 {
    font-size: 27px;
    margin-top: 40px
  }

  .info-legal h3 {
    font-size: 21px
  }

  .info-legal h4 {
    font-size: 17px
  }

  .info-legal p,
  .info-legal ul,
  .info-legal ol,
  .info-legal li {
    font-size: 15px
  }

  .info-legal ul,
  .info-legal ol {
    padding-left: 20px
  }
}

.blog-detail {
  width: 100%;
  overflow-x: hidden
}

.blog-detail .post-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.blog-detail .post-header__text-zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 80px 80px;
  background: #F5F5F5;
  position: relative
}

.blog-detail .post-header__text-zone::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: linear-gradient(180deg, transparent, #F99648 30%, #F99648 70%, transparent)
}

.blog-detail .post-header__image-zone {
  position: relative;
  overflow: hidden
}

.blog-detail .post-header__image-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog-detail .post-header__image-zone:hover img {
  transform: scale(1.04)
}

.blog-detail .post-header__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0d1d408c 0%, transparent 70%);
  pointer-events: none
}

.blog-detail .post-header__decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(ellipse at center, #f996482e 0%, transparent 70%);
  pointer-events: none;
  border-radius: 46px
}

.blog-detail .post-meta-tags {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap
}

.blog-detail .tag-category {
  background: #0D1D40;
  color: #F5F5F5;
  font-size: 15px;
  line-height: 1.35;
  padding: 6px 20px;
  border-radius: 2px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600
}

.blog-detail .tag-article {
  background: transparent;
  color: #0D1D40;
  font-size: 15px;
  line-height: 1.35;
  padding: 6px 20px;
  border-radius: 2px;
  border: 1.5px solid #0D1D40;
  text-transform: uppercase;
  font-weight: 500
}

.blog-detail .post-header__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 20px;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.blog-detail .post-header__h1 .gradient-word {
  background: linear-gradient(135deg, #F99648 0%, #0D1D40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog-detail .post-header__subtitle {
  font-size: 17px;
  line-height: 1.55;
  color: #0D1D40;
  opacity: .72;
  margin: 0 0 40px;
  max-width: 440px
}

.blog-detail .post-header__readmeta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px
}

.blog-detail .readmeta__author {
  font-size: 15px;
  color: #0D1D40;
  font-weight: 600;
  line-height: 1.35
}

.blog-detail .readmeta__time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #0D1D40;
  opacity: .6;
  line-height: 1.35
}

.blog-detail .readmeta__time .mdi {
  font-size: 17px;
  color: #F99648
}

.blog-detail .divider-triangle-up {
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.blog-detail .divider-triangle-up svg {
  display: block;
  width: 100%
}

.blog-detail .article-body-area {
  background: #fff;
  padding: 80px 40px;
  position: relative
}

.blog-detail .article-body-area__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: start
}

.blog-detail .article-prose {
  max-width: 680px
}

.blog-detail .article-prose p {
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40;
  margin: 0 0 20px
}

.blog-detail .article-prose h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 40px 0 20px;
  text-shadow: 1px 2px 0 #0d1d4014
}

.blog-detail .article-prose h4 {
  font-size: 21px;
  line-height: 1.35;
  color: #0D1D40;
  margin: 40px 0 12px;
  text-shadow: 0 1px 2px #0d1d401a
}

.blog-detail .article-prose ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px
}

.blog-detail .article-prose ul li {
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40;
  padding: 12px 0;
  border-bottom: 1px solid #0d1d401f
}

.blog-detail .article-prose ul li:first-child {
  border-top: 1px solid #0d1d401f
}

.blog-detail .article-prose del {
  color: #0d1d4073;
  text-decoration: line-through
}

.blog-detail .article-prose a {
  color: #0D1D40;
  text-decoration: underline;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 2px;
  border-radius: 2px
}

.blog-detail .article-prose a:hover {
  background: #0D1D40;
  color: #fff;
  text-decoration: none
}

.blog-detail .article-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 40px;
  font-size: 15px
}

.blog-detail .article-prose caption {
  font-size: 15px;
  color: #0d1d4099;
  text-align: left;
  margin-bottom: 12px;
  line-height: 1.35
}

.blog-detail .article-prose td {
  padding: 12px 20px;
  border-bottom: 1px solid #0d1d401a;
  color: #0D1D40;
  line-height: 1.55
}

.blog-detail .article-prose tr:first-child td {
  font-weight: 700;
  background: #0d1d400a
}

.blog-detail .article-prose details {
  border-top: 1.5px solid #f9964866;
  border-bottom: 1.5px solid #f9964866;
  padding: 12px 0;
  margin: 20px 0
}

.blog-detail .article-prose summary {
  font-size: 17px;
  font-weight: 600;
  color: #0D1D40;
  cursor: pointer;
  line-height: 1.55;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px
}

.blog-detail .article-prose summary::-webkit-details-marker {
  display: none
}

.blog-detail .article-prose summary .mdi {
  color: #F99648;
  font-size: 21px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog-detail .article-prose details[open] summary .mdi {
  transform: rotate(180deg)
}

.blog-detail .article-prose details> :not(summary) {
  font-size: 17px;
  line-height: 1.8;
  color: #0D1D40;
  padding-top: 12px
}

.blog-detail .sidebar-panel {
  position: sticky;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.blog-detail .sidebar-toc {
  background: #F5F5F5;
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.blog-detail .sidebar-toc__label {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 20px
}

.blog-detail .sidebar-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.blog-detail .sidebar-toc__list li a {
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #0d1d401a;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), padding-left .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.blog-detail .sidebar-toc__list li a:hover {
  color: #F99648;
  padding-left: 12px
}

.blog-detail .sidebar-cta-block {
  background: #0D1D40;
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 12px 60px -1px #0d1d4024;
  position: relative;
  overflow: hidden
}

.blog-detail .sidebar-cta-block::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(ellipse at center, #f9964838 0%, transparent 70%);
  border-radius: 46px;
  pointer-events: none
}

.blog-detail .sidebar-cta-block__heading {
  font-size: 21px;
  line-height: 1.35;
  color: #F5F5F5;
  margin: 0 0 12px;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.blog-detail .sidebar-cta-block__text {
  font-size: 15px;
  line-height: 1.55;
  color: #f5f5f5b8;
  margin: 0 0 20px
}

.blog-detail .sidebar-cta-block__button {
  display: inline-block;
  background: #F99648;
  color: #0D1D40;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 12px 20px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid transparent;
  position: relative;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.blog-detail .sidebar-cta-block__button::before,
.blog-detail .sidebar-cta-block__button::after {
  content: '';
  position: absolute;
  background: #F5F5F5;
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1), height .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog-detail .sidebar-cta-block__button::before {
  top: -2px;
  left: -2px;
  width: 0;
  height: 2px
}

.blog-detail .sidebar-cta-block__button::after {
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 2px
}

.blog-detail .sidebar-cta-block__button:hover::before,
.blog-detail .sidebar-cta-block__button:hover::after {
  width: calc(100% + 4px)
}

.blog-detail .sidebar-cta-block__button:hover {
  background: transparent;
  color: #F5F5F5
}

.blog-detail .divider-triangle-up-dark {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: #F5F5F5
}

.blog-detail .divider-triangle-up-dark svg {
  display: block;
  width: 100%
}

.blog-detail .techniques-metrics {
  background: #F5F5F5;
  padding: 80px 40px
}

.blog-detail .techniques-metrics__inner {
  max-width: 1140px;
  margin: 0 auto
}

.blog-detail .techniques-metrics__heading {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 12px;
  text-align: center;
  text-shadow: 1px 2px 0 #0d1d4014
}

.blog-detail .techniques-metrics__heading .gradient-word {
  background: linear-gradient(135deg, #F99648 0%, #0D1D40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog-detail .techniques-metrics__sub {
  font-size: 17px;
  line-height: 1.55;
  color: #0d1d40a6;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 560px
}

.blog-detail .metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px
}

.blog-detail .metric-card {
  background: #fff;
  border-radius: 2px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog-detail .metric-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, #f996481a, transparent);
  pointer-events: none
}

.blog-detail .metric-card:hover {
  box-shadow: 0 12px 60px -1px #0d1d4024;
  transform: translateY(-4px)
}

.blog-detail .metric-card__icon {
  width: 48px;
  height: 48px;
  background: #f996481f;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px
}

.blog-detail .metric-card__icon .mdi {
  font-size: 27px;
  color: #F99648
}

.blog-detail .metric-card__value {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 800;
  margin: 0 0 6px
}

.blog-detail .metric-card__label {
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d4099;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0
}

.blog-detail .technique-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.blog-detail .technique-zone {
  border-radius: 2px;
  padding: 40px;
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.blog-detail .technique-zone.zone-advanced {
  background: #0D1D40
}

.blog-detail .technique-zone.zone-standard {
  background: #fff
}

.blog-detail .technique-zone__label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 20px
}

.blog-detail .zone-advanced .technique-zone__label {
  color: #F99648
}

.blog-detail .zone-standard .technique-zone__label {
  color: #0d1d4080
}

.blog-detail .technique-zone__heading {
  font-size: 21px;
  line-height: 1.35;
  margin: 0 0 20px;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.blog-detail .zone-advanced .technique-zone__heading {
  color: #F5F5F5
}

.blog-detail .zone-standard .technique-zone__heading {
  color: #0D1D40
}

.blog-detail .technique-zone__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.blog-detail .technique-zone__list li {
  font-size: 15px;
  line-height: 1.55;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.blog-detail .zone-advanced .technique-zone__list li {
  color: #f5f5f5d1;
  border-bottom: 1px solid #f5f5f51a
}

.blog-detail .zone-standard .technique-zone__list li {
  color: #0d1d40bf;
  border-bottom: 1px solid #0d1d401a
}

.blog-detail .technique-zone__list li .mdi {
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px
}

.blog-detail .zone-advanced .technique-zone__list li .mdi {
  color: #F99648
}

.blog-detail .zone-standard .technique-zone__list li .mdi {
  color: #0d1d4059
}

.blog-detail .divider-triangle-second {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  background: #fff
}

.blog-detail .divider-triangle-second svg {
  display: block;
  width: 100%
}

.blog-detail .author-cta-strip {
  background: #fff;
  padding: 80px 40px
}

.blog-detail .author-cta-strip__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  justify-content: space-between
}

.blog-detail .author-cta-strip__text-block {
  flex: 1;
  min-width: 0
}

.blog-detail .author-cta-strip__eyebrow {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #F99648;
  margin: 0 0 12px
}

.blog-detail .author-cta-strip__heading {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 20px;
  text-shadow: 1px 2px 0 #0d1d4014
}

.blog-detail .author-cta-strip__heading .gradient-word {
  background: linear-gradient(135deg, #F99648 0%, #0D1D40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog-detail .author-cta-strip__body {
  font-size: 17px;
  line-height: 1.8;
  color: #0d1d40b8;
  margin: 0 0 40px;
  max-width: 480px
}

.blog-detail .author-cta-strip__actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap
}

.blog-detail .cta-button-primary {
  display: inline-block;
  background: #0D1D40;
  color: #F5F5F5;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 12px 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #0D1D40;
  position: relative;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden
}

.blog-detail .cta-button-primary::before,
.blog-detail .cta-button-primary::after {
  content: '';
  position: absolute;
  background: #F99648;
  transition: width .22s cubic-bezier(0.0, 0, 0.2, 1), height .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.blog-detail .cta-button-primary::before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px
}

.blog-detail .cta-button-primary::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px
}

.blog-detail .cta-button-primary:hover::before,
.blog-detail .cta-button-primary:hover::after {
  width: 100%
}

.blog-detail .cta-button-primary:hover {
  background: transparent;
  color: #0D1D40
}

.blog-detail .cta-button-secondary {
  display: inline-block;
  background: transparent;
  color: #0D1D40;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 12px 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 2px solid #0d1d4040;
  position: relative;
  transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.blog-detail .cta-button-secondary:hover {
  border-color: #F99648;
  color: #F99648
}

.blog-detail .author-cta-strip__visual {
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.blog-detail .skill-bar-group {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.blog-detail .skill-bar-item {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.blog-detail .skill-bar-item__label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.blog-detail .skill-bar-item__name {
  font-size: 15px;
  color: #0D1D40;
  font-weight: 600;
  line-height: 1.35
}

.blog-detail .skill-bar-item__pct {
  font-size: 15px;
  color: #F99648;
  font-weight: 700;
  line-height: 1.35
}

.blog-detail .skill-bar-track {
  height: 6px;
  background: #0d1d401a;
  border-radius: 30px;
  overflow: hidden
}

.blog-detail .skill-bar-fill {
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #F99648, #0D1D40);
  clip-path: inset(0 100% 0 0);
  animation: skill-bar-expand .9s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.blog-detail .skill-bar-fill.fill-90 {
  animation-delay: .1s;
  --fill-target: 10%
}

.blog-detail .skill-bar-fill.fill-78 {
  animation-delay: .2s;
  --fill-target: 22%
}

.blog-detail .skill-bar-fill.fill-85 {
  animation-delay: .15s;
  --fill-target: 15%
}

.blog-detail .skill-bar-fill.fill-72 {
  animation-delay: .25s;
  --fill-target: 28%
}

@keyframes skill-bar-expand {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 var(--fill-target) 0 0)
  }
}

@media (max-width: 900px) {
  .blog-detail .post-header {
    grid-template-columns: 1fr
  }

  .blog-detail .post-header__text-zone {
    padding: 40px 20px
  }

  .blog-detail .post-header__text-zone::after {
    display: none
  }

  .blog-detail .post-header__image-zone {
    min-height: 280px
  }

  .blog-detail .post-header__h1 {
    font-size: 37px
  }

  .blog-detail .article-body-area__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .blog-detail .sidebar-panel {
    position: static
  }

  .blog-detail .metrics-grid {
    grid-template-columns: 1fr
  }

  .blog-detail .technique-comparison {
    grid-template-columns: 1fr
  }

  .blog-detail .author-cta-strip__inner {
    flex-direction: column;
    gap: 40px
  }

  .blog-detail .author-cta-strip__visual {
    width: 100%
  }
}

@media (max-width: 600px) {
  .blog-detail .post-header__h1 {
    font-size: 27px
  }

  .blog-detail .article-body-area {
    padding: 40px 20px
  }

  .blog-detail .techniques-metrics {
    padding: 40px 20px
  }

  .blog-detail .author-cta-strip {
    padding: 40px 20px
  }
}

.sponsorship {
  background: #F5F5F5;
  overflow-x: clip
}

.sponsorship .strip {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.sponsorship .title-block {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.sponsorship .title-block-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  position: relative
}

.sponsorship .title-block-diagonal {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.sponsorship .title-block-diagonal svg {
  width: 100%;
  height: 100%
}

.sponsorship .title-image-strip {
  flex: 0 0 160px;
  width: 160px;
  border-radius: 2px;
  overflow: hidden;
  position: relative
}

.sponsorship .title-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px) saturate(1.1)
}

.sponsorship .title-image-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0d1d4038;
  border-radius: 2px
}

.sponsorship .title-text-area {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1
}

.sponsorship .title-eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.sponsorship .title-heading {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 800;
  text-shadow: 0 3px 3px -1px #0d1d4014;
  margin: 0
}

.sponsorship .title-heading .gradient-word {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #0D1D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.sponsorship .title-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #3a4a6b;
  max-width: 560px;
  margin: 0
}

.sponsorship .title-border-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.sponsorship .title-border-decoration::before,
.sponsorship .title-border-decoration::after {
  content: "";
  position: absolute;
  border: 2px solid #f9964859
}

.sponsorship .title-border-decoration::before {
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-right: none;
  border-bottom: none;
  border-radius: 2px 0 0 0
}

.sponsorship .title-border-decoration::after {
  bottom: 0;
  right: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-left: none;
  border-top: none;
  border-radius: 0 0 2px 0
}

.sponsorship .divider-blur {
  width: 100%;
  height: 2px;
  background: transparent;
  box-shadow: 0 5px 14px -1px #0d1d4014;
  position: relative
}

.sponsorship .divider-blur::after {
  content: "";
  display: block;
  height: 1px;
  background: #0d1d401f;
  filter: blur(1px)
}

.sponsorship .partner-section {
  background: linear-gradient(to top, #F5F5F5 0%, #0D1D40 100%);
  padding-top: 80px;
  padding-bottom: 80px
}

.sponsorship .partner-grid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

.sponsorship .partner-left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.sponsorship .partner-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 5px 14px -1px #0d1d4024
}

.sponsorship .partner-heading .gradient-word {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #F5F5F5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.sponsorship .partner-body {
  font-size: 17px;
  line-height: 1.55;
  color: #f5f5f5d1;
  margin: 0
}

.sponsorship .partner-body-dense {
  font-size: 15px;
  line-height: 1.55;
  color: #f5f5f5b8;
  margin: 0
}

.sponsorship .pull-quote {
  border-top: 2px solid #F99648;
  padding-top: 20px;
  margin-top: 12px
}

.sponsorship .pull-quote-text {
  font-size: 21px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  font-style: italic;
  margin: 0
}

.sponsorship .partner-right {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.sponsorship .stat-block {
  background: #f5f5f50f;
  border: 1px solid #f5f5f51f;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.sponsorship .stat-block:hover {
  background: #f996481a;
  border-color: #f9964866
}

.sponsorship .stat-block-label {
  font-size: 15px;
  line-height: 1.35;
  color: #f5f5f599;
  text-transform: uppercase;
  letter-spacing: .06em
}

.sponsorship .stat-block-value {
  font-size: 27px;
  line-height: 1.1;
  color: #F5F5F5;
  font-weight: 700
}

.sponsorship .stat-block-desc {
  font-size: 15px;
  line-height: 1.35;
  color: #f5f5f599
}

.sponsorship .reach-bar-group {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.sponsorship .reach-bar-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.sponsorship .reach-bar-name {
  font-size: 15px;
  color: #f5f5f5b3
}

.sponsorship .reach-bar-pct {
  font-size: 15px;
  color: #F99648;
  font-weight: 600
}

.sponsorship .reach-bar-track {
  width: 100%;
  height: 6px;
  background: #f5f5f51f;
  border-radius: 2px;
  overflow: hidden
}

.sponsorship .reach-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: #F99648;
  transform-origin: left;
  animation: bar-grow .8s cubic-bezier(0.4, 0, 0.2, 1) both
}

.sponsorship .reach-bar-fill.delay-one {
  animation-delay: .15s
}

.sponsorship .reach-bar-fill.delay-two {
  animation-delay: .3s
}

.sponsorship .reach-bar-fill.delay-three {
  animation-delay: .45s
}

@keyframes bar-grow {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

.sponsorship .divider-accent {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #F99648 40%, #0D1D40 70%, transparent 100%);
  opacity: .5
}

.sponsorship .tiers-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F5F5F5
}

.sponsorship .tiers-heading-row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px
}

.sponsorship .tiers-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.sponsorship .tiers-heading .gradient-word {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #0D1D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.sponsorship .tiers-sub {
  font-size: 17px;
  line-height: 1.55;
  color: #3a4a6b;
  max-width: 380px;
  margin: 0;
  text-align: right
}

.sponsorship .tiers-grid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch
}

.sponsorship .tier-card {
  background: #fff;
  border-radius: 2px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.0, 0, 0.2, 1);
  overflow: hidden
}

.sponsorship .tier-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #0D1D40;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.sponsorship .tier-card.featured::before {
  background: #F99648
}

.sponsorship .tier-card:hover {
  box-shadow: 0 12px 60px -1px #0d1d4024;
  transform: translateY(-4px)
}

.sponsorship .tier-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #0d1d400f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D1D40;
  font-size: 21px
}

.sponsorship .tier-card.featured .tier-card-icon {
  background: #f996481f;
  color: #F99648
}

.sponsorship .tier-card-name {
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin: 0
}

.sponsorship .tier-card-price {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 800;
  margin: 0
}

.sponsorship .tier-card.featured .tier-card-price {
  color: #F99648
}

.sponsorship .tier-card-period {
  font-size: 15px;
  color: #3a4a6b;
  font-weight: 400
}

.sponsorship .tier-card-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #3a4a6b;
  margin: 0
}

.sponsorship .tier-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0
}

.sponsorship .tier-feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0d1d4014;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.sponsorship .tier-feature-item:last-child {
  border-bottom: none
}

.sponsorship .tier-feature-item .mdi {
  color: #F99648;
  font-size: 17px;
  flex-shrink: 0
}

.sponsorship .tier-card-button {
  margin-top: auto;
  display: inline-block;
  padding: 12px 20px;
  background: transparent;
  border: 2px solid #0D1D40;
  border-radius: 2px;
  color: #0D1D40;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.sponsorship .tier-card-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0D1D40;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.sponsorship .tier-card-button span {
  position: relative;
  z-index: 1
}

.sponsorship .tier-card-button:hover::before {
  transform: scaleX(1)
}

.sponsorship .tier-card-button:hover {
  color: #F5F5F5
}

.sponsorship .tier-card-button:focus-visible {
  outline: 3px solid #F99648;
  outline-offset: 3px
}

.sponsorship .tier-card-button.featured-btn {
  background: #F99648;
  border-color: #F99648;
  color: #0D1D40
}

.sponsorship .tier-card-button.featured-btn::before {
  background: #0D1D40
}

.sponsorship .tier-card-button.featured-btn:hover {
  color: #F5F5F5
}

.sponsorship .usage-ring-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #0d1d400a;
  border-radius: 2px;
  box-shadow: inset 0 2px 6px #0d1d400f
}

.sponsorship .usage-ring-svg {
  flex-shrink: 0
}

.sponsorship .usage-ring-text {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.sponsorship .usage-ring-label {
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  font-weight: 600
}

.sponsorship .usage-ring-sub {
  font-size: 15px;
  line-height: 1.35;
  color: #3a4a6b
}

.sponsorship .tiers-contact-row {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.sponsorship .tiers-contact-text {
  font-size: 17px;
  line-height: 1.55;
  color: #3a4a6b;
  margin: 0
}

.sponsorship .tiers-contact-link {
  color: #0D1D40;
  font-weight: 700;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #0d1d4033;
  font-size: 17px;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.sponsorship .tiers-contact-link:hover {
  background: #0D1D40;
  color: #F5F5F5
}

.sponsorship .tiers-contact-link:focus-visible {
  outline: 3px solid #F99648;
  outline-offset: 3px
}

@media (max-width: 900px) {
  .sponsorship .title-heading {
    font-size: 37px
  }

  .sponsorship .partner-grid {
    grid-template-columns: 1fr
  }

  .sponsorship .tiers-grid {
    grid-template-columns: 1fr
  }

  .sponsorship .tiers-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .sponsorship .tiers-sub {
    text-align: left
  }
}

@media (max-width: 600px) {
  .sponsorship .title-block-inner {
    flex-direction: column
  }

  .sponsorship .title-image-strip {
    flex: 0 0 200px;
    width: 100%;
    height: 200px
  }

  .sponsorship .title-heading {
    font-size: 27px
  }

  .sponsorship .partner-heading {
    font-size: 27px
  }

  .sponsorship .tiers-heading {
    font-size: 27px
  }

  .sponsorship .usage-ring-group {
    flex-direction: column;
    align-items: flex-start
  }
}

.root {
  background: #F5F5F5;
  overflow-x: clip
}

.root .page-bound {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px
}

.root .title-block {
  background: #0D1D40;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px
}

.root .title-block__text-zone {
  padding: 80px 40px 80px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.root .title-block__decoration {
  position: absolute;
  top: 40px;
  right: -20px;
  width: 180px;
  height: 180px;
  border: 2px solid #f996482e;
  border-radius: 46px;
  pointer-events: none;
  animation: outline-breathe 4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.root .title-block__decoration::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #f996481a;
  border-radius: 30px
}

@keyframes outline-breathe {

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

  50% {
    opacity: 1;
    transform: scale(1.04)
  }
}

.root .title-block__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px
}

.root .title-block__eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #F99648;
  flex-shrink: 0
}

.root .title-block__h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #F5F5F5;
  margin: 0 0 20px;
  font-weight: 700
}

.root .title-block__h1 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .title-block__sub-caption {
  display: block;
  width: 48px;
  height: 2px;
  background: #f5f5f54d;
  margin-bottom: 20px
}

.root .title-block__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 20px;
  border: 1px solid #f5f5f54d;
  border-radius: 2px;
  width: fit-content;
  position: relative;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .title-block__link::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  border: 1px solid #F99648;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .title-block__link:hover::before {
  transform: scaleX(1)
}

.root .title-block__link:hover {
  color: #F99648;
  border-color: transparent
}

.root .title-block__image-zone {
  position: relative;
  overflow: hidden
}

.root .title-block__image-zone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: transform .4s cubic-bezier(0.0, 0, 0.2, 1)
}

.root .title-block__image-zone:hover img {
  transform: scale(1.04)
}

.root .title-block__image-overlay {
  position: absolute;
  inset: 0;
  background: #0d1d4059;
  pointer-events: none
}

.root .wave-divider {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #0D1D40
}

.root .wave-divider svg {
  display: block;
  width: 100%
}

.root .wave-divider-light {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #F5F5F5
}

.root .wave-divider-light svg {
  display: block;
  width: 100%
}

.root .stats-band {
  background: #0D1D40;
  padding: 40px 0
}

.root .stats-band__row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}

.root .stats-band__item {
  text-align: center;
  flex: 1 1 160px
}

.root .stats-band__number {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 700;
  color: #F99648;
  display: block;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.root .stats-band__label {
  font-size: 15px;
  line-height: 1.55;
  color: #f5f5f5b3;
  text-transform: uppercase;
  letter-spacing: .1em;
  display: block;
  margin-top: 6px
}

.root .stats-band__divider {
  width: 1px;
  height: 48px;
  background: #f5f5f51f;
  flex-shrink: 0
}

.root .post-listing {
  padding: 80px 0;
  background: #F5F5F5
}

.root .post-listing__heading-row {
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px
}

.root .post-listing__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 5px 14px -1px #0d1d4014
}

.root .post-listing__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .post-listing__view-all {
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 6px 20px;
  border: 1px solid #0d1d404d;
  border-radius: 2px;
  white-space: nowrap;
  position: relative;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .post-listing__view-all::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  border: 1px solid #F99648;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .post-listing__view-all:hover {
  color: #F99648
}

.root .post-listing__view-all:hover::after {
  transform: scaleX(1)
}

.root .post-listing__grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px
}

.root .post-listing__featured {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 14px -1px #0d1d4014;
  text-decoration: none;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .post-listing__featured:hover {
  box-shadow: 0 12px 60px -1px #0d1d4024
}

.root .post-listing__featured-img-wrap {
  overflow: hidden;
  height: 300px;
  position: relative
}

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

.root .post-listing__featured:hover .post-listing__featured-img-wrap img {
  transform: scale(1.05)
}

.root .post-listing__featured-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0d1d408c 0%, transparent 55%);
  pointer-events: none
}

.root .post-listing__featured-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  background: #F99648;
  padding: 6px 12px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.root .post-listing__featured-body {
  padding: 20px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1
}

.root .post-listing__featured-category {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .1em
}

.root .post-listing__featured-title {
  font-size: 27px;
  line-height: 1.35;
  color: #0D1D40;
  margin: 0;
  font-weight: 700
}

.root .post-listing__featured-subtitle {
  font-size: 17px;
  line-height: 1.55;
  color: #0d1d40a6;
  margin: 0
}

.root .post-listing__featured-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d4080;
  margin-top: auto
}

.root .post-listing__featured-meta .mdi {
  font-size: 17px;
  color: #F99648
}

.root .post-listing__side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .post-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1
}

.root .post-card:hover {
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.root .post-card__img-wrap {
  overflow: hidden;
  height: 140px
}

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

.root .post-card:hover .post-card__img-wrap img {
  transform: scale(1.05)
}

.root .post-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1
}

.root .post-card__tag {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .08em
}

.root .post-card__title {
  font-size: 17px;
  line-height: 1.35;
  color: #0D1D40;
  margin: 0;
  font-weight: 700
}

.root .post-card__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d4099;
  margin: 0
}

.root .post-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d4073;
  margin-top: auto;
  padding-top: 6px
}

.root .post-card__meta .mdi {
  font-size: 15px;
  color: #F99648
}

.root .author-block {
  background: #0D1D40;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.root .author-block__geo {
  position: absolute;
  top: -40px;
  right: 80px;
  width: 260px;
  height: 260px;
  border: 1px solid #f996481a;
  border-radius: 46px;
  pointer-events: none;
  transform: rotate(18deg)
}

.root .author-block__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center
}

.root .author-block__photo-wrap {
  position: relative
}

.root .author-block__photo-frame {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 60px -1px #0d1d4024
}

.root .author-block__photo-frame img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: grayscale(30%);
  transition: transform .4s cubic-bezier(0.0, 0, 0.2, 1)
}

.root .author-block__photo-frame:hover img {
  transform: scale(1.04)
}

.root .author-block__photo-accent {
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 60px;
  height: 60px;
  background: #F99648;
  border-radius: 2px;
  pointer-events: none
}

.root .author-block__text {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .author-block__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 12px
}

.root .author-block__eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #F99648
}

.root .author-block__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 5px 14px -1px #0d1d4024
}

.root .author-block__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .author-block__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #f5f5f540
}

.root .author-block__para {
  font-size: 17px;
  line-height: 1.8;
  color: #f5f5f5cc;
  margin: 0
}

.root .author-block__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 12px 20px;
  border: 1px solid #f5f5f540;
  border-radius: 2px;
  width: fit-content;
  position: relative;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .author-block__link::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid #F99648;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .author-block__link:hover {
  color: #F99648
}

.root .author-block__link:hover::before {
  transform: scaleX(1)
}

.root .topics-block {
  padding: 80px 0;
  background: #F5F5F5
}

.root .topics-block__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px
}

.root .topics-block__heading-row {
  margin-bottom: 40px
}

.root .topics-block__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 6px;
  font-weight: 700;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.root .topics-block__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .topics-block__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #F99648;
  margin-top: 12px
}

.root .topics-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.root .topic-card {
  background: #fff;
  border-radius: 2px;
  padding: 40px 20px 20px;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .topic-card:hover {
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.root .topic-card__icon-wrap {
  width: 48px;
  height: 48px;
  background: #f996481a;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center
}

.root .topic-card__icon-wrap .mdi {
  font-size: 27px;
  color: #F99648;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .topic-card:hover .topic-card__icon-wrap .mdi {
  color: #0D1D40
}

.root .topic-card__h3 {
  font-size: 21px;
  line-height: 1.35;
  color: #0D1D40;
  margin: 0;
  font-weight: 700
}

.root .topic-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d40a6;
  margin: 0
}

.root .topic-card__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #F99648;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .topic-card:hover .topic-card__bar {
  transform: scaleX(1)
}

.root .most-read {
  background: #0D1D40;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.root .most-read__bg-geo {
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 300px;
  height: 300px;
  border: 1px solid #f9964814;
  border-radius: 46px;
  pointer-events: none;
  transform: rotate(-12deg);
  animation: outline-breathe 5s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.root .most-read__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px
}

.root .most-read__heading-row {
  margin-bottom: 40px
}

.root .most-read__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  margin: 0 0 6px;
  font-weight: 700;
  text-shadow: 0 5px 14px -1px #0d1d4024
}

.root .most-read__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .most-read__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #f5f5f540;
  margin-top: 12px
}

.root .most-read__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column
}

.root .most-read__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f51a;
  text-decoration: none;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .most-read__item:last-child {
  border-bottom: none !important
}

.root .most-read__num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #f996484d;
  width: 48px;
  flex-shrink: 0;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .most-read__item:hover .most-read__num {
  color: #F99648
}

.root .most-read__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.root .most-read__item-tag {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .08em
}

.root .most-read__item-title {
  font-size: 21px;
  line-height: 1.35;
  color: #F5F5F5;
  margin: 0;
  font-weight: 700;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .most-read__item:hover .most-read__item-title {
  color: #F99648
}

.root .most-read__item-sub {
  font-size: 15px;
  line-height: 1.55;
  color: #f5f5f580;
  margin: 0
}

.root .series-block {
  padding: 80px 0;
  background: #F5F5F5
}

.root .series-block__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start
}

.root .series-block__left {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .series-block__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 12px
}

.root .series-block__eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #F99648
}

.root .series-block__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.root .series-block__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .series-block__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #F99648
}

.root .series-block__para {
  font-size: 17px;
  line-height: 1.8;
  color: #0d1d40b3;
  margin: 0
}

.root .series-block__img-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 60px -1px #0d1d4024;
  position: relative
}

.root .series-block__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(0.0, 0, 0.2, 1)
}

.root .series-block__img-wrap:hover img {
  transform: scale(1.04)
}

.root .series-block__img-overlay {
  position: absolute;
  inset: 0;
  background: #0d1d4040;
  mix-blend-mode: multiply;
  pointer-events: none
}

.root .series-block__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px
}

.root .timeline-period {
  display: flex;
  flex-direction: column;
  gap: 0
}

.root .timeline-period__label {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 12px 0 6px
}

.root .timeline-event {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #0d1d401a
}

.root .timeline-event__dot {
  width: 8px;
  height: 8px;
  background: #F99648;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 6px
}

.root .timeline-event__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.root .timeline-event__name {
  font-size: 17px;
  line-height: 1.35;
  color: #0D1D40;
  font-weight: 700
}

.root .timeline-event__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d4099;
  margin: 0
}

.root .editorial-voice {
  background: #0D1D40;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.root .editorial-voice__geo {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 220px;
  height: 220px;
  border: 1px solid #f9964814;
  border-radius: 46px;
  pointer-events: none;
  transform: rotate(30deg)
}

.root .editorial-voice__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

.root .editorial-voice__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .12em
}

.root .editorial-voice__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 5px 14px -1px #0d1d4024
}

.root .editorial-voice__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .editorial-voice__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #f5f5f540
}

.root .editorial-voice__para {
  font-size: 17px;
  line-height: 1.8;
  color: #f5f5f5bf;
  margin: 0;
  max-width: 600px
}

.root .editorial-voice__standards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px
}

.root .editorial-voice__standard {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f51a;
  font-size: 17px;
  line-height: 1.55;
  color: #f5f5f5cc
}

.root .editorial-voice__standard:last-child {
  border-bottom: none !important
}

.root .editorial-voice__standard-icon {
  width: 6px;
  height: 6px;
  background: #F99648;
  border-radius: 2px;
  flex-shrink: 0
}

.root .engage-block {
  padding: 80px 0;
  background: #F5F5F5
}

.root .engage-block__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.root .engage-block__text {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.root .engage-block__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 12px
}

.root .engage-block__eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #F99648
}

.root .engage-block__h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0;
  font-weight: 700;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.root .engage-block__h2 .accent-word {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.root .engage-block__caption {
  display: block;
  width: 40px;
  height: 2px;
  background: #F99648
}

.root .engage-block__para {
  font-size: 17px;
  line-height: 1.8;
  color: #0d1d40b3;
  margin: 0
}

.root .engage-block__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.root .engage-block__form-label {
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d40b3;
  display: block
}

.root .engage-block__form-input,
.root .engage-block__form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #0d1d4026;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40;
  background: #F5F5F5;
  box-sizing: border-box;
  outline: none;
  transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .engage-block__form-input::placeholder,
.root .engage-block__form-textarea::placeholder {
  color: #0d1d4066
}

.root .engage-block__form-input:focus,
.root .engage-block__form-textarea:focus {
  border-color: #F99648;
  box-shadow: inset 0 2px 6px #f996481a
}

.root .engage-block__form-textarea {
  resize: vertical;
  min-height: 100px
}

.root .engage-block__form-btn {
  padding: 12px 20px;
  background: #0D1D40;
  color: #F5F5F5;
  border: none !important;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
  position: relative;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.root .engage-block__form-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #F99648;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .engage-block__form-btn:hover {
  background: #F99648;
  color: #0D1D40
}

.root .engage-block__form-btn:hover::after {
  transform: scaleX(1)
}

.root .engage-block__form-btn:focus {
  outline: 2px solid #F99648;
  outline-offset: 2px
}

.root .topics-block .topic-card__icon-wrap .mdi {
  animation: none
}

.root .topics-block .topic-card:nth-child(1) .topic-card__icon-wrap .mdi {
  animation: icon-highlight 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite 0s
}

.root .topics-block .topic-card:nth-child(2) .topic-card__icon-wrap .mdi {
  animation: icon-highlight 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite 1.2s
}

.root .topics-block .topic-card:nth-child(3) .topic-card__icon-wrap .mdi {
  animation: icon-highlight 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite 2.4s
}

@keyframes icon-highlight {

  0%,
  80%,
  100% {
    color: #F99648
  }

  30%,
  50% {
    color: #0D1D40
  }
}

@media (max-width: 900px) {
  .root .title-block {
    grid-template-columns: 1fr
  }

  .root .title-block__text-zone {
    padding: 40px 20px
  }

  .root .title-block__image-zone {
    height: 260px
  }

  .root .title-block__h1 {
    font-size: 37px
  }

  .root .post-listing__grid {
    grid-template-columns: 1fr
  }

  .root .post-listing__side {
    flex-direction: row;
    flex-wrap: wrap
  }

  .root .post-card {
    flex: 1 1 260px
  }

  .root .author-block__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .root .topics-block__grid {
    grid-template-columns: 1fr 1fr
  }

  .root .series-block__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .root .engage-block__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .root .stats-band__divider {
    display: none
  }
}

@media (max-width: 600px) {
  .root .topics-block__grid {
    grid-template-columns: 1fr
  }

  .root .post-listing__heading-row {
    flex-direction: column;
    align-items: flex-start
  }

  .root .title-block__h1 {
    font-size: 27px
  }

  .root .most-read__item-title {
    font-size: 17px
  }

  .root .author-block__h2,
  .root .series-block__h2,
  .root .engage-block__h2,
  .root .editorial-voice__h2,
  .root .most-read__h2,
  .root .topics-block__h2,
  .root .post-listing__h2 {
    font-size: 27px
  }
}

.blog {
  background-color: #F5F5F5;
  overflow-x: clip;
  position: relative
}

.blog .page-limiter {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.blog .title-area {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden
}

.blog .title-area__geo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.blog .title-area__geo-shape-one {
  position: absolute;
  top: -40px;
  right: 80px;
  width: 180px;
  height: 180px;
  border: 1px solid #0d1d4012;
  transform: rotate(22deg);
  border-radius: 2px
}

.blog .title-area__geo-shape-two {
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 90px;
  height: 90px;
  border: 1px solid #f996481f;
  transform: rotate(45deg);
  border-radius: 2px
}

.blog .title-area__geo-shape-three {
  position: absolute;
  top: 20px;
  left: 200px;
  width: 40px;
  height: 40px;
  background-color: #f996480f;
  transform: rotate(45deg);
  border-radius: 2px
}

.blog .title-area__inner {
  position: relative;
  z-index: 1;
  max-width: 680px
}

.blog .title-area__label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px
}

.blog .title-area__heading {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 800;
  margin: 0 0 20px;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.blog .title-area__heading-accent {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 140%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog .title-area__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 2px solid #0D1D40;
  border-radius: 2px;
  position: relative;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.blog .title-area__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0D1D40;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.blog .title-area__link:hover::before {
  transform: scaleX(1)
}

.blog .title-area__link:hover {
  color: #F5F5F5
}

.blog .title-area__link span {
  position: relative;
  z-index: 1
}

.blog .posts-band {
  padding-top: 12px;
  padding-bottom: 80px
}

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

.blog .post-card {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative
}

.blog .post-card:hover {
  box-shadow: 0 12px 60px -1px #0d1d4024
}

.blog .post-card__image-wrap {
  overflow: hidden;
  height: 200px;
  position: relative;
  flex-shrink: 0
}

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

.blog .post-card:hover .post-card__image-wrap img {
  transform: scale(1.05)
}

.blog .post-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, #0d1d408c 100%);
  pointer-events: none
}

.blog .post-card__tag-wrap {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1
}

.blog .post-card__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  background-color: #F99648;
  padding: 6px 12px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase
}

.blog .post-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog .post-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px
}

.blog .post-card__category {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  text-transform: uppercase
}

.blog .post-card__readtime {
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d4080;
  display: flex;
  align-items: center;
  gap: 6px
}

.blog .post-card__title {
  font-size: 21px;
  line-height: 1.35;
  color: #0D1D40;
  font-weight: 700;
  margin: 0 0 6px;
  text-shadow: 0 3px 3px -1px #0d1d400f
}

.blog .post-card__subtitle {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d40a6;
  margin: 0 0 12px;
  font-style: italic
}

.blog .post-card__description {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d40bf;
  margin: 0 0 20px;
  flex: 1
}

.blog .post-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0d1d4014;
  padding-top: 12px;
  margin-top: auto
}

.blog .post-card__author {
  font-size: 15px;
  line-height: 1.35;
  color: #0d1d4099;
  font-weight: 500
}

.blog .post-card__read-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1.5px solid #0D1D40;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog .post-card__read-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #0D1D40;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.blog .post-card__read-link:hover::before {
  transform: scaleX(1)
}

.blog .post-card__read-link:hover {
  color: #F5F5F5
}

.blog .post-card__read-link span {
  position: relative;
  z-index: 1
}

.blog .divider-accent {
  height: 6px;
  background: linear-gradient(90deg, #F99648 0%, transparent 100%);
  border: none;
  margin: 0
}

.blog .technique-band {
  background-color: #0D1D40;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden
}

.blog .technique-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, #f996480f 0%, #0d1d4000 70%);
  pointer-events: none
}

.blog .technique-band__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 100% at center, transparent 50%, #050a168c 100%);
  pointer-events: none
}

.blog .technique-band__flicker {
  position: absolute;
  inset: 0;
  background-color: #0d1d400a;
  pointer-events: none;
  animation: bg-flicker 7s infinite
}

@keyframes bg-flicker {
  0% {
    opacity: 1
  }

  18% {
    opacity: .97
  }

  22% {
    opacity: 1
  }

  41% {
    opacity: .94
  }

  45% {
    opacity: 1
  }

  67% {
    opacity: .98
  }

  70% {
    opacity: 1
  }

  88% {
    opacity: .95
  }

  92% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

.blog .technique-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.blog .technique-band__text-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.blog .technique-band__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  text-transform: uppercase
}

.blog .technique-band__heading {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 5px 14px -1px #0d1d404d
}

.blog .technique-band__heading-accent {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog .technique-band__body {
  font-size: 17px;
  line-height: 1.55;
  color: #f5f5f5c7;
  margin: 0
}

.blog .technique-band__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  background-color: #F99648;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 2px;
  align-self: flex-start;
  border: 2px solid #F99648;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog .technique-band__cta:hover {
  background-color: transparent;
  color: #F99648
}

.blog .technique-band__image-side {
  position: relative
}

.blog .technique-band__image-frame {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 60px -1px #0d1d4024;
  box-shadow: inset 0 0 0 2px #f996482e;
  position: relative
}

.blog .technique-band__image-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(0.88);
  transition: transform .4s cubic-bezier(0.0, 0, 0.2, 1)
}

.blog .technique-band__image-frame:hover img {
  transform: scale(1.04)
}

.blog .technique-band__image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 55%, #0d1d4099 100%);
  pointer-events: none
}

.blog .technique-band__arrow {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  pointer-events: none
}

.blog .technique-band__arrow svg {
  width: 40px;
  height: 40px;
  opacity: .3
}

.blog .divider-fade {
  height: 6px;
  background: linear-gradient(90deg, transparent 0%, #F99648 50%, transparent 100%);
  border: none;
  margin: 0
}

.blog .process-band {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.blog .process-band__heading-row {
  text-align: center;
  margin-bottom: 40px
}

.blog .process-band__label {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px
}

.blog .process-band__heading {
  font-size: 37px;
  line-height: 1.1;
  color: #0D1D40;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.blog .process-band__heading-accent {
  background: radial-gradient(ellipse at center, #F99648 0%, #0D1D40 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog .process-steps {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start
}

.blog .process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 14px -1px #0d1d4014;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative
}

.blog .process-step:hover {
  box-shadow: 0 12px 60px -1px #0d1d4024
}

.blog .process-step__number {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 900;
  color: #0d1d4012;
  position: absolute;
  top: 12px;
  right: 12px
}

.blog .process-step__icon {
  width: 46px;
  height: 46px;
  background-color: #0D1D40;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 2px 6px #f996482e
}

.blog .process-step__icon .mdi {
  font-size: 21px;
  color: #F99648
}

.blog .process-step__title {
  font-size: 17px;
  line-height: 1.35;
  color: #0D1D40;
  font-weight: 700;
  margin: 0
}

.blog .process-step__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d40a6;
  margin: 0
}

.blog .divider-diamond {
  height: 6px;
  background: linear-gradient(270deg, #F99648 0%, transparent 100%);
  border: none;
  margin: 0
}

.blog .sponsor-band {
  background-color: #0D1D40;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden
}

.blog .sponsor-band__diamond-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}

.blog .sponsor-band__diamond-pattern svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .045
}

.blog .sponsor-band__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 130% 100% at center, transparent 40%, #050a1699 100%);
  pointer-events: none
}

.blog .sponsor-band__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.blog .sponsor-band__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 600;
  text-transform: uppercase
}

.blog .sponsor-band__heading {
  font-size: 37px;
  line-height: 1.1;
  color: #F5F5F5;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 5px 14px -1px #0d1d404d
}

.blog .sponsor-band__heading-accent {
  background: radial-gradient(ellipse at center, #F99648 0%, #F5F5F5 160%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.blog .sponsor-band__body {
  font-size: 17px;
  line-height: 1.55;
  color: #f5f5f5bf;
  margin: 0
}

.blog .sponsor-band__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.35;
  color: #F5F5F5;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 40px;
  border: 2px solid #F99648;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.blog .sponsor-band__link::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #F99648;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.blog .sponsor-band__link:hover::before {
  transform: scaleX(1)
}

.blog .sponsor-band__link:hover {
  color: #0D1D40
}

.blog .sponsor-band__link span {
  position: relative;
  z-index: 1
}

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

  .blog .technique-band__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .blog .process-steps {
    flex-direction: column
  }

  .blog .title-area__heading {
    font-size: 37px
  }
}

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

  .blog .title-area__heading {
    font-size: 27px
  }

  .blog .technique-band__heading {
    font-size: 27px
  }

  .blog .process-band__heading {
    font-size: 27px
  }

  .blog .sponsor-band__heading {
    font-size: 27px
  }
}

.about-author-page {
  background-color: #F5F5F5;
  overflow-x: clip;
  position: relative
}

.about-author-page *,
.about-author-page ::before,
.about-author-page ::after {
  box-sizing: border-box
}

@keyframes grid-pulse {

  0%,
  100% {
    opacity: .04
  }

  50% {
    opacity: .11
  }
}

@keyframes slow-zoom {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.07)
  }
}

@keyframes channel-shift {

  0%,
  100% {
    filter: saturate(1.2) hue-rotate(0deg)
  }

  33% {
    filter: saturate(1.5) brightness(1.05)
  }

  66% {
    filter: saturate(0.9) brightness(0.97)
  }
}

.about-author-page .author-lead {
  background-color: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative
}

.about-author-page .author-lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#0d1d4012 1px, transparent 1px), linear-gradient(90deg, #0d1d4012 1px, transparent 1px);
  background-size: 48px 48px;
  animation: grid-pulse 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
  overflow: hidden
}

.about-author-page .author-lead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, #F99648, transparent)
}

.about-author-page .author-lead__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 80px
}

.about-author-page .author-lead__text-side {
  flex: 0 0 65%
}

.about-author-page .author-lead__eyebrow {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.about-author-page .author-lead__eyebrow-line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #F99648;
  flex-shrink: 0
}

.about-author-page .author-lead__heading {
  font-size: 68px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 20px;
  text-shadow: 2px 3px 0 #0d1d4014
}

.about-author-page .author-lead__heading-accent {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #0D1D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-author-page .author-lead__quote {
  font-size: 21px;
  line-height: 1.55;
  color: #0D1D40;
  opacity: .72;
  margin: 0;
  max-width: 560px;
  font-style: italic
}

.about-author-page .author-lead__image-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.about-author-page .author-lead__image-frame {
  width: 260px;
  height: 320px;
  border-radius: 46px;
  overflow: hidden;
  box-shadow: 0 12px 60px -1px #0d1d4024;
  position: relative
}

.about-author-page .author-lead__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: slow-zoom 14s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

.about-author-page .author-lead__image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #f996482e, #0d1d4052);
  pointer-events: none
}

.about-author-page .author-bio {
  background-color: #0D1D40;
  padding: 80px 0;
  position: relative;
  overflow: hidden
}

.about-author-page .author-bio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#f5f5f50a 1px, transparent 1px), linear-gradient(90deg, #f5f5f50a 1px, transparent 1px);
  background-size: 60px 60px;
  animation: grid-pulse 8s cubic-bezier(0.0, 0, 0.2, 1) infinite;
  pointer-events: none
}

.about-author-page .author-bio__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.about-author-page .author-bio__left {
  flex: 0 0 30%;
  position: relative
}

.about-author-page .author-bio__image-wrap {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 14px -1px #0d1d4014;
  position: relative
}

.about-author-page .author-bio__image-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-author-page .author-bio__image-wrap:hover img {
  transform: scale(1.05)
}

.about-author-page .author-bio__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #f9964838, #0d1d4070);
  pointer-events: none
}

.about-author-page .author-bio__dashed-connector {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 40px;
  height: 1px;
  border-top: 2px dashed #f9964880;
  transform: translateY(-50%)
}

.about-author-page .author-bio__right {
  flex: 1
}

.about-author-page .author-bio__label {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 12px
}

.about-author-page .author-bio__heading {
  font-size: 37px;
  line-height: 1.35;
  color: #F5F5F5;
  margin: 0 0 20px;
  text-shadow: 1px 2px 8px #0d1d4066
}

.about-author-page .author-bio__heading-accent {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #F5F5F5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-author-page .author-bio__intro {
  font-size: 21px;
  line-height: 1.55;
  color: #f5f5f5f2;
  margin: 0 0 20px
}

.about-author-page .author-bio__body {
  font-size: 17px;
  line-height: 1.8;
  color: #f5f5f5c7;
  margin: 0 0 20px
}

.about-author-page .author-bio__body:last-child {
  margin-bottom: 0
}

.about-author-page .author-skills {
  background-color: #F5F5F5;
  padding: 80px 0 40px;
  position: relative
}

.about-author-page .author-skills__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px
}

.about-author-page .author-skills__top {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 80px
}

.about-author-page .author-skills__heading-col {
  flex: 0 0 38%
}

.about-author-page .author-skills__heading {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0 0 20px;
  text-shadow: 2px 2px 0 #0d1d4012
}

.about-author-page .author-skills__heading-accent {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #0D1D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-author-page .author-skills__sub {
  font-size: 17px;
  line-height: 1.8;
  color: #0d1d40b8;
  margin: 0
}

.about-author-page .author-skills__metrics-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-author-page .skill-bar {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.about-author-page .skill-bar__label-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.about-author-page .skill-bar__label {
  font-size: 15px;
  line-height: 1.35;
  color: #0D1D40;
  text-transform: uppercase;
  letter-spacing: .06em
}

.about-author-page .skill-bar__value {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  font-weight: 700
}

.about-author-page .skill-bar__track {
  width: 100%;
  height: 4px;
  background-color: #0d1d401f;
  border-radius: 2px;
  overflow: hidden
}

.about-author-page .skill-bar__fill {
  height: 100%;
  border-radius: 2px;
  background: radial-gradient(ellipse at 50% 50%, #F99648, #0D1D40);
  transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-author-page .author-skills__technique-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.about-author-page .technique-item {
  border-bottom: 1px solid #0d1d402e;
  padding-bottom: 20px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.about-author-page .technique-item:hover {
  transform: scale(1.04)
}

.about-author-page .technique-item__icon {
  width: 40px;
  height: 40px;
  background-color: #f996481f;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: inset 0 2px 6px #f996482e
}

.about-author-page .technique-item__icon .mdi {
  font-size: 21px;
  color: #F99648
}

.about-author-page .technique-item__name {
  font-size: 17px;
  line-height: 1.35;
  color: #0D1D40;
  margin: 0 0 6px
}

.about-author-page .technique-item__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #0d1d40a6;
  margin: 0
}

.about-author-page .author-philosophy {
  background-color: #0D1D40;
  padding: 80px 0;
  position: relative
}

.about-author-page .author-philosophy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#f996480d 1px, transparent 1px), linear-gradient(90deg, #f996480d 1px, transparent 1px);
  background-size: 80px 80px;
  animation: grid-pulse 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none
}

.about-author-page .author-philosophy__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px
}

.about-author-page .author-philosophy__top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 80px
}

.about-author-page .author-philosophy__text {
  flex: 0 0 55%
}

.about-author-page .author-philosophy__label {
  font-size: 15px;
  line-height: 1.35;
  color: #F99648;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 12px
}

.about-author-page .author-philosophy__heading {
  font-size: 37px;
  line-height: 1.35;
  color: #F5F5F5;
  margin: 0 0 20px;
  text-shadow: 1px 2px 10px #0d1d4080
}

.about-author-page .author-philosophy__heading-accent {
  background: radial-gradient(ellipse at 50% 50%, #F99648, #F5F5F5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.about-author-page .author-philosophy__para {
  font-size: 17px;
  line-height: 1.8;
  color: #f5f5f5cc;
  margin: 0 0 20px
}

.about-author-page .author-philosophy__para:last-child {
  margin-bottom: 0
}

.about-author-page .author-philosophy__aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 6px
}

.about-author-page .philosophy-stat {
  background-color: #f5f5f50f;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 3px 3px -1px #0d1d4014;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-author-page .philosophy-stat:hover {
  background-color: #f996481a
}

.about-author-page .philosophy-stat__number {
  font-size: 51px;
  line-height: 1.1;
  color: #F99648;
  display: block;
  text-shadow: 1px 2px 6px #0d1d404d
}

.about-author-page .philosophy-stat__label {
  font-size: 15px;
  line-height: 1.55;
  color: #f5f5f5b3;
  display: block;
  text-transform: uppercase;
  letter-spacing: .06em
}

.about-author-page .author-philosophy__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 12px
}

.about-author-page .mosaic-cell {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.about-author-page .mosaic-cell--large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-radius: 30px 2px 2px 2px
}

.about-author-page .mosaic-cell--wide {
  grid-column: 2 / 4;
  grid-row: 1 / 2
}

.about-author-page .mosaic-cell--small-a {
  grid-column: 2 / 3;
  grid-row: 2 / 3
}

.about-author-page .mosaic-cell--small-b {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  border-radius: 2px 2px 30px 2px
}

.about-author-page .mosaic-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-author-page .mosaic-cell:hover img {
  transform: scale(1.06)
}

.about-author-page .mosaic-cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #f9964824, #0d1d4061);
  pointer-events: none;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-author-page .mosaic-cell:hover::after {
  opacity: .5
}

.about-author-page .divider-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 0
}

.about-author-page .divider-dots__dot {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #0d1d4040
}

.about-author-page .divider-dots--light .divider-dots__dot {
  background-color: #f5f5f54d
}

@media (max-width: 900px) {
  .about-author-page .author-lead__container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px
  }

  .about-author-page .author-lead__text-side {
    flex: none;
    width: 100%
  }

  .about-author-page .author-lead__heading {
    font-size: 51px
  }

  .about-author-page .author-lead__image-side {
    align-items: flex-start
  }

  .about-author-page .author-bio__container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px
  }

  .about-author-page .author-bio__left {
    flex: none;
    width: 100%
  }

  .about-author-page .author-bio__dashed-connector {
    display: none
  }

  .about-author-page .author-skills__container {
    padding: 0 20px
  }

  .about-author-page .author-skills__top {
    flex-direction: column;
    gap: 40px
  }

  .about-author-page .author-skills__heading-col {
    flex: none;
    width: 100%
  }

  .about-author-page .author-skills__technique-grid {
    grid-template-columns: 1fr 1fr
  }

  .about-author-page .author-philosophy__container {
    padding: 0 20px
  }

  .about-author-page .author-philosophy__top {
    flex-direction: column;
    gap: 40px
  }

  .about-author-page .author-philosophy__text {
    flex: none;
    width: 100%
  }

  .about-author-page .author-philosophy__mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px
  }

  .about-author-page .mosaic-cell--large {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    border-radius: 2px
  }

  .about-author-page .mosaic-cell--wide {
    grid-column: 1 / 3;
    grid-row: 2 / 3
  }

  .about-author-page .mosaic-cell--small-a {
    grid-column: 1 / 2;
    grid-row: 3 / 4
  }

  .about-author-page .mosaic-cell--small-b {
    grid-column: 2 / 3;
    grid-row: 3 / 4
  }
}

@media (max-width: 600px) {
  .about-author-page .author-lead {
    padding-top: 40px
  }

  .about-author-page .author-lead__heading {
    font-size: 37px
  }

  .about-author-page .author-skills__technique-grid {
    grid-template-columns: 1fr
  }

  .about-author-page .author-philosophy__heading {
    font-size: 27px
  }

  .about-author-page .author-bio__heading {
    font-size: 27px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #F5F5F5
}

.success-page .success__wrapper {
  max-width: 1140px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px
}

.success-page .success__icon-ring {
  width: 88px;
  height: 88px;
  border-radius: 46px;
  background-color: #0D1D40;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 60px -1px #0d1d4024;
  flex-shrink: 0
}

.success-page .success__icon-ring svg {
  display: block
}

.success-page .success__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 560px
}

.success-page .success__heading {
  font-size: 51px;
  line-height: 1.1;
  color: #0D1D40;
  margin: 0;
  text-shadow: 0 3px 3px -1px #0d1d4014
}

.success-page .success__heading span {
  background: radial-gradient(ellipse at center, #F99648, #0D1D40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.success-page .success__message {
  font-size: 17px;
  line-height: 1.55;
  color: #0D1D40;
  margin: 0;
  opacity: .82
}

.success-page .success__divider {
  width: 48px;
  height: 3px;
  background-color: #F99648;
  border-radius: 2px
}

.success-page .success__detail {
  font-size: 15px;
  line-height: 1.8;
  color: #0D1D40;
  margin: 0;
  opacity: .65
}

.success-page .success__actions {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px
}

.success-page .success__button-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 40px;
  background-color: #0D1D40;
  color: #F5F5F5;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #0D1D40;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 14px -1px #0d1d4014
}

.success-page .success__button-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  border: 2px solid #F99648;
  opacity: 0;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.success-page .success__button-primary:hover {
  background-color: #F99648;
  border-color: #F99648;
  color: #0D1D40
}

.success-page .success__button-primary:hover::before {
  opacity: 1
}

.success-page .success__button-primary:focus-visible {
  outline: 3px solid #F99648;
  outline-offset: 3px
}

.success-page .success__button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 40px;
  background-color: transparent;
  color: #0D1D40;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #0D1D40;
  position: relative;
  transition: color .25s cubic-bezier(0.0, 0, 0.2, 1), background-color .25s cubic-bezier(0.0, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success__button-secondary::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  border: 2px solid #F99648;
  opacity: 0;
  transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.success-page .success__button-secondary:hover {
  background-color: #0D1D40;
  color: #F5F5F5;
  border-color: #0D1D40
}

.success-page .success__button-secondary:hover::after {
  opacity: 1
}

.success-page .success__button-secondary:focus-visible {
  outline: 3px solid #F99648;
  outline-offset: 3px
}

.success-page .success__contact-note {
  font-size: 15px;
  line-height: 1.55;
  color: #0D1D40;
  margin: 0;
  opacity: .6
}

.success-page .success__contact-note a {
  color: #0D1D40;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  padding: 0 6px
}

.success-page .success__contact-note a:hover {
  background-color: #0D1D40;
  color: #F5F5F5;
  text-decoration: none
}

@media (max-width: 600px) {
  .success-page {
    padding: 80px 20px
  }

  .success-page .success__heading {
    font-size: 37px
  }

  .success-page .success__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px
  }

  .success-page .success__button-primary,
  .success-page .success__button-secondary {
    justify-content: center
  }
}