body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: 'Manrope', sans-serif
}

:focus {
  outline: 2px solid #FF3897;
  outline-offset: 3px;
  border-radius: 1px
}

.top_strip {
  background-color: #0F3F42;
  padding: 8px 28px
}

.top_strip_row {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

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

.primary_menu li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .03em;
  color: #FEF1DE;
  text-decoration: none;
  border-radius: 1px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), background-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
  display: flex;
  align-items: center
}

.primary_menu li a:hover {
  color: #FF3897;
  background-color: #fef1de14
}

.trust_badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px;
  border: 1px solid #fef1de40;
  border-radius: 22px;
  flex-shrink: 0
}

.trust_badge_label {
  font-size: 14px;
  line-height: 1.2;
  color: #FEF1DE;
  letter-spacing: .04em;
  white-space: nowrap
}

.trust_badge_stars {
  display: flex;
  align-items: center;
  gap: 4px
}

.trust_badge_stars svg {
  display: block
}

.brand_row {
  background: linear-gradient(135deg, #FEF1DE 0%, #fff9f0 60%, #fdf4e3 100%);
  border-bottom: 1px solid #0f3f421a;
  box-shadow: 0 2px 5px 1px #ff38970f;
  padding: 16px 28px
}

.brand_inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px
}

.brand_logo_frame {
  border: 1px solid #0f3f422e;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 2px 5px 1px #0f3f420f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 28px
}

.brand_logo_frame img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  display: block
}

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

.brand_name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0F3F42;
  margin: 0
}

.brand_name span {
  background: linear-gradient(90deg, #FF3897, #0F3F42);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.brand_tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  letter-spacing: .04em;
  opacity: .75;
  margin: 0
}

.site_header {
  position: relative
}

.site_footer {
  background-color: #0F3F42;
  border-top: 3px solid #FF3897;
  box-shadow: 0 -4px 22px 1px #0f3f421c
}

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

.footer_brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0
}

.footer_logo_frame {
  border: 1px solid #fef1de38;
  border-radius: 8px;
  padding: 4px;
  background: #fef1de14;
  box-shadow: 0 2px 5px 1px #ff38970f;
  display: flex;
  align-items: center;
  justify-content: center
}

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

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

.footer_brand_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FEF1DE;
  letter-spacing: -.01em
}

.footer_slogan {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1dea6;
  letter-spacing: .03em
}

.footer_divider {
  width: 1px;
  height: 56px;
  background: #fef1de2e;
  flex-shrink: 0
}

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

.footer_links li a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.2;
  color: #fef1debf;
  text-decoration: none;
  border-radius: 1px;
  letter-spacing: .03em;
  min-height: 44px;
  transition: color .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.footer_links li a:hover {
  color: #FF3897
}

.footer_copy {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1de73;
  letter-spacing: .03em;
  flex-shrink: 0
}

.consent_strip {
  position: fixed;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 640px;
  background: #fff;
  border: 1px solid #0f3f4224;
  border-radius: 8px;
  box-shadow: 0 8px 60px 1px #0f3f4221;
  z-index: 2000;
  padding: 16px 28px;
  display: none
}

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

.consent_text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  letter-spacing: .02em;
  min-width: 200px
}

.consent_actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.consent_btn {
  padding: 8px 16px;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.2;
  border-radius: 8px;
  cursor: pointer;
  min-height: 44px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent_btn.accept {
  background: transparent;
  color: #0F3F42;
  border: 1px solid #0F3F42
}

.consent_btn.accept:hover {
  background: #0F3F42;
  color: #FEF1DE
}

.consent_btn.decline {
  background: transparent;
  color: #FF3897;
  border: 1px solid #FF3897
}

.consent_btn.decline:hover {
  background: #FF3897;
  color: #fff
}

.rules-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 56px 28px;
  color: #0F3F42
}

.rules-content h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: 28px;
  margin-top: 0;
  color: #0F3F42
}

.rules-content h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.015em;
  margin-top: 56px;
  margin-bottom: 16px;
  color: #0F3F42
}

.rules-content h3 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin-top: 28px;
  margin-bottom: 16px;
  color: #0F3F42
}

.rules-content h4 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 28px;
  margin-bottom: 8px;
  color: #FF3897
}

.rules-content h5 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .01em;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #0F3F42
}

.rules-content h6 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #FF3897
}

.rules-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
  color: #0F3F42
}

.rules-content a {
  color: #FF3897;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.rules-content a:hover {
  color: #0F3F42;
  text-decoration-color: #FF3897
}

.rules-content a:visited {
  color: #0F3F42
}

.rules-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .02em;
  box-shadow: 0 2px 5px 1px #ff38970f;
  border-radius: 8px;
  overflow: hidden
}

.rules-content thead {
  background-color: #0F3F42
}

.rules-content thead th {
  color: #FEF1DE;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 28px;
  text-align: left;
  border: none
}

.rules-content tbody tr {
  border-bottom: 1px solid #0f3f421a;
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.rules-content tbody tr:nth-child(even) {
  background-color: #FEF1DE
}

.rules-content tbody tr:hover {
  background-color: #ff38970d
}

.rules-content td {
  padding: 16px 28px;
  color: #0F3F42;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: top;
  border: none
}

.rules-content th {
  padding: 16px 28px
}

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

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

.abt_us .pg_wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 28px
}

.abt_us .drop_in {
  opacity: 0;
  transform: translateY(-32px);
  animation: dropIn .26s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.abt_us .drop_in:nth-child(1) {
  animation-delay: .04s
}

.abt_us .drop_in:nth-child(2) {
  animation-delay: .1s
}

.abt_us .drop_in:nth-child(3) {
  animation-delay: .16s
}

.abt_us .drop_in:nth-child(4) {
  animation-delay: .22s
}

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

.abt_us .title_strip {
  padding: 28px 0 16px;
  position: relative
}

.abt_us .title_strip .pg_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px
}

.abt_us .title_strip_circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.abt_us .title_strip_circles::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 22px;
  border: 2px solid #ff389714;
  top: -40px;
  right: 120px;
  transform: rotate(20deg)
}

.abt_us .title_strip_circles::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 22px;
  border: 2px solid #0f3f4212;
  bottom: -20px;
  left: 60px;
  transform: rotate(-12deg)
}

.abt_us .title_left {
  flex: 1 1 0;
  min-width: 0
}

.abt_us .title_label {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #FF3897;
  text-transform: uppercase;
  margin-bottom: 8px
}

.abt_us .title_h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 16px
}

.abt_us .title_link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  text-decoration: none;
  border-bottom: 1px solid #FF3897;
  padding-bottom: 2px;
  transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .title_link:hover {
  color: #FF3897
}

.abt_us .title_img_col {
  flex: 0 0 220px;
  width: 220px
}

.abt_us .title_img_frame {
  width: 220px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 22px 1px #ff38971c;
  position: relative
}

.abt_us .title_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.08) saturate(0.82) brightness(0.96) sepia(0.12)
}

.abt_us .title_img_frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #fef1de2e 0%, transparent 70%);
  border-radius: 8px;
  pointer-events: none
}

.abt_us .shadow_div {
  height: 1px;
  background: transparent;
  box-shadow: 0 2px 5px 1px #0f3f420f;
  margin: 0
}

.abt_us .about_body {
  padding: 56px 0;
  background: #fff
}

.abt_us .about_body .pg_wrap {
  display: flex;
  flex-direction: column;
  gap: 56px
}

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

.abt_us .two_col .col_main {
  flex: 1 1 0;
  min-width: 0
}

.abt_us .two_col .col_side {
  flex: 0 0 300px;
  width: 300px;
  margin-top: 56px
}

.abt_us .sec_label {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #FF3897;
  text-transform: uppercase;
  margin-bottom: 8px
}

.abt_us .sec_h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 16px
}

.abt_us .sec_h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #0F3F42;
  font-weight: 700;
  margin: 0 0 8px
}

.abt_us .body_p {
  font-size: 14px;
  line-height: 1.6;
  color: #1a3a3c;
  max-width: 560px;
  margin: 0 0 16px
}

.abt_us .body_p:last-child {
  margin-bottom: 0
}

.abt_us .stat_block {
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 100%);
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 2px 5px 1px #0f3f420f;
  position: relative
}

.abt_us .stat_num {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #FF3897;
  font-weight: 800;
  display: block
}

.abt_us .stat_sup {
  font-size: 14px;
  line-height: 1.6;
  color: #FF3897;
  vertical-align: super;
  font-weight: 700
}

.abt_us .stat_divider {
  width: 40px;
  height: 1px;
  background: #0F3F42;
  margin: 8px 0;
  opacity: .3
}

.abt_us .stat_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42
}

.abt_us .side_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 22px 1px #0f3f421c;
  margin-bottom: 16px
}

.abt_us .side_img_wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.88) brightness(0.97)
}

.abt_us .list_two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none
}

.abt_us .list_two_col li {
  font-size: 14px;
  line-height: 1.6;
  color: #1a3a3c;
  padding-left: 12px;
  position: relative
}

.abt_us .list_two_col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
  background: #FF3897
}

.abt_us .table_narrative {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
  background: #0F3F42;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 8px 60px 1px #0f3f4221
}

.abt_us .table_narrative .tbl_part {
  flex: 1 1 0;
  min-width: 0
}

.abt_us .table_narrative .narr_part {
  flex: 0 0 220px;
  width: 220px
}

.abt_us .tbl_h {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #FEF1DE;
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 16px
}

.abt_us .data_table {
  width: 100%;
  border-collapse: collapse
}

.abt_us .data_table tr {
  border-bottom: 1px solid #fef1de1a
}

.abt_us .data_table tr:last-child {
  border-bottom: none
}

.abt_us .data_table td {
  font-size: 14px;
  line-height: 1.6;
  color: #FEF1DE;
  padding: 8px 0;
  vertical-align: top
}

.abt_us .data_table td.td_val {
  color: #FF3897;
  font-weight: 700;
  text-align: right;
  padding-left: 16px;
  white-space: nowrap
}

.abt_us .td_line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fef1de26;
  margin: 0
}

.abt_us .narr_h {
  font-size: 20px;
  line-height: 1.6;
  color: #FEF1DE;
  font-weight: 700;
  margin: 0 0 8px
}

.abt_us .narr_p {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1debf;
  margin: 0
}

.abt_us .narr_img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px
}

.abt_us .narr_img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.78) brightness(0.88)
}

.abt_us .dashed_path_wrap {
  position: relative;
  padding: 28px 0
}

.abt_us .dashed_path_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible
}

.abt_us .contact_band {
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 100%);
  padding: 56px 0
}

.abt_us .contact_band .pg_wrap {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.abt_us .contact_left {
  flex: 1 1 0;
  min-width: 0
}

.abt_us .contact_right {
  flex: 0 0 380px;
  width: 380px
}

.abt_us .form_card {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 4px 22px 1px #ff38971c
}

.abt_us .form_h {
  font-size: 26px;
  line-height: 1.2;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 8px
}

.abt_us .form_sub {
  font-size: 14px;
  line-height: 1.6;
  color: #1a3a3c;
  margin: 0 0 28px
}

.abt_us .field_row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px
}

.abt_us .field_label {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  font-weight: 600
}

.abt_us .field_input {
  border: 1px solid #0f3f4233;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  background: #fff;
  outline: none;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px #0f3f420a
}

.abt_us .field_input::placeholder {
  color: #0f3f4259
}

.abt_us .field_input:focus {
  border-color: #FF3897;
  box-shadow: 0 0 0 3px #ff38971a inset 0 2px 4px #0f3f420a
}

.abt_us .interest_label_h {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  font-weight: 600;
  margin-bottom: 8px
}

.abt_us .check_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px
}

.abt_us .check_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.abt_us .check_item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #FF3897;
  cursor: pointer;
  flex-shrink: 0
}

.abt_us .check_item span {
  font-size: 14px;
  line-height: 1.6;
  color: #1a3a3c
}

.abt_us .privacy_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px
}

.abt_us .privacy_row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #FF3897;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 3px
}

.abt_us .privacy_text {
  font-size: 14px;
  line-height: 1.6;
  color: #1a3a3c
}

.abt_us .privacy_text a {
  color: #FF3897;
  text-decoration: none;
  border-bottom: 1px solid #ff38974d;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .privacy_text a:hover {
  border-color: #FF3897
}

.abt_us .btn_submit {
  display: inline-block;
  background: #FF3897;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 22px;
  border: 2px solid #FF3897;
  cursor: pointer;
  letter-spacing: .04em;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), outline-offset .2s cubic-bezier(0.0, 0, 0.2, 1), outline-width .2s cubic-bezier(0.0, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.abt_us .btn_submit:hover {
  background: #fff;
  color: #FF3897;
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

.abt_us .btn_submit:focus {
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

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

.abt_us .cimg_frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 22px 1px #0f3f421c
}

.abt_us .cimg_frame img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: contrast(1.06) saturate(0.85) brightness(0.96)
}

.abt_us .cimg_frame.tall img {
  height: 240px
}

@media (max-width: 768px) {
  .abt_us .title_strip .pg_wrap {
    flex-direction: column;
    gap: 16px
  }

  .abt_us .title_img_col {
    flex: 0 0 auto;
    width: 100%
  }

  .abt_us .title_img_frame {
    width: 100%;
    height: 140px
  }

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

  .abt_us .two_col {
    flex-direction: column
  }

  .abt_us .two_col .col_side {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0
  }

  .abt_us .table_narrative {
    flex-direction: column
  }

  .abt_us .table_narrative .narr_part {
    flex: 0 0 auto;
    width: 100%
  }

  .abt_us .contact_band .pg_wrap {
    flex-direction: column;
    gap: 28px
  }

  .abt_us .contact_right {
    flex: 0 0 auto;
    width: 100%
  }

  .abt_us .sec_h2 {
    font-size: 26px
  }
}

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

.ld_pg .pg_bound {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.ld_pg .reveal_up {
  opacity: 0;
  transform: translateY(32px);
  animation: revealUp .56s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.ld_pg .reveal_up.d1 {
  animation-delay: .08s
}

.ld_pg .reveal_up.d2 {
  animation-delay: .18s
}

.ld_pg .reveal_up.d3 {
  animation-delay: .28s
}

.ld_pg .reveal_up.d4 {
  animation-delay: .38s
}

.ld_pg .reveal_up.d5 {
  animation-delay: .48s
}

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

.ld_pg ::selection {
  background: #FF3897;
  color: #fff
}

.ld_pg .title_strip {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px
}

.ld_pg .title_strip .pg_bound {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 28px
}

.ld_pg .title_img_col {
  flex: 0 0 220px;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.ld_pg .title_img_col img {
  width: 220px;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  filter: grayscale(18%)
}

.ld_pg .title_img_col .scanline_ov {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, #0f3f4212 3px, #0f3f4212 4px);
  pointer-events: none
}

.ld_pg .title_geo {
  position: absolute;
  top: 16px;
  right: -18px;
  width: 56px;
  height: 56px;
  border: 2px dashed #ff389747;
  border-radius: 1px;
  pointer-events: none
}

.ld_pg .title_geo2 {
  position: absolute;
  bottom: 28px;
  left: -12px;
  width: 36px;
  height: 36px;
  background: #ff389712;
  border-radius: 1px;
  pointer-events: none
}

.ld_pg .title_text_col {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px
}

.ld_pg .title_eyebrow {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FF3897;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase
}

.ld_pg .title_h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0F3F42;
  margin: 0
}

.ld_pg .title_h1 sup {
  font-size: 14px;
  color: #FF3897;
  font-weight: 600;
  letter-spacing: .04em;
  vertical-align: super;
  margin-left: 4px
}

.ld_pg .title_desc {
  font-size: 20px;
  line-height: 1.6;
  color: #2a4a4d;
  max-width: 580px;
  margin: 0
}

.ld_pg .title_divider {
  width: 48px;
  height: 3px;
  background: #FF3897;
  border-radius: 1px
}

.ld_pg .team_strip {
  background: #FEF1DE;
  padding-top: 56px;
  padding-bottom: 56px
}

.ld_pg .team_strip .pg_bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start
}

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

.ld_pg .team_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: #0F3F42;
  margin: 0
}

.ld_pg .team_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 22px 1px #0f3f421c
}

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

.ld_pg .team_right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 8px
}

.ld_pg .team_body {
  font-size: 20px;
  line-height: 1.6;
  color: #1e3a3d;
  margin: 0
}

.ld_pg .team_stat_row {
  display: flex;
  flex-direction: row;
  gap: 28px
}

.ld_pg .team_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 2px solid #FF3897;
  padding-top: 8px
}

.ld_pg .stat_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #0F3F42;
  letter-spacing: -.03em
}

.ld_pg .stat_lbl {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6a6d;
  letter-spacing: .04em
}

.ld_pg .team_qual_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.ld_pg .team_qual_list li {
  font-size: 14px;
  line-height: 1.6;
  color: #1e3a3d;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px
}

.ld_pg .team_qual_list li .dot_acc {
  flex-shrink: 0;
  margin-top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #FF3897;
  display: inline-block
}

.ld_pg .scope_strip {
  background: #0F3F42;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative
}

.ld_pg .scope_strip .pg_bound {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ld_pg .scope_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: #FEF1DE;
  margin: 0;
  max-width: 600px
}

.ld_pg .scope_intro {
  font-size: 20px;
  line-height: 1.6;
  color: #fef1dec7;
  max-width: 560px;
  margin: 0
}

.ld_pg .scope_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px
}

.ld_pg .scope_card {
  background: #fef1de0f;
  border: 1px solid #fef1de24;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .scope_card:hover {
  background: #fef1de1c;
  border-color: #ff389761
}

.ld_pg .scope_card_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #FF3897;
  text-transform: uppercase;
  line-height: 1.2
}

.ld_pg .scope_card_text {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1ded1;
  margin: 0
}

.ld_pg .scope_deco {
  position: absolute;
  top: 28px;
  right: 56px;
  width: 80px;
  height: 80px;
  border: 1.5px dashed #ff389738;
  border-radius: 1px;
  pointer-events: none
}

.ld_pg .ready_strip {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1.5px dashed #FF3897
}

.ld_pg .ready_strip .pg_bound {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start
}

.ld_pg .ready_left {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld_pg .ready_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: #0F3F42;
  margin: 0
}

.ld_pg .ready_body {
  font-size: 20px;
  line-height: 1.6;
  color: #2a4a4d;
  margin: 0
}

.ld_pg .ready_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 60px 1px #0f3f4221;
  margin-top: 8px
}

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

.ld_pg .ready_right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ld_pg .ready_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #0f3f421a;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .ready_item:hover {
  box-shadow: 0 4px 22px 1px #0f3f421c;
  border-color: #ff38974d
}

.ld_pg .ready_num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #FEF1DE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #FF3897;
  line-height: 1.2
}

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

.ld_pg .ready_item_title {
  font-size: 14px;
  font-weight: 700;
  color: #0F3F42;
  line-height: 1.2;
  letter-spacing: .02em
}

.ld_pg .ready_item_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6a6d;
  margin: 0
}

.ld_pg .pattern_strip {
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 100%), #f5ede0;
  position: relative
}

.ld_pg .pattern_strip .pg_bound {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ld_pg .pattern_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: #0F3F42;
  margin: 0
}

.ld_pg .pattern_intro_sep {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1.5px dashed #0f3f422e;
  padding-bottom: 28px
}

.ld_pg .pattern_intro_text {
  font-size: 20px;
  line-height: 1.6;
  color: #2a4a4d;
  max-width: 600px;
  margin: 0
}

.ld_pg .pattern_detail_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ld_pg .pattern_quote {
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 5px 1px #ff38970f;
  transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.ld_pg .pattern_quote:hover {
  box-shadow: 0 4px 22px 1px #ff38971c
}

.ld_pg .pq_bar {
  width: 32px;
  height: 3px;
  background: #FF3897;
  border-radius: 1px
}

.ld_pg .pq_text {
  font-size: 20px;
  line-height: 1.6;
  color: #1e3a3d;
  margin: 0;
  font-style: italic
}

.ld_pg .pq_attr {
  font-size: 14px;
  color: #4a6a6d;
  line-height: 1.2;
  letter-spacing: .04em
}

.ld_pg .pq_attr strong {
  color: #0F3F42;
  font-weight: 700
}

.ld_pg .outcome_strip {
  background: #0F3F42;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  overflow: hidden
}

.ld_pg .outcome_strip .pg_bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

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

.ld_pg .outcome_h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: #FEF1DE;
  margin: 0
}

.ld_pg .outcome_body {
  font-size: 20px;
  line-height: 1.6;
  color: #fef1dec7;
  margin: 0
}

.ld_pg .outcome_img_wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 60px 1px #ff389721;
  position: relative
}

.ld_pg .outcome_img_wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block
}

.ld_pg .outcome_img_wrap .img_tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #ff38972e 0%, transparent 60%);
  pointer-events: none
}

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

.ld_pg .outcome_list li {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.ld_pg .outcome_icon {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #FF3897;
  margin-top: 8px
}

.ld_pg .outcome_item_text {
  font-size: 20px;
  line-height: 1.6;
  color: #fef1dee0
}

.ld_pg .outcome_big_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #FF3897;
  margin-top: 8px
}

.ld_pg .outcome_big_num span {
  font-size: 20px;
  color: #fef1de8c;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 8px
}

.ld_pg .outcome_mesh {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 22px;
  background: radial-gradient(circle at 30% 40%, #ff389724 0%, #0f3f4200 70%);
  pointer-events: none
}

.ld_pg .prob_strip {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1.5px dashed #FF3897
}

.ld_pg .prob_strip .pg_bound {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center
}

.ld_pg .prob_eyebrow {
  font-size: 14px;
  letter-spacing: .12em;
  color: #FF3897;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  align-self: flex-start
}

.ld_pg .prob_h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.2;
  color: #0F3F42;
  margin: 0;
  align-self: flex-start
}

.ld_pg .prob_body_wrap {
  max-width: 640px;
  align-self: flex-start
}

.ld_pg .prob_body {
  font-size: 20px;
  line-height: 1.6;
  color: #2a4a4d;
  margin: 0
}

.ld_pg .prob_accent_block {
  align-self: stretch;
  border: 1.5px dashed #ff38976b;
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 100%);
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center
}

.ld_pg .prob_accent_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.03em;
  color: #FF3897;
  flex-shrink: 0
}

.ld_pg .prob_accent_text {
  font-size: 20px;
  line-height: 1.6;
  color: #0F3F42;
  margin: 0
}

@media (max-width: 768px) {
  .ld_pg .title_strip .pg_bound {
    flex-direction: column
  }

  .ld_pg .title_img_col {
    flex: 0 0 auto;
    width: 100%
  }

  .ld_pg .title_img_col img {
    width: 100%;
    height: 200px;
    min-height: unset
  }

  .ld_pg .title_h1 {
    font-size: 36px
  }

  .ld_pg .team_strip .pg_bound {
    grid-template-columns: 1fr
  }

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

  .ld_pg .ready_strip .pg_bound {
    flex-direction: column;
    gap: 28px
  }

  .ld_pg .ready_left {
    flex: 0 0 auto;
    width: 100%
  }

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

  .ld_pg .outcome_strip .pg_bound {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .ld_pg .prob_h2 {
    font-size: 36px
  }

  .ld_pg .prob_accent_block {
    flex-direction: column;
    gap: 16px
  }
}

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

.stnb * {
  box-sizing: border-box
}

.stnb ::selection {
  background: #FF3897;
  color: #fff
}

.stnb .pg_frame {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 28px
}

.stnb .stripe_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.stnb .stripe_bg::before {
  content: '';
  position: absolute;
  inset: -100%;
  background: repeating-linear-gradient(143deg, transparent, transparent 48px, #ff38970a 48px, #ff38970a 50px);
  animation: stripe_move 18s linear infinite
}

@keyframes stripe_move {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(100px, 100px)
  }
}

.stnb .geo_pulse {
  position: absolute;
  border: 1px solid #0f3f4212;
  border-radius: 22px;
  pointer-events: none;
  animation: geo_breathe 6s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes geo_breathe {

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

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

.stnb .title_area {
  position: relative;
  padding: 56px 0 28px
}

.stnb .title_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end
}

.stnb .title_text {
  padding-top: 56px
}

.stnb .label_sup {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #FF3897;
  text-transform: uppercase;
  margin-bottom: 16px;
  vertical-align: super
}

.stnb .title_h1 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 16px
}

.stnb .title_sub {
  font-size: 20px;
  line-height: 1.6;
  color: #3a5a5d;
  margin: 0 0 28px;
  max-width: 440px
}

.stnb .act_link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .06em;
  color: #fff;
  background: #FF3897;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), outline-offset .2s cubic-bezier(0.0, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.stnb .act_link:hover {
  box-shadow: 0 4px 22px 1px #ff38971c;
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

.stnb .act_link:focus-visible {
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

.stnb .img_frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 60px 1px #ff389721
}

.stnb .img_frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block
}

.stnb .img_diag {
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #0f3f428c, transparent 60%);
  pointer-events: none
}

.stnb .img_deco_border {
  position: absolute;
  inset: -8px;
  border: 1px solid #ff389733;
  border-radius: 22px;
  pointer-events: none
}

.stnb .wave_div {
  line-height: 0;
  overflow: hidden
}

.stnb .wave_div svg {
  display: block;
  width: 100%
}

.stnb .policy_area {
  position: relative;
  background: linear-gradient(143deg, #FEF1DE, transparent 80%);
  padding: 56px 0
}

.stnb .hex_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .35
}

.stnb .hex_bg svg {
  width: 100%;
  height: 100%
}

.stnb .policy_cols {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 28px;
  align-items: start
}

.stnb .policy_col_wide {
  position: relative;
  z-index: 1
}

.stnb .policy_h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 16px
}

.stnb .policy_body {
  font-size: 14px;
  line-height: 1.6;
  color: #2a4a4d;
  margin: 0 0 16px
}

.stnb .policy_mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  position: relative;
  z-index: 1
}

.stnb .mid_line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #FF3897, transparent)
}

.stnb .mid_dot {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #FF3897;
  transform: rotate(45deg)
}

.stnb .heatmap_wrap {
  position: relative;
  z-index: 1
}

.stnb .heatmap_label {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #0F3F42;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase
}

.stnb .heatmap_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px
}

.stnb .hm_cell {
  aspect-ratio: 1;
  border-radius: 1px;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.stnb .hm_cell:hover {
  transform: scale(1.15)
}

.stnb .hm_0 {
  background: #0f3f420f
}

.stnb .hm_1 {
  background: #ff38972e
}

.stnb .hm_2 {
  background: #ff38975c
}

.stnb .hm_3 {
  background: #ff389794
}

.stnb .hm_4 {
  background: #ff3897d1
}

.stnb .hm_5 {
  background: #FF3897
}

.stnb .hm_legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-top: 8px
}

.stnb .hm_leg_cell {
  width: 14px;
  height: 14px;
  border-radius: 1px
}

.stnb .hm_leg_label {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5a5d;
  margin-left: 4px
}

.stnb .hm_months {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4px
}

.stnb .hm_month {
  font-size: 14px;
  line-height: 1.6;
  color: #3a5a5d;
  letter-spacing: .04em
}

.stnb .wave_div2 {
  line-height: 0;
  overflow: hidden;
  transform: scaleX(-1)
}

.stnb .wave_div2 svg {
  display: block;
  width: 100%
}

.stnb .commit_area {
  position: relative;
  background: #0F3F42;
  padding: 56px 0
}

.stnb .commit_geo {
  position: absolute;
  border: 1px solid #fef1de14;
  border-radius: 22px;
  pointer-events: none;
  animation: geo_breathe 8s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.stnb .commit_h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #FEF1DE;
  font-weight: 800;
  margin: 0 0 28px;
  text-align: left
}

.stnb .commit_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.stnb .commit_narrative {
  position: relative;
  z-index: 1
}

.stnb .commit_p {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1ded1;
  margin: 0 0 16px
}

.stnb .commit_list_col {
  position: relative;
  z-index: 1
}

.stnb .commit_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0
}

.stnb .commit_item {
  background: #fef1de0f;
  border-radius: 8px;
  padding: 16px;
  box-shadow: inset 0 2px 5px 1px #fef1de0a;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.stnb .commit_item:hover {
  background: #fef1de1a
}

.stnb .ci_icon {
  width: 28px;
  height: 28px;
  margin-bottom: 8px
}

.stnb .ci_title {
  font-size: 14px;
  line-height: 1.6;
  color: #FEF1DE;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: .04em
}

.stnb .ci_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #fef1deb3;
  margin: 0
}

.stnb .commit_link {
  display: inline-block;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  background: #FEF1DE;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .04em;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), outline-offset .2s cubic-bezier(0.0, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.stnb .commit_link:hover {
  box-shadow: 0 4px 22px 1px #0f3f421c;
  outline: 2px solid #FEF1DE;
  outline-offset: 4px
}

.stnb .commit_link:focus-visible {
  outline: 2px solid #FEF1DE;
  outline-offset: 4px
}

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

  .stnb .title_text {
    padding-top: 16px
  }

  .stnb .title_h1 {
    font-size: 36px
  }

  .stnb .policy_cols {
    grid-template-columns: 1fr
  }

  .stnb .policy_mid {
    flex-direction: row;
    height: auto
  }

  .stnb .mid_line {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, #FF3897, transparent)
  }

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

  .stnb .commit_items {
    grid-template-columns: 1fr
  }

  .stnb .heatmap_grid {
    grid-template-columns: repeat(7, 1fr)
  }
}

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

.arc_pg .reveal_load {
  animation: clip_reveal .26s cubic-bezier(0.0, 0, 0.2, 1) both
}

@keyframes clip_reveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: .4
  }

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

.arc_pg .pg_bound {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 28px
}

.arc_pg .title_area {
  background: #0F3F42;
  padding: 56px 0;
  position: relative
}

.arc_pg .title_area::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 36' preserveAspectRatio='none'%3E%3Cpath d='M0,36 C180,8 340,28 520,14 C700,0 860,22 1040,10 C1120,5 1170,18 1200,36 Z' fill='%23fff'/%3E%3C/svg%3E") no-repeat bottom center/cover
}

.arc_pg .title_grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px
}

.arc_pg .title_text {
  flex: 1 1 0;
  min-width: 0
}

.arc_pg .title_anchor {
  flex: 0 0 340px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end
}

.arc_pg .title_img_wrap {
  width: 320px;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 60px 1px #ff389721
}

.arc_pg .title_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.45) brightness(0.88);
  transition: filter .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .title_img_wrap:hover img {
  filter: saturate(0.85) brightness(0.92)
}

.arc_pg .color_wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #ff389752, transparent);
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .title_img_wrap:hover .color_wash {
  opacity: 1
}

.arc_pg .shape_tri {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 56px;
  height: 56px;
  pointer-events: none
}

.arc_pg .shape_dot {
  position: absolute;
  bottom: -12px;
  left: -20px;
  width: 28px;
  height: 28px;
  border-radius: 22px;
  background: #FF3897;
  opacity: .22;
  pointer-events: none
}

.arc_pg .dash_accent {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #FF3897;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 1px
}

.arc_pg .pg_label {
  font-size: 14px;
  letter-spacing: .12em;
  color: #fef1deb3;
  line-height: 1.2;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.arc_pg .title_h {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #FEF1DE;
  margin-bottom: 16px
}

.arc_pg .title_h span {
  background: linear-gradient(143deg, #FF3897, #FEF1DE);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.arc_pg .title_desc {
  font-size: 20px;
  line-height: 1.6;
  color: #fef1dec7;
  max-width: 440px
}

.arc_pg .punct_anchor {
  position: absolute;
  top: -28px;
  left: -28px;
  font-size: 120px;
  line-height: 1;
  color: #ff389714;
  font-weight: 900;
  pointer-events: none;
  user-select: none
}

.arc_pg .articles_area {
  padding: 56px 0;
  background: #fff
}

.arc_pg .area_head {
  margin-bottom: 28px
}

.arc_pg .area_h {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #0F3F42
}

.arc_pg .area_sub {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6e71;
  margin-top: 8px;
  letter-spacing: .04em
}

.arc_pg .art_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.arc_pg .art_item {
  background: #fff;
  border-radius: 8px;
  border: 1.5px solid #0f3f421a;
  padding: 28px;
  position: relative;
  box-shadow: 0 2px 5px 1px #0f3f420f;
  transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer
}

.arc_pg .art_item:hover {
  box-shadow: 0 4px 22px 1px #0f3f421c;
  border-color: #ff389747
}

.arc_pg .art_item:active {
  box-shadow: 0 2px 5px 1px #ff38970f
}

.arc_pg .art_cat {
  font-size: 14px;
  letter-spacing: .1em;
  color: #FF3897;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase
}

.arc_pg .art_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #0F3F42;
  margin-bottom: 8px;
  letter-spacing: -.01em
}

.arc_pg .art_body {
  font-size: 14px;
  line-height: 1.6;
  color: #3d5c5f
}

.arc_pg .art_link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #0F3F42;
  text-decoration: none;
  letter-spacing: .04em;
  border-bottom: 1.5px solid #0f3f4233;
  padding-bottom: 2px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .art_link:hover {
  color: #FF3897;
  border-color: #FF3897
}

.arc_pg .art_link svg {
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.arc_pg .art_link:hover svg {
  transform: translateX(4px)
}

.arc_pg .art_num {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 48px;
  font-weight: 900;
  color: #0f3f420a;
  line-height: 1;
  letter-spacing: -.03em;
  pointer-events: none;
  user-select: none
}

.arc_pg .metrics_area {
  background: linear-gradient(143deg, #FEF1DE, #fef1de00);
  padding: 56px 0;
  position: relative
}

.arc_pg .metrics_area::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 28' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C200,22 400,4 600,16 C800,28 1000,6 1200,0 L1200,28 L0,28 Z' fill='%23FEF1DE'/%3E%3C/svg%3E") no-repeat top center/cover;
  pointer-events: none
}

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

.arc_pg .metrics_left {
  flex: 1 1 0;
  min-width: 0
}

.arc_pg .metrics_right {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.arc_pg .metrics_h {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #0F3F42;
  letter-spacing: -.02em;
  margin-bottom: 16px
}

.arc_pg .metrics_body {
  font-size: 14px;
  line-height: 1.6;
  color: #3d5c5f;
  max-width: 480px;
  margin-bottom: 28px
}

.arc_pg .stat_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-bottom: 28px
}

.arc_pg .stat_box {
  flex: 1 1 0;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 5px 1px #0f3f420f;
  border: 1.5px solid #0f3f4212
}

.arc_pg .stat_val {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #FF3897;
  letter-spacing: -.03em
}

.arc_pg .stat_label {
  font-size: 14px;
  line-height: 1.6;
  color: #4a6e71;
  margin-top: 4px
}

.arc_pg .tag_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.arc_pg .tag_item {
  background: #fff;
  border: 1.5px solid #0f3f421f;
  border-radius: 22px;
  padding: 4px 16px;
  font-size: 14px;
  color: #0F3F42;
  line-height: 1.6;
  letter-spacing: .04em;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default
}

.arc_pg .tag_item:hover {
  background: #FF3897;
  border-color: #FF3897;
  color: #fff
}

.arc_pg .side_card {
  background: #0F3F42;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 22px 1px #0f3f421c
}

.arc_pg .side_card_label {
  font-size: 14px;
  letter-spacing: .08em;
  color: #fef1de99;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase
}

.arc_pg .side_card_val {
  font-size: 26px;
  font-weight: 800;
  color: #FEF1DE;
  line-height: 1.2;
  letter-spacing: -.01em
}

.arc_pg .side_card_note {
  font-size: 14px;
  color: #fef1de8c;
  line-height: 1.6;
  margin-top: 8px
}

.arc_pg .side_card.pink {
  background: #FF3897
}

.arc_pg .side_card.pink .side_card_label {
  color: #ffffffa6
}

.arc_pg .side_card.pink .side_card_val {
  color: #fff
}

.arc_pg .side_card.pink .side_card_note {
  color: #ffffffa6
}

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

  .arc_pg .title_anchor {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center
  }

  .arc_pg .title_img_wrap {
    width: 100%;
    height: 180px
  }

  .arc_pg .art_list {
    grid-template-columns: 1fr
  }

  .arc_pg .metrics_grid {
    flex-direction: column
  }

  .arc_pg .metrics_right {
    flex: 0 0 auto;
    width: 100%
  }

  .arc_pg .stat_row {
    flex-direction: column;
    gap: 16px
  }

  .arc_pg .title_h {
    font-size: 36px
  }
}

.cont_us {
  background: #fff;
  overflow-x: clip;
  position: relative
}

.cont_us .split_bg {
  position: relative;
  padding: 56px 0;
  background: #fff
}

.cont_us .split_bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 60%);
  pointer-events: none
}

.cont_us .split_bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #0F3F42;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
  z-index: 0
}

.cont_us .split_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

.cont_us .addr_col {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 28px
}

.cont_us .addr_label {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .12em;
  color: #FF3897;
  text-transform: uppercase;
  font-weight: 700
}

.cont_us .addr_heading {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0
}

.cont_us .addr_sub {
  font-size: 20px;
  line-height: 1.6;
  color: #0F3F42;
  opacity: .72;
  margin: 0
}

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

.cont_us .divider_double span {
  display: block;
  height: 1px;
  background: #FF3897;
  opacity: .35;
  width: 56px
}

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

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

.cont_us .addr_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #FF3897;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 22px 1px #ff38971c
}

.cont_us .addr_icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

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

.cont_us .addr_text_label {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  opacity: .55;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.cont_us .addr_text_val {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500
}

.cont_us .addr_text_val a {
  color: #FEF1DE;
  text-decoration: none;
  border-bottom: 1px solid #fef1de4d;
  transition: border-color .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont_us .addr_text_val a:hover {
  color: #FF3897;
  border-color: #FF3897
}

.cont_us .faded_num {
  position: absolute;
  right: 28px;
  bottom: -16px;
  font-size: 160px;
  line-height: 1.2;
  font-weight: 900;
  color: #FEF1DE;
  opacity: .18;
  letter-spacing: -.06em;
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.cont_us .form_col {
  flex: 1 1 auto;
  min-width: 0
}

.cont_us .form_card {
  background: #fff;
  border-radius: 22px;
  padding: 56px;
  box-shadow: 0 8px 60px 1px #ff389721;
  position: relative;
  overflow: hidden
}

.cont_us .form_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF3897, #0F3F42);
  border-radius: 22px 22px 0 0
}

.cont_us .form_card_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(143deg, #FEF1DE, transparent);
  border-radius: 0 0 22px 22px;
  pointer-events: none
}

.cont_us .form_heading {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #0F3F42;
  font-weight: 800;
  margin: 0 0 8px
}

.cont_us .form_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  opacity: .6;
  margin: 0 0 28px
}

.cont_us .form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

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

.cont_us .form_field.full {
  grid-column: 1 / -1
}

.cont_us .field_lbl {
  font-size: 14px;
  line-height: 1.2;
  color: #0F3F42;
  font-weight: 600;
  letter-spacing: .04em
}

.cont_us .field_lbl .req {
  color: #FF3897;
  margin-left: 4px
}

.cont_us .f_input,
.cont_us .f_select {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  background: #FEF1DE;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  transition: border-color .25s cubic-bezier(0.0, 0, 0.2, 1), background .25s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  appearance: none;
  -webkit-appearance: none
}

.cont_us .f_input::placeholder {
  color: #0f3f4261
}

.cont_us .f_input:focus,
.cont_us .f_select:focus {
  border-color: #FF3897;
  background: #fff;
  box-shadow: 0 4px 22px 1px #ff38971c
}

.cont_us .select_wrap {
  position: relative
}

.cont_us .select_wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: #0F3F42;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  opacity: .5
}

.cont_us .f_select {
  cursor: pointer;
  padding-right: 40px
}

.cont_us .f_select option {
  background: #fff;
  color: #0F3F42
}

.cont_us .privacy_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  margin-top: 8px
}

.cont_us .privacy_check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #FF3897;
  cursor: pointer
}

.cont_us .privacy_text {
  font-size: 14px;
  line-height: 1.6;
  color: #0F3F42;
  opacity: .7
}

.cont_us .privacy_text a {
  color: #FF3897;
  text-decoration: none;
  border-bottom: 1px solid #ff38974d;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont_us .privacy_text a:hover {
  border-color: #FF3897
}

.cont_us .submit_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 56px;
  background: #FF3897;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 2px solid #FF3897;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 22px 1px #ff38971c;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), outline-offset .2s cubic-bezier(0.4, 0, 0.2, 1), outline-width .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0;
  margin-top: 8px
}

.cont_us .submit_btn:hover {
  background: #fff;
  color: #FF3897;
  outline: 2px solid #FF3897;
  outline-offset: 4px;
  box-shadow: 0 8px 60px 1px #ff389721
}

.cont_us .submit_btn:focus-visible {
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

.cont_us .submit_btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cont_us .info_strip {
  background: #0F3F42;
  position: relative;
  padding: 56px 0;
  overflow: hidden
}

.cont_us .info_strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(143deg, #fef1de12 0%, transparent 55%);
  pointer-events: none
}

.cont_us .strip_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  position: relative;
  z-index: 1
}

.cont_us .strip_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid #fef1de1f;
  background: #fef1de0a;
  transition: background .25s cubic-bezier(0.0, 0, 0.2, 1), backdrop-filter .25s cubic-bezier(0.0, 0, 0.2, 1), -webkit-backdrop-filter .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.cont_us .strip_item:hover {
  background: #fef1de17;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.cont_us .strip_item_icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px
}

.cont_us .strip_item_icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #FF3897;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.cont_us .strip_item_label {
  font-size: 14px;
  line-height: 1.2;
  color: #FEF1DE;
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600
}

.cont_us .strip_item_val {
  font-size: 20px;
  line-height: 1.6;
  color: #FEF1DE;
  font-weight: 700
}

.cont_us .strip_item_desc {
  font-size: 14px;
  line-height: 1.6;
  color: #FEF1DE;
  opacity: .55
}

.cont_us .curl_deco {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 80px;
  height: 80px;
  opacity: .07;
  pointer-events: none
}

.cont_us .strip_divider {
  max-width: 1024px;
  margin: 0 auto 28px;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.cont_us .strip_divider span {
  display: block;
  height: 1px;
  background: #fef1de40
}

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

  .cont_us .addr_col {
    flex: none;
    width: 100%
  }

  .cont_us .split_bg::after {
    display: none
  }

  .cont_us .addr_text_label,
  .cont_us .addr_text_val {
    color: #0F3F42
  }

  .cont_us .addr_text_val a {
    color: #0F3F42
  }

  .cont_us .addr_label {
    color: #FF3897
  }

  .cont_us .strip_inner {
    grid-template-columns: 1fr
  }

  .cont_us .form_grid {
    grid-template-columns: 1fr
  }

  .cont_us .form_field.full {
    grid-column: 1
  }

  .cont_us .form_card {
    padding: 28px
  }

  .cont_us .addr_heading {
    font-size: 36px
  }
}

.success_page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 16px;
  background: linear-gradient(143deg, #FEF1DE 0%, transparent 100%)
}

.success_page .success_card {
  max-width: 1024px;
  width: 100%;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 60px 1px #ff389721;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px
}

.success_page .icon_wrap {
  width: 64px;
  height: 64px;
  border-radius: 22px;
  background: #FEF1DE;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px 1px #ff38970f
}

.success_page .icon_wrap svg {
  display: block
}

.success_page .success_heading {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0F3F42;
  font-weight: 700;
  margin: 0
}

.success_page .success_heading span {
  background: linear-gradient(143deg, #FF3897, #0F3F42);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.success_page .success_body {
  font-size: 20px;
  line-height: 1.6;
  color: #0F3F42;
  margin: 0;
  max-width: 560px
}

.success_page .divider_line {
  width: 100%;
  height: 1px;
  background: linear-gradient(143deg, #FF3897 0%, #FEF1DE 100%);
  border-radius: 1px
}

.success_page .meta_row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center
}

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

.success_page .meta_label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .06em;
  color: #FF3897;
  font-weight: 600;
  text-transform: uppercase
}

.success_page .meta_value {
  font-size: 20px;
  line-height: 1.2;
  color: #0F3F42;
  font-weight: 500
}

.success_page .action_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.success_page .btn_primary {
  display: inline-block;
  padding: 16px 28px;
  background: #FF3897;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #FF3897;
  cursor: pointer;
  transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  box-shadow: 0 4px 22px 1px #ff38971c
}

.success_page .btn_primary:hover {
  background: #e0006e;
  border-color: #e0006e;
  box-shadow: 0 8px 60px 1px #ff389721
}

.success_page .btn_primary:focus {
  outline: 2px solid #FF3897;
  outline-offset: 4px
}

.success_page .btn_secondary {
  display: inline-block;
  padding: 16px 28px;
  background: transparent;
  color: #0F3F42;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #0F3F42;
  cursor: pointer;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1), outline-width .25s cubic-bezier(0.0, 0, 0.2, 1);
  outline: 2px solid transparent;
  outline-offset: 0
}

.success_page .btn_secondary:hover {
  border-color: #FF3897;
  color: #FF3897;
  outline: 2px solid #ff38972e;
  outline-offset: 3px
}

.success_page .btn_secondary:focus {
  outline: 2px solid #0F3F42;
  outline-offset: 4px
}

.success_page .note_text {
  font-size: 14px;
  line-height: 1.6;
  color: #5a7a7c;
  margin: 0;
  letter-spacing: .02em
}

.success_page .note_text a {
  color: #FF3897;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.success_page .note_text a:hover {
  color: #0F3F42
}

@media (max-width: 640px) {
  .success_page .success_card {
    padding: 28px 16px;
    gap: 16px
  }

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

  .success_page .success_body {
    font-size: 20px
  }

  .success_page .meta_row {
    gap: 16px
  }

  .success_page .action_row {
    flex-direction: column;
    gap: 8px
  }
}