@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Literata:wght@400;700&display=swap";

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0;
  min-height: 100vh
}

.hd {
  background: linear-gradient(135deg, #fff 0%, #f0fdfe 55%, #f5f0ff 100%);
  border-bottom: 2px solid #18B5BA;
  box-shadow: 1px 9px 48px 0 #18b5ba21;
  position: relative
}

.hd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #18B5BA 0%, #7E35D8 100%);
  pointer-events: none
}

.hd_top {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 88px
}

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

.logo_ring {
  width: 64px;
  height: 64px;
  border-radius: 42px;
  border: 2px solid #18B5BA;
  background: #fff;
  box-shadow: 1px 4px 28px 0 #18b5ba1a inset 0 1px 6px 0 #18b5ba1f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden
}

.logo_ring img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  display: block
}

.brand_name {
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a2a3a;
  letter-spacing: 0
}

.brand_name span {
  color: #18B5BA
}

.brand_sub {
  font-family: 'Literata', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #7E35D8;
  display: block
}

.hd_nav_box {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end
}

.hd_link {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #2c3a4a;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .18s ease-out, background-color .14s ease-out, border-color .18s ease-out;
  white-space: nowrap
}

.hd_link:hover {
  color: #18B5BA;
  background-color: #18b5ba12;
  border-color: #18b5ba2e
}

.hd_link:focus {
  outline: none;
  color: #fff;
  background-color: #2c3a4a
}

.hd_link.active_pg {
  color: #18B5BA;
  font-weight: 700
}

.hd_action {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #18B5BA 0%, #7E35D8 100%);
  box-shadow: 1px 3px 2px 0 #18b5ba14;
  border: none;
  white-space: nowrap;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1), opacity .14s ease-out;
  display: inline-block
}

.hd_action:hover {
  box-shadow: 1px 4px 28px 0 #7e35d81a;
  opacity: .92
}

.hd_action:focus {
  outline: none;
  filter: invert(1)
}

.hd_contact_strip {
  background: linear-gradient(90deg, #18B5BA 0%, #7E35D8 100%);
  padding: 6px 24px
}

.hd_contact_inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap
}

.hd_contact_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: opacity .12s ease-out
}

.hd_contact_item:hover {
  opacity: .82
}

.hd_contact_item:focus {
  outline: none;
  filter: invert(1)
}

.hd_contact_item .mdi {
  font-size: 19px;
  color: #fff
}

.ft {
  background: linear-gradient(135deg, #1a2a3a 0%, #0d1e2e 100%);
  border-top: 2px solid #18B5BA;
  padding: 36px 24px
}

.ft_inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap
}

.ft_contact_box {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.ft_contact_link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #c8e8ea;
  text-decoration: none;
  transition: color .16s ease-out
}

.ft_contact_link:hover {
  color: #18B5BA
}

.ft_contact_link:focus {
  outline: none;
  filter: invert(1)
}

.ft_contact_link .mdi {
  font-size: 19px;
  color: #18B5BA
}

.ft_addr {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-family: 'Literata', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #c8e8ea
}

.ft_addr .mdi {
  font-size: 19px;
  color: #7E35D8;
  margin-top: 2px;
  flex-shrink: 0
}

.ft_nav_box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center
}

.ft_nav_link {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #a0b8c8;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .18s ease-out, border-color .14s cubic-bezier(0.4, 0, 0.6, 1);
  white-space: nowrap
}

.ft_nav_link:hover {
  color: #18B5BA;
  border-color: #18b5ba47
}

.ft_nav_link:focus {
  outline: none;
  filter: invert(1)
}

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

.ft_logo_ring {
  width: 60px;
  height: 60px;
  border-radius: 42px;
  border: 2px solid #18B5BA;
  background: #fff;
  box-shadow: 1px 3px 2px 0 #18b5ba14 inset 0 1px 4px 0 #18b5ba1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

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

.ft_copy {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #6a8898;
  text-align: center;
  white-space: nowrap
}

.ft_divider {
  width: 1px;
  height: 36px;
  background: #18b5ba38;
  flex-shrink: 0
}

.ck_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #fff;
  border-bottom: 2px solid #18B5BA;
  box-shadow: 1px 9px 48px 0 #18b5ba21;
  display: none;
  transform: translateY(-100%);
  transition: transform .22s ease-out
}

.ck_bar.ck_visible {
  transform: translateY(0)
}

.ck_main_row {
  max-width: 1170px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.ck_icon_box {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: linear-gradient(135deg, #18B5BA 0%, #7E35D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.ck_icon_box .mdi {
  font-size: 24px;
  color: #fff
}

.ck_text_box {
  flex: 1;
  min-width: 200px
}

.ck_desc {
  font-family: 'Literata', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #2c3a4a
}

.ck_settings_link {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #7E35D8;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color .14s ease-out
}

.ck_settings_link:hover {
  color: #18B5BA
}

.ck_settings_link:focus {
  outline: none;
  filter: invert(1)
}

.ck_btn_row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.ck_btn {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  min-width: 120px;
  text-align: center;
  transition: background-color .16s ease-out, color .16s ease-out, border-color .16s ease-out
}

.ck_btn:focus {
  outline: none;
  filter: invert(1)
}

.ck_accept {
  background: linear-gradient(135deg, #18B5BA 0%, #7E35D8 100%);
  color: #fff;
  border-color: transparent
}

.ck_accept:hover {
  opacity: .88
}

.ck_decline {
  background: #fff;
  color: #2c3a4a;
  border-color: #c8d8e4
}

.ck_decline:hover {
  border-color: #18B5BA;
  color: #18B5BA
}

.ck_toggles_box {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px 12px;
  display: none;
  gap: 24px;
  flex-wrap: wrap
}

.ck_toggles_box.ck_open {
  display: flex
}

.ck_toggle_item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #2c3a4a
}

.ck_toggle_switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0
}

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

.ck_slider {
  position: absolute;
  inset: 0;
  background: #c8d8e4;
  border-radius: 42px;
  cursor: pointer;
  transition: background-color .18s ease-out
}

.ck_slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 42px;
  transition: transform .18s ease-out
}

.ck_toggle_switch input:checked+.ck_slider {
  background: #18B5BA
}

.ck_toggle_switch input:checked+.ck_slider::before {
  transform: translateX(20px)
}

.ck_toggle_switch input:focus+.ck_slider {
  outline: 2px solid #7E35D8;
  outline-offset: 2px
}

@media (max-width: 768px) {
  .hd_top {
    flex-wrap: wrap;
    min-height: auto;
    padding: 12px 24px;
    gap: 12px
  }

  .hd_nav_box {
    width: 100%;
    justify-content: flex-start
  }

  .hd_link {
    padding: 12px
  }

  .hd_contact_inner {
    justify-content: flex-start
  }

  .ft_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .ft_nav_box {
    justify-content: flex-start
  }

  .ft_logo_box {
    align-self: center
  }

  .ck_main_row {
    gap: 12px
  }

  .ck_btn_row {
    width: 100%
  }

  .ck_btn {
    flex: 1
  }
}

@media (max-width: 640px) {
  .brand_name {
    font-size: 19px
  }

  .hd_contact_item {
    font-size: 15px
  }

  .ft_contact_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .ft_divider {
    display: none
  }
}

.text-doc-fjo {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 24px;
  color: #2a2a35;
  line-height: 1.6;
  font-size: 15px
}

.text-doc-fjo h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #18B5BA;
  margin-bottom: 36px;
  margin-top: 0;
  letter-spacing: -.5px
}

.text-doc-fjo h2 {
  font-size: 31px;
  line-height: 1.2;
  color: #7E35D8;
  margin-top: 72px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #18b5ba2e
}

.text-doc-fjo h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #2a2a35;
  margin-top: 36px;
  margin-bottom: 12px
}

.text-doc-fjo h4 {
  font-size: 19px;
  line-height: 1.4;
  color: #7E35D8;
  margin-top: 24px;
  margin-bottom: 12px
}

.text-doc-fjo h5 {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a35;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 24px;
  margin-bottom: 6px
}

.text-doc-fjo h6 {
  font-size: 15px;
  line-height: 1.6;
  color: #18B5BA;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 24px;
  margin-bottom: 6px
}

.text-doc-fjo p {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 24px;
  color: #2a2a35
}

.text-doc-fjo ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none
}

.text-doc-fjo ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: none;
  counter-reset: policy-counter
}

.text-doc-fjo ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.9;
  padding-left: 24px;
  margin-bottom: 6px;
  color: #2a2a35
}

.text-doc-fjo ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: linear-gradient(135deg, #18B5BA, #7E35D8)
}

.text-doc-fjo ol li {
  position: relative;
  font-size: 15px;
  line-height: 1.9;
  padding-left: 36px;
  margin-bottom: 6px;
  color: #2a2a35;
  counter-increment: policy-counter
}

.text-doc-fjo ol li::before {
  content: counter(policy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  font-weight: 700;
  color: #18B5BA;
  min-width: 24px
}

.text-doc-fjo ul ul,
.text-doc-fjo ol ol,
.text-doc-fjo ul ol,
.text-doc-fjo ol ul {
  margin-top: 6px;
  margin-bottom: 6px
}

.text-doc-fjo strong,
.text-doc-fjo b {
  font-weight: 700;
  color: #1a1f3d
}

.text-doc-fjo a {
  color: #18B5BA;
  text-decoration: underline;
  text-decoration-color: #18b5ba66;
  text-underline-offset: 3px;
  transition: color .18s ease-out, text-decoration-color .15s ease-out
}

.text-doc-fjo a:hover {
  color: #7E35D8;
  text-decoration-color: #7e35d880
}

.text-doc-fjo a:visited {
  color: #7E35D8;
  text-decoration-color: #7e35d84d
}

.text-doc-fjo table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #18b5ba1a
}

.text-doc-fjo thead {
  background: linear-gradient(90deg, #18b5ba1f, #7e35d81a)
}

.text-doc-fjo thead tr {
  border-bottom: 2px solid #18b5ba4d
}

.text-doc-fjo tbody tr {
  border-bottom: 1px solid #18b5ba1a;
  transition: background-color .12s ease-out
}

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

.text-doc-fjo tbody tr:hover {
  background-color: #18b5ba0a
}

.text-doc-fjo th {
  padding: 12px 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #7E35D8;
  text-transform: uppercase;
  letter-spacing: .06em
}

.text-doc-fjo td {
  padding: 12px 24px;
  color: #2a2a35;
  vertical-align: top
}

.text-doc-fjo hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #18b5ba59, #7e35d840, transparent);
  margin-top: 36px;
  margin-bottom: 36px
}

.text-doc-fjo div {
  font-size: 15px;
  line-height: 1.6
}

@media (max-width: 1024px) {
  .text-doc-fjo h1 {
    font-size: 31px
  }

  .text-doc-fjo h2 {
    font-size: 24px;
    margin-top: 36px
  }

  .text-doc-fjo h3 {
    font-size: 19px
  }

  .text-doc-fjo {
    padding: 36px 24px
  }
}

@media (max-width: 768px) {
  .text-doc-fjo {
    padding: 36px 12px
  }

  .text-doc-fjo h1 {
    font-size: 24px;
    margin-bottom: 24px
  }

  .text-doc-fjo h2 {
    font-size: 19px;
    margin-top: 36px
  }

  .text-doc-fjo h3 {
    font-size: 15px
  }

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

  .text-doc-fjo th,
  .text-doc-fjo td {
    padding: 12px
  }
}

@media (max-width: 640px) {
  .text-doc-fjo {
    padding: 24px 12px
  }

  .text-doc-fjo h2 {
    margin-top: 24px
  }

  .text-doc-fjo ul li,
  .text-doc-fjo ol li {
    padding-left: 12px
  }

  .text-doc-fjo ol li {
    padding-left: 24px
  }
}

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

.abt_us .pg_wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.abt_us .dot_grid_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #18B5BA 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .13;
  pointer-events: none;
  z-index: 0
}

.abt_us .title_blk {
  position: relative;
  padding: 72px 0 0;
  background: #f4f6f8;
  overflow: hidden
}

.abt_us .title_blk_inner {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}

.abt_us .title_eyebrow {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #18B5BA;
  background: #18b5ba17;
  border: 1px solid #18b5ba38;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 1.2
}

.abt_us .title_h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  color: #1b1e2b;
  text-shadow: 1px 3px 2px #18b5ba14;
  max-width: 700px;
  margin: 0
}

.abt_us .title_h1 span {
  color: #7E35D8
}

.abt_us .title_img_row {
  position: relative;
  width: 100%;
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0
}

.abt_us .title_img_wrap {
  width: 55%;
  height: 340px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  flex-shrink: 0
}

.abt_us .title_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: sepia(0.22) saturate(1.18) brightness(0.97);
  animation: img_wipe .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes img_wipe {
  from {
    clip-path: inset(0 100% 0 0)
  }

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

.abt_us .title_side_txt {
  flex: 1;
  padding: 0 0 24px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt_us .title_side_txt p {
  font-size: 19px;
  line-height: 1.6;
  color: #3a3f52;
  margin: 0
}

.abt_us .title_since {
  font-size: 15px;
  color: #7E35D8;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase
}

.abt_us .divider_a {
  width: 100%;
  height: 6px;
  background: linear-gradient(to left, #7E35D8, transparent);
  margin: 0;
  border: none
}

.abt_us .story_sec {
  padding: 72px 0;
  background: #fff;
  position: relative
}

.abt_us .story_sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(160deg, #7e35d80f 0%, transparent 70%);
  pointer-events: none
}

.abt_us .story_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 36px;
  align-items: start
}

.abt_us .story_col_stat {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt_us .stat_card {
  background: #f4f6f8;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 1px 3px 2px 0 #18b5ba14;
  border-top: 3px solid #18B5BA;
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt_us .stat_card.purple {
  border-top-color: #7E35D8 !important
}

.abt_us .stat_num {
  font-size: 31px;
  font-weight: 900;
  color: #18B5BA;
  line-height: 1.2
}

.abt_us .stat_card.purple .stat_num {
  color: #7E35D8
}

.abt_us .stat_label {
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.4
}

.abt_us .story_col_timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 6px
}

.abt_us .tl_item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  position: relative;
  padding-bottom: 24px
}

.abt_us .tl_item:last-child {
  padding-bottom: 0
}

.abt_us .tl_line_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28px;
  flex-shrink: 0
}

.abt_us .tl_dot {
  width: 14px;
  height: 14px;
  border-radius: 42px;
  background: #18B5BA;
  flex-shrink: 0;
  box-shadow: 1px 4px 28px 0 #18b5ba1a inset 0 0 0 3px #ffffffb3;
  z-index: 1
}

.abt_us .tl_dot.done {
  background: #7E35D8;
  box-shadow: 1px 4px 28px 0 #7e35d81a inset 0 0 0 3px #ffffffb3
}

.abt_us .tl_connector {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, #18B5BA, #7e35d84d);
  min-height: 24px
}

.abt_us .tl_item:last-child .tl_connector {
  display: none
}

.abt_us .tl_body {
  flex: 1;
  padding-top: 0
}

.abt_us .tl_year {
  font-size: 15px;
  font-weight: 700;
  color: #7E35D8;
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1.2
}

.abt_us .tl_desc {
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.6;
  margin: 0;
  margin-top: 6px
}

.abt_us .story_col_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 12px
}

.abt_us .story_h2 {
  font-size: 31px;
  font-weight: 800;
  color: #1b1e2b;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 3px 2px #7e35d814
}

.abt_us .story_lead {
  font-size: 19px;
  font-weight: 700;
  color: #18B5BA;
  line-height: 1.4;
  margin: 0
}

.abt_us .story_p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3f52;
  margin: 0
}

.abt_us .story_p strong {
  color: #1b1e2b;
  font-weight: 700
}

.abt_us .story_img_pair {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 12px
}

.abt_us .story_img_wrap {
  flex: 1;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #18b5ba1a
}

.abt_us .story_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt_us .divider_b {
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, transparent, #18B5BA, transparent);
  border: none;
  margin: 0
}

.abt_us .team_sec {
  padding: 72px 0;
  position: relative;
  overflow: hidden
}

.abt_us .team_sec_bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f4f6f8 55%, #ede8f9 100%);
  z-index: 0;
  pointer-events: none
}

.abt_us .team_sec_bg_diag {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(160deg, #7e35d814 0%, transparent 80%);
  z-index: 0;
  pointer-events: none
}

.abt_us .team_inner {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px
}

.abt_us .team_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 36px
}

.abt_us .team_h2 {
  font-size: 31px;
  font-weight: 800;
  color: #1b1e2b;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 3px 2px #18b5ba14;
  max-width: 420px
}

.abt_us .team_intro_p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3f52;
  margin: 0;
  max-width: 520px;
  flex: 1;
  padding-top: 6px
}

.abt_us .team_row {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: flex-start
}

.abt_us .expert_card {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 260px;
  max-width: 260px;
  position: relative
}

.abt_us .expert_portrait_wrap {
  width: 80px;
  height: 80px;
  border-radius: 42px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 1px 3px 2px 0 #7e35d814
}

.abt_us .expert_portrait_wrap img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt_us .expert_name {
  font-size: 19px;
  font-weight: 800;
  color: #1b1e2b;
  line-height: 1.2;
  margin: 0
}

.abt_us .expert_role {
  font-size: 15px;
  color: #7E35D8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  line-height: 1.2
}

.abt_us .expert_bio {
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.6;
  margin: 0
}

.abt_us .vals_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.abt_us .vals_h3 {
  font-size: 24px;
  font-weight: 800;
  color: #1b1e2b;
  line-height: 1.4;
  margin: 0;
  text-shadow: 1px 3px 2px #18b5ba14
}

.abt_us .val_item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 4px;
  background: #18b5ba0a;
  transition: background .16s cubic-bezier(0.4, 0, 0.6, 1), box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1);
  cursor: default
}

.abt_us .val_item:hover {
  background: #18b5ba1a;
  box-shadow: 1px 3px 2px 0 #18b5ba14
}

.abt_us .val_icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: linear-gradient(to left, #7E35D8, #18B5BA);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt_us .val_icon .mdi {
  font-size: 19px;
  color: #fff
}

.abt_us .val_body {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.abt_us .val_name {
  font-size: 15px;
  font-weight: 700;
  color: #1b1e2b;
  line-height: 1.2
}

.abt_us .val_desc {
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.6;
  margin: 0
}

.abt_us .imgs_col {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.abt_us .side_img_wrap {
  width: 220px;
  height: 148px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 9px 48px 0 #7e35d821
}

.abt_us .side_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.abt_us .dashed_key_blk {
  border: 2px dashed #18b5ba59;
  border-radius: 4px;
  padding: 24px;
  margin-top: 12px;
  background: #ffffffb3;
  position: relative
}

.abt_us .dashed_key_blk .focus_label {
  font-size: 15px;
  font-weight: 700;
  color: #7E35D8;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin: 0 0 12px;
  line-height: 1.2
}

.abt_us .dashed_key_blk p {
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.9;
  margin: 0
}

.abt_us .focus_reveal_wrap {
  margin-top: 24px;
  position: relative
}

.abt_us .focus_trigger {
  background: #f4f6f8;
  border: 1px solid #18b5ba38;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #18B5BA;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  transition: background .14s ease-out, border-color .14s ease-out
}

.abt_us .focus_trigger:hover,
.abt_us .focus_trigger:focus {
  background: #18b5ba17;
  border-color: #18B5BA;
  outline: 2px solid #18B5BA;
  outline-offset: 2px
}

.abt_us .focus_trigger .mdi {
  font-size: 19px
}

.abt_us .focus_panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .22s cubic-bezier(0.4, 0, 0.6, 1);
  background: transparent
}

.abt_us .focus_trigger:focus+.focus_panel,
.abt_us .focus_trigger:focus-within+.focus_panel {
  max-height: 300px
}

.abt_us .focus_panel_inner {
  padding: 12px 0 0;
  font-size: 15px;
  color: #3a3f52;
  line-height: 1.9
}

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

  .abt_us .story_col_text {
    grid-column: 1 / -1;
    padding-left: 0
  }

  .abt_us .title_h1 {
    font-size: 31px
  }

  .abt_us .team_row {
    flex-direction: column;
    gap: 24px
  }

  .abt_us .imgs_col {
    flex-direction: row;
    flex: unset;
    width: 100%
  }

  .abt_us .side_img_wrap {
    flex: 1;
    width: auto
  }

  .abt_us .expert_card {
    flex: unset;
    max-width: 100%;
    width: 100%
  }
}

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

  .abt_us .title_img_row {
    flex-direction: column;
    align-items: stretch
  }

  .abt_us .title_img_wrap {
    width: 100%;
    height: 220px
  }

  .abt_us .title_side_txt {
    padding: 24px 0 0
  }

  .abt_us .team_top {
    flex-direction: column;
    gap: 12px
  }

  .abt_us .story_img_pair {
    flex-direction: column
  }

  .abt_us .story_img_wrap {
    height: 160px
  }
}

@media (max-width: 640px) {
  .abt_us .title_h1 {
    font-size: 24px
  }

  .abt_us .title_blk {
    padding: 36px 0 0
  }

  .abt_us .story_sec,
  .abt_us .team_sec {
    padding: 36px 0
  }

  .abt_us .pg_wrap {
    padding: 0 12px
  }

  .abt_us .team_inner {
    padding: 0 12px
  }

  .abt_us .title_blk_inner {
    padding: 0 12px
  }
}

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

.ld_pg .pg_limit {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

.ld_pg .t_block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%)
}

.ld_pg .t_block .geo_a {
  position: absolute;
  top: 36px;
  left: 72px;
  width: 64px;
  height: 64px;
  border: 2px solid #18b5ba21;
  border-radius: 4px;
  transform: rotate(22deg);
  pointer-events: none
}

.ld_pg .t_block .geo_b {
  position: absolute;
  bottom: 72px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 2px solid #7e35d81a;
  border-radius: 4px;
  transform: rotate(-15deg);
  pointer-events: none
}

.ld_pg .t_block .geo_c {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 18px;
  height: 18px;
  background: #18b5ba14;
  border-radius: 4px;
  transform: rotate(33deg);
  pointer-events: none
}

.ld_pg .t_eyebrow {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #18B5BA;
  margin-bottom: 24px
}

.ld_pg .t_heading {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b2e;
  text-shadow: 1px 3px 2px #18b5ba14;
  margin-bottom: 24px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto
}

.ld_pg .t_heading .grad_word {
  background: linear-gradient(to left, #7E35D8, transparent 140%), #18B5BA;
  background: linear-gradient(to left, #7E35D8, #18B5BA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.ld_pg .t_sub {
  font-size: 19px;
  line-height: 1.6;
  color: #3a3a4a;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px
}

.ld_pg .t_img_wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 9px 48px 0 #18b5ba21;
  opacity: 0;
  animation: fade_in_img .22s ease-out .15s forwards;
  position: relative
}

.ld_pg .t_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1b1b2e61 100%);
  pointer-events: none
}

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

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

.ld_pg .t_img_wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld_pg .rdy_block {
  background: #f4f4f8;
  padding-top: 72px;
  padding-bottom: 72px;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
  margin-top: -36px
}

.ld_pg .rdy_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start
}

.ld_pg .rdy_left {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld_pg .sec_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7E35D8
}

.ld_pg .rdy_h {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  text-shadow: 1px 3px 2px #7e35d814
}

.ld_pg .rdy_lead {
  font-size: 19px;
  line-height: 1.6;
  color: #2c2c3e;
  font-weight: 600
}

.ld_pg .rdy_body {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a
}

.ld_pg .rdy_right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld_pg .rdy_img_wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  position: relative
}

.ld_pg .rdy_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1b1b2e52 100%);
  pointer-events: none
}

.ld_pg .rdy_img_wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld_pg .pros_cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.ld_pg .pros_col,
.ld_pg .cons_col {
  border-radius: 4px;
  padding: 24px
}

.ld_pg .pros_col {
  background: #18b5ba12;
  box-shadow: inset 0 1px 6px 0 #18b5ba1a
}

.ld_pg .cons_col {
  background: #7e35d80f;
  box-shadow: inset 0 1px 6px 0 #7e35d81a
}

.ld_pg .pc_head {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.ld_pg .pros_col .pc_head {
  color: #18B5BA
}

.ld_pg .cons_col .pc_head {
  color: #7E35D8
}

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

.ld_pg .pc_list li {
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c3e;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px
}

.ld_pg .pc_list li .pi_dot {
  width: 8px;
  height: 8px;
  border-radius: 42px;
  flex-shrink: 0;
  margin-top: 6px
}

.ld_pg .pros_col .pi_dot {
  background: #18B5BA
}

.ld_pg .cons_col .pi_dot {
  background: #7E35D8
}

.ld_pg .ctx_block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: -24px
}

.ld_pg .ctx_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 36px
}

.ld_pg .ctx_h {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  text-shadow: 1px 3px 2px #18b5ba14
}

.ld_pg .ctx_sub {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a;
  max-width: 620px
}

.ld_pg .ctx_mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.ld_pg .ctx_card {
  border-radius: 4px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: box-shadow .18s ease-out, transform .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.ld_pg .ctx_card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent #18b5ba2e transparent transparent;
  border-radius: 0 4px 0 0;
  transition: border-width .18s ease-out
}

.ld_pg .ctx_card:hover::before {
  border-width: 0 42px 42px 0
}

.ld_pg .ctx_card:hover {
  box-shadow: 1px 9px 48px 0 #18b5ba21;
  transform: translateY(-3px)
}

.ld_pg .ctx_card.alt::before {
  border-color: transparent #7e35d826 transparent transparent
}

.ld_pg .ctx_card.wide {
  grid-column: span 2
}

.ld_pg .ctx_card.bg_a {
  background: #f4f4f8;
  box-shadow: 1px 3px 2px 0 #18b5ba14
}

.ld_pg .ctx_card.bg_b {
  background: #18b5ba0d;
  box-shadow: 1px 3px 2px 0 #18b5ba14
}

.ld_pg .ctx_card.bg_c {
  background: #7e35d80d;
  box-shadow: 1px 3px 2px 0 #7e35d814
}

.ld_pg .ctx_icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #18b5ba1f
}

.ld_pg .ctx_icon.pur {
  background: #7e35d81a
}

.ld_pg .ctx_icon .mdi {
  font-size: 22px;
  color: #18B5BA
}

.ld_pg .ctx_icon.pur .mdi {
  color: #7E35D8
}

.ld_pg .ctx_card_h {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e
}

.ld_pg .ctx_card_p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a
}

.ld_pg .ctx_portraits {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 6px
}

.ld_pg .ctx_portrait_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ld_pg .ctx_portrait_img {
  width: 56px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow: 1px 3px 2px 0 #7e35d814
}

.ld_pg .ctx_portrait_info {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ld_pg .ctx_portrait_name {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b2e;
  line-height: 1.2
}

.ld_pg .ctx_portrait_role {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.4
}

.ld_pg .ctx_stat_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 6px
}

.ld_pg .ctx_stat_num {
  font-size: 31px;
  font-weight: 800;
  color: #18B5BA;
  line-height: 1.2
}

.ld_pg .ctx_stat_arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  color: #7E35D8;
  font-size: 19px;
  font-weight: 700
}

.ld_pg .ctx_stat_arrow .mdi {
  font-size: 22px
}

.ld_pg .ctx_stat_num2 {
  font-size: 31px;
  font-weight: 800;
  color: #7E35D8;
  line-height: 1.2
}

.ld_pg .sit_block {
  background: linear-gradient(to left, #7e35d80f, #18b5ba0f);
  padding-top: 72px;
  padding-bottom: 72px;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  margin-top: -24px
}

.ld_pg .sit_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 36px
}

.ld_pg .sit_h {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  text-shadow: 1px 3px 2px #7e35d814
}

.ld_pg .sit_desc {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a
}

.ld_pg .sit_img_wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #7e35d81a;
  position: relative
}

.ld_pg .sit_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1b1b2e4d 100%);
  pointer-events: none
}

.ld_pg .sit_img_wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld_pg .sit_range {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.ld_pg .sit_item {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 1px 3px 2px 0 #18b5ba14;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1), transform .14s ease-out
}

.ld_pg .sit_item:hover {
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  transform: translateY(-2px)
}

.ld_pg .sit_num {
  font-size: 31px;
  font-weight: 800;
  color: #18b5ba2e;
  line-height: 1.2
}

.ld_pg .sit_item_h {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b2e;
  line-height: 1.4
}

.ld_pg .sit_item_p {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a
}

.ld_pg .ex_block {
  background: #fff;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: -24px
}

.ld_pg .ex_inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 36px;
  align-items: start
}

.ld_pg .ex_left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative
}

.ld_pg .ex_geo_repeat {
  position: absolute;
  top: 0;
  left: -12px;
  width: 4px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #18b5ba38 0px, #18b5ba38 8px, transparent 8px, transparent 16px);
  border-radius: 42px;
  pointer-events: none
}

.ld_pg .ex_h {
  font-size: 31px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b2e;
  text-shadow: 1px 3px 2px #18b5ba14
}

.ld_pg .ex_lead {
  font-size: 19px;
  font-weight: 600;
  color: #2c2c3e;
  line-height: 1.6
}

.ld_pg .ex_body {
  font-size: 15px;
  line-height: 1.9;
  color: #3a3a4a
}

.ld_pg .ex_body strong {
  color: #1b1b2e;
  font-weight: 700
}

.ld_pg .ex_steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px
}

.ld_pg .ex_step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 4px;
  background: #f4f4f8;
  transition: background .18s ease-out
}

.ld_pg .ex_step:hover {
  background: #18b5ba12
}

.ld_pg .ex_step_num {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(to left, #7E35D8, #18B5BA);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1.2
}

.ld_pg .ex_step_text {
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c3e
}

.ld_pg .ex_right {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ld_pg .ex_img_a {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  position: relative
}

.ld_pg .ex_img_a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1b1b2e4d 100%);
  pointer-events: none
}

.ld_pg .ex_img_a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld_pg .ex_img_b {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 4px 28px 0 #7e35d81a;
  position: relative
}

.ld_pg .ex_img_b::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #1b1b2e47 100%);
  pointer-events: none
}

.ld_pg .ex_img_b img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block
}

.ld_pg .ex_quote {
  background: #7e35d80d;
  border-radius: 4px;
  padding: 24px;
  box-shadow: inset 0 1px 6px 0 #7e35d81a;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ld_pg .ex_quote_text {
  font-size: 15px;
  line-height: 1.9;
  color: #2c2c3e;
  font-style: italic
}

.ld_pg .ex_quote_author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ld_pg .ex_q_img {
  width: 44px;
  height: 55px;
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
  box-shadow: 1px 3px 2px 0 #7e35d814
}

.ld_pg .ex_q_name {
  font-size: 15px;
  font-weight: 700;
  color: #1b1b2e;
  line-height: 1.2
}

.ld_pg .ex_q_role {
  font-size: 15px;
  color: #3a3a4a;
  line-height: 1.4
}

@media (max-width: 1024px) {
  .ld_pg .t_heading {
    font-size: 31px
  }

  .ld_pg .rdy_grid {
    grid-template-columns: 1fr
  }

  .ld_pg .ctx_mosaic {
    grid-template-columns: 1fr 1fr
  }

  .ld_pg .ctx_card.wide {
    grid-column: span 2
  }

  .ld_pg .sit_range {
    grid-template-columns: 1fr 1fr
  }

  .ld_pg .ex_inner {
    grid-template-columns: 1fr
  }

  .ld_pg .sit_top {
    grid-template-columns: 1fr
  }
}

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

  .ld_pg .ctx_mosaic {
    grid-template-columns: 1fr
  }

  .ld_pg .ctx_card.wide {
    grid-column: span 1
  }

  .ld_pg .pros_cons {
    grid-template-columns: 1fr
  }

  .ld_pg .sit_range {
    grid-template-columns: 1fr
  }

  .ld_pg .ctx_portraits {
    flex-direction: column
  }

  .ld_pg .t_block {
    clip-path: none
  }

  .ld_pg .rdy_block {
    clip-path: none
  }

  .ld_pg .sit_block {
    clip-path: none
  }
}

@media (max-width: 640px) {
  .ld_pg .t_heading {
    font-size: 24px
  }

  .ld_pg .t_block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ld_pg .rdy_block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ld_pg .ctx_block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ld_pg .sit_block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ld_pg .ex_block {
    padding-top: 36px;
    padding-bottom: 36px
  }

  .ld_pg .pg_limit {
    padding-left: 12px;
    padding-right: 12px
  }
}

.ctc_us {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  overflow: hidden
}

.ctc_us .bento_grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 72px 24px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
  width: 100%;
  box-sizing: border-box
}

.ctc_us .bento_img_cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 340px
}

.ctc_us .bento_img_cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.88);
  transition: filter .18s ease-out
}

.ctc_us .bento_img_cell:hover img {
  filter: brightness(1.05)
}

.ctc_us .bento_img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom left, #7E35D8 0%, transparent 60%);
  pointer-events: none;
  border-radius: 4px
}

.ctc_us .bento_img_edge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 60%;
  background: #18B5BA;
  border-radius: 4px;
  pointer-events: none
}

.ctc_us .bento_txt_cell {
  grid-column: 2;
  grid-row: 1;
  background: linear-gradient(to left, #7E35D8 0%, transparent 100%);
  border-radius: 4px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box
}

.ctc_us .bento_label {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #18B5BA;
  font-weight: 600;
  margin-bottom: 12px
}

.ctc_us .bento_h1 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-shadow: 1px 3px 2px #18b5ba2e
}

.ctc_us .bento_sub_cell {
  grid-column: 2;
  grid-row: 2;
  background: #f4f4f6;
  border-radius: 4px;
  padding: 24px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box
}

.ctc_us .bento_sub_cell .contact_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.ctc_us .contact_icon_ring {
  width: 40px;
  height: 40px;
  border-radius: 42px;
  background: #18B5BA;
  box-shadow: 0 0 0 3px #18b5ba2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  outline: 2px solid #7E35D8;
  outline-offset: 3px
}

.ctc_us .contact_icon_ring .mdi {
  font-size: 19px;
  color: #fff
}

.ctc_us .contact_detail_text {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a3a;
  font-weight: 500
}

.ctc_us .contact_detail_text a {
  color: #7E35D8;
  text-decoration: none;
  transition: color .16s ease-out
}

.ctc_us .contact_detail_text a:hover {
  color: #18B5BA
}

.ctc_us .divider_asym {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0
}

.ctc_us .divider_asym::before {
  content: "";
  display: block;
  height: 2px;
  width: 78%;
  background: linear-gradient(to right, #18B5BA, #7e35d82e);
  border-radius: 4px
}

.ctc_us .divider_asym::after {
  content: "";
  display: block;
  height: 2px;
  width: 22%;
  background: #7e35d81f;
  border-radius: 4px
}

.ctc_us .form_band {
  background: #f0f0f7;
  padding: 36px 0 72px;
  position: relative
}

.ctc_us .form_band_bg {
  position: absolute;
  inset: 0;
  background-image: url(./assets/_MG_2866.jpg);
  background-size: cover;
  background-position: center;
  filter: brightness(0.12);
  pointer-events: none;
  border-radius: 0
}

.ctc_us .form_wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 36px;
  align-items: start;
  position: relative;
  z-index: 1
}

.ctc_us .form_sidebar {
  background: #7E35D8;
  border-radius: 4px;
  padding: 36px;
  box-sizing: border-box;
  box-shadow: 1px 9px 48px 0 #7e35d821;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ctc_us .sidebar_h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 1px 3px 2px #18b5ba38
}

.ctc_us .sidebar_desc {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffe0;
  margin: 0
}

.ctc_us .sidebar_metric_row {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ctc_us .sidebar_metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: #ffffff1a;
  border-radius: 4px;
  box-shadow: inset 0 1px 6px 0 #18b5ba21
}

.ctc_us .metric_num {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  color: #18B5BA
}

.ctc_us .metric_label {
  font-size: 15px;
  line-height: 1.4;
  color: #fffc;
  font-weight: 500
}

.ctc_us .metric_note {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffffa6
}

.ctc_us .form_card {
  background: #fff;
  border-radius: 4px;
  padding: 36px;
  box-sizing: border-box;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: flip_in .22s ease-out both
}

@keyframes flip_in {
  from {
    transform: perspective(600px) rotateX(8deg);
    opacity: 0
  }

  to {
    transform: perspective(600px) rotateX(0deg);
    opacity: 1
  }
}

.ctc_us .form_card_h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1b2e;
  margin: 0;
  text-shadow: 1px 3px 2px #7e35d81a
}

.ctc_us .field_group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ctc_us .field_label {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #2a2a3a;
  letter-spacing: .04em;
  text-transform: uppercase
}

.ctc_us .field_input {
  padding: 12px 24px;
  border: 1.5px solid #7e35d838;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  color: #1e1b2e;
  background: #fafbff;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  transition: border-color .16s ease-out, box-shadow .16s ease-out
}

.ctc_us .field_input::placeholder {
  color: #9a9ab0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .06em
}

.ctc_us .field_input:focus {
  border-color: #18B5BA;
  box-shadow: 1px 3px 2px 0 #18b5ba14
}

.ctc_us .field_select {
  padding: 12px 24px;
  border: 1.5px solid #7e35d838;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  color: #1e1b2e;
  background: #fafbff;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%237E35D8' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
  transition: border-color .16s ease-out, box-shadow .16s ease-out
}

.ctc_us .field_select:focus {
  border-color: #18B5BA;
  box-shadow: 1px 3px 2px 0 #18b5ba14
}

.ctc_us .field_select option {
  color: #1e1b2e;
  background: #fff
}

.ctc_us .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px
}

.ctc_us .privacy_checkbox {
  width: 18px;
  height: 18px;
  accent-color: #7E35D8;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer
}

.ctc_us .privacy_text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a6a
}

.ctc_us .privacy_text a {
  color: #7E35D8;
  text-decoration: underline;
  transition: color .14s ease-out
}

.ctc_us .privacy_text a:hover {
  color: #18B5BA
}

.ctc_us .submit_btn {
  padding: 12px 36px;
  background: #18B5BA;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  position: relative;
  overflow: hidden;
  transition: background .18s ease-out, box-shadow .18s ease-out
}

.ctc_us .submit_btn:hover {
  background: #7E35D8;
  box-shadow: 1px 9px 48px 0 #7e35d821;
  outline: 2px solid #18B5BA;
  outline-offset: 3px
}

.ctc_us .submit_btn:focus {
  outline: 2px solid #7E35D8;
  outline-offset: 3px
}

.ctc_us .submit_btn:active {
  background: #15a0a5
}

.ctc_us .dashed_path {
  position: absolute;
  top: 36px;
  right: 24px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 0
}

@media (max-width: 1024px) {
  .ctc_us .bento_grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 36px 24px 24px
  }

  .ctc_us .bento_img_cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px
  }

  .ctc_us .bento_txt_cell {
    grid-column: 1;
    grid-row: 2
  }

  .ctc_us .bento_sub_cell {
    grid-column: 1;
    grid-row: 3
  }

  .ctc_us .form_wrap {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ctc_us .form_sidebar {
    order: 2
  }

  .ctc_us .form_card {
    order: 1
  }
}

@media (max-width: 768px) {
  .ctc_us .bento_txt_cell {
    padding: 24px
  }

  .ctc_us .bento_sub_cell {
    padding: 24px
  }

  .ctc_us .bento_h1 {
    font-size: 24px
  }

  .ctc_us .form_card {
    padding: 24px
  }

  .ctc_us .form_sidebar {
    padding: 24px
  }

  .ctc_us .form_wrap {
    padding: 0 24px
  }
}

@media (max-width: 640px) {
  .ctc_us .bento_grid {
    padding: 24px 12px 12px
  }

  .ctc_us .bento_txt_cell {
    padding: 24px 12px
  }

  .ctc_us .bento_sub_cell {
    padding: 12px
  }

  .ctc_us .form_wrap {
    padding: 0 12px
  }

  .ctc_us .form_card {
    padding: 24px 12px
  }

  .ctc_us .form_sidebar {
    padding: 24px 12px
  }

  .ctc_us .submit_btn {
    width: 100%;
    text-align: center
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: linear-gradient(to left, #7e35d80f, #18b5ba0a)
}

.success_page .success_card {
  max-width: 560px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 72px 36px;
  box-shadow: 1px 9px 48px 0 #18b5ba21;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center
}

.success_page .success_icon_wrap {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  background: linear-gradient(to left, #7e35d81a, #18b5ba24);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1px 3px 2px 0 #18b5ba14;
  flex-shrink: 0
}

.success_page .success_icon_wrap svg {
  display: block
}

.success_page .success_heading {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a2e35;
  margin: 0;
  text-shadow: 1px 2px 0 #18b5ba14;
  letter-spacing: 0
}

.success_page .success_sub {
  font-size: 15px;
  line-height: 1.6;
  color: #2e4a52;
  margin: 0;
  max-width: 420px
}

.success_page .success_divider {
  width: 48px;
  height: 2px;
  background: linear-gradient(to left, #7E35D8, #18B5BA);
  border-radius: 4px;
  flex-shrink: 0
}

.success_page .success_detail {
  font-size: 15px;
  line-height: 1.6;
  color: #3b5a64;
  margin: 0
}

.success_page .success_detail strong {
  color: #18B5BA;
  font-weight: 600
}

.success_page .success_actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px
}

.success_page .btn_primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 12px 36px;
  background: linear-gradient(to left, #7E35D8, #18B5BA);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 1px 4px 28px 0 #18b5ba1a;
  transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), opacity .14s ease-out
}

.success_page .btn_primary:hover {
  opacity: .88;
  box-shadow: 1px 9px 48px 0 #18b5ba2e
}

.success_page .btn_primary:focus {
  outline: 2px solid #18B5BA;
  outline-offset: 3px
}

.success_page .btn_primary:active {
  opacity: .78
}

.success_page .btn_ghost {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  background: transparent;
  color: #2e3a42;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  border: 1.5px solid #18b5ba4d;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .16s ease-out, color .14s ease-out
}

.success_page .btn_ghost:hover {
  border-color: #18B5BA;
  color: #18B5BA
}

.success_page .btn_ghost:focus {
  outline: 2px solid #7E35D8;
  outline-offset: 3px
}

.success_page .btn_ghost:active {
  color: #7E35D8;
  border-color: #7E35D8
}

.success_page .success_note {
  font-size: 15px;
  line-height: 1.6;
  color: #5a7480;
  margin: 0;
  border-top: 1px solid #18b5ba24;
  padding-top: 24px;
  width: 100%;
  text-align: center
}

.success_page .success_note a {
  color: #7E35D8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .12s ease-out
}

.success_page .success_note a:hover {
  color: #18B5BA
}

@media (max-width: 640px) {
  .success_page {
    padding: 36px 12px
  }

  .success_page .success_card {
    padding: 36px 24px;
    gap: 24px
  }

  .success_page .success_heading {
    font-size: 24px
  }

  .success_page .success_actions {
    flex-direction: column;
    width: 100%
  }

  .success_page .btn_primary,
  .success_page .btn_ghost {
    width: 100%;
    justify-content: center
  }
}