* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media (max-width: 1200px) {
  html {
    font-size: 51.5%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 40%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  font-size: 1.6rem;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  background: #111E1B;
  color: #fff;
}

.app {
  flex: 1;
}

.container {
  max-width: 136rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    max-width: 380px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  height: 4.5rem;
  padding: 0 1.8rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  gap: 1rem;
  justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
}
.btn-big {
  height: 5.4rem;
}
.btn-transparent {
  background: transparent;
  border: 1px solid #757575;
  color: #C4B998;
}
.btn-white {
  background: #fff;
  color: #000;
}

.heading {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .heading {
    margin-bottom: 24px;
  }
}

.mb44 {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .mb44 {
    margin-bottom: 24px;
  }
}

.subtitle {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(196, 185, 152, 0.6);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 10px;
  }
}

.title {
  font-weight: 600;
  font-size: 4.4rem;
  letter-spacing: -1px;
  line-height: 5.4rem;
  color: #E8E4DC;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.title strong {
  color: #757575;
  font-weight: 400;
}

.btn-gradient {
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  padding: 1px;
  height: 5.4rem;
  border-radius: 8px;
  text-decoration: none;
}
.btn-gradient div {
  background: #000;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  padding: 0 1.8rem;
}
.btn-gradient div span {
  font-weight: 500;
  font-sizE: 1.4rem;
  letter-spacing: 0.3px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.remodal {
  text-align: left;
  padding: 3.2rem 2.4rem;
  background: #0D1815;
  border-radius: 12px;
}
.remodal__head {
  margin-bottom: 2.4rem;
}
.remodal__title {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
}
.remodal__desc {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #9E9E9E;
}

.remodal-close {
  left: auto;
  right: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3rem;
  z-index: 10;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 110px;
  }
}
.header__menu {
  list-style: none;
  display: flex;
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu li a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}
.header__menu li a:hover {
  color: #C4B998;
}
@media (max-width: 767px) {
  .header .btn {
    display: none;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 21.4rem;
  background: url("../images/hero-bg.png") center top/cover;
  padding-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 20px;
    background: url("../images/hero-bg-mobile.png") center top/cover;
  }
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero__wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 44.3rem;
  gap: 11.1rem;
  margin-bottom: 12.6rem;
}
@media (max-width: 767px) {
  .hero__wrap {
    display: block;
    margin-bottom: 50px;
  }
}
.hero__subtitle {
  margin-bottom: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #C4B998;
  letter-spacing: 3px;
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 10px;
    padding-left: 18px;
  }
}
.hero__subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #9E793B;
}
@media (max-width: 767px) {
  .hero__subtitle:before {
    width: 6px;
    height: 6px;
  }
}
.hero__title {
  margin-bottom: 3.2rem;
  font-weight: 600;
  line-height: 1;
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .hero__title {
    font-sizE: 32px;
    margin-bottom: 24px;
  }
}
.hero__desc {
  margin-bottom: 6.4rem;
  font-size: 1.8rem;
  color: #757575;
}
@media (max-width: 767px) {
  .hero__desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .hero__btns {
    display: none;
  }
}
.hero__btns.mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero__btns.mobile {
    display: grid;
    margin-bottom: 63px;
  }
}
.hero__heading {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero__heading {
    font-size: 8px;
  }
}
.hero__ttl {
  margin-top: auto;
  margin-bottom: 0.4rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .hero__ttl {
    margin-bottom: 3px;
    font-size: 11.34px;
  }
}
.hero__text {
  color: #757575;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 8px;
  }
}
.hero__benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: flex-start;
  list-style: none;
}
@media (max-width: 767px) {
  .hero__benefits {
    max-width: 277px;
    margin: 0 auto;
    gap: 10px;
  }
}
.hero__benefits li {
  background: #2C2A25;
  height: 21.1rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .hero__benefits li {
    height: 132px;
    border-radius: 8px;
    padding: 15px;
  }
}
.hero__benefits li:nth-child(2) {
  margin-top: 5.8rem;
}
@media (max-width: 767px) {
  .hero__benefits li:nth-child(2) {
    margin-top: 36px;
  }
}
.hero__benefits li:nth-child(3) {
  margin-top: -5.8rem;
}
@media (max-width: 767px) {
  .hero__benefits li:nth-child(3) {
    margin-top: -36px;
  }
}
.hero__benefits li:nth-child(1) {
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
}
.hero__benefits li:nth-child(1) .hero__text {
  color: #94D2FF;
}
.hero__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
@media (max-width: 767px) {
  .hero__list {
    justify-content: space-between;
    gap: 0;
  }
}
.hero__list li {
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #C4B998;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .hero__list li {
    font-size: 6px;
    padding-left: 8px;
  }
}
.hero__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #C4B998;
}
@media (max-width: 767px) {
  .hero__list li:before {
    width: 2px;
    height: 2px;
  }
}
.hero__list li:not(:last-child):after {
  right: -3.5rem;
  content: "";
  position: absolute;
  height: 1.6rem;
  width: 1px;
  background: #757575;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero__list li:not(:last-child):after {
    display: none;
  }
}

.h {
  padding-top: 26.9rem;
  padding-bottom: 20.8rem;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .h {
    margin-bottom: 63px;
    padding-top: 100px;
    padding-bottom: 10px;
    height: 700px;
  }
}
.h__wrap {
  max-width: 80rem;
}
.h__subtitle {
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 3px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .h__subtitle {
    font-sizE: 10px;
    padding-left: 18px;
  }
}
.h__subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .h__subtitle:before {
    width: 6px;
    height: 6px;
  }
}
.h__title {
  margin-bottom: 3.2rem;
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: -1.5px;
}
@media (max-width: 767px) {
  .h__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.h__desc {
  color: #9E9E9E;
  line-height: 1.6;
  font-sizE: 1.8rem;
}
@media (max-width: 767px) {
  .h__desc {
    font-size: 14px;
    line-height: 1.3;
  }
}

.services {
  padding: 15rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services {
    padding: 50px 0 40px;
  }
}
.services__slider .swiper {
  overflow: visible;
}
.services__slider .swiper-wrapper {
  align-items: center;
}
.services__slider .swiper-slide {
  width: 81.9rem;
  height: 55rem;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding: 4.4rem 3.2rem;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
  transform: scale(0.93);
  opacity: 0.7;
}
@media (max-width: 767px) {
  .services__slider .swiper-slide {
    width: 100%;
    height: 350px;
    padding: 24px 19px;
  }
}
.services__slider .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(114.25deg, #0D1412 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.services__slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.services__slide {
  max-width: 40.1rem;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .services__slide {
    max-width: 100%;
  }
}
.services__btn {
  display: flex;
  margin-top: auto;
}
.services__title {
  margin-bottom: 0.8rem;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.3px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .services__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.services__desc {
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .services__desc {
    font-size: 14px;
  }
}

.owner-cases {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .owner-cases {
    padding-bottom: 72px;
  }
}
.owner-cases__heading {
  display: grid;
  align-items: center;
  margin-bottom: 6.4rem;
  grid-template-columns: 47.5rem 1fr;
  gap: 16.5rem;
}
@media (max-width: 767px) {
  .owner-cases__heading {
    display: block;
    margin-bottom: 24px;
  }
}
.owner-cases__text {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #E8E4DC;
}
@media (max-width: 767px) {
  .owner-cases__text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 32px;
  }
}
.owner-cases__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .owner-cases__list {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
    gap: 0;
  }
}
.owner-cases__list li {
  display: grid;
  grid-template-columns: 22rem 1.4rem 1fr;
  align-items: center;
  height: 7rem;
  gap: 6.4rem;
  border-top: 1px solid #364D48;
}
@media (max-width: 767px) {
  .owner-cases__list li {
    grid-template-columns: 1fr;
    height: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .owner-cases__list li img {
    transform: rotate(90deg);
    width: 14px;
    margin: 12px auto;
    display: flex;
  }
}
.owner-cases__ttl {
  color: #E8E4DC;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
.owner-cases__value {
  font-sizE: 1.4rem;
  line-height: 1;
  color: #E8E4DC;
}
.owner-cases__btn {
  display: flex;
  justify-content: center;
}

.why-we {
  background: linear-gradient(180deg, #878069 0%, #1B180E 100%);
  padding-top: 8rem;
  padding-bottom: 13.3rem;
}
@media (max-width: 767px) {
  .why-we {
    padding: 37px 0 52px;
  }
}
.why-we__heading {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .why-we__heading {
    margin-bottom: 32px;
  }
}
.why-we__subtitle {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .why-we__subtitle {
    font-size: 10px;
  }
}
.why-we__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .why-we__wrap {
    grid-template-columns: 1fr;
  }
}
.why-we__list {
  display: grid;
  gap: 3.2rem;
  list-style: none;
}
.why-we__arrow {
  display: flex;
  width: 100%;
}
.why-we__value {
  padding-top: 2.5rem;
  padding-bottom: 2.6rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 1.5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .why-we__value {
    padding: 20px 0;
  }
}
.why-we__ttl {
  padding-bottom: 2.6rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1;
}
@media (max-width: 767px) {
  .why-we__ttl {
    padding-bottom: 20px;
    font-size: 18px;
  }
}
.why-we__desc {
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .why-we__desc {
    font-size: 14px;
  }
}

.cta {
  padding: 10rem 0;
  background: url("../images/cta-bg.png") center center/cover;
}
@media (max-width: 767px) {
  .cta {
    padding: 44px 0;
  }
}
.cta__heading {
  text-align: center;
  margin-bottom: 4.4rem;
}
.cta__heading .subtitle {
  text-transform: none;
}
.cta__wrap {
  width: 109.8rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(40.2999992371px);
  padding: 10rem 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta__wrap {
    width: 100%;
    padding: 63px 0;
  }
}
.cta__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .cta__btns {
    display: grid;
  }
}

.target-audience {
  padding-bottom: 15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .target-audience {
    padding-bottom: 74px;
  }
}
.target-audience__title {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .target-audience__title {
    margin-bottom: 40px;
  }
}
.target-audience__wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 46.6rem 1fr;
  gap: 9.2rem;
}
@media (max-width: 767px) {
  .target-audience__wrap {
    display: block;
  }
}
.target-audience__image {
  display: flex;
  max-width: inherit;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .target-audience__image {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 44px;
  }
}
.target-audience__list {
  list-style: none;
  display: grid;
  gap: 4.4rem;
}
.target-audience__list li {
  position: relative;
  padding-left: 2.4rem;
}
.target-audience__list li:before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
}
.target-audience__heading {
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.3px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .target-audience__heading {
    font-size: 18px;
  }
}
.target-audience__desc {
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .target-audience__desc {
    font-size: 14px;
  }
}

.investment-criteria {
  padding-bottom: 15rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .investment-criteria {
    padding-bottom: 72px;
  }
}
.investment-criteria__heading {
  margin-bottom: 4.4rem;
}
@media (max-width: 767px) {
  .investment-criteria__heading {
    margin-bottom: 32px;
  }
}
.investment-criteria__slider .swiper {
  overflow: visible;
}
.investment-criteria__slider .swiper-slide {
  width: 31.5rem;
}
.investment-criteria__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 40rem;
  margin-bottom: 2.4rem;
}
.investment-criteria__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(114.25deg, #0D1412 0%, rgba(0, 0, 0, 0) 100%);
}
.investment-criteria__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investment-criteria__ttl {
  letter-spacing: -0.3px;
  line-height: 1;
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .investment-criteria__ttl {
    font-size: 18px;
  }
}
.investment-criteria__desc {
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .investment-criteria__desc {
    font-size: 14px;
    line-height: 18px;
  }
}

.process {
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .process {
    margin-bottom: 72px;
  }
}
.process__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .process__grid {
    grid-template-columns: 1fr;
  }
}
.process__num {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1.5px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.process__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.2px;
}
.process__desc {
  color: #9E9E9E;
  line-height: 2rem;
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
.process__item {
  border: 1px solid rgba(54, 77, 72, 0.5);
  grid-column: span 2;
  padding: 2.4rem;
}
@media (max-width: 767px) {
  .process__item {
    grid-column: auto !important;
  }
}
.process__item:nth-child(7), .process__item:nth-child(8) {
  grid-column: span 3;
}
.process__item--last {
  display: grid;
  grid-template-columns: 1fr 18rem;
  align-items: center;
  gap: 3.7rem;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  border: 0;
}
@media (max-width: 767px) {
  .process__item--last {
    grid-template-columns: 1fr;
  }
  .process__item--last .btn {
    width: max-content;
    padding-left: 38px;
    padding-right: 38px;
  }
}
.process__item--last .process__num {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background: none;
}

.workstreams {
  background: #0D1815;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .workstreams {
    padding: 44px 0;
  }
}
.workstreams__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .workstreams__wrap {
    grid-template-columns: 1fr;
  }
}
.workstreams__item {
  background: #111E1B;
  padding: 2rem 2.4rem;
  min-height: 14rem;
}
@media (max-width: 767px) {
  .workstreams__item {
    padding: 18px;
    min-height: 1px;
  }
}
.workstreams__num {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1.5px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.workstreams__title {
  letter-spacing: -0.2px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.workstreams__desc {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #9E9E9E;
}

.results {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .results {
    padding: 72px 0;
  }
}
.results__wrap {
  display: grid;
  grid-template-columns: 58.4rem 1fr;
  gap: 7.2rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .results__wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .results__left {
    margin-bottom: 24px;
  }
}
.results__quote {
  border-radius: 2px;
  position: relative;
  background: #0D1815;
  padding: 2.8rem 3.2rem;
  overflow: hidden;
}
.results__quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
}
.results__quote-title {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-sizE: 1.6rem;
  font-weight: 500;
}
.results__quote-text {
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.results__list {
  list-style: none;
  display: grid;
  gap: 1.2rem;
}
.results__list li {
  border-bottom: 1px solid #364D48;
}
.results__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 1.8rem 2.4rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .results__list li a {
    font-sizE: 16px;
  }
}

.transformation {
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .transformation {
    margin-bottom: 70px;
  }
}
.transformation__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .transformation__wrap {
    grid-template-columns: 1fr;
  }
}
.transformation__item {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  min-height: 6.5rem;
  background: #0D1815;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .transformation__item {
    height: 62px;
  }
}
.transformation__num {
  width: 2rem;
  min-width: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}

.roadmap {
  padding: 10rem 0;
  background: #0D1815;
}
@media (max-width: 767px) {
  .roadmap {
    padding: 44px 0;
  }
}
.roadmap__list {
  list-style: none;
  display: flex;
  padding-left: 1.923rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .roadmap__list {
    margin-bottom: 44px;
    gap: 20px 0;
    padding-left: 10px;
    flex-wrap: wrap;
  }
}
.roadmap__list li {
  background: url("../images/list-bg.png") center center/cover no-repeat;
  height: 9rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 5.1rem;
  gap: 0.4rem;
  margin-left: -1.923rem;
  width: 23.803rem;
  min-width: 23.803rem;
  max-width: 23.803rem;
}
@media (max-width: 767px) {
  .roadmap__list li {
    margin-left: -10px;
    height: 66px;
    padding-left: 37px;
    gap: 3px;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
  }
}
.roadmap__list li:first-child {
  padding-left: 1.9rem;
  background: url("../images/list-bg-first-child.png") center center/cover no-repeat;
}
@media (max-width: 767px) {
  .roadmap__list li:first-child {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .roadmap__list li:nth-child(5) {
    width: 188px;
    min-width: 188px;
    max-width: 188px;
    background: url("../images/list-bg-5-child.png") center center/cover no-repeat;
    margin-right: -4px;
  }
}
.roadmap__list li:last-child {
  background: url("../images/list-bg-last-child.png") center center/cover no-repeat;
  width: 20.595rem;
  min-width: 20.595rem;
  max-width: 20.595rem;
}
@media (max-width: 767px) {
  .roadmap__list li:last-child {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
  }
}
.roadmap__num {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .roadmap__num {
    font-size: 9px;
    letter-spacing: 1.1px;
  }
}
.roadmap__heading {
  font-size: 1.8rem;
  letter-spacing: -0.2px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .roadmap__heading {
    font-size: 13px;
  }
}
.roadmap__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .roadmap__info {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.roadmap__quote .results__quote {
  background: #111E1B;
}
.roadmap__quote .results__quote-title {
  color: #B08A4A;
  font-sizE: 1.2rem;
}
.roadmap__quote .results__quote-text {
  color: #fff;
}

.solutions {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .solutions {
    padding-bottom: 65px;
  }
}
.solutions__heading {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .solutions__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.solutions__wrapper {
  display: grid;
  gap: 2rem;
}
.solutions__item {
  display: grid;
  grid-template-columns: 57.4rem 1.4rem 1fr;
  gap: 4rem;
  align-items: center;
  min-height: 6.6rem;
}
@media (max-width: 767px) {
  .solutions__item {
    grid-template-columns: 1fr 14px 1fr;
    gap: 24px;
    min-height: 1px;
  }
}
.solutions__item svg {
  display: flex;
}
.solutions__ttl {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .solutions__ttl {
    font-size: 14px;
  }
}
.solutions__value {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .solutions__value {
    font-size: 14px;
  }
}

.outcome {
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .outcome {
    padding-bottom: 65px;
  }
}
.outcome__wrap {
  display: grid;
  grid-template-columns: 57.6rem 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 767px) {
  .outcome__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.outcome__image {
  display: flex;
}
.outcome__image img {
  border-radius: 12px;
  max-width: inherit;
  object-fit: cover;
}
@media (max-width: 767px) {
  .outcome__image img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.outcome__title {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  letter-spacing: -1px;
  line-height: 5.4rem;
}
@media (max-width: 767px) {
  .outcome__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.outcome__desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #BBC6D8;
}
@media (max-width: 767px) {
  .outcome__desc {
    font-sizE: 14px;
    line-height: 18px;
  }
}

.audience__heading {
  padding-bottom: 3.1rem;
}
@media (max-width: 767px) {
  .audience__heading {
    margin-bottom: 27px;
  }
}
.audience__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 4.4rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .audience__list {
    margin-bottom: 72px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.audience__item {
  background: #0D1815;
  border-radius: 2px;
  padding: 2rem 2.2rem;
}
.audience__num {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
.audience__title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.audience__desc {
  color: #9E9E9E;
  font-sizE: 1.4rem;
  line-height: 1.4;
}
.audience__flag {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .audience__flag {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.entry-paths {
  margin-bottom: 10rem;
  background: #0D1815;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.entry-paths .roadmap__list {
  margin: 0;
}

.support-scope {
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .support-scope {
    margin-bottom: 72px;
  }
}
.support-scope .process__grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .support-scope .process__grid {
    grid-template-columns: 1fr;
  }
}
.support-scope .process__grid .process__item {
  grid-column: auto;
}
.support-scope .process__grid .process__item:nth-child(7), .support-scope .process__grid .process__item:nth-child(8) {
  grid-column: auto;
}
.support-scope .process__grid .process__item--last {
  grid-template-columns: 1fr 16rem;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .support-scope .process__grid .process__item--last {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .support-scope .process__grid .process__item--last .process__desc {
    color: #fff;
  }
}
.support-scope .process__grid .process__title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 1;
}
.support-scope .process__grid .process__desc {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.industries {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .industries {
    padding-bottom: 72px;
  }
}
.industries__wrap {
  display: grid;
  gap: 10rem;
}
@media (max-width: 767px) {
  .industries__wrap {
    gap: 82px;
  }
}
.industries__item {
  display: flex;
  justify-content: space-between;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .industries__item {
    display: block;
  }
}
.industries__item:nth-child(even) {
  flex-direction: row-reverse;
}
.industries__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.industries__btn {
  display: flex;
  margin-top: auto;
}
.industries__image {
  display: flex;
  width: 47.2rem;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .industries__image {
    width: 100%;
    height: 287px;
    object-fit: cover;
    margin-bottom: 24px;
  }
}
.industries__num {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #B08A4A;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .industries__num {
    margin-bottom: 12px;
  }
}
.industries__title {
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
  line-height: 3.8rem;
  letter-spacing: -0.5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .industries__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.industries__desc {
  margin-bottom: 3.2rem;
  color: #9E9E9E;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 767px) {
  .industries__desc {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.industries__heading {
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.industries__areas {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 13rem;
}
@media (max-width: 767px) {
  .industries__areas {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
}
.industries__areas li {
  position: relative;
  min-height: 3.4rem;
  padding-left: 2rem;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.industries__areas li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
}
@media (max-width: 767px) {
  .industries__btn .btn {
    width: 100%;
  }
}

.contacts {
  overflow: hidden;
}
.contacts__head {
  padding-bottom: 9.4rem;
  display: grid;
  grid-template-columns: 65rem 1fr;
  gap: 2.7rem;
  align-items: center;
}
@media (max-width: 767px) {
  .contacts__head {
    padding-bottom: 0;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.contacts__title {
  color: #E8E4DC;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 24px;
  }
}
.contacts__info .roadmap__quote {
  margin-bottom: 2.7rem;
}
.contacts__email {
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.contacts__email:hover {
  color: #B08A4A;
}
.contacts__address {
  padding-top: 1rem;
  font-size: 1.8rem;
  color: #9E9E9E;
}
.contacts__wrap {
  display: grid;
  grid-template-columns: 76.3rem 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 6.2rem;
}
@media (max-width: 767px) {
  .contacts__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contacts__form {
  padding: 3.2rem 2.4rem;
  background: #0D1815;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .contacts__image {
    display: none;
  }
}
.contacts__image img {
  max-width: inherit;
  object-fit: cover;
}

.contact-form__heading {
  margin-bottom: 2.4rem;
}
.contact-form__title {
  margin-bottom: 0.8rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.contact-form__desc {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #9E9E9E;
}
.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-form__item {
  margin-bottom: 2rem;
  padding-bottom: 0.8rem;
}
.contact-form__item label {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9E9E9E;
}
.contact-form__item input,
.contact-form__item select,
.contact-form__item textarea {
  width: 100%;
  height: 5.2rem;
  background: #111E1B;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  padding: 0 1.8rem;
  border: 1px solid transparent;
}
.contact-form__item input.error,
.contact-form__item select.error,
.contact-form__item textarea.error {
  border-color: #eb8888;
}
.contact-form__item input::placeholder,
.contact-form__item select::placeholder,
.contact-form__item textarea::placeholder {
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.25);
}
.contact-form__item select {
  appearance: none;
  background: url("../images/select-arrow.svg") center right 1.8rem no-repeat #111E1B;
  cursor: pointer;
}
.contact-form__item textarea {
  resize: none;
  height: 10.8rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .contact-form__item textarea {
    height: 13.8rem;
  }
}
.contact-form__checkbox {
  margin-bottom: 2rem;
}
.contact-form__checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form__checkbox input[type=checkbox] {
  display: none;
}
.contact-form__checkbox input[type=checkbox] + span {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.contact-form__checkbox input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 2px;
}
.contact-form__checkbox input[type=checkbox]:checked + span::before {
  background: url("../images/check-mark.svg") center center/12px no-repeat #fff;
}
.contact-form__checkbox label {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  color: #9E9E9E;
}
.contact-form__btn .btn-big {
  width: 100%;
  height: 6rem;
  font-size: 1.5rem;
}
.contact-form__btn .btn-big:disabled, .contact-form__btn .btn-big[disabled] {
  background-color: #e0e0e0;
  color: #a1a1a1;
  border-color: #d1d1d1;
  cursor: not-allowed;
  opacity: 0.7;
}
.contact-form__btn .btn-big:disabled svg path, .contact-form__btn .btn-big[disabled] svg path {
  fill: #a1a1a1;
}

.wpcf7-response-output {
  border-radius: 2px !important;
  border-width: 1px !important;
  padding: 0.5rem 1.5rem !important;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.page-id-196 .workstreams {
  background: transparent;
}
.page-id-196 .workstreams .workstreams__item {
  background: #0D1815;
}

.about__head {
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .about__head {
    margin-bottom: 72px;
  }
}
.about__quote {
  color: #9E9E9E;
  font-size: 1.8rem;
  line-height: 2.8rem;
  max-width: 87.4rem;
  margin: 0 auto;
}

.text-page {
  padding-top: 18rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .text-page {
    padding-top: 100px;
    padding-bottom: 72px;
  }
}
.text-page .container {
  max-width: 96rem;
}
.text-page > .container > h1 {
  margin-bottom: 4.8rem;
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #E8E4DC;
}
@media (max-width: 767px) {
  .text-page > .container > h1 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.3;
  }
}
.text-page__content {
  color: #9E9E9E;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .text-page__content {
    font-size: 15px;
    line-height: 1.6;
  }
}
.text-page__content > *:first-child {
  margin-top: 0;
}
.text-page__content > *:last-child {
  margin-bottom: 0;
}
.text-page__content h2,
.text-page__content h3,
.text-page__content h4,
.text-page__content h5,
.text-page__content h6 {
  color: #E8E4DC;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.text-page__content h2 {
  margin: 5.6rem 0 2rem;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .text-page__content h2 {
    margin: 40px 0 16px;
    font-size: 22px;
  }
}
.text-page__content h2:first-child {
  margin-top: 0;
}
.text-page__content h3 {
  margin: 4rem 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .text-page__content h3 {
    margin: 32px 0 12px;
    font-size: 18px;
  }
}
.text-page__content h4 {
  margin: 3.2rem 0 1.2rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .text-page__content h4 {
    margin: 24px 0 10px;
    font-size: 16px;
  }
}
.text-page__content h5,
.text-page__content h6 {
  margin: 2.4rem 0 1rem;
  font-size: 1.6rem;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C4B998;
}
@media (max-width: 767px) {
  .text-page__content h5,
  .text-page__content h6 {
    margin: 20px 0 8px;
    font-size: 13px;
  }
}
.text-page__content p {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .text-page__content p {
    margin-bottom: 14px;
  }
}
.text-page__content a {
  color: #C4B998;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: color 0.3s ease;
}
.text-page__content a:hover {
  color: #fff;
}
.text-page__content strong,
.text-page__content b {
  color: #E8E4DC;
  font-weight: 600;
}
.text-page__content em,
.text-page__content i {
  font-style: italic;
}
.text-page__content ul,
.text-page__content ol {
  margin: 0 0 2.4rem;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .text-page__content ul,
  .text-page__content ol {
    margin-bottom: 20px;
  }
}
.text-page__content ul li,
.text-page__content ol li {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .text-page__content ul li,
  .text-page__content ol li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.text-page__content ul li:last-child,
.text-page__content ol li:last-child {
  margin-bottom: 0;
}
.text-page__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
}
@media (max-width: 767px) {
  .text-page__content ul li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}
.text-page__content ol {
  counter-reset: text-page-counter;
}
.text-page__content ol li {
  counter-increment: text-page-counter;
}
.text-page__content ol li::before {
  content: counter(text-page-counter);
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #B08A4A;
}
@media (max-width: 767px) {
  .text-page__content ol li::before {
    top: 2px;
    width: 18px;
    font-size: 13px;
  }
}
.text-page__content ul ul,
.text-page__content ul ol,
.text-page__content ol ul,
.text-page__content ol ol {
  margin: 1.2rem 0 0;
}
.text-page__content blockquote {
  margin: 3.2rem 0;
  padding: 2.4rem 3.2rem;
  border-left: 3px solid #C4B998;
  border-radius: 0 12px 12px 0;
  background: #0D1815;
  color: #C4C4C4;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .text-page__content blockquote {
    margin: 24px 0;
    padding: 20px;
    font-size: 15px;
  }
}
.text-page__content blockquote p:last-child {
  margin-bottom: 0;
}
.text-page__content hr {
  margin: 4.8rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 185, 152, 0.4) 0%, rgba(56, 49, 28, 0.2) 50%, transparent 100%);
}
@media (max-width: 767px) {
  .text-page__content hr {
    margin: 32px 0;
  }
}
.text-page__content table {
  width: 100%;
  margin-bottom: 2.4rem;
  border-collapse: collapse;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .text-page__content table {
    display: block;
    overflow-x: auto;
    font-size: 14px;
  }
}
.text-page__content table th,
.text-page__content table td {
  padding: 1.4rem 1.6rem;
  border-bottom: 1px solid rgba(117, 117, 117, 0.35);
  text-align: left;
  vertical-align: top;
}
.text-page__content table th {
  color: #E8E4DC;
  font-weight: 600;
  background: rgba(13, 24, 21, 0.6);
}
.text-page__content table tr:last-child td {
  border-bottom: none;
}
.text-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.4rem 0;
  border-radius: 12px;
}

.stages {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .stages {
    padding-bottom: 72px;
  }
}
.stages__wrap {
  max-width: 87.4rem;
  margin: 0 auto;
  display: grid;
  gap: 7.2rem;
  position: relative;
  --progress: 0px;
  --line-start: 2.2rem;
  --line-end: 100%;
  --progress-height: 0px;
}
.stages__wrap:before {
  content: "";
  position: absolute;
  left: 2.2rem;
  width: 1px;
  top: var(--line-start);
  height: calc(var(--line-end) - var(--line-start));
  background: rgba(82, 82, 82, 0.2);
  z-index: 1;
}
.stages__wrap:after {
  content: "";
  position: absolute;
  left: 2.2rem;
  width: 1px;
  top: var(--line-start);
  height: var(--progress-height);
  max-height: calc(var(--line-end) - var(--line-start));
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  transition: height 0.25s ease-out;
  z-index: 2;
}
.stages__item {
  position: relative;
  padding-left: 6.8rem;
}
.stages__item.active .stages__num {
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  color: #fff;
}
.stages__num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #0D1815;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: background 0.4s ease;
  z-index: 3;
}
.stages__title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .stages__title {
    font-size: 16px;
  }
}
.stages__desc {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #9E9E9E;
}
@media (max-width: 767px) {
  .stages__desc {
    font-size: 14px;
  }
}

.footer {
  background: #090D0A;
  padding-top: 6.4rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: 1fr repeat(3, 22rem);
  gap: 10rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 44px;
  }
}
.footer__logo {
  display: flex;
  margin-bottom: 2rem;
}
.footer__text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 2rem;
}
.footer__address {
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 1.2rem;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 767px) {
  .footer__address {
    margin-bottom: 70px;
  }
}
.footer__heading {
  margin-bottom: 1.4rem;
  background: linear-gradient(180deg, #C4B998 0%, #38311C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.footer__menu:not(:last-child) {
  margin-bottom: 32px;
}
.footer__menu ul {
  list-style: none;
  display: grid;
  gap: 1.4rem;
}
.footer__menu ul li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer__menu ul li a:hover {
  color: #C4B998;
}
.footer__bottom {
  border-top: 1px solid #DEDEDE;
  padding-top: 2rem;
  text-align: center;
  margin-bottom: 0.8rem;
  color: #BDBDBD;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.footer__copyright {
  text-align: center;
  color: #C4B998;
  font-size: 1.1rem;
}