.section__title {
  font-weight: 400;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .section__title {
      font-size: 48px;
      line-height: 1;
      max-width: 80%; } }
  @media (max-width: 767px) {
    .section__title {
      font-size: 28px;
      line-height: 36px; } }

.hero_photo__header {
  background-color: #2f4f4f;
  padding: 64px 0 80px; }

.hero_photo__title {
  color: #F5F5DC;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  font-weight: 400;
  font-family: var(--bs-font-family);
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .hero_photo__title {
      max-width: 80%; } }

.hero_photo__description {
  color: #F5F5DC;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -1px;
  font-weight: 400;
  font-family: var(--bs-font-family);
  text-transform: uppercase;
  margin-top: 24px; }

.hero_photo__photo-wrapper {
  position: relative; }
  .hero_photo__photo-wrapper img, .hero_photo__photo-wrapper picture {
    width: 100%;
    object-fit: contain; }

.hero_photo__background {
  background-color: #FAFAF5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1; }

@media (max-width: 767px) {
  .hero_photo__title {
    font-size: 28px;
    line-height: 36px; } }

.text {
  padding: 80px 0 70px;
  background-color: #FAFAF5; }
  .text__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .text__content {
        max-width: 73%; } }
    .text__content p {
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 20px; }
    .text__content h1, .text__content h2, .text__content h3, .text__content h4 {
      margin: 10px 0;
      font-weight: 400;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      .text__content h1 {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .text__content h1 {
        font-size: 24px;
        line-height: 32px; } }
    @media (min-width: 768px) {
      .text__content h2 {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .text__content h2 {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 768px) {
      .text__content h3 {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .text__content h3 {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 768px) {
      .text__content h4 {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .text__content h4 {
        font-size: 14px;
        line-height: 18px; } }

.text_bg_yellow {
  padding: 80px 0;
  background-color: #F5F5DC;
  color: #000; }
  .text_bg_yellow__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px; }
  .text_bg_yellow__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  @media (min-width: 768px) {
    .text_bg_yellow__content {
      max-width: 73%; } }
  .text_bg_yellow__content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px; }

.technology_integration {
  padding: 80px 0;
  background-color: #F5F5DC; }
  .technology_integration .section__title {
    margin-bottom: 80px; }
  .technology_integration__subTitle {
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400; }
  .technology_integration p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  .technology_integration__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px; }
  .technology_integration__item {
    width: 100%;
    background-color: #ECECC7;
    padding: 24px;
    max-width: 32%;
    flex: 31%; }
    .technology_integration__item:nth-of-type(1), .technology_integration__item:nth-of-type(2) {
      max-width: 49%;
      flex: 48%; }
    .technology_integration__item img {
      width: 40px;
      height: 40px;
      margin-bottom: 60px; }

@media (max-width: 767px) and (min-width: 641px) {
  .technology_integration__item {
    max-width: 49%;
    flex: 47%; }
    .technology_integration__item:nth-of-type(1), .technology_integration__item:nth-of-type(2) {
      flex: 47%; } }

@media (max-width: 640px) {
  .technology_integration__item {
    max-width: 100%;
    flex: 100%; }
    .technology_integration__item:nth-of-type(1), .technology_integration__item:nth-of-type(2) {
      max-width: 100%;
      flex: 100%; } }

.demonstrated_performance_advantages {
  padding: 80px 0;
  background-color: #FAFAF5; }
  @media (min-width: 768px) {
    .demonstrated_performance_advantages__content {
      max-width: 73%; } }
  .demonstrated_performance_advantages__content p {
    margin-bottom: 20px; }
    .demonstrated_performance_advantages__content p:last-of-type {
      margin-bottom: 0; }
  .demonstrated_performance_advantages .container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .demonstrated_performance_advantages__photo, .demonstrated_performance_advantages picture {
    width: 100%; }

.proven_impact {
  padding: 80px 0 0; }
  .proven_impact__title {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #CCD2BE;
    margin-bottom: 72px; }
  .proven_impact .proven_impact__item__content {
    width: 100%;
    max-width: 330px;
    color: #CCD2BE;
    display: flex;
    flex-direction: column;
    gap: 64px; }
  .proven_impact__list {
    display: flex; }
  .proven_impact__number {
    font-size: 64px;
    line-height: .9;
    font-weight: 400;
    letter-spacing: -1px; }
  .proven_impact__p {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase; }
  .proven_impact__item {
    width: 100%;
    padding: 64px 5%;
    display: flex;
    justify-content: center; }
    .proven_impact__item:nth-child(1) {
      background: rgba(0, 0, 0, 0.1); }
    .proven_impact__item:nth-child(2) {
      background: rgba(0, 0, 0, 0.3); }
    .proven_impact__item:nth-child(3) {
      background: rgba(0, 0, 0, 0.5); }

@media (min-width: 992px) and (max-width: 1199px) {
  .proven_impact__number {
    font-size: 55px; } }

@media (max-width: 991px) {
  .proven_impact__list {
    flex-direction: column; } }

.lets_collaborate {
  padding: 0 0 80px;
  background-color: #F5F5DC; }
  .lets_collaborate img {
    width: 100%;
    object-fit: contain; }
  .lets_collaborate__list {
    display: flex;
    gap: 32px;
    position: relative;
    top: -120px;
    margin-bottom: -40px; }
  .lets_collaborate__item {
    width: 100%;
    max-width: 30%;
    background-color: #2f4f4f;
    padding: 80px 60px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .lets_collaborate__item__p {
      color: #F5F5DC;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: -1px;
      margin-top: 24px;
      text-align: center; }
    .lets_collaborate__item a {
      display: block; }
    .lets_collaborate__item img {
      object-fit: contain;
      max-height: 48px; }
  .lets_collaborate__bottom .icon {
    width: 30px;
    height: 30px; }
  .lets_collaborate__bottom .contact__contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 80px; }
  .lets_collaborate__bottom .contact__contacts a {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #000; }
    .lets_collaborate__bottom .contact__contacts a svg path {
      stroke: #000; }
  .lets_collaborate__header h2 {
    margin-top: 0;
    margin-bottom: 40px; }
  .lets_collaborate__content {
    display: flex;
    justify-content: space-between; }
    .lets_collaborate__content-p p {
      margin-bottom: 20px; }
      .lets_collaborate__content-p p:last-of-type {
        margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1100px) {
  .lets_collaborate__item {
    padding: 80px 4%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .lets_collaborate__item {
    padding: 80px 3%; }
    .lets_collaborate__item__p {
      font-size: 12px; } }

@media (max-width: 767px) {
  .lets_collaborate__list {
    flex-direction: column;
    gap: 32px; }
  .lets_collaborate__item {
    max-width: 100%; }
  .lets_collaborate__content {
    flex-direction: column;
    gap: 32px; }
  .lets_collaborate .contact__contacts {
    padding-left: 0; } }

.core_capabilities {
  padding: 80px 0;
  background-color: #FAFAF5; }
  .core_capabilities__swiper.swiper {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 80px; }
  .core_capabilities__item.swiper-slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center; }
  .core_capabilities__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
    align-items: center; }
    @media (min-width: 768px) {
      .core_capabilities__subtitle:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        max-width: 12px;
        min-width: 12px;
        flex-grow: 1;
        background-color: #FF6F00; } }
  .core_capabilities__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .core_capabilities__description {
        padding-left: 24px; } }
  .core_capabilities__item-left {
    max-width: 42%;
    flex: 42%;
    padding-right: 40px; }
  .core_capabilities__item-right {
    width: 100%;
    max-width: 58%;
    flex: 58%; }
    .core_capabilities__item-right img {
      width: 100%; }
  .core_capabilities .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #FF6F00;
    opacity: .5;
    border-radius: 0;
    margin: 0 10px !important; }
  .core_capabilities .swiper-pagination-bullet-active {
    opacity: 1; }

@media (max-width: 767px) {
  .core_capabilities__item.swiper-slide {
    flex-direction: column; }
  .core_capabilities__item-left {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px; }
  .core_capabilities__item-right {
    max-width: 100%;
    flex: 100%; } }
.team__title {
  font-size: 80px;
}
@media (max-width: 640px) {
  .team__title {
    font-size: 60px;
  }
}
