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

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

body {
  margin: 0;
  min-height: 100dvh;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}

.pg-head {
  position: relative;
  background: #fff;
  border-bottom: 3px solid #ECEAEC;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  z-index: 100;
  overflow: hidden
}

.pg-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #BA0E4E 0%, #F9942C 100%);
  pointer-events: none
}

.pg-head__bar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 28px 28px 0;
  display: flex;
  align-items: flex-start;
  gap: 28px
}

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

.brand__img-wrap {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0;
  border: 2px solid #ECEAEC;
  box-shadow: -1px 1px 2px 0 #ba0e4e12 -1px 5px 14px 0 #ba0e4e17 inset 0 0 0 1px #ba0e4e14;
  overflow: hidden
}

.brand__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 0
}

.brand__name {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #BA0E4E;
  letter-spacing: 0
}

.brand__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #3d2030
}

.pg-head__nav-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  padding-bottom: 0
}

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

.pg-head__links li {
  margin: 0;
  padding: 0
}

.pg-head__links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #2a1020;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
  transition: color .28s ease-in-out, background .28s ease-in-out;
  min-height: 44px;
  display: flex;
  align-items: center
}

.pg-head__links a:hover {
  color: #BA0E4E;
  background: #ba0e4e0f
}

.pg-head__links a:focus {
  outline: none;
  border-bottom: 4px solid #BA0E4E
}

.pg-head__action {
  flex-shrink: 0
}

.pg-head__action a {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: #BA0E4E;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12 -1px 5px 14px 0 #ba0e4e17;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.pg-head__action a:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.pg-head__action a:focus {
  outline: none;
  border-bottom: 4px solid #F9942C
}

.pg-head__accent-bar {
  height: 8px;
  background: linear-gradient(90deg, #ba0e4e14 0%, #f9942c1f 60%, transparent 100%);
  margin-top: 16px
}

.pg-foot {
  background: #1a0a12;
  color: #ECEAEC;
  padding: 56px 0 0
}

.pg-foot__top {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px 56px;
  display: flex;
  align-items: flex-start;
  gap: 56px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eceaec26
}

.pg-foot__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 auto
}

.pg-foot__logo-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none
}

.pg-foot__img-box {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0;
  border: 2px solid #eceaec4d;
  box-shadow: -1px 1px 2px 0 #f9942c12 -1px 5px 14px 0 #f9942c17 inset 0 0 0 1px #f9942c1a;
  overflow: hidden
}

.pg-foot__img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block
}

.pg-foot__brand-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #F9942C
}

.pg-foot__desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #eceaecbf;
  max-width: 280px
}

.pg-foot__cols {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
  flex: 1 1 auto
}

.pg-foot__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.pg-foot__col-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  color: #ECEAEC;
  text-transform: uppercase;
  letter-spacing: 0
}

.pg-foot__col-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pg-foot__col-links a {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #F9942C;
  text-decoration: none;
  transition: color .28s ease-in-out;
  display: inline-block;
  padding: 8px 0;
  min-height: 44px;
  display: flex;
  align-items: center
}

.pg-foot__col-links a:hover {
  color: #fff
}

.pg-foot__col-links a:focus {
  outline: none;
  border-bottom: 4px solid #F9942C
}

.pg-foot__contact-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #eceaecbf;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.pg-foot__contact-item a {
  color: #F9942C;
  text-decoration: none;
  transition: color .28s ease-in-out
}

.pg-foot__contact-item a:hover {
  color: #fff
}

.pg-foot__contact-item a:focus {
  outline: none;
  border-bottom: 4px solid #F9942C
}

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

.pg-foot__copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #eceaec80
}

.pg-foot__legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.pg-foot__legal a {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #eceaec80;
  text-decoration: none;
  transition: color .35s ease-in-out;
  padding: 8px 0;
  min-height: 44px;
  display: flex;
  align-items: center
}

.pg-foot__legal a:hover {
  color: #F9942C
}

.pg-foot__legal a:focus {
  outline: none;
  border-bottom: 4px solid #F9942C
}

.ck-card {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 4000;
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  max-width: 320px;
  width: calc(100vw - 56px);
  box-shadow: -1px 9px 48px 0 #ba0e4e24 -1px 5px 14px 0 #ba0e4e17;
  border-top: 3px solid #BA0E4E;
  display: none;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-card.ck-card--visible {
  transform: translateY(0);
  opacity: 1
}

.ck-card__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #2a1020;
  margin: 0 0 16px
}

.ck-card__btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.ck-card__btns button {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  border: none;
  cursor: pointer;
  border-radius: 44px;
  padding: 8px 16px;
  min-height: 44px;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-card__btns button:focus {
  outline: none;
  border-bottom: 4px solid #BA0E4E
}

.ck-card__accept {
  background: #BA0E4E;
  color: #fff;
  flex: 1 1 auto
}

.ck-card__accept:hover {
  transform: scale(1.04);
  background: #9a0b40
}

.ck-card__decline {
  background: #ECEAEC;
  color: #2a1020
}

.ck-card__decline:hover {
  transform: scale(1.04);
  background: #ddd8dd
}

@media (max-width: 768px) {
  .pg-head__bar {
    flex-direction: column;
    gap: 16px;
    padding: 16px 16px 0
  }

  .pg-head__nav-row {
    padding: 0 16px;
    padding-top: 8px;
    flex-direction: column;
    align-items: flex-start
  }

  .pg-head__links {
    gap: 0
  }

  .pg-head__links a {
    padding: 8px
  }

  .pg-foot__top {
    flex-direction: column;
    gap: 28px;
    padding: 0 16px 28px
  }

  .pg-foot__cols {
    flex-direction: column;
    gap: 28px
  }

  .pg-foot__bottom {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start
  }

  .ck-card {
    top: 16px;
    right: 16px;
    max-width: calc(100vw - 32px);
    width: calc(100vw - 32px);
    padding: 16px
  }
}

@media (max-width: 390px) {
  .pg-head__links a {
    font-size: 15px;
    padding: 8px
  }

  .pg-head__action a {
    padding: 8px 16px;
    font-size: 15px
  }

  .pg-foot__col-label {
    font-size: 15px
  }
}

.policy-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 28px
}

.policy-page h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #BA0E4E;
  margin-bottom: 28px;
  margin-top: 0
}

.policy-page h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin-top: 56px;
  margin-bottom: 16px
}

.policy-page h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #F9942C;
  margin-top: 28px;
  margin-bottom: 16px
}

.policy-page h4,
.policy-page h5,
.policy-page h6 {
  font-size: 16px;
  line-height: 1.4;
  color: #F9942C;
  margin-top: 28px;
  margin-bottom: 8px
}

.policy-page p {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 16px
}

.policy-page em,
.policy-page i {
  font-style: italic;
  color: #3a3a3a
}

.policy-page hr {
  border: none;
  border-top: 1px solid #ECEAEC;
  margin-top: 56px;
  margin-bottom: 56px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12
}

.policy-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.policy-page thead {
  background-color: #BA0E4E
}

.policy-page thead th {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 16px;
  text-align: left
}

.policy-page tbody tr {
  background-color: #fff;
  transition: background-color .25s ease-in-out
}

.policy-page tbody tr:nth-child(even) {
  background-color: #ECEAEC
}

.policy-page tbody tr:hover {
  background-color: #f5e8ed
}

.policy-page td {
  padding: 16px;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid #ECEAEC
}

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

@media (max-width: 768px) {
  .policy-page {
    padding: 28px 16px
  }

  .policy-page h1 {
    font-size: 20px;
    line-height: 1.15
  }

  .policy-page table {
    display: block;
    overflow-x: auto
  }
}

@media (max-width: 390px) {
  .policy-page {
    padding: 16px 8px
  }

  .policy-page h2,
  .policy-page h3 {
    font-size: 16px
  }
}

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

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

.ct-us .reach-panel {
  background: #fff;
  padding: 96px 0 56px;
  position: relative
}

.ct-us .reach-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='30' cy='30' rx='18' ry='28' fill='none' stroke='%23BA0E4E' stroke-width='0.4' opacity='0.07'/%3E%3Cellipse cx='30' cy='30' rx='10' ry='18' fill='none' stroke='%23F9942C' stroke-width='0.3' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0
}

.ct-us .reach-panel .pg-wrap {
  position: relative;
  z-index: 1
}

.ct-us .rp-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 56px;
  align-items: start
}

.ct-us .rp-left {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ct-us .rp-label {
  font-size: 15px;
  line-height: 1.4;
  color: #BA0E4E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.ct-us .rp-heading {
  font-size: 64px;
  line-height: 1.15;
  color: #BA0E4E;
  font-weight: 700;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #F9942C
}

.ct-us .rp-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0
}

.ct-us .rp-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px
}

.ct-us .rp-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #ECEAEC;
  border-radius: 6px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12;
  transition: box-shadow .25s ease-in-out, background .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .rp-contact-item:hover {
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  background: #fff
}

.ct-us .rp-ci-label {
  font-size: 15px;
  line-height: 1.4;
  color: #F9942C;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em
}

.ct-us .rp-ci-val {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  text-decoration: none;
  word-break: break-word
}

.ct-us .rp-ci-val:visited {
  color: #8a0035
}

.ct-us .rp-right {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ct-us .form-card {
  background: #fff;
  border-radius: 6px;
  padding: 56px;
  box-shadow: -1px 9px 48px 0 #ba0e4e24;
  outline: 2px dashed #ba0e4e2e;
  outline-offset: 8px;
  position: relative;
  animation: desat-sat 7s ease-in-out infinite
}

@keyframes desat-sat {
  0% {
    filter: saturate(1)
  }

  45% {
    filter: saturate(0.55)
  }

  100% {
    filter: saturate(1)
  }
}

.ct-us .form-card:hover {
  animation-play-state: paused
}

.ct-us .fc-title {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  font-weight: 700;
  margin: 0 0 28px
}

.ct-us .fc-form {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.ct-us .fc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.ct-us .fc-field {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .fc-field--full {
  grid-column: 1 / -1
}

.ct-us .fc-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #2d2d2d;
  font-weight: 600
}

.ct-us .fc-inp {
  padding: 16px;
  border: 1.5px solid #ECEAEC;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #2d2d2d;
  background: #fff;
  outline: none;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  box-sizing: border-box
}

.ct-us .fc-inp::placeholder {
  color: #ba0e4e59
}

.ct-us .fc-inp:focus {
  border-color: #BA0E4E;
  box-shadow: inset -1px 1px 2px 0 #ba0e4e17
}

.ct-us .fc-inp:hover:not(:focus) {
  border-color: #F9942C
}

.ct-us .fc-select {
  padding: 16px;
  border: 1.5px solid #ECEAEC;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #2d2d2d;
  background: #fff;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23BA0E4E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .fc-select:focus {
  border-color: #BA0E4E;
  box-shadow: inset -1px 1px 2px 0 #ba0e4e17
}

.ct-us .fc-select:hover:not(:focus) {
  border-color: #F9942C
}

.ct-us .fc-channel-group {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.ct-us .fc-channel-opts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.ct-us .fc-ch-opt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid #ECEAEC;
  border-radius: 44px;
  cursor: pointer;
  transition: border-color .32s ease-in-out, background .32s ease-in-out;
  font-size: 15px;
  line-height: 1.4;
  color: #2d2d2d
}

.ct-us .fc-ch-opt input[type="radio"] {
  accent-color: #BA0E4E;
  width: 16px;
  height: 16px;
  cursor: pointer
}

.ct-us .fc-ch-opt:has(input:checked) {
  border-color: #BA0E4E;
  background: #ba0e4e0f
}

.ct-us .fc-ch-opt:hover {
  border-color: #F9942C
}

.ct-us .fc-privacy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #ECEAEC;
  border-radius: 6px
}

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

.ct-us .fc-privacy-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d
}

.ct-us .fc-privacy-txt a {
  color: #BA0E4E;
  text-decoration: underline;
  transition: color .25s ease-in-out
}

.ct-us .fc-privacy-txt a:visited {
  color: #8a0035
}

.ct-us .fc-privacy-txt a:hover {
  color: #F9942C
}

.ct-us .fc-submit {
  align-self: flex-start;
  padding: 16px 56px;
  background: linear-gradient(0deg, #BA0E4E, #F9942C);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .fc-submit:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.ct-us .fc-submit:focus {
  outline: 2px solid #F9942C;
  outline-offset: 3px
}

.ct-us .fc-submit:active {
  transform: scale(0.98)
}

.ct-us .img-strip {
  background: #3d0018;
  padding: 56px 0;
  position: relative;
  overflow: hidden
}

.ct-us .img-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f9942c1f 0%, #ba0e4e59 100%);
  pointer-events: none;
  z-index: 1
}

.ct-us .img-strip .pg-wrap {
  position: relative;
  z-index: 2
}

.ct-us .is-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center
}

.ct-us .is-img-wrap {
  width: 100%;
  height: 380px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.ct-us .is-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .is-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3d001800;
  transition: background .38s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none
}

.ct-us .is-img-wrap:hover::after {
  background: #3d00189e
}

.ct-us .is-img-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  transition: opacity .38s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2
}

.ct-us .is-img-wrap:hover .is-img-caption {
  opacity: 1
}

.ct-us .is-img-caption-txt {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 600
}

.ct-us .is-txt {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.ct-us .is-heading {
  font-size: 20px;
  line-height: 1.4;
  color: #F9942C;
  font-weight: 700;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #BA0E4E
}

.ct-us .is-body {
  font-size: 16px;
  line-height: 1.6;
  color: #ECEAEC;
  margin: 0
}

.ct-us .is-nums {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: stretch
}

.ct-us .is-num-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 6px;
  background: #ffffff12;
  box-shadow: inset -1px 1px 2px 0 #f9942c1f;
  transition: background .32s ease-in-out
}

.ct-us .is-num-item:hover {
  background: #ffffff21
}

.ct-us .is-num-val {
  font-size: 64px;
  line-height: 1.15;
  font-weight: 700;
  color: #F9942C
}

.ct-us .is-num-val--alt {
  color: #fff
}

.ct-us .is-num-desc {
  font-size: 15px;
  line-height: 1.4;
  color: #ECEAEC
}

@media (max-width: 1280px) {
  .ct-us .rp-grid {
    grid-template-columns: 35% 1fr;
    gap: 28px
  }

  .ct-us .rp-heading {
    font-size: 44px
  }

  .ct-us .form-card {
    padding: 28px
  }
}

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

  .ct-us .rp-heading {
    font-size: 44px
  }

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

  .ct-us .is-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .ct-us .is-img-wrap {
    height: 240px
  }

  .ct-us .is-nums {
    flex-direction: column;
    gap: 16px
  }

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

  .ct-us .img-strip {
    padding: 56px 0
  }
}

@media (max-width: 390px) {
  .ct-us .rp-heading {
    font-size: 36px
  }

  .ct-us .fc-channel-opts {
    flex-direction: column
  }

  .ct-us .form-card {
    padding: 16px;
    outline: none
  }

  .ct-us .fc-submit {
    padding: 16px 28px;
    width: 100%;
    text-align: center
  }

  .ct-us .pg-wrap {
    padding: 0 16px
  }

  .ct-us .is-num-val {
    font-size: 44px
  }
}

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

.abt-us *,
.abt-us ::before,
.abt-us ::after {
  box-sizing: border-box
}

.abt-us ::selection {
  background: #BA0E4E;
  color: #fff
}

.abt-us a:visited {
  color: #8a0038
}

.abt-us input::placeholder,
.abt-us textarea::placeholder {
  color: #ba0e4e66
}

.abt-us .ttl-blk {
  max-width: 1140px;
  margin: 0 auto;
  padding: 96px 56px 56px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: start
}

.abt-us .ttl-blk__img-col {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4
}

.abt-us .ttl-blk__img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .ttl-blk__img-col:hover img {
  transform: scale(1.045)
}

.abt-us .ttl-blk__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #ba0e4e73 0%, transparent 60%);
  pointer-events: none
}

.abt-us .ttl-blk__arrow-deco {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  pointer-events: none
}

.abt-us .ttl-blk__arrow-deco svg {
  width: 100%;
  height: 100%
}

.abt-us .ttl-blk__text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 28px
}

.abt-us .ttl-blk__eyebrow {
  font-size: 15px;
  line-height: 1.4;
  color: #BA0E4E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600
}

.abt-us .ttl-blk__h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #BA0E4E;
  margin: 0;
  font-weight: 700
}

.abt-us .ttl-blk__h1 span {
  color: #F9942C
}

.abt-us .ttl-blk__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  margin: 0;
  max-width: 520px
}

.abt-us .ttl-blk__dashed {
  border: 2px dashed #ba0e4e47;
  border-radius: 6px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .ttl-blk__dashed-label {
  font-size: 15px;
  line-height: 1.4;
  color: #2c2c2c;
  font-weight: 600
}

.abt-us .ttl-blk__metrics {
  display: flex;
  flex-direction: row;
  gap: 28px;
  flex-wrap: wrap
}

.abt-us .metric__num {
  font-size: 64px;
  line-height: 1.15;
  color: #F9942C;
  font-weight: 700;
  display: block
}

.abt-us .metric__lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  display: block
}

.abt-us .ttl-blk__cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.abt-us .btn--primary {
  background: #BA0E4E;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .btn--primary:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.abt-us .btn--primary:focus-visible {
  outline: 3px solid #F9942C;
  outline-offset: 3px
}

.abt-us .btn--secondary {
  background: transparent;
  color: #BA0E4E;
  border: 2px solid #BA0E4E;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform .25s ease-in-out, background .25s ease-in-out, color .25s ease-in-out
}

.abt-us .btn--secondary:hover {
  transform: scale(1.03);
  background: #BA0E4E;
  color: #fff
}

.abt-us .btn--secondary:focus-visible {
  outline: 3px solid #F9942C;
  outline-offset: 3px
}

.abt-us .split-sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px
}

.abt-us .split-sec__rich {
  background: linear-gradient(to top, #BA0E4E 0%, #F9942C 100%);
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center
}

.abt-us .split-sec__neutral {
  background: #ECEAEC;
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center
}

.abt-us .split-sec__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  font-weight: 700;
  padding-left: 16px;
  border-left: 4px solid #ffffff80
}

.abt-us .split-sec__body {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffffeb;
  margin: 0
}

.abt-us .split-sec__img-wrap {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/10;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.abt-us .split-sec__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .split-sec__img-wrap:hover img {
  transform: scale(1.05)
}

.abt-us .split-sec__neutral-h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0;
  font-weight: 700;
  padding-left: 16px;
  border-left: 4px solid #F9942C
}

.abt-us .split-sec__neutral-body {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  margin: 0
}

.abt-us .split-sec__pill-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap
}

.abt-us .pill {
  background: #ba0e4e1a;
  color: #BA0E4E;
  border-radius: 44px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500
}

.abt-us .feed-sec {
  background: #ba0e4e0a;
  padding: 96px 56px
}

.abt-us .feed-sec__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 56px;
  align-items: start
}

.abt-us .feed-sec__left {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.abt-us .feed-sec__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0;
  font-weight: 700;
  text-align: center
}

.abt-us .feed-sec__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  margin: 0;
  text-align: left
}

.abt-us .feed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .feed-list__item {
  background: #fff;
  border-radius: 6px;
  padding: 16px 28px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  box-shadow: -1px 1px 2px 0 #ba0e4e12;
  transition: box-shadow .28s ease-in-out;
  animation: border-glow 3.2s ease-in-out infinite
}

.abt-us .feed-list__item:nth-child(2) {
  animation-delay: .8s
}

.abt-us .feed-list__item:nth-child(3) {
  animation-delay: 1.6s
}

.abt-us .feed-list__item:nth-child(4) {
  animation-delay: 2.4s
}

@keyframes border-glow {

  0%,
  100% {
    box-shadow: -1px 1px 2px 0 #ba0e4e12 0 0 0 1px #ba0e4e0f
  }

  50% {
    box-shadow: -1px 5px 14px 0 #ba0e4e21 0 0 0 2px #ba0e4e2e
  }
}

.abt-us .feed-list__icon {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: linear-gradient(to top, #BA0E4E 0%, #F9942C 100%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.abt-us .feed-list__icon svg {
  width: 18px;
  height: 18px
}

.abt-us .feed-list__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.abt-us .feed-list__desc {
  font-size: 15px;
  line-height: 1.4;
  color: #2c2c2c;
  margin: 0
}

.abt-us .feed-list__time {
  font-size: 15px;
  line-height: 1.4;
  color: #888
}

.abt-us .feed-sec__sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.abt-us .sidebar-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.abt-us .sidebar-card__img {
  width: 100%;
  height: 180px;
  overflow: hidden
}

.abt-us .sidebar-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .sidebar-card:hover .sidebar-card__img img {
  transform: scale(1.05)
}

.abt-us .sidebar-card__body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-us .sidebar-card__h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0;
  font-weight: 700
}

.abt-us .sidebar-card__p {
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c2c;
  margin: 0
}

.abt-us .sidebar-card__link {
  font-size: 15px;
  line-height: 1.4;
  color: #BA0E4E;
  text-decoration: none;
  font-weight: 600;
  transition: color .25s ease-in-out
}

.abt-us .sidebar-card__link:hover {
  color: #F9942C
}

.abt-us .sidebar-card__link:visited {
  color: #8a0038
}

@media (max-width: 1280px) {
  .abt-us .ttl-blk {
    padding: 56px 28px;
    gap: 28px
  }

  .abt-us .ttl-blk__h1 {
    font-size: 64px
  }

  .abt-us .split-sec__rich,
  .abt-us .split-sec__neutral {
    padding: 56px 28px
  }

  .abt-us .feed-sec {
    padding: 56px 28px
  }
}

@media (max-width: 768px) {
  .abt-us .ttl-blk {
    grid-template-columns: 1fr;
    padding: 56px 16px 28px;
    gap: 28px
  }

  .abt-us .ttl-blk__img-col {
    aspect-ratio: 16/9
  }

  .abt-us .ttl-blk__h1 {
    font-size: 20px
  }

  .abt-us .split-sec {
    grid-template-columns: 1fr
  }

  .abt-us .split-sec__rich,
  .abt-us .split-sec__neutral {
    padding: 56px 16px
  }

  .abt-us .feed-sec {
    padding: 56px 16px
  }

  .abt-us .feed-sec__inner {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .abt-us .metric__num {
    font-size: 20px
  }
}

@media (max-width: 390px) {
  .abt-us .ttl-blk {
    padding: 28px 16px 16px
  }

  .abt-us .ttl-blk__metrics {
    flex-direction: column;
    gap: 16px
  }

  .abt-us .split-sec__rich,
  .abt-us .split-sec__neutral {
    padding: 28px 16px
  }

  .abt-us .feed-sec {
    padding: 28px 16px
  }

  .abt-us .feed-list__item {
    padding: 16px
  }
}

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

.lp-prog__col {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px
}

.lp-prog__strip {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #BA0E4E, #F9942C)
}

.lp-prog__banner {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fff;
  position: relative
}

.lp-prog__img-frame {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 56px;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  opacity: 0;
  animation: lp-wipe .38s cubic-bezier(0.4, 0, 0.2, 1) .1s forwards
}

@keyframes lp-wipe {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0
  }

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

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

.lp-prog__label {
  font-size: 15px;
  line-height: 1.4;
  color: #F9942C;
  margin-bottom: 16px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.lp-prog__h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #BA0E4E;
  margin-bottom: 28px;
  max-width: 720px
}

.lp-prog__lead {
  font-size: 20px;
  line-height: 1.6;
  color: #2b2b2b;
  max-width: 640px;
  margin-bottom: 0
}

.lp-prog__deco-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(to top, #F9942C, #BA0E4E);
  border-radius: 6px;
  margin-top: 28px
}

.lp-prog__modules {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #ECEAEC;
  position: relative
}

.lp-prog__modules-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 56px
}

.lp-prog__modules-intro {
  flex: 1 1 340px
}

.lp-prog__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: none;
  position: relative
}

.lp-prog__h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to top, #F9942C, #BA0E4E);
  border-radius: 6px
}

.lp-prog__body {
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b
}

.lp-prog__img2-frame {
  flex: 0 0 340px;
  height: 260px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: -1px 9px 48px 0 #ba0e4e24;
  border: 3px solid #fff
}

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

.lp-prog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px
}

.lp-prog__card {
  background: #fff;
  border-radius: 6px;
  padding: 28px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box
}

.lp-prog__card:hover {
  box-shadow: -1px 9px 48px 0 #ba0e4e24;
  transform: translateY(-4px)
}

.lp-prog__card-num {
  font-size: 64px;
  line-height: 1.15;
  color: #ECEAEC;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  box-shadow: inset 0 -2px 8px 0 #f9942c17
}

.lp-prog__card-h {
  font-size: 16px;
  line-height: 1.4;
  color: #BA0E4E;
  margin-bottom: 8px;
  font-weight: 600
}

.lp-prog__card-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b
}

.lp-prog__outcomes {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
  position: relative;
  overflow: hidden
}

.lp-prog__outcomes-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 10% 80%, #ba0e4e0f 0%, transparent 55%), radial-gradient(ellipse at 90% 20%, #f9942c12 0%, transparent 50%);
  pointer-events: none;
  z-index: 0
}

.lp-prog__outcomes-inner {
  position: relative;
  z-index: 1
}

.lp-prog__outcomes-head {
  text-align: center;
  margin-bottom: 56px
}

.lp-prog__h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin-bottom: 16px
}

.lp-prog__outcomes-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto
}

.lp-prog__rows {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.lp-prog__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  padding: 28px;
  border-radius: 6px;
  background: #ECEAEC;
  box-shadow: -1px 1px 2px 0 #f9942c12;
  transition: background .35s ease-in-out
}

.lp-prog__row:hover {
  background: #fff;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.lp-prog__row-marker {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: linear-gradient(to top, #F9942C, #BA0E4E);
  display: flex;
  align-items: center;
  justify-content: center
}

.lp-prog__row-marker svg {
  display: block
}

.lp-prog__row-body {
  flex: 1 1 auto
}

.lp-prog__row-h {
  font-size: 16px;
  line-height: 1.4;
  color: #BA0E4E;
  margin-bottom: 8px;
  font-weight: 600
}

.lp-prog__row-p {
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b
}

.lp-prog__cta-wrap {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center
}

.lp-prog__btn {
  display: inline-block;
  padding: 16px 56px;
  background: linear-gradient(to top, #F9942C, #BA0E4E);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none
}

.lp-prog__btn:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.lp-prog__btn:focus {
  outline: 2px solid #BA0E4E;
  outline-offset: 3px
}

.lp-prog__btn:active {
  transform: scale(0.98)
}

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

  .lp-prog__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

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

  .lp-prog__img-frame {
    height: 160px;
    margin-bottom: 28px
  }

  .lp-prog__modules-top {
    flex-direction: column;
    gap: 28px
  }

  .lp-prog__img2-frame {
    flex: 0 0 auto;
    width: 100%;
    height: 200px
  }

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

  .lp-prog__modules {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .lp-prog__outcomes {
    padding-top: 56px;
    padding-bottom: 56px
  }
}

@media (max-width: 390px) {
  .lp-prog__col {
    padding-left: 16px;
    padding-right: 16px
  }

  .lp-prog__banner {
    padding-top: 28px;
    padding-bottom: 28px
  }

  .lp-prog__row {
    flex-direction: column;
    gap: 16px
  }

  .lp-prog__btn {
    padding: 16px 28px;
    font-size: 15px
  }
}

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

.lnch .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px
}

.lnch .tb {
  padding: 56px 0 96px;
  position: relative
}

.lnch .tb__bg-stripe {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(118deg, transparent, transparent 18px, #ba0e4e0a 18px, #ba0e4e0a 19px);
  pointer-events: none;
  z-index: 0
}

.lnch .tb__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 56px;
  position: relative;
  z-index: 1
}

.lnch .tb__img-strip {
  flex: 0 0 220px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.lnch .tb__img-strip img {
  width: 220px;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(0px);
  -webkit-mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 60%, transparent 100%)
}

.lnch .tb__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 56px
}

.lnch .tb__label {
  font-size: 15px;
  line-height: 1.4;
  color: #4a4a4a;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .tb__h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #1b1b1b;
  margin-bottom: 28px;
  font-weight: 700
}

.lnch .tb__h1 span {
  background: linear-gradient(0deg, #BA0E4E, #F9942C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.lnch .tb__desc {
  font-size: 20px;
  line-height: 1.6;
  color: #2d2d2d;
  max-width: 560px;
  margin-bottom: 28px
}

.lnch .tb__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.lnch .btn--pri {
  display: inline-block;
  padding: 16px 28px;
  background: #BA0E4E;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: -1px 5px 14px 0 #ba0e4e24;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lnch .btn--pri:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e2e
}

.lnch .btn--sec {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  color: #BA0E4E;
  font-size: 15px;
  line-height: 1.4;
  border: 1.5px solid #BA0E4E;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .22s ease-in-out, background .22s ease-in-out, color .22s ease-in-out
}

.lnch .btn--sec:hover {
  transform: scale(1.03);
  background: #BA0E4E;
  color: #fff
}

.lnch .div-wave1 {
  line-height: 0;
  overflow: hidden
}

.lnch .div-wave1 svg {
  display: block;
  width: 100%
}

.lnch .val {
  background: #ECEAEC;
  padding: 96px 0 56px
}

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

.lnch .val__eyebrow {
  font-size: 15px;
  line-height: 1.4;
  color: #BA0E4E;
  text-transform: uppercase;
  margin-bottom: 16px
}

.lnch .val__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 28px;
  padding-left: 16px;
  border-left: 3px solid #BA0E4E
}

.lnch .val__body {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  margin-bottom: 16px
}

.lnch .val__img-wrap {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #ba0e4e17;
  position: relative
}

.lnch .val__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #f9942c2e, #ba0e4e14);
  pointer-events: none
}

.lnch .val__img-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .val__metrics {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-top: 28px;
  flex-wrap: wrap
}

.lnch .val__met {
  flex: 1 1 120px;
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12;
  text-align: center
}

.lnch .val__met-num {
  font-size: 64px;
  line-height: 1.15;
  font-weight: 700;
  background: linear-gradient(0deg, #BA0E4E, #F9942C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block
}

.lnch .val__met-label {
  font-size: 15px;
  line-height: 1.4;
  color: #4a4a4a;
  display: block;
  margin-top: 8px
}

.lnch .val__icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 28px;
  align-items: center
}

.lnch .val__icon-item {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #ECEAEC;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 1px 2px 0 #ba0e4e12;
  transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.lnch .val__icon-item svg {
  width: 22px;
  height: 22px
}

.lnch .val__icon-item--1 {
  animation: iconPulse 3.6s ease-in-out infinite 0s
}

.lnch .val__icon-item--2 {
  animation: iconPulse 3.6s ease-in-out infinite 1.2s
}

.lnch .val__icon-item--3 {
  animation: iconPulse 3.6s ease-in-out infinite 2.4s
}

@keyframes iconPulse {

  0%,
  100% {
    background: #ECEAEC;
    box-shadow: -1px 1px 2px 0 #ba0e4e12
  }

  33% {
    background: #BA0E4E;
    box-shadow: -1px 5px 14px 0 #ba0e4e38
  }

  66% {
    background: #ECEAEC;
    box-shadow: -1px 1px 2px 0 #ba0e4e12
  }
}

.lnch .val__icon-item--1 svg path,
.lnch .val__icon-item--2 svg path,
.lnch .val__icon-item--3 svg path {
  fill: #BA0E4E
}

.lnch .div-wave2 {
  line-height: 0;
  overflow: hidden;
  background: #ECEAEC
}

.lnch .div-wave2 svg {
  display: block;
  width: 100%
}

.lnch .recog {
  background: #fff;
  padding: 56px 0 96px
}

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

.lnch .recog__img-col {
  flex: 0 0 360px;
  position: relative
}

.lnch .recog__img-frame {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #f9942c24
}

.lnch .recog__img-frame img {
  width: 360px;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .recog__diamond {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 72px;
  height: 72px;
  background: linear-gradient(0deg, #BA0E4E, #F9942C);
  transform: rotate(45deg);
  border-radius: 6px;
  box-shadow: -1px 5px 14px 0 #ba0e4e2e;
  pointer-events: none;
  z-index: 0
}

.lnch .recog__text-col {
  flex: 1 1 auto
}

.lnch .recog__tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  background: #BA0E4E;
  border-radius: 44px;
  padding: 8px 16px;
  margin-bottom: 28px
}

.lnch .recog__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #F9942C
}

.lnch .recog__body {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  margin-bottom: 16px
}

.lnch .recog__scenario {
  background: #ECEAEC;
  border-radius: 6px;
  padding: 28px;
  margin-top: 28px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12 inset 0 1px 4px 0 #ba0e4e12
}

.lnch .recog__scenario-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #BA0E4E;
  margin-bottom: 8px
}

.lnch .recog__scenario-text {
  font-size: 15px;
  line-height: 1.6;
  color: #2d2d2d
}

.lnch .div-wave3 {
  line-height: 0;
  overflow: hidden
}

.lnch .div-wave3 svg {
  display: block;
  width: 100%
}

.lnch .ppl {
  background: #1b1b1b;
  padding: 96px 0 56px
}

.lnch .ppl__head {
  text-align: center;
  margin-bottom: 56px
}

.lnch .ppl__h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #ECEAEC;
  font-weight: 700;
  margin-bottom: 16px
}

.lnch .ppl__sub {
  font-size: 16px;
  line-height: 1.6;
  color: #c4c4c4;
  max-width: 540px;
  margin: 0 auto
}

.lnch .ppl__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 28px
}

.lnch .ppl__img-feature {
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #f9942c24
}

.lnch .ppl__img-feature img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: center;
  display: block
}

.lnch .ppl__card {
  background: #2a2a2a;
  border-radius: 6px;
  padding: 28px;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.lnch .ppl__card--accent {
  border-top: 3px solid #F9942C
}

.lnch .ppl__quote {
  font-size: 16px;
  line-height: 1.6;
  color: #e0dde0;
  font-style: italic
}

.lnch .ppl__person {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px
}

.lnch .ppl__avatar {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: linear-gradient(0deg, #BA0E4E, #F9942C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0
}

.lnch .ppl__name {
  font-size: 15px;
  line-height: 1.4;
  color: #ECEAEC;
  font-weight: 700
}

.lnch .ppl__role {
  font-size: 15px;
  line-height: 1.4;
  color: #9a9a9a
}

.lnch .ppl__result {
  font-size: 15px;
  line-height: 1.4;
  color: #F9942C;
  font-weight: 600
}

.lnch .ppl__img-sm {
  grid-column: 3;
  grid-row: 2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.lnch .ppl__img-sm img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block
}

@media (max-width: 1280px) {
  .lnch .tb__h1 {
    font-size: 48px
  }

  .lnch .tb__img-strip {
    flex: 0 0 180px
  }

  .lnch .tb__img-strip img {
    width: 180px
  }
}

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

  .lnch .tb__img-strip {
    flex: none;
    width: 100%;
    height: 220px;
    border-radius: 6px
  }

  .lnch .tb__img-strip img {
    width: 100%;
    min-height: 220px;
    height: 220px
  }

  .lnch .tb__h1 {
    font-size: 36px
  }

  .lnch .tb {
    padding: 28px 0 56px
  }

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

  .lnch .recog__inner {
    flex-direction: column;
    gap: 28px
  }

  .lnch .recog__img-col {
    flex: none;
    width: 100%
  }

  .lnch .recog__img-frame img {
    width: 100%;
    height: 280px
  }

  .lnch .recog__diamond {
    display: none
  }

  .lnch .ppl__mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .lnch .ppl__img-feature {
    grid-column: 1 / 3;
    grid-row: 1
  }

  .lnch .ppl__img-sm {
    grid-column: 1 / 3;
    grid-row: auto
  }

  .lnch .ppl__img-sm img {
    height: 220px
  }
}

@media (max-width: 390px) {
  .lnch .tb__h1 {
    font-size: 28px
  }

  .lnch .tb__desc {
    font-size: 16px
  }

  .lnch .val__met-num {
    font-size: 36px
  }

  .lnch .ppl__mosaic {
    grid-template-columns: 1fr
  }

  .lnch .ppl__img-feature {
    grid-column: 1
  }

  .lnch .ppl__img-sm {
    grid-column: 1
  }

  .lnch .pg-wrap {
    padding: 0 16px
  }

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

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

.cons .pg-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px
}

.cons .title-area {
  position: relative;
  padding: 56px 28px;
  overflow: hidden;
  background: linear-gradient(170deg, #BA0E4E 0%, #F9942C 100%);
  background-size: 300% 300%;
  animation: gradshift 8s ease-in-out infinite alternate
}

@keyframes gradshift {
  0% {
    background-position: 0 50%
  }

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

.cons .title-area .blob {
  position: absolute;
  border-radius: 44px;
  filter: blur(60px);
  pointer-events: none;
  opacity: .35
}

.cons .title-area .blob--a {
  width: 320px;
  height: 220px;
  background: #F9942C;
  top: -60px;
  left: -80px
}

.cons .title-area .blob--b {
  width: 260px;
  height: 180px;
  background: #BA0E4E;
  bottom: -40px;
  right: -60px
}

.cons .title-area .blob--c {
  width: 180px;
  height: 180px;
  background: #fff;
  top: 30px;
  right: 200px;
  opacity: .08
}

.cons .title-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px
}

.cons .title-text {
  flex: 1 1 0
}

.cons .title-text h1 {
  font-size: 64px;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 700
}

.cons .title-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffffe0;
  margin: 0;
  max-width: 520px
}

.cons .title-img-wrap {
  flex: 0 0 380px;
  width: 380px;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.cons .title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  filter: contrast(1.06) saturate(1.08)
}

.cons .zigzag-div {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.cons .about-strip {
  background: #fff;
  padding: 56px 28px
}

.cons .about-cols {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
  gap: 28px;
  align-items: start
}

.cons .about-side {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cons .about-fact {
  background: #ECEAEC;
  border-radius: 6px;
  padding: 16px;
  box-shadow: -1px 1px 2px 0 #ba0e4e12
}

.cons .about-fact h5 {
  font-size: 20px;
  line-height: 1.15;
  color: #BA0E4E;
  margin: 0 0 8px;
  font-weight: 700
}

.cons .about-fact p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.cons .about-center {
  padding: 0 16px
}

.cons .about-center h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0 0 16px;
  padding-left: 16px;
  border-left: 3px solid #F9942C;
  text-align: left
}

.cons .about-center p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px
}

.cons .about-center p:last-child {
  margin-bottom: 0
}

.cons .about-center .emph-block {
  background: linear-gradient(180deg, #F9942C 0%, #BA0E4E 100%);
  border-radius: 6px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: -1px 5px 14px 0 #ba0e4e17
}

.cons .about-center .emph-block p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin: 0
}

.cons .about-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cons .about-stat {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: -1px 5px 14px 0 #f9942c17;
  text-align: center
}

.cons .about-stat strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
  color: #F9942C;
  font-weight: 700;
  margin-bottom: 8px
}

.cons .about-stat span {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2a2a
}

.cons .cards-strip {
  background: #fdf5f8;
  padding: 56px 28px
}

.cons .cards-strip h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 28px;
  padding-left: 16px;
  border-left: 3px solid #F9942C;
  text-align: left
}

.cons .cards-row {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: stretch
}

.cons .card-item {
  flex: 1 1 0;
  background: #fff;
  border-radius: 6px;
  padding: 28px 16px 0;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cons .card-item:hover {
  box-shadow: -1px 9px 48px 0 #ba0e4e24;
  transform: translateY(-4px)
}

.cons .card-item h4 {
  font-size: 16px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0 0 8px;
  font-weight: 700
}

.cons .card-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px
}

.cons .card-grad-edge {
  width: 100%;
  height: 28px;
  background: linear-gradient(180deg, transparent 0%, #fdf5f8 100%);
  margin-top: auto
}

.cons .card-num {
  font-size: 64px;
  line-height: 1.15;
  color: #ECEAEC;
  font-weight: 700;
  margin: 0 0 8px;
  display: block
}

.cons .zigzag-div2 {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden
}

.cons .contact-strip {
  background: #fff;
  padding: 56px 28px 96px
}

.cons .contact-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center
}

.cons .contact-img-col {
  flex: 0 0 420px;
  width: 420px;
  height: 320px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.cons .contact-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.cons .contact-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cons .contact-text h2 {
  font-size: 20px;
  line-height: 1.4;
  color: #BA0E4E;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #F9942C
}

.cons .contact-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0
}

.cons .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cons .contact-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start
}

.cons .contact-list li strong {
  color: #BA0E4E;
  flex: 0 0 auto;
  min-width: 64px
}

.cons .contact-list a {
  color: #BA0E4E;
  text-decoration: none;
  transition: color .25s ease-in-out
}

.cons .contact-list a:visited {
  color: #F9942C
}

.cons .contact-list a:hover {
  color: #F9942C;
  text-decoration: underline
}

.cons .cta-btn {
  display: inline-block;
  background: linear-gradient(180deg, #F9942C 0%, #BA0E4E 100%);
  color: #fff !important;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s ease-in-out;
  align-self: flex-start
}

.cons .cta-btn:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e24
}

.cons .cta-btn:focus {
  outline: 2px solid #BA0E4E;
  outline-offset: 3px
}

.cons .slide-up {
  opacity: 0;
  transform: translateY(32px);
  animation: slideup .38s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.cons .slide-up--1 {
  animation-delay: .08s
}

.cons .slide-up--2 {
  animation-delay: .18s
}

.cons .slide-up--3 {
  animation-delay: .28s
}

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

@media (max-width: 1280px) {
  .cons .title-img-wrap {
    flex: 0 0 300px;
    width: 300px;
    height: 230px
  }

  .cons .about-cols {
    grid-template-columns: 1fr 2fr 1fr
  }

  .cons .contact-img-col {
    flex: 0 0 340px;
    width: 340px
  }
}

@media (max-width: 768px) {
  .cons .title-inner {
    flex-direction: column;
    gap: 28px
  }

  .cons .title-text h1 {
    font-size: 20px
  }

  .cons .title-text p {
    font-size: 15px
  }

  .cons .title-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: 200px
  }

  .cons .about-cols {
    grid-template-columns: 1fr
  }

  .cons .about-center {
    padding: 0
  }

  .cons .cards-row {
    flex-direction: column
  }

  .cons .contact-inner {
    flex-direction: column;
    gap: 28px
  }

  .cons .contact-img-col {
    flex: 0 0 auto;
    width: 100%;
    height: 220px
  }
}

@media (max-width: 390px) {
  .cons .title-area {
    padding: 28px 16px
  }

  .cons .about-strip,
  .cons .cards-strip,
  .cons .contact-strip {
    padding-left: 16px;
    padding-right: 16px
  }

  .cons .title-text h1 {
    font-size: 20px
  }

  .cons .card-num {
    font-size: 20px
  }
}

.succ-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 28px;
  background: #fff
}

.succ-page .succ-card {
  max-width: 560px;
  width: 100%;
  background: #ECEAEC;
  border-radius: 6px;
  padding: 56px;
  box-shadow: -1px 5px 14px 0 #ba0e4e17;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.succ-page .succ-card .succ-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0
}

.succ-page .succ-card .succ-icon svg {
  width: 64px;
  height: 64px;
  display: block
}

.succ-page .succ-card .succ-heading {
  font-size: 64px;
  line-height: 1.15;
  color: #BA0E4E;
  text-align: center;
  margin: 0
}

.succ-page .succ-card .succ-body {
  font-size: 16px;
  line-height: 1.6;
  color: #2b2b2b;
  text-align: center;
  margin: 0;
  max-width: 420px
}

.succ-page .succ-card .succ-divider {
  width: 56px;
  height: 3px;
  background: linear-gradient(to top, #F9942C, #BA0E4E);
  border-radius: 44px;
  flex-shrink: 0
}

.succ-page .succ-card .succ-btn {
  display: inline-block;
  padding: 16px 56px;
  background: #BA0E4E;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: -1px 9px 48px 0 #ba0e4e24;
  transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s ease-in-out
}

.succ-page .succ-card .succ-btn:hover {
  transform: scale(1.04);
  box-shadow: -1px 9px 48px 0 #ba0e4e38
}

.succ-page .succ-card .succ-btn:focus {
  outline: 2px solid #F9942C;
  outline-offset: 3px
}

.succ-page .succ-card .succ-btn:active {
  transform: scale(0.98)
}

.succ-page .succ-note {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
  text-align: center;
  max-width: 480px
}

.succ-page .succ-note a {
  color: #BA0E4E;
  text-decoration: underline;
  transition: color .25s ease-in-out
}

.succ-page .succ-note a:visited {
  color: #F9942C
}

.succ-page .succ-note a:hover {
  color: #F9942C
}

@media (max-width: 768px) {
  .succ-page {
    padding: 56px 16px
  }

  .succ-page .succ-card {
    padding: 56px 28px;
    gap: 28px
  }

  .succ-page .succ-card .succ-heading {
    font-size: 20px
  }
}

@media (max-width: 390px) {
  .succ-page .succ-card {
    padding: 28px 16px
  }

  .succ-page .succ-card .succ-btn {
    padding: 16px 28px;
    width: 100%;
    text-align: center
  }
}