/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

@font-face {
  font-family: FuturaNewBook;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(../../assets/fonts/FuturaNewBook-Reg.woff2) format("woff2"), url(../../assets/fonts/FuturaNewBook-Reg.woff) format("woff"), url(../../assets/fonts/FuturaNewBook-Reg.ttf) format("truetype");
}
@font-face {
  font-family: FuturaNewMedium;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(../../assets/fonts/FuturaNewMedium-Reg.woff2) format("woff2"), url(../../assets/fonts/FuturaNewMedium-Reg.woff) format("woff"), url(../../assets/fonts/FuturaNewMedium-Reg.ttf) format("truetype");
}
@font-face {
  font-family: FuturaNewDemi;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(../../assets/fonts/FuturaNewDemi-Reg.woff2) format("woff2"), url(../../assets/fonts/FuturaNewDemi-Reg.woff) format("woff"), url(../../assets/fonts/FuturaNewDemi-Reg.ttf) format("truetype");
}
html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

:where(figure, blockquote) {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

[hidden] {
  display: none !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background: #999;
}

::-webkit-scrollbar-thumb:hover {
  background: #777;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
  color: #000000;
  line-height: 1;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
  position: relative;
  padding: 0 4rem;
}
@media (max-width: 1440.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 992.98px) {
  .container {
    padding: 0 2.4rem;
  }
}
.main-title {
  font-family: FuturaNewDemi, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #004898;
  margin-bottom: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.main-description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #000000;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: #d9d9d9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #004898;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7rem 0;
}
.header__logo {
  max-width: 14.6rem;
  height: auto;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__contacts-link {
  font-family: FuturaNewDemi, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .header__contacts-link:hover {
    color: #004898;
  }
}

.footer {
  width: 100%;
  height: auto;
  background: #000000;
  position: relative;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5.5rem 0 5rem;
  position: relative;
  z-index: 1;
}
.footer__logo {
  max-width: 14.5rem;
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__contacts-link {
  font-family: FuturaNewDemi, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer__contacts-link:hover {
    color: #004898;
  }
}
.footer__contacts-link--email {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
}
.footer__copyright {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
}
.footer__background {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.footer__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  width: 100%;
  height: 43.5rem;
  position: relative;
  margin-top: 9rem;
}
.intro .container {
  height: 100%;
}
.intro__content {
  padding: 9rem 0 16rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.intro__title {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 4.8rem;
  color: #ffffff;
  margin-bottom: 2.7rem;
}
.intro__description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
}
.intro__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.intro__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(269.99deg, rgba(115, 115, 115, 0) 20.68%, #004898 99.99%);
  z-index: 0;
}

.about {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 8rem 0 10rem;
}
.about__inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.about__image {
  flex: 0 0 26.5rem;
  position: relative;
  mask-image: url(../../assets/images/about-mask.7db39b99.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(177.88deg, rgba(0, 121, 255, 0) 41.9%, rgba(0, 72, 152, 0.74) 63.77%);
  z-index: 0;
  opacity: 0;
}
.about__image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
  width: 100%;
  z-index: 1;
}
.about__image-content-title {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 6.4rem;
  color: #ffffff;
  text-align: center;
}
.about__image-content-description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.6rem;
  color: #ffffff;
  text-align: center;
}
.about__content {
  flex: 1 1 auto;
}
.about__title {
  font-family: FuturaNewDemi, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.about__description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
}
.about__description:not(:last-child) {
  margin-bottom: 1.5rem;
}

.directions {
  width: 100%;
  position: relative;
  padding: 8rem 0 10rem;
  background: #e8e8e8;
}
.directions__header {
  margin-bottom: 7rem;
}
.directions__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.directions__card {
  border-radius: 1.5rem;
  padding: 2rem 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
}
.directions__card-icon {
  max-width: 6.4rem;
  width: 100%;
  height: 6.4rem;
}
.directions__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directions__card-text {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #000000;
}

.benefits {
  width: 100%;
  height: 44rem;
  position: relative;
}
.benefits__slider {
  height: 100%;
}
.benefits__swiper {
  height: 100%;
}
.benefits__swiper-pagination {
  position: absolute;
  bottom: 3rem !important;
}
.benefits__slider-background {
  width: 100%;
  height: 100%;
  position: relative;
}
.benefits__slider-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits__slider-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.benefits__slider-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
  z-index: 2;
}
.benefits__slider-title {
  font-family: FuturaNewDemi, "Helvetica Neue", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.benefits__slider-description {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}

.products-solutions {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 11.5rem 10rem;
}
.products-solutions__header {
  margin-bottom: 5.5rem;
}
.products-solutions__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.2rem;
}
.products-solutions__card {
  display: flex;
  flex-direction: column;
}
.products-solutions__card:first-child {
  flex: 0 0 calc(65.32% - 11px);
}
.products-solutions__card:first-child .products-solutions__card-image {
  height: 29.5rem;
}
.products-solutions__card:first-child .products-solutions__card-content {
  padding: 2rem 2.6rem;
}
.products-solutions__card:first-child .products-solutions__card-text {
  font-size: 2.8rem;
}
.products-solutions__card:nth-child(2) {
  flex: 0 0 calc(34.68% - 11px);
}
.products-solutions__card:nth-child(2) .products-solutions__card-image {
  height: 29.5rem;
}
.products-solutions__card:nth-child(2) .products-solutions__card-image img {
  object-position: 25% 100%;
}
.products-solutions__card:nth-child(2) .products-solutions__card-content {
  padding: 2rem 1.6rem;
}
.products-solutions__card:nth-child(2) .products-solutions__card-text {
  font-size: 2rem;
}
.products-solutions__card:nth-child(n+3) {
  flex: 0 0 calc((100% - 66px) / 4);
}
.products-solutions__card-image {
  width: 100%;
  height: 21.8rem;
}
.products-solutions__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-solutions__card-content {
  width: 100%;
  flex: 1 1 auto;
  background: #004898;
  padding: 2rem 1.6rem;
}
.products-solutions__card-text {
  font-family: FuturaNewBook, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
}

.brands {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 9rem 0 8rem;
  background: #e8e8e8;
}
.brands__header {
  margin-bottom: 6rem;
}
.brands__swiper {
  height: 100%;
}
.brands__swiper-wrapper {
  height: 11rem;
}
.brands__swiper-pagination {
  position: relative;
  bottom: initial !important;
  left: initial !important;
  right: initial !important;
  top: initial !important;
  margin-top: 6.5rem;
}
.brands__slider-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 1rem;
  padding: 4rem;
  box-sizing: border-box;
}
