.hero {
  position: relative;
  padding: 0 64px;
}
.hero__media {
  position: relative;
  height: 738px;
  overflow: hidden;
}
.hero__media img {
  position: absolute;
  left: -9.07%;
  top: -6.1%;
  width: 121.95%;
  height: 144.58%;
  max-width: none;
  object-fit: cover;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0.1;
  pointer-events: none;
}
.hero__copy {
  position: absolute;
  left: 45.73%;
  top: 23.17%;
  z-index: 1;
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
  font-weight: 400;
  font-size: 24px;
  line-height: 56px;
  letter-spacing: 12px;
  color: #111111;
  filter: drop-shadow(0 0 6px #FFFFFF);
}
.hero__cta {
  position: absolute;
  left: 70.56%;
  top: 84.42%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
}
.hero__lead {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #111111;
  white-space: nowrap;
  filter: drop-shadow(0 0 6px #FFFFFF);
}
.hero__cta .btn-cta {
  width: 320px;
}
.hero__cta .btn-cta:hover {
  background: #FFFFFF;
  color: #05214A;
  border-color: #FFFFFF;
}
@media (max-width: 1280px) {
  .hero {
    padding: 0 32px;
  }
  .hero__media {
    height: 620px;
  }
  .hero__cta {
    left: auto;
    right: 4%;
    width: 300px;
  }
  .hero__cta .btn-cta {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .hero {
    padding: 0 24px;
  }
  .hero__media {
    height: 520px;
  }
  .hero__copy {
    left: 8%;
    top: 12%;
    font-size: 20px;
    line-height: 46px;
    letter-spacing: 10px;
  }
  .hero__cta {
    top: auto;
    bottom: 32px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 0;
  }
  .hero__media {
    height: 800px;
  }
  .hero__media img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero__copy {
    left: 0;
    right: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    top: 18%;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: 12px;
  }
  .hero__cta {
    left: 24px;
    top: 81.75%;
    width: calc(100% - 48px);
    align-items: center;
    gap: 12px;
  }
  .hero__lead {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .hero__cta .btn-cta {
    width: 100%;
  }
}

.voice {
  overflow: hidden;
}
.voice__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.voice__main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  width: 801px;
  max-width: 100%;
}
.voice__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.voice__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice__client {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(5, 33, 74, 0.8);
}
.voice__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #111111;
}
.voice__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.voice__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1000px) {
  .voice__top {
    flex-direction: column;
    gap: 40px;
  }
  .voice__main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .voice {
    padding-bottom: 100px;
  }
  .voice__top {
    gap: 64px;
  }
  .voice__main {
    align-items: center;
    gap: 40px;
  }
  .voice__list {
    gap: 32px;
  }
  .voice__item {
    gap: 16px;
  }
  .voice__body {
    gap: 10px;
  }
  .voice__title {
    font-size: 18px;
    line-height: 27px;
  }
  .voice__text {
    font-size: 14px;
    line-height: 28px;
  }
}

.logos {
  margin-top: 96px;
}
.logos__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 56px;
}
.logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 64px;
}
.logos__item img, .logos__item svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logos__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.logos__row {
  display: flex;
  width: max-content;
  animation: logos-left 60s linear infinite;
}
.logos__row--reverse {
  animation-name: logos-right;
}
.logos__track {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
}
.logos__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #D9D9D9;
  flex-shrink: 0;
}
.logos__rect {
  width: 120px;
  height: 60px;
  background: #D9D9D9;
  flex-shrink: 0;
}
.logos__caption {
  margin-top: 64px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  color: #111111;
}
@media (max-width: 767px) {
  .logos {
    margin-top: 64px;
  }
  .logos__list {
    gap: 24px 20px;
  }
  .logos__item {
    width: 140px;
    height: 48px;
  }
  .logos__rows {
    gap: 16px;
  }
  .logos__track {
    gap: 16px;
    padding-right: 16px;
  }
  .logos__circle {
    width: 41px;
    height: 41px;
  }
  .logos__rect {
    width: 62px;
    height: 31px;
  }
  .logos__caption {
    width: min(1152px, 100% - 48px);
    margin: 40px auto 0;
    font-size: 20px;
    line-height: 1.8;
  }
}

@keyframes logos-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes logos-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logos__row {
    animation: none;
  }
}
.service {
  position: relative;
  overflow: hidden;
}
.service__media {
  position: absolute;
  top: 80px;
  right: 0;
  width: 50%;
  height: 400px;
}
.service__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__media {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 28%);
}
.service__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 19px 0 27px;
}
.service__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 640px;
}
.service__lead {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #111111;
}
@media (max-width: 1000px) {
  .service__media {
    top: 64px;
    height: 360px;
  }
  .service__text {
    max-width: 52%;
  }
}
@media (max-width: 767px) {
  .service {
    display: flex;
    flex-direction: column;
  }
  .service__body {
    display: contents;
  }
  .service .sechead, .service__text {
    width: min(1152px, 100% - 48px);
    margin-inline: auto;
  }
  .service .sechead {
    order: 1;
  }
  .service__media {
    order: 2;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 390/217;
    margin-top: 48px;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .service__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .service__text {
    order: 3;
    max-width: none;
    align-items: center;
    gap: 40px;
    margin-top: 32px;
  }
}

.direction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin-top: 120px;
  padding: 120px 144px;
  background: rgba(5, 33, 74, 0.1);
}
.direction__body {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #111111;
}
.direction__body p + p {
  margin-top: 32px;
}
.direction__body em {
  font-style: normal;
  color: #FD7403;
}
@media (max-width: 1000px) {
  .direction {
    gap: 48px;
    margin-top: 96px;
    padding: 96px 48px;
  }
}
@media (max-width: 767px) {
  .direction {
    align-items: flex-start;
    gap: 40px;
    margin-top: 80px;
    padding: 56px 24px;
  }
  .direction__body {
    font-size: 14px;
    line-height: 28px;
  }
  .direction__body p + p {
    margin-top: 28px;
  }
}
