.solutions--cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.solutions--cta {
    margin: 110px 0 130px;
}
}
@media screen and (max-width: 1024px) {
.solutions--cta {
    margin: 240px 0 75px;
}
}
.solutions--cta .solutions--cta-img {
  width: 200px;
  border-radius: 100%;
  margin-bottom: 40px;
}
.solutions--cta .solutions--cta-desc {
  font-weight: 500;
  line-height: 125%;
  text-align: center;
  background: linear-gradient(152.99deg, #2F3849 24.83%, #21252E 103.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
.solutions--cta .solutions--cta-desc {
    font-size: 34px;
}
}
@media screen and (max-width: 1024px) {
.solutions--cta .solutions--cta-desc {
    font-size: 24px;
    max-width: 320px;
}
}
.solutions--cta .solutions--cta-name {
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  color: #1F47CD;
}
@media screen and (min-width: 1024px) {
.solutions--cta .solutions--cta-name {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.solutions--cta .solutions--cta-name {
    font-size: 16px;
}
}
.solutions--cta .solutions--cta-company {
  font-weight: 400;
  line-height: 125%;
  text-align: center;
  color: #21252E;
}
@media screen and (min-width: 1024px) {
.solutions--cta .solutions--cta-company {
    margin-bottom: 37px;
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.solutions--cta .solutions--cta-company {
    margin-bottom: 50px;
    font-size: 16px;
}
}
.solutions--cta .solutions--cta-btn {
  width: 320px;
}
.solutions--header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 800px) {
.solutions--header {
    margin-top: 135px;
}
}
@media screen and (max-width: 800px) {
.solutions--header {
    margin-top: 25px;
}
}
.solutions--header .solutions--header-title {
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #22223C;
}
@media screen and (min-width: 800px) {
.solutions--header .solutions--header-title {
    font-size: 55px;
    margin-bottom: 78px;
}
}
@media screen and (max-width: 800px) {
.solutions--header .solutions--header-title {
    font-size: 30px;
    margin-bottom: 30px;
}
}
.solutions--header .solutions--header-subtitle {
  line-height: 150%;
  text-align: center;
  color: #22223C;
}
@media screen and (min-width: 800px) {
.solutions--header .solutions--header-subtitle {
    max-width: 900px;
    margin-bottom: 86px;
    font-size: 20px;
}
}
@media screen and (max-width: 800px) {
.solutions--header .solutions--header-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
}
}
.solutions--reference {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
.solutions--reference {
    margin-top: 87px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference {
    margin-top: 75px;
}
}
.solutions--reference .solutions--reference-content {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content {
    max-width: 1800px;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-img {
    padding: 0 20px;
    border-radius: 10px;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box {
  position: absolute;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box {
    right: 90px;
    bottom: -28px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box {
    bottom: -160px;
    left: 0px;
    margin: 0 20px;
    width: calc(100% - 40px);
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content {
  position: relative;
  padding: 30px 30px 30px;
  background: #F6F7FA;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content {
    width: 380px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content {
    width: 100%;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-title {
  font-weight: 700;
  line-height: 130%;
  color: #1F47CD;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-title {
    font-size: 20px;
    margin-bottom: 18px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-title {
    font-size: 16px;
    margin-bottom: 10px;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-address {
  font-weight: 400;
  line-height: 125%;
  background: linear-gradient(152.99deg, #2F3849 24.83%, #21252E 103.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-address {
    font-size: 30px;
    margin-bottom: 18px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-address {
    font-size: 24px;
    margin-bottom: 10px;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-type {
  font-weight: 400;
  line-height: 150%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-type {
    font-size: 20px;
    margin-bottom: 32px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-type {
    font-size: 16px;
    margin-bottom: 25px;
}
}
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-btn {
  height: 56px;
  position: absolute;
  bottom: -28px;
}
@media screen and (min-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-btn {
    width: 320px;
    left: 30px;
}
}
@media screen and (max-width: 1024px) {
.solutions--reference .solutions--reference-content .solutions--reference-box .solutions--reference-box-content .solutions--reference-btn {
    left: 15px;
    width: calc(100% - 30px);
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-one .solutions--step-graphic {
    margin-left: -85px;
    margin-top: -20px;
}
.solutions--steps .solutions--row-one .solutions--step-graphic svg {
    width: 225px;
    height: 258px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-one .solutions--step-graphic svg {
    transform: translateX(20px);
    width: 190px;
    height: 220px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-one .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -60px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-one .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -40px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-two {
    display: flex;
    flex-direction: column-reverse;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-two .solutions--step-graphic {
    transform: translateX(120px);
    margin-top: 50px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-two .solutions--step-graphic svg {
    width: 373px;
    height: 243px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-two .solutions--step-graphic svg {
    width: 292px;
    padding: 0 12px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-two .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -30px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-two .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -30px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-three {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-three {
    display: flex;
    flex-direction: column;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic {
    margin-left: -65px;
    margin-top: 45px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic {
    margin-top: -30px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic svg {
    width: 294px;
    height: 280px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic svg {
    width: 250px;
    height: 236px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -60px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--row-three .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -50px;
}
}
.solutions--steps .solution--step {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-line-right {
    justify-content: center;
    margin-right: 50px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-line-left {
    margin-right: 210px;
    justify-content: flex-end;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-line {
    display: flex;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--step-line {
    margin-left: 10px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic {
    margin-left: -65px;
    margin-top: 45px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box {
    margin-top: -60px;
}
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic {
    width: 590px;
}
}
.solutions--steps .solutions--step-graphic .solutions--step-graphic-svg {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box {
  background: #F6F7FA;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box {
    padding: 70px 30px 33px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box {
    padding: 70px 30px 33px;
}
}
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-title {
  font-weight: 500;
  line-height: 125%;
  background: linear-gradient(152.99deg, #2F3849 24.83%, #21252E 103.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-title {
    font-size: 34px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-title {
    font-size: 24px;
}
}
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-subtitle {
  line-height: 150%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-subtitle {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.solutions--steps .solutions--step-graphic .solutions--step-graphic-box .solutions--step-graphic-subtitle {
    font-size: 16px;
}
}
@media screen and (min-width: 1024px) {
.solutions--step-line-split {
    display: flex;
    justify-content: center;
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
.solutions--step-line-split {
    margin-left: 10px;
}
}
.swiper-slide {
  height: auto !important;
  max-height: unset !important;
}
@media screen and (min-width: 1024px) {
.solutions--models {
    margin: -10px 0 87px;
}
}
@media screen and (max-width: 1024px) {
.solutions--models {
    margin: -40px 0 70px;
}
.solutions--models .routerPageSize {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}
}
.solutions--models .solutions--model {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-svg-0 {
    margin-bottom: -110px;
}
}
@media screen and (max-width: 1024px) {
.solutions--models .solutions--model .solutions--model-svg-0 {
    margin-bottom: -35px !important;
    height: 210px;
}
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-svg-1 {
    margin-bottom: -105px;
}
}
@media screen and (max-width: 1024px) {
.solutions--models .solutions--model .solutions--model-svg-1 {
    margin-bottom: -80px !important;
    height: 210px;
}
}
.solutions--models .solutions--model .solutions--model-svg {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
.solutions--models .solutions--model .solutions--model-box-1 {
    margin-top: 45px;
}
}
.solutions--models .solutions--model .solutions--model-box {
  background: #F6F7FA;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-box {
    padding: 150px 30px 33px;
}
}
@media screen and (max-width: 1024px) {
.solutions--models .solutions--model .solutions--model-box {
    padding: 100px 25px 33px;
    height: calc(100% - 200px);
}
}
.solutions--models .solutions--model .solutions--model-title {
  font-weight: 500;
  line-height: 125%;
  color: #1F47CD;
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-title {
    font-size: 34px;
}
}
@media screen and (max-width: 1024px) and (min-width: 420px) {
.solutions--models .solutions--model .solutions--model-title {
    font-size: 24px;
}
}
@media screen and (max-width: 420px) {
.solutions--models .solutions--model .solutions--model-title {
    font-size: 24px;
}
}
.solutions--models .solutions--model .solutions--model-subtitle {
  font-weight: 500;
  line-height: 125%;
  color: #2F3849;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-subtitle {
    font-size: 34px;
}
}
@media screen and (max-width: 1024px) and (min-width: 420px) {
.solutions--models .solutions--model .solutions--model-subtitle {
    font-size: 24px;
}
}
@media screen and (max-width: 420px) {
.solutions--models .solutions--model .solutions--model-subtitle {
    font-size: 24px;
}
}
.solutions--models .solutions--model .solutions--model-body {
  font-weight: 400;
  line-height: 150%;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.solutions--models .solutions--model .solutions--model-body {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.solutions--models .solutions--model .solutions--model-body {
    font-size: 16px;
}
}
.swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 1024px) {
.solutions--benefits {
    margin-top: 87px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits {
    margin-top: 75px;
}
.solutions--benefits .routerPageSize {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}
}
.solutions--benefits .solutions--benefits-title {
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefits-title {
    font-size: 34px;
    margin-bottom: 58px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefits-title {
    font-size: 24px;
    margin-bottom: 60px;
}
}
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box {
  background: linear-gradient(152.99deg, #2F3849 24.83%, #21252E 103.84%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box {
    padding: 30px;
    min-height: 480px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box {
    padding: 25px 30px;
    height: calc(100% - 50px);
}
}
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-title {
  font-weight: 500;
  line-height: 125%;
  color: #5FEFC0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-title {
    font-size: 34px;
    margin-left: 52px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-title {
    font-size: 24px;
}
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row {
    display: flex;
}
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row:not(:last-child) {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row:not(:last-child) {
    margin-bottom: 15px;
}
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-svg {
    margin-right: 25px;
    min-height: 25px;
    min-width: 22px;
    padding-top: 6px;
}
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-svg svg {
    width: 27px;
    height: 27px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-svg svg {
    width: 18px;
    height: 18px;
}
}
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-text {
  font-weight: 400;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 480px;
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-text {
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefit-boxes .solutions--benefit-box .solutions--benefit-box-row .solutions--benefit-box-text {
    font-size: 16px;
}
}
.solutions--benefits .solutions--benefits-btn-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefits-btn-container {
    margin-top: 43px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefits-btn-container {
    margin-top: 40px;
    padding-right: 25px;
}
}
@media screen and (min-width: 1024px) {
.solutions--benefits .solutions--benefits-btn-container .solutions--benefits-btn {
    width: 330px;
}
}
@media screen and (max-width: 1024px) {
.solutions--benefits .solutions--benefits-btn-container .solutions--benefits-btn {
    min-width: 320px;
}
}


/*# sourceMappingURL=279.89e9c5d1.css.map*/