@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lora@latest/700.css";

::before,
::after {
  content: none;
  box-sizing: inherit
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%
}

.top_bar {
  background: #5C7F9B;
  padding: 8px 0
}

.top_bar_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px
}

.top_contact {
  display: flex;
  align-items: center;
  gap: 16px
}

.top_contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.1;
  transition: opacity .12s cubic-bezier(0.4, 0, 1, 1)
}

.top_contact a:hover {
  opacity: .78
}

.top_contact a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  border-radius: 3px
}

.top_contact_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.head_box {
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.head_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px
}

.brand_row {
  padding: 28px 0 16px;
  display: flex;
  align-items: center;
  gap: 28px
}

.logo_card {
  width: 56px;
  height: 56px;
  background: #2a3a47;
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #5c7f9b0f 0 5px 14px 0 #5c7f9b1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid #5C7F9B
}

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

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

.brand_name {
  font-family: 'Lora', Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1e2d38;
  text-decoration: none;
  display: block
}

.brand_name:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: 4px;
  border-radius: 3px
}

.brand_tagline {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  letter-spacing: .03em
}

.brand_accent_line {
  width: 56px;
  height: 3px;
  background: #5C7F9B;
  border-radius: 3px;
  margin-top: 4px
}

.nav_row {
  border-top: 1px solid #E6E6E6;
  padding: 0;
  display: flex;
  align-items: stretch
}

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

.primary_nav li {
  display: flex;
  align-items: stretch
}

.primary_nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .02em;
  color: #1e2d38;
  text-decoration: none;
  position: relative;
  transition: color .15s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px
}

.primary_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  background: #5C7F9B;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .13s cubic-bezier(0.4, 0, 1, 1)
}

.primary_nav a:hover {
  color: #5C7F9B
}

.primary_nav a:hover::after {
  transform: scaleX(1)
}

.primary_nav a:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: -2px;
  color: #5C7F9B
}

.primary_nav a[aria-current="page"] {
  color: #5C7F9B
}

.primary_nav a[aria-current="page"]::after {
  transform: scaleX(1)
}

.nav_icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

@media (max-width: 768px) {
  .top_bar_inner {
    padding: 0 16px;
    gap: 16px
  }

  .top_contact {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
  }

  .top_contact a {
    font-size: 16px
  }

  .head_inner {
    padding: 0 16px
  }

  .brand_row {
    padding: 16px 0;
    gap: 16px
  }

  .brand_name {
    font-size: 24px
  }

  .logo_card {
    width: 44px;
    height: 44px
  }

  .logo_card img {
    width: 34px;
    height: 34px
  }

  .primary_nav a {
    padding: 16px;
    font-size: 16px
  }

  .primary_nav a::after {
    left: 16px;
    right: 16px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .head_inner {
    padding: 0 28px
  }

  .brand_name {
    font-size: 44px
  }
}

.foot_box {
  background: #1e2d38;
  margin-top: 56px
}

.foot_top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
  align-items: start
}

.foot_brand_col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.foot_logo_row {
  display: flex;
  align-items: center;
  gap: 16px
}

.foot_logo_card {
  width: 52px;
  height: 52px;
  background: #2a3a47;
  border-radius: 7px;
  border: 1.5px solid #5C7F9B;
  box-shadow: 0 3px 3px 0 #5c7f9b0f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

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

.foot_brand_name {
  font-family: 'Lora', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -.01em
}

.foot_desc {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #9fb8cc
}

.foot_col_label {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .06em;
  color: #5C7F9B;
  text-transform: uppercase;
  margin: 0 0 16px
}

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

.foot_links a {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #c8d8e4;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px
}

.foot_links a:hover {
  color: #fff
}

.foot_links a:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: 2px;
  border-radius: 3px
}

.foot_contact_col {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.foot_contact_item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #c8d8e4;
  text-decoration: none;
  min-height: 44px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.foot_contact_item:hover {
  color: #fff
}

.foot_contact_item:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: 2px;
  border-radius: 3px
}

.foot_contact_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #5C7F9B
}

.foot_divider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  border: none;
  border-top: 1px solid #5c7f9b40
}

.foot_bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 28px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px
}

.foot_copy {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #737373
}

.foot_legal_links {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap
}

.foot_legal_links a {
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.foot_legal_links a:hover {
  color: #c8d8e4
}

.foot_legal_links a:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: 2px;
  border-radius: 3px
}

@media (max-width: 768px) {
  .foot_top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 16px 16px
  }

  .foot_divider {
    padding: 0 16px
  }

  .foot_bottom {
    padding: 16px 16px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .foot_top {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
}

.cookie_popup {
  display: none;
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1200;
  width: 360px;
  max-width: calc(100vw - 56px);
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  border: 1px solid #E6E6E6;
  font-family: 'Lora', Georgia, serif
}

.cookie_popup_inner {
  padding: 16px
}

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

.cookie_icon_wrap {
  width: 32px;
  height: 32px;
  background: #5C7F9B;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.cookie_icon_wrap svg {
  width: 18px;
  height: 18px;
  color: #fff
}

.cookie_body_text {
  font-size: 16px;
  line-height: 1.75;
  color: #1e2d38;
  margin: 0 0 16px
}

.cookie_settings_panel {
  display: none;
  margin-bottom: 16px;
  padding: 16px;
  background: #f4f7fa;
  border-radius: 7px;
  border: 1px solid #E6E6E6
}

.cookie_settings_panel.open {
  display: block
}

.cookie_toggle_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6
}

.cookie_toggle_row:last-child {
  border-bottom: none
}

.cookie_toggle_label {
  font-size: 16px;
  line-height: 1.75;
  color: #1e2d38
}

.cookie_toggle_switch {
  position: relative;
  width: 40px;
  height: 24px;
  flex-shrink: 0
}

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

.cookie_switch_track {
  position: absolute;
  inset: 0;
  background: #E6E6E6;
  border-radius: 24px;
  cursor: pointer;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1)
}

.cookie_switch_track::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 24px;
  transition: transform .13s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.cookie_toggle_switch input:checked+.cookie_switch_track {
  background: #5C7F9B;
  box-shadow: inset 0 1px 3px 0 #5c7f9b2e
}

.cookie_toggle_switch input:checked+.cookie_switch_track::before {
  transform: translateX(16px)
}

.cookie_toggle_switch input:focus-visible+.cookie_switch_track {
  outline: 2px solid #5C7F9B;
  outline-offset: 2px
}

.cookie_datasale_row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #E6E6E6;
  margin-top: 8px
}

.cookie_datasale_check {
  width: 18px;
  height: 18px;
  accent-color: #5C7F9B;
  margin-top: 4px;
  flex-shrink: 0;
  cursor: pointer
}

.cookie_datasale_label {
  font-size: 16px;
  line-height: 1.75;
  color: #1e2d38;
  cursor: pointer
}

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

.cookie_btn_accept {
  flex: 1;
  min-width: 0;
  padding: 8px 16px;
  background: #5C7F9B;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  min-height: 44px;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1), box-shadow .13s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.cookie_btn_accept:hover {
  background: #4a6d87;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.cookie_btn_accept:active {
  box-shadow: inset 0 2px 4px 0 #5c7f9b2e
}

.cookie_btn_accept:focus-visible {
  outline: 2px solid #1e2d38;
  outline-offset: 2px
}

.cookie_btn_settings {
  padding: 8px 16px;
  background: transparent;
  color: #5C7F9B;
  border: 1.5px solid #5C7F9B;
  border-radius: 40px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  min-height: 44px;
  transition: background .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.cookie_btn_settings:hover {
  background: #5C7F9B;
  color: #fff
}

.cookie_btn_settings:active {
  box-shadow: inset 0 2px 4px 0 #5c7f9b2e
}

.cookie_btn_settings:focus-visible {
  outline: 2px solid #1e2d38;
  outline-offset: 2px
}

.cookie_btn_deny {
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  color: #737373;
  border: 1.5px solid #E6E6E6;
  border-radius: 40px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  min-height: 44px;
  margin-top: 8px;
  transition: border-color .13s cubic-bezier(0.4, 0, 1, 1), color .13s cubic-bezier(0.4, 0, 1, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.cookie_btn_deny:hover {
  border-color: #737373;
  color: #1e2d38
}

.cookie_btn_deny:active {
  box-shadow: inset 0 2px 4px 0 #7373731f
}

.cookie_btn_deny:focus-visible {
  outline: 2px solid #5C7F9B;
  outline-offset: 2px
}

.terms-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px
}

.terms-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 16px;
  letter-spacing: .01em
}

.terms-content ul,
.terms-content ol {
  margin: 16px 0 28px 28px;
  padding: 0
}

.terms-content li {
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 8px;
  padding-left: 8px
}

.terms-content ul li {
  list-style-type: disc
}

.terms-content ol li {
  list-style-type: decimal
}

.terms-content ul ul,
.terms-content ol ol,
.terms-content ul ol,
.terms-content ol ul {
  margin: 8px 0 8px 28px
}

.terms-content strong,
.terms-content b {
  font-weight: 700;
  color: #1e1e1e
}

.terms-content em,
.terms-content i {
  font-style: italic;
  color: #3a3a3a
}

.terms-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 16px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.terms-content thead {
  background-color: #5C7F9B
}

.terms-content thead th {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px;
  text-align: left;
  letter-spacing: .02em;
  line-height: 1.75
}

.terms-content tbody tr {
  border-bottom: 1px solid #E6E6E6;
  transition: background-color .12s cubic-bezier(0.4, 0, 1, 1)
}

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

.terms-content tbody tr:hover {
  background-color: #f5f7f9
}

.terms-content td {
  padding: 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #2a2a2a;
  vertical-align: top
}

.terms-content th {
  padding: 16px;
  font-size: 16px;
  line-height: 1.75
}

.terms-content hr {
  border: none;
  border-top: 1px solid #E6E6E6;
  margin: 28px 0
}

.terms-content div {
  margin-bottom: 16px
}

@media (max-width: 768px) {
  .terms-content {
    padding: 28px 16px
  }

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

  .terms-content ul,
  .terms-content ol {
    margin-left: 16px
  }

  .terms-content thead th,
  .terms-content td {
    padding: 8px 16px
  }
}

.services_detail {
  background: #fff;
  overflow-x: clip
}

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

.services_detail .breadcrumb a {
  color: #5C7F9B;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.75;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.services_detail .breadcrumb a:hover {
  color: #737373
}

.services_detail .breadcrumb .sep {
  color: #737373;
  font-size: 16px
}

.services_detail .breadcrumb .current {
  color: #737373;
  font-size: 16px
}

.services_detail .title_area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative
}

.services_detail .title_area .curved_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 7px
}

.services_detail .title_area .curved_bg svg {
  position: absolute;
  top: -20px;
  right: -40px;
  opacity: .07;
  width: 420px;
  height: 420px
}

.services_detail .title_text {
  position: relative;
  z-index: 1
}

.services_detail .title_text .meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap
}

.services_detail .title_text .tag {
  background: #E6E6E6;
  color: #737373;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: .04em
}

.services_detail .title_text .user_badge {
  color: #5C7F9B;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px
}

.services_detail .title_text h1 {
  font-size: 60px;
  line-height: 1.1;
  color: #1a1a2e;
  color: #2a2a2a;
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-weight: 800
}

.services_detail .title_text h1 .accent_phrase {
  color: #5C7F9B;
  position: relative
}

.services_detail .title_text .stat_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap
}

.services_detail .title_text .stat_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #737373;
  font-size: 16px
}

.services_detail .title_text .stat_item i {
  color: #5C7F9B;
  font-size: 19px
}

.services_detail .image_panel {
  position: relative;
  z-index: 1
}

.services_detail .image_panel img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 7px;
  filter: grayscale(100%);
  transition: filter .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .15s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  display: block
}

.services_detail .image_panel img:hover {
  filter: grayscale(0%);
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.services_detail .image_panel .image_badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #fffffff2;
  border-radius: 7px;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  box-shadow: 0 3px 3px 0 #5c7f9b0f;
  font-size: 16px;
  color: #737373
}

.services_detail .image_badge i {
  color: #5C7F9B
}

.services_detail .body_grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start
}

.services_detail .description_col {
  animation: slide_left .16s cubic-bezier(0.4, 0, 1, 1) both
}

.services_detail .description_col .desc_body {
  font-size: 19px;
  line-height: 1.75;
  color: #3a3a3a
}

.services_detail .description_col .desc_body p {
  margin: 0 0 16px
}

.services_detail .description_col .desc_body h2 {
  font-size: 44px;
  line-height: 1.1;
  color: #2a2a2a;
  letter-spacing: -.015em;
  font-weight: 700;
  margin: 56px 0 16px
}

.services_detail .description_col .desc_body h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #2a2a2a;
  font-weight: 600;
  margin: 28px 0 8px
}

.services_detail .description_col .desc_body strong {
  color: #2a2a2a;
  font-weight: 700
}

.services_detail .description_col .desc_body ul {
  columns: 2;
  column-gap: 28px;
  padding: 0;
  margin: 16px 0;
  list-style: none
}

.services_detail .description_col .desc_body ul li {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a;
  padding: 4px 0 4px 16px;
  position: relative;
  break-inside: avoid
}

.services_detail .description_col .desc_body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #5C7F9B
}

.services_detail .description_col .desc_body dl {
  margin: 16px 0
}

.services_detail .description_col .desc_body dt {
  font-size: 19px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 16px
}

.services_detail .description_col .desc_body dd {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 4px 0 0 16px
}

.services_detail .description_col .desc_body figure {
  margin: 28px 0
}

.services_detail .description_col .desc_body figcaption {
  font-size: 16px;
  color: #737373;
  margin-top: 8px
}

.services_detail .description_col .desc_body details {
  border: 1px solid #E6E6E6;
  border-radius: 7px;
  padding: 16px;
  margin: 16px 0
}

.services_detail .description_col .desc_body summary {
  font-size: 19px;
  font-weight: 600;
  color: #2a2a2a;
  cursor: pointer;
  list-style: none
}

.services_detail .description_col .desc_body details[open] summary {
  margin-bottom: 8px
}

.services_detail .program_col_wrap {
  margin-top: 56px
}

.services_detail .program_col_wrap h2 {
  font-size: 24px;
  line-height: 1.1;
  color: #2a2a2a;
  font-weight: 700;
  margin: 0 0 28px;
  letter-spacing: -.01em
}

.services_detail .program_body {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a
}

.services_detail .program_body p {
  margin: 0 0 16px
}

.services_detail .program_body h2 {
  font-size: 24px;
  line-height: 1.1;
  color: #2a2a2a;
  font-weight: 700;
  margin: 28px 0 8px
}

.services_detail .program_body cite {
  display: block;
  font-style: italic;
  color: #737373;
  border-top: 2px solid #E6E6E6;
  padding: 16px 0 0;
  margin: 16px 0;
  font-size: 16px
}

.services_detail .program_body ol {
  padding: 0 0 0 16px;
  margin: 16px 0
}

.services_detail .program_body ol li {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3a3a;
  margin-bottom: 8px;
  padding-left: 8px
}

.services_detail .sidebar_col {
  position: sticky;
  top: 28px;
  animation: slide_right .16s cubic-bezier(0.4, 0, 1, 1) both
}

.services_detail .price_card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  padding: 28px;
  border-top: 3px solid #5C7F9B
}

.services_detail .price_card .price_main {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #2a2a2a;
  letter-spacing: -.02em;
  margin-bottom: 4px
}

.services_detail .price_card .price_des {
  font-size: 16px;
  color: #737373;
  line-height: 1.75;
  margin-bottom: 16px
}

.services_detail .price_card .price_note_text {
  font-size: 16px;
  color: #5C7F9B;
  margin-bottom: 28px;
  line-height: 1.75
}

.services_detail .price_card .meta_list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services_detail .price_card .meta_list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #3a3a3a
}

.services_detail .price_card .meta_list li i {
  color: #5C7F9B;
  font-size: 19px;
  flex-shrink: 0
}

.services_detail .price_card .seats_indicator {
  background: #E6E6E6;
  border-radius: 3px;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #737373
}

.services_detail .price_card .seats_indicator i {
  color: #5C7F9B
}

.services_detail .buy_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #5C7F9B;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 16px 28px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 3px 3px 0 #5c7f9b0f;
  letter-spacing: .01em
}

.services_detail .buy_btn:hover {
  background: #4a6d87;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.services_detail .buy_btn:active {
  box-shadow: inset 0 2px 6px 0 #5c7f9b2e;
  background: #3e5c72
}

.services_detail .contact_links {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.services_detail .contact_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5C7F9B;
  text-decoration: none;
  padding: 8px;
  border-radius: 3px;
  transition: background .11s cubic-bezier(0.4, 0, 1, 1)
}

.services_detail .contact_link:hover {
  background: #E6E6E6
}

.services_detail .program_section {
  background: linear-gradient(to top, #fff, #f0f4f7);
  position: relative
}

.services_detail .program_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: inherit
}

.services_detail .program_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  position: relative;
  z-index: 1
}

.services_detail .program_inner .prog_heading {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #2a2a2a;
  letter-spacing: -.02em;
  text-align: center;
  margin-bottom: 56px
}

.services_detail .program_inner .prog_heading span {
  color: #5C7F9B
}

@keyframes slide_left {
  from {
    opacity: 0;
    transform: translateX(-24px)
  }

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

@keyframes slide_right {
  from {
    opacity: 0;
    transform: translateX(24px)
  }

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

@keyframes slide_up {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

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

.services_detail .title_area {
  animation: slide_up .15s cubic-bezier(0.4, 0, 1, 1) both
}

.services_detail .glow_card {
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #5c7f9b0f;
  transition: box-shadow .13s cubic-bezier(0.4, 0, 1, 1)
}

.services_detail .glow_card:hover {
  box-shadow: 0 8px 40px 0 #5c7f9b1f inset 0 0 0 1px #5c7f9b1f
}

@media (max-width: 1280px) {
  .services_detail .title_area {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .services_detail .body_grid {
    grid-template-columns: 1fr
  }

  .services_detail .sidebar_col {
    position: static
  }

  .services_detail .title_text h1 {
    font-size: 44px
  }
}

@media (max-width: 768px) {
  .services_detail .title_text h1 {
    font-size: 44px
  }

  .services_detail .title_area {
    padding: 28px 16px
  }

  .services_detail .body_grid {
    padding: 28px 16px
  }

  .services_detail .program_inner {
    padding: 28px 16px
  }

  .services_detail .breadcrumb {
    padding: 16px
  }

  .services_detail .description_col .desc_body ul {
    columns: 1
  }

  .services_detail .stat_row {
    gap: 16px
  }

  .services_detail .program_inner .prog_heading {
    font-size: 24px
  }

  .services_detail .image_panel img {
    height: 240px
  }
}

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

.blog_detail .reading_bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #5C7F9B;
  z-index: 999;
  transition: width .1s cubic-bezier(0.4, 0, 1, 1)
}

.blog_detail .article_hero {
  padding: 56px 0 0;
  position: relative;
  overflow: hidden
}

.blog_detail .hero_grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.blog_detail .hero_text_zone {
  position: relative;
  z-index: 2
}

.blog_detail .article_tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E6E6E6;
  color: #737373;
  font-size: 16px;
  line-height: 1.1;
  padding: 8px 16px;
  border-radius: 3px;
  margin-bottom: 28px;
  letter-spacing: .04em
}

.blog_detail .article_tag i {
  font-size: 16px;
  color: #5C7F9B
}

.blog_detail .post_headline {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1e2a32;
  margin: 0 0 28px;
  font-weight: 700
}

.blog_detail .post_meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px
}

.blog_detail .meta_item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.blog_detail .meta_item i {
  font-size: 16px;
  color: #5C7F9B
}

.blog_detail .meta_dot {
  width: 3px;
  height: 3px;
  border-radius: 40px;
  background: #737373;
  opacity: .4
}

.blog_detail .copy_link_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid #E6E6E6;
  color: #5C7F9B;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 7px;
  cursor: pointer;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), border-color .15s ease-in;
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.blog_detail .copy_link_btn:hover {
  background: #E6E6E6;
  border-color: #5C7F9B
}

.blog_detail .copy_link_btn:active {
  box-shadow: inset 0 2px 4px 0 #5c7f9b1f
}

.blog_detail .copy_link_btn i {
  font-size: 16px
}

.blog_detail .hero_image_zone {
  position: relative
}

.blog_detail .image_shape_wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.blog_detail .image_shape_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.blog_detail .image_shape_wrap:hover img {
  filter: saturate(0)
}

.blog_detail .image_gradient_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #5c7f9b61 0%, #5c7f9b14 55%, transparent 100%);
  pointer-events: none
}

.blog_detail .deco_circle_a {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 40px;
  border: 2px solid #5c7f9b1a;
  top: -40px;
  right: -40px;
  pointer-events: none
}

.blog_detail .deco_circle_b {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 40px;
  border: 2px solid #73737314;
  bottom: 20px;
  left: -30px;
  pointer-events: none
}

.blog_detail .hero_divider {
  margin-top: 56px;
  height: 1px;
  background: radial-gradient(ellipse 70% 1px at 50% 0%, #5C7F9B 0%, transparent 100%)
}

.blog_detail .article_body_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: start
}

.blog_detail .article_prose {
  min-width: 0
}

.blog_detail .article_prose .prose_text {
  font-size: 19px;
  line-height: 1.75;
  color: #2e3a42
}

.blog_detail .article_prose .prose_text p {
  margin: 0 0 28px
}

.blog_detail .article_prose .prose_text h2 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -.01em;
  color: #1e2a32;
  margin: 56px 0 16px
}

.blog_detail .article_prose .prose_text em {
  color: #5C7F9B;
  font-style: italic
}

.blog_detail .article_prose .prose_text mark {
  background: #5c7f9b24;
  color: #1e2a32;
  border-radius: 3px;
  padding: 0 4px
}

.blog_detail .article_prose .prose_text ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  padding-left: 16px;
  margin: 0 0 28px
}

.blog_detail .article_prose .prose_text ol li {
  font-size: 19px;
  line-height: 1.75;
  color: #2e3a42
}

.blog_detail .article_prose .prose_text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 28px;
  font-size: 16px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.blog_detail .article_prose .prose_text th {
  background: #5C7F9B;
  color: #fff;
  padding: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 1.1
}

.blog_detail .article_prose .prose_text td {
  padding: 16px;
  border-bottom: 1px solid #E6E6E6;
  color: #2e3a42;
  line-height: 1.75
}

.blog_detail .article_prose .prose_text tr:last-child td {
  border-bottom: none
}

.blog_detail .article_prose .prose_text tbody tr:nth-child(even) td {
  background: #e6e6e64d
}

.blog_detail .article_prose .prose_text figure {
  margin: 0 0 28px
}

.blog_detail .article_prose .prose_text figcaption {
  font-size: 16px;
  color: #737373;
  text-align: center;
  margin-top: 8px;
  line-height: 1.75
}

.blog_detail .article_prose .prose_text caption {
  font-size: 16px;
  color: #737373;
  caption-side: bottom;
  padding: 8px;
  line-height: 1.75
}

.blog_detail .aside_panel {
  position: sticky;
  top: 28px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.blog_detail .stats_card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: desatcycle 8s ease-in-out infinite
}

@keyframes desatcycle {
  0% {
    filter: saturate(1)
  }

  45% {
    filter: saturate(0.2)
  }

  100% {
    filter: saturate(1)
  }
}

.blog_detail .stats_card .stat_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6
}

.blog_detail .stats_card .stat_row:last-child {
  border-bottom: none
}

.blog_detail .stats_card .stat_label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #737373;
  line-height: 1.1
}

.blog_detail .stats_card .stat_label i {
  color: #5C7F9B;
  font-size: 19px
}

.blog_detail .stats_card .stat_value {
  font-size: 19px;
  font-weight: 700;
  color: #1e2a32;
  line-height: 1.1
}

.blog_detail .stats_card .card_heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #737373;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0
}

.blog_detail .icon_path_block {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 3px 3px 0 #5c7f9b0f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.blog_detail .icon_path_block .path_label {
  font-size: 16px;
  color: #737373;
  text-align: center;
  line-height: 1.75;
  margin: 0
}

.blog_detail .path_icons_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 8px 0
}

.blog_detail .path_icons_row .path_icon_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px
}

.blog_detail .path_icons_row .path_icon_item i {
  font-size: 24px;
  color: #5C7F9B
}

.blog_detail .path_icons_row .path_icon_item span {
  font-size: 16px;
  color: #737373;
  line-height: 1.1
}

.blog_detail .path_dashed {
  flex: 1;
  height: 1px;
  border-top: 2px dashed #E6E6E6;
  min-width: 16px
}

.blog_detail .body_divider {
  height: 1px;
  background: radial-gradient(ellipse 60% 1px at 50% 0%, #737373 0%, transparent 100%);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px
}

.blog_detail .author_strip {
  background: #5c7f9b0d;
  padding: 56px 0
}

.blog_detail .author_strip_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px
}

.blog_detail .author_icon_wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.blog_detail .author_icon_wrap i {
  font-size: 24px;
  color: #5C7F9B
}

.blog_detail .author_text {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.blog_detail .author_text .author_label {
  font-size: 16px;
  color: #737373;
  line-height: 1.1;
  letter-spacing: .04em
}

.blog_detail .author_text .author_name_display {
  font-size: 19px;
  font-weight: 700;
  color: #1e2a32;
  line-height: 1.1
}

.blog_detail .deco_tri_tl {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #5c7f9b14 transparent transparent;
  pointer-events: none
}

.blog_detail .deco_tri_br {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #73737312;
  pointer-events: none
}

@media (max-width: 1280px) {
  .blog_detail .hero_grid {
    gap: 28px
  }

  .blog_detail .article_body_wrap {
    grid-template-columns: 1fr 280px;
    gap: 28px
  }
}

@media (max-width: 768px) {
  .blog_detail .hero_grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .blog_detail .post_headline {
    font-size: 24px
  }

  .blog_detail .article_body_wrap {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .blog_detail .aside_panel {
    position: static
  }

  .blog_detail .article_prose .prose_text ol {
    grid-template-columns: 1fr
  }

  .blog_detail .author_strip_inner {
    flex-direction: column;
    align-items: flex-start
  }

  .blog_detail .hero_image_zone {
    order: -1
  }
}

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

.services .grid_cards {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px
}

.services .grid_cards .label_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px
}

.services .grid_cards .label_row .accent_line {
  width: 40px;
  height: 3px;
  background: #5C7F9B;
  border-radius: 3px
}

.services .grid_cards .label_row .label_text {
  font-size: 16px;
  color: #5C7F9B;
  letter-spacing: .08em;
  text-transform: uppercase
}

.services .grid_cards .section_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2a2a2a
}

.services .grid_cards .section_sub {
  font-size: 19px;
  line-height: 1.75;
  color: #737373;
  margin-bottom: 56px;
  max-width: 560px
}

.services .cards_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.services .card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.services .card:hover {
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  transform: translateY(-3px)
}

.services .card .card_img_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #E6E6E6
}

.services .card .card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.services .card:hover .card_img_wrap img {
  filter: saturate(0)
}

.services .card .card_tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 3px;
  letter-spacing: .04em
}

.services .card .card_body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px
}

.services .card .card_meta_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.services .card .user_badge {
  font-size: 16px;
  color: #737373;
  background: #E6E6E6;
  border-radius: 40px;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.services .card .user_badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.services .card .readtime {
  font-size: 16px;
  color: #737373;
  display: flex;
  align-items: center;
  gap: 4px
}

.services .card .card_title {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: -.01em
}

.services .card .card_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  flex: 1
}

.services .card .card_stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.services .card .stat_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #737373
}

.services .card .stat_item svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0
}

.services .card .card_divider {
  height: 1px;
  background: #E6E6E6;
  border-radius: 3px
}

.services .card .card_price_row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px
}

.services .card .price_block .price_value {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.1
}

.services .card .price_block .price_des {
  font-size: 16px;
  color: #737373;
  margin-top: 4px
}

.services .card .price_block .price_note {
  font-size: 16px;
  color: #5C7F9B;
  margin-top: 4px
}

.services .card .card_details_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.services .card .detail_chip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #737373;
  background: #E6E6E6;
  border-radius: 3px;
  padding: 4px 8px
}

.services .card .detail_chip svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0
}

.services .card .seats_chip {
  background: #f0f5f9;
  color: #5C7F9B;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px
}

.services .card .seats_chip svg {
  width: 14px;
  height: 14px
}

.services .card .go_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  align-self: flex-start
}

.services .card .go_link:hover {
  background: #4a6a82;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.services .card .go_link:active {
  box-shadow: inset 0 2px 6px 0 #5c7f9b2e
}

.services .card .go_link svg {
  width: 15px;
  height: 15px
}

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

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

.services .card:nth-child(1) {
  animation: card_appear .16s cubic-bezier(0.4, 0, 1, 1) .05s both
}

.services .card:nth-child(2) {
  animation: card_appear .16s cubic-bezier(0.4, 0, 1, 1) .11s both
}

.services .card:nth-child(3) {
  animation: card_appear .16s cubic-bezier(0.4, 0, 1, 1) .17s both
}

.services .intro_split {
  background: #f5f7f9;
  border-radius: 7px
}

.services .intro_split .split_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 56px;
  align-items: center
}

.services .intro_split .image_col {
  position: relative
}

.services .intro_split .image_col img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  display: block;
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
  transition: filter .15s cubic-bezier(0.4, 0, 1, 1)
}

.services .intro_split .image_col img:hover {
  filter: saturate(0)
}

.services .intro_split .image_col .dot_pattern {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, #5C7F9B 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: .3;
  border-radius: 3px;
  pointer-events: none
}

.services .intro_split .text_col .eyebrow {
  font-size: 16px;
  color: #5C7F9B;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block
}

.services .intro_split .text_col .big_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 28px
}

.services .intro_split .text_col .body_text {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin-bottom: 16px
}

.services .intro_split .text_col .accent_word {
  text-decoration: line-through;
  color: #737373
}

.services .intro_split .text_col .accent_replace {
  color: #5C7F9B;
  font-weight: 600;
  margin-left: 4px
}

.services .metrics_band {
  background: #2a2a2a;
  padding: 56px 28px
}

.services .metrics_band .metrics_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.services .metrics_band .metric_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 16px;
  border-radius: 7px;
  background: #5c7f9b1f;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1)
}

.services .metrics_band .metric_item:hover {
  background: #5c7f9b38
}

.services .metrics_band .metric_item .metric_num {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em
}

.services .metrics_band .metric_item .metric_label {
  font-size: 16px;
  color: #E6E6E6;
  text-align: center;
  line-height: 1.75
}

.services .topics_list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px
}

.services .topics_list .tl_heading {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  text-align: center
}

.services .topics_list .tl_sub {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  text-align: center;
  margin-bottom: 56px
}

.services .topics_list .two_col_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px
}

.services .topics_list .list_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 7px;
  border: 1.5px solid #E6E6E6;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1), background .12s cubic-bezier(0.4, 0, 1, 1);
  cursor: default
}

.services .topics_list .list_item:hover {
  border-color: #5C7F9B;
  background: #f0f5f9
}

.services .topics_list .list_item:hover .item_icon {
  color: #5C7F9B
}

.services .topics_list .item_icon {
  color: #737373;
  flex-shrink: 0;
  margin-top: 2px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.services .topics_list .item_icon svg {
  width: 18px;
  height: 18px
}

.services .topics_list .item_text .item_heading {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 4px
}

.services .topics_list .item_text .item_desc {
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.services .expert_strip {
  background: #f5f7f9;
  border-radius: 7px
}

.services .expert_strip .strip_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px
}

.services .expert_strip .portrait_wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.services .expert_strip .portrait_wrap img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: center;
  display: block
}

.services .expert_strip .expert_text .expert_name {
  font-size: 19px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 4px
}

.services .expert_strip .expert_text .expert_role {
  font-size: 16px;
  color: #5C7F9B;
  margin-bottom: 8px
}

.services .expert_strip .expert_text .expert_quote {
  font-size: 16px;
  color: #737373;
  line-height: 1.75;
  max-width: 680px
}

.services .contact_band {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.services .contact_band .contact_text .ct_heading {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a2a2a;
  margin-bottom: 16px
}

.services .contact_band .contact_text .ct_body {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin-bottom: 28px
}

.services .contact_band .contact_text .links_row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.services .contact_band .contact_text .contact_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5C7F9B;
  text-decoration: none;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.services .contact_band .contact_text .contact_link:hover {
  color: #2a2a2a
}

.services .contact_band .contact_text .contact_link svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.services .contact_band .contact_form {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.services .contact_band .contact_form .form_field {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.services .contact_band .contact_form .form_field label {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 600
}

.services .contact_band .contact_form .form_field input,
.services .contact_band .contact_form .form_field textarea {
  border: 1.5px solid #E6E6E6;
  border-radius: 7px;
  padding: 8px 16px;
  font-size: 16px;
  color: #2a2a2a;
  background: #fff;
  outline: none;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1);
  resize: vertical
}

.services .contact_band .contact_form .form_field input::placeholder,
.services .contact_band .contact_form .form_field textarea::placeholder {
  color: #5c7f9b73
}

.services .contact_band .contact_form .form_field input:focus,
.services .contact_band .contact_form .form_field textarea:focus {
  border-color: #5C7F9B
}

.services .contact_band .contact_form .submit_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1);
  align-self: flex-start
}

.services .contact_band .contact_form .submit_btn:hover {
  background: #4a6a82;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.services .contact_band .contact_form .submit_btn:active {
  box-shadow: inset 0 2px 6px 0 #5c7f9b2e
}

.services .contact_band .contact_form .submit_btn svg {
  width: 15px;
  height: 15px
}

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

  .services .metrics_band .metrics_inner {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

  .services .intro_split .split_inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .services .metrics_band .metrics_inner {
    grid-template-columns: 1fr 1fr
  }

  .services .topics_list .two_col_list {
    grid-template-columns: 1fr
  }

  .services .expert_strip .strip_inner {
    flex-direction: column;
    align-items: flex-start
  }

  .services .contact_band {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .services .grid_cards .section_heading {
    font-size: 24px
  }

  .services .intro_split .text_col .big_heading {
    font-size: 24px
  }

  .services .contact_band .contact_text .ct_heading {
    font-size: 24px
  }

  .services .topics_list .tl_heading {
    font-size: 24px
  }

  .services .metrics_band .metric_item .metric_num {
    font-size: 24px
  }
}

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

.blog .grid_area {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px
}

.blog .posts_lead {
  background: linear-gradient(158deg, #f2f5f8 0%, #e8eef4 40%, #f7f7f7 100%);
  padding: 56px 0;
  position: relative
}

.blog .posts_lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5C7F9B 0%, #737373 60%, transparent 100%)
}

.blog .posts_lead_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.blog .lead_label {
  font-size: 16px;
  color: #5C7F9B;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600
}

.blog .lead_heading {
  font-size: 44px;
  line-height: 1.1;
  color: #1e2a35;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0
}

.blog .lead_heading span {
  color: #737373;
  text-decoration: line-through;
  margin-right: 8px
}

.blog .lead_sub {
  font-size: 19px;
  line-height: 1.75;
  color: #4a5560;
  margin: 0;
  max-width: 640px
}

.blog .cards_area {
  background: #fff;
  padding: 56px 0
}

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

.blog .post_card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s cubic-bezier(0.4, 0, 1, 1), transform .12s cubic-bezier(0.4, 0, 1, 1);
  border-top: 3px solid #E6E6E6
}

.blog .post_card:hover {
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  transform: translateY(-3px)
}

.blog .card_img_wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0
}

.blog .card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) brightness(0.97);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.blog .post_card:hover .card_img_wrap img {
  filter: saturate(0) brightness(0.95)
}

.blog .card_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.blog .card_author_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.blog .card_author_dot {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #5C7F9B;
  flex-shrink: 0
}

.blog .card_author {
  font-size: 16px;
  color: #737373;
  line-height: 1.1
}

.blog .card_date {
  font-size: 16px;
  color: #a0aab2;
  line-height: 1.1;
  margin-left: auto
}

.blog .card_title {
  font-size: 19px;
  line-height: 1.75;
  color: #1e2a35;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.01em
}

.blog .card_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5560;
  margin: 0;
  flex: 1
}

.blog .card_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  border-top: 1px solid #E6E6E6;
  margin-top: 8px
}

.blog .card_stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #737373
}

.blog .card_stat svg {
  width: 16px;
  height: 16px;
  stroke: #737373;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0
}

.blog .card_read {
  margin-left: auto;
  font-size: 16px;
  color: #5C7F9B;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.blog .card_read:hover {
  color: #1e2a35
}

.blog .card_read svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2
}

.blog .featured_strip {
  background: linear-gradient(170deg, #eef2f6 0%, #f9f9fb 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden
}

.blog .featured_strip::after {
  content: '';
  position: absolute;
  top: -60px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 40px;
  background: linear-gradient(135deg, #5c7f9b12 0%, transparent 70%);
  transform: rotate(22deg);
  pointer-events: none
}

.blog .strip_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center
}

.blog .strip_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.blog .strip_eyebrow {
  font-size: 16px;
  color: #5C7F9B;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600
}

.blog .strip_heading {
  font-size: 44px;
  line-height: 1.1;
  color: #1e2a35;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0
}

.blog .strip_body {
  font-size: 19px;
  line-height: 1.75;
  color: #4a5560;
  margin: 0
}

.blog .strip_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  list-style: none;
  padding: 0;
  margin: 0
}

.blog .strip_list li {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5560;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.blog .strip_list li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #5C7F9B;
  margin-top: 9px;
  flex-shrink: 0
}

.blog .strip_image {
  flex-shrink: 0;
  width: 420px;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.blog .strip_image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) brightness(0.96);
  transition: filter .14s cubic-bezier(0.4, 0, 1, 1)
}

.blog .strip_image:hover img {
  filter: saturate(0) brightness(0.93)
}

.blog .metrics_band {
  background: #1e2a35;
  padding: 56px 0
}

.blog .metrics_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.blog .metrics_heading {
  font-size: 24px;
  line-height: 1.1;
  color: #E6E6E6;
  font-weight: 300;
  letter-spacing: .06em;
  text-align: center;
  margin: 0
}

.blog .metrics_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: center
}

.blog .metric_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  max-width: 220px
}

.blog .metric_num {
  font-size: 44px;
  line-height: 1.1;
  color: #5C7F9B;
  font-weight: 700;
  letter-spacing: -.02em
}

.blog .metric_label {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  text-align: center
}

.blog .metric_bar {
  width: 100%;
  height: 3px;
  background: #5c7f9b33;
  border-radius: 3px;
  margin-top: 4px;
  overflow: hidden
}

.blog .metric_fill {
  height: 100%;
  background: #5C7F9B;
  border-radius: 3px;
  animation: barfill 1.2s cubic-bezier(0.4, 0, 1, 1) forwards
}

@keyframes barfill {
  from {
    width: 0
  }
}

.blog .metric_fill.f78 {
  width: 78%;
  animation-delay: .1s
}

.blog .metric_fill.f64 {
  width: 64%;
  animation-delay: .2s
}

.blog .metric_fill.f91 {
  width: 91%;
  animation-delay: .3s
}

.blog .metric_fill.f55 {
  width: 55%;
  animation-delay: .4s
}

@keyframes letterdrop {
  from {
    opacity: 0;
    transform: translateY(-18px)
  }

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

.blog .drop_letter {
  display: inline-block;
  opacity: 0;
  animation: letterdrop .16s cubic-bezier(0.4, 0, 1, 1) forwards
}

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

  .blog .strip_image {
    width: 320px
  }
}

@media (max-width: 768px) {
  .blog .lead_heading {
    font-size: 24px
  }

  .blog .cards_grid {
    grid-template-columns: 1fr
  }

  .blog .strip_inner {
    flex-direction: column;
    gap: 28px
  }

  .blog .strip_image {
    width: 100%
  }

  .blog .strip_heading {
    font-size: 24px
  }

  .blog .metrics_row {
    flex-direction: column;
    align-items: center;
    gap: 16px
  }

  .blog .metric_item {
    max-width: 100%;
    width: 100%
  }
}

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

.launch .bounded {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px
}

.launch .strip_image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.launch .strip_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) brightness(1.05);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.launch .strip_image:hover img {
  filter: saturate(0) brightness(1.1)
}

.launch .strip_image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, #5c7f9b2e 0%, #7373731a 60%, #ffffff38 100%);
  pointer-events: none
}

.launch .strip_noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .5
}

.launch .title_zone {
  background: #fff;
  padding: 28px 0 56px;
  position: relative
}

.launch .title_zone::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none
}

.launch .title_zone .bounded {
  position: relative
}

.launch .punctuation_anchor {
  font-size: 70px;
  line-height: 1.1;
  color: #E6E6E6;
  font-weight: 700;
  letter-spacing: -.04em;
  position: absolute;
  right: 28px;
  top: -16px;
  pointer-events: none;
  user-select: none
}

.launch .tagline_small {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.launch .page_heading {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #222;
  font-weight: 800;
  margin-bottom: 16px;
  max-width: 700px
}

.launch .page_heading .accent_word {
  color: #5C7F9B;
  text-decoration: line-through;
  text-decoration-color: #737373;
  margin-right: 8px
}

.launch .page_heading .replacement {
  color: #5C7F9B;
  text-decoration: none
}

.launch .brief_tagline {
  font-size: 19px;
  line-height: 1.75;
  color: #555;
  max-width: 520px;
  margin-bottom: 28px
}

.launch .action_links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.launch .btn_primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  padding: 16px 28px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s ease-in
}

.launch .btn_primary:hover {
  background: #4a6e8a;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.launch .btn_primary:active {
  box-shadow: inset 0 2px 6px 0 #5c7f9b2e
}

.launch .btn_outline {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #5C7F9B;
  font-size: 16px;
  line-height: 1.1;
  padding: 16px 28px;
  border-radius: 7px;
  border: 1.5px solid #5C7F9B;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  transition: background .12s cubic-bezier(0.4, 0, 1, 1), color .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .btn_outline:hover {
  background: #5C7F9B;
  color: #fff
}

.launch .posts_area {
  background: #F5F5F0;
  padding: 56px 0;
  position: relative
}

.launch .posts_area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none
}

.launch .posts_area .bounded {
  position: relative
}

.launch .area_label {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #737373;
  margin-bottom: 8px
}

.launch .area_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #222;
  font-weight: 700;
  margin-bottom: 28px
}

.launch .posts_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.launch .post_card {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #7373730f;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .14s ease-in, transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .post_card:hover {
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  transform: translateY(-2px)
}

.launch .post_card.featured {
  grid-column: 1 / -1;
  flex-direction: row
}

.launch .post_thumb {
  overflow: hidden;
  flex-shrink: 0
}

.launch .post_card.featured .post_thumb {
  width: 420px;
  height: 280px
}

.launch .post_card:not(.featured) .post_thumb {
  width: 100%;
  height: 200px
}

.launch .post_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.launch .post_card:hover .post_thumb img {
  filter: saturate(0)
}

.launch .post_body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.launch .post_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}

.launch .meta_author {
  font-size: 16px;
  color: #5C7F9B;
  font-weight: 600
}

.launch .meta_date {
  font-size: 16px;
  color: #737373
}

.launch .post_title {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #222;
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  transition: color .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .post_title:hover {
  color: #5C7F9B
}

.launch .post_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 16px;
  flex: 1
}

.launch .post_stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center
}

.launch .stat_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #737373
}

.launch .stat_item i {
  font-size: 16px
}

.launch .read_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #5C7F9B;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
  transition: gap .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .read_link:hover {
  gap: 12px
}

.launch .entry_points {
  background: #fff;
  padding: 56px 0
}

.launch .entry_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  margin-top: 28px
}

.launch .entry_item {
  border-radius: 7px;
  background: #F5F5F0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 3px 3px 0 #7373730f;
  transition: box-shadow .14s ease-in
}

.launch .entry_item:hover {
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.launch .entry_icon {
  width: 44px;
  height: 44px;
  background: #5C7F9B;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  flex-shrink: 0
}

.launch .entry_name {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #222;
  letter-spacing: -.01em
}

.launch .entry_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .entry_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #5C7F9B;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  transition: gap .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .entry_link:hover {
  gap: 12px
}

.launch .numbers_band {
  padding: 56px 0;
  position: relative;
  background: linear-gradient(158deg, #e8edf1 0%, #d4dde5 40%, #c9d5de 100%);
  overflow: hidden
}

.launch .numbers_band::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n3)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none
}

.launch .scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0px, transparent 3px, #5c7f9b0a 3px, #5c7f9b0a 4px);
  animation: scan_drift 12s linear infinite;
  pointer-events: none
}

@keyframes scan_drift {
  from {
    background-position: 0 0
  }

  to {
    background-position: 0 48px
  }
}

.launch .numbers_band .bounded {
  position: relative;
  z-index: 1
}

.launch .numbers_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px
}

.launch .number_item {
  text-align: center;
  padding: 28px 16px;
  background: #ffffffb3;
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #5c7f9b0f
}

.launch .number_value {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -.04em;
  font-weight: 800;
  color: #5C7F9B;
  display: block
}

.launch .number_label {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin-top: 8px;
  display: block
}

.launch .habit_area {
  background: #fff;
  padding: 56px 0
}

.launch .habit_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 28px
}

.launch .habit_image_wrap {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.launch .habit_image_wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.8);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.launch .habit_image_wrap:hover img {
  filter: saturate(0)
}

.launch .habit_text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.launch .habit_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #222
}

.launch .habit_body {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .habit_steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.launch .habit_step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.launch .step_num {
  width: 28px;
  height: 28px;
  border-radius: 40px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.launch .step_text {
  font-size: 16px;
  line-height: 1.75;
  color: #444
}

.launch .directions_area {
  background: #F5F5F0;
  padding: 56px 0;
  position: relative
}

.launch .directions_area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n4'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n4)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none
}

.launch .directions_area .bounded {
  position: relative
}

.launch .dir_layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start;
  margin-top: 28px
}

.launch .dir_intro {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.launch .dir_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #222
}

.launch .dir_body {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .dir_columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.launch .dir_card {
  background: #fff;
  border-radius: 7px;
  padding: 28px;
  box-shadow: 0 3px 3px 0 #7373730f;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow .14s ease-in
}

.launch .dir_card:hover {
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.launch .dir_card_icon {
  color: #5C7F9B;
  font-size: 24px;
  margin-bottom: 4px
}

.launch .dir_card_name {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #222;
  letter-spacing: -.01em
}

.launch .dir_card_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .about_area {
  background: #fff;
  padding: 56px 0
}

.launch .about_layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 28px
}

.launch .about_text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.launch .about_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
  color: #222
}

.launch .about_body {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .about_image_col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.launch .portrait_wrap {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  aspect-ratio: 4/5
}

.launch .portrait_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.launch .portrait_wrap:hover img {
  filter: saturate(0)
}

.launch .portrait_caption {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  text-align: center
}

.launch .adjacent_area {
  background: #F5F5F0;
  padding: 56px 0;
  position: relative
}

.launch .adjacent_area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n5'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n5)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none
}

.launch .adjacent_area .bounded {
  position: relative
}

.launch .adjacent_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 28px
}

.launch .adjacent_item {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 3px 0 #7373730f;
  transition: box-shadow .14s ease-in, transform .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .adjacent_item:hover {
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  transform: translateY(-2px)
}

.launch .adj_image {
  width: 100%;
  height: 180px;
  overflow: hidden
}

.launch .adj_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.8);
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.launch .adjacent_item:hover .adj_image img {
  filter: saturate(0)
}

.launch .adj_body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.launch .adj_topic {
  font-size: 16px;
  color: #5C7F9B;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.launch .adj_name {
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
  color: #222;
  letter-spacing: -.01em
}

.launch .adj_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #555
}

.launch .adj_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #5C7F9B;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  transition: gap .12s cubic-bezier(0.4, 0, 1, 1)
}

.launch .adj_link:hover {
  gap: 12px
}

@media (max-width: 1280px) {
  .launch .page_heading {
    font-size: 44px
  }

  .launch .posts_grid {
    grid-template-columns: 1fr
  }

  .launch .post_card.featured {
    flex-direction: column
  }

  .launch .post_card.featured .post_thumb {
    width: 100%;
    height: 240px
  }

  .launch .numbers_row {
    grid-template-columns: repeat(2, 1fr)
  }

  .launch .dir_layout {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .launch .about_layout {
    grid-template-columns: 1fr
  }

  .launch .about_image_col {
    flex-direction: row;
    align-items: center
  }

  .launch .portrait_wrap {
    width: 160px;
    flex-shrink: 0
  }
}

@media (max-width: 768px) {
  .launch .page_heading {
    font-size: 44px
  }

  .launch .strip_image {
    height: 120px
  }

  .launch .title_zone {
    padding: 16px 0 28px
  }

  .launch .punctuation_anchor {
    display: none
  }

  .launch .action_links {
    flex-direction: column
  }

  .launch .entry_grid {
    grid-template-columns: 1fr
  }

  .launch .numbers_row {
    grid-template-columns: 1fr 1fr
  }

  .launch .number_value {
    font-size: 44px
  }

  .launch .habit_layout {
    grid-template-columns: 1fr
  }

  .launch .dir_columns {
    grid-template-columns: 1fr
  }

  .launch .about_layout {
    grid-template-columns: 1fr
  }

  .launch .about_image_col {
    flex-direction: column
  }

  .launch .portrait_wrap {
    width: 100%
  }

  .launch .adjacent_grid {
    grid-template-columns: 1fr
  }

  .launch .posts_grid {
    grid-template-columns: 1fr
  }

  .launch .post_card.featured {
    flex-direction: column
  }

  .launch .post_card.featured .post_thumb {
    width: 100%;
    height: 200px
  }

  .launch .area_heading {
    font-size: 24px
  }

  .launch .habit_heading {
    font-size: 24px
  }

  .launch .dir_heading {
    font-size: 24px
  }

  .launch .about_heading {
    font-size: 24px
  }
}

.about-author {
  background: #fff;
  overflow-x: clip
}

.about-author .two-col-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.about-author .hero-text-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 28px
}

.about-author .author-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5C7F9B;
  letter-spacing: .08em;
  font-weight: 600;
  text-transform: uppercase
}

.about-author .author-label .label-dot {
  width: 6px;
  height: 6px;
  background: #5C7F9B;
  border-radius: 50%;
  animation: soft-pulse 2.4s cubic-bezier(0.4, 0, 1, 1) infinite
}

@keyframes soft-pulse {

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

  50% {
    transform: scale(1.02);
    opacity: .8
  }
}

.about-author .hero-heading {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -.03em;
  color: #1a1a1a;
  color: #2a2a2a;
  margin: 0
}

.about-author .hero-heading .line-light {
  font-weight: 300;
  display: block
}

.about-author .hero-heading .line-medium {
  font-weight: 500;
  display: block
}

.about-author .hero-heading .line-bold {
  font-weight: 800;
  display: block;
  color: #5C7F9B
}

.about-author .hero-desc {
  font-size: 19px;
  line-height: 1.75;
  color: #555;
  margin: 0
}

.about-author .hero-stats {
  display: flex;
  flex-direction: row;
  gap: 28px
}

.about-author .stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.about-author .stat-number {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #2a2a2a
}

.about-author .stat-label {
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.about-author .hero-image-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.about-author .hero-image-col .blur-spot-a {
  position: absolute;
  width: 280px;
  height: 280px;
  background: #5c7f9b1f;
  border-radius: 50%;
  filter: blur(60px);
  top: -28px;
  right: -16px;
  pointer-events: none;
  z-index: 0
}

.about-author .hero-image-col .blur-spot-b {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #73737314;
  border-radius: 50%;
  filter: blur(40px);
  bottom: 28px;
  left: 16px;
  pointer-events: none;
  z-index: 0
}

.about-author .portrait-frame {
  position: relative;
  z-index: 1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.about-author .portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.about-author .portrait-frame img:hover {
  filter: saturate(0)
}

.about-author .image-accent-card {
  position: absolute;
  bottom: -16px;
  left: -28px;
  background: #fff;
  border-radius: 7px;
  padding: 16px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px
}

.about-author .accent-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.1
}

.about-author .accent-card-sub {
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.about-author .hero-divider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #E6E6E6 30%, #E6E6E6 70%, transparent)
}

.about-author .expertise-belt {
  background: #f5f7f9;
  padding: 56px 0
}

.about-author .expertise-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start
}

.about-author .sidebar-label-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 28px
}

.about-author .sidebar-eyebrow {
  font-size: 16px;
  color: #5C7F9B;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase
}

.about-author .sidebar-heading {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #2a2a2a;
  margin: 0
}

.about-author .sidebar-heading strong {
  font-weight: 800;
  display: block
}

.about-author .sidebar-note {
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.about-author .expertise-right {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.about-author .expertise-body-text {
  font-size: 19px;
  line-height: 1.75;
  color: #444;
  margin: 0
}

.about-author .skills-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-author .skill-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #7373730f;
  transition: box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.about-author .skill-item:hover {
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.about-author .skill-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px
}

.about-author .skill-text {
  font-size: 16px;
  color: #333;
  line-height: 1.75
}

.about-author .comparison-block {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.about-author .compare-option {
  border-radius: 7px;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 2px solid #E6E6E6;
  background: #fff;
  transition: border-color .12s cubic-bezier(0.4, 0, 1, 1)
}

.about-author .compare-option.recommended {
  border-color: #5C7F9B;
  background: linear-gradient(160deg, #f0f4f7 0%, #fff 100%);
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  position: relative
}

.about-author .recommended-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 40px;
  white-space: nowrap
}

.about-author .compare-name {
  font-size: 19px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.1
}

.about-author .compare-desc {
  font-size: 16px;
  color: #737373;
  line-height: 1.75
}

.about-author .compare-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #5C7F9B;
  background: #5c7f9b14;
  border-radius: 3px;
  padding: 4px 8px;
  margin-top: 4px
}

.about-author .compare-option:not(.recommended) .compare-tag {
  color: #737373;
  background: #f0f0f0
}

.about-author .atm-section {
  position: relative;
  padding: 56px 0;
  overflow: hidden
}

.about-author .atm-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0
}

.about-author .atm-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.3)
}

.about-author .atm-overlay {
  position: absolute;
  inset: 0;
  background: #1e2a34d1;
  z-index: 1
}

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

.about-author .atm-text-col {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.about-author .atm-eyebrow {
  font-size: 16px;
  color: #e6e6e6b3;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.about-author .atm-heading {
  font-size: 44px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin: 0
}

.about-author .atm-heading em {
  font-style: normal;
  font-weight: 800;
  color: #a8c5db
}

.about-author .atm-body {
  font-size: 19px;
  line-height: 1.75;
  color: #e6e6e6d9;
  margin: 0
}

.about-author .atm-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 7px;
  text-decoration: none;
  align-self: flex-start;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  transition: background .14s cubic-bezier(0.4, 0, 1, 1), box-shadow .14s cubic-bezier(0.4, 0, 1, 1)
}

.about-author .atm-cta-link:hover {
  background: #4a6a82;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.about-author .atm-image-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-author .atm-img-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.about-author .atm-img-frame {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 5px 14px 0 #5c7f9b1a
}

.about-author .atm-img-frame img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .16s cubic-bezier(0.4, 0, 1, 1)
}

.about-author .atm-img-frame img:hover {
  filter: saturate(0)
}

.about-author .atm-img-frame.tall img {
  height: 240px
}

.about-author .appear-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-author .appear-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #e6e6e6e6;
  font-size: 16px;
  line-height: 1.75;
  opacity: 0;
  transform: rotate(-4deg) translateY(8px);
  animation: appear-in .15s cubic-bezier(0.4, 0, 1, 1) forwards
}

.about-author .appear-item:nth-child(1) {
  animation-delay: .1s
}

.about-author .appear-item:nth-child(2) {
  animation-delay: .22s
}

.about-author .appear-item:nth-child(3) {
  animation-delay: .34s
}

.about-author .appear-item:nth-child(4) {
  animation-delay: .46s
}

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

.about-author .appear-dot {
  width: 6px;
  height: 6px;
  background: #5C7F9B;
  border-radius: 50%;
  flex-shrink: 0
}

.about-author .math-symbol {
  position: absolute;
  bottom: -28px;
  right: 28px;
  font-size: 260px;
  font-weight: 800;
  color: #5c7f9b0a;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  user-select: none
}

@media (max-width: 1280px) {
  .about-author .two-col-hero {
    gap: 28px
  }

  .about-author .portrait-frame {
    width: 280px;
    height: 280px
  }

  .about-author .hero-heading {
    font-size: 44px
  }
}

@media (max-width: 768px) {
  .about-author .two-col-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 16px
  }

  .about-author .hero-image-col {
    align-items: center;
    order: -1
  }

  .about-author .portrait-frame {
    width: 220px;
    height: 220px
  }

  .about-author .image-accent-card {
    left: 0;
    bottom: -8px
  }

  .about-author .hero-heading {
    font-size: 44px
  }

  .about-author .hero-stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px
  }

  .about-author .stat-number {
    font-size: 44px
  }

  .about-author .expertise-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 16px
  }

  .about-author .sidebar-label-group {
    position: static
  }

  .about-author .sidebar-heading {
    font-size: 44px
  }

  .about-author .skills-two-col {
    grid-template-columns: 1fr
  }

  .about-author .comparison-block {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .about-author .compare-option.recommended {
    margin-top: 16px
  }

  .about-author .atm-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 16px
  }

  .about-author .atm-img-stack {
    grid-template-columns: 1fr 1fr
  }

  .about-author .atm-heading {
    font-size: 44px
  }

  .about-author .expertise-belt {
    padding: 28px 0
  }

  .about-author .atm-section {
    padding: 28px 0
  }

  .about-author .math-symbol {
    font-size: 140px
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 16px;
  background: #fff
}

.success_page .success_card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 40px 0 #5c7f9b1f;
  padding: 56px;
  text-align: center
}

.success_page .success_card .icon_wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 28px;
  border-radius: 24px;
  background: #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center
}

.success_page .success_card .icon_wrap svg {
  display: block
}

.success_page .success_card .success_heading {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.03em;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 16px
}

.success_page .success_card .success_text {
  font-size: 19px;
  line-height: 1.75;
  color: #737373;
  margin: 0 0 28px
}

.success_page .success_card .success_divider {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #5C7F9B;
  margin: 0 auto 28px
}

.success_page .success_card .success_meta {
  font-size: 16px;
  line-height: 1.75;
  color: #737373;
  margin: 0 0 28px
}

.success_page .success_card .success_meta strong {
  color: #1b1b1b;
  font-weight: 600
}

.success_page .success_card .home_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5C7F9B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 7px;
  box-shadow: 0 5px 14px 0 #5c7f9b1a;
  transition: background .15s cubic-bezier(0.4, 0, 1, 1), box-shadow .12s ease-in
}

.success_page .success_card .home_link:hover {
  background: #4a6a82;
  box-shadow: 0 8px 40px 0 #5c7f9b1f
}

.success_page .success_card .home_link:active {
  background: #3d5a6e;
  box-shadow: inset 0 2px 6px 0 #5c7f9b2e
}

.success_page .success_card .home_link svg {
  flex-shrink: 0
}

@media (max-width: 768px) {
  .success_page .success_card {
    padding: 56px 28px
  }

  .success_page .success_card .success_heading {
    font-size: 44px
  }
}