@charset "UTF-8";
/* Additional Breakpoints */
/* Fonts */
/* Colors */
/* Animations */
/* Grid */
/* Extends */
.fullscreen,
.process-steps__item-title::before,
.hero-bg,
.about-list__item-bg,
.industries-list__item-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fit,
.hero-bg > img,
.ceo-image,
.team-list__item > img,
.media-slider-viewer-nav__item > img,
.about-list__item-bg > img,
.solutions-list__item-image > img,
.industries-list__item-image,
.home-bg > img,
.media-slider-item-image-wrapper > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

.contain {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

.lazybg,
.industries-list__item-front,
.media-slider-item-image {
  background-color: #3a4e96;
}

/* Global styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
  content: none;
}

q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  overflow: visible;
  position: relative;
}

body,
html {
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
}

h1 {
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}
h1 > b {
  font-weight: 600;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Global */
main {
  padding-bottom: 50px;
  padding-top: 60px;
}

.container {
  padding: 0 10px;
}

.section {
  padding-bottom: 45px;
  padding-top: 45px;
}

.dark {
  color: #fff;
}

.section-aside > p {
  margin-bottom: 20px;
}
.section-aside > p:last-child {
  margin-bottom: 0;
}

.rel {
  position: relative;
}

.page {
  padding-top: 60px;
}

.page-constructor {
  padding-bottom: 0;
  padding-top: 60px;
}
.page-constructor .breadcrumbs nav {
  margin-top: 30px;
}

.footer-spacer {
  height: 40px;
}

.fw500 {
  font-weight: 500;
}

.blue {
  color: #3a4e96;
}

.red {
  color: #c42338;
}

.fade-in {
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Slick */
.slider-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px -20px;
  padding-left: 10px;
  padding-right: 10px;
}
.slider-nav > a, .slider-nav > .a {
  color: #898989;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  margin: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.slider-nav > a.active {
  pointer-events: none;
}
.slider-nav-blue > a.active, .slider-nav-blue > .a.active {
  color: #3a4e96;
}
.slider-nav-red > a.active, .slider-nav-red > .a.active {
  color: #c42338;
}

.slider-controls {
  border-top: 2px solid #d9d9d9;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.slider-controls > .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  position: absolute;
  top: 2px;
  width: 48px;
}
.slider-controls > .slick-arrow > svg > path {
  stroke: #d9d9d9;
  transition: stroke 0.15s ease;
}
.slider-controls > .slick-arrow.slick-prev {
  left: -17px;
}
.slider-controls > .slick-arrow.slick-next {
  right: -17px;
}
.slider-controls-count {
  color: #d9d9d9;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  position: relative;
  min-width: 52px;
}
.slider-controls-count::before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -11px;
  width: 100%;
}
@media (pointer: fine) {
  .slider-controls-blue > .slick-arrow:hover > svg > path {
    stroke: #3a4e96;
  }
}
.slider-controls-blue .slider-controls-count::before {
  background-color: #3a4e96;
}
@media (pointer: fine) {
  .slider-controls-red > .slick-arrow:hover > svg > path {
    stroke: #c42338;
  }
}
.slider-controls-red .slider-controls-count::before {
  background-color: #c42338;
}

/* Blocks Includes */
.grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10000;
}
.grid > .container {
  height: 100%;
}
.grid > .container > .row {
  height: 100%;
  align-items: stretch;
}
.grid > .container > .row > .col {
  background-color: rgba(196, 35, 56, 0.05);
}

.row-wrap {
  flex-wrap: wrap;
}

.row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 600;
  min-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
}
.button > span,
.button-new {
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  transition: border-color 0.15s ease, background-color 0.15s ease,
    color 0.15s ease;
  white-space: nowrap;
  cursor: pointer;
}
.button.blue > span,
.button.blue.button-new {
  background-color: #3a4e96;
  color: #fff;
}
@media (pointer: fine) {
  .button.blue:hover > span,
  .button.blue.button-new:hover {
    background-color: #c42338;
  }
}
.button.red > span,
.button.red.button-new {
  background-color: #c42338;
  color: #fff;
}
@media (pointer: fine) {
  .button.red:hover > span,
  .button.red.button-new:hover {
    background-color: #3a4e96;
  }
}
.button.white > span,
.button.white.button-new {
  background-color: #fff;
  color: #3a4e96;
}
@media (pointer: fine) {
  .button.white:hover > span,
  .button.white.button-new:hover {
    background-color: #c42338;
    color: #fff;
  }
}
.button.stroke-blue > span,
.button.stroke-blue.button-new {
  background-color: transparent;
  border: 2px solid #3a4e96;
  color: #3a4e96;
}
@media (pointer: fine) {
  .button.stroke-blue:hover > span,
  .button.stroke-blue.button-new:hover {
    background-color: #3a4e96;
    color: #fff;
  }
}
.button.stroke-red > span,
.button.stroke-red.button-new {
  background-color: transparent;
  border: 2px solid #c42338;
  color: #c42338;
}
@media (pointer: fine) {
  .button.stroke-red:hover > span,
  .button.stroke-red.button-new:hover {
    background-color: #c42338;
    color: #fff;
  }
}
.button.stroke-white > span,
.button.stroke-white.button-new {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
@media (pointer: fine) {
  .button.stroke-white:hover > span,
  .button.stroke-white.button-new:hover {
    background-color: #c42338;
    border-color: #c42338;
    color: #fff;
  }
}
@media (pointer: fine) {
  .button.stroke-white.hover-blue:hover > span,
  .button.stroke-white.hover-blue.button-new:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3a4e96;
  }
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-header > h2,
.section-header .h2 {
  position: relative;
}
.section-header > h2::before,
.section-header .h2::before {
  content: "";
  position: absolute;
}
.section-header .button {
  margin-left: 15px;
}
.section-header a.linkedin {
  align-self: center;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  margin-left: 10px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  width: 30px;
}
.section-header a.linkedin > svg {
  height: 100%;
  width: 100%;
}
.section-header a.linkedin > svg > path {
  transition: fill 0.15s ease;
}
.section-header.blue {
  color: #3a4e96;
}
.section-header.blue > h2::before,
.section-header.blue .h2::before {
  background-color: #3a4e96;
}
.section-header.blue a.linkedin {
  border-color: #3a4e96;
}
.section-header.blue a.linkedin > svg > path {
  fill: #3a4e96;
}
@media (pointer: fine) {
  .section-header.blue a.linkedin:hover {
    border-color: #fff;
    background-color: #fff;
  }
}
.section-header.red {
  color: #c42338;
}
.section-header.red > h2::before,
.section-header.red .h2::before {
  background-color: #c42338;
}
.section-header.red a.linkedin {
  border-color: #c42338;
}
.section-header.red a.linkedin > svg > path {
  fill: #c42338;
}
@media (pointer: fine) {
  .section-header.red a.linkedin:hover {
    border-color: #fff;
    background-color: #fff;
  }
}
.section-header.white {
  color: #fff;
}
.section-header.white > h2::before,
.section-header.white .h2::before {
  background-color: #fff;
}
.section-header.white a.linkedin {
  border-color: #fff;
}
.section-header.white a.linkedin > svg > path {
  fill: #fff;
}
@media (pointer: fine) {
  .section-header.white a.linkedin:hover {
    background-color: #fff;
  }
  .section-header.white a.linkedin:hover > svg > path {
    fill: #3a4e96;
  }
}
@media (pointer: fine) {
  .section-header.linkedin-blue a.linkedin:hover {
    background-color: #3a4e96;
    border-color: #3a4e96;
  }
  .section-header.linkedin-blue a.linkedin:hover > svg > path {
    fill: #fff;
  }
}

.page-list {
  background-color: #f4f6f6;
}

.list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.list-item-top {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  min-height: 40px;
  line-height: 1.2;
  padding: 0 30px;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-transform: uppercase;
}
.list-item-bottom {
  background-color: #fff;
  box-sizing: border-box;
  flex: 0 1 100%;
  padding: 12px 30px 32px;
  position: relative;
}
.list-item-bottom > ul > li > a,
.list-item-bottom > ul > li > span {
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1.125;
  padding: 8px 0 8px 20px;
  position: relative;
  text-decoration: none;
}
.list-item-bottom > ul > li > a::before,
.list-item-bottom > ul > li > span::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  transition: background-color 0.15s ease;
  top: 19px;
  width: 6px;
}
.list-item-bottom > p {
  font-weight: 400;
}
.list-item .see-more {
  bottom: 0;
  padding-bottom: 10px;
  position: absolute;
  right: 24px;
}
.list-item .see-more > span {
  text-decoration: underline;
}
.list-item .see-more > svg {
  margin-left: 8px;
  margin-top: 2px;
  transition: transform 0.15s ease;
}
@media (pointer: fine) {
  .list-item .see-more:hover > span {
    text-decoration: none;
  }
  .list-item .see-more:hover > svg {
    transform: translate3d(8px, 0, 0);
  }
}

.see-more {
  box-sizing: border-box;
  color: #c42338;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  text-decoration: none;
}
.see-more > span {
  text-decoration: underline;
}
.see-more > svg {
  margin-left: 8px;
  margin-top: 2px;
  transition: transform 0.15s ease;
  width: 20px;
}

@media (pointer: fine) {
  .see-more:hover > span {
    text-decoration: none;
  }
  .see-more:hover > svg {
    transform: translate3d(8px, 0, 0);
  }
}

.review-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.review-icon {
  aspect-ratio: 1/1;
  margin-right: 10px;
  width: 40px;
}
.review-icon > img {
  aspect-ratio: 1/1;
  width: 100%;
}
.review-author {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.review-info {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: -8px;
  padding-left: 50px;
}
.review-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
}
.review-text::before {
  color: #c42338;
  content: "“";
  font-size: 50px;
  font-weight: 600;
  left: 20px;
  line-height: 48px;
  position: absolute;
  top: 0;
}
.review-text > span {
  position: relative;
}
.review-text > span::after {
  color: #c42338;
  content: "“";
  font-size: 50px;
  font-weight: 600;
  line-height: 0;
  margin-left: -18px;
  position: absolute;
  transform: translate3d(0, 24px, 0);
}
.review-text > span > b,
.review-text > span > strong {
  font-weight: 700;
}
.review-bottom {
  color: #c42338;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
  padding-left: 50px;
  text-decoration: none;
}
.review-bottom u {
  font-weight: 700;
}
.review-bottom svg {
  margin-left: 6px;
  margin-top: 3px;
  transition: transform 0.15s ease;
}
@media (pointer: fine) {
  .review-bottom:hover svg {
    transform: translate3d(6px, 0, 0);
  }
}

.media-slider-item {
  color: #000;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.media-slider-item-image {
  aspect-ratio: 16/9;
  display: block;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.media-slider-item-image-wrapper {
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.media-slider-item-image-wrapper > img {
  transition: transform 0.25s ease;
}
.media-slider-item-icon {
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  transition: background-color 0.5s ease;
  width: 60px;
}
.media-slider-item-icon > svg {
  margin-left: 3px;
  width: 20px;
}
.media-slider-item-icon > svg > path {
  fill: #fff;
}
.media-slider-item-bottom {
  box-sizing: border-box;
  display: block;
  flex: 0 1 100%;
  padding: 15px 20px 20px;
  transition: background-color 0.15s ease;
}
.media-slider-item-bottom.white {
  background-color: #fff;
  color: #000;
}
.media-slider-item-bottom.grey {
  background-color: #f4f6f6;
}
.media-slider-item-title {
  display: block;
  font-weight: 500;
  line-height: 1.25;
}
.media-slider-item-author {
  display: block;
  font-weight: 600;
  padding-top: 18px;
  text-transform: uppercase;
}
.media-slider-item-position {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.media-slider-item-quote {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.media-slider-item.alt .media-slider-item-icon {
  top: 100%;
}
@media (pointer: fine) {
  .media-slider-item:hover .media-slider-item-image-wrapper > img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
  }
  .media-slider-item:hover .media-slider-item-icon {
    background-color: #c42338;
  }
  .media-slider-item:hover .media-slider-item-bottom {
    background-color: #eef0f0;
  }
}

.breadcrumbs nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 28px;
  margin-top: -8px;
}
.breadcrumbs nav > a {
  color: #bfbfbf;
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
}
@media (pointer: fine) {
  .breadcrumbs nav > a:hover {
    color: #3a4e96;
    text-decoration: none;
  }
}
.breadcrumbs nav > svg {
  margin: 6px 10px 0;
  width: 5px;
}

/* Blocks */
.header {
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  max-width: 100vw;
}
.header::before {
  background-color: #fff;
  content: "";
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.header-left {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.header-left > a, .header-left .header_logo_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
}
.header-left > a > img, .header-left > .header_logo_container > img {
  height: 40px;
}
.header-right {
  flex: 0 1 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-menu-top {
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.125;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu-item-right > ul > li > a {
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1.125;
  padding: 12px 0 12px 20px;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease;
}
.header-menu-item-right > ul > li > a::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 20px;
  transition: background-color 0.15s ease;
  width: 6px;
}
.header-menu-bottom {
  margin: 24px 10px 0 !important;
  padding: 0 20px;
  display: block;
  border: none !important;
}
.header-menu-bottom .button {
  display: inline-flex;
  margin-top: 24px;
}
.header-button {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: 4px;
  position: relative;
  z-index: 2;
}
.header-hamburger {
  display: block;
  height: 60px;
  position: relative;
  width: 50px;
  z-index: 2;
}
.header-hamburger > span {
  background-color: #3a4e96;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  display: block;
  height: 4px;
  left: 10px;
  transition: -webkit-clip-path 0.25s ease;
  transition: clip-path 0.25s ease;
  transition: clip-path 0.25s ease, -webkit-clip-path 0.25s ease;
  position: absolute;
  top: 28px;
  width: 30px;
}
.header-hamburger::before,
.header-hamburger::after {
  background-color: #3a4e96;
  content: "";
  display: block;
  height: 4px;
  left: 10px;
  position: absolute;
  transition: transform 0.25s ease;
  width: 30px;
  z-index: 1;
}
.header-hamburger::before {
  top: 20px;
  transform-origin: 5px 6px;
}
.header-hamburger::after {
  top: 36px;
  transform-origin: 6px -1px;
}

.home {
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
.home-bg {
  box-sizing: border-box;
  min-height: 400px;
  position: relative;
}
.home-bg > img {
  left: 0;
  top: 0;
  width: 100%;
}
.home h1 {
  box-sizing: border-box;
  position: relative;
}
.home-services {
  position: relative;
}
.home-slider__item-top {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  min-height: 40px;
  line-height: 1.2;
  padding: 8px 0;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-transform: uppercase;
}
.home-slider__item-top > svg {
  fill: #c42338;
  margin-left: 7.5px;
  margin-right: 7.5px;
  transition: fill 0.15s ease;
}
.home-slider__item-top > svg > path {
  transition: transform 0.15s ease;
}
.home-slider__item-bottom {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: max-height 0.15s ease;
}
.home-slider__item-bottom > ul > li > a, 
.home-slider__item-bottom > ul > li > span {
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1.125;
  padding: 8px 0 8px 20px;
  position: relative;
  text-decoration: none;
}
.home-slider__item-bottom > ul > li > a::before,
.home-slider__item-bottom > ul > li > span::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  transition: background-color 0.15s ease;
  top: 19px;
  width: 6px;
}
.home-slider__item .see-more {
  bottom: 0;
  padding-bottom: 10px;
  position: absolute;
  right: 24px;
}
.home-slider__item.open .home-slider__item-top > svg {
  fill: #fff;
}
.home-slider__item.open .home-slider__item-top > svg > path:nth-child(2) {
  transform: scaleY(0);
}

.industries {
  overflow: hidden;
  position: relative;
}
.industries-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.industries-list .slick-list {
  overflow: visible;
}
.industries-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.industries-list .slick-track .industries-list__item {
  float: none;
  height: auto;
}
.industries-list__item {
  text-decoration: none;
}
.industries-list__item-front {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  position: relative;
}
.industries-list__item-title {
  color: #fff;
  font-weight: 300;
  line-height: 87.5%;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 50px #000;
  text-transform: uppercase;
  z-index: 1;
}
.industries-list__item-back {
  background-color: #f4f6f6;
  box-sizing: border-box;
  color: #000;
  display: block;
}
.industries-list__item-subtitle {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.industries-list__item-text {
  display: block;
  line-height: 1.25;
}
.industries-list__item .see-more {
  position: absolute;
}

.solutions {
  background-color: #f4f6f6;
  overflow: hidden;
  position: relative;
}
.solutions .section-header {
  padding-top: 0;
}
.solutions-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.solutions-list .slick-list {
  overflow: visible;
}
.solutions-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.solutions-list .slick-track .solutions-list__item {
  float: none;
}
.solutions-list__item {
  background-color: #fff;
  color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.solutions-list__item-data {
  display: block;
}
.solutions-list__item-title {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.solutions-list__item-text {
  line-height: 1.25;
  font-size: 20px;
}
.solutions-list__item .see-more {
  position: absolute;
}

.logos {
  background-color: #fff;
}
.logos-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logos-list__item {
  box-sizing: border-box;
  flex: 0 0 9.1111111111%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
  padding: 10px 0;
}
.logos-list__item > img {
  max-height: 100%;
  max-width: 100%;
}

.clients-cases {
  background-color: #f4f6f6;
  overflow: hidden;
  position: relative;
}
.clients-cases::before {
  background-color: #eef0f0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.clients-cases .section-header {
  padding-top: 0;
  position: relative;
}
.clients-cases-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
.clients-cases-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.clients-cases-list .slick-track .clients-cases-list__item {
  float: none;
  height: auto;
}
.clients-cases-list__item-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: background-color 0.25s ease;
  position: relative;
}
.clients-cases-list__item-card::before {
  aspect-ratio: 1/1;
  bottom: 100%;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  left: 0;
  position: absolute;
  transition: background-color 0.25s ease;
}
.clients-cases-list__item-title {
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.3;
  transition: margin 0.25s ease;
}
.clients-cases-list__item-content {
  background-color: #fff;
  flex: 0 1 100%;
  position: relative;
  transition: background-color 0.25s ease, padding 0.25s ease;
}
.clients-cases-list__item-content::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  bottom: 100%;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  left: 0;
  position: absolute;
  transition: background-color 0.25s ease;
}
.clients-cases-list__item-problem {
  position: relative;
  transition: 0.25s ease;
}
.clients-cases-list__item-problem::before {
  aspect-ratio: 1/1;
  background-color: transparent;
  bottom: 100%;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%);
  left: 0;
  position: absolute;
  transition: background-color 0.25s ease;
}
.clients-cases-list__item-problem-label {
  border: 2px solid #3a4e96;
  box-sizing: border-box;
  color: #3a4e96;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.clients-cases-list__item-problem-text {
  line-height: 1.25;
  transition: 0.25s ease;
}
.clients-cases-list__item-solution {
  position: relative;
}
.clients-cases-list__item-solution-label {
  background-color: #c42338;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
}
.clients-cases-list__item-solution-label > svg {
  transition: 0.25s ease;
}
.clients-cases-list__item-solution-text {
  line-height: 1.25;
}
.clients-cases-list__item.open .clients-cases-list__item-card {
  background-color: #fff;
}
.clients-cases-list__item.open .clients-cases-list__item-card::before {
  background-color: #fff;
}
.clients-cases-list__item.open .clients-cases-list__item-content {
  background-color: transparent;
}
.clients-cases-list__item.open .clients-cases-list__item-content::before {
  background-color: transparent;
}
.clients-cases-list__item.open .clients-cases-list__item-problem {
  background-color: #f4f6f6;
}
.clients-cases-list__item.open .clients-cases-list__item-problem::before {
  background-color: #f4f6f6;
}
.clients-cases-list__item.open .clients-cases-list__item-solution-label {
  cursor: unset;
}
.clients-cases-list__item.open .clients-cases-list__item-solution-label > svg {
  width: 0;
}

.clients-logos {
  background-color: #f4f6f6;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}
.clients-logos-marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.clients-logos-marquee .loop-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.clients-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px;
  width: 12.5vw;
}
.clients-logos__item > img {
  display: block;
  max-height: 100%;
  height: auto;
  max-width: 100%;
}

.reviews-slider .section-header {
  padding-top: 0;
}
.reviews-slider-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
.reviews-slider-list-wrapper {
  position: relative;
}
.reviews-slider-list-wrapper::before {
  background-color: #eef0f0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.reviews-slider-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.reviews-slider-list .slick-track .reviews-slider-list__item {
  float: none;
  height: auto;
}

.reviews-page__item {
  padding: 30px 0;
}
.reviews-page__item:nth-child(2n + 1) {
  background-color: #f4f6f6;
}
.reviews-page__item .review {
  box-sizing: border-box;
  padding-right: 10px;
  max-width: 1285px;
}

.pagination {
  margin-top: 40px;
}
.pagination nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -18px;
}
.pagination nav > a {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  color: #c42338;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  margin: 0 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pagination nav > a > svg {
  width: 10px;
}
.pagination nav > a > svg > path {
  stroke: #d9d9d9;
  transition: stroke 0.15s ease;
}
.pagination nav > a.disabled {
  pointer-events: none;
}
.pagination nav > a.disabled > svg {
  opacity: 0.5;
}
.pagination nav > a.current {
  background-color: #c42338;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}
@media (pointer: fine) {
  .pagination nav > a:hover {
    background-color: #c42338;
    color: #fff;
  }
  .pagination nav > a:hover > svg > path {
    stroke: #fff;
  }
}
.pagination nav > span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  margin-left: 16px;
  padding-bottom: 2px;
}
.pagination-prev > svg {
  transform: translate3d(-1px, 1px, 0);
}
.pagination-next > svg {
  transform: translate3d(1px, 1px, 0);
}

.about {
  padding-top: 0 !important;
}
.about-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about-list__item {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.about-list__item-bg {
  transition: opacity 0.25s ease;
}
.about-list__item-front {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease;
}
.about-list__item-back {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-list__item-title {
  font-weight: 300;
  text-transform: uppercase;
}
.about-list__item-excerpt {
  line-height: 1.2;
}
.about-list__item-text {
  line-height: 1.25;
}
.about-list__item-down {
  bottom: 22px;
  position: absolute;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.about-list__item:nth-child(2n + 1) {
  background-color: #3a4e96;
  color: #fff;
}
.about-list__item:nth-child(2n + 1) .about-list__item-back {
  background-color: #3a4e96;
}
.about-list__item:nth-child(2n + 1) .about-list__item-excerpt {
  padding: 0 5px;
}
.about-list__item:nth-child(2n + 1) .about-list__item-excerpt > span {
  background-color: #3a4e96;
  outline: 5px solid #3a4e96;
}
.about-list__item:nth-child(2n + 2) {
  background-color: #f4f6f6;
  color: #3a4e96;
}
.about-list__item:nth-child(2n + 2) .about-list__item-back {
  background-color: #f4f6f6;
}
.about-list__item:nth-child(2n + 2) .about-list__item-text {
  color: #000;
}

.media-slider-viewer {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  z-index: 2000;
}
.media-slider-viewer-content {
  position: relative;
}
.media-slider-viewer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  position: absolute;
  right: 0;
  width: 48px;
  z-index: 1;
}
.media-slider-viewer-close > svg > path {
  fill: #fff;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .media-slider-viewer-close:hover > svg > path {
    fill: #c42338;
  }
}
.media-slider-viewer-slider {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.media-slider-viewer-slider .slick-list,
.media-slider-viewer-slider .slick-track {
  height: 100%;
}
.media-slider-viewer-slider__item {
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.media-slider-viewer-slider__item-video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.media-slider-viewer-slider__item-video > video {
  aspect-ratio: 16/9;
  max-height: 100%;
  max-width: 100%;
}
.media-slider-viewer-slider__item-image {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.media-slider-viewer-slider__item-image > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.media-slider-viewer-controls > .slick-arrow {
  position: absolute;
  top: 50%;
}
.media-slider-viewer-controls > .slick-arrow > svg > path {
  stroke: #fff;
  transition: stroke 0.15s ease;
}
.media-slider-viewer-controls > .slick-arrow.slick-prev {
  left: 0;
}
.media-slider-viewer-controls > .slick-arrow.slick-next {
  right: 0;
}
@media (pointer: fine) {
  .media-slider-viewer-controls > .slick-arrow:hover > svg > path {
    stroke: #3a4e96;
  }
}
.media-slider-viewer-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  right: 0;
}
.media-slider-viewer-nav__item {
  aspect-ratio: 16/9;
  background-color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
}
.media-slider-viewer-nav__item::after {
  border: 5px solid transparent;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.25s ease;
  width: 100%;
}
.media-slider-viewer-nav__item > img {
  aspect-ratio: 16/9;
  display: block;
  opacity: 0.75;
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease;
  width: 100%;
  transition: transform 0.25s ease;
}
.media-slider-viewer-nav__item .media-slider-item-icon > svg {
  transition: opacity 0.25s ease;
}
.media-slider-viewer-nav__item .media-slider-item-icon > svg.pause {
  margin-left: 0;
  opacity: 0;
  position: absolute;
  width: 16px;
}
.media-slider-viewer-nav__item.playing .media-slider-item-icon > svg.play {
  opacity: 0;
}
.media-slider-viewer-nav__item.playing .media-slider-item-icon > svg.pause {
  opacity: 1;
}
@media (pointer: fine) {
  .media-slider-viewer-nav__item:hover::after {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .media-slider-viewer-nav__item:hover > img {
    opacity: 1;
    transition: transform 0.5s ease;
    transform: scale(1.1);
  }
}
.media-slider-viewer-nav__item.slick-active::after {
  border-color: #fff;
}
.media-slider-viewer-nav__item.slick-active > img {
  opacity: 1;
}
.media-slider-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.media-slider-nav-wrapper {
  overflow: hidden;
  position: relative;
}
.media-slider-nav .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.media-slider-nav .slick-track .media-slider-item {
  display: flex;
  float: none;
  height: auto;
}
.media-slider.full-screen .media-slider-viewer {
  opacity: 1;
  pointer-events: auto;
}

.team {
  overflow: hidden;
  position: relative;
}
.team-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.team-list .slick-list {
  overflow: visible;
}
.team-list__item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.team.full-screen .media-slider-viewer {
  opacity: 1;
  pointer-events: auto;
}

.ceo.section {
  padding-top: 0;
}
.ceo .row {
  align-items: center;
}
.ceo-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.ceo-title {
  font-weight: 600;
  line-height: 1.2;
}
.ceo-name {
  color: #3a4e96;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ceo-name > span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.ceo-name > a > svg {
  border: 2px solid #3a4e96;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-left: 18px;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  width: 40px;
}
.ceo-name > a > svg > path {
  fill: #3a4e96;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .ceo-name > a:hover > svg {
    background-color: #3a4e96;
    border-color: #3a4e96;
  }
  .ceo-name > a:hover > svg > path {
    fill: #fff;
  }
}
.ceo-position {
  font-size: 24px;
  font-weight: 400;
}

.offices {
  background-color: #f4f6f6;
}
.offices .section-header {
  padding-top: 0;
}
.offices-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.offices-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
.offices-text > a {
  color: #000;
  text-decoration: none;
}
.offices-text > a:not(.wrap) {
  white-space: nowrap;
}
.offices-text > a.wrap {
  word-break: break-all;
}
@media (pointer: fine) {
  .offices-text > a:hover {
    color: #3a4e96;
    text-decoration: underline;
  }
}

.clients {
  padding-bottom: 0 !important;
}
.clients .section-header {
  padding-top: 0;
}

.form {
  overflow: hidden;
  position: relative;
}
.form .section-header {
  padding-top: 0;
}
.form .to-top {
  aspect-ratio: 1/1;
  background-color: #fff;
  bottom: 20px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  width: 40px;
}
.form .to-top > svg {
  transform: translate3d(0, -1px, 0);
}
.form .to-top > svg > path {
  stroke: #3a4e96;
  transition: stroke 0.15s ease;
}
@media (pointer: fine) {
  .form .to-top:hover {
    background-color: transparent;
    border-color: #fff;
  }
  .form .to-top:hover > svg > path {
    stroke: #fff;
  }
}
.form-note {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
.form-field {
  margin-bottom: 10px;
}
.form .input-field input {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  outline: none;
  transition: color 0.25s ease;
  width: 100%;
}
.form .input-field input::-moz-placeholder {
  color: #000;
}
.form .input-field input::placeholder {
  color: #000;
}
.form .input-field.error input {
  color: #c42338;
}
.form .input-field.error input::-moz-placeholder {
  color: #c42338;
}
.form .input-field.error input::placeholder {
  color: #c42338;
}
.form .textarea-field textarea {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  height: 118px;
  line-height: 1.25;
  margin: 0;
  padding: 11.5px 20px;
  resize: none;
  outline: none;
  transition: color 0.25s ease;
  width: 100%;
}
.form .textarea-field textarea::-moz-placeholder {
  color: #000;
}
.form .textarea-field textarea::placeholder {
  color: #000;
}
.form .textarea-field.error textarea {
  color: #c42338;
}
.form .textarea-field.error textarea::-moz-placeholder {
  color: #c42338;
}
.form .textarea-field.error textarea::placeholder {
  color: #c42338;
}
.form-bottom-left {
  font-size: 16px;
  line-height: 1.2;
}
.form-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .form-checkbox {
  position: relative;
}

.form .form-checkbox .white {
  color: #fff;
}

.form .form-checkbox .black {
  color: #000;
}

.form .form-checkbox a:hover {
  text-decoration: none;
}

.form .form-checkbox input {
  position: absolute;
  left: -999999px;
}
.form .form-checkbox input + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  padding-left: 58px;
  position: relative;
}
.form .form-checkbox input + label::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.form .form-checkbox input:checked + label::before {
  background-image: url("../img/checkmark-blue.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.form .form-checkbox-error {
  color: #c42338;
  left: 58px;
  margin-top: 4px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s ease;
}
.form .form-checkbox-error.visible {
  opacity: 1;
}
.form-file {
  margin-right: 20px;
}
.form-file > input {
  position: absolute;
  left: -999999px;
}
.form-file > label {
  color: #c42338;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  transition: color 0.15s ease;
}
.form-file > label > svg {
  margin-right: 8px;
  width: 21px;
}
.form-file > label > svg > path {
  fill: #c42338;
  transition: fill 0.15s ease;
}
.form-file > label:hover {
  text-decoration: underline;
}
.form-person-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.form-person-head > img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  flex: 0 0 70px;
  margin-right: 10px;
  width: 70px;
}
.form-person-name {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.form-person-position {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.form-person-links {
  margin-top: 20px;
}
.form-person-links > a {
  color: #000;
  text-decoration: none;
}
.form-person-links > a:not(.wrap) {
  white-space: nowrap;
}
.form-person-links > a.wrap {
  word-break: break-all;
}
.form-person-links > a.linkedin {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: 2px solid #3a4e96;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  margin-top: -10px;
  transform: translate3d(0, 7px, 0);
  transition: border-color 0.15s ease, background-color 0.15s ease;
  width: 30px;
}
.form-person-links > a.linkedin > svg {
  height: 100%;
  width: 100%;
}
.form-person-links > a.linkedin > svg > path {
  fill: #3a4e96;
  transition: fill 0.15s ease;
}
@media (pointer: fine) {
  .form-person-links > a.linkedin:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .lightgrey .form-person-links > a.linkedin:hover {
    background-color: #3a4e96;
    border-color: #3a4e96;
  }
  .lightgrey .form-person-links > a.linkedin:hover > svg > path {
    fill: #fff;
  }
}
@media (pointer: fine) {
  .form-person-links > a:hover {
    color: #3a4e96;
    text-decoration: underline;
  }
}
.form.blue {
  background-color: rgb(52, 65, 124);
  color: #fff;
}
.form.blue .input-field input {
  background-color: #3a4e96;
  color: #fff;
}
.form.blue .input-field input::-moz-placeholder {
  color: #fff;
}
.form.blue .input-field input::placeholder {
  color: #fff;
}
.form.blue .input-field.error input {
  color: #c42338;
}
.form.blue .input-field.error input::-moz-placeholder {
  color: #c42338;
}
.form.blue .input-field.error input::placeholder {
  color: #c42338;
}
.form.blue .textarea-field textarea {
  background-color: #3a4e96;
  color: #fff;
}
.form.blue .textarea-field textarea::-moz-placeholder {
  color: #fff;
}
.form.blue .textarea-field textarea::placeholder {
  color: #fff;
}
.form.blue .textarea-field.error textarea {
  color: #c42338;
}
.form.blue .textarea-field.error textarea::-moz-placeholder {
  color: #c42338;
}
.form.blue .textarea-field.error textarea::placeholder {
  color: #c42338;
}
.form.blue .form-checkbox input + label::before {
  background-color: #3a4e96;
}
.form.blue .form-checkbox input:checked + label::before {
  background-image: url("../img/checkmark-white.svg");
}
.form.blue .form-file > label {
  color: #fff;
}
.form.blue .form-file > label > svg > path {
  fill: #fff;
}
.form.blue .form-person-links > a {
  color: #fff;
}
.form.blue .form-person-links > a.linkedin {
  border-color: #fff;
}
.form.blue .form-person-links > a.linkedin > svg > path {
  fill: #fff;
}
@media (pointer: fine) {
  .form.blue .form-person-links > a.linkedin:hover {
    background-color: #fff;
    border-color: #fff;
  }
  .form.blue .form-person-links > a.linkedin:hover > svg > path {
    fill: #3a4e96;
  }
}
@media (pointer: fine) {
  .form.blue .form-person-links > a:hover {
    color: #fff;
  }
}
.form.lightgrey {
  background-color: #f4f6f6;
}

.hero {
  box-sizing: border-box;
  overflow: hidden;
  padding: 72px 0;
  position: relative;
}
.hero h1,
.hero p,
.hero .button {
  position: relative;
}
.hero .button {
  display: inline-flex;
  margin-top: 24px;
}

.wysiwyg-area {
  padding: 0 10px;
}
.wysiwyg-area * {
  margin-bottom: 20px;
}
.wysiwyg-area *:last-child {
  margin-bottom: 0;
}
.wysiwyg-area h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
.wysiwyg-area h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.wysiwyg-area h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.wysiwyg-area h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.wysiwyg-area h6 {
  font-size: 16px;
  font-weight: 700;
}
.wysiwyg-area p {
  font-size: 16px;
  font-weight: 400;
}

.image-grid {
  overflow: hidden;
  position: relative;
}
.image-grid-list {
  margin-bottom: -5px;
  margin-top: -5px;
}
.image-grid-list .row {
  flex-wrap: wrap;
}
.image-grid-list__item {
  height: calc(100% - 10px);
  margin-bottom: 5px;
  margin-top: 5px;
}
.image-grid-list__item > img {
  display: block;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.image-grid-list .slick-list {
  margin: 0 -10px;
}
.image-grid-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.image-grid-list .slick-track .image-grid-list__item {
  float: none;
  height: auto;
  margin: 0 10px;
}

.card-slider {
  overflow: hidden;
  position: relative;
}
.card-slider-head {
  max-width: 1270px;
}
.card-slider-head > p {
  margin-bottom: 20px;
}
.card-slider-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.card-slider-list .slick-track .card-slider-list__item {
  float: none;
  height: auto;
}
.card-slider-list__item {
  background-color: #f4f6f6;
  color: #000;
}
.card-slider-list__item-image > img {
  display: block;
  width: 100%;
}
.card-slider-list__item-bottom {
  padding: 30px;
}
.card-slider-list__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.card-slider-list__item-title + .card-slider-list__item-text {
  margin-top: 20px;
}
.card-slider-list__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.text-image-image > img {
  display: block;
  width: 100%;
}
.text-image.rtl .text-image-image {
  order: 2;
}
.text-image-text {
  box-sizing: border-box;
}
.text-image-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.text-image-content {
  font-size: 16px;
  font-weight: 400;
}
.text-image-content > * {
  margin-bottom: 20px;
}
.text-image-content > *:last-child {
  margin-bottom: 0;
}
.text-image-content ul > li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.text-image-content ul > li::before {
  content: "·";
  font-weight: 700;
  left: 0;
  position: absolute;
}
.text-image-content ul > li:last-child {
  margin-bottom: 0;
}
.text-image-list {
  margin-top: 24px;
}
.text-image-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-image-list__item:last-child {
  margin-bottom: 0;
}
.text-image-list__item-icon {
  flex: 0 0 60px;
  margin-right: 10px;
}
.text-image-list__item-icon > img {
  display: block;
  width: 100%;
}

.faq {
  overflow: hidden;
  position: relative;
}
.faq .section-header {
  padding-top: 0;
}
.faq-list__item {
  background-color: #f4f6f6;
  box-sizing: border-box;
  color: #000;
  margin-bottom: 10px;
  padding: 16px 8px;
}
.faq-list__item:last-child {
  margin-bottom: 0;
}
.faq-list__item-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faq-list__item-top > svg {
  margin-right: 8px;
  width: 16px;
}
.faq-list__item-top > svg > path {
  fill: #3a4e96;
  transform-origin: 50% 50%;
  transition: fill 0.15s ease, transform 0.25s ease;
}
@media (pointer: fine) {
  .faq-list__item-top:hover > svg > path {
    fill: #c42338;
  }
}
.faq-list__item-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.faq-list__item-answer {
  box-sizing: border-box;
  padding-left: 24px;
  padding-top: 16px;
}
.faq-list__item.open .faq-list__item-top > svg > path:nth-child(2) {
  transform: scaleY(0);
}

.icons {
  overflow: hidden;
  position: relative;
}
.icons .section-header {
  padding-top: 0;
}
.icons-list {
  margin-bottom: -24px;
}
.icons-list__item {
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 1.25;
  padding: 24px 0;
}
.icons-list__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.icons-list__item-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.icons-list__item-icon {
  flex: 0 0 123px;
  margin-right: 10px;
}
.icons-list__item-title {
  font-weight: 700;
}
.icons-list__item-text {
  font-weight: 400;
  padding-left: 133px;
}

.process {
  overflow: hidden;
  position: relative;
}
.process-head {
  max-width: 1270px;
}
.process-head > p {
  margin-bottom: 20px;
}
.process-steps__item.step-lightgrey .process-steps__item-content {
  background-color: #f4f6f6;
}
.process-steps__item.step-lightgrey::after {
  background-color: #f4f6f6;
}
.process-steps__item.step-title-blue::after {
  background-color: #3a4e96;
}
.process-steps__item.step-title-red::after {
  background-color: #c42338;
}
.process-steps__item-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 50px;
  padding: 15px 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.process-steps__item-title::before {
  content: "";
}
.process-steps__item-title::after {
  content: "";
  position: absolute;
}
.process-steps__item-title > span {
  position: relative;
}
.process-steps__item-title.step-title-red {
  color: #fff;
}
.process-steps__item-title.step-title-red::before,
.process-steps__item-title.step-title-red::after {
  background-color: #c42338;
  border-color: #c42338;
}
.process-steps__item-title.step-title-blue {
  color: #fff;
}
.process-steps__item-title.step-title-blue::before,
.process-steps__item-title.step-title-blue::after {
  background-color: #3a4e96;
  border-color: #3a4e96;
}
.process-steps__item-title.step-title-grey::before,
.process-steps__item-title.step-title-grey::after {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.process-steps__item-content {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.process-steps__item-content ul > li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.process-steps__item-content ul > li::before {
  content: "·";
  font-weight: 700;
  left: 0;
  position: absolute;
}
.process-steps__item-content ul > li:last-child {
  margin-bottom: 0;
}
.process-steps__item:last-child::after {
  display: none;
}
.process-steps__item:last-child .process-steps__item-title::after {
  display: none;
}
.process-steps__item:nth-last-child(2).step-title-red::after,
.process-steps__item:nth-last-child(2).step-title-blue::after {
  opacity: 0.85;
}
.process-steps__item:nth-last-child(2)
  .process-steps__item-title:not(.step-title-grey)::before,
.process-steps__item:nth-last-child(2)
  .process-steps__item-title:not(.step-title-grey)::after {
  opacity: 0.85;
}
.process-steps__item:nth-last-child(3).step-title-red::after,
.process-steps__item:nth-last-child(3).step-title-blue::after {
  opacity: 0.7;
}
.process-steps__item:nth-last-child(3)
  .process-steps__item-title:not(.step-title-grey)::before,
.process-steps__item:nth-last-child(3)
  .process-steps__item-title:not(.step-title-grey)::after {
  opacity: 0.7;
}
.process-steps__item:nth-last-child(4).step-title-red::after,
.process-steps__item:nth-last-child(4).step-title-blue::after {
  opacity: 0.55;
}
.process-steps__item:nth-last-child(4)
  .process-steps__item-title:not(.step-title-grey)::before,
.process-steps__item:nth-last-child(4)
  .process-steps__item-title:not(.step-title-grey)::after {
  opacity: 0.55;
}
.process-steps__item:nth-last-child(5).step-title-red::after,
.process-steps__item:nth-last-child(5).step-title-blue::after {
  opacity: 0.4;
}
.process-steps__item:nth-last-child(5)
  .process-steps__item-title:not(.step-title-grey)::before,
.process-steps__item:nth-last-child(5)
  .process-steps__item-title:not(.step-title-grey)::after {
  opacity: 0.4;
}

.options {
  position: relative;
  z-index: 1;
}
.options-head {
  max-width: 1270px;
}
.options-head > p {
  margin-bottom: 20px;
}
.options .row {
  align-items: stretch;
  flex-wrap: wrap;
}
.options-item {
  background-color: #f4f6f6;
  color: #000;
  position: relative;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.options-item-icon > img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: filter 0.25s ease;
}
.options-item-title {
  font-weight: 600;
  line-height: 1.25;
}
.options-item-arrow {
  left: 50%;
  position: absolute;
}
.options-item-arrow > svg {
  width: 100%;
}
.options-item-arrow > svg > path {
  stroke: #d9d9d9;
}
.options-item-text {
  background-color: #f4f6f6;
  box-sizing: border-box;
  line-height: 1.25;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.single-slider {
  overflow: hidden;
  position: relative;
}
.single-slider .section-header {
  padding-top: 0;
}
.single-slider-head {
  max-width: 1270px;
}
.single-slider-head > p {
  margin-bottom: 20px;
}
.single-slider-list__item {
  box-sizing: border-box;
  color: #000;
}
.single-slider-list__item.rtl .single-slider-list__item-image {
  order: 2;
}
.single-slider-list__item-image {
  overflow: hidden;
  position: relative;
}
.single-slider-list__item-image > img {
  display: block;
  width: 100%;
}
.single-slider-list__item-content {
  box-sizing: border-box;
}
.single-slider-list__item-content .see-more {
  display: inline-flex;
}
.single-slider-list__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.single-slider-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.single-slider-list .slick-track .single-slider-list__item {
  display: flex;
  float: none;
  height: auto;
}

.footer {
  background-color: #3a4e96;
  color: #fff;
}
.footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.125;
  margin-top: -12px;
  padding: 12px 0;
  text-transform: uppercase;
}
.footer-title > a {
  color: #fff;
  text-decoration: none;
}
.footer-title > a:hover {
  text-decoration: underline;
}
.footer ul > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 20px;
  position: relative;
}
.footer ul > li::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 6px;
}
.footer ul > li > a {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
}
.footer ul > li > a:hover {
  text-decoration: underline;
}
.footer-nav {
  margin-bottom: -12px;
  margin-top: -12px;
}
.footer-nav > a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.125;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-nav > a:hover {
  text-decoration: underline;
}
.footer-copyright {
  font-weight: 400;
  padding-top: 35px;
}
.footer-copyright > a {
  color: #fff;
  text-decoration: underline;
}
.footer-copyright > a:hover {
  text-decoration: none;
}

.blog {
  margin-bottom: -5px;
  margin-top: -5px;
}
.blog .row {
  flex-wrap: wrap;
}
.blog__item {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #f4f6f6;
  color: #000;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.blog__item-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog__item-image > img {
  display: block;
  transition: transform 0.25s ease;
  width: 100%;
}
.blog__item-bottom {
  display: block;
  padding: 30px;
}
.blog__item-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.blog__item-title + .blog__item-text {
  margin-top: 20px;
}
.blog__item-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (pointer: fine) {
  .blog__item:hover .blog__item-image > img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
  }
}
.blog-post-image {
  display: block;
  width: 100%;
}

.flexcontainer {
  position: relative;
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: 20px;
}

.thank-you-text {
  position: relative;
  align-self: stretch;
  font-family: "Barlow", Helvetica;
  font-size: 54px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 100;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.thank-you-text .bold {
  font-weight: 500;
}

@media (max-width: 767px) {
  .thank-you-text {
    font-size: 46px;
  }
  .wysiwyg-area img {
      max-width: 100%;
      height: auto;
  }
}

    .search-results {
        padding-top: 125px;
    }
    .search-results .sBlogCategories.thisMarginTop  {
      margin-top: 0;
    }

    .sTemplate em {

word-break:break-all;

}

.sSwiper__wrap {

box-sizing:border-box;

}

.sBlogPage__content .sPerson__content-name span {
  font-size: 24px;
}
.sBlogPage__content .sPerson__content-who {
  font-size: 18px;
}
.sBlogPage__content .sPerson__content-description {
  margin-top:0px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .sBlogPage__content .sPerson__content-name span {
    font-size: 24px;
  }
  .sBlogPage__content .sPerson__content-who {
    font-size: 20px;
  }
  .sBlogPage__content .sPerson__content-description {
    font-size: 16px;
  }
}

.sPerson:not([data-styles*=row]) .sPerson__content-who {
  text-align: center;
}
@media (min-width: 761px) {
  .sBlogPage__content .sTemplate p {
    font-size: 18px;
  }
  .sBlogPage__content .sFeatures__item-name {
    font-size: 18px;
  }
  .sBlogPage__content .sFeatures__item-content {
      margin-top: 12px;
       font-size: 18px;
  }
  .sBlogPage__content .sTemplate ul li {
    font-size: 18px;
  }
  .sBlogPage__content .sTemplate ul li::before {
    top: 10px;
  }
}
@media (max-width: 760px) {
  .sBlogPage__content .sTemplate ul li::before {
    top: 8px;
  }
  .sBlogPage__content .sFeatures__item-content {
      margin-top: 12px;
  }
}
/**/
.sBlogPage__content .sTemplate table {
  display:block;
  width: 100%;
  overflow-x:auto;
}
.sBlogPage__content .sSteps .sSteps__item {
  box-sizing: border-box;
}
.sBlogPage__content .sBlogPage__content-marker > *  {
font-size: 24px;
}
.sBlogPage__content .sTemplate h2 {
  font-size: 28px;
  margin-top: 28px !important;
}
.sBlogPage__content .sTemplate h3 {
  font-size: 24px;
  margin-top: 24px !important;
}
.sBlogPage__content .sTemplate h4 {
  font-size: 22px;
  margin-top: 22px !important;
}
.sBlogPage__content .sTemplate h5 {
  font-size: 20px;
  margin-top: 20px !important;
}
.sBlogPage__content .sTemplate h6 {
  font-size: 20px;
  margin-top: 20px !important;
}
.sBlogPage__content .sTemplate h1:first-child,
.sBlogPage__content .sTemplate h2:first-child,
.sBlogPage__content .sTemplate h3:first-child,
.sBlogPage__content .sTemplate h4:first-child,
.sBlogPage__content .sTemplate h5:first-child,
.sBlogPage__content .sTemplate h6:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .sBlogPage__content .sTemplate h4 {
    font-size: 18px;
    margin-top: 18px !important;
  }
  .sBlogPage__content .sTemplate h5 {
    font-size: 18px;
    margin-top: 18px !important;
  }
  .sBlogPage__content .sTemplate h6 {
    font-size: 18px;
    margin-top: 18px !important;
  }
}

.sBlogPage__content .sTemplate p {
  font-size: 20px;
}
.sBlogPage__content .sTemplate ul li {
  font-size: 18px;
}
.sBlogPage__content .sTemplate ul li::before {
  top: 9px;
}
.sBlogPage__content .sCite__name {
  font-size: 24px;
}
.sBlogPage__content .sFeatures__item-name {
  font-size: 20px;
}
.sBlogPage__content .sFeatures__item-content {
  font-size: 18px;
}
.sBlogPage__content .sCite__text {
  font-size: 20px;
}
.sBlogPage__content .sSteps__item-title {
  font-size: 20px;
}
.sBlogPage__content .sSteps__item-text {
  font-size: 20px;
}
.sBlogPage__content .sPerson__content-who {
  font-size: 20px;
}
.sBlogPage__content .sPerson__content-description {
  font-size: 20px;
  margin-top: 0 !important;
}
.sCaller {
  background: #f4f6f6;
  padding: 45px 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
/*  width: 100%;*/
  transition: all 0.2s;
  cursor: pointer;
}
.sCaller__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: #000;
  transition: all 0.2s;
}
.sCaller__title + * {
  margin-top: 32px;
}
.sCaller__text {
  display: block;
  text-align: left;
  font-weight: 250;
  font-size: 24px;
  line-height: 140%;
  color: #000;
  transition: all 0.2s;
}
.sCaller__text a {
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #c7374a !important;
  transition: all 0.2s;
}
.sCaller__text b,
.sCaller__text strong {
  font-weight: 500;
  transition: all 0.2s;
}
.sCaller__link {
  margin-top: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 222%;
  text-transform: uppercase;
  color: #c7374a;
  width: auto;
  height: 40px;
  padding: 0 26px;
  border: 2px solid #c7374a;
  border-radius: 50px;
  background: rgba(217, 217, 217, 0);
  text-decoration: none;
  transition: all 0.2s;
}
.sCaller:hover {
  background: #3a4e96;
}
.sCaller:hover * {
  color: #fff !important;
  border-color: #fff;
}

@media (max-width: 1280px) {
  .sBlogPage__append {
    display: block;
  }
  .sBlogPage__append .sBlogPage__aside-share {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .sCaller {
    padding: 24px 22px;
  }
  .sCaller__title {
    font-size: 20px;
  }
  .sCaller__title + * {
    margin-top: 14px;
  }
  .sCaller__text {
    font-size: 16px;
  }
  .sCaller__link {
    padding: 0 12px;
    height: 20px;
    font-size: 12px;
  }
  .sCaller {
    padding: 18px 21px;
  }
}
.sBlogPage__aside-share button{
  background: none;
  border:none;
}
@media(min-width:1024px){
 .sBlog[data-styles*="swiper"] .sBlog__item {height:auto;}
}
.card-slider-list__item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.card-slider-list__item-title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.card-slider-list__item-title * {
    font-weight: inherit;
}

.card-slider-list__item-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 410 / 323;
}

.card-slider-list__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-list.solutions-list-2 .solutions-list__item-data {
    padding: 26px 70px 45px 30px;
    width: 100%;
}

.solutions-list.solutions-list-2 .solutions-list__item-text>span {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0;
}

@media screen and (min-width: 1024.02px) {
    .card-slider-list-c,
    .solutions-list-c {
        position: relative;
    }

    .card-slider-controls,
    .solutions-list-c .slider-controls {
        border-top: none;
        margin: 0;
        position: static;
    }

    .slider-controls-count {
        display: none;
    }

    .card-slider-controls > .slick-arrow.slick-prev,
    .card-slider-controls > .slick-arrow.slick-next,
    .solutions-list-c .slider-controls > .slick-arrow.slick-prev,
    .solutions-list-c .slider-controls > .slick-arrow.slick-next{
        height: 114px;
        top: 50%;
        transform: translateY(-50%);
    }

    .card-slider-controls > .slick-arrow.slick-prev,
    .solutions-list-c .slider-controls > .slick-arrow.slick-prev{
        left: -58px;
    }

    .card-slider-controls > .slick-arrow.slick-next,
    .solutions-list-c .slider-controls > .slick-arrow.slick-next {
        right: -58px;
    }

    .card-slider-controls > .slick-arrow.slick-prev svg,
    .card-slider-controls > .slick-arrow.slick-next svg,
    .solutions-list-c .slider-controls > .slick-arrow.slick-prev svg,
    .solutions-list-c .slider-controls > .slick-arrow.slick-next svg {
        height: 114px;
        transform: scaleY(2);
        width: 34px;
        stroke-width: 1.5;
    }

    .card-slider-controls > .slick-arrow.slick-prev svg path,
    .card-slider-controls > .slick-arrow.slick-next svg path,
    .solutions-list-c .slider-controls > .slick-arrow.slick-prev svg path,
    .solutions-list-c .slider-controls > .slick-arrow.slick-next svg path{
        stroke-width: 1.5;
    }

    .solutions.solutions-2 .solutions-list-wrapper {
        padding-left: calc((100vw - 1720px) / 2 + 460px);
        padding-right: calc((100vw - 1720px) / 2 + 820px);
    }
    
    .solutions-list.solutions-list-2 .solutions-list__item.active {
        min-width: calc((100vw - 200px) / 3);
    }
    
    .solutions-list.solutions-list-2 .solutions-list__item-image,
    .solutions-list.solutions-list-2 .solutions-list__item-data {
        width: calc((100vw - 200px) / 3);
        object-fit: cover;
    }
    
    .solutions-list.solutions-list-2 .solutions-list__item {
        height: 630px;
    }
    
    .solutions-list.solutions-list-2 .solutions-list__item-title {
        max-width: 100%;
        font-size: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .card-slider-list__item-title {
        font-size: 22px;
        line-height: normal;
    }
}

@media screen and (min-width: 1024.02px) and (max-width: 1470px) {
    .solutions.solutions-2 .solutions-list-wrapper {
        margin-left: -80px;
        margin-right: -80px;
        padding-left: calc(80px + 20%);
        padding-right: calc(80px + 50%);
    }

    .solutions-list.solutions-list-2 .solutions-list__item.active {
        min-width: calc((100vw - 160px) / 3);
    }
    
    .solutions-list.solutions-list-2 .solutions-list__item-image,
    .solutions-list.solutions-list-2 .solutions-list__item-data {
        width: calc((100vw - 160px) / 3)
    }
}

@media screen and (max-width: 1024.01px) {
    .card-slider-list__item-title {
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
    }

    .card-slider-list__item-bottom {
        padding: 14px 15px 20px 25px;
    }

    .card-slider-list__item-image {
        aspect-ratio: 240 / 200;
    }

    .section-header .button {
        margin-left: 20px;
    }

    .section-header .button span {
        height: 20px;
        padding: 0 12px;
        border-width: 1px;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-data {
        width: auto;
        padding: 20px 20px 25px;
        min-height: 95px;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-text>span {
        font-size: 16px;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-text {
        display: none !important;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-title {
        margin-bottom: 0;
    }

    .solutions-list.solutions-list-2 .solutions-list__item.active .solutions-list__item-image {
        display: none;
    }

    .solutions-list.solutions-list-2 .solutions-list__item.active .solutions-list__item-text {
        display: block !important;
        margin-top: 10px;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .card-slider-list__item-title {
        font-weight: 500;
    }

    .card-slider-list__item-bottom {
        padding: 16px 9px;
    }

    .card-slider-list__item-image {
        aspect-ratio: 1;
    }

    .solutions-list.solutions-list-2 .solutions-list__item-data {
        width: auto;
        padding: 15px 15px 20px 20px;
        min-height: 75px;
    }
}
/*S-Steps*/
.s-quote-c {
    padding: 100px 14px 100px 55px;
    display: grid;
    gap: 0 75px;
    box-sizing: border-box;
    grid-template-areas: 
        "img title"
        "img foot";
}

.s-quote-c * {
    box-sizing: border-box;
}

.s-quote-l {
    flex: 0 0 auto;
}

.s-quote-r {
    flex: 1;
    min-width: 0;
}

.s-quote__img-c {
    grid-area: img;
    position: relative;
    width: 300px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}

.s-quote__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.s-quote__txt {
    grid-area: title;
    position: relative;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    margin-top: auto;
    margin-bottom: 40px;
    font-style: italic;
    max-width: 1032px;
    padding-right: 32px;
}

.s-quote__txt:before,
.s-quote__txt:after {
    position: absolute;
    display: block;
    content: "“";
    top: -13px;
    left: -32px;
    color: #C42238;
    font-size: 72px;
    line-height: normal;
    font-weight: 600;
}

.s-quote__txt:after {
    top: auto;
    left: auto;
    bottom: -48px;
    right: 8px;
}

.s-quote__foot {
    grid-area: foot;
}

.s-quote__foot-title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #3A4E96;
}

.s-quote__foot-title br {
    display: none;
}

.s-quote__foot-desc {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.s-quote__foot-desc br {
    display: none;
}

.s-quote__foot-title-link {
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin-left: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid #3A4E96;
    color: #3A4E96;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
    text-decoration: none;
    transition: all .3s;
}

.s-quote__foot-title-link span {
    position: relative;
    top: -2px;
}

@media (hover:hover) {
    .s-quote__foot-title-link:hover {
        background: #3A4E96;
        color: #fff;
    }
}

.s-quote__foot-title-link:active {
    background: #3A4E96;
    color: #fff;
}

@media (max-width: 1199px) {
    .s-quote-c {
        padding: 60px 0 80px 40px;
    }

    .s-quote__img-c {
        width: 250px;
    }

    .s-quote__txt {
        font-size: 18px;
        line-height: 26px;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .s-quote__foot-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    
    .s-quote__foot-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .s-quote__foot-desc br {
        display: block;
    }

    .s-quote__foot-title-link {
        width: 34px;
        height: 34px;
        font-size: 21px;
        line-height: 21px;
        margin-left: 5px;
    }

    .s-quote__txt:before, 
    .s-quote__txt:after {
        font-size: 50px;
    }

    .s-quote__txt:before {
        left: -23px;
    }

    .s-quote__txt:after {
        bottom: -32px;
    }
}

@media (max-width: 767px) {
    .s-quote-c {
        padding: 70px 0 50px;
        gap: 0;
        grid-template-areas: 
            "title title"
            "img foot";
        grid-template-columns: auto 1fr;
    }

    .s-quote__img-c {
        width: 120px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .s-quote__txt {
        padding-right: 25px;
        padding-left: 30px;
    }

    .s-quote__txt:before {
        left: -1px;
        top: -8px;
    }

    .s-quote__foot {
        align-self: center;
        overflow: hidden;
    }

    .s-quote__foot-title {
        position: relative;
        line-height: 20px;
        margin-bottom: 0;
        padding-right: 38px;
        word-break: break-word;
        display: inline-block;
    }
    
    .s-quote__foot-desc br {
        display: none;
    }

    .s-quote__foot-title-link {
        position: absolute;
        right: 0;
        bottom: -7px;
        margin-left: 0;
    }

    .s-quote__foot-title br {
        display: block;
    }
}



.s-steps {
    padding: 85px 0;
    overflow: hidden;
}

.s-steps .section-header {
    margin-bottom: 45px;
}

.s-steps-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 20px;
    box-sizing: border-box;
}

.s-steps-card * {
    box-sizing: border-box;
}

.s-steps-card__title {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 5px 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    background: #C42338;
    margin-right: -20px;
    clip-path: polygon(calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 0 0);
}

.s-steps-card__content {
    flex: 1;
    padding: 20px 30px;
    background: #F4F6F6;
}

.s-steps-card__desc {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #000;
}

.s-steps-card__desc ul>li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.s-steps-card__desc ul>li::before {
    content: "·";
    font-weight: 700;
    left: 0;
    position: absolute;
}

.s-steps-card__desc ul>li:last-child {
    margin-bottom: 0;
}

.s-steps-slider-button {
    position: absolute;
    top: 20px;
    z-index: 5;
}

.s-steps-slider-button-prev {
    left: -65px;
}

.s-steps-slider-button-next {
    right: -50px;
}

.s-steps-slider-c {
    padding-top: 10px;
    position: relative;
}

.s-steps-slider.s-steps-slider_gray .s-steps-card__title {
    background: #d9d9d9;
    color: #000;
}

.s-steps-slider-c.swiper-c-locked {
    margin-right: -20px;
}

.s-steps-slider__item {
    height: auto;
}

.s-steps-slider__item:last-child .s-steps-card__title {
    clip-path: initial;
    margin-right: 0;
}

.swiper-c {
    position: relative;
}

.custom-swiper-button {
    transition: all .3s;
    color: #DADADA;
    cursor: pointer;
}

@media (hover:hover) {
    .custom-swiper-button:hover {
        color: #3a4e96;
    }
}

.custom-swiper-button:active {
    color: #3a4e96;
}

.s-steps-slider-button-icon {
    height: 80px;
    transform: scaleY(2);
    width: 40px;
    stroke-width: 1.5;
}

.s-steps-slider-button-icon path {
    stroke-width: 1.5;
}

.swiper-custom-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

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

.swiper-custom-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    background: none;
    position: relative;
    opacity: 1 !important;
}

.swiper-custom-pagination .swiper-pagination-bullet:before {
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #c42338;
}

.swiper-custom-pagination .swiper-pagination-bullet:after {
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
    transition: opacity 0.15s ease, transform 0.15s ease;
    background-color: #c42338;
}

@media (hover:hover) {
    .swiper-custom-pagination .swiper-pagination-bullet:hover:after {
        transform: translate(-50%, -50%) scale(1);
    }
}

.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #c42338;
}

.swiper-custom-count {
    display: none;
}

@media (max-width: 1439px) {
    .s-steps-card__title {
        padding: 5px 24px;
    }

    .s-steps-card__content {
        padding: 20px 24px;
    }

    .s-steps-card__desc ul>li {
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

@media (max-width: 1199px) {
    .s-steps {
        padding: 60px 0 30px;
    }

    .s-steps .section-header {
        padding: 0;
        margin-bottom: 25px;
    }

    .s-steps .process-head {
        padding: 0;
    }

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

    .swiper-custom-count {
        display: flex;
        justify-content: center;
        color: #d9d9d9;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        min-width: 60px;
        gap: 3px;
    }

    .swiper-custom-count:before {
        display: block;
        position: absolute;
        content: "";
        height: 4px;
        left: 0;
        top: -18px;
        width: 100%;
        background: #C7374A;
    }

    .swiper-custom-count-current {
        color: #c42338;
    }

    .s-steps-slider-button {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }

    .s-steps-slider-button-icon {
        height: auto;
        transform: none;
        width: auto;
    }

    .s-steps-slider-button-icon path {
        stroke-width: 3px;
    }

    .s-steps-slider-controls {
        padding-top: 15px;
        margin-top: 30px;
        border-top: 2px solid #d9d9d9;
        display: flex;
        justify-content: space-between;
    }

    .s-steps-card {
        margin-right: 14px;
    }

    .s-steps-card__title {
        min-height: 78px;
        padding: 15px 20px;
        font-size: 20px;
        line-height: normal;
        font-weight: 500;
        margin-right: -14px;
        clip-path: polygon(calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 0 0);
    }

    .s-steps-card__content {
        padding: 20px;
    }

    .s-steps-card__desc {
        font-size: 16px;
        line-height: 20px;
    }

    .s-steps-card__desc ul>li {
        margin-bottom: 5px;
    }

    .s-steps-slider-c.swiper-c-locked {
        margin-right: -14px;
    }

    .s-steps-slider-c.swiper-c-locked .s-steps-slider-controls {
        display: none;
    }
}

@media (max-width: 767px) {
    .s-steps-slider-c {
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 0;
    }

    .s-steps-slider-c.swiper-c-locked {
        margin-right: -10px;
        padding-right: 0;
    }

    .s-steps-slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .s-steps-card {
        margin-right: 0;
    }

    .s-steps-card__title {
        clip-path: initial;
        margin-right: 0;
        min-height: 56px;
        padding: 9px;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
    }

    .s-steps-card__content {
        padding: 15px 9px;
    }

    .s-steps-slider-controls {
        margin-left: 10px;
        margin-right: 10px;
    }
}
/*S-Steps-END*/