html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: 'Fira Code', monospace;
}

.hd_bar {
  background: linear-gradient(160deg, #f5f8f9 0%, #eaf2ec 60%, #f0f4f6 100%);
  border-bottom: 2px solid #819FAA;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  position: relative;
  overflow: hidden;
}

.hd_bar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #819FAA 0%, #9EC4A0 50%, #819FAA 100%);
  pointer-events: none;
}

.hd_top_row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 28px 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hd_brand_block {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}

.hd_logo_ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f6f7;
  border: 2px solid #819FAA;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

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

.hd_brand_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #2c3e42;
  letter-spacing: 0;
}

.hd_contact_line {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hd_phone_link {
  font-size: 14px;
  font-weight: 600;
  color: #3a5560;
  text-decoration: none;
  line-height: 1.1;
  padding: 6px 14px;
  border: 1px solid #819FAA;
  border-radius: 6px;
  background: rgba(129, 159, 170, 0.06);
  transition: background 0.28s ease-in-out, color 0.28s ease-in-out;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.hd_phone_link:hover {
  background: rgba(129, 159, 170, 0.15);
  color: #1e3035;
}

.hd_phone_link:focus {
  outline: 2px solid #819FAA;
  outline-offset: 3px;
}

.hd_nav_row {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px 28px 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hd_nav_accent {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9EC4A0;
  flex-shrink: 0;
  margin-right: 8px;
}

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

.hd_nav_list li {
  display: flex;
  align-items: center;
}

.hd_nav_link {
  font-size: 14px;
  font-weight: 400;
  color: #3a5560;
  text-decoration: none;
  line-height: 1.6;
  padding: 6px 14px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.hd_nav_link:hover {
  color: #1e3035;
  border-color: #9EC4A0;
  background: rgba(158, 196, 160, 0.08);
}

.hd_nav_link:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

.hd_nav_link.active {
  color: #1e3035;
  font-weight: 600;
  border-color: #819FAA;
  background: rgba(129, 159, 170, 0.08);
}

.hd_nav_sep {
  width: 1px;
  height: 16px;
  background: #819FAA;
  opacity: 0.35;
  flex-shrink: 0;
}

.hd_tagline {
  font-size: 13px;
  font-weight: 300;
  color: #5a7a84;
  line-height: 1.6;
  margin-left: auto;
  white-space: nowrap;
}

.ft_base {
  background: linear-gradient(170deg, #2c3e42 0%, #1e3035 55%, #263a3f 100%);
  position: relative;
  overflow: hidden;
}

.ft_geo_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ft_geo_rect_a {
  position: absolute;
  top: -28px;
  right: -56px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(129, 159, 170, 0.12);
  border-radius: 2px;
  transform: rotate(22deg);
}

.ft_geo_rect_b {
  position: absolute;
  bottom: 56px;
  left: -28px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(158, 196, 160, 0.10);
  border-radius: 2px;
  transform: rotate(-15deg);
}

.ft_geo_rect_c {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(129, 159, 170, 0.06);
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(8deg);
}

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

.ft_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
}

.ft_col_about {}

.ft_brand_row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.ft_brand_name {
  font-size: 20px;
  font-weight: 700;
  color: #f0f6f7;
  line-height: 1.1;
}

.ft_about_text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(240, 246, 247, 0.70);
  line-height: 1.6;
  margin: 0 0 28px 0;
}

.ft_mission_tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #9EC4A0;
  border: 1px solid rgba(158, 196, 160, 0.30);
  border-radius: 2px;
  padding: 6px 14px;
  line-height: 1.1;
}

.ft_col_label {
  font-size: 13px;
  font-weight: 600;
  color: #819FAA;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 159, 170, 0.20);
  padding-bottom: 14px;
}

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

.ft_link_list li {}

.ft_page_link {
  font-size: 14px;
  font-weight: 400;
  color: rgba(240, 246, 247, 0.65);
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.26s ease-in-out, border-color 0.26s ease-in-out;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.ft_page_link:hover {
  color: #f0f6f7;
  border-bottom-color: rgba(158, 196, 160, 0.40);
}

.ft_page_link:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

.ft_contact_item {
  font-size: 14px;
  font-weight: 300;
  color: rgba(240, 246, 247, 0.65);
  line-height: 1.6;
  margin-bottom: 6px;
  display: block;
}

.ft_contact_link {
  color: rgba(240, 246, 247, 0.65);
  text-decoration: none;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.ft_contact_link:hover {
  color: #9EC4A0;
}

.ft_contact_link:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

.ft_addr_text {
  font-size: 13px;
  font-weight: 300;
  color: rgba(240, 246, 247, 0.50);
  line-height: 1.6;
  margin-top: 14px;
}

.ft_divider {
  height: 1px;
  background: rgba(129, 159, 170, 0.18);
  margin: 28px 0;
}

.ft_bottom_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.ft_copyright {
  font-size: 13px;
  font-weight: 300;
  color: rgba(240, 246, 247, 0.40);
  line-height: 1.6;
}

.ft_logo_close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 28px;
}

.ft_logo_ring {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(240, 246, 247, 0.08);
  border: 1px solid rgba(129, 159, 170, 0.35);
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.ck_popup {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 56px);
  max-width: 560px;
  background: #f5f8f9;
  border: 1px solid #819FAA;
  border-radius: 10px;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
  padding: 28px;
  z-index: 8000;
  display: none;
}

.ck_headline {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e42;
  line-height: 1.1;
  margin: 0 0 14px 0;
  font-family: 'Fira Code', monospace;
}

.ck_desc {
  font-size: 14px;
  font-weight: 300;
  color: #3a5560;
  line-height: 1.6;
  margin: 0 0 14px 0;
  font-family: 'Fira Code', monospace;
}

.ck_opt_row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.ck_opt_label {
  font-size: 13px;
  font-weight: 400;
  color: #3a5560;
  line-height: 1.6;
  font-family: 'Fira Code', monospace;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.ck_opt_label input[type="checkbox"] {
  accent-color: #819FAA;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.ck_btn_row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ck_btn_accept {
  font-family: 'Fira Code', monospace;
  font-size: 14px;
  font-weight: 600;
  color: #f5f8f9;
  background: #2c3e42;
  border: none;
  border-radius: 6px;
  padding: 14px 28px;
  cursor: pointer;
  min-height: 44px;
  transition: background 0.27s ease-in-out, width 0.27s ease-in-out;
  line-height: 1.1;
}

.ck_btn_accept:hover {
  background: #1e3035;
}

.ck_btn_accept:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

.ck_btn_decline {
  font-family: 'Fira Code', monospace;
  font-size: 13px;
  font-weight: 400;
  color: #3a5560;
  background: transparent;
  border: 1px solid #819FAA;
  border-radius: 6px;
  padding: 6px 14px;
  cursor: pointer;
  min-height: 44px;
  transition: background 0.32s cubic-bezier(0.4, 0, 0.2, 1), color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.1;
}

.ck_btn_decline:hover {
  background: rgba(129, 159, 170, 0.10);
  color: #1e3035;
}

.ck_btn_decline:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

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

  .hd_tagline {
    display: none;
  }
}

@media (max-width: 768px) {
  .hd_top_row {
    padding: 28px 14px 14px 14px;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hd_nav_row {
    padding: 0 14px 28px 14px;
  }

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

  .ft_inner {
    padding: 56px 14px 28px 14px;
  }

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

@media (max-width: 375px) {
  .hd_brand_name {
    font-size: 16px;
  }

  .hd_top_row {
    padding: 14px 14px 6px 14px;
    gap: 14px;
  }

  .hd_nav_row {
    padding: 0 14px 14px 14px;
  }

  .hd_nav_link {
    font-size: 13px;
    padding: 6px 6px;
  }

  .ck_popup {
    width: calc(100% - 28px);
    padding: 14px;
    bottom: 14px;
  }
}

.qdub-policy-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 28px;
}

.qdub-policy-block h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #2c3e45;
  padding-bottom: 28px;
  border-bottom: 2px solid #819FAA;
  margin-bottom: 56px;
  margin-top: 0;
}

.qdub-policy-block h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #2c3e45;
  margin-top: 56px;
  margin-bottom: 28px;
}

.qdub-policy-block h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #344a52;
  margin-top: 28px;
  margin-bottom: 14px;
}

.qdub-policy-block h4 {
  font-size: 16px;
  line-height: 1.6;
  color: #344a52;
  margin-top: 28px;
  margin-bottom: 14px;
}

.qdub-policy-block h5 {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6670;
  margin-top: 28px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.qdub-policy-block h6 {
  font-size: 13px;
  line-height: 1.6;
  color: #4a6670;
  margin-top: 14px;
  margin-bottom: 6px;
}

.qdub-policy-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e45;
  margin-top: 0;
  margin-bottom: 14px;
}

.qdub-policy-block p:last-child {
  margin-bottom: 0;
}

.qdub-policy-block ul,
.qdub-policy-block ol {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e45;
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 28px;
}

.qdub-policy-block ul ul,
.qdub-policy-block ol ol,
.qdub-policy-block ul ol,
.qdub-policy-block ol ul {
  margin-top: 6px;
  margin-bottom: 6px;
}

.qdub-policy-block li {
  margin-bottom: 6px;
  padding-left: 6px;
}

.qdub-policy-block ul li {
  list-style-type: disc;
}

.qdub-policy-block ul ul li {
  list-style-type: circle;
}

.qdub-policy-block ol li {
  list-style-type: decimal;
}

.qdub-policy-block strong,
.qdub-policy-block b {
  font-weight: 700;
  color: #2c3e45;
}

.qdub-policy-block em,
.qdub-policy-block i {
  font-style: italic;
  color: #4a6670;
}

.qdub-policy-block table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 28px;
  margin-bottom: 28px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
}

.qdub-policy-block thead {
  background-color: #819FAA;
}

.qdub-policy-block thead th {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 14px 28px;
  line-height: 1.6;
}

.qdub-policy-block tbody tr {
  border-bottom: 1px solid #c8d8de;
  transition: background-color 0.25s ease-in-out;
}

.qdub-policy-block tbody tr:last-child {
  border-bottom: none;
}

.qdub-policy-block tbody tr:nth-child(even) {
  background-color: #f4f7f8;
}

.qdub-policy-block tbody tr:hover {
  background-color: #eaf1f3;
}

.qdub-policy-block td {
  padding: 14px 28px;
  color: #2c3e45;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
}

.qdub-policy-block th {
  padding: 14px 28px;
  vertical-align: middle;
}

.qdub-policy-block div {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e45;
}

.qdub-policy-block div+div {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .qdub-policy-block {
    padding: 28px 14px;
  }

  .qdub-policy-block h1 {
    font-size: 37px;
    margin-bottom: 28px;
  }

  .qdub-policy-block h2 {
    font-size: 20px;
    margin-top: 28px;
  }

  .qdub-policy-block h3 {
    font-size: 16px;
  }

  .qdub-policy-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .qdub-policy-block thead th,
  .qdub-policy-block td {
    padding: 14px;
  }
}

@media (max-width: 375px) {
  .qdub-policy-block {
    padding: 28px 6px;
  }

  .qdub-policy-block h1 {
    font-size: 20px;
  }

  .qdub-policy-block h2 {
    font-size: 16px;
  }

  .qdub-policy-block ul,
  .qdub-policy-block ol {
    padding-left: 14px;
  }
}

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

.wbn .wbn_schema {
  display: none;
}

.wbn .wbn_top {
  position: relative;
  background: #f4f6f7;
  padding: 56px 0 0 0;
  overflow: hidden;
}

.wbn .wbn_top_bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, #dce8e4 0%, #c8d8dc 40%, #a8bfc8 100%);
  opacity: 0.38;
  pointer-events: none;
}

.wbn .wbn_top_flicker {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 55% 45%, rgba(129, 159, 170, 0.10) 0%, rgba(158, 196, 160, 0.06) 60%, transparent 100%);
  pointer-events: none;
  animation: wbn_flicker 7s ease-in-out infinite;
}

@keyframes wbn_flicker {
  0% {
    opacity: 1;
  }

  18% {
    opacity: 0.82;
  }

  35% {
    opacity: 0.95;
  }

  52% {
    opacity: 0.76;
  }

  70% {
    opacity: 0.91;
  }

  85% {
    opacity: 0.80;
  }

  100% {
    opacity: 1;
  }
}

.wbn .wbn_top_dots {
  position: absolute;
  bottom: 28px;
  left: 56px;
  display: flex;
  flex-direction: row;
  gap: 14px;
  pointer-events: none;
}

.wbn .wbn_top_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(129, 159, 170, 0.45);
}

.wbn .wbn_top_dot.sm {
  width: 4px;
  height: 4px;
  background: rgba(158, 196, 160, 0.38);
}

.wbn .wbn_top_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.wbn .wbn_top_text {
  flex: 0 0 60%;
  max-width: 60%;
  padding-bottom: 56px;
}

.wbn .wbn_top_label {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.wbn .wbn_top_h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1e3038;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 28px 0;
}

.wbn .wbn_top_h1 em {
  font-style: normal;
  color: #819FAA;
}

.wbn .wbn_top_link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #1e3038;
  text-decoration: none;
  border-bottom: 2px solid #9EC4A0;
  padding-bottom: 2px;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.wbn .wbn_top_link:hover {
  color: #819FAA;
  border-color: #819FAA;
}

.wbn .wbn_top_img_col {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  align-self: flex-end;
}

.wbn .wbn_top_img_wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0px;
}

.wbn .wbn_top_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.wbn .wbn_top_img_wrap:hover img {
  transform: scale(1.03);
}

.wbn .wbn_top_img_border {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 0px;
  transition: border-color 0.32s ease-in-out;
  pointer-events: none;
}

.wbn .wbn_top_img_wrap:hover .wbn_top_img_border {
  border-color: #819FAA;
}

.wbn .wbn_top_img_grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(30, 48, 56, 0.55) 0%, rgba(30, 48, 56, 0.10) 55%, transparent 100%);
  pointer-events: none;
}

.wbn .wbn_divider_a {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #819FAA 40%, #9EC4A0 70%, transparent 100%);
  opacity: 0.35;
}

.wbn .wbn_list {
  background: #ffffff;
  padding: 96px 0 96px 0;
  position: relative;
}

.wbn .wbn_list_bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, #f0f4f5 0%, #e8eef0 55%, #d8e4e8 100%);
  opacity: 0.55;
  pointer-events: none;
}

.wbn .wbn_list_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

.wbn .wbn_list_head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 56px;
}

.wbn .wbn_list_head_left {
  flex: 0 0 55%;
}

.wbn .wbn_list_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e3038;
  font-weight: 700;
  margin: 0 0 14px 0;
}

.wbn .wbn_list_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #3a5260;
  margin: 0;
  max-width: 480px;
}

.wbn .wbn_list_head_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}

.wbn .wbn_stat_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.wbn .wbn_stat_num {
  font-size: 37px;
  line-height: 1.1;
  color: #819FAA;
  font-weight: 800;
  min-width: 72px;
}

.wbn .wbn_stat_desc {
  font-size: 13px;
  line-height: 1.6;
  color: #3a5260;
}

.wbn .wbn_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}

.wbn .wbn_card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.28s ease-in-out, transform 0.28s ease-in-out;
}

.wbn .wbn_card:hover {
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
  transform: translateY(-3px);
}

.wbn .wbn_card_img_wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.wbn .wbn_card_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.wbn .wbn_card:hover .wbn_card_img_wrap img {
  transform: scale(1.04);
}

.wbn .wbn_card_img_border {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.30s ease-in-out;
  pointer-events: none;
}

.wbn .wbn_card:hover .wbn_card_img_border {
  border-color: #9EC4A0;
}

.wbn .wbn_card_body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.wbn .wbn_card_tag {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.wbn .wbn_card_h3 {
  font-size: 20px;
  line-height: 1.1;
  color: #1e3038;
  font-weight: 700;
  margin: 0;
}

.wbn .wbn_card_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5260;
  margin: 0;
}

.wbn .wbn_card_meta {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.wbn .wbn_meta_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: #5a7a88;
}

.wbn .wbn_meta_icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.wbn .wbn_card_btn {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  background: #819FAA;
  border: none;
  border-radius: 2px;
  padding: 14px 28px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.26s cubic-bezier(0.4, 0, 0.2, 1), padding 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: flex-start;
}

.wbn .wbn_card_btn:hover {
  background: #6a8e9a;
  padding-left: 34px;
  padding-right: 34px;
}

.wbn .wbn_card_btn:focus {
  outline: 2px solid #819FAA;
  outline-offset: 2px;
}

.wbn .wbn_card.offset {
  margin-top: 28px;
}

.wbn .wbn_review_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
}

.wbn .wbn_review {
  flex: 1;
  background: #f4f8f9;
  border-radius: 6px;
  padding: 28px;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wbn .wbn_review_portrait {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.wbn .wbn_review_img_wrap {
  width: 56px;
  height: 70px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}

.wbn .wbn_review_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.wbn .wbn_review_img_border {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.27s ease-in-out;
  pointer-events: none;
}

.wbn .wbn_review:hover .wbn_review_img_border {
  border-color: #9EC4A0;
}

.wbn .wbn_review_name {
  font-size: 16px;
  line-height: 1.1;
  color: #1e3038;
  font-weight: 700;
}

.wbn .wbn_review_role {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
}

.wbn .wbn_review_text {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5260;
  margin: 0;
}

.wbn .wbn_divider_b {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #9EC4A0 0%, transparent 100%);
  opacity: 0.4;
  margin: 56px 0 0 0;
}

@media (max-width: 1024px) {
  .wbn .wbn_top_h1 {
    font-size: 37px;
  }

  .wbn .wbn_grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .wbn .wbn_list_head {
    flex-direction: column;
    gap: 28px;
  }

  .wbn .wbn_list_head_left {
    flex: none;
    max-width: 100%;
  }

  .wbn .wbn_top_inner {
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .wbn .wbn_top_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding-bottom: 0;
  }

  .wbn .wbn_top_text {
    flex: none;
    max-width: 100%;
    padding-bottom: 0;
  }

  .wbn .wbn_top_img_col {
    flex: none;
    max-width: 100%;
  }

  .wbn .wbn_top_h1 {
    font-size: 37px;
  }

  .wbn .wbn_grid {
    grid-template-columns: 1fr;
  }

  .wbn .wbn_card.offset {
    margin-top: 0;
  }

  .wbn .wbn_review_row {
    flex-direction: column;
  }

  .wbn .wbn_list {
    padding: 56px 0;
  }

  .wbn .wbn_top {
    padding-top: 28px;
  }
}

@media (max-width: 375px) {
  .wbn .wbn_top_h1 {
    font-size: 37px;
  }

  .wbn .wbn_card_body {
    padding: 14px;
  }

  .wbn .wbn_list_inner {
    padding: 0 14px;
  }

  .wbn .wbn_top_inner {
    padding: 0 14px;
  }

  .wbn .wbn_stat_num {
    font-size: 20px;
    min-width: 48px;
  }
}

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

.ct-us .pg-strip {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.ct-us .reach-block {
  padding: 96px 0 56px;
  position: relative;
}

.ct-us .reach-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(112deg, #819FAA 0%, #9EC4A0 60%, transparent 100%);
}

.ct-us .reach-inner {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.ct-us .reach-text {
  flex: 1 1 340px;
  min-width: 0;
}

.ct-us .reach-label {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #819FAA;
  margin-bottom: 14px;
}

.ct-us .reach-heading {
  font-size: 52px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1b2b31;
  margin: 0 0 28px;
  font-weight: 800;
}

.ct-us .reach-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4e55;
  margin: 0 0 28px;
  max-width: 380px;
}

.ct-us .reach-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ct-us .reach-detail-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #2e4048;
}

.ct-us .det-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, #819FAA22 0%, #9EC4A022 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-us .det-icon svg {
  width: 14px;
  height: 14px;
}

.ct-us .reach-stat-row {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  gap: 28px;
}

.ct-us .stat-bar-block {
  flex: 1 1 0;
}

.ct-us .stat-bar-label {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7480;
  margin-bottom: 6px;
}

.ct-us .stat-bar-track {
  height: 6px;
  background: #d4dfe3;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}

.ct-us .stat-bar-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #819FAA 0%, #9EC4A0 100%);
  transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.ct-us .stat-bar-val {
  font-size: 13px;
  line-height: 1.6;
  color: #2e4048;
  font-weight: 600;
}

.ct-us .reach-visual {
  flex: 0 0 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ct-us .bg-num {
  position: absolute;
  top: -28px;
  right: -14px;
  font-size: 160px;
  line-height: 1.1;
  font-weight: 900;
  color: #819FAA0d;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.ct-us .info-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, #f4f8f9 0%, #edf4f0 100%);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
}

.ct-us .info-card-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #819FAA;
  margin-bottom: 14px;
  font-weight: 700;
}

.ct-us .info-card-body {
  font-size: 14px;
  line-height: 1.6;
  color: #2e4048;
}

.ct-us .info-card-body a {
  color: #4e7e8c;
  text-decoration: none;
  border-bottom: 1px solid #9EC4A055;
  transition: color 0.28s ease-in-out, border-color 0.28s ease-in-out;
}

.ct-us .info-card-body a:hover {
  color: #1b2b31;
  border-color: #9EC4A0;
}

.ct-us .grain-divider {
  width: 100%;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.ct-us .grain-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ct-us .form-band {
  position: relative;
  padding: 56px 0 96px;
  background: linear-gradient(160deg, #f0f5f7 0%, #edf4f0 50%, #f4f8f9 100%);
  animation: bg-shift 12s linear infinite alternate;
}

@keyframes bg-shift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.ct-us .form-band::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%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  border-radius: 0;
}

.ct-us .form-band::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9EC4A0 40%, #819FAA 70%, transparent);
}

.ct-us .form-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
}

.ct-us .form-aside {
  flex: 0 0 260px;
  padding-top: 14px;
}

.ct-us .form-aside-heading {
  font-size: 37px;
  line-height: 1.1;
  color: #1b2b31;
  margin: 0 0 14px;
  font-weight: 700;
}

.ct-us .form-aside-note {
  font-size: 14px;
  line-height: 1.6;
  color: #4e6870;
  margin: 0 0 28px;
}

.ct-us .aside-line {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #819FAA, #9EC4A0);
  border-radius: 2px;
  margin-bottom: 28px;
}

.ct-us .aside-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ct-us .aside-link-item {
  font-size: 14px;
  line-height: 1.6;
  color: #3a4e55;
}

.ct-us .aside-link-item a {
  color: #4e7e8c;
  text-decoration: none;
  border-bottom: 1px solid #9EC4A055;
  transition: color 0.28s ease-in-out, border-color 0.35s ease-in-out;
}

.ct-us .aside-link-item a:hover {
  color: #1b2b31;
  border-color: #9EC4A0;
}

.ct-us .contact-form {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  padding: 56px;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
}

.ct-us .form-row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-bottom: 28px;
}

.ct-us .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
}

.ct-us .form-field.full {
  flex: 0 0 100%;
}

.ct-us .f-label {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7480;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ct-us .f-input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #1b2b31;
  background: #f7fafb;
  border: 1px solid #c8d8de;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 0 2px 2px -2px rgba(129, 159, 170, 0.05);
  transition: border-color 0.26s ease-in-out, box-shadow 0.26s ease-in-out;
}

.ct-us .f-input::placeholder {
  color: #8fa8b0;
}

.ct-us .f-input:focus {
  border-color: #819FAA;
  box-shadow: inset 0 2px 2px -2px rgba(129, 159, 170, 0.08), 0 0 0 3px rgba(129, 159, 170, 0.12);
}

.ct-us .f-textarea {
  resize: vertical;
  min-height: 120px;
}

.ct-us .form-select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #1b2b31;
  background: #f7fafb;
  border: 1px solid #c8d8de;
  border-radius: 6px;
  outline: none;
  appearance: none;
  cursor: pointer;
  box-shadow: inset 0 2px 2px -2px rgba(129, 159, 170, 0.05);
  transition: border-color 0.26s ease-in-out;
}

.ct-us .form-select:focus {
  border-color: #819FAA;
  box-shadow: 0 0 0 3px rgba(129, 159, 170, 0.12);
}

.ct-us .select-wrap {
  position: relative;
}

.ct-us .select-wrap .sel-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  color: #819FAA;
}

.ct-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}

.ct-us .privacy-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #819FAA;
  cursor: pointer;
}

.ct-us .privacy-text {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7480;
}

.ct-us .privacy-text a {
  color: #4e7e8c;
  text-decoration: none;
  border-bottom: 1px solid #9EC4A055;
  transition: color 0.28s ease-in-out;
}

.ct-us .privacy-text a:hover {
  color: #1b2b31;
}

.ct-us .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 56px;
  background: linear-gradient(112deg, #819FAA 0%, #6a8e9c 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  transition: background 0.32s ease-in-out, padding 0.32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.32s ease-in-out;
}

.ct-us .submit-btn:hover {
  background: linear-gradient(112deg, #6a8e9c 0%, #819FAA 100%);
  padding: 14px 70px;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
}

.ct-us .submit-btn:focus {
  outline: 2px solid #819FAA;
  outline-offset: 3px;
}

.ct-us .submit-btn:active {
  background: linear-gradient(112deg, #5d7e8c 0%, #6a8e9c 100%);
}

@media (max-width: 1024px) {
  .ct-us .reach-inner {
    flex-direction: column;
    gap: 28px;
  }

  .ct-us .reach-visual {
    flex: 0 0 auto;
    width: 100%;
  }

  .ct-us .bg-num {
    font-size: 100px;
  }

  .ct-us .form-inner {
    flex-direction: column;
    gap: 28px;
  }

  .ct-us .form-aside {
    flex: 0 0 auto;
    width: 100%;
  }

  .ct-us .contact-form {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .ct-us .reach-heading {
    font-size: 37px;
  }

  .ct-us .form-row {
    flex-direction: column;
    gap: 14px;
  }

  .ct-us .reach-stat-row {
    flex-direction: column;
    gap: 14px;
  }

  .ct-us .reach-block {
    padding: 56px 0 28px;
  }

  .ct-us .form-band {
    padding: 28px 0 56px;
  }

  .ct-us .contact-form {
    padding: 28px 14px;
  }
}

@media (max-width: 375px) {
  .ct-us .reach-heading {
    font-size: 37px;
  }

  .ct-us .submit-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 28px;
  }

  .ct-us .submit-btn:hover {
    padding: 14px 28px;
  }

  .ct-us .reach-inner,
  .ct-us .form-inner {
    padding: 0 14px;
  }
}

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

.frst .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.frst .t_block {
  padding: 96px 0;
  position: relative;
  background: #fff;
}

.frst .t_block .bg_circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.frst .t_block .bg_circles span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(129, 159, 170, 0.12);
}

.frst .t_block .bg_circles span:nth-child(1) {
  width: 340px;
  height: 340px;
  top: -80px;
  left: -100px;
}

.frst .t_block .bg_circles span:nth-child(2) {
  width: 220px;
  height: 220px;
  bottom: 40px;
  right: -60px;
  border-color: rgba(158, 196, 160, 0.10);
}

.frst .t_block .bg_circles span:nth-child(3) {
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(129, 159, 170, 0.06);
}

.frst .t_block .t_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.frst .t_block .t_img_col {
  flex: 0 0 220px;
}

.frst .t_block .t_img_col img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  display: block;
  transition: filter 0.38s ease-in-out;
}

.frst .t_block .t_img_col img:hover {
  filter: grayscale(60%);
}

.frst .t_block .t_text_col {
  flex: 1;
  text-align: center;
  padding: 0 14px;
}

.frst .t_block .t_label {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

.frst .t_block .t_h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.frst .t_block .t_underline_draw {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #819FAA, #9EC4A0);
  margin: 0 auto 28px;
  transform-origin: left center;
  animation: draw_line 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes draw_line {
  from {
    transform: scaleX(0);
    opacity: 0;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.frst .t_block .t_sub {
  font-size: 20px;
  line-height: 1.6;
  color: #3a4f58;
  margin: 0 0 14px;
}

.frst .t_block .t_body {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6470;
  margin: 0;
}

.frst .t_block .t_actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}

.frst .t_block .btn_prim {
  display: inline-block;
  padding: 14px 28px;
  background: #819FAA;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  border: 2px solid #819FAA;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.28s ease-in-out, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease-in-out;
}

.frst .t_block .btn_prim:hover {
  background: #6d8c97;
  border-color: #6d8c97;
  padding-left: 36px;
  padding-right: 36px;
}

.frst .t_block .btn_sec {
  display: inline-block;
  padding: 14px 28px;
  background: transparent;
  color: #819FAA;
  font-size: 14px;
  line-height: 1.1;
  border: 2px solid #819FAA;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.28s ease-in-out, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s ease-in-out;
}

.frst .t_block .btn_sec:hover {
  background: rgba(129, 159, 170, 0.08);
  padding-left: 36px;
  padding-right: 36px;
}

.frst .exp_shape {
  padding: 96px 0;
  background: linear-gradient(162deg, #f4f7f8 0%, #eef2f0 100%);
}

.frst .exp_shape .sec_label {
  font-size: 13px;
  color: #9EC4A0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: block;
  margin-bottom: 14px;
}

.frst .exp_shape .sec_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.frst .exp_shape .accent_rule {
  width: 48px;
  height: 2px;
  background: #9EC4A0;
  margin: 0 0 28px;
}

.frst .exp_shape .exp_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.frst .exp_shape .exp_text_col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.frst .exp_shape .exp_para {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4f58;
  margin: 0;
}

.frst .exp_shape .exp_para.lead {
  font-size: 20px;
  color: #2a3d44;
}

.frst .exp_shape .phase_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.frst .exp_shape .phase_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
}

.frst .exp_shape .phase_icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #819FAA 0%, #9EC4A0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.frst .exp_shape .phase_icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.frst .exp_shape .phase_text {
  flex: 1;
}

.frst .exp_shape .phase_name {
  font-size: 14px;
  line-height: 1.1;
  color: #1e2d33;
  font-weight: 600;
  margin: 0 0 6px;
}

.frst .exp_shape .phase_desc {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7480;
  margin: 0;
}

.frst .exp_shape .exp_img_col {
  position: relative;
}

.frst .exp_shape .img_wrap {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
}

.frst .exp_shape .img_wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  animation: slow_zoom 12s ease-in-out infinite alternate;
}

@keyframes slow_zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

.frst .exp_shape .img_caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #3a4f58;
}

.frst .support_sec {
  padding: 56px 0;
  background: #fff;
}

.frst .support_sec .sup_inner {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center;
}

.frst .support_sec .sup_img_side {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.frst .support_sec .portrait_wrap {
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 6px 25px -2px rgba(158, 196, 160, 0.10);
}

.frst .support_sec .portrait_wrap img {
  width: 340px;
  height: 510px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.frst .support_sec .portrait_wrap:hover img {
  transform: scale(1.03);
}

.frst .support_sec .portrait_note {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
  padding-left: 6px;
  border-top: 1px solid #9EC4A0;
  padding-top: 6px;
}

.frst .support_sec .sup_text_side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.frst .support_sec .sec_label {
  font-size: 13px;
  color: #819FAA;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: block;
}

.frst .support_sec .sec_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e2d33;
  margin: 0;
}

.frst .support_sec .accent_rule {
  width: 48px;
  height: 2px;
  background: #819FAA;
  margin: 6px 0 0;
}

.frst .support_sec .sup_lead {
  font-size: 20px;
  line-height: 1.6;
  color: #2a3d44;
  margin: 0;
}

.frst .support_sec .sup_body {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6470;
  margin: 0;
}

.frst .support_sec .qa_card {
  background: linear-gradient(158deg, #f4f7f8 0%, #eef4ef 100%);
  border-radius: 10px;
  padding: 28px;
  box-shadow: inset 0 2px 8px rgba(129, 159, 170, 0.08), 0 2px 2px -2px rgba(129, 159, 170, 0.05);
}

.frst .support_sec .qa_q {
  font-size: 16px;
  line-height: 1.6;
  color: #1e2d33;
  font-weight: 600;
  margin: 0 0 14px;
}

.frst .support_sec .qa_a {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6470;
  margin: 0;
}

.frst .approach_sec {
  padding: 96px 0;
  background: linear-gradient(175deg, #e8eff2 0%, #eef4ef 60%, #e8eff2 100%);
}

.frst .approach_sec .sec_label {
  font-size: 13px;
  color: #9EC4A0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: block;
  margin-bottom: 14px;
  text-align: center;
}

.frst .approach_sec .sec_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 6px;
  max-width: 700px;
}

.frst .approach_sec .accent_rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #819FAA, #9EC4A0);
  margin: 0 auto 56px;
}

.frst .approach_sec .approach_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.frst .approach_sec .ap_anchor {
  grid-row: 1 / 3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
  display: flex;
  flex-direction: column;
}

.frst .approach_sec .ap_anchor .anchor_img {
  overflow: hidden;
  flex: 0 0 auto;
}

.frst .approach_sec .ap_anchor .anchor_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.frst .approach_sec .ap_anchor:hover .anchor_img img {
  transform: scale(1.04);
}

.frst .approach_sec .ap_anchor .anchor_body {
  padding: 28px;
  flex: 1;
}

.frst .approach_sec .ap_anchor .anchor_h {
  font-size: 20px;
  line-height: 1.1;
  color: #1e2d33;
  margin: 0 0 14px;
}

.frst .approach_sec .ap_anchor .anchor_p {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6470;
  margin: 0;
}

.frst .approach_sec .ap_compact {
  background: #fff;
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.frst .approach_sec .ap_compact .cp_icon {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  background: linear-gradient(135deg, #819FAA, #9EC4A0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.frst .approach_sec .ap_compact .cp_icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.frst .approach_sec .ap_compact .cp_label {
  font-size: 13px;
  line-height: 1.1;
  color: #1e2d33;
  font-weight: 600;
  margin: 0;
}

.frst .approach_sec .ap_compact .cp_note {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7480;
  margin: 0;
}

.frst .avail_sec {
  padding: 96px 0;
  background: #fff;
}

.frst .avail_sec .avail_header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 28px;
  flex-wrap: wrap;
}

.frst .avail_sec .sec_label {
  font-size: 13px;
  color: #819FAA;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  display: block;
  margin-bottom: 14px;
}

.frst .avail_sec .sec_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.frst .avail_sec .accent_rule {
  width: 48px;
  height: 2px;
  background: #819FAA;
  margin: 0;
}

.frst .avail_sec .avail_note {
  font-size: 16px;
  line-height: 1.6;
  color: #4a6470;
  max-width: 340px;
  margin: 0;
}

.frst .avail_sec .courses_layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.frst .avail_sec .course_card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: box-shadow 0.32s ease-in-out;
}

.frst .avail_sec .course_card:hover {
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
}

.frst .avail_sec .card_img_wrap {
  overflow: hidden;
  flex-shrink: 0;
}

.frst .avail_sec .card_img_wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.frst .avail_sec .course_card:hover .card_img_wrap img {
  transform: scale(1.04);
}

.frst .avail_sec .card_body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.frst .avail_sec .card_tag {
  font-size: 13px;
  color: #9EC4A0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.frst .avail_sec .card_h {
  font-size: 20px;
  line-height: 1.1;
  color: #1e2d33;
  margin: 0;
}

.frst .avail_sec .card_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6470;
  margin: 0;
  flex: 1;
}

.frst .avail_sec .card_meta {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.frst .avail_sec .meta_badge {
  font-size: 13px;
  color: #819FAA;
  background: rgba(129, 159, 170, 0.08);
  border-radius: 2px;
  padding: 6px 14px;
}

.frst .avail_sec .card_link {
  display: inline-block;
  padding: 14px 28px;
  background: transparent;
  color: #819FAA;
  font-size: 14px;
  line-height: 1.1;
  border: 2px solid #819FAA;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: background 0.28s ease-in-out, color 0.28s ease-in-out, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.frst .avail_sec .card_link:hover {
  background: #819FAA;
  color: #fff;
  padding-left: 36px;
  padding-right: 36px;
}

.frst .div_line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  max-width: 1100px;
  margin: 0 auto;
}

.frst .div_line .dl_seg {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #819FAA 50%, transparent);
}

.frst .div_line .dl_center {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9EC4A0;
  box-shadow: 0 0 0 3px rgba(158, 196, 160, 0.2);
}

.frst .div_dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  padding: 14px 0;
}

.frst .div_dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #819FAA;
  opacity: 0.4;
}

.frst .div_dots span:nth-child(2) {
  opacity: 0.7;
  background: #9EC4A0;
}

.frst .rating_strip {
  background: linear-gradient(90deg, #819FAA 0%, #9EC4A0 100%);
  padding: 28px 0;
}

.frst .rating_strip .rs_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.frst .rating_strip .rs_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.frst .rating_strip .rs_num {
  font-size: 37px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
}

.frst .rating_strip .rs_label {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.frst .rating_strip .rs_divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 1024px) {
  .frst .t_block .t_img_col {
    flex: 0 0 160px;
  }

  .frst .t_block .t_img_col img {
    width: 160px;
    height: 160px;
  }

  .frst .t_block .t_h1 {
    font-size: 37px;
  }

  .frst .exp_shape .exp_grid {
    grid-template-columns: 1fr 1fr;
  }

  .frst .approach_sec .approach_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .frst .approach_sec .ap_anchor {
    grid-row: auto;
    grid-column: 1 / 3;
  }

  .frst .avail_sec .courses_layout {
    grid-template-columns: 1fr 1fr;
  }

  .frst .support_sec .sup_img_side {
    flex: 0 0 260px;
  }

  .frst .support_sec .portrait_wrap img {
    width: 260px;
    height: 390px;
  }
}

@media (max-width: 768px) {
  .frst .t_block {
    padding: 56px 0;
  }

  .frst .t_block .t_inner {
    flex-direction: column;
    gap: 28px;
  }

  .frst .t_block .t_img_col {
    flex: none;
    display: flex;
    flex-direction: row;
    gap: 14px;
  }

  .frst .t_block .t_img_col img {
    width: 120px;
    height: 120px;
  }

  .frst .t_block .t_h1 {
    font-size: 37px;
  }

  .frst .exp_shape .exp_grid {
    grid-template-columns: 1fr;
  }

  .frst .support_sec .sup_inner {
    flex-direction: column;
    gap: 28px;
  }

  .frst .support_sec .sup_img_side {
    flex: none;
    width: 100%;
  }

  .frst .support_sec .portrait_wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
  }

  .frst .approach_sec .approach_grid {
    grid-template-columns: 1fr;
  }

  .frst .approach_sec .ap_anchor {
    grid-column: auto;
  }

  .frst .avail_sec .courses_layout {
    grid-template-columns: 1fr;
  }

  .frst .avail_sec .avail_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .frst .rating_strip .rs_inner {
    gap: 28px;
  }

  .frst .rating_strip .rs_divider {
    display: none;
  }
}

@media (max-width: 375px) {
  .frst .t_block .t_h1 {
    font-size: 37px;
  }

  .frst .exp_shape .sec_h2,
  .frst .support_sec .sec_h2,
  .frst .approach_sec .sec_h2,
  .frst .avail_sec .sec_h2 {
    font-size: 20px;
  }

  .frst .pg_wrap {
    padding: 0 14px;
  }

  .frst .t_block .t_img_col {
    display: none;
  }
}

.ab_us {
  max-width: 100%;
  overflow-x: clip;
}

.ab_us .pg_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
}

.ab_us .keyframe_zoom {
  animation: ab_zoom_in 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes ab_zoom_in {
  from {
    transform: scale(1.06);
    opacity: 0.7;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.ab_us .top_band {
  position: relative;
  padding: 56px 0 0;
  background: #fff;
}

.ab_us .top_band .atm_spot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 340px;
  background: radial-gradient(ellipse 60% 55% at 50% 30%, rgba(158, 196, 160, 0.13) 0%, rgba(129, 159, 170, 0.08) 55%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.ab_us .top_band .atm_spot_b {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 320px;
  height: 220px;
  background: radial-gradient(ellipse 70% 60% at 70% 80%, rgba(129, 159, 170, 0.10) 0%, transparent 80%);
  pointer-events: none;
  z-index: 0;
  filter: blur(18px);
}

.ab_us .top_cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  position: relative;
  z-index: 1;
}

.ab_us .top_text_col {
  flex: 0 0 420px;
  max-width: 420px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.ab_us .top_img_col {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.ab_us .top_label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #819FAA;
  margin-bottom: 14px;
}

.ab_us .top_h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.ab_us .top_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0 0 28px;
  max-width: 360px;
}

.ab_us .top_link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  background: #819FAA;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  transition: background 0.28s ease-in-out, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s ease-in-out;
}

.ab_us .top_link:hover {
  background: #6b8f9b;
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
}

.ab_us .top_link:focus {
  outline: 2px solid #819FAA;
  outline-offset: 3px;
}

.ab_us .top_img_wrap {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 420px;
}

.ab_us .top_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}

.ab_us .top_img_fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent 0%, rgba(30, 45, 51, 0.55) 100%);
  pointer-events: none;
  border-radius: 0;
}

.ab_us .team_sec {
  background: linear-gradient(160deg, #f5f8f7 0%, #eef3f5 60%, #f8faf9 100%);
  padding: 96px 0;
  position: relative;
}

.ab_us .team_sec .radial_eye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse 55% 45% at 50% 50%, rgba(158, 196, 160, 0.11) 0%, rgba(129, 159, 170, 0.06) 55%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.ab_us .team_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.45fr;
  gap: 28px;
  position: relative;
  z-index: 1;
  align-items: start;
}

.ab_us .story_col {
  grid-column: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ab_us .story_text {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
}

.ab_us .story_h2 {
  font-size: 37px;
  line-height: 1.1;
  color: #1e2d33;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.ab_us .story_body {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0 0 14px;
}

.ab_us .story_body:last-of-type {
  margin-bottom: 0;
}

.ab_us .metrics_row {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.ab_us .metric_item {
  flex: 1 1 0;
  background: #fff;
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ab_us .metric_num {
  font-size: 37px;
  line-height: 1.1;
  color: #819FAA;
}

.ab_us .metric_label {
  font-size: 13px;
  line-height: 1.6;
  color: #5a7078;
}

.ab_us .progress_card {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ab_us .progress_h4 {
  font-size: 14px;
  line-height: 1.6;
  color: #1e2d33;
  margin: 0;
  font-weight: 600;
}

.ab_us .prog_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ab_us .prog_label_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ab_us .prog_name {
  font-size: 13px;
  line-height: 1.6;
  color: #3a4a50;
}

.ab_us .prog_val {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
}

.ab_us .prog_track {
  width: 100%;
  height: 6px;
  background: #dce8ec;
  border-radius: 2px;
  overflow: hidden;
}

.ab_us .prog_fill {
  height: 100%;
  background: linear-gradient(90deg, #9EC4A0 0%, #819FAA 100%);
  border-radius: 2px;
  transition: width 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.ab_us .team_col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ab_us .portrait_card {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.14);
  background: #dce8ec;
  position: relative;
  transition: box-shadow 0.32s ease-in-out, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.ab_us .portrait_card:hover {
  box-shadow: 0 9px 48px -2px rgba(129, 159, 170, 0.20);
  transform: translateY(-4px);
}

.ab_us .portrait_card img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ab_us .portrait_info {
  padding: 14px;
  background: #fff;
}

.ab_us .portrait_name {
  font-size: 16px;
  line-height: 1.6;
  color: #1e2d33;
  margin: 0 0 6px;
  font-weight: 600;
}

.ab_us .portrait_role {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
  margin: 0;
}

.ab_us .accent_col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ab_us .img_annotated {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 9px 48px -2px rgba(158, 196, 160, 0.14);
}

.ab_us .img_annotated img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.ab_us .img_annotated:hover img {
  transform: scale(1.03);
}

.ab_us .ann_list {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab_us .ann_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05);
}

.ab_us .ann_num {
  font-size: 20px;
  line-height: 1.1;
  color: #819FAA;
  font-weight: 700;
  min-width: 32px;
}

.ab_us .ann_text {
  font-size: 13px;
  line-height: 1.6;
  color: #3a4a50;
}

.ab_us .brace_block {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 28px 28px 28px 42px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
}

.ab_us .brace_svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 80%;
  min-height: 60px;
}

.ab_us .brace_quote {
  font-size: 16px;
  line-height: 1.6;
  color: #3a4a50;
  margin: 0 0 14px;
  font-style: italic;
}

.ab_us .brace_person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.ab_us .brace_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9EC4A0;
  flex-shrink: 0;
}

.ab_us .brace_name {
  font-size: 13px;
  line-height: 1.6;
  color: #819FAA;
}

.ab_us .checkerboard_card {
  border-radius: 10px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  cursor: default;
  transition: background 0.28s ease-in-out;
  position: relative;
  overflow: hidden;
}

.ab_us .checkerboard_card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(129, 159, 170, 0.07) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(129, 159, 170, 0.07) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(129, 159, 170, 0.07) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(129, 159, 170, 0.07) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0px;
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
  border-radius: 10px;
  pointer-events: none;
}

.ab_us .checkerboard_card:hover::before {
  opacity: 1;
}

.ab_us .check_h5 {
  font-size: 14px;
  line-height: 1.6;
  color: #1e2d33;
  margin: 0 0 14px;
  font-weight: 600;
}

.ab_us .check_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ab_us .check_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4a50;
}

.ab_us .chk_icon {
  flex-shrink: 0;
  margin-top: 4px;
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  .ab_us .top_cols {
    gap: 28px;
  }

  .ab_us .top_text_col {
    flex: 0 0 340px;
    max-width: 340px;
  }

  .ab_us .top_h1 {
    font-size: 37px;
  }

  .ab_us .team_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .ab_us .story_col {
    grid-column: 1 / 3;
  }

  .ab_us .accent_col {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .ab_us .top_cols {
    flex-direction: column;
    gap: 28px;
  }

  .ab_us .top_text_col {
    flex: none;
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 0;
  }

  .ab_us .top_img_wrap {
    min-height: 280px;
  }

  .ab_us .top_h1 {
    font-size: 37px;
  }

  .ab_us .team_grid {
    grid-template-columns: 1fr;
  }

  .ab_us .story_col {
    grid-column: 1;
  }

  .ab_us .metrics_row {
    flex-direction: column;
  }

  .ab_us .team_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .ab_us .accent_col {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .ab_us .team_sec {
    padding: 56px 0;
  }
}

@media (max-width: 375px) {
  .ab_us .top_h1 {
    font-size: 37px;
  }

  .ab_us .pg_wrap {
    padding: 0 14px;
  }

  .ab_us .team_col {
    grid-template-columns: 1fr;
  }

  .ab_us .top_link {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 28px;
  background: linear-gradient(158deg, #ffffff 0%, #f4f7f8 55%, #eef4ef 100%);
}

.success_page .success_card {
  max-width: 560px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 56px 56px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.10), 0 9px 48px -2px rgba(129, 159, 170, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.success_page .success_icon_wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9EC4A0 0%, #819FAA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 2px 2px -2px rgba(158, 196, 160, 0.05), 0 6px 25px -2px rgba(158, 196, 160, 0.10);
  flex-shrink: 0;
}

.success_page .success_icon_wrap svg {
  display: block;
}

.success_page .success_heading {
  font-size: 37px;
  line-height: 1.1;
  color: #2a3d42;
  margin: 0 0 14px 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.success_page .success_subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #3d5560;
  margin: 0 0 28px 0;
  max-width: 400px;
}

.success_page .success_divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #819FAA, #9EC4A0);
  border-radius: 2px;
  margin-bottom: 28px;
  flex-shrink: 0;
}

.success_page .success_note {
  font-size: 14px;
  line-height: 1.6;
  color: #5e7a84;
  margin: 0 0 56px 0;
}

.success_page .success_note strong {
  color: #2a3d42;
  font-weight: 600;
}

.success_page .btn_home {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  color: #ffffff;
  background: linear-gradient(135deg, #819FAA 0%, #6d8f9c 100%);
  border-radius: 6px;
  padding: 14px 28px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: padding 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease-in-out, background 0.25s ease-in-out;
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05), 0 6px 25px -2px rgba(129, 159, 170, 0.10);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.success_page .btn_home:hover {
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 0 6px 25px -2px rgba(129, 159, 170, 0.14), 0 9px 48px -2px rgba(129, 159, 170, 0.10);
  background: linear-gradient(135deg, #6d8f9c 0%, #819FAA 100%);
}

.success_page .btn_home:focus {
  outline: 2px solid #819FAA;
  outline-offset: 3px;
}

.success_page .btn_home:active {
  box-shadow: 0 2px 2px -2px rgba(129, 159, 170, 0.05);
}

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

  .success_page .success_card {
    padding: 56px 28px;
  }

  .success_page .success_heading {
    font-size: 37px;
  }
}

@media (max-width: 375px) {
  .success_page .success_card {
    padding: 28px 14px;
  }

  .success_page .success_heading {
    font-size: 20px;
  }
}