* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 1.7
}

:focus-visible {
  outline: 3px solid;
  outline-color: #DE4E38;
  outline-offset: 3px
}

.top_bar {
  background: #DE4E38;
  padding: 6px 24px
}

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

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

.top_contact a {
  color: #F3ECEB;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 6px
}

.top_contact a:hover {
  color: #fff
}

.top_contact_icon {
  width: 16px;
  height: 16px;
  fill: #F3ECEB;
  flex-shrink: 0
}

.pri_nav {
  background: #F3ECEB;
  border-bottom: 2px solid #C7C551;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.pri_nav_inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0 24px;
  flex-wrap: wrap
}

.pri_nav_inner a {
  color: #2a1a16;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), background .22s cubic-bezier(0.0, 0, 0.2, 1);
  overflow: hidden;
  min-height: 48px
}

.pri_nav_inner a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #DE4E38;
  transition: width .22s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.pri_nav_inner a:hover::after {
  width: 100%;
  left: 0;
  right: auto
}

.pri_nav_inner a:hover {
  color: #fff;
  box-shadow: inset 0 2px 6px #de4e382e inset 0 -1px 3px #c7c5511f
}

.pri_nav_inner a span {
  position: relative;
  z-index: 1
}

.brand_bar {
  background: linear-gradient(135deg, #F3ECEB 60%, #fff 100%);
  border-bottom: 1px solid #de4e381f;
  padding: 24px
}

.brand_bar_inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px
}

.brand_logo_box {
  background: #de4e3812;
  border-radius: 12px;
  border: 1.5px solid #de4e382e;
  box-shadow: -1px 1px 4px 0 #de4e380d 0 0 0 2px #f3ecebcc;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden
}

.brand_logo_box img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block
}

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

.brand_name {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e0f0a;
  letter-spacing: 0
}

.brand_name span {
  color: #DE4E38
}

.brand_tag {
  font-size: 15px;
  font-weight: 400;
  color: #5a3a30;
  line-height: 1.2
}

.ftr {
  background: #1e0f0a;
  padding: 48px 24px 24px
}

.ftr_top {
  max-width: 1320px;
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3eceb1f
}

.ftr_logo_box {
  background: #f3eceb14;
  border-radius: 12px;
  border: 1.5px solid #f3eceb2e;
  box-shadow: -1px 1px 4px 0 #de4e380d 0 0 0 2px #1e0f0a80;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden
}

.ftr_logo_box img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1)
}

.ftr_brand_name {
  font-size: 21px;
  font-weight: 700;
  color: #F3ECEB;
  line-height: 1.2
}

.ftr_cols {
  max-width: 1320px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px
}

.ftr_col_label {
  font-size: 15px;
  font-weight: 700;
  color: #C7C551;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
  line-height: 1.2
}

.ftr_col a {
  display: block;
  color: #f3ecebbf;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.7;
  padding: 6px 0;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr_col a:hover {
  color: #DE4E38;
  box-shadow: inset 0 1px 0 #de4e3814
}

.ftr_contact_item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #f3ecebbf;
  font-size: 15px;
  line-height: 1.7;
  padding: 6px 0
}

.ftr_contact_item a {
  color: #f3ecebbf;
  text-decoration: none;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  display: inline
}

.ftr_contact_item a:hover {
  color: #DE4E38
}

.ftr_ico {
  width: 16px;
  height: 16px;
  fill: #C7C551;
  flex-shrink: 0;
  margin-top: 4px
}

.ftr_bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid #f3eceb14;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}

.ftr_copy {
  font-size: 15px;
  color: #f3eceb66;
  line-height: 1.2
}

.cookie_bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background: #1e0f0a;
  border-top: 2px solid #DE4E38;
  padding: 12px 24px;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  transform: translateY(100%);
  transition: transform .42s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie_bar.visible {
  transform: translateY(0)
}

.cookie_bar_inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap
}

.cookie_msg {
  flex: 1;
  font-size: 15px;
  color: #f3ecebd9;
  line-height: 1.7;
  min-width: 200px
}

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

.cookie_accept {
  border: 2px solid #DE4E38;
  background: transparent;
  color: #DE4E38;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 24px;
  border-radius: 7px;
  cursor: pointer;
  min-height: 44px;
  transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie_accept:hover {
  background: #DE4E38;
  color: #fff;
  box-shadow: inset 0 2px 4px #de4e384d inset 0 -1px 2px #0000001a
}

.cookie_reject {
  background: none;
  border: none;
  color: #f3eceb80;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  cursor: pointer;
  padding: 6px 12px;
  min-height: 44px;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: underline;
  text-underline-offset: 3px
}

.cookie_reject:hover {
  color: #F3ECEB
}

.manage_prefs_link {
  color: #f3eceb66;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  background: none;
  border: none;
  font-family: 'Work Sans', sans-serif;
  padding: 0;
  transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.manage_prefs_link:hover {
  color: #C7C551
}

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

  .top_contact {
    gap: 12px
  }

  .brand_name {
    font-size: 21px
  }

  .pri_nav_inner a {
    padding: 12px;
    font-size: 15px
  }
}

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

  .top_bar_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
  }

  .brand_bar_inner {
    gap: 12px
  }

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

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

.legal-info {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px
}

.legal-info h1 {
  font-size: 51px;
  line-height: 1.2;
  color: #2a1f1e;
  margin-bottom: 24px;
  margin-top: 0
}

.legal-info h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1f1e;
  margin-top: 48px;
  margin-bottom: 24px
}

.legal-info h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1f1e;
  margin-top: 24px;
  margin-bottom: 12px
}

.legal-info h4 {
  font-size: 17px;
  line-height: 1.7;
  color: #2a1f1e;
  margin-top: 24px;
  margin-bottom: 12px
}

.legal-info h5 {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2e2d;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.legal-info h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2e2d;
  margin-top: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.legal-info p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a2e2d;
  margin-top: 0;
  margin-bottom: 24px
}

.legal-info strong,
.legal-info b {
  font-weight: 700;
  color: #2a1f1e
}

.legal-info em,
.legal-info i {
  font-style: italic;
  color: #4a3c3b
}

.legal-info hr {
  border: none;
  border-top: 2px solid #F3ECEB;
  margin-top: 48px;
  margin-bottom: 48px
}

.legal-info div {
  font-size: 17px;
  line-height: 1.7;
  color: #3a2e2d
}

.legal-info table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  border-radius: 12px;
  overflow: hidden
}

.legal-info thead {
  background-color: #F3ECEB
}

.legal-info thead th {
  font-size: 15px;
  font-weight: 700;
  color: #2a1f1e;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 12px 24px;
  text-align: left;
  border-bottom: 2px solid #DE4E38
}

.legal-info tbody tr {
  transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.legal-info tbody tr:nth-child(even) {
  background-color: #fdf9f8
}

.legal-info tbody tr:hover {
  background-color: #F3ECEB;
  box-shadow: inset 0 2px 6px 0 #de4e3812 inset 0 -1px 3px 0 #c7c55114
}

.legal-info td {
  font-size: 15px;
  color: #3a2e2d;
  padding: 12px 24px;
  border-bottom: 1px solid #F3ECEB;
  vertical-align: top
}

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

@media (max-width: 768px) {
  .legal-info {
    padding: 24px 12px
  }

  .legal-info h1 {
    font-size: 37px
  }

  .legal-info h2 {
    font-size: 21px
  }

  .legal-info h3 {
    font-size: 17px
  }

  .legal-info table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 480px) {
  .legal-info h1 {
    font-size: 21px
  }

  .legal-info h2 {
    font-size: 17px
  }

  .legal-info p,
  .legal-info div {
    font-size: 15px
  }

  .legal-info thead th,
  .legal-info td {
    padding: 12px
  }
}

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

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

.stm .pg_wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.stm .split_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative
}

.stm .split_left {
  background: #DE4E38;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.stm .split_left::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 60px;
  height: 1px;
  background: #f3eceb80
}

.stm .split_left::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 1px;
  height: 60px;
  background: #f3eceb80
}

.stm .split_right {
  background: #F3ECEB;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden
}

.stm .split_right::after {
  content: "";
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 1px;
  background: #de4e384d
}

.stm .lbl {
  font-size: 15px;
  line-height: 1.7;
  color: #f3ecebbf;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px
}

.stm .h_main {
  font-size: 68px;
  line-height: 1.2;
  color: #F3ECEB;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 24px
}

.stm .sub_line {
  font-size: 17px;
  line-height: 1.7;
  color: #f3ecebd9
}

.stm .img_clip_wrap {
  width: 100%;
  max-width: 420px
}

.stm .img_clip {
  width: 100%;
  aspect-ratio: 4/3;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  box-shadow: -1px 12px 36px 0 #de4e3824
}

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

.stm .img_cap {
  position: absolute;
  inset: 0;
  background: #de4e38d1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.stm .img_cap span {
  font-size: 15px;
  line-height: 1.7;
  color: #F3ECEB;
  text-align: center
}

.stm .img_clip:hover .img_cap {
  opacity: 1
}

.stm .img_clip:hover img {
  transform: scale(1.04)
}

.stm .mat_grid {
  background: #fff;
  padding: 48px 0
}

.stm .mat_grid .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.stm .mat_aside {
  position: sticky;
  top: 24px
}

.stm .aside_tag {
  font-size: 15px;
  line-height: 1.7;
  color: #DE4E38;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 12px
}

.stm .aside_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1a18;
  margin-bottom: 24px
}

.stm .aside_p {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2a27;
  margin-bottom: 24px
}

.stm .aside_stat {
  background: #F3ECEB;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 12px
}

.stm .stat_num {
  font-size: 51px;
  line-height: 1.2;
  color: #DE4E38;
  display: block
}

.stm .stat_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a27
}

.stm .mat_list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.stm .mat_item {
  border-radius: 12px;
  padding: 24px;
  background: #F3ECEB;
  box-shadow: -1px 1px 4px 0 #de4e380d;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.stm .mat_item:hover {
  box-shadow: -1px 4px 22px 0 #de4e381a;
  background: #ede6e5
}

.stm .item_num {
  font-size: 15px;
  line-height: 1.7;
  color: #DE4E38;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.stm .item_h {
  font-size: 21px;
  line-height: 1.2;
  color: #2a1a18;
  margin-bottom: 6px
}

.stm .item_p {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a27
}

.stm .item_tag_row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px
}

.stm .tag {
  font-size: 15px;
  line-height: 1.2;
  color: #DE4E38;
  border: 1px solid #de4e3859;
  border-radius: 48px;
  padding: 6px 12px
}

.stm .experts_band {
  background: #2a1a18;
  padding: 48px 0
}

.stm .experts_band .pg_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.stm .band_h {
  font-size: 37px;
  line-height: 1.2;
  color: #F3ECEB;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em
}

.stm .experts_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 860px
}

.stm .expert_card {
  background: #f3eceb0f;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  box-shadow: -1px 4px 22px 0 #c7c5511a;
  transition: background .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.stm .expert_card:hover {
  background: #f3eceb1c
}

.stm .port_wrap {
  width: 80px;
  min-width: 80px;
  height: 100px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0
}

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

.stm .expert_info {
  flex: 1
}

.stm .exp_name {
  font-size: 17px;
  line-height: 1.2;
  color: #F3ECEB;
  margin-bottom: 6px
}

.stm .exp_role {
  font-size: 15px;
  line-height: 1.7;
  color: #C7C551;
  margin-bottom: 12px
}

.stm .exp_quote {
  font-size: 15px;
  line-height: 1.7;
  color: #f3ecebb3
}

.stm .deco_spin {
  width: 48px;
  height: 48px;
  border: 2px solid #c7c55166;
  border-top-color: #C7C551;
  border-radius: 48px;
  animation: spin_loop 6s linear infinite;
  flex-shrink: 0
}

@keyframes spin_loop {
  to {
    transform: rotate(360deg)
  }
}

.stm .faq_zone {
  background: #F3ECEB;
  padding: 48px 0
}

.stm .faq_zone .pg_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px
}

.stm .faq_head {
  text-align: center
}

.stm .faq_lbl {
  font-size: 15px;
  line-height: 1.7;
  color: #DE4E38;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 12px
}

.stm .faq_h {
  font-size: 37px;
  line-height: 1.2;
  color: #2a1a18
}

.stm .faq_sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3d2a27;
  max-width: 540px;
  margin: 12px auto 0;
  text-align: center
}

.stm .faq_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%
}

.stm .faq_item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 1px 4px 0 #de4e380d
}

.stm .faq_q {
  font-size: 17px;
  line-height: 1.2;
  color: #2a1a18;
  margin-bottom: 12px
}

.stm .faq_a {
  font-size: 15px;
  line-height: 1.7;
  color: #3d2a27
}

.stm .word_hover span {
  display: inline;
  transition: background .15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 7px;
  padding: 0 2px
}

.stm .word_hover span:hover {
  background: #c7c55159
}

.stm .cta_strip {
  background: #DE4E38;
  padding: 48px 0
}

.stm .cta_strip .pg_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px
}

.stm .cta_txt h3 {
  font-size: 37px;
  line-height: 1.2;
  color: #F3ECEB;
  margin-bottom: 12px
}

.stm .cta_txt p {
  font-size: 17px;
  line-height: 1.7;
  color: #f3ecebd9;
  max-width: 480px
}

.stm .btn_go {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.2;
  color: #DE4E38;
  background: #F3ECEB;
  border: none;
  border-radius: 7px;
  padding: 12px 24px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap
}

.stm .btn_go::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #2a1a18;
  transform: translateX(100%);
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.stm .btn_go:hover::before {
  transform: translateX(0)
}

.stm .btn_go:hover {
  color: #F3ECEB;
  box-shadow: inset -1px 1px 4px 0 #de4e380d inset -1px 4px 22px 0 #de4e381a
}

.stm .btn_go svg {
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

.stm .btn_go_lbl {
  position: relative;
  z-index: 1
}

.stm .btn_go:focus-visible {
  outline: 3px solid #C7C551;
  outline-offset: 3px
}

@media (max-width: 1280px) {
  .stm .h_main {
    font-size: 51px
  }

  .stm .split_left,
  .stm .split_right {
    padding: 48px 24px
  }

  .stm .experts_row {
    max-width: 100%
  }
}

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

  .stm .h_main {
    font-size: 37px
  }

  .stm .mat_grid .pg_wrap {
    grid-template-columns: 1fr
  }

  .stm .mat_aside {
    position: static
  }

  .stm .experts_row {
    grid-template-columns: 1fr
  }

  .stm .faq_cols {
    grid-template-columns: 1fr
  }

  .stm .cta_strip .pg_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
  }

  .stm .expert_card {
    flex-direction: column
  }
}

@media (max-width: 480px) {

  .stm .split_left,
  .stm .split_right {
    padding: 24px
  }

  .stm .h_main {
    font-size: 37px !important
  }

  .stm .pg_wrap {
    padding: 0 12px
  }

  .stm .mat_grid {
    padding: 24px 0
  }

  .stm .experts_band {
    padding: 24px 0
  }

  .stm .faq_zone {
    padding: 24px 0
  }

  .stm .cta_strip {
    padding: 24px 0
  }
}

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

.ab_us .strip {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative
}

.ab_us .strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: blur(2px) brightness(0.85);
  display: block
}

.ab_us .top_pad {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px 12px;
  text-align: center;
  position: relative
}

.ab_us .dots_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px
}

.ab_us .dot {
  width: 8px;
  height: 8px;
  border-radius: 48px;
  background: #C7C551;
  display: inline-block
}

.ab_us .dot.sm {
  width: 5px;
  height: 5px;
  background: #DE4E38;
  opacity: .5
}

.ab_us .num_acc {
  font-size: 68px;
  line-height: 1.2;
  font-weight: 900;
  color: #DE4E38;
  letter-spacing: -2px;
  display: block
}

.ab_us .top_h {
  font-size: 51px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #1b1b1b;
  margin: 0 0 12px
}

.ab_us .top_sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a3a;
  max-width: 560px;
  margin: 0 auto 24px
}

.ab_us .line_div {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin: 0
}

.ab_us .two_col {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start
}

.ab_us .side_sup {
  position: sticky;
  top: 24px
}

.ab_us .side_label {
  font-size: 15px;
  line-height: 1.7;
  color: #DE4E38;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 12px
}

.ab_us .side_h {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b1b;
  margin: 0 0 12px
}

.ab_us .side_accent {
  width: 40px;
  height: 3px;
  background: #C7C551;
  margin: 0 0 24px;
  border-radius: 7px
}

.ab_us .side_p {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0 0 24px
}

.ab_us .portrait_box {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 7/9;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

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

.ab_us .expert_name {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 12px 0 6px
}

.ab_us .expert_role {
  font-size: 15px;
  line-height: 1.7;
  color: #DE4E38
}

.ab_us .main_body {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ab_us .body_p {
  font-size: 17px;
  line-height: 1.7;
  color: #2e2e2e;
  margin: 0
}

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

.ab_us .val_list li {
  font-size: 17px;
  line-height: 1.7;
  color: #2e2e2e;
  padding: 12px 12px 12px 24px;
  border-radius: 7px;
  background: #F3ECEB;
  position: relative;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab_us .val_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #DE4E38;
  border-radius: 7px 0 0 7px
}

.ab_us .val_list li:hover {
  box-shadow: inset 0 2px 6px 0 #de4e381a inset 0 -2px 8px 0 #c7c55114
}

.ab_us .dark_sec {
  background: #1b1b1b !important;
  padding: 48px 24px
}

.ab_us .dark_inner {
  max-width: 1320px;
  margin: 0 auto
}

.ab_us .dark_h {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #F3ECEB;
  text-align: center;
  margin: 0 0 12px
}

.ab_us .dark_sub {
  font-size: 17px;
  line-height: 1.7;
  color: #b0a8a6;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 48px
}

.ab_us .cards_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.ab_us .card {
  background: #242424;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  transition: box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
  cursor: default
}

.ab_us .card:hover {
  box-shadow: inset 0 2px 8px 0 #c7c5511f inset 0 -3px 10px 0 #de4e381a -1px 12px 36px 0 #de4e3824
}

.ab_us .card_img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden
}

.ab_us .card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab_us .card:hover .card_img img {
  transform: scale(1.04)
}

.ab_us .card_body {
  padding: 24px;
  text-align: center
}

.ab_us .card_h {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #F3ECEB;
  margin: 0 0 12px
}

.ab_us .card_accent {
  width: 32px;
  height: 2px;
  background: #C7C551;
  margin: 0 auto 12px;
  border-radius: 7px
}

.ab_us .card_p {
  font-size: 15px;
  line-height: 1.7;
  color: #9a9290
}

.ab_us .matrix_wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #333;
  box-shadow: -1px 1px 4px 0 #de4e380d
}

.ab_us .matrix_head {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  background: #2a2a2a;
  padding: 12px 24px;
  gap: 12px
}

.ab_us .mh_cell {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #C7C551;
  text-align: center
}

.ab_us .mh_cell.left {
  text-align: left
}

.ab_us .matrix_row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 12px 24px;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #2e2e2e;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab_us .matrix_row:hover {
  background: #222
}

.ab_us .mr_label {
  font-size: 15px;
  line-height: 1.7;
  color: #d0c8c6
}

.ab_us .mr_cell {
  text-align: center
}

.ab_us .check_yes {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 48px;
  background: #DE4E38;
  position: relative
}

.ab_us .check_yes::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  width: 5px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  top: 7px
}

.ab_us .check_no {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 48px;
  background: #333;
  position: relative
}

.ab_us .check_no::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #666;
  transform: translate(-50%, -50%)
}

.ab_us .float_icon {
  display: inline-block;
  animation: icon_float 3.2s ease-in-out infinite
}

.ab_us .float_icon.delay {
  animation-delay: 1.1s
}

@keyframes icon_float {

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

  50% {
    transform: translateY(-6px)
  }
}

.ab_us .metrics_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.ab_us .metric {
  text-align: center;
  padding: 24px 12px;
  border-radius: 12px;
  border: 1px dashed #DE4E38;
  background: #F3ECEB
}

.ab_us .metric_num {
  font-size: 51px;
  line-height: 1.2;
  font-weight: 900;
  color: #DE4E38;
  display: block
}

.ab_us .metric_lbl {
  font-size: 15px;
  line-height: 1.7;
  color: #3a3a3a
}

.ab_us .dashed_block {
  border: 2px dashed #C7C551;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto
}

.ab_us .dashed_h {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 12px
}

.ab_us .dashed_p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3a3a;
  margin: 0 0 24px
}

.ab_us .btn_main {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  border-radius: 7px;
  background: #DE4E38;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.ab_us .btn_main::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C7C551;
  transition: right .22s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0
}

.ab_us .btn_main:hover::before {
  right: 0
}

.ab_us .btn_main:hover {
  color: #1b1b1b;
  box-shadow: inset 0 2px 6px 0 #c7c55126 inset 0 -2px 8px 0 #de4e381a
}

.ab_us .btn_main span {
  position: relative;
  z-index: 1
}

.ab_us .btn_icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  flex-shrink: 0
}

.ab_us .last_sec {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px
}

.ab_us .last_h {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b1b1b;
  text-align: center;
  margin: 0 0 48px
}

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

  .ab_us .two_col {
    grid-template-columns: 1fr 2fr
  }
}

@media (max-width: 768px) {
  .ab_us .top_h {
    font-size: 37px
  }

  .ab_us .num_acc {
    font-size: 51px
  }

  .ab_us .two_col {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .ab_us .side_sup {
    position: static
  }

  .ab_us .cards_row {
    grid-template-columns: 1fr
  }

  .ab_us .metrics_row {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .ab_us .matrix_head,
  .ab_us .matrix_row {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 12px;
    gap: 6px
  }

  .ab_us .dark_h {
    font-size: 21px
  }
}

@media (max-width: 480px) {
  .ab_us .top_h {
    font-size: 21px
  }

  .ab_us .num_acc {
    font-size: 37px
  }

  .ab_us .matrix_head,
  .ab_us .matrix_row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    font-size: 13px
  }

  .ab_us .strip {
    height: 120px
  }
}

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

.ct-us .pg-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ct-us .lbl-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F3ECEB;
  border: 1px solid #DE4E38;
  border-radius: 48px;
  padding: 6px 12px;
  font-size: 15px;
  color: #DE4E38;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.ct-us .split-top {
  background: #fff;
  padding: 48px 0 0;
  position: relative
}

.ct-us .split-top::after {
  content: '';
  display: block;
  width: 100%;
  height: 32px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: 48px
}

.ct-us .top-grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 48px;
  align-items: start
}

.ct-us .accent-col {
  padding: 24px;
  background: #F3ECEB;
  border-radius: 12px;
  box-shadow: -1px 1px 4px 0 #de4e380d;
  position: relative
}

.ct-us .accent-col::before {
  content:'{';
  position: absolute;
  top: 12px;
  left: 6px;
  font-size: 68px;
  line-height: 1.2;
  color: #DE4E38;
  opacity: .15;
  pointer-events: none
}

.ct-us .accent-col::after {
  content: '}';
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 68px;
  line-height: 1.2;
  color: #DE4E38;
  opacity: .15;
  pointer-events: none
}

.ct-us .acc-head {
  font-size: 17px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 24px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: center
}

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

.ct-us .info-list li {
  padding: 12px;
  background: #fff;
  border-radius: 7px;
  border-top: 2px solid #C7C551;
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
  box-shadow: -1px 1px 4px 0 #de4e380d
}

.ct-us .info-list li strong {
  display: block;
  font-size: 15px;
  color: #DE4E38;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .05em
}

.ct-us .info-list a {
  color: #2a2a2a;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .info-list a:hover {
  color: #DE4E38
}

.ct-us .form-col {
  padding: 48px;
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.ct-us .form-head {
  font-size: 51px;
  font-weight: 800;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: -.01em
}

.ct-us .form-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 24px
}

.ct-us .f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px
}

.ct-us .f-group {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.ct-us .f-group.full {
  grid-column: 1 / -1
}

.ct-us .f-label {
  font-size: 15px;
  font-weight: 600;
  color: #1b1b1b;
  letter-spacing: .03em
}

.ct-us .f-input {
  padding: 12px;
  border: 1.5px solid #ccc;
  border-radius: 7px;
  font-size: 15px;
  color: #1b1b1b;
  background: #fff;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  width: 100%;
  box-sizing: border-box
}

.ct-us .f-input:focus {
  border-color: #DE4E38;
  box-shadow: inset 0 2px 4px #de4e3814 0 0 0 2px #de4e381f
}

.ct-us .f-input::placeholder {
  color: #aaa
}

.ct-us .f-select {
  padding: 12px;
  border: 1.5px solid #ccc;
  border-radius: 7px;
  font-size: 15px;
  color: #1b1b1b;
  background: #fff;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23DE4E38' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px
}

.ct-us .f-select:focus {
  border-color: #DE4E38;
  box-shadow: inset 0 2px 4px #de4e3814
}

.ct-us .f-textarea {
  padding: 12px;
  border: 1.5px solid #ccc;
  border-radius: 7px;
  font-size: 15px;
  color: #1b1b1b;
  background: #fff;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 100px
}

.ct-us .f-textarea:focus {
  border-color: #DE4E38;
  box-shadow: inset 0 2px 4px #de4e3814 0 0 0 2px #de4e381f
}

.ct-us .f-check-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px
}

.ct-us .f-check {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #DE4E38;
  flex-shrink: 0;
  cursor: pointer
}

.ct-us .f-check-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444
}

.ct-us .f-check-text a {
  color: #DE4E38;
  text-decoration: underline;
  text-underline-offset: 2px
}

.ct-us .btn-send {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #DE4E38;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: .03em
}

.ct-us .btn-send::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #b33d2a;
  transition: width .22s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.ct-us .btn-send:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

.ct-us .btn-send:hover {
  box-shadow: inset 0 2px 6px #de4e384d inset 0 -1px 3px #b33d2a33
}

.ct-us .btn-send span,
.ct-us .btn-send svg {
  position: relative;
  z-index: 1
}

.ct-us .btn-send:focus-visible {
  outline: 3px solid #C7C551;
  outline-offset: 2px
}

.ct-us .mid-sec {
  background: #F3ECEB;
  padding: 48px 0;
  position: relative
}

.ct-us .mid-sec::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, #de4e380a 0px, #de4e380a 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-45deg, #de4e380a 0px, #de4e380a 1px, transparent 1px, transparent 10px);
  pointer-events: none;
  border-radius: 0
}

.ct-us .mid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1
}

.ct-us .stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .stat-card:hover {
  box-shadow: 0 0 0 3px #de4e382e -1px 4px 22px 0 #de4e3824;
  transform: translateY(-2px)
}

.ct-us .stat-num {
  font-size: 51px;
  font-weight: 800;
  line-height: 1.2;
  color: #DE4E38;
  display: block
}

.ct-us .stat-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin: 6px 0 0
}

.ct-us .bar-chart-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  grid-column: 1 / -1;
  margin-top: 24px
}

.ct-us .bar-head {
  font-size: 17px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 24px;
  text-align: center
}

.ct-us .bar-stack {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ct-us .bar-row {
  display: flex;
  align-items: center;
  gap: 12px
}

.ct-us .bar-lbl {
  font-size: 15px;
  color: #444;
  width: 160px;
  flex-shrink: 0;
  text-align: right
}

.ct-us .bar-track {
  flex: 1;
  background: #F3ECEB;
  border-radius: 7px;
  height: 20px;
  overflow: hidden
}

.ct-us .bar-fill {
  height: 100%;
  border-radius: 7px;
  background: linear-gradient(90deg, #DE4E38 0%, #C7C551 100%);
  transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .bar-val {
  font-size: 15px;
  font-weight: 700;
  color: #DE4E38;
  width: 36px;
  flex-shrink: 0
}

.ct-us .bottom-sec {
  background: #fff;
  padding: 48px 0
}

.ct-us .bottom-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 48px;
  align-items: center
}

.ct-us .img-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  position: relative
}

.ct-us .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 0%, #de4e3838 0%, transparent 55%), radial-gradient(ellipse at 100% 100%, #c7c5512e 0%, transparent 55%);
  pointer-events: none
}

.ct-us .img-wrap img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  opacity: .92
}

.ct-us .aside-info {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.ct-us .aside-blk {
  padding: 24px;
  border-radius: 12px;
  background: #F3ECEB;
  box-shadow: -1px 1px 4px 0 #de4e380d
}

.ct-us .aside-blk h5 {
  font-size: 15px;
  font-weight: 700;
  color: #DE4E38;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 6px
}

.ct-us .aside-blk p {
  font-size: 15px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0
}

.ct-us .aside-blk a {
  color: #DE4E38;
  text-decoration: underline;
  text-underline-offset: 2px
}

.ct-us .stripe-accent {
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, #DE4E38 0%, #C7C551 100%);
  border-radius: 48px;
  margin: 0 0 24px
}

.ct-us .mid-label {
  text-align: center;
  margin-bottom: 24px
}

@media (max-width: 1280px) {
  .ct-us .top-grid {
    grid-template-columns: 35% 65%;
    gap: 24px
  }

  .ct-us .form-col {
    padding: 24px
  }

  .ct-us .form-head {
    font-size: 37px
  }

  .ct-us .bottom-grid {
    grid-template-columns: 60% 40%;
    gap: 24px
  }
}

@media (max-width: 768px) {
  .ct-us .top-grid {
    grid-template-columns: 1fr
  }

  .ct-us .f-row {
    grid-template-columns: 1fr
  }

  .ct-us .f-group.full {
    grid-column: 1
  }

  .ct-us .mid-inner {
    grid-template-columns: 1fr 1fr
  }

  .ct-us .bar-chart-wrap {
    grid-column: 1 / -1
  }

  .ct-us .bottom-grid {
    grid-template-columns: 1fr
  }

  .ct-us .bar-lbl {
    width: 100px;
    font-size: 15px
  }

  .ct-us .form-head {
    font-size: 37px
  }
}

@media (max-width: 480px) {
  .ct-us .mid-inner {
    grid-template-columns: 1fr
  }

  .ct-us .form-head {
    font-size: 21px
  }

  .ct-us .stat-num {
    font-size: 37px
  }

  .ct-us .bar-lbl {
    width: 80px;
    font-size: 15px
  }

  .ct-us .form-col {
    padding: 12px
  }
}

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

.lp .pg_wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.lp .t_hero {
  background: #F3ECEB;
  padding: 96px 24px 48px;
  position: relative
}

.lp .t_hero .pg_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.lp .shape_a {
  position: absolute;
  top: 24px;
  left: 48px;
  width: 80px;
  height: 80px;
  border: 3px solid #DE4E38;
  border-radius: 48px;
  opacity: .18;
  pointer-events: none
}

.lp .shape_b {
  position: absolute;
  top: 48px;
  right: 72px;
  width: 48px;
  height: 48px;
  background: #C7C551;
  border-radius: 12px;
  opacity: .22;
  pointer-events: none;
  transform: rotate(22deg)
}

.lp .shape_c {
  position: absolute;
  bottom: 24px;
  left: 30%;
  width: 32px;
  height: 32px;
  border: 2px solid #C7C551;
  border-radius: 7px;
  opacity: .25;
  pointer-events: none
}

.lp .hero_tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #DE4E38;
  background: #fff;
  border: 1.5px solid #DE4E38;
  border-radius: 48px;
  padding: 6px 24px;
  margin-bottom: 24px
}

.lp .hero_h1 {
  font-size: 68px;
  line-height: 1.2;
  color: #1a1200;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 24px;
  max-width: 900px
}

.lp .hero_h1 .punct {
  color: #DE4E38
}

.lp .hero_sub {
  font-size: 21px;
  line-height: 1.7;
  color: #3a2e2b;
  max-width: 580px;
  margin-bottom: 48px
}

.lp .hero_btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center
}

.lp .btn_p {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  background: #DE4E38;
  border: none;
  border-radius: 7px;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none
}

.lp .btn_p::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #b33a26;
  transition: right .25s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.lp .btn_p:hover::before {
  right: 0
}

.lp .btn_p:hover {
  box-shadow: inset 0 2px 6px #de4e382e inset 0 -2px 4px #64140a1f
}

.lp .btn_p span,
.lp .btn_p svg {
  position: relative;
  z-index: 1
}

.lp .btn_s {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  line-height: 1.2;
  color: #DE4E38;
  background: #fff;
  border: 1.5px solid #DE4E38;
  border-radius: 7px;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none
}

.lp .btn_s::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #F3ECEB;
  transition: right .22s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.lp .btn_s:hover::before {
  right: 0
}

.lp .btn_s:hover {
  box-shadow: inset 0 2px 5px #de4e381a inset 0 -2px 4px #de4e3814
}

.lp .btn_s span,
.lp .btn_s svg {
  position: relative;
  z-index: 1
}

.lp .divider_a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  max-width: 1320px;
  margin: 0 auto
}

.lp .divider_a .ln {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #C7C551 40%, #DE4E38 60%, transparent)
}

.lp .divider_a .ctr {
  width: 12px;
  height: 12px;
  background: #DE4E38;
  border-radius: 48px;
  box-shadow: 0 0 0 4px #de4e381f
}

.lp .mosaic {
  padding: 48px 24px;
  background: #fff
}

.lp .mosaic .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.lp .mos_img1 {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  position: relative;
  cursor: pointer
}

.lp .mos_img1 img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .mos_img1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 80%, #de4e3800 40%, #1e0a0500 100%);
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  pointer-events: none
}

.lp .mos_img1:hover::after {
  background: radial-gradient(ellipse at 20% 80%, #1e0a0552 0%, #1e0a058c 100%)
}

.lp .mos_img1:hover img {
  transform: scale(1.03)
}

.lp .mos_txt {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: #F3ECEB;
  border-radius: 12px
}

.lp .mos_txt h2 {
  font-size: 37px;
  line-height: 1.2;
  color: #1a0e0a;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 12px
}

.lp .mos_txt p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a2e2b;
  margin-bottom: 12px
}

.lp .mos_list {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.lp .mos_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 24px;
  background: #fff;
  border-radius: 7px;
  border-top: 2px solid #C7C551;
  box-shadow: -1px 1px 4px 0 #c7c5510d
}

.lp .mos_item_num {
  font-size: 21px;
  line-height: 1.2;
  color: #DE4E38;
  font-weight: 700;
  min-width: 32px
}

.lp .mos_item_body h5 {
  font-size: 17px;
  line-height: 1.2;
  color: #1a0e0a;
  margin-bottom: 6px
}

.lp .mos_item_body p {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a44;
  margin: 0
}

.lp .pricing_sec {
  padding: 48px 24px;
  background: linear-gradient(158deg, #1a0e0a 0%, #DE4E38 55%, #F3ECEB 100%)
}

.lp .pricing_sec .pg_wrap {
  display: flex;
  flex-direction: column;
  align-items: center
}

.lp .pricing_sec h2 {
  font-size: 51px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 12px
}

.lp .pricing_sec .sub {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffffd9;
  text-align: center;
  max-width: 520px;
  margin-bottom: 48px
}

.lp .pricing_tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  background: #fff
}

.lp .pricing_tbl thead tr {
  background: #1a0e0a
}

.lp .pricing_tbl thead th {
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 24px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.lp .pricing_tbl thead th:first-child {
  text-align: left;
  color: #C7C551
}

.lp .pricing_tbl thead th.col_feat {
  background: #DE4E38;
  color: #fff
}

.lp .pricing_tbl tbody tr {
  border-bottom: 1px solid #F3ECEB;
  transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .pricing_tbl tbody tr:last-child {
  border-bottom: none
}

.lp .pricing_tbl tbody tr:hover {
  background: #F3ECEB
}

.lp .pricing_tbl tbody td {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2e2b;
  padding: 12px 24px;
  text-align: center;
  vertical-align: middle
}

.lp .pricing_tbl tbody td:first-child {
  text-align: left;
  font-size: 17px;
  color: #1a0e0a
}

.lp .chk {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 48px;
  background: #C7C551;
  position: relative
}

.lp .chk::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  border-right: 2px solid #1a0e0a;
  border-bottom: 2px solid #1a0e0a;
  transform: rotate(40deg)
}

.lp .chk_no {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 48px;
  background: #F3ECEB;
  position: relative
}

.lp .chk_no::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 10px;
  height: 2px;
  background: #aaa;
  border-radius: 2px
}

.lp .price_cell {
  font-size: 21px;
  color: #DE4E38;
  font-weight: 700
}

.lp .divider_b {
  height: 6px;
  background: linear-gradient(90deg, #C7C551, #DE4E38, #F3ECEB)
}

.lp .social_sec {
  padding: 48px 24px;
  background: #F3ECEB;
  position: relative
}

.lp .social_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, #c7c5510a 0px, #c7c5510a 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, #de4e3808 0px, #de4e3808 1px, transparent 1px, transparent 28px);
  pointer-events: none
}

.lp .social_sec .pg_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative
}

.lp .reviews_col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lp .rev_card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  display: flex;
  flex-direction: column;
  gap: 12px
}

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

.lp .rev_port {
  width: 56px;
  height: 78px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0
}

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

.lp .rev_meta h5 {
  font-size: 17px;
  line-height: 1.2;
  color: #1a0e0a;
  margin-bottom: 6px
}

.lp .rev_meta span {
  font-size: 15px;
  color: #7a6560
}

.lp .rev_quote {
  font-size: 15px;
  line-height: 1.7;
  color: #3a2e2b;
  border-left: 3px solid #DE4E38;
  padding-left: 12px
}

.lp .stats_col {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.lp .stats_col h3 {
  font-size: 37px;
  line-height: 1.2;
  color: #1a0e0a;
  text-transform: uppercase;
  letter-spacing: .03em
}

.lp .stats_col p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a2e2b
}

.lp .stat_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.lp .stat_box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 12px;
  text-align: center;
  box-shadow: -1px 1px 4px 0 #de4e380d;
  border-top: 3px solid #C7C551
}

.lp .stat_num {
  font-size: 37px;
  line-height: 1.2;
  color: #DE4E38;
  font-weight: 700;
  display: block
}

.lp .stat_lbl {
  font-size: 15px;
  line-height: 1.7;
  color: #5a4a44
}

.lp .img2_wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  cursor: pointer;
  position: relative
}

.lp .img2_wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp .img2_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, #1e0a0500 40%, #1e0a0500 100%);
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.lp .img2_wrap:hover::after {
  background: radial-gradient(ellipse at 80% 20%, #1e0a0547 0%, #1e0a0585 100%)
}

.lp .img2_wrap:hover img {
  transform: scale(1.04)
}

@keyframes shake_it {

  0%,
  85%,
  100% {
    transform: translateX(0)
  }

  87% {
    transform: translateX(-5px)
  }

  89% {
    transform: translateX(5px)
  }

  91% {
    transform: translateX(-4px)
  }

  93% {
    transform: translateX(4px)
  }

  95% {
    transform: translateX(-2px)
  }

  97% {
    transform: translateX(2px)
  }
}

.lp .hero_tag {
  animation: shake_it 5s cubic-bezier(0.4, 0, 0.2, 1) 2s infinite
}

@media (max-width: 1280px) {
  .lp .hero_h1 {
    font-size: 51px
  }

  .lp .mosaic .pg_wrap {
    gap: 24px
  }
}

@media (max-width: 768px) {
  .lp .hero_h1 {
    font-size: 37px
  }

  .lp .mosaic .pg_wrap {
    grid-template-columns: 1fr
  }

  .lp .mos_img1 {
    grid-column: 1;
    grid-row: auto
  }

  .lp .mos_txt {
    grid-column: 1;
    grid-row: auto
  }

  .lp .mos_list {
    grid-column: 1;
    grid-row: auto
  }

  .lp .social_sec .pg_wrap {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .lp .pricing_sec h2 {
    font-size: 37px
  }
}

@media (max-width: 480px) {
  .lp .hero_h1 {
    font-size: 21px
  }

  .lp .hero_sub {
    font-size: 15px
  }

  .lp .stat_grid {
    grid-template-columns: 1fr
  }

  .lp .pricing_tbl thead th,
  .lp .pricing_tbl tbody td {
    padding: 12px 6px;
    font-size: 15px
  }
}

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

.st .pg {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.st .t1 {
  background-color: #1e1a18;
  padding: 48px 0;
  position: relative
}

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

.st .t1_geo {
  position: absolute;
  top: 48px;
  right: 80px;
  width: 220px;
  height: 220px;
  border: 2px solid #de4e382e;
  border-radius: 12px;
  pointer-events: none;
  animation: geo_pulse 3.8s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

.st .t1_geo2 {
  position: absolute;
  bottom: 48px;
  left: 60px;
  width: 120px;
  height: 120px;
  border: 1.5px solid #c7c55126;
  border-radius: 48px;
  pointer-events: none;
  animation: geo_pulse 5.2s cubic-bezier(0.4, 0, 0.2, 1) infinite 1.2s
}

@keyframes geo_pulse {

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

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

.st .t1_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1
}

.st .t1_copy {
  flex: 1
}

.st .t1_badge {
  display: inline-block;
  background: #de4e3826;
  border: 1px solid #de4e3859;
  color: #DE4E38;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 24px;
  border-radius: 7px;
  margin-bottom: 24px
}

.st .t1_h {
  font-size: 68px;
  line-height: 1.2;
  color: #F3ECEB;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 24px
}

.st .t1_h span {
  color: #DE4E38
}

.st .t1_desc {
  font-size: 21px;
  line-height: 1.7;
  color: #f3ecebb8;
  max-width: 520px;
  margin: 0 0 48px
}

.st .t1_links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap
}

.st .btn_p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #DE4E38;
  color: #F3ECEB;
  font-size: 17px;
  line-height: 1.2;
  padding: 12px 24px;
  border-radius: 7px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.st .btn_p::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #c03d28;
  transform: translateX(100%);
  transition: transform .22s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.st .btn_p:hover::after {
  transform: translateX(0)
}

.st .btn_p:hover {
  box-shadow: inset -1px 2px 8px 0 #de4e382e -1px 4px 22px 0 #de4e3824
}

.st .btn_p svg,
.st .btn_p span {
  position: relative;
  z-index: 1
}

.st .btn_s {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #F3ECEB;
  font-size: 17px;
  line-height: 1.2;
  padding: 12px 24px;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid #f3eceb40;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.st .btn_s:hover {
  border-color: #f3eceb80;
  box-shadow: inset -1px 2px 6px 0 #de4e3814
}

.st .t1_img_wrap {
  flex: 0 0 380px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824;
  position: relative
}

.st .t1_img_wrap img {
  width: 380px;
  height: 460px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: sepia(0.3) saturate(1.4) brightness(0.88)
}

.st .t1_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #de4e3838 0%, #c7c5511f 60%, transparent 100%);
  pointer-events: none
}

.st .div_line {
  height: 3px;
  background: linear-gradient(90deg, #DE4E38 0%, #C7C551 100%)
}

.st .inv_sec {
  background: #2b2420;
  padding: 48px 0;
  position: relative
}

.st .inv_geo {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 160px;
  height: 160px;
  border: 1.5px solid #c7c5511f;
  border-radius: 48px;
  pointer-events: none;
  animation: geo_pulse 6s cubic-bezier(0.4, 0, 0.2, 1) infinite .6s
}

.st .inv_row {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start
}

.st .inv_left {
  flex: 1
}

.st .inv_label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C7C551;
  margin-bottom: 24px
}

.st .inv_h {
  font-size: 51px;
  line-height: 1.2;
  color: #F3ECEB;
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: .03em
}

.st .inv_body {
  font-size: 17px;
  line-height: 1.7;
  color: #f3ecebb8;
  margin: 0 0 24px
}

.st .inv_items {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.st .inv_items li {
  font-size: 17px;
  line-height: 1.7;
  color: #f3ecebd1;
  padding: 12px 12px 12px 24px;
  border-left: 3px solid #DE4E38;
  background: #de4e380f;
  border-radius: 0 7px 7px 0
}

.st .inv_right {
  flex: 0 0 340px
}

.st .inv_card {
  background: #f3eceb0d;
  border: 1px solid #f3eceb1a;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.st .inv_card_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
  display: block;
  margin-bottom: 24px;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.st .inv_price_row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px
}

.st .inv_price {
  font-size: 37px;
  line-height: 1.2;
  color: #F3ECEB
}

.st .inv_price_note {
  font-size: 15px;
  line-height: 1.2;
  color: #f3eceb80
}

.st .inv_card_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #f3eceba6;
  margin: 0 0 24px
}

.st .div_line2 {
  height: 3px;
  background: linear-gradient(90deg, #C7C551 0%, #DE4E38 100%)
}

.st .num_sec {
  background: #F3ECEB;
  padding: 48px 0;
  position: relative
}

.st .num_geo {
  position: absolute;
  bottom: 24px;
  left: 48px;
  width: 180px;
  height: 180px;
  border: 2px solid #de4e381a;
  border-radius: 12px;
  pointer-events: none;
  animation: geo_pulse 4.6s cubic-bezier(0.4, 0, 0.2, 1) infinite .3s
}

.st .num_top {
  text-align: center;
  margin-bottom: 48px
}

.st .num_label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #DE4E38;
  margin-bottom: 12px
}

.st .num_h {
  font-size: 51px;
  line-height: 1.2;
  color: #1e1a18;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin: 0 0 24px
}

.st .num_sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3430;
  max-width: 560px;
  margin: 0 auto
}

.st .num_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px
}

.st .num_item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: -1px 1px 4px 0 #de4e380d;
  border: 1px solid #de4e381a;
  transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden
}

.st .num_item:hover {
  box-shadow: inset -1px 2px 8px 0 #de4e3814 -1px 4px 22px 0 #de4e381a;
  transform: translateY(-2px)
}

.st .num_big {
  font-size: 51px;
  line-height: 1.2;
  color: #DE4E38;
  display: block;
  margin-bottom: 6px
}

.st .num_name {
  font-size: 15px;
  line-height: 1.7;
  color: #3d3430
}

.st .num_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.st .num_img_box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: -1px 12px 36px 0 #de4e3824
}

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

.st .div_line3 {
  height: 3px;
  background: linear-gradient(90deg, #DE4E38 30%, #C7C551 100%)
}

.st .env_sec {
  background: #fff;
  padding: 48px 0;
  position: relative
}

.st .env_geo {
  position: absolute;
  top: 48px;
  right: 120px;
  width: 200px;
  height: 200px;
  border: 1.5px solid #c7c55133;
  border-radius: 48px;
  pointer-events: none;
  animation: geo_pulse 7s cubic-bezier(0.4, 0, 0.2, 1) infinite 2s
}

.st .env_label {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C7C551;
  text-align: center;
  margin-bottom: 12px
}

.st .env_h {
  font-size: 37px;
  line-height: 1.2;
  color: #1e1a18;
  text-align: center;
  margin: 0 0 24px
}

.st .env_intro {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3430;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px
}

.st .env_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px
}

.st .env_card {
  background: #F3ECEB;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 1px 4px 0 #de4e380d;
  transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.st .env_card:hover {
  box-shadow: inset -1px 2px 6px 0 #de4e3812 -1px 4px 22px 0 #de4e381a
}

.st .env_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px
}

.st .env_ch {
  font-size: 21px;
  line-height: 1.2;
  color: #1e1a18;
  margin: 0 0 12px
}

.st .env_cp {
  font-size: 15px;
  line-height: 1.7;
  color: #3d3430;
  margin: 0
}

.st .env_people {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
  background: #F3ECEB;
  border-radius: 12px;
  padding: 48px;
  box-shadow: -1px 4px 22px 0 #de4e381a
}

.st .env_portraits {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex: 0 0 auto
}

.st .env_portrait {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -1px 4px 22px 0 #de4e3824;
  flex-shrink: 0
}

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

.st .env_quote_wrap {
  flex: 1
}

.st .env_qh {
  font-size: 21px;
  line-height: 1.2;
  color: #1e1a18;
  margin: 0 0 12px
}

.st .env_qt {
  font-size: 17px;
  line-height: 1.7;
  color: #3d3430;
  margin: 0 0 12px
}

.st .env_names {
  font-size: 15px;
  line-height: 1.2;
  color: #DE4E38
}

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

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

.st .t1_copy {
  animation: col_appear .28s cubic-bezier(0.0, 0, 0.2, 1) both
}

.st .t1_img_wrap {
  animation: col_appear .28s cubic-bezier(0.0, 0, 0.2, 1) .15s both
}

.st .inv_left {
  animation: col_appear .25s cubic-bezier(0.0, 0, 0.2, 1) .08s both
}

.st .inv_right {
  animation: col_appear .25s cubic-bezier(0.0, 0, 0.2, 1) .2s both
}

@media (max-width: 1280px) {
  .st .t1_h {
    font-size: 51px
  }

  .st .num_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .st .t1_img_wrap {
    flex: 0 0 300px
  }

  .st .t1_img_wrap img {
    width: 300px;
    height: 380px
  }

  .st .t1_geo {
    right: 24px;
    width: 140px;
    height: 140px
  }
}

@media (max-width: 768px) {
  .st .t1_row {
    flex-direction: column;
    gap: 24px
  }

  .st .t1_img_wrap {
    flex: 0 0 auto;
    width: 100%
  }

  .st .t1_img_wrap img {
    width: 100%;
    height: 280px
  }

  .st .t1_h {
    font-size: 37px
  }

  .st .t1_geo {
    display: none
  }

  .st .t1_geo2 {
    display: none
  }

  .st .inv_row {
    flex-direction: column;
    gap: 24px
  }

  .st .inv_right {
    flex: 0 0 auto;
    width: 100%
  }

  .st .inv_h {
    font-size: 37px
  }

  .st .num_grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .st .num_imgs {
    grid-template-columns: 1fr
  }

  .st .env_row {
    grid-template-columns: 1fr
  }

  .st .env_people {
    flex-direction: column;
    gap: 24px;
    padding: 24px
  }

  .st .env_portraits {
    justify-content: center
  }

  .st .env_quote_wrap {
    text-align: center
  }

  .st .num_h {
    font-size: 37px
  }
}

@media (max-width: 480px) {
  .st .t1_h {
    font-size: 37px
  }

  .st .num_grid {
    grid-template-columns: 1fr
  }

  .st .inv_h {
    font-size: 21px
  }

  .st .num_h {
    font-size: 21px
  }

  .st .t1_links {
    flex-direction: column
  }

  .st .env_portraits {
    flex-direction: column;
    align-items: center
  }

  .st .pg {
    padding: 0 12px
  }
}

.suc_pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #F3ECEB
}

.suc_pg .card {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 4px 22px 0 #de4e381a;
  padding: 48px;
  max-width: 540px;
  width: 100%;
  text-align: center
}

.suc_pg .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  display: block
}

.suc_pg .lbl {
  font-size: 37px;
  line-height: 1.2;
  color: #1b1412;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .06em
}

.suc_pg .msg {
  font-size: 17px;
  line-height: 1.7;
  color: #3a2e2b;
  margin-bottom: 24px
}

.suc_pg .divider {
  width: 48px;
  height: 3px;
  background: #DE4E38;
  border-radius: 7px;
  margin: 0 auto 24px
}

.suc_pg .note {
  font-size: 15px;
  line-height: 1.7;
  color: #6b5a55;
  margin-bottom: 48px
}

.suc_pg .btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: #DE4E38;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 7px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc_pg .btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #b83d2c;
  transition: width .25s cubic-bezier(0.0, 0, 0.2, 1);
  z-index: 0
}

.suc_pg .btn:hover::before {
  width: 100%;
  left: 0;
  right: auto
}

.suc_pg .btn:hover {
  box-shadow: inset 0 2px 4px #de4e382e inset 0 -2px 6px #b83d2c38
}

.suc_pg .btn span {
  position: relative;
  z-index: 1
}

.suc_pg .btn svg {
  position: relative;
  z-index: 1;
  flex-shrink: 0
}

@media (max-width: 480px) {
  .suc_pg .card {
    padding: 24px
  }

  .suc_pg .lbl {
    font-size: 21px
  }
}