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

html {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif
}

.hd_frame {
  background: linear-gradient(135deg, #0a0a0c 0%, #1a0e12 100%);
  padding: 20px 40px;
  position: relative;
  border-bottom: 1px solid #5d0f1e4d;
  box-shadow: 0 6px 14px 0 #5d0f1e1c
}

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

.brand_cluster {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 12px;
  border: 2px dashed #00f9c466;
  border-radius: 6px;
  background: #0000004d;
  box-shadow: 0 3px 5px 0 #5d0f1e0d inset 0 1px 3px #00f9c41a
}

.logo_holder {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center
}

.logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .35s ease-out
}

.logo_img[src] {
  opacity: 1
}

.brand_txt {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .02em
}

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

.nav_link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #e8e8e8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 28px;
  background: #ffffff08;
  border: 1px solid #00f9c426;
  transition: background .25s ease-out, color .22s ease-out, border-color .28s ease-out, box-shadow .3s ease-out;
  position: relative;
  box-shadow: 0 3px 5px 0 #5d0f1e0d
}

.nav_link:hover {
  background: #00f9c414;
  color: #00F9C4;
  border-color: #00f9c466;
  box-shadow: 0 6px 14px 0 #00f9c41c
}

.nav_link:focus {
  background: #00f9c41f;
  outline: none
}

.nav_link .mdi {
  font-size: 20px
}

.nav_parent {
  position: relative
}

.nav_parent:hover .sub_tray,
.nav_parent:focus-within .sub_tray {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.sub_tray {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 280px;
  background: #0f0a0c;
  border: 1px solid #00f9c433;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 12px 44px 0 #5d0f1e1c;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .28s ease-out, visibility .28s ease-out, transform .32s ease-out;
  z-index: 100
}

.sub_link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #d8d8d8;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
  transition: background .2s ease-out, color .18s ease-out
}

.sub_link:hover {
  background: #00f9c41a;
  color: #00F9C4
}

.sub_link:focus {
  background: #00f9c426;
  outline: none
}

.sub_link .mdi {
  font-size: 18px
}

.ft_shell {
  background: linear-gradient(135deg, #0d0709 0%, #1a0e12 100%);
  padding: 80px 40px 40px;
  border-top: 1px solid #5d0f1e4d;
  color: #c8c8c8
}

.ft_inner {
  max-width: 1170px;
  margin: 0 auto
}

.ft_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 80px
}

.ft_col_head {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4
}

.ft_contact_row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.7
}

.ft_contact_row .mdi {
  font-size: 20px;
  color: #00F9C4
}

.ft_contact_link {
  color: #00F9C4;
  text-decoration: none;
  transition: color .2s ease-out
}

.ft_contact_link:hover {
  color: #FF1844
}

.ft_contact_link:focus {
  background: #00f9c41a;
  outline: none
}

.ft_nav_list {
  list-style: none;
  padding: 0;
  margin: 0
}

.ft_nav_item {
  margin-bottom: 12px
}

.ft_nav_link {
  color: #c8c8c8;
  text-decoration: none;
  font-size: 16px;
  transition: color .22s ease-out;
  display: inline-block
}

.ft_nav_link:hover {
  color: #00F9C4
}

.ft_nav_link:focus {
  background: #00f9c41a;
  outline: none
}

.ft_logo_pod {
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

.ft_logo_frame {
  padding: 12px;
  border: 2px dashed #00f9c44d;
  border-radius: 6px;
  background: #0000004d;
  box-shadow: 0 6px 14px 0 #5d0f1e1c
}

.ft_logo_holder {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center
}

.ft_logo_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .4s ease-out
}

.ft_logo_img[src] {
  opacity: 1
}

.ft_copy_bar {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #5d0f1e33;
  font-size: 16px;
  color: #a8a8a8;
  line-height: 1.7
}

@media (max-width: 768px) {
  .hd_frame {
    padding: 20px
  }

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

  .brand_cluster {
    justify-content: center
  }

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

  .nav_link {
    width: 100%;
    justify-content: center
  }

  .sub_tray {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-out, opacity .3s ease-out, visibility .3s ease-out;
    transform: none;
    margin-top: 0
  }

  .nav_parent:hover .sub_tray,
  .nav_parent:focus-within .sub_tray {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    margin-top: 8px
  }

  .ft_shell {
    padding: 40px 20px 20px
  }

  .ft_grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px
  }
}

@media (max-width: 375px) {
  .brand_txt {
    font-size: 24px
  }

  .logo_holder,
  .ft_logo_holder {
    width: 60px;
    height: 60px
  }

  .nav_link,
  .sub_link,
  .ft_nav_link,
  .ft_contact_row {
    font-size: 16px
  }

  .ft_col_head {
    font-size: 24px
  }
}

@media (min-width: 1366px) {
  .hd_frame {
    padding: 40px 80px
  }

  .ft_shell {
    padding: 80px 80px 40px
  }
}

.terms-block {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 20px;
  background: #0d0d0d;
  color: #e8e8e8
}

.terms-block h1 {
  font-size: 62px;
  line-height: 1.1;
  margin: 0 0 40px;
  color: #fff
}

.terms-block h2 {
  font-size: 32px;
  line-height: 1.4;
  margin: 80px 0 20px;
  color: #fff
}

.terms-block h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 20px;
  color: #f5f5f5
}

.terms-block h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 12px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: .08em
}

.policy_content h5 {
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 12px;
  color: #e8e8e8
}

.policy_content h6 {
  font-size: 16px;
  line-height: 1.4;
  margin: 40px 0 12px;
  color: #d0d0d0
}

.terms-block p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: #d8d8d8
}

.terms-block ul,
.terms-block ol {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  padding-left: 40px;
  color: #d8d8d8
}

.terms-block li {
  margin: 0 0 8px
}

.terms-block li:last-child {
  margin-bottom: 0
}

.terms-block strong,
.terms-block b {
  color: #fff;
  font-weight: 600
}

.terms-block em,
.terms-block i {
  font-style: italic;
  color: #e8e8e8
}

.terms-block a {
  color: #00F9C4;
  text-decoration: none;
  border-bottom: 1px solid #00f9c44d;
  transition: border-color .22s ease-out, color .22s ease-out
}

.terms-block a:hover {
  color: #fff;
  border-bottom-color: #00F9C4
}

.terms-block hr {
  border: none;
  height: 1px;
  background: #5d0f1e33;
  margin: 40px 0
}

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

  .terms-block h1 {
    font-size: 32px;
    margin-bottom: 20px
  }

  .terms-block h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .terms-block h3 {
    font-size: 16px;
    margin-top: 20px
  }

  .terms-block ul,
  .terms-block ol {
    padding-left: 20px
  }
}

@media (max-width: 375px) {
  .terms-block {
    padding: 40px 12px
  }

  .terms-block ul,
  .terms-block ol {
    padding-left: 20px
  }
}

.srv_pg {
  background: #0a0a0b;
  color: #e8e8e9;
  min-height: 100vh
}

.srv_pg .bnr_top {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden
}

.srv_pg .bnr_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #5d0f1e05 1px, transparent 1px), linear-gradient(90deg, #5d0f1e05 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 1
}

.srv_pg .bnr_img_wrap {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 40px;
  z-index: 2
}

.srv_pg .bnr_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  opacity: 0;
  animation: img_fade_in .35s ease-out .2s forwards;
  position: relative
}

.srv_pg .bnr_img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, #00f9c408 0px, transparent 2px, transparent 4px);
  pointer-events: none;
  border-radius: 6px
}

@keyframes img_fade_in {
  to {
    opacity: 1
  }
}

.srv_pg .bnr_txt_zone {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 920px;
  margin: 0 auto
}

.srv_pg .bnr_hd_main {
  font-size: 72px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 700;
  color: #fff
}

.srv_pg .bnr_hd_sub {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: 400;
  color: #00F9C4
}

.srv_pg .bnr_hd_tert {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  color: #c4c4c6
}

@media (max-width: 1366px) {
  .srv_pg .bnr_hd_main {
    font-size: 62px
  }

  .srv_pg .bnr_hd_sub {
    font-size: 24px
  }
}

@media (max-width: 768px) {
  .srv_pg .bnr_top {
    padding: 40px 12px
  }

  .srv_pg .bnr_hd_main {
    font-size: 32px
  }

  .srv_pg .bnr_hd_sub {
    font-size: 24px
  }

  .srv_pg .bnr_hd_tert {
    font-size: 16px
  }
}

@media (max-width: 375px) {
  .srv_pg .bnr_hd_main {
    font-size: 24px
  }

  .srv_pg .bnr_hd_sub {
    font-size: 16px
  }
}

.srv_pg .dvd_ln {
  max-width: 1170px;
  margin: 80px auto;
  padding: 0 20px;
  position: relative;
  text-align: center
}

.srv_pg .dvd_ln::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #5d0f1e4d 20%, #5d0f1e4d 80%, transparent 100%)
}

.srv_pg .dvd_txt {
  display: inline-block;
  background: #0a0a0b;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.4;
  color: #00F9C4;
  text-transform: uppercase;
  letter-spacing: .15em
}

@media (max-width: 768px) {
  .srv_pg .dvd_ln {
    margin: 40px auto
  }
}

.srv_pg .svc_grid_sec {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(53deg, #00F9C4 0%, transparent 100%);
  background-clip: padding-box;
  position: relative
}

.srv_pg .svc_grid_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #0d0d0e 0%, #111113 100%);
  z-index: 0;
  opacity: .97
}

.srv_pg .svc_grid_sec>* {
  position: relative;
  z-index: 1
}

.srv_pg .svc_grid_hd {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 80px;
  text-align: center;
  color: #fff
}

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

.srv_pg .svc_card {
  background: #16161a;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 3px 5px 0 #5d0f1e0d inset 0 1px 0 0 #ffffff08;
  transition: transform .28s ease-out, box-shadow .28s ease-out;
  position: relative;
  overflow: hidden
}

.srv_pg .svc_card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(53deg, #00F9C4 0%, transparent 100%);
  transition: height .32s ease-out
}

.srv_pg .svc_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 44px 0 #5d0f1e1c inset 0 1px 0 0 #ffffff0d
}

.srv_pg .svc_card:hover::before {
  height: 4px
}

.srv_pg .svc_num_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.srv_pg .svc_num {
  width: 48px;
  height: 48px;
  border-radius: 28px;
  background: linear-gradient(53deg, #5D0F1E 0%, #7a1428 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #00F9C4;
  flex-shrink: 0
}

.srv_pg .svc_card_hd {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff
}

.srv_pg .svc_card_txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #c4c4c6
}

@media (max-width: 1366px) {
  .srv_pg .svc_grid_hd {
    font-size: 32px;
    margin-bottom: 40px
  }

  .srv_pg .svc_grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .srv_pg .svc_grid_sec {
    padding: 40px 12px
  }

  .srv_pg .svc_grid {
    grid-template-columns: 1fr
  }

  .srv_pg .svc_card {
    padding: 20px
  }
}

.srv_pg .feat_dual_sec {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative
}

.srv_pg .geo_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  pointer-events: none;
  z-index: 0
}

.srv_pg .geo_shape {
  position: absolute;
  border: 2px solid #00f9c426;
  border-radius: 3px;
  animation: geo_pulse 4.2s ease-in-out infinite
}

.srv_pg .geo_shape:nth-child(1) {
  top: 20%;
  left: 10%;
  width: 120px;
  height: 120px;
  animation-delay: 0s
}

.srv_pg .geo_shape:nth-child(2) {
  top: 60%;
  right: 15%;
  width: 80px;
  height: 80px;
  animation-delay: 1.4s
}

.srv_pg .geo_shape:nth-child(3) {
  bottom: 15%;
  left: 25%;
  width: 100px;
  height: 100px;
  animation-delay: 2.8s
}

@keyframes geo_pulse {

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

  50% {
    opacity: .35;
    transform: scale(1.08)
  }
}

.srv_pg .feat_dual_sec> :not(.geo_bg) {
  position: relative;
  z-index: 1
}

.srv_pg .feat_dual_hd {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 80px;
  text-align: center;
  color: #fff
}

.srv_pg .feat_dual_grid {
  display: grid;
  grid-template-columns: 1fr 4px 1fr;
  gap: 40px;
  align-items: start
}

.srv_pg .feat_divider {
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, #FF1844 20%, #FF1844 80%, transparent 100%);
  border-radius: 3px;
  position: relative;
  align-self: stretch
}

.srv_pg .feat_col_left,
.srv_pg .feat_col_right {
  background: #0f0f11;
  border-radius: 6px;
  padding: 40px;
  box-shadow: inset 0 2px 8px 0 #0006 0 3px 5px 0 #5d0f1e0d
}

.srv_pg .feat_col_hd {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  color: #00F9C4
}

.srv_pg .feat_col_txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: #c4c4c6
}

.srv_pg .feat_col_txt:last-child {
  margin-bottom: 0
}

.srv_pg .prog_bar_wrap {
  margin-top: 40px
}

.srv_pg .prog_bar_lbl {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 700
}

.srv_pg .prog_bar_track {
  display: flex;
  gap: 4px;
  height: 12px
}

.srv_pg .prog_seg {
  flex: 1;
  background: #1a1a1e;
  border-radius: 3px;
  position: relative;
  overflow: hidden
}

.srv_pg .prog_seg.filled::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(53deg, #5D0F1E 0%, #00F9C4 100%);
  animation: seg_fill .42s ease-out forwards;
  transform-origin: left center
}

.srv_pg .prog_seg:nth-child(1).filled::before {
  animation-delay: .1s
}

.srv_pg .prog_seg:nth-child(2).filled::before {
  animation-delay: .2s
}

.srv_pg .prog_seg:nth-child(3).filled::before {
  animation-delay: .3s
}

.srv_pg .prog_seg:nth-child(4).filled::before {
  animation-delay: .4s
}

.srv_pg .prog_seg:nth-child(5).filled::before {
  animation-delay: .5s
}

@keyframes seg_fill {
  from {
    transform: scaleX(0)
  }

  to {
    transform: scaleX(1)
  }
}

@media (max-width: 1366px) {
  .srv_pg .feat_dual_hd {
    font-size: 32px;
    margin-bottom: 40px
  }

  .srv_pg .feat_dual_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .srv_pg .feat_divider {
    display: none
  }
}

@media (max-width: 768px) {
  .srv_pg .feat_dual_sec {
    padding: 40px 12px
  }

  .srv_pg .feat_col_left,
  .srv_pg .feat_col_right {
    padding: 20px
  }

  .srv_pg .feat_col_hd {
    font-size: 24px
  }

  .srv_pg .geo_bg {
    width: 280px;
    height: 280px
  }
}

.srv_pg .proc_sec {
  max-width: 1170px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0a0b 0%, #0f0f11 50%, #0a0a0b 100%);
  position: relative
}

.srv_pg .proc_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, #00f9c414 0%, transparent 40%), radial-gradient(circle at 80% 70%, #ff184414 0%, transparent 40%);
  pointer-events: none;
  animation: bg_flicker 6s ease-in-out infinite;
  z-index: 0
}

@keyframes bg_flicker {

  0%,
  100% {
    opacity: .4
  }

  25% {
    opacity: .7
  }

  50% {
    opacity: .5
  }

  75% {
    opacity: .8
  }
}

.srv_pg .proc_sec> :not(.proc_sec::before) {
  position: relative;
  z-index: 1
}

.srv_pg .proc_hd {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 80px;
  text-align: center;
  color: #fff
}

.srv_pg .proc_intro_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 80px
}

.srv_pg .proc_intro_left {
  font-size: 24px;
  line-height: 1.4;
  color: #00F9C4;
  font-weight: 700
}

.srv_pg .proc_intro_right {
  font-size: 16px;
  line-height: 1.7;
  color: #c4c4c6
}

.srv_pg .proc_steps_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.srv_pg .proc_step {
  background: #16161a;
  border-radius: 6px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .25s ease-out
}

.srv_pg .proc_step::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 4px;
  height: 100%;
  background: linear-gradient(53deg, #00F9C4 0%, transparent 100%);
  transition: left .38s ease-out
}

.srv_pg .proc_step:hover {
  transform: translateY(-8px)
}

.srv_pg .proc_step:hover::before {
  left: 0
}

.srv_pg .proc_step_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(53deg, #5D0F1E 0%, #7a1428 100%);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #00F9C4;
  margin: 0 auto 20px
}

.srv_pg .proc_step_hd {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff
}

.srv_pg .proc_step_txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #c4c4c6
}

.srv_pg .proc_img_wrap {
  margin-top: 80px;
  text-align: center
}

.srv_pg .proc_img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 14px 0 #5d0f1e1c inset 0 -2px 6px 0 #0000004d;
  opacity: 0;
  animation: img_fade_in .35s ease-out .4s forwards
}

@media (max-width: 1366px) {
  .srv_pg .proc_hd {
    font-size: 32px;
    margin-bottom: 40px
  }

  .srv_pg .proc_intro_grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px
  }

  .srv_pg .proc_steps_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .srv_pg .proc_img_wrap {
    margin-top: 40px
  }
}

@media (max-width: 768px) {
  .srv_pg .proc_sec {
    padding: 40px 12px
  }

  .srv_pg .proc_steps_grid {
    grid-template-columns: 1fr
  }

  .srv_pg .proc_step {
    padding: 20px
  }

  .srv_pg .proc_intro_left {
    font-size: 16px
  }
}

.srv_pg ::selection {
  background: #5d0f1e40;
  color: #fff
}

.srv_pg input::placeholder,
.srv_pg textarea::placeholder {
  transition: opacity .22s ease-out
}

.srv_pg input:focus::placeholder,
.srv_pg textarea:focus::placeholder {
  opacity: 0
}

.abt_pg {
  background: #0a0a0b;
  color: #e8e8ea;
  overflow-x: clip
}

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

.abt_pg img {
  display: block;
  max-width: 100%;
  height: auto
}

.abt_pg .lmt_wdth {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.abt_pg .intro_bnr {
  position: relative;
  background: linear-gradient(53deg, #5D0F1E 0%, #5d0f1ed9 45%, #0a0a0beb 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #00f9c414
}

.abt_pg .intro_bnr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff184426
}

.abt_pg .intro_bnr .lmt_wdth {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px
}

.abt_pg .intro_bnr .img_crd {
  flex: 0 0 auto;
  width: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 12px 44px 0 #5d0f1e1c
}

.abt_pg .intro_bnr .img_crd img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: sepia(0.15) saturate(0.85) hue-rotate(-5deg);
  transition: transform .38s ease-out, filter .38s ease-out
}

.abt_pg .intro_bnr .img_crd:hover img {
  transform: scale(1.08);
  filter: sepia(0.1) saturate(0.95) hue-rotate(-2deg)
}

.abt_pg .intro_bnr .txt_zn {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt_pg .intro_bnr .lbl_ovr {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00F9C4;
  opacity: .92
}

.abt_pg .intro_bnr .mn_hdng {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.abt_pg .intro_bnr .dsc_txt {
  font-size: 24px;
  line-height: 1.4;
  color: #e8e8eae0;
  margin: 0
}

.abt_pg .intro_bnr .dsc_txt::selection {
  background: #5d0f1e40;
  color: #fff
}

.abt_pg .dtl_nrtv {
  position: relative;
  background: #0f0f11;
  padding-top: 80px;
  padding-bottom: 80px
}

.abt_pg .dtl_nrtv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #00f9c440 50%, transparent 100%)
}

.abt_pg .dtl_nrtv::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #ff184426 50%, transparent 100%)
}

.abt_pg .dtl_nrtv .lmt_wdth {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 80px;
  align-items: start
}

.abt_pg .dtl_nrtv .mn_cntnt {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.abt_pg .dtl_nrtv .sctn_hdng {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.abt_pg .dtl_nrtv .txt_blk {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.abt_pg .dtl_nrtv .prgrph {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8ead9;
  margin: 0
}

.abt_pg .dtl_nrtv .prgrph::selection {
  background: #5d0f1e38;
  color: #fff
}

.abt_pg .dtl_nrtv .sd_pnl {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 40px
}

.abt_pg .dtl_nrtv .mtrc_crd {
  background: linear-gradient(53deg, #5d0f1e14 0%, #00f9c408 100%);
  border: 1px solid #00f9c41f;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d;
  transition: transform .28s ease-out, box-shadow .28s ease-out, border-color .28s ease-out
}

.abt_pg .dtl_nrtv .mtrc_crd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00F9C4 0%, #00f9c426 100%);
  opacity: .6;
  transition: opacity .28s ease-out
}

.abt_pg .dtl_nrtv .mtrc_crd:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 44px 0 #00f9c41c;
  border-color: #00f9c438
}

.abt_pg .dtl_nrtv .mtrc_crd:hover::before {
  opacity: 1
}

.abt_pg .dtl_nrtv .mtrc_hdng {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px
}

.abt_pg .dtl_nrtv .mtrc_val {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #00F9C4;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px
}

.abt_pg .dtl_nrtv .mtrc_val .rng_accnt {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.abt_pg .dtl_nrtv .mtrc_val .rng_accnt svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg)
}

.abt_pg .dtl_nrtv .mtrc_val .rng_accnt circle {
  fill: none;
  stroke-width: 2
}

.abt_pg .dtl_nrtv .mtrc_val .rng_accnt .rng_bg {
  stroke: #00f9c41a
}

.abt_pg .dtl_nrtv .mtrc_val .rng_accnt .rng_fll {
  stroke: #00F9C4;
  stroke-dasharray: 201;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 1.2s ease-out
}

.abt_pg .dtl_nrtv .mtrc_crd:hover .rng_fll {
  stroke-dashoffset: 30
}

.abt_pg .dtl_nrtv .mtrc_dsc {
  font-size: 16px;
  line-height: 1.4;
  color: #e8e8eabf;
  margin: 0
}

.abt_pg .dtl_nrtv .img_grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px
}

.abt_pg .dtl_nrtv .img_wrp {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 6px 14px 0 #5d0f1e1c;
  background: #000
}

.abt_pg .dtl_nrtv .img_wrp img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .42s ease-out, opacity .42s ease-out;
  opacity: .92
}

.abt_pg .dtl_nrtv .img_wrp:hover img {
  transform: scale(1.12);
  opacity: 1
}

.abt_pg .dtl_nrtv .img_wrp::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53deg, #5d0f1e26 0%, transparent 60%);
  pointer-events: none;
  transition: opacity .42s ease-out
}

.abt_pg .dtl_nrtv .img_wrp:hover::after {
  opacity: .5
}

.abt_pg .dtl_nrtv .tm_grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px
}

.abt_pg .dtl_nrtv .tm_crd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #00f9c405;
  border-radius: 6px;
  border: 1px solid #00f9c414;
  transition: background .25s ease-out, border-color .25s ease-out;
  position: relative
}

.abt_pg .dtl_nrtv .tm_crd::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #00F9C4 50%, transparent 100%);
  opacity: 0;
  transition: opacity .25s ease-out
}

.abt_pg .dtl_nrtv .tm_crd:hover {
  background: #00f9c40a;
  border-color: #00f9c426
}

.abt_pg .dtl_nrtv .tm_crd:hover::before {
  opacity: .6
}

.abt_pg .dtl_nrtv .tm_nm {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.abt_pg .dtl_nrtv .tm_rl {
  font-size: 16px;
  line-height: 1.4;
  color: #00F9C4;
  margin: 0
}

.abt_pg .dtl_nrtv .tm_bio {
  font-size: 16px;
  line-height: 1.4;
  color: #e8e8eabf;
  margin: 0
}

.abt_pg .dtl_nrtv .cnct_ln {
  position: relative;
  margin-top: 40px;
  padding-top: 40px
}

.abt_pg .dtl_nrtv .cnct_ln::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #00F9C4 0px, #00F9C4 8px, transparent 8px, transparent 16px);
  opacity: .5
}

.abt_pg .dtl_nrtv .cnct_ln::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 70px;
  width: 2px;
  height: 20px;
  background: repeating-linear-gradient(180deg, #00F9C4 0px, #00F9C4 4px, transparent 4px, transparent 8px);
  opacity: .5
}

.abt_pg .dtl_nrtv .cnct_txt {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8ead9;
  margin: 0
}

.abt_pg .dtl_nrtv .cnct_lnk {
  color: #00F9C4;
  text-decoration: none;
  border-bottom: 1px solid #00f9c44d;
  transition: border-color .22s ease-out, color .22s ease-out
}

.abt_pg .dtl_nrtv .cnct_lnk:hover {
  color: #fff;
  border-color: #00F9C4
}

.abt_pg .dtl_nrtv .cnct_lnk:focus {
  outline: 2px solid #00F9C4;
  outline-offset: 4px;
  border-radius: 3px
}

.abt_pg .dtl_nrtv .img_bckgrnd {
  position: relative;
  margin-top: 80px;
  border-radius: 6px;
  overflow: hidden;
  height: 420px
}

.abt_pg .dtl_nrtv .img_bckgrnd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53deg, #5d0f1ebf 0%, #0a0a0ba6 100%);
  z-index: 2;
  pointer-events: none
}

.abt_pg .dtl_nrtv .img_bckgrnd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.abt_pg .dtl_nrtv .img_bckgrnd .ovrl_cntnt {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center
}

.abt_pg .dtl_nrtv .img_bckgrnd .ovrl_hdng {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px
}

.abt_pg .dtl_nrtv .img_bckgrnd .ovrl_txt {
  font-size: 24px;
  line-height: 1.4;
  color: #e8e8eaeb;
  margin: 0;
  max-width: 720px
}

.abt_pg .dtl_nrtv .anim_bckgrnd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0
}

.abt_pg .dtl_nrtv .anim_bckgrnd::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(53deg, #5d0f1e14 0%, transparent 40%, #00f9c40d 100%);
  animation: grd_shft_one 18s ease-in-out infinite
}

.abt_pg .dtl_nrtv .anim_bckgrnd::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(233deg, #00f9c40f 0%, transparent 45%, #ff18440a 100%);
  animation: grd_shft_two 24s ease-in-out infinite
}

@keyframes grd_shft_one {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg)
  }

  50% {
    transform: translate(15%, 15%) rotate(5deg)
  }
}

@keyframes grd_shft_two {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg)
  }

  50% {
    transform: translate(-12%, -12%) rotate(-3deg)
  }
}

@media (max-width: 1366px) {
  .abt_pg .intro_bnr {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt_pg .intro_bnr .lmt_wdth {
    gap: 40px
  }

  .abt_pg .intro_bnr .img_crd {
    width: 240px
  }

  .abt_pg .intro_bnr .img_crd img {
    height: 320px
  }

  .abt_pg .intro_bnr .mn_hdng {
    font-size: 32px
  }

  .abt_pg .intro_bnr .dsc_txt {
    font-size: 16px
  }

  .abt_pg .dtl_nrtv {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt_pg .dtl_nrtv .lmt_wdth {
    gap: 40px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd {
    margin-top: 40px;
    height: 320px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd .ovrl_hdng {
    font-size: 24px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd .ovrl_txt {
    font-size: 16px
  }
}

@media (max-width: 768px) {
  .abt_pg .intro_bnr {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt_pg .intro_bnr .lmt_wdth {
    flex-direction: column;
    gap: 20px
  }

  .abt_pg .intro_bnr .img_crd {
    width: 100%;
    max-width: 360px
  }

  .abt_pg .intro_bnr .img_crd img {
    height: 280px
  }

  .abt_pg .intro_bnr .mn_hdng {
    font-size: 32px
  }

  .abt_pg .intro_bnr .dsc_txt {
    font-size: 16px
  }

  .abt_pg .dtl_nrtv {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .abt_pg .dtl_nrtv .lmt_wdth {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .abt_pg .dtl_nrtv .sd_pnl {
    position: static
  }

  .abt_pg .dtl_nrtv .sctn_hdng {
    font-size: 24px
  }

  .abt_pg .dtl_nrtv .img_grd {
    grid-template-columns: 1fr
  }

  .abt_pg .dtl_nrtv .img_wrp img {
    height: 200px
  }

  .abt_pg .dtl_nrtv .tm_grd {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd {
    margin-top: 40px;
    height: 280px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd .ovrl_hdng {
    font-size: 24px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd .ovrl_txt {
    font-size: 16px
  }

  .abt_pg .dtl_nrtv .mtrc_val {
    font-size: 32px
  }

  .abt_pg .dtl_nrtv .mtrc_val .rng_accnt {
    width: 52px;
    height: 52px
  }
}

@media (max-width: 375px) {
  .abt_pg .intro_bnr {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .abt_pg .intro_bnr .lmt_wdth {
    gap: 20px
  }

  .abt_pg .intro_bnr .img_crd img {
    height: 240px
  }

  .abt_pg .intro_bnr .mn_hdng {
    font-size: 24px
  }

  .abt_pg .dtl_nrtv {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .abt_pg .dtl_nrtv .mn_cntnt {
    gap: 20px
  }

  .abt_pg .dtl_nrtv .sd_pnl {
    gap: 20px
  }

  .abt_pg .dtl_nrtv .mtrc_crd {
    padding: 20px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd {
    height: 240px
  }

  .abt_pg .dtl_nrtv .img_bckgrnd .ovrl_cntnt {
    padding: 20px
  }
}

.bdgt_main {
  background: #0a0a0b;
  color: #e8e8ea;
  overflow-x: clip
}

.bdgt_main::selection {
  background: #5d0f1e2e;
  color: #e8e8ea
}

.bdgt_main img {
  opacity: 0;
  animation: bdgt_fade_in .35s ease-out .15s forwards
}

@keyframes bdgt_fade_in {
  to {
    opacity: 1
  }
}

.bdgt_main input::placeholder,
.bdgt_main textarea::placeholder {
  transition: opacity .22s ease-out
}

.bdgt_main input:focus::placeholder,
.bdgt_main textarea:focus::placeholder {
  opacity: 0
}

.intro_hero {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 80px;
  overflow: visible
}

.intro_hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #5d0f1e14 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0
}

.intro_hero::after {
  content: '';
  position: absolute;
  bottom: 20%;
  right: -10%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #00f9c40d 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0
}

.hero_left {
  flex: 0 0 auto;
  width: 340px;
  position: relative;
  z-index: 1
}

.hero_right {
  flex: 1;
  position: relative;
  z-index: 1
}

.hero_visual {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 14px 0 #5d0f1e1c 0 12px 44px 0 #5d0f1e1c;
  position: relative
}

.hero_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: bdgt_zoom_cycle 18s ease-in-out infinite
}

@keyframes bdgt_zoom_cycle {

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

  50% {
    transform: scale(1.08)
  }
}

.hero_txt h1 {
  font-size: 62px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff
}

.hero_txt .tagline {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 40px;
  color: #b8b8bc
}

.hero_links {
  display: flex;
  gap: 20px;
  align-items: center
}

.hero_links a {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 3px;
  transition: background .28s ease-out, color .28s ease-out;
  display: inline-block
}

.hero_links a.primary_link {
  background: #5D0F1E;
  color: #fff
}

.hero_links a.primary_link:hover {
  background: #7a1327
}

.hero_links a.secondary_link {
  background: transparent;
  color: #00F9C4;
  border: 1px solid #00F9C4
}

.hero_links a.secondary_link:hover {
  background: #00f9c414
}

@media (max-width: 1366px) {
  .intro_hero {
    gap: 40px
  }

  .hero_left {
    width: 300px
  }

  .hero_visual {
    height: 360px
  }

  .hero_txt h1 {
    font-size: 52px
  }
}

@media (max-width: 768px) {
  .intro_hero {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px
  }

  .intro_hero::before,
  .intro_hero::after {
    display: none
  }

  .hero_left {
    width: 100%;
    order: 2
  }

  .hero_right {
    order: 1
  }

  .hero_visual {
    height: 280px
  }

  .hero_txt h1 {
    font-size: 42px
  }

  .hero_txt .tagline {
    font-size: 20px
  }

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

  .hero_links a {
    text-align: center
  }
}

@media (max-width: 375px) {
  .hero_txt h1 {
    font-size: 36px
  }

  .hero_txt .tagline {
    font-size: 18px
  }
}

.reputation_sec {
  background: #0e0e0f;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.reputation_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(53deg, #00F9C4 0%, transparent 100%)
}

.reputation_wrap {
  max-width: 1170px;
  margin: 0 auto
}

.reputation_intro {
  max-width: 820px;
  margin: 0 auto 80px;
  text-align: center
}

.reputation_intro h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff
}

.reputation_intro p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bc
}

.recognition_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px
}

.recognition_item {
  background: #121214;
  padding: 40px;
  border-radius: 6px;
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d;
  position: relative;
  transition: transform .32s ease-out, box-shadow .32s ease-out
}

.recognition_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px 0 #00f9c41c 0 12px 44px 0 #00f9c41c
}

.recognition_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(53deg, #FF1844 0%, transparent 100%);
  border-radius: 3px 0 0 3px
}

.rec_icon {
  width: 56px;
  height: 56px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00f9c414;
  border-radius: 28px
}

.rec_icon svg {
  width: 28px;
  height: 28px;
  fill: #00F9C4
}

.recognition_item h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: 700;
  color: #fff
}

.recognition_item p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bc
}

@media (max-width: 1366px) {
  .recognition_grid {
    gap: 20px
  }

  .recognition_item {
    padding: 20px
  }
}

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

  .reputation_intro {
    margin-bottom: 40px
  }

  .reputation_intro h2 {
    font-size: 28px
  }

  .recognition_grid {
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.current_sec {
  background: #0a0a0b;
  padding: 80px 20px;
  position: relative
}

.current_wrap {
  max-width: 1170px;
  margin: 0 auto
}

.current_layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start
}

.current_intro_col h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff
}

.current_intro_col .intro_txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bc
}

.current_content_col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.evidence_block {
  background: #121214;
  padding: 40px;
  border-radius: 6px;
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d;
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden
}

.evidence_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(53deg, #00f9c408 0%, transparent 100%);
  opacity: 0;
  transition: opacity .42s ease-out;
  pointer-events: none
}

.evidence_block:hover::before {
  opacity: 1
}

.evidence_visual {
  flex: 0 0 240px;
  height: 180px;
  border-radius: 3px;
  overflow: hidden
}

.evidence_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.evidence_txt {
  flex: 1
}

.evidence_txt h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: 700;
  color: #fff
}

.evidence_txt p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bc
}

@media (max-width: 1366px) {
  .current_layout {
    gap: 40px
  }

  .evidence_visual {
    flex: 0 0 200px;
    height: 150px
  }
}

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

  .current_layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .current_intro_col h2 {
    font-size: 28px
  }

  .evidence_block {
    flex-direction: column;
    padding: 20px;
    gap: 20px
  }

  .evidence_visual {
    flex: 0 0 auto;
    width: 100%;
    height: 200px
  }
}

@media (max-width: 375px) {
  .evidence_visual {
    height: 160px
  }
}

.approach_sec {
  background: #0e0e0f;
  padding: 80px 20px;
  position: relative;
  overflow: hidden
}

.approach_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 40px, #5d0f1e05 40px, #5d0f1e05 41px);
  pointer-events: none
}

.approach_sec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(60deg, transparent 0, transparent 19px, #00f9c404 19px, #00f9c404 20px, transparent 20px, transparent 39px, #00f9c404 39px, #00f9c404 40px);
  pointer-events: none;
  animation: bdgt_pattern_overlay 12s linear infinite;
  opacity: 0
}

@keyframes bdgt_pattern_overlay {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.approach_wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.approach_header {
  text-align: center;
  margin: 0 0 80px
}

.approach_header h2 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase
}

.approach_header .subtitle {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bc;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto
}

.approach_comparison {
  background: #121214;
  border-radius: 6px;
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d;
  overflow: hidden;
  border: 2px dashed #00f9c426;
  padding: 4px
}

.comparison_table {
  width: 100%;
  border-collapse: collapse
}

.comparison_table thead {
  background: linear-gradient(53deg, #5d0f1e26 0%, transparent 100%)
}

.comparison_table th {
  font-size: 24px;
  line-height: 1.4;
  padding: 40px 20px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #00f9c41f
}

.comparison_table tbody tr {
  transition: background .25s ease-out
}

.comparison_table tbody tr:hover {
  background: #00f9c408
}

.comparison_table td {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px;
  color: #b8b8bc;
  border-bottom: 1px solid #ffffff0d
}

.comparison_table tbody tr:last-child td {
  border-bottom: none
}

.comparison_table td:first-child {
  font-weight: 700;
  color: #fff;
  width: 40%
}

.comparison_table td:nth-child(2),
.comparison_table td:nth-child(3),
.comparison_table td:nth-child(4) {
  text-align: center;
  width: 20%
}

.comparison_table .check_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #00f9c41f;
  border-radius: 28px;
  margin: 0 auto
}

.comparison_table .check_mark svg {
  width: 18px;
  height: 18px;
  fill: #00F9C4
}

.comparison_table .cross_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ff184414;
  border-radius: 28px;
  margin: 0 auto
}

.comparison_table .cross_mark svg {
  width: 18px;
  height: 18px;
  fill: #FF1844
}

@media (max-width: 1366px) {
  .approach_header {
    margin-bottom: 40px
  }

  .comparison_table th {
    font-size: 20px;
    padding: 20px 12px
  }

  .comparison_table td {
    padding: 12px
  }
}

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

  .approach_header h2 {
    font-size: 28px
  }

  .comparison_table {
    display: block;
    overflow-x: auto
  }

  .comparison_table thead,
  .comparison_table tbody,
  .comparison_table tr,
  .comparison_table th,
  .comparison_table td {
    display: block
  }

  .comparison_table thead {
    display: none
  }

  .comparison_table tr {
    margin-bottom: 20px;
    background: #0a0a0b;
    border-radius: 3px;
    padding: 12px
  }

  .comparison_table td {
    padding: 8px 0;
    border: none;
    text-align: left;
    width: 100%
  }

  .comparison_table td:first-child {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff14
  }

  .comparison_table td:nth-child(2)::before {
    content: 'Standard : ';
    font-weight: 700;
    color: #fff
  }

  .comparison_table td:nth-child(3)::before {
    content: 'Avancé : ';
    font-weight: 700;
    color: #fff
  }

  .comparison_table td:nth-child(4)::before {
    content: 'Expert : ';
    font-weight: 700;
    color: #fff
  }

  .comparison_table .check_mark,
  .comparison_table .cross_mark {
    display: inline-flex;
    margin: 0 0 0 8px;
    vertical-align: middle
  }
}

@media (max-width: 375px) {
  .comparison_table td:first-child {
    font-size: 18px
  }
}

.spnsr_pg {
  background: #0a0a0b;
  color: #e8e8ea;
  overflow-x: clip
}

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

.spnsr_pg .title_split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  overflow: hidden
}

.spnsr_pg .title_split::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53deg, #5D0F1E 0%, #0a0a0b 100%);
  z-index: 0;
  animation: bg_shift 8s ease-in-out infinite
}

@keyframes bg_shift {

  0%,
  100% {
    background: linear-gradient(53deg, #5D0F1E 0%, #0a0a0b 100%)
  }

  50% {
    background: linear-gradient(53deg, #5d0f1ed9 0%, #0a0a0b 100%)
  }
}

.spnsr_pg .title_split .left_half {
  background: #00f9c408;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px
}

.spnsr_pg .title_split .right_half {
  background: #ff184408;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px
}

.spnsr_pg .title_split .deco_shape {
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 180px;
  height: 180px;
  border: 2px solid #00f9c41f;
  border-radius: 28px;
  transform: rotate(12deg);
  z-index: 0
}

.spnsr_pg .title_split .txt_wrap {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  margin: 0 auto;
  grid-column: 1 / -1;
  padding: 0 40px
}

.spnsr_pg .title_split .main_hdg {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: -.02em
}

.spnsr_pg .title_split .sub_hdg {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px;
  color: #00F9C4;
  letter-spacing: -.01em
}

.spnsr_pg .title_split .detail_hdg {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  color: #e8e8eabf
}

.spnsr_pg .formats_grid {
  background: #0f0f11;
  padding: 80px 40px;
  position: relative
}

.spnsr_pg .formats_grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, transparent 48%, #00f9c405 48%, #00f9c405 52%, transparent 52%);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0
}

.spnsr_pg .formats_grid .contain {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.spnsr_pg .formats_grid .sec_label {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00F9C4
}

.spnsr_pg .formats_grid .layout_three {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  align-items: start
}

.spnsr_pg .formats_grid .col_side {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.spnsr_pg .formats_grid .col_center {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.spnsr_pg .card_format {
  background: #14141a;
  border-radius: 6px;
  padding: 40px;
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d 0 6px 14px 0 #5d0f1e1c;
  transition: transform .28s ease-out, box-shadow .28s ease-out;
  position: relative;
  overflow: hidden
}

.spnsr_pg .card_format:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 3px 5px 0 #5d0f1e0d 0 12px 44px 0 #5d0f1e1c
}

.spnsr_pg .card_format .hdg_card {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: .04em
}

.spnsr_pg .card_format .txt_card {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
  color: #e8e8ead9
}

.spnsr_pg .card_format .txt_card:last-child {
  margin-bottom: 0
}

.spnsr_pg .card_format .metric_pair {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 40px
}

.spnsr_pg .card_format .num_before {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #e8e8ea4d;
  text-decoration: line-through
}

.spnsr_pg .card_format .num_after {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  color: #00F9C4
}

.spnsr_pg .card_format .img_wrap {
  width: 100%;
  height: 280px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative
}

.spnsr_pg .card_format .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  transition: clip-path .35s ease-out, opacity .35s ease-out;
  opacity: 1
}

.spnsr_pg .card_format:hover .img_wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.spnsr_pg .card_format .list_def {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.spnsr_pg .card_format .list_def .item_def {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start
}

.spnsr_pg .card_format .list_def .term_def {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #FF1844;
  white-space: nowrap
}

.spnsr_pg .card_format .list_def .desc_def {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8ead9;
  margin: 0
}

.spnsr_pg .card_format .overlay_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53deg, #ff184426 0%, transparent 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity .32s ease-out;
  z-index: 1
}

.spnsr_pg .card_format:hover .overlay_layer {
  opacity: 0
}

.spnsr_pg .card_format .list_arrow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.spnsr_pg .card_format .list_arrow li {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8ead9;
  position: relative;
  padding-left: 28px
}

.spnsr_pg .card_format .list_arrow li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #00F9C4;
  border-bottom: 2px solid #00F9C4;
  transform: rotate(-45deg)
}

.spnsr_pg .divider_asym {
  height: 2px;
  background: linear-gradient(90deg, #00F9C4 0%, #00F9C4 72%, transparent 72%);
  margin: 0;
  opacity: .3
}

.spnsr_pg .info_reach {
  background: linear-gradient(53deg, #00f9c414 0%, transparent 100%);
  padding: 80px 40px;
  position: relative
}

.spnsr_pg .info_reach .contain {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.spnsr_pg .info_reach .hdg_section {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: -.01em
}

.spnsr_pg .info_reach .layout_para {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start
}

.spnsr_pg .info_reach .intro_col {
  font-size: 24px;
  line-height: 1.4;
  color: #e8e8eab3
}

.spnsr_pg .info_reach .main_col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.spnsr_pg .info_reach .main_col .para_txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #e8e8ead9
}

.spnsr_pg .info_reach .contact_block {
  margin-top: 40px;
  padding: 40px;
  background: #14141a;
  border-radius: 6px;
  box-shadow: inset 0 3px 5px 0 #00f9c40d 0 6px 14px 0 #00f9c41c
}

.spnsr_pg .info_reach .contact_block .hdg_contact {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
  letter-spacing: .04em
}

.spnsr_pg .info_reach .contact_block .contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.spnsr_pg .info_reach .contact_block .contact_list li {
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8ead9;
  display: flex;
  align-items: center;
  gap: 12px
}

.spnsr_pg .info_reach .contact_block .contact_list li .ico {
  width: 20px;
  height: 20px;
  fill: #00F9C4;
  flex-shrink: 0
}

.spnsr_pg .info_reach .contact_block .contact_list li a {
  color: #00F9C4;
  text-decoration: none;
  transition: color .22s ease-out
}

.spnsr_pg .info_reach .contact_block .contact_list li a:hover {
  color: #FF1844
}

.spnsr_pg ::selection {
  background: #5d0f1e40;
  color: #e8e8ea
}

@media (max-width: 1366px) {
  .spnsr_pg .title_split {
    min-height: 520px;
    padding-top: 80px;
    padding-bottom: 140px
  }

  .spnsr_pg .title_split .main_hdg {
    font-size: 62px
  }

  .spnsr_pg .title_split .sub_hdg {
    font-size: 52px
  }

  .spnsr_pg .title_split .detail_hdg {
    font-size: 28px
  }

  .spnsr_pg .formats_grid .layout_three {
    gap: 40px
  }

  .spnsr_pg .info_reach .hdg_section {
    font-size: 52px
  }
}

@media (max-width: 768px) {
  .spnsr_pg .title_split {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px
  }

  .spnsr_pg .title_split .left_half,
  .spnsr_pg .title_split .right_half {
    display: none
  }

  .spnsr_pg .title_split .txt_wrap {
    padding: 0 20px
  }

  .spnsr_pg .title_split .main_hdg {
    font-size: 42px
  }

  .spnsr_pg .title_split .sub_hdg {
    font-size: 36px
  }

  .spnsr_pg .title_split .detail_hdg {
    font-size: 22px
  }

  .spnsr_pg .title_split .deco_shape {
    width: 120px;
    height: 120px;
    bottom: 40px;
    right: 40px
  }

  .spnsr_pg .formats_grid {
    padding: 80px 20px
  }

  .spnsr_pg .formats_grid .layout_three {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spnsr_pg .card_format {
    padding: 40px 20px
  }

  .spnsr_pg .card_format .hdg_card {
    font-size: 28px
  }

  .spnsr_pg .card_format .num_before,
  .spnsr_pg .card_format .num_after {
    font-size: 48px
  }

  .spnsr_pg .card_format .img_wrap {
    height: 220px
  }

  .spnsr_pg .info_reach {
    padding: 80px 20px
  }

  .spnsr_pg .info_reach .hdg_section {
    font-size: 36px
  }

  .spnsr_pg .info_reach .layout_para {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .spnsr_pg .info_reach .intro_col {
    font-size: 20px
  }

  .spnsr_pg .info_reach .contact_block {
    padding: 40px 20px
  }

  .spnsr_pg .info_reach .contact_block .hdg_contact {
    font-size: 28px
  }
}

@media (max-width: 375px) {
  .spnsr_pg .title_split {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .spnsr_pg .title_split .main_hdg {
    font-size: 32px;
    margin-bottom: 12px
  }

  .spnsr_pg .title_split .sub_hdg {
    font-size: 28px;
    margin-bottom: 12px
  }

  .spnsr_pg .title_split .detail_hdg {
    font-size: 18px
  }

  .spnsr_pg .title_split .deco_shape {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px
  }

  .spnsr_pg .formats_grid {
    padding: 40px 12px
  }

  .spnsr_pg .formats_grid .sec_label {
    font-size: 20px;
    margin-bottom: 20px
  }

  .spnsr_pg .formats_grid .layout_three {
    gap: 20px
  }

  .spnsr_pg .card_format {
    padding: 20px 12px
  }

  .spnsr_pg .card_format .hdg_card {
    font-size: 24px;
    margin-bottom: 12px
  }

  .spnsr_pg .card_format .txt_card {
    margin-bottom: 12px
  }

  .spnsr_pg .card_format .metric_pair {
    margin-top: 20px;
    gap: 12px
  }

  .spnsr_pg .card_format .num_before,
  .spnsr_pg .card_format .num_after {
    font-size: 36px
  }

  .spnsr_pg .card_format .img_wrap {
    height: 180px;
    margin-bottom: 12px
  }

  .spnsr_pg .card_format .list_def {
    gap: 12px
  }

  .spnsr_pg .card_format .list_arrow {
    gap: 8px
  }

  .spnsr_pg .info_reach {
    padding: 40px 12px
  }

  .spnsr_pg .info_reach .hdg_section {
    font-size: 28px;
    margin-bottom: 20px
  }

  .spnsr_pg .info_reach .layout_para {
    gap: 20px
  }

  .spnsr_pg .info_reach .intro_col {
    font-size: 18px
  }

  .spnsr_pg .info_reach .main_col {
    gap: 12px
  }

  .spnsr_pg .info_reach .contact_block {
    margin-top: 20px;
    padding: 20px 12px
  }

  .spnsr_pg .info_reach .contact_block .hdg_contact {
    font-size: 24px;
    margin-bottom: 12px
  }

  .spnsr_pg .info_reach .contact_block .contact_list {
    gap: 8px
  }

  .spnsr_pg .info_reach .contact_block .contact_list li {
    font-size: 14px
  }
}

.contact_pg {
  background: #0a0a0b;
  color: #e8e8ea;
  overflow-x: clip
}

.contact_pg ::selection {
  background: #5d0f1e2e;
  color: #fff
}

.contact_pg input::placeholder,
.contact_pg textarea::placeholder {
  opacity: 1;
  transition: opacity .27s ease-out
}

.contact_pg input:focus::placeholder,
.contact_pg textarea:focus::placeholder {
  opacity: 0
}

.contact_pg img {
  opacity: 0;
  animation: img_reveal .38s ease-out .15s forwards
}

@keyframes img_reveal {
  to {
    opacity: 1
  }
}

.contact_pg .top_intro {
  max-width: 1170px;
  margin: 0 auto;
  padding: 140px 20px 80px;
  position: relative;
  overflow: visible
}

.top_intro .layout_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px
}

.top_intro .img_zone {
  flex: 0 0 48%;
  position: relative
}

.top_intro .img_zone::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  right: 40px;
  bottom: 40px;
  background: linear-gradient(53deg, #00f9c40f 0%, transparent 68%);
  border-radius: 6px;
  z-index: 1;
  pointer-events: none
}

.top_intro .img_holder {
  position: relative;
  clip-path: polygon(8% 0%, 100% 0%, 100% 92%, 92% 100%, 0% 100%, 0% 8%);
  overflow: hidden;
  z-index: 2
}

.top_intro .img_holder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #5d0f1e73 0%, transparent 55%);
  pointer-events: none;
  z-index: 3
}

.top_intro .img_holder img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  animation-name: color_shift_reveal;
  animation-duration: .42s;
  animation-timing-function: ease-out;
  animation-delay: .18s;
  animation-fill-mode: backwards
}

@keyframes color_shift_reveal {
  from {
    filter: saturate(0.3) brightness(0.7)
  }

  to {
    filter: saturate(1) brightness(1)
  }
}

.top_intro .txt_zone {
  flex: 1
}

.top_intro .main_hdg {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  letter-spacing: -.02em;
  animation: color_shift_reveal .39s ease-out .21s backwards
}

.top_intro .main_hdg .accent_word {
  color: #00F9C4
}

.top_intro .curve_deco {
  position: absolute;
  bottom: -60px;
  right: 80px;
  width: 240px;
  height: 240px;
  pointer-events: none;
  z-index: 0
}

.top_intro .curve_deco svg {
  width: 100%;
  height: 100%;
  opacity: .08
}

.contact_pg .form_section {
  background: #111113;
  position: relative;
  padding: 80px 20px;
  overflow: hidden
}

.form_section::before,
.form_section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  pointer-events: none;
  z-index: 1
}

.form_section::before {
  left: 0;
  background: linear-gradient(90deg, #0a0a0b 0%, transparent 100%)
}

.form_section::after {
  right: 0;
  background: linear-gradient(270deg, #0a0a0b 0%, transparent 100%)
}

.form_section .canvas_texture {
  position: absolute;
  inset: 0;
  opacity: .03;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px), repeating-linear-gradient(90deg, transparent, transparent 2px, #ffffff08 2px, #ffffff08 4px);
  pointer-events: none;
  z-index: 0
}

.form_section .inner_contain {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.form_section .sec_hdg {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  animation: color_shift_reveal .35s ease-out .24s backwards
}

.form_section .sec_subtext {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 80px;
  color: #b8b8bd;
  max-width: 680px
}

.form_section .form_wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start
}

.form_section .category_nav {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.category_nav .cat_btn {
  background: #5d0f1e14;
  border: 1px solid #5d0f1e33;
  color: #e8e8ea;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  transition: background .31s ease-out, border-color .31s ease-out, color .31s ease-out, box-shadow .31s ease-out;
  position: relative;
  overflow: hidden
}

.category_nav .cat_btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #00F9C4;
  opacity: 0;
  transition: opacity .31s ease-out
}

.category_nav .cat_btn:hover {
  background: #5d0f1e24;
  border-color: #5d0f1e59;
  box-shadow: 0 3px 5px 0 #5d0f1e0d
}

.category_nav .cat_btn:focus {
  outline: 2px solid #00F9C4;
  outline-offset: 2px
}

.category_nav .cat_btn.active {
  background: #00f9c417;
  border-color: #00f9c44d;
  color: #00F9C4;
  box-shadow: 0 6px 14px 0 #00f9c41c
}

.category_nav .cat_btn.active::before {
  opacity: 1
}

.form_section .form_main {
  flex: 1;
  background: #11111399;
  border: 1px solid #ffffff0f;
  border-radius: 6px;
  padding: 40px;
  box-shadow: inset 0 2px 8px 0 #0000004d
}

.form_main .actual_form {
  display: flex;
  flex-direction: column;
  gap: 40px
}

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

.form_main .field_lbl {
  font-size: 16px;
  line-height: 1.4;
  color: #b8b8bd;
  font-weight: 600
}

.form_main .field_input {
  background: #0006;
  border: 1px solid #ffffff1a;
  color: #e8e8ea;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 3px;
  transition: border-color .28s ease-out, box-shadow .28s ease-out, background .28s ease-out
}

.form_main .field_input:hover {
  border-color: #ffffff2e;
  background: #00000080
}

.form_main .field_input:focus {
  outline: none;
  border-color: #00F9C4;
  box-shadow: 0 0 0 3px #00f9c426;
  background: #0009
}

.form_main .field_textarea {
  min-height: 160px;
  resize: vertical
}

.form_main .consent_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #00000040;
  border-radius: 3px;
  border: 1px solid #ffffff0d
}

.consent_wrap .consent_check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #00F9C4
}

.consent_wrap .consent_txt {
  font-size: 16px;
  line-height: 1.7;
  color: #b8b8bd;
  margin: 0
}

.consent_txt .policy_link {
  color: #00F9C4;
  text-decoration: none;
  transition: color .24s ease-out
}

.consent_txt .policy_link:hover {
  color: #FF1844
}

.consent_txt .policy_link:focus {
  outline: 2px solid #00F9C4;
  outline-offset: 2px
}

.form_main .submit_btn {
  background: linear-gradient(53deg, #5D0F1E 0%, #5d0f1eb3 100%);
  border: 1px solid #00f9c433;
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  border-radius: 28px;
  transition: background .33s ease-out, border-color .33s ease-out, box-shadow .33s ease-out, transform .19s ease-out;
  text-transform: uppercase;
  letter-spacing: .08em;
  align-self: flex-start
}

.form_main .submit_btn:hover {
  background: linear-gradient(53deg, #7a1327 0%, #7a1327cc 100%);
  border-color: #00f9c466;
  box-shadow: 0 12px 44px 0 #5d0f1e1c;
  transform: translateY(-2px)
}

.form_main .submit_btn:focus {
  outline: 2px solid #00F9C4;
  outline-offset: 4px
}

.form_main .submit_btn:active {
  transform: translateY(0)
}

.contact_pg .info_details {
  background: #0d0d0e;
  padding: 80px 20px;
  position: relative
}

.info_details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #00f9c426 50%, transparent 100%)
}

.info_details .pattern_bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 40%, #5d0f1e08 0%, transparent 50%), radial-gradient(circle at 80% 60%, #00f9c405 0%, transparent 50%);
  pointer-events: none;
  animation: pattern_drift 24s ease-in-out infinite
}

@keyframes pattern_drift {

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

  50% {
    transform: translate(40px, -30px)
  }
}

.info_details .inner_contain {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.info_details .sec_hdg {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 80px;
  letter-spacing: .02em;
  text-transform: uppercase;
  animation: color_shift_reveal .37s ease-out .26s backwards
}

.info_details .details_grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 80px;
  align-items: start
}

.details_grid .intro_col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.intro_col .intro_block {
  animation: color_shift_reveal .41s ease-out .29s backwards
}

.intro_col .intro_hdg {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
  color: #00F9C4
}

.intro_col .intro_para {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bd
}

.details_grid .main_col {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.main_col .feature_stack {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.feature_stack .feat_item {
  background: #11111380;
  border: 1px solid #ffffff0f;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  box-shadow: inset 0 1px 3px 0 #0003;
  transition: background .35s ease-out, border-color .35s ease-out, box-shadow .35s ease-out;
  animation: color_shift_reveal .43s ease-out calc(0.32s + var(--stagger)) backwards
}

.feature_stack .feat_item:nth-child(1) {
  --stagger: 0s
}

.feature_stack .feat_item:nth-child(2) {
  --stagger: .08s;
  flex-direction: row-reverse
}

.feature_stack .feat_item:nth-child(3) {
  --stagger: .16s
}

.feature_stack .feat_item:nth-child(4) {
  --stagger: .24s;
  flex-direction: row-reverse
}

.feature_stack .feat_item:hover {
  background: #111113b3;
  border-color: #00f9c41f;
  box-shadow: 0 6px 14px 0 #00f9c41c inset 0 1px 3px 0 #0003
}

.feat_item .icon_zone {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(53deg, #00f9c41f 0%, transparent 100%);
  border-radius: 28px;
  border: 1px solid #00f9c433;
  transition: background .31s ease-out, border-color .31s ease-out
}

.feat_item:hover .icon_zone {
  background: linear-gradient(53deg, #00f9c42e 0%, transparent 100%);
  border-color: #00f9c459
}

.icon_zone svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #00F9C4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.feat_item .text_zone {
  flex: 1
}

.text_zone .feat_hdg {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff
}

.text_zone .feat_val {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #b8b8bd
}

.feat_val .link_inline {
  color: #00F9C4;
  text-decoration: none;
  transition: color .26s ease-out
}

.feat_val .link_inline:hover {
  color: #FF1844
}

.feat_val .link_inline:focus {
  outline: 2px solid #00F9C4;
  outline-offset: 2px
}

@media (max-width: 1366px) {
  .contact_pg .top_intro {
    padding: 100px 20px 60px
  }

  .top_intro .layout_wrap {
    gap: 60px
  }

  .top_intro .main_hdg {
    font-size: 62px
  }

  .top_intro .img_holder img {
    height: 440px
  }

  .form_section .sec_hdg,
  .info_details .sec_hdg {
    font-size: 52px;
    margin-bottom: 60px
  }

  .form_section .form_wrapper {
    gap: 60px
  }

  .form_section .category_nav {
    flex-basis: 240px
  }

  .info_details .details_grid {
    gap: 60px
  }
}

@media (max-width: 768px) {
  .contact_pg .top_intro {
    padding: 80px 20px 40px
  }

  .top_intro .layout_wrap {
    flex-direction: column;
    gap: 40px
  }

  .top_intro .img_zone {
    flex-basis: auto;
    width: 100%
  }

  .top_intro .img_holder img {
    height: 380px
  }

  .top_intro .main_hdg {
    font-size: 48px
  }

  .top_intro .curve_deco {
    right: 20px;
    bottom: -40px;
    width: 180px;
    height: 180px
  }

  .contact_pg .form_section,
  .contact_pg .info_details {
    padding: 60px 20px
  }

  .form_section .sec_hdg,
  .info_details .sec_hdg {
    font-size: 42px;
    margin-bottom: 40px
  }

  .form_section .sec_subtext {
    font-size: 20px;
    margin-bottom: 60px
  }

  .form_section .form_wrapper {
    flex-direction: column;
    gap: 40px
  }

  .form_section .category_nav {
    flex-basis: auto;
    width: 100%
  }

  .form_section .form_main {
    padding: 40px 20px
  }

  .form_main .actual_form {
    gap: 40px
  }

  .info_details .details_grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .feature_stack .feat_item {
    flex-direction: column !important;
    gap: 20px;
    padding: 40px 20px;
    text-align: center
  }

  .intro_col .intro_hdg {
    font-size: 28px
  }

  .text_zone .feat_hdg {
    font-size: 20px
  }
}

@media (max-width: 375px) {
  .contact_pg .top_intro {
    padding: 60px 20px 40px
  }

  .top_intro .main_hdg {
    font-size: 42px
  }

  .top_intro .img_holder img {
    height: 320px
  }

  .form_section .sec_hdg,
  .info_details .sec_hdg {
    font-size: 36px
  }

  .form_section .sec_subtext {
    font-size: 18px
  }

  .form_section .form_main {
    padding: 40px 12px
  }

  .form_main .field_input,
  .form_main .submit_btn {
    padding: 20px 12px
  }

  .consent_wrap {
    padding: 20px 12px
  }

  .feature_stack .feat_item {
    padding: 40px 12px
  }
}

.success_page {
  background: linear-gradient(53deg, #5D0F1E 0%, transparent 100%), #0a0812;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px
}

.success_page .confirm_wrapper {
  max-width: 580px;
  width: 100%;
  background: #12101a;
  border-radius: 6px;
  padding: 80px 40px;
  text-align: center;
  box-shadow: 0 12px 44px 0 #5d0f1e1c
}

.success_page .icon_check {
  width: 92px;
  height: 92px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: linear-gradient(53deg, #00F9C4 0%, transparent 100%), #1a1825;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.success_page .icon_check::before {
  content: '';
  width: 28px;
  height: 52px;
  border-right: 4px solid #00F9C4;
  border-bottom: 4px solid #00F9C4;
  transform: rotate(45deg) translateY(-6px)
}

.success_page .confirm_title {
  font-size: 32px;
  line-height: 1.1;
  color: #e8e6f0;
  margin: 0 0 20px;
  font-weight: 700
}

.success_page .confirm_text {
  font-size: 16px;
  line-height: 1.7;
  color: #b8b4c8;
  margin: 0 0 40px
}

.success_page .action_group {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap
}

.success_page .btn_primary {
  background: linear-gradient(53deg, #5D0F1E 0%, transparent 100%), #1a1825;
  color: #00F9C4;
  border: 1px solid #00f9c433;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color .25s ease-out, background .32s ease-out;
  text-decoration: none;
  display: inline-block
}

.success_page .btn_primary:hover {
  border-color: #00f9c480;
  background: linear-gradient(53deg, #5D0F1E 0%, transparent 100%), #221f2e
}

.success_page .btn_secondary {
  background: transparent;
  color: #b8b4c8;
  border: 1px solid #b8b4c833;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: color .18s ease-out, border-color .28s ease-out;
  text-decoration: none;
  display: inline-block
}

.success_page .btn_secondary:hover {
  color: #e8e6f0;
  border-color: #b8b4c866
}

.success_page .meta_info {
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #b8b4c81a
}

.success_page .meta_info p {
  font-size: 16px;
  line-height: 1.4;
  color: #7a7688;
  margin: 0
}

.success_page .meta_info a {
  color: #00F9C4;
  text-decoration: none;
  transition: color .2s ease-out
}

.success_page .meta_info a:hover {
  color: #33fad4
}

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

  .success_page .icon_check {
    width: 72px;
    height: 72px;
    margin-bottom: 20px
  }

  .success_page .icon_check::before {
    width: 22px;
    height: 42px;
    border-width: 3px
  }

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

  .success_page .action_group {
    flex-direction: column
  }

  .success_page .btn_primary,
  .success_page .btn_secondary {
    width: 100%
  }
}

@media (max-width: 375px) {
  .success_page {
    padding: 20px 12px
  }

  .success_page .confirm_wrapper {
    padding: 40px 12px
  }
}